.wrap {
    overflow-x: hidden;
}

.layout {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width:1440px) {
    .layout {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1024px) {
    body {
        /* margin-top: 65px; */
    }
}

.nav_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  
    z-index: 2;
}

 .nav_bg.open {
    visibility: visible;
    opacity: 1;
}

/* 상단 헤더 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    /* background: #000; */
    z-index: 9;
}

/* .header {position: absolute; top: 0; left: 0; width: 100%; height: 90px; background: #000; overflow: hidden;  z-index: 10000;} */
.header .header-inner {
    position: relative;
    text-align: center;
    z-index: 9999;
    
}
.header.open {
    background: #000;
}
.header .header-logo {
    position: absolute;
    top: 20px;
    left: 50px;
    overflow: hidden;
    display: inline-block;
    height: 87px;
    width: 100px;
    background: url(../../img/common/logo.png) 0 0 no-repeat;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 99999999999;
}
/*  */
.header .header-langs {
    position: absolute;
    top: 50px;
    left: 190px;
    height: 50px;
    z-index: 999999999;

}
.header .header-langs a {
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    font-size:14px;
    font-weight:500;
    color: #fff;
    margin-right: 10px;
     position: relative;
     display:inline-block;

}
.header .header-langs a:hover {
    text-decoration: none;
}
.header .header-langs a.active::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    margin-top: 26px;
}
.header .header-langs.kr {
    top: 46px;
}
.header .header-langs.kr a.active::before {
    margin-top: 29px;
}
.header .header-langs a:last-child {
    margin-right: 0;
}
.header.sub .header-langs {
    position: absolute;
    top: 30px;
    left: 165px;
    z-index: 999999;

}
.header.sub .header-langs a {
    color: #000;
}
.header.sub .header-langs a.active::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 24px;
}
.header.sub .header-langs.kr {
    top: 26px;

}
.header.sub .header-langs.kr a.active::before {
   
    margin-top: 26px;
}


/*  */
.header .header-logo a {
    height: 87px;
    width: 100px;
    display: block;
     

}

.header .header-logo img {
    display: block;
}

.header .header-gnb {
    display: inline-block;
    
}

.header .header-gnb .gnb-depth-1 {
    display: flex;
    text-align: center; 
   
}

.header .header-gnb .depth-1>.depth-1-link {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 65px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    color: #fff;
}

.header .header-gnb .depth-1>.depth-1-link:hover {
    text-decoration: none;
}

.header .header-gnb .depth-1.current>.depth-1-link>span::before {
    content: "";
    display: block;
    width: calc(100% + 4px);
}

.header .header-gnb .depth-1 .depth-item {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: left;
}

.header .header-gnb .depth-2 {
    width: 25%;
    margin-bottom: 15px;
    padding: 0 25px;
}


/* 단일메뉴 */
.header .header-gnb .depth-1 .depth-item .gnb-depth-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 230px;
    padding: 0 0 10px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.header .header-gnb .depth-1 .depth-2:first-child {
    padding-left: 0;
}

.header .header-gnb .depth-1 .depth-2 {
    width: auto;
    padding: 0 15px;
}
.header .header-gnb .depth-1 .depth-2>.depth-2-link {
    display: block;
    padding: 12px 0 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}

/* 2차 메뉴 */
.header .header-gnb .depth-1 .depth-item .gnb-depth-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 20px 0 20px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}
.header .header-gnb .depth-1.two .depth-item .gnb-depth-2 {
    padding-top: 0;
}

.header .header-gnb .depth-1 .depth-item .gnb-depth-2 .depth-2:first-child {
    padding-left: 15px;
}

.header .header-gnb .depth-1 .depth-item .gnb-depth-2 .depth-2 {
    width: 25%;
}

.header .header-gnb .depth-1 .depth-item .gnb-depth-2 .depth-2 a dl dt {
    color: #fff;
    font-size: 14px;
}

.header .header-gnb .depth-1 .depth-item .gnb-depth-2 .depth-2 a dl dd {
    color: #fff;
    opacity: .5;
    font-size: 11px;
    font-weight: 400;

}

/* 서브 */
.header.sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 10000;
}

.header.sub .header-logo {
    position: absolute;
    top: -5px;
    left: 50px;
    overflow: hidden;
    display: block;
    height: 87px;
    width: 100px;
    background: url(../../img/common/logo.png) 0 100% no-repeat;
    background-size: 70px auto;
}

.header.sub .header-gnb .depth-1>.depth-1-link {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 65px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    color: #000;
}

/* 단일메뉴 */
.header.sub .header-gnb .depth-1 .depth-2>.depth-2-link {
    display: block;
    padding: 12px 0 10px;
    font-size: 13px;
    font-weight:700;
    color: #000;
    transition: all 0.5s
}

.header.sub .header-gnb .depth-1 .depth-item .gnb-depth-2 .depth-2 a dl dt {
    color: #000;
    font-size: 13px;
    padding-bottom: 4px;
    line-height: 16px;
}

.header.sub .header-gnb .depth-1 .depth-item .gnb-depth-2 .depth-2 a dl dd {
    color: #000;
    opacity: .5;
    font-size: 11px;
    font-weight: 400;

}
.header.sub .header-gnb .depth-1.two .depth-item {
    margin-top: 16px
}
.header.sub .header-gnb .depth-1.two .depth-2>.depth-2-link {
    display: block;
    padding: 4px 0 2px;
    font-size: 13px;
    font-weight:700;
    color: #000;
    transition: all 0.5s;
    line-height: 18px;
}


    







.header .mobile-gnb {
    display: none;
}

.header .mobile-gnb .sidebar-btn {
     position: absolute;
     right: 0;
     top: 0px;
     z-index:9999999999999999999999999999999999999999999999999999999999999999999;
     background: #000;
     width: 65px;
    height: 65px;
    background: transparent;
    border: 0;
    /* position: relative; */
    /* width: 65px;
    height: 65px;
    z-index: 1;
    background: transparent;
    border: 0; */
}

.header .mobile-gnb .sidebar-btn span {
    display: block;
    position: absolute;
    left: 20px;
    width: 24px;
    height: 2px;
    background-color: #fff;
}

.header .mobile-gnb .sidebar-btn span:nth-child(1) {
    top: 22px;

}

.header .mobile-gnb .sidebar-btn span:nth-child(2) {
    top: 32px;
    transition: opacity 0s 0.15s;
}

.header .mobile-gnb .sidebar-btn span:nth-child(3) {
    top: 42px;
}

.header .mobile-gnb .sidebar-btn span:nth-child(1),
.header .mobile-gnb .sidebar-btn span:nth-child(3) {
    transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.15s;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(1),
.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
    top: 32px;
    width: 30px;
    transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(1) {
    left: 18px;
    transform: rotate(45deg);
    color: #000;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
    left: 18px;
    transform: rotate(-45deg);
    
}
.header .mobile-gnb.open .sidebar-btn span {
    background-color: #000;
}

.header .mobile-gnb .sidebar-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    
    
}

.header .mobile-gnb.open .sidebar-wrap {
    visibility: visible;
    opacity: 1;
}

.header .mobile-gnb .sidebar-wrap .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 375px;
    height: calc(100vh - 65px);
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.5s;
   
}

.header .mobile-gnb.open .sidebar-wrap .sidebar {
    transform: translateX(0);
}

.header .mobile-gnb .gnb-depth-1 {
    height: 100%;
    overflow-y: auto;
    padding-top: 80px;
}

.header .mobile-gnb .depth-1>.depth-1-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 60px 0 25px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px #e4e4e4 solid;
}
.header .mobile-gnb .depth-1>.depth-1-link:hover {
    text-decoration: none;
}
.header .mobile-gnb .depth-1>.depth-1-link:not(:only-child)::before {
    content: "▼";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 10px;
}

.header .mobile-gnb .depth-1.current>.depth-1-link:not(:only-child)::before {
    content: '▲';
}

.header .mobile-gnb .depth-1>.depth-1-link>span {
    position: relative;
    display: block;
    line-height: normal;
}

.header .mobile-gnb .depth-1>.depth-1-link>span::before {
    /* content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 0;
    height: 9px;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    background-color: #60ccf6; */
}

.header .mobile-gnb .depth-1.current>.depth-1-link>span::before {
    content: "";
    display: block;
    width: calc(100% + 4px);
}

.header .mobile-gnb .gnb-depth-2 {
    display: none;
    background-color: #4e4e4e;
    padding: 10px;
    text-align: left;
}

.header .mobile-gnb .depth-2.current {}

.header .mobile-gnb .depth-2>.depth-2-link {
    display: block;
    position: relative;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 300;
    color: #e0e0e0;
    transition: all 0.3s;
    border-bottom: 1px #727272 solid;
}
.header .mobile-gnb .depth-2:last-child>.depth-2-link {
    border-bottom: 0;
}
/* .header .mobile-gnb .depth-2>.depth-2-link.active {
    color: #000;
    font-weight: bold;
} */

/* 현재 페이지 활성화 되어있음을 알리는 active 클래스 */
/* .header .mobile-gnb .depth-2.current>.depth-2-link {
    background-color: #000;
    color: #fff;
}

.header .mobile-gnb .depth-2>.depth-2-link:not(:only-child)::before {
    content: "┼";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 10px;
}

.header .mobile-gnb .depth-2.current>.depth-2-link:not(:only-child)::before {
    content: "─";
} */

.header .mobile-gnb .depth-2 .gnb-depth-3 {
    display: none;
    background-color: #fff;
    border: 1px solid #007ea5;
}

.header .mobile-gnb .depth-2 .depth-3 {
    position: relative;
    margin: 12px 0;
}

.header .mobile-gnb .depth-2 .depth-3>.depth-3-link {
    display: block;
    padding-left: 33px;
    font-size: 14px;
    color: #3f4146;
}

.header .mobile-gnb .depth-2 .depth-3>.depth-3-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #007ea5;
}
/* 서브페이지 */
.header.sub .mobile-gnb .sidebar-btn span {
    display: block;
    position: absolute;
    left: 20px;
    width: 24px;
    height: 2px;
    background-color: #000;
}
/* sticky */
#header.sticky {
    top: -50px;
    height: 80px;
}
.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px #eee solid !important;
    z-index: 99999999999999;
    /* transition: 1s */
}
.header.sticky .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}
.header.sticky .gnb .depth1>a {
    display: block;
    padding: 54px 0 0;
    font-size: 16px;
}
.header.sticky .top_wrap .etc {
    margin-top: 15px;
    color: #000 !important;

}
.header.sub.sticky {
    background: #fff !important;
}
.header.sub.sticky .gnb a {
    color: #000;
}

/* header_hover */
.header.sticky.all .gnb_wrap .depth2>li>a {
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: rgb(87, 87, 87);
    font-family: 'Noto Sans KR', sans-serif;
    display: inline-block;
    position: relative;
}
#mobile-langs {
    text-align: left;
    display:flex;
    padding-top: 30px;
    padding-left: 20px;
}
#mobile-langs a {
    font-size:17px;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    margin-left: 8px;
    margin-right: 8px;
   
    font-weight: 600;
     position: relative;
     display:inline-block;
}
#mobile-langs.eng a:nth-child(2):before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 26px;
}
#mobile-langs.kr a:first-child::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 26px;
}
/* sticky end */
@media (max-width: 1650px) {
    .layout {
    max-width: 100%;
    width: 100%;
}
.header .header-inner {
    text-align: right;
    
}
}
@media (max-width: 1440px) {
    .header-inner.layout {
        padding-right: 0;
    }
    .header .header-gnb .depth-1>.depth-1-link {
  
    padding: 0 45px;
    font-size: 16px;
   
}
   .header.sub .header-gnb .depth-1>.depth-1-link {
  
    padding: 0 45px;
    font-size: 16px;
   
}
}

@media (max-width:1240px) {
    .header {
        position: fixed;
        width: 100%;
        height: 65px !important;
        overflow: visible;
    }
    .header .header-logo {
        position: absolute;
        top: 20px;
        left: 20px;
        overflow: hidden;
        display: inline-block;
        height: 87px;
        width: 100px;
        background: url(../../img/common/logo.png) 0 0 no-repeat;
        background-size: 70px auto;
        cursor: pointer;
        overflow: hidden;
        text-indent: -9999px;
        z-index: 99999999999;
    }
    
    .header.sub .header-logo {
        top: -29px;
        left: 20px;
        background-size: 50px auto;
    }
    .header .header-logo a {
        height: 87px;
        width: 100px;
        display: block;
         
    
    }
    .header.sub .header-langs {
    position: absolute;
    top: 16px;
    left: 100px;
    display:none;

}
 .header .header-langs {
    position: absolute;
    top: 40px;
    left: 130px;
 }
    .header .header-inner {
        text-align: right;
    }

    .header .header-gnb {
        display: none;
    }

    .header .mobile-gnb {
        display: block;
    }

    .header .header-gnb .depth-1>.depth-1-link {
        padding: 0 45px;
    }

    .header .header-gnb .depth-1>.depth-1-link {
        font-size: 18px;
    }

    .header .header-gnb .depth-2>.depth-2-link {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    html.not-scroll .header .header-logo {
        opacity: 0;
    }

    .header .mobile-gnb .sidebar-wrap .sidebar {
        max-width: 100%;
    }
}

/* 상단 헤더 End */
