@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900');
/*-------------------------------------------------
title       : 레이아웃
Author      : 최연아
Create date : 2021-01-06
-------------------------------------------------*/
#wrap.darken {
    position: relative;
}
.header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 90;
    box-shadow: 3px 3px 12px #0000000d;
}
.header.fixed {
    position: fixed;
}
/* .header.wh:before{position:absolute;top:5rem;left:0;width:100%;height:1000%;background:rgba(0,0,0,0.3);content:'';} */
#wrap.darken::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    transition: all 0.2s;
}
.search-container {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background: transparent linear-gradient(97deg, #22448a 0%, #d13f3f 100%) 0% 0% no-repeat
        padding-box;
    padding: 0 1rem;
    text-align: center;
    color: #fff;
    height: 0;
    opacity: 0;
    padding: 0 1rem;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition:
        padding 0.4s,
        opacity 0.4s;
    transition:
        padding 0.4s,
        opacity 0.4s;
}

.search-container .search-area {
    width: 30rem;
    margin: auto;
    position: relative;
    position: relative;
    max-width: 100%;
}
.search-container .search-area > input {
    width: 100%;
    border: 0;
    background: none;
    border-bottom: 2px solid #d5d7d8;
    padding: 0 2.3rem 18px 15px;
    color: #fff;
    font-size: 1.35rem;
    height: 3rem;
}
.search-container .search-area > button {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    color: #fff;
    bottom: 0.9rem;
}
.search-container .search-area > input::placeholder {
    font-size: 1.35rem;
    color: #fff;
    opacity: 0.3;
}
.search-container .search-area > input:focus {
    outline: 0 !important;
}

.search-container.active {
    padding: 2rem 1rem 1.4rem 1rem;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.search-container .close {
    position: relative;
    display: block;
    width: 100px;
    margin: auto;
    text-align: center;
    padding: 0.35rem 0 0.4rem;
    font-size: 0.7rem;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    color: #fff;
}

.search-container .close:after {
    position: absolute;
    left: 70%;
    top: 50%;
    -webkit-transform: skewX(45deg) translate(-50%, -50%);
    transform: skewX(45deg) translate(-50%, -50%);
    width: 0;
    height: 100%;
    background: #fff;
    content: '';
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.search-container .close span {
    position: relative;
    z-index: 1;
}

.search-container .close:hover span,
.search-container .search-container .close:focus span {
    color: #333;
}

.search-container .close:hover:after,
.search-container .close:focus:after {
    width: 150%;
    opacity: 1;
}

.gnbWrap {
    float: right;
    margin-right: calc(13rem / 2);
}

.gnbWrap #gnb > .title {
    display: none;
}

.gnb_bg {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
}

.header-menu {
    text-align: center;
}

.header-menu > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 1.6rem;
}

/* .header-menu > li.on .submenu {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
   width: 64rem; 
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 25rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header-menu > li.on .submenu:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 478px;
  height: 89px;
  background: url('../../images/korean/layout/gnb-logo.png') no-repeat;
} */

.header-menu > li > a {
    position: relative;
    font-size: 1.05rem;
    display: block;
    height: calc(10rem / 2);
    color: #333;
    padding: 0 0.5rem;
    line-height: calc(10rem / 2);
    font-weight: bold;
    letter-spacing: -1.05px;
}

.header-menu > li > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    background: #00a0e0;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* .header-menu .submenu {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  z-index: 2;
  padding-left: 16rem;
}

.header-menu .submenu::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 10000%;
  height: 100%;
  background-color: #fff;
  content: '';
  border-top: 1px solid#E3E6E8;
}
.header-menu .submenu .title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 16rem;
  height: 100%;
  padding-top: 3.4rem;
  color: #fff;
  text-align: left;
}

.header-menu .submenu .title::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  background: url('../../images/korean/layout/gnb-bg.jpg') no-repeat right bottom #22448a;
  content: '';
} */

/* .header-menu .submenu .title strong {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
}
.header-menu .submenu .title strong:after {
  content: '';
  position: absolute;
  right: -16px;
  bottom: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d13f3f;
}
.header-menu .submenu .title span {
  display: block;
  width: 10rem;
  max-width: 100%;
  word-break: keep-all;
  opacity: 0.5;
  letter-spacing: -0.48px;
  font-weight: 300;
}

.header-menu .submenu .depth2 {
  text-align: left;
  overflow: hidden;
  width: calc(100% - 1rem);
  padding: 3rem 0 1rem 2rem;
}

.header-menu .submenu .depth2 li {
  float: left;
  width: 25%;
  padding: 0 1rem 1rem 0;
  display: table;
  table-layout: fixed;
}

.header-menu .submenu .depth2 a {
  display: block;
  position: relative;
  border: 2px solid #d5d7d8;
  background-color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #666666;
  display: table-cell;
  vertical-align: middle;
  height: 52px;
} */

.header-menu .submenu .depth2 a:hover,
.header-menu .submenu .depth2 a:focus {
    border-color: #22448a;
    color: #000000;
}

.header-menu .submenu .depth2 a:hover::after,
.header-menu .submenu .depth2 a:focus::after {
    color: inherit;
}

.header-menu .submenu .depth3 {
    display: none;
}

.header.active {
    background: #fff;
}
.header.active .gnb_bg {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    width: 100%;
    height: calc(100vw - 5rem);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.header .AllMn {
    /* position: absolute;
  top: 50%;
  left: auto; */
    /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; */
    width: 23px;
}
.header .all_close {
    /* position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; */
    font-size: 1.4rem;
    display: none;
}

.AllMn .bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.AllMn .bar:nth-of-type(2) {
    margin: 0.35rem 0;
}

.AllMn:hover .bar:nth-of-type(1),
.AllMn:focus .bar:nth-of-type(1) {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.AllMn:hover .bar:nth-of-type(3),
.AllMn:focus .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.sitemap-container {
    position: fixed;
    top: 5rem;
    right: 0;
    width: 30%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.sitemap-container:before {
    position: fixed;
    top: 5rem;
    right: 0;
    width: 0;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    transition: width 0.4s;
    z-index: 0;
}
.sitemap-container.active:before {
    width: 10000%;
}
.sitemap-container .allgnb-wrap {
    position: relative;
    background: transparent linear-gradient(175deg, #22448a 0%, #d13f3f 100%) 0% 0% no-repeat
        padding-box;
    height: 0;
    width: 100%;
    padding: 0.5rem 1.5rem 1rem;
}
.sitemap-container.active {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}
.sitemap-container.active .allgnb-wrap {
    height: 100vh;
}

.sitemap-container .all_close {
    position: absolute;
    right: 0;
    top: -9px;
    font-size: 2rem;
    color: #000;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition:
        transform 0.4s,
        -webkit-transform 0.4s;
    line-height: 1;
}
.sitemap-container .all_close:hover,
.sitemap-container .sitemap-container .all_close:focus {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.sitemap-container .submenu {
    /* display: none; */
}
.sitemap-container .topmenu_all > li.active .submenu {
    display: block;
    transition: all 2s;
}
.sitemap-menu-list > li > a i {
    float: right;
}

.sitemap-menu-list {
    overflow: hidden;
}

.sitemap-menu-list > li {
    display: block;
    color: #fff;
}

.sitemap-menu-list > li > a {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    padding: 1rem 0;
    position: relative;
}
.sitemap-menu-list > li > a span {
    position: relative;
}
/* .sitemap-menu-list > li.active > a span:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d13f3f;
  right: -15px;
  bottom: 3px;
} */
.sitemap-menu-list .submenu > ul > li > a {
    position: relative;
    font-size: 1rem;
    display: block;
    padding: 0.6rem 0;
    letter-spacing: -0.6px;
}

.sitemap-menu-list .submenu > ul > li.plus > a:after {
    position: absolute;
    right: 0.85rem;
    top: 0.75rem;
    font-family: 'remixicon';
    content: '\EA13';
    font-size: 2rem;
    color: #fff;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition:
        transform 0.4s,
        -webkit-transform 0.4s;
}

/* .sitemap-menu-list .submenu > ul > li.plus > a:hover:after,
.sitemap-menu-list .sitemap-menu-list .submenu > ul > li.plus > a:focus:after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #00a0e0;
}

.sitemap-menu-list .submenu > ul > li.plus.active > a,
.sitemap-menu-list .submenu > ul > li.plus.active > a:after {
  color: #00a0e0;
} */
.sitemap-menu-list .submenu > ul > li.plus.active > a:after {
    content: '\F1AF';
}

.sitemap-menu-list .lnb-detail {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sitemap-menu-list .lnb-detail a {
    position: relative;
    display: block;
    font-weight: 400;
    color: #fef;
    font-size: 1.8rem;
    padding-left: 10px;
}

.sitemap-menu-list .lnb-detail li + li {
    margin-top: 0.3rem;
}

.sitemap-menu-list .lnb-detail a:before {
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 4px;
    height: 1px;
    background: #fef;
    content: '';
}

/* .sitemap-menu-list .lnb-detail a:hover,
.sitemap-menu-list .sitemap-menu-list .lnb-detail a:focus {
  color: #00a0e0;
}

.sitemap-menu-list .lnb-detail a:hover:before,
.sitemap-menu-list .sitemap-menu-list .lnb-detail a:focus:before {
  background: #00a0e0;
}

.sitemap-menu-list .lnb-detail a:hover span,
.sitemap-menu-list .sitemap-menu-list .lnb-detail a:focus span {
  border-bottom: 1px solid #00a0e0;
} */

@media (max-width: 767px) {
    .sitemap-menu-list .submenu > ul li.active .lnb-detail {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 1rem 0 1.8rem;
        margin-bottom: 1rem;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 100%;
    padding: 0 6rem;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.header-logo a img {
    display: block;
    width: 16.1876rem;
}

.header-container .lang {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.6rem;
    right: calc(8rem / 2);
}

.header-container .lang i {
    font-size: 0.75rem;
    position: relative;
    top: -1px;
    margin-right: 0.25rem;
    vertical-align: middle;
}

.header-container .search-btn {
    /* position: absolute; */
    /* top: 50%; */
    /* left: auto; */
    /* -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  right: calc(5rem / 2); */
    font-size: 1.4rem;
}
.header-container .search-btn:hover,
.header-container .close:hover {
    -webkit-transform: scale(1.08) translateY(-50%);
    transform: scale(1.08) translateY(-50%);
    transition: all 0.3s;
}
.header-container .close {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    right: calc(5rem / 2);
    font-size: 1.4rem;
    display: none;
}

.footer {
    font-size: 0.85rem;
    padding: 2.5rem 0;
    background-color: #67696b;
    color: #ffffff;
    overflow: hidden;
}
.footer .footer-logo {
    float: left;
}

/*top버튼*/
a.go-top {
    z-index: 9999;
    position: fixed;
    right: 10%;
    bottom: 6.1rem;
    width: 62px;
    height: 62px;
    background-color: #414346;
    font-size: 1.3rem;
    line-height: 0;
    display: none;
}
a.go-top:after {
    content: '\e945';
    font-family: 'xeicon';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer .f-tside {
    float: left;
    padding-left: 3rem;
}
.footer .f-tside li {
    display: inline-block;
    font-weight: 400;
}
.footer .f-tside li + li {
    position: relative;
    padding-left: 2.5rem;
}
.footer .f-tside li + li:before {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    height: 12px;
    width: 1px;
    background: #707070;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer .f-tside .address {
    opacity: 0.8;
    letter-spacing: -0.45px;
    font-weight: 200;
    font-size: 0.75rem;
    display: block;
    padding: 1rem 0 5px;
}
.footer .f-tside span + span {
    padding-left: 1.6rem;
}
.footer .f-tside span > em {
    font-weight: bold;
    opacity: 1;
    margin-right: 6px;
}
.footer .f-tside .copyright {
    letter-spacing: -0.45px;
    font-weight: 300;
    opacity: 0.8;
}

@media (max-width: 1280px) {
    .gnbWrap {
        /* margin-right: 5rem; */
    }
    #head_menu > li {
        /* margin-left: 0.8rem; */
    }
    .header-container {
        max-width: 95%;
    }
    a.go-top {
        width: 2rem;
        height: 2rem;
        font-size: 0.7rem;
        right: 2%;
        bottom: 10%;
        opacity: 0.8;
    }
}

@media (max-width: 1024px) {
    #gnb,
    .sitemap-container h2 {
        display: none;
    }
    .header-container {
        height: 3.5rem;
    }
    .header-container .logo a {
        width: 243px;
        height: 35px;
        max-width: 100%;
        margin-top: 0.9rem;
    }
    .search-container .search-area > input {
        font-size: 0.9rem;
        padding: 0 2.2rem 5px 0;
    }
    .search-container .search-area > input::placeholder {
        font-size: 0.9rem;
    }
    .search-container .search-area > button {
        botton: 0.8rem;
        font-size: 1rem;
    }
    .footer {
        padding: 2rem 0;
    }
    .footer .footer-logo {
        float: none;
        text-align: center;
    }
    .footer .f-tside {
        float: none;
        padding-left: 0;
        text-align: center;
        margin-top: 2rem;
    }
    /* 
  .sitemap-container,
  .gnb_bg,
  .sitemap-container.active:before {
    top: 3.5rem;
  } */
    .sitemap-container {
        width: 100%;
    }
}

@media (max-width: 560px) {
}

@media (max-width: 375px) {
    .AllMn {
        width: 21px;
    }
    .AllMn .bar:nth-of-type(2) {
        margin: 0.35rem 0;
    }
}
