@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : templates ui gnb 스타일
    참고사항 : 전체 펼침
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/
.gnb-load {position: fixed;top: 0;overflow: auto;width: 100%;height: 100%;background: #fff;z-index: 999;}
.gnb-close{position: fixed;right: 0;width: 40px;height: 40px;margin: 20px;background: url('../../images/common/ico_close-01.png') center no-repeat;z-index: 999;font-size: 0;text-indent: -999999px;}
.gnb-fullsize > .logo{position: absolute;left:0;display: block;width: 354px;height: 100%;background: rgb(0,68,131);background: -webkit-gradient(linear, left bottom, left top, from(rgba(105,226,219,1)), to(rgba(0,68,131,1)));background: -o-linear-gradient(bottom, rgba(105,226,219,1) 0%, rgba(0,68,131,1) 100%);background: linear-gradient(0deg, rgba(105,226,219,1) 0%, rgba(0,68,131,1) 100%);}
.gnb-fullsize > .logo::after{content:'';position: absolute;display: block;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 263px;height: 26px;display: block;background: url('../../images/common/logo_full.png') center no-repeat;}
.gnb-fullsize .node1-list {position: absolute;white-space:nowrap;margin: 0;width: auto;top: 50%;right: auto;left: 5%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
@media (max-width:1280px){
    .header-gnb {zoom: 80%;}
}
.gnb-fullsize .node1-link{font-size: 20px; color: #5d5c5c;}
.gnb-fullsize .node1-link > em{display: block;font-size: 28px;color: #014584;font-family: "Roboto";font-weight: 500;text-transform: uppercase;}
.gnb-fullsize .node2-menu{
    opacity: 1;
}
.gnb-fullsize .node2-list {padding:10px 5px;background-color:#fff;border: 0px;border-top: 1px solid #cfcfcf;border-radius:3px;margin: 30px auto 0;width: 200px;}
.gnb-fullsize .node2-link{font-size:17px;line-height: 2.5;}
.all_menu-full .top .logo{display:none;}
.all_menu-full > .inner{
    position: relative;
    min-width: 1263px;
    height: 100%;
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 42% auto;
    grid-template-columns: 42% auto;
}
.all_menu-full .bg{
    background: #16567b;
    background-size: cover;
}
.all_menu-full .gnb{
    position: relative;
    /* display: block; */
    left: auto;
    width: 100%;
    /* height: auto; */
    /* max-height: 100%; */
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    overflow: auto;
}
.all_menu-full .gnb > .top{position: absolute;width: 100%;/* height: auto; *//* padding: 80px 0 4% 12.5%; *//* text-align: left; */}
.all_menu-full .gnb > .top .gnb-close{position: absolute;top: 40px;right: 40px;width: 50px;height: 50px;}
.all_menu-full .gnb > .top .gnb-close > span{text-indent: -99999999999999999999px;}
.all_menu-full .gnb > .top .gnb-close > .ico-close03{position: absolute;top: 0;left: 0;}