@charset "UTF-8";
/*-------------------------------------------------
title       : 서브 반응형
Author      : crkim
Create date : 2022-04
-------------------------------------------------*/
@media (max-width: 1400px) {
  .report_list > li .copy span {
    display: block;
  }
  .report_list > li .copy span > * {
    display: inline-block;
  }
  .report_list > li .copy span b {
    vertical-align: top;
    width: 6rem;
  }
  .report_list > li .copy span em {
    width: calc(100% - 8.2rem);
    word-break: break-all;
  }
  .report_list > li .copy span + span {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  #contents {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #snb {
    display: none;
  }
}
@media (max-width: 700px) {
  .agree .form > * {
    display: block;
  }
  .agree .form > p {
    text-align: center;
    width: 100%;
  }
  .agree .form > p.check_txt {
    padding-left: 0;
  }
  .agree .form > p.check_box {
    text-align: center;
    margin-top: 1rem;
  }
  .researcher-list > li > a {
    padding: 2rem;
  }
  .modal-popup-content .researcher-info-bottom {
    flex-direction: column;
  }
  .modal-popup-title {
    padding: 1rem 1.5rem;
  }
  .modal-popup-content {
    padding: 2rem 1.5rem;
  }
  .modal-popup-content .inner {
    padding-right: 0;
  }
  .modal-popup-content .researcher-info {
    padding: 1rem;
  }
  .modal-popup-content .researcher-info-top {
    padding-bottom: 2rem;
  }
  .modal-popup-content .researcher-info-top > div {
    margin-top: 1rem;
  }
  .modal-popup-content .researcher-info-bottom {
    margin-top: 2rem;
  }
}
@media (max-width: 580px) {
  #contents #contents_title {
    font-size: 2.5rem;
  }
  .result_list > li > a .num {
    left: 3rem;
  }
  .result_list > li > a > div {
    padding: 2.5rem 1rem 2.5rem 10rem;
  }
  .result_list > li > a > div .img {
    float: inherit;
    display: block;
    margin: auto;
  }
  .result_list > li > a > div .txt {
    float: inherit;
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .researcher-list > li {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .faq_list > li .faq_q p {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
  }
  .faq .group .faq_q:before {
    top: 1.5rem;
    transform: inherit;
  }
  .faq .group .faq_q {
    padding: 1.4rem 5rem 1.4rem 5rem;
  }
  .faq .group.active .faq_a {
    padding: 3rem 3rem 3rem 5rem;
  }
}
@media (max-width: 500px) {
  #header .search_wrap .search #main_search {
    color: #333;
  }
}
@media (max-width: 440px) {
  .result_list > li > a .num {
    left: 1.5rem;
  }
  .result_list > li > a > div {
    padding: 2.5rem 1rem 2.5rem 7rem;
  }
  .report_list > li .category .year {
    display: block;
    width: 5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 375px) {
  .report_list > li .category .cate {
    padding: 0.4rem;
    font-size: 1.4rem;
    width: 8.5rem;
  }
  .report_list > li .category .cate + .cate {
    margin-left: 0.4rem;
  }
}