@charset "UTF-8";
/*-------------------------------------------------
title       : 설정
Author      : 플랜아이 광주
Create date : 2025-06-17
Last revision : 
-------------------------------------------------*/
/*-------------------------------------------------
title       : 레이아웃 반응형
Author      : 플랜아이 moni
Create date : 2025-06-17
Last revision : 
-------------------------------------------------*/
@media (max-width: 1500px) {
  .search_wrap .group {
    width: 68rem !important;
  }
}
@media (max-width: 1280px) {
  #footer .inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  #footer .group2 {
    margin-top: 7rem;
    padding-left: 4.8rem;
  }
  #footer .group3 {
    grid-row: 1/span 3;
    grid-column: 2/span 3;
  }
  #footer .group3 .siteinfo {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1024px) {
  /*#hnb{
      .hnb1{
          .label {display: block;}

          .list {
              @include hidden;
              position: absolute; left: -1px; top: 100%; width: 100%; background: $point3;

              li {width: 100%; border: 0 none;}
              a {padding-left: 2rem; text-align: left;}
          }

          &.active .list {@include visible;}
      }

      .hnb2 a {padding: 0 1.5rem;}
  }*/
  #header {
    height: 10rem;
  }
  #logo {
    width: 28rem;
    top: 3.2rem;
  }
  .header_wrap.active::before {
    height: 10rem;
  }
  .search_wrap .control.open {
    top: 3.6rem;
    right: 6.2rem;
    font-size: 3rem;
  }
  .search_wrap .form {
    margin: 3.3rem 0;
  }
  .search_wrap .form #searchForm {
    width: calc(100% - 12.5rem);
    padding-right: 8rem;
  }
  .search_wrap .group {
    width: 44rem !important;
  }
  .search_wrap .close {
    top: 3.5rem;
  }
  #gnb1 {
    display: none;
  }
  #gnb2 {
    display: block;
  }
  #gnb2 .control.open {
    top: 4.5rem;
  }
  #gnb2 .control.close {
    background: transparent;
    right: 2rem;
  }
  #gnb2 .control.close [class*=bar] {
    background: #111;
  }
  #gnb2 .control.close:hover, #gnb2 .control.close:focus {
    background: #111;
  }
  #gnb2 > ul {
    width: 44rem !important;
    height: 0 !important;
    left: inherit;
    right: 0;
    padding: 0 4rem;
    margin-top: 0;
    background-color: #fff;
    top: 10rem;
    overflow: hidden !important;
    overflow-y: auto !important;
    display: block;
  }
  #gnb2 > ul::before {
    top: -10rem;
    width: 100%;
    height: 10rem;
    right: 0;
    left: inherit;
    background-color: #fff;
    display: none;
  }
  #gnb2 > ul > li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0;
    text-align: left;
  }
  #gnb2 > ul > li::after, #gnb2 > ul > li::before {
    display: none !important;
  }
  #gnb2 > ul > li > a {
    position: relative;
    margin-bottom: 0;
    padding: 1.5rem 0rem 1.5rem 2rem;
    font-size: 2.4rem;
    font-weight: 500;
  }
  #gnb2 > ul > li > a::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #222;
    position: absolute;
    left: 0;
    top: 2.8rem;
    border-radius: 50%;
  }
  #gnb2 > ul > li > a::after {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    font-family: "remixicon";
    right: 1rem;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: rgba(17, 17, 17, 0.2);
    font-size: 2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gnb2 > ul > li > a:hover::before, #gnb2 > ul > li > a:focus::before {
    background-color: #0080FF;
  }
  #gnb2 > ul > li > a:hover::after, #gnb2 > ul > li > a:focus::after {
    color: #111;
  }
  #gnb2 > ul > li._plus > a:after {
    content: "\ea4e";
  }
  #gnb2 > ul > li.lnb7 {
    display: block;
    margin-top: 2rem;
  }
  #gnb2 > ul > li.lnb7 a {
    text-align: center;
    background: #0080FF;
    color: #fff;
    border-radius: 4rem;
    font-size: 1.6rem;
    padding: 1.4rem 1rem;
  }
  #gnb2 > ul > li.lnb7 a::after {
    content: "";
    width: 40px;
    height: 20px;
    background-image: url(/publishing/kor/img/layout/store.png);
    position: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: inline-block;
    vertical-align: top;
    margin-left: 1.6rem;
  }
  #gnb2 > ul > li.lnb7 a:hover::after, #gnb2 > ul > li.lnb7 a:focus::after {
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
  #gnb2 > ul > li.active > a::after {
    color: #0080FF;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  #gnb2 > ul > li.active .depth2 {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  #gnb2 .depth2 {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
  }
  #gnb2 .depth2 > ul {
    padding: 1rem 1.6rem 2rem;
  }
  #gnb2 .depth2 > ul > li > a {
    font-size: 1.6rem;
    padding-left: 0;
  }
  #gnb2 .depth2 > ul > li > a::before {
    background-color: #333;
    display: none;
  }
  #gnb2 .depth2 > ul > li > a:hover, #gnb2 .depth2 > ul > li > a:focus {
    color: #0080FF;
  }
  #gnb2 .depth2 a {
    display: block;
    border-radius: 0;
    color: #333;
  }
  #gnb2 .depth3 {
    margin-bottom: 2rem;
    display: none;
  }
  #gnb2 .depth3 a:hover, #gnb2 .depth3 a:focus {
    color: #0080FF;
    font-weight: 700;
  }
  #gnb2.active::before {
    content: "";
    width: 44rem;
    height: 10rem;
    position: absolute;
    right: -4rem;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
  #gnb2.active > ul {
    height: calc(100vh - 10rem) !important;
  }
  #footer .group3 .copyright br {
    display: block;
  }
  .newsletter_app {
    padding: 10rem 0;
  }
  .newsletter_app .title2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  /* #header{
       height: 8rem;
       &::before{content: ''; width: calc(100% + 6rem); height: 0; background-color: #FDF4EE; position: absolute; left: -3rem; top: 0; }

       &.scroll{
           &::before{ height: 100%;  }

           #hnb .hnb1 a{
               color: #111;
               &:before{background: #111;}
           }
           #gnb2 .control [class*=bar]{background: #111;}
       }
   }*/
  #header {
    height: 7.5rem;
  }
  #logo {
    width: 21rem;
    top: 2.5rem;
  }
  #logo a {
    height: 3rem;
  }
  .header_wrap.active::before {
    height: 7.5rem;
  }
  .search_wrap .control.open {
    top: 2.2rem;
    right: 5.2rem;
    font-size: 2.6rem;
  }
  .search_wrap .form {
    margin: 2rem 0;
  }
  .search_wrap .form #searchForm {
    width: calc(100% - 12.5rem);
    padding-right: 8rem;
  }
  .search_wrap .group {
    width: 100% !important;
  }
  .search_wrap .close {
    top: 2.2rem;
  }
  #gnb2 {
    /*.control{  
        top:28px; width:24px; height: 24px;
        [class*="bar"] {
            width: 18px; height: 2px; left: 3px; top: 6px;
        }
        &.close {
            width: 48px; height: 48px; top: 16px; 
            [class*="bar"] {
                &.bar1{width: 20px; top: 18px; left: 18px; transform: rotate(45deg) translateY(6.5px)}
                &.bar2{display: none;}
                &.bar3{width: 20px; top: 27px; left: 18px; transform: rotate(-45deg) translateY(-6.5px) }
            }
        }
    }*/
  }
  #gnb2 .control.open {
    top: 3.1rem;
  }
  #gnb2.active::before {
    right: -2.5rem;
    height: 7.5rem;
  }
  #gnb2.active > ul {
    height: calc(100vh - 7.5rem) !important;
    top: 7.5rem;
  }
  #footer {
    padding: 7.5rem 0;
  }
  #footer .inner {
    display: block;
  }
  #footer .group1 img {
    height: 3rem;
  }
  #footer .group2 {
    margin-top: 4rem;
  }
  #footer .group3 {
    padding-left: 4.8rem;
    margin-top: 5.4rem;
  }
  .newsletter_app {
    padding: 7.5rem 0;
  }
  .newsletter_app .title2 {
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
  }
  .newsletter_app .desc {
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  html.active #logo {
    z-index: 101;
  }
  html.active #logo a {
    background-image: url(/public/kor/img/layout/logo.svg);
  }
  html.active .search_wrap .control.open {
    z-index: 101;
    color: #222;
  }
  html.active #gnb2 .control.close {
    width: 4.2rem;
    height: 4.2rem;
    right: 2rem;
  }
  html.active #gnb2 .control.close [class*=bar].bar1 {
    left: 1.6rem;
    top: 1.5rem;
  }
  html.active #gnb2 .control.close [class*=bar].bar3 {
    left: 1.6rem;
    top: 2.4rem;
  }
  #gnb2.active::before {
    width: calc(100% + 5rem);
    right: -2.5rem;
    border-bottom: 1px solid #ccc;
  }
  #gnb2.active > ul {
    width: 100% !important;
    right: 0rem;
    padding-top: 3rem;
  }
  #footer .group1 img {
    height: 3.5rem;
  }
  #footer .group1 .desc {
    padding-left: 4.5rem;
  }
  #footer .group2 {
    padding-left: 4.5rem;
  }
  #footer .group2 .list {
    display: block;
  }
  #footer .group3 {
    padding-left: 4.5rem;
  }
  .newsletter_app .title2 {
    line-height: 1.5;
  }
  .newsletter_app .desc {
    margin-bottom: 4rem;
  }
  .newsletter_app form {
    display: block;
    max-width: 100%;
  }
  .newsletter_app form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .newsletter_app form .btn {
    width: 100%;
  }
  .layer_wrap > .inner .innerinner {
    padding: 6rem 3rem;
  }
  .subscription_layer .check_eff1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subscription_layer .check_eff1 .view_btn {
    width: 100%;
    padding-left: 3.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 400px) {
  .search_wrap .form .tit {
    display: none;
  }
  .search_wrap .form input {
    margin-left: 0;
  }
  .search_wrap .form #searchForm {
    width: 100%;
  }
  .subscription_layer .group1 .list {
    padding-left: 0;
  }
}