@media screen and (max-width: 1199px) {
  .wrap {
    padding: 0 16px;
  }
  /*header*/
  .gnb {
    padding-right: 16px;
  }

  /*메인*/
  .view-area .txt {
    padding: 24px 16px;
  }
  .type-area .content {
    padding: 120px 16px;
  }
}
@media screen and (max-width: 1023px) {
  /*header*/
  .header-wrap {
    height: 80px;
  }
  .h-logo {
    max-width: 200px;
  }
  .header-wrap.on .h-logo {
    max-width: 200px;
  }
  .h-logo img {
    width: 160px;
  }
  .header-wrap.on .h-logo img {
    width: 160px;
  }
  .gnb {
    gap: 16px;
  }
  .gnb > li > a {
    font-size: 14px;
  }
  /*메인*/
  .main-banner .txt .txt-hidden span {
    font-size: 28px;
  }
  .type-box .typing {
    font-size: 16px;
  }
  .view-area .txt .view-tit {
    font-size: 28px;
  }
  .view-area .txt .list p {
    font-size: 16px;
  }
  .side-tit p:first-child {
    font-size: 38px;
  }
  .side-tit p:nth-child(2) {
    font-size: 16px;
  }
  .main-tit p:first-child {
    font-size: 38px;
  }
  .main-tit p:nth-child(2) {
    font-size: 16px;
  }
  .img-grid .item .box .txt p:first-child {
    font-size: 20px;
  }
  .img-grid .item .box .txt p:nth-child(2) {
    font-weight: 400;
  }
  .type-scroll {
    max-width: 600px;
  }
  .type-scroll .item .tit p:first-child {
    font-size: 20px;
  }
  .flex-tit .txt p:first-child {
    font-size: 38px;
  }
  .flex-tit .txt p:nth-child(2) {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .research-profile .info {
    gap: 48px;
  }
  .research-profile .info .name p {
    font-size: 32px;
  }
  .research-profile .history .list span {
    font-size: 16px;
  }
  .research-profile .history {
    flex-direction: column;
    align-items: flex-start;
  }
  .research-tit p:first-child {
    font-size: 28px;
  }
  .research-tit p:nth-child(2) {
    font-size: 16px;
  }
  .book-grid .item .img-box {
    height: 350px;
  }
  .video-area .btn-box button {
    font-size: 16px;
  }
  .video-area .btn-box button.on::after {
    width: 16px;
    height: 16px;
  }
  .video-box video {
    max-width: 600px;
  }
  .condition-grid .item .img-box {
    height: 350px;
  }
  .condition-grid .item .txt p:first-child {
    font-size: 20px;
  }
  .condition-grid .item .txt p:nth-child(2) {
    font-size: 16px;
  }
  .loans-content {
    max-width: 600px;
    min-width: 600px;
  }
  .loans-content .btn-box a {
    font-size: 14px;
  }
  .loans-content .expl .item p:first-child {
    font-size: 20px;
  }
  .side-tit .info span {
    font-size: 20px;
  }
  .side-tit .info .naver {
    max-width: 300px;
    font-size: 14px;
  }
  .side-tit .info .naver img {
    width: 16px;
  }
  .map-box {
    max-width: 600px;
  }
  .root_daum_roughmap .wrap_map {
    height: 350px !important;
  }
  .footer-info > img {
    margin-bottom: 24px;
  }
  .footer-info {
    padding: 48px 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-btn {
    right: 8px;
    bottom: 8px;
  }
  .bg-wrap {
    padding: 80px 0;
  }

  /*header*/
  .header-wrap {
    height: 60px;
  }
  .header-wrap:has(#ham_btn:checked) {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header-cont {
    padding-right: 8px;
  }
  .ham {
    display: block;
  }
  .gnb {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 8px 16px 120px;
    column-gap: unset;
    transition: unset;
    overflow: hidden;
    overflow-y: auto;
  }
  .gnb > li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #555;
    position: relative;
  }
  .gnb > li:last-child {
    border-bottom: none;
  }
  .gnb > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
  }
  .gnb > li > a::after {
    content: "";
    background-image: url('../images/icons/more_view_wc.png');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }

  /*footer*/
  .footer-info {
    padding: 36px 8px;
  }
  .copy {
    padding: 24px 8px;
    line-height: 1.3;
    letter-spacing: -1px;
  }

  /*메인*/
  .view-area {
    height: 500px;
  }
  .view-area .bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  }
  .side-tit {
    width: 100%;
    align-items: center;
    gap: 16px;
  }
  .side-tit.sticky {
    position: relative;
    top: unset;
    left: unset;
  }
  .side-tit p:first-child {
    font-size: 28px;
  }
  .side-tit p:nth-child(2) {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
  .side-tit p:nth-child(2) br {
    display: none;
  }
  .business-area {
    padding: 80px 0;
  }
  .business-area .box {
    flex-direction: column;
    gap: 24px;
  }
  .main-tit {
    gap: 16px;
    margin-bottom: 24px;
  }
  .main-tit p:first-child {
    font-size: 28px;
  }
  .main-tit p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
  }
  .main-tit p:nth-child(2) br {
    display: none;
  }
  .img-grid {
    grid-template-columns: repeat(2, 1fr);
}
  .img-grid .item::after {
    content: unset;
  }
  .img-grid .item:first-child {
    grid-row: unset;
  }
  .img-grid .item:nth-child(6) {
    grid-column: unset;
  }
  .img-grid .item:last-child {
    grid-column: auto / span 2;
  }
  .img-grid .item .box {
    position: relative;
  }
  .img-grid .item .box .img-box {
    position: relative;
    aspect-ratio: 1 / 1;
  }
  .img-grid .item:last-child .box .img-box {
    aspect-ratio: 2 / 1;
  }
  .type-area .content {
    padding: 80px 16px;
    flex-direction: column;
  }
  .type-scroll {
    padding: 24px;
  }
  .flex-tit {
    flex-direction: column;
    align-items: center;
  }
  .flex-tit .txt {
    width: 100%;
    align-items: center;
    gap: 16px;
  }
  .flex-tit .txt p:first-child {
    font-size: 28px;
  }
  .flex-tit .txt p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
  }
  .flex-tit a {
    font-size: 14px;
  }
  .flex-tit a img {
    width: 16px;
  }
  .research-area {
    padding: 80px 0;
  }
  .research-tit p:nth-child(2) {
    font-size: 14px;
  }
  .research-profile {
    flex-direction: column;
    gap: 24px;
  }
  .research-profile .img-box {
    max-width: 100%;
  }
  .research-profile .info {
    gap: 24px;
  }
  .research-profile .info .name p {
    font-size: 24px;
  }
  .research-profile .history {
    flex-direction: row;
    align-items: flex-end;
  }
  .research-tit p:first-child {
    font-size: 24px;
  }
  .act-grid {
    gap: 8px;
  }
  .book-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 12px;
  }
  .video-area {
    flex-direction: column;
    gap: 24px;
  }
  .research-tit {
    margin-bottom: 24px;
  }
  .video-area .btn-box {
    width: 100%;
    align-items: center;
    gap: 8px;
  }
  .condition-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .condition-grid .item .img-box {
    height: 300px;
  }
  .loans-area {
    padding: 80px 0;
    flex-direction: column;
    gap: 24px;
  }
  .loans-content {
    padding: 24px;
    max-width: 100%;
    min-width: 100%;
  }
  .loans-content .expl .item p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
  }
  .support-area {
    flex-direction: column;
    gap: 24px;
  }
  .side-tit .info {
    width: 100%;
    align-items: center;
    gap: 8px;
  }
  .side-tit .info .addr {
    font-size: 14px;
    justify-content: center;
  }
  .map-box {
    max-width: 100%;
  }
  .map-box .map {
    aspect-ratio: 16 / 9;
  }
  .root_daum_roughmap .wrap_map {
    height: auto !important;
  }
  .footer-info > img {
    width: 200px;
  }
  
}
@media screen and (max-width: 480px) {
  .scroll-downs {
    bottom: 16px;
  }
  .scroll-downs p {
    font-size: 12px;
  }
  .mousey {
    height: 16px;
    padding: 2px 6px;
    border-radius: 6px;
  }
  .wrap {
    padding: 0 8px;
  }
  /*메인*/
  .main-banner .txt .txt-hidden span {
    font-size: 20px;
  }
  .type-box .typing {
    font-size: 14px;
  }
  .view-area {
    height: 400px;
  }
  .view-area .txt .view-tit {
    font-size: 24px;
  }
  .view-area .txt .list p {
    font-size: 14px;
  }
  .side-tit p:first-child {
    font-size: 24px;
  }
  .main-tit p:first-child {
    font-size: 24px;
  }
  .act-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  } 
  .img-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .img-grid .item:last-child {
    grid-column: unset;
  }
  .img-grid .item:last-child .box .img-box {
    aspect-ratio: unset;
  }
  .img-grid .item .box .txt {
    padding: 24px 16px;
  }
  .img-grid .item .box .txt p:first-child {
    font-size: 18px;
  }
  .img-grid .item .box .txt p:nth-child(2) {
    font-size: 14px;
  }
  .type-area .content {
    padding: 80px 8px;
  }
  .type-scroll {
    padding: 16px;
    border-radius: 12px;
  }
  .type-scroll .item .tit p {
    font-size: 14px;
  }
  .type-scroll .item .tit p:first-child {
    font-size: 18px;
  }
  .research-profile .info .name p {
    font-size: 14px;
  }
  .research-profile .history {
    flex-direction: column;
    align-items: flex-start;
  }
  .research-profile .history .list span {
    font-size: 14px;
    gap: 6px;
  }
  .research-profile .history .list span::before {
    width: 4px;
    height: 4px;
  }
  .book-grid .item .img-box {
    height: 270px;
    margin-bottom: 16px;
  }
  .condition-grid .item .txt {
    padding: 24px 16px;
  }
  .condition-grid .item .txt p:first-child {
    font-size: 16px;
  }
  .condition-grid .item .txt p:nth-child(2) {
    font-size: 14px;
  }
  .loans-content {
    padding: 16px;
    border-radius: 12px;
  }
  .side-tit .info span {
    font-size: 16px;
  }
  .side-tit .info .naver {
    max-width: 100%;
    margin-top: 16px;
  }
}