/* 다운로드 팝업 */
.dl-pop{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dl-cont{
    padding: 0 30px;
    width: 100%;
  }
  .download_files_in{
    border-radius: 20px;
    background-color: #F5F7FF;
  }
  .dl-logo{
    margin: 0 auto 1rem;
    max-width: 115px;
  }
  .dl-cont > h5{
    color: #333;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin: 12px 0 24px !important;
  }
  .dl-cont > h5 span{
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    color: #666;
  }
  .dl-cont > h5 span b{
    color:#0C318F;
  }
  .dl-link{
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
  }
  .dl-link > a{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    color: #888;
    padding: 14px 0 14px 14px;
    border-left: 3px solid transparent;
    text-decoration: none;
    /* margin-bottom: 10px; */
    transition: .3s;
  }
  /* .dl-link > a:last-child{
    margin-bottom: 0;
  } */
  .dl-link > a svg{
    width: 18px;
    margin-right: 4px;
  }
  .dl-link > a:hover{
    color: #0B318F;
    border-left: 3px solid #0b318f;
    background: #F5F7FF;
  }


/* 모바일 768px 이하 */
@media screen and (max-width: 768px){

}

/* media-query */

@media(min-width:1200px){
    .pc-con{display: block;}
    .mo-con{display: none;}
  }
  
  @media(max-width:1199px){
    .pc-con{display: none;}
    .mo-con{display: block; padding: 2rem 0;}
    .sl-cont .mo-con{padding: 0;}
  
    .list-wrap-mo{
      margin-bottom: 1.5rem;
    }
    .list-wrap-mo:last-child{
      margin-bottom: 0;
    }
    .list-wrap-mo.order{
      margin-bottom: 0;
      margin-top: 2rem;
    }
    .list-wrap-mo.item-list{
      margin-bottom: 0;
      margin-top: 2rem;
    }
    .list-wrap-mo > h5{
      font-size: 18px;
      font-weight: 400;
      color: #666;
      margin-bottom: 5px;
    }
    .list-wrap-mo > table{
      width: 100%;
      border-spacing: 0;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
    .list-wrap-mo > table > tbody > tr > th{
      padding: 10px; 
      color: #000; 
      font-size: 14px; 
      background-color: #e8e8e8;
      text-align: center;
    }
    .list-wrap-mo > table > tbody > tr > th.point-color{
      background-color: #0B318F;
      color: #fff;
    }
    .list-wrap-mo > table > tbody > tr > td{
      padding: 10px; 
      color: #000; 
      font-size: 14px; 
      text-align: center;
    }
    .list-wrap-mo > table > tbody > tr:last-child > td{
      border-bottom: 1px solid #ddd;
    }
    .list-wrap-mo > table > tbody > tr > td.list-tit{
      font-size: 12px; 
      font-weight: 500; 
      word-break: keep-all;
    }
    .list-wrap-mo > table > tbody > tr > td.thum{
      padding: 0; 
      display: flex;
    }
    .list-wrap-mo > table > tbody > tr > td.thum > img{
      width: 100%;
    }
    .list-wrap-mo > table > tbody > tr > td > a{
      font-size: 12px;
      padding: 8px 15px;
      display: inline-block;
      border-radius: 5px;
    }
    .list-wrap-mo > table > tbody > tr > td > a.delete{
      background-color: #000;
      color: #fff;
    }
    .list-wrap-mo > table > tbody > tr > td > a.review{
      background-color: #FFDD31;
      color: #000;
    }
    .list-wrap-mo > table > tbody > tr > td > a.more{
      background-color: #E4E4E4;
      color: #000;
    }
    .list-wrap-mo > table > tbody > tr > td > a.cancel{
      background-color: #000;
      color: #fff;
    }
  
    .list-wrap-mo > table > tbody > tr > td.item-re{
      background-color: #f2f2f2;
      color: #000;
      border-top: 1px solid #ddd;
    }
    .list-wrap-mo > table > tbody > tr > td.item-re > a{
      font-size: 14px;
      font-weight: 500;
    }
    .list-wrap-mo > table > tbody > tr > td.item-dl{
      background-color: #000;
      color: #fff;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
    }
    .list-wrap-mo > table > tbody > tr > td.item-dl > a{
      font-size: 14px;
      font-weight: 500;
    }
  
    .sl-wrap{
      flex-direction: column;
      padding: 1rem 15px;
    }
    .sl-tit{
      width: 100%;
    }
    .sl-cont{
      width: 100%;
    }
    .sl-tit > h2{
      display: none;
    }
    .sl-tit > ul{
      padding: 1rem 15px;
    }
    .sl-tit > ul > li > a{
      font-size: 14px;
      padding: 10px 0;
    }
    .sl-tit > ul > li:last-child > a{
      border-bottom: 0;
    }
  
    .form-cont > .form-box > .input{
      width: 100%;
    }
    .form-caption{
      width: 100%;
    }
    .form-cont.file > a{
      width: 100%;
    }
    .submit{
      width: 100%;
    }
    .form-cont > .form-box > .radio{
      min-width: 50px;
    }
  
    .search-wrap{
      flex-wrap: wrap;
    }
    .search-date{
      width: 48%;
      margin-right: 2%;
      margin-bottom: 10px;
    }
    .search-tit{
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
    .search-cont{
      width: 80%;
      margin-right: 2%;
    }
    .search-btn{
      width: 18%;
    }
    .search-btn.reset{
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
    }
  
    .search-wrap.date .search-cont{
      max-width: 80%;
    }
  
    .form-radio > .radio-box > p{
      font-size: 12px;
      margin-left: 3px;
    }
  }
  @media(max-width:600px){
    .dl-pop{
      /* padding: 0 15px; */
    }
    .dl-cont{
      padding: 0px;
      width: 100%;
    }
    .dl-cont > h5{
      font-size: 24px;
      line-height: 30px;
      margin: 12px 0 20px !important;
    }
    .dl-cont > h5 span {
      font-size: 18px;
    }
    .dl-link{
      padding: 12px;
    }
    .dl-link > a {
      padding: 14px 0 14px 8px;
    }
  }