#header {} 
#header.SlideF{}
#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li.on span{color: #222}
#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li.on span:after{width: 100%;opacity: 1}
#header {position: fixed; top: 0; left: 0; right: 0; z-index: 99;  transition:transform 0.6s;}
#header .header-anim {position: relative; z-index: 2; }
#header .header-container {position: relative; width:100%; height:83px; margin:0 auto; background:#002245; z-index: 2;}
#header .header-container:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }
#header {position: absolute;    top: 100%;	
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
#header .header-inner {position: relative; width:100%; margin:0 auto;height:100%;}
#header .brand a {display:block;float:left;text-indent: -9999em;width:235px;height:36px;margin-top: 28px;margin-left:2%;background-image:url(../images/logo2.png?v=v56);}

#header #nav {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 50%;
    /* overflow: hidden; */
    white-space: nowrap;
    text-align: center;
}
#header #nav .gnb {text-align: center;height: 100%;display: flex;justify-content: center;}
#header #nav .gnb li {height: 100%;margin-right: 7%;}
#header #nav .gnb li a {
    display: block;
    position: relative;
    height: 100%;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}
#header #nav .gnb li a:before {content: '';background-color: #fff; width:0; height:3px; position: absolute;    left: 0;    bottom:0; 
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    width: 0;
}
#header #nav .gnb li a:hover:before, #header #nav .gnb li.active a:before {width: 100%;}
#header #nav .gnb li.inactive a {opacity:1;}

#header #nav .gnb li a span {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size:17px;
	color: #fff;
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
}
.onlymain #header #nav .gnb li a span{
	color:#fff;
}

#header #nav .gnb li a span:hover {color: #fdb913;}
.onlymain #header #nav .gnb li a span:hover{
	color:#fff;
}

#header #nav .gnb li a span.on {color: #fdb913;}


.header-opaque-at-mobile-nav-opened #header .header-container,#header.opaque .header-container {transition:0.75s all;}

#header.SlideF  .header-container{
}

.header-fixed-at-mobile-nav-opened #header,#header.fixed {    position: fixed;    top:0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-fixed-at-mobile-nav-opened #header .header-container,#header.fixed .header-container {}

.utils {
	text-align: right;
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
}
.utils .menu{    
	display: flex;
    align-items: center;
    height: 100%;
}
.utils .menu li {float: left;display: inline-block;margin-left:0; font-family:"NotoSans",'malgun gothic','dotum';  font-size:18px;line-height:100%;}
.utils .menu li a {color: #666;}
.utils .menu li .sitemap {padding:0 0 0 25px; background:url(../images/ico_sitemap.png) 0 3px no-repeat;}

#header .gnb-sub-menus {position: absolute;    left: 0;    right: 0;    top:100%; z-index: 1;    font-size: 0;    visibility: hidden;
    -webkit-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    -moz-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    -ms-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    -o-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    overflow: hidden;
    height: 100vh;
}

#header .gnb-sub-menus.active {visibility: visible;    height: 100vh; border-top:1px solid #ddd}
#header .gnb-sub-menus .backdrop {background: rgba(0,0,0,.6); position: absolute; top:0; left: 0; right: 0; height: 100vh; content: '';    
	-webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -ms-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    opacity: 0;
    /*height: 0;*/
}

#header .gnb-sub-menus.active .backdrop {height: 100vh; opacity: 0;}
#header .gnb-sub-menus .gnb-sub-menus-container {
	width:100%;
	margin:0 auto;
    background: #fff;
	border-bottom:1px solid #ddd;
    position: relative;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: -ms-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: -o-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

#header .gnb-sub-menus.active .gnb-sub-menus-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#header .gnb-sub-menus .menus {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
}

#header .gnb-sub-menus .menus > ul {    display: flex;}
#header .gnb-sub-menus .menus > ul > li {width:8.5rem;}
#header .gnb-sub-menus .menus .sub-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding:1.2rem 0 2rem 0;
    border-left: 1px solid #e5e5e5;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    position: relative;
}

@media all and (max-width:1360px)
{	
	#header #nav .gnb li {}
	#header .gnb-sub-menus .menus > ul > li {width:5rem;}
}



#header .gnb-sub-menus .menus .sub-menu:before {
    content: '';
    background-color: #222;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    width: 0;
    z-index: 99;
}

#header .gnb-sub-menus .menus > ul > li:last-child .sub-menu { border-right: 1px solid #e5e5e5;}
#header .gnb-sub-menus .menus .sub-menu a {
	display: block;
    text-align: left;
    cursor: pointer;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    letter-spacing: -1px;
    color: #666;
    padding: 0 5px 10px 15px;
}
#header .gnb-sub-menus .menus .sub-menu a:hover {color:#09193d}
#header .gnb-sub-menus .menus .sub-menu a span { font-size:1rem; display: inline-block; position: relative;}
#header .gnb-sub-menus .menus .sub-menu a span:after {
    content: '';
    position: absolute;
    background: #333;
    left: 0;
    width: 0;
    height: 1px;
    top: 1.15rem;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
#header .gnb-sub-menus .menus .sub-menu .depth_3{
	padding-bottom:5px;
}
#header .gnb-sub-menus .menus .sub-menu .depth_3 span{
	text-indent: -8px;
    padding-left: 10px;
}
#header .gnb-sub-menus-depth2 {z-index: 1;    position: absolute;    left: 0;right: 0; top: 100%;height: 0;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(255,255,255,.97);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 23px;
    font-size: 0;
    text-align: center;
    -webkit-transition: opacity 350ms ease-out, -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 350ms ease-out, -moz-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 350ms ease-out, -ms-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 350ms ease-out, -o-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 350ms ease-out, transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    position:relative;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu:after {    content: '';    width: 100%;    height: 1px;    background: #e5e5e5;    left: 0;    bottom: 0;    position: absolute;    z-index: 1;    opacity: 0;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu.active:after {   opacity: 1;    transition: opacity 0.1s;    transition-delay: 0.2s;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li {    display: inline-block;    margin: 0 20px;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a {    display: block;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a span {
    font-size: 18px;
    display: block;
    color: rgba(34, 34, 34, 0.57);
    position: relative;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -ms-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a span:after {
    background: #222222;
    opacity: 0;
    left: 0;
    position: absolute;
    bottom: -.5rem;
    height: 1px;
    content: '';
    width: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a:hover span {    color: #222222;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a:hover span:after {    width: 100%;    opacity: 1;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu.active {    z-index: 2;    visibility: visible;}
#header .gnb-sub-menus-depth2 .gnb-sub-menu.active ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    white-space:nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}



/*mobile*/


@media all and (max-width:1080px)
{	
	#header {display:none}
}


.header_m{position:relative;background-color:#fff;display:none;}
.header_m{clear: both;float: left;width: 100%;height: auto;padding:10px 0;background: #fff;z-index: 9999;}
.header_m .inner{ width: 90%;margin: 0 auto;}
.header_m h1 a {display: block;width:142px;height:51px;}
.header_m .ico_tel {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 8888;
    transform: translateY(-50%);
}
.header_m .ico_tel img {width: 35px;}

@media all and (max-width:1080px){	
.header_m {
    display: flex;
    align-items: center;
    height: 80px;
    }
}

.header_m h1{display: block;width:200px;height:27px;margin: 0 auto; margin-top: -25px;text-indent: -9999em;background: url(../images/logo.png?v=55) center center no-repeat;background-size:65%;}
.header_m .title_logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5%);
    width:15%;
}
.header_m .title_logo img {
	width:100%;
}

/* .header_m .btn_mobileMenu {position:absolute; top:25px; left:15px; width:31px; height:26px; text-align:center; z-index:8888}
.header_m .btn_mobileMenu img {width:100%; } */

.header_m{position:relative;top:0;background-color:#fff;}
.header_m .btn_mobileMenu{width: 21px;z-index: 9999;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);background-color: transparent;border: none;padding: 0;}
.header_m .btn_mobileMenu span{display: block;width: 100%;height: 2px;background-color: #a32958;font-size: 0;transition:0.75s;}
.header_m .btn_mobileMenu span:nth-child(even){margin: 7px 0;}
.header_m .btn_mobileMenu:hover span:nth-child(odd){width:50%;}




.header_m .mobileMenu {display:none; position:fixed;left:0;top:0;bottom:0; width:70%; z-index:8888}
.header_m .mobileMenu .menuwrap {position:relative; height:100%; background:#fff; z-index:8888}
.header_m .mobileMenu .logo_w {
    padding: 0;
    text-align: center;
    background: #08193d;
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 80px;
    align-items: center;
}
.header_m .mobileMenu .logo_w .con{
    margin: 0 auto;
    line-height: 100%;
    width: 142px;
    height: 51px;
    text-indent: -9999em;
    background: url(../images/logo.png?v=1) center center no-repeat;
    background-size: 85%;
}
.header_m .mobileMenu li {clear:both; text-align:left; width:100%; text-indent:10px; padding: 15px 0 15px 7px;font-size:16px; color:#333; font-family:'Square400'; cursor:pointer; border-bottom:1px solid #ddd; box-sizing:border-box;}

.header_m .menu_head {position:relative;}
.header_m .menu_head a {display:block; padding:0 0 0 0; font-size:15px; color:#333; font-family:'Square400';}
.header_m .menu_head .ico_arrow {float:right; width:5%; margin:10px 15px 0 0;}
.header_m .menu_body {display:none; padding:5px 0 8px 0; background:#eee}
.header_m .menu_body a {display:block; text-indent:15px; padding:3px 0 3px 0; font-size:15px; color:#333; font-family:'Square400';}

.header_m .ico_sitemap {position:absolute; top:22px; right:10px; }
.header_m .ico_sitemap img {width:32px;}

.header_m .company {margin:0 0 0 0; padding:10px 0 10px 10px; text-align:left; background:#fff;}
.header_m .company img {width:130px;}

.header_m .mobileMenu .close {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    font-family: 'Square400';
    border: 1px solid #ddd;
    background-color: #fcfbf8;
}
.header_m .mobileMenu .close a {color:#333;}
.header_m .mobileMenu .underlayer {position:fixed; top:0; right:0; bottom:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); z-index:1;}

.header_m .menu {max-width:100%; width:100%; padding-top:10px; padding-bottom:10px; background:#ddd}
.header_m .menu .inner {width:98%; margin:0 auto;}
.header_m .menu li {float:left; width:19.2%; margin-right:1%;  text-align:center;  box-sizing:border-box;}
.header_m .menu li a {display:block; font-size:13px; line-height:15px; font-family:"Square400";}
.header_m .menu li:last-child {margin-right:0}
.header_m .menu li img {width:100%}
.header_m .menu.bottom {margin-top:0; margin-bottom:10px; padding-top:10px;}

/* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã›Â¾Ã¯Â¿Â½ 6/29 */
.header_m{position:fixed;background-color:#08193d;}
.header_m .btn_mobileMenu{width: 21px;z-index: 9999;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);background-color: transparent;border: none;padding: 0;}
.header_m .btn_mobileMenu span{display: block;width: 100%;height: 2px;background-color: #fff;font-size: 0;transition:0.75s;}
.header_m .btn_mobileMenu span:nth-child(even){margin: 7px 0;}
.header_m .btn_mobileMenu:hover span:nth-child(odd){width:50%;}

@media(max-width:640px){
	.header_m .title_logo {
		width:22%;
	}
}