.data_modal,
.data_modalbg,
.header_gnb,
.gnb-sub-bg,
.header_top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data_modal *,
.data_modalbg *,
.header_gnb *,
.gnb-sub-bg *,
.header_top * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body:not(:has(.main-slide)) #header_wrap {
  background-color: #324466;
}

/*  2025-12-16 subtemplate 어두운 남색계열 적용 */
/*
body:not(:has(.main-slide)) .header_gnb-set {
  background-image: none;
}
*/
body:not(:has(.main-slide)) .gnb-sub-bg {
  top: 181px;
}

#header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  container-name: mainContainer;
  container-type: inline-size;
}
#header_wrap.bgcolor {
  background-color: #324466;
}

/* 2025-12-16  main.jsp 어두운 남색계열 적용 */
/*
#header_wrap.bgcolor .header_gnb-set {
  background-image: none;
}
*/
#header_wrap.on {
  top: 0;
}
#header_wrap.topOn {
  -webkit-transition: all 1s 2.5s;
  transition: all 1s 2.5s;
}
#header_wrap.headerHide {
  top: -180px;
}
#header_wrap.nav-down {
  top: 0;
}
#header_wrap.nav-up {
  top: -180px;
}
#header_wrap:has(.header_lnb.on) {
  top: 0;
}

.header_top-set {
  background-color: #020b3d;
}

.header_gnb, .header_top {
  max-width: 1492px;
  margin: 0 auto;
  padding-inline: 60px;
}
@container mainContainer (max-width: 1360px) {
  .header_gnb, .header_top {
    padding-inline: 20px;
  }
}
@media (max-width: 1199px) {
  .header_gnb, .header_top {
    padding-inline: 30px;
  }
}
@media (max-width: 749px) {
  .header_gnb, .header_top {
    padding-inline: 20px;
  }
}

.header_top {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #020b3d;
  height: 70px;
}
@container mainContainer (min-width: 1200px) {
  .header_top {
    display: grid;
    grid-template-columns: 1fr 430px 1fr;
    gap: 10px;
  }
}
@container mainContainer (max-width: 1199px) {
  .header_top {
    position: relative;
    z-index: 9999;
    padding-inline: 20px;
  }
}
@media (max-width: 749px) {
  .header_top {
    height: 55px;
  }
}
.header_top .tab-ctrl {
  position: relative;
  color: #fff;
  padding-right: 20px;
  font-size: inherit;
}
@container mainContainer (min-width: 1200px) {
  .header_top .tab-ctrl {
    display: none;
  }
}
.header_top .tab-ctrl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background: url(/images/common/btn_down.png) no-repeat;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@container mainContainer (max-width: 1199px) {
  .header_top .tab-ctrl.active + ul {
    display: block;
    position: absolute;
    top: 46px;
    width: calc(100% + 5px);
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 1.4;
    background-color: #020b3d;
  }
}
.header_top_link1 {
  position: relative;
}
@container mainContainer (max-width: 1199px) {
  .header_top_link1 {
    left: -10px;
  }
}
.header_top_link1 .tab-ctrl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background: url(/images/common/ico-badge.png);
  margin-right: 6px;
}
.header_top_link2 {
  position: relative;
  text-align: right;
}
.header_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.header_top .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@container mainContainer (min-width: 1200px) {
  .header_top .nav-link li + li {
    margin-left: 45px;
  }
}
@container mainContainer (max-width: 1199px) {
  .header_top .nav-link {
    display: none;
  }
}
.header_top .nav-link a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background: url(/images/common/ico-badge.png);
  margin-right: 6px;
}
.header_top .nav-link a.logo-nanet:before {
  background-image: url(/images/common/logo-nanet.png);
}
.header_top .nav-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@container mainContainer (max-width: 1199px) {
  .header_top .nav-sm {
    display: none;
    width: 132px !important;
    right: -10px;
  }
}
@container mainContainer (min-width: 1200px) {
  .header_top .nav-sm li + li {
    position: relative;
    margin-left: 18px;
    padding-left: 18px;
  }
  .header_top .nav-sm li + li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 13px;
    margin-top: -6px;
    background: #4d5356;
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.gnb-sub-bg {
  display: none;
  position: absolute;
  top: 181px;
  z-index: 10;
  width: 100%;
  height: 230px;
  border-style: solid;
  border-width: 2px 0 1px;
  border-color: rgb(253, 137, 56) transparent rgb(50, 68, 102);
  background-color: rgba(244, 245, 247, 0.951);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
}
#header_wrap:has(.gnb.active) .gnb-sub-bg {
  display: block;
}

.header_gnb-set {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header_gnb {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 30px;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1350px) {
  .header_gnb {
    margin-left: auto;
    margin-right: auto;
  }
}
@container mainContainer (max-width: 749px) {
  .header_gnb {
    margin: 0;
    padding: 8px;
  }
}
@container mainContainer (max-width: 1199px) {
  .header_gnb h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header_gnb h1 a {
  display: block;
  width: 194px;
  height: 44px;
  background: url(/images/common/logo.png?ver=2026021101) 0 center no-repeat;
  background-size: contain;
}
@container mainContainer (max-width: 749px) {
  .header_gnb h1 a {
    width: 170px;
  }
}
.header_gnb .gnb {
  width: calc(100% - 280px - 207px);
}
@container mainContainer (max-width: 1199px) {
  .header_gnb .gnb {
    display: none;
  }
}
@container mainContainer (max-width: 1360px) {
  .header_gnb .gnb {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header_gnb .gnb > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_gnb .gnb > ul > li {
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
}
.header_gnb .gnb > ul > li > a {
  white-space: nowrap;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 22px;
  font-family: NotoSans;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.55px;
}
.header_gnb .gnb > ul > li > a:hover {
  color: #fd8938;
}
.header_gnb .gnb > ul > li:hover .gnb_sub {
  opacity: 1;
  visibility: visible;
}
.header_gnb .active .gnb_sub {
  opacity: 1;
  visibility: visible;
}
.header_gnb .gnb_sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1.3;
  padding-top: 44px;
}
.header_gnb .gnb_sub > li {
  margin-top: 3px;
}
.header_gnb .gnb_sub > li > a {
  text-align: left;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-block: 5px;
  white-space: nowrap;
}
.header_gnb .gnb_sub > li > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #324466;
  border-radius: 50%;
  margin-right: 5px;
}
.header_gnb .gnb_sub > li > a:hover {
  color: #fd8938;
}
.header_gnb .btn-search {
  display: none;
  width: 44px;
  height: 44px;
  background: url(/images/common/ico_search.png) 50% no-repeat;
}
@container mainContainer (max-width: 1199px) {
  .header_gnb .btn-search {
    display: block;
  }
}

@container mainContainer (min-width: 1200px) {
  .header_mobile {
    display: none;
  }
}
.header_mobile .btn-all-menu {
  width: 44px;
  height: 44px;
  background: url(/images/common/btn_allmenu.png) 50% no-repeat;
}

.sh-search {
  display: none;
  position: absolute;
  top: 150px;
  left: 20px;
  right: 20px;
  z-index: 900000;
  font-size: 15px;
  padding: 30px;
  border-radius: 10px;
  background-color: #f4f5f7;
  max-width: 540px;
  margin: 0 auto;
}
.sh-search.on {
  display: block;
}
.sh-search-label {
  margin: 0 0 10px 0;
  font-family: NotoSans;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000;
}
.sh-search-input {
  font-size: 16px;
  height: 48px;
  margin: 10px 0px 10px 0;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  width: 100%;
}
.sh-search .sh-search-sh, .sh-search .sh-search-reset {
  width: 75px;
  letter-spacing: -0.35px;
  font-weight: bold;
  padding: 11px 0;
}
.sh-search-reset {
  border-radius: 5px;
  border: solid 1px #b7bec4;
  background-color: #fff;
  color: #666;
}
.sh-search-sh {
  margin-left: 4px;
  border-radius: 5px;
  background-color: #108ddd;
  color: #fff;
}
.sh-search-close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 27px;
  height: 27px;
  background: url(/images/icons/ico_m_search_close.png) center center no-repeat;
  background-size: 21px;
}

.tsh {
  position: relative;
  display: none;
  width: 100%;
  max-width: 450px;
  height: 46px;
}
@container mainContainer (min-width: 1200px) {
  .tsh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tsh input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 5px;
  background-color: #666c93;
  color: #fff;
  padding-left: 15px;
  padding-right: 46px;
  position: relative;
  z-index: 1001;
}
.tsh button {
  z-index: 1002;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  background: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.4924 15.763L21.6419 19.9137C22.1198 20.3916 22.1198 21.164 21.6419 21.6419C21.4036 21.8802 21.0907 22 20.7778 22C20.4649 22 20.152 21.8802 19.9137 21.6419L15.763 17.4924C14.1081 18.7794 12.034 19.5556 9.77778 19.5556C4.38656 19.5556 0 15.169 0 9.77778C0 4.38656 4.38656 0 9.77778 0C15.169 0 19.5556 4.38656 19.5556 9.77778C19.5556 12.034 18.7794 14.1081 17.4924 15.763ZM9.77695 2.44361C5.73261 2.44361 2.44361 5.73261 2.44361 9.77695C2.44361 13.8213 5.73261 17.1103 9.77695 17.1103C13.8213 17.1103 17.1103 13.8213 17.1103 9.77695C17.1103 5.73261 13.8213 2.44361 9.77695 2.44361Z" fill="white"/></svg>') center center no-repeat;
}

html:has(.header_lnb.on, .m_header_search.on) {
  overflow-y: hidden;
  height: 100vh;
}

@media (max-width: 1199px) {
  #header_wrap:has(.m_header_search.on)::before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
  }
  #header_wrap .m_header_search.on {
    display: block;
  }
}
#header_wrap .m_header_search {
  display: none;
  position: absolute;
  left: 10px;
  top: 186px;
  margin: 0 auto;
  max-width: 750px;
  z-index: 10000;
  right: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f4f5f7;
}

#header_wrap .m_search {
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#header_wrap .m_search button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  font-size: 14px;
  height: 40px;
  border-radius: 5px;
}
#header_wrap .m_search button.m_search_reset {
  border: solid 1px #b7bec4;
  background-color: #fff;
  color: #666;
}
#header_wrap .m_search button.m_search_submit {
  background-color: #108ddd;
  color: #fff;
}
#header_wrap .m_search_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/images/main/search_close.png) center center no-repeat;
}

#header_wrap .m_search input[type=text] {
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 5px;
}

.m_search-title {
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.35px;
  color: #000;
}

.search_autoComplete_mobile_div {
  width: calc(100% - 160px);
  position: absolute;
  top: 100%;
  z-index: 999;
  background-color: white;
}
.search_autoComplete_mobile_div .auto_highlight {
  color: orange;
  font-weight: 600;
}
.tsh .search_autoComplete_mobile_div {
  padding-top: 4px;
  z-index: 1000;
  top: 42px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.search_autoComplete_mobile_li {
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
}
.search_autoComplete_mobile_li:hover, .search_autoComplete_mobile_li:focus {
  background-color: #efefef;
}

.icons.i_m_search:before {
  background-image: url(../images/icons/ico_m_search.png);
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=layout.css.map */