@charset "UTF-8";

.global {
    padding: 23px 0;
    background-color: #020b3d;
}
.global, .head-set {
    font-family: 'Suit', "Noto Sans KR", "Noto Sans SC", "NanumGothic", "dotum", "돋움", "Arial", sans-serif;
}
.global .inner {
    width: unset;
    padding: 0 40px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .global .inner {
        padding: 0 20px;
    }
}
.global .l {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
@media (max-width: 749px) {
    .global .l a:not(:first-child) {
        display: none;
    }
}
.global .l a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  gap: 8px;
    height: 22px;
    font-family: SUIT;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #fff;
}
@media (max-width: 1199px) {
    .global .l a {
        gap: 8px;
    }
}
@media (max-width: 749px) {
    .global .r a:not(:last-child) {
        display: none;
    }
}
.global .r a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    height: 22px;
    font-family: SUIT;
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #fff;
    padding: 0 10px;
}
.global .r a ~ a {
    position: relative;
}
.global .r a ~ a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #505557;
    width: 1px;
    height: 10px;
}
@media (max-width: 749px) {
    .global .r a ~ a::before {
        display: none;
    }
}

.head-set {
    position: relative;
    background: url(/resources/img/main/section1-bg.jpg) 0 0 no-repeat;
    background-size: 100% 810px;
    padding: 0 40px 20px;
}
@media (max-width: 1199px) {
    .head-set {
        padding-inline: 30px;
    }
}
@media (max-width: 749px) {
    .head-set {
        padding-inline: 20px;
    }
}
.mainPage .head-set {
    background: transparent;
}

.head {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .head {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 5px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .head .logo {
        margin-right: auto;
    }
}
.head .logo 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}
.gnb {
    display: none;
}
@media (min-width: 1200px) {
    .gnb {
        display: block;
        margin: 0 auto;
    }
    .gnb > ul {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 46px;
    }
    .gnb li {
        position: relative;
    }
    .gnb > ul > li > a {
        height: 39px;
        padding: 0 20px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        font-family: SUIT;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -1px;
        text-align: center;
        color: #fff;
    }
    .gnb > ul > li > a:hover, .gnb > ul > li > a:focus {
        font-weight: 900;
    }
    .gnb > ul > li > a:hover::before, .gnb > ul > li > a:focus::before {
        content: "";
        width: 18px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .gnb .bg {
        display: none;
        position: absolute;
        left: 0;
        top: 74px;
        height: 375px;
        width: 100%;
        background: #fff url(/resources/img/main/bg.png) 0 0 no-repeat;
        z-index: 300;
        background-size: auto 100%;
    }
    .gnb .depth2 {
        position: absolute;
        top: 55px;
        z-index: 310;
        left: 20px;
        display: none;
    }
    .gnb .depth2 a {
        position: relative;
        display: block;
        width: 134px;
        margin: 27px 0;
        font-family: SUIT;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #041d35;
    }
    .gnb .depth2 a:hover, .gnb .depth2 a:focus, .gnb .depth2 a.on {
        font-weight: 800;
        color: #081853;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    .gnb.on .bg,
    .gnb.on .depth2 {
        display: block;
    }
}

.nav-toggle,
.search-toggle {
    border: none;
    width: 55px;
    aspect-ratio: 1;
    background-color: #020b3d;
    background-position: center center;
}
@media (max-width: 1199px) {
    .nav-toggle,
    .search-toggle {
        width: 39px;
    }
}

.search-toggle {
    background-image: url("/resources/img/main/ico-search.png");
    background-repeat: no-repeat;
    background-size: 21px 21px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .search-toggle {
        background-image: url("/resources/img/main/ico-search@2x.png");
    }
}
.search-toggle.active {
    background: #020b3d url(/resources/img/main/icon-01.svg) center center no-repeat;
    background-size: 18px;
}

.nav-toggle {
    display: none;
    background-image: url("/resources/img/main/toggle.png");
    background-repeat: no-repeat;
    background-size: 21px auto;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .nav-toggle {
        background-image: url("/resources/img/main/toggle@2x.png");
    }
}
@media (max-width: 1199px) {
    .nav-toggle {
        display: block;
    }
}

.tsh-wrap {
    position: absolute;
    left: 0;
  top: 86px;
    width: 100%;
    background: #fff url(/resources/img/main/tsh-wrap-bg.png) 0 0 no-repeat;
  background-size: auto 100%;
    z-index: 100;
}
.tsh-wrap.hide {
    display: none;
}
.tsh-wrap .inner {
    max-width: 690px;
    margin: 0 auto;
    padding-block: 40px 60px;
}
@media (max-width: 749px) {
  .tsh-wrap .inner {
    padding: 30px 8px;
  }
}

.tsh-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.tsh-head select {
  height: 48px;
  font-weight: 600;
  color: #041d35;
  padding-inline: 10px;
  border: solid 1px rgba(176, 176, 176, 0.5);
}
@media (max-width: 749px) {
  .tsh-head select {
    padding-inline: 5px;
    font-size: 15px;
  }
}
.tsh-head select option {
  font-size: inherit;
}
.tsh-head .search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 26px;
    height: 48px;
    border: solid 1px rgba(176, 176, 176, 0.5);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    text-align: left;
    color: #041d35;
  min-width: 0;
}
@media (max-width: 749px) {
  .tsh-head .search-input {
    padding-inline: 5px;
    font-size: 15px;
  }
}
.tsh-head .search-input::-webkit-input-placeholder {
    color: #041d35;
}
.tsh-head .search-input::-moz-placeholder {
    color: #041d35;
}
.tsh-head .search-input:-ms-input-placeholder {
    color: #041d35;
}
.tsh-head .search-input::-ms-input-placeholder {
    color: #041d35;
}
.tsh-head .search-input::placeholder {
    color: #041d35;
}
.tsh-head .search-btn {
    width: 48px;
    height: 48px;
    background: #041d35 url(/resources/img/main/icon-search-btn.png) center center no-repeat;
}
.tsh-head .detail-btn {
    width: 96px;
    height: 48px;
    background-color: #616161;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 749px) {
  .tsh-head .detail-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    padding-inline: 4px;
  }
}

.hotkeyword dt {
    margin: 15px 0 15px 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    color: #043a53;
}
.hotkeyword ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 12px;
}
.hotkeyword a {
    display: block;
  padding: 5px 10px;
  font-family: SUIT, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.8px;
    text-align: center;
    color: #020b3d;
    background-color: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 20px;
}
.hotkeyword a:hover, .hotkeyword a:focus {
  border: 1px solid #020b3d;
}

.nav-sm {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 330px;
    height: 100%;
    z-index: 999;
    background-color: #fff;
}
.nav-sm::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 330px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.nav-sm__logo {
    padding: 20px;
}
.nav-sm__head {
    height: 60px;
    background-color: #020b3d;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-sm__close {
    width: 50px;
    aspect-ratio: 1;
    background: url(/resources/img/main/icon-01.svg) center center no-repeat;
}
.nav-sm__btns {
    margin: 10px 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.nav-sm__btns a {
    width: 96px;
    height: 39px;
    background-color: #020b3d;
    font-size: 16px;
    color: #fff;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-sm__nav {
  height: calc(100% - 121px);
  overflow-y: auto;
  border-top: 1px solid #eee;
}
.nav-sm__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-sm__nav > ul > li {
  border-bottom: 1px solid #eee;
}
.nav-sm__nav > ul > li > a {
    display: block;
  padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    background: url(/resources/img/main/depth1-arr.png) calc(100% - 20px) center no-repeat;
}
.nav-sm__nav > ul > li > a.on, .nav-sm__nav > ul > li > a:hover, .nav-sm__nav > ul > li > a:focus {
    color: #043a53;
}
.nav-sm__nav > ul > li > a.on {
    font-weight: 900;
  background-color: #eee;
}
.nav-sm__nav > ul > li > a.on + .depth2 {
  display: block;
}
.nav-sm__nav .depth2 {
  padding: 5px 10px;
  display: none;
}
.nav-sm__nav .depth2 a {
  position: relative;
    display: block;
  padding: 4px 20px 4px 22px;
  font-size: 14px;
}
.nav-sm__nav .depth2 a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #616161;
}

@media (max-width: 749px) {
    .sm-hidden {
        display: none;
    }
}

.ico-logo {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/resources/img/common/ic_bag.svg);
}
.ico-nanet {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/resources/img/common/ic_nanet_w.svg);
}

/* topContainer 관련 스타일 */
.topPop {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 5px 0;
    font-size: 13px;
    color: #000;
    background: #ff5622;
  background: -webkit-gradient(linear, left top, right top, from(#ff9879), to(#ff5622));
    background: linear-gradient(to right,  #ff9879 0%,#ff5622 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9879", endColorstr="#ff5622", GradientType=1);
}
.topPop .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.topPop em {display: inline-block; margin-right: 10px; font-size: 13px; border-radius: 20px; border: solid 1px #000000; padding: 4px 10px; }
.topPop p {display: inline-block;}
.topPop p>span {margin-left: 20px;}
.topPop a {float: right; font-size: 12px; line-height: 22px;}

.topContainer {
    position: relative;
  /*background: #0d2543 url(/resources/img/bg_header.png) top center no-repeat;*/
}

.sub .topContainer.on-notice {
  height: 187px;
}

.sub .topContainer.off-notice {height: 164px;}
.sub .topContainer::before {
  content: "";
    display: block;
    background: #ff5622;
  background: -webkit-gradient(linear, left top, right top, from(#ff9879), to(#ff5622));
    background: linear-gradient(to right,  #ff9879 0%,#ff5622 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9879", endColorstr="#ff5622", GradientType=1);
}
/* 데스크톱 헤더 메뉴 스타일 */
@media screen and (min-width:1220px) {
    .header {height: 113px;}
}

/* 태블릿/모바일 헤더 스타일 */
@media screen and (max-width:1219px) {
    .topPop {padding: 5px 0;}
    .topPop .inner {width: 80vw; margin: 0 auto; position: relative;}
    .topPop em {font-size: 12px; padding: 3px 5px;}
    .topPop p {line-height: 20px;}
  .topPop p>span {
    margin-left: 10px;
  }

  .topPop a {
    right: 10px;
    bottom: 0;
  }

  .topPop .inner {
    padding-bottom: 0px;
  }

    .topContainer, .sub .topContainer {height: auto; background-size: cover;}
}

@media screen and (max-width:767px) {
  .sub .topContainer.on-notice {
    height: 196px;
}
}

/*# sourceMappingURL=header.css.map */