#header {} 
#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:80px; margin:0 auto; background:#fff;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:213px; height:30px; margin-top:23px; margin-left:1%; background-image:url(../images/logo_chung_index_new.png?v=v5); }
#header .brand_gwang a {display:block; float:left; text-indent: -9999em; width:171px; height:60px; margin-top:7px; margin-left:1%; background-image:url(../images/logo_gwang_index_new.png?v=v2); }
#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: auto;
    overflow: hidden;
    white-space: nowrap;
}
#header #nav .gnb {text-align: center; height: 100%; display: flex;}
#header #nav .gnb li {width:6rem; height: 100%;	}
#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: #223454; 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:500; font-size:15px; color: #333333; 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;
}

#header #nav .gnb li a span:hover {color:#223454;}

#header #nav .gnb li a span.on {color:#223454;}


.header-opaque-at-mobile-nav-opened #header .header-container,#header.opaque .header-container {    /*background: rgba(255, 255, 255, 0.9);*/}

.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:15px; top:26px;}
.utils .menu li {display: inline-block; margin-top:1px; margin-left:0; font-family:"NotoSans",'malgun gothic','dotum';  font-size:18px;   }
.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;}

.count_wrap {position: absolute; right:0.5%; top:18px;width:189px; height:41px; text-align:center; background-image:url(../images/bg_count2.png?v=v2);background-position:0 0; box-sizing:border-box;}
.count_wrap em {display:inline-block; font-family:"NotoSans";font-size:15px;color:#026a8d;}
.count_wrap span {display:inline; font-family:"NotoSansM";font-size:15px;color:#026a8d;}
.count_wrap #myTargetElement {position:absolute; top:49%; left:74px; transform:translateY(-50%);font-family: 'Noto Sans KR', sans-serif;font-weight:500;font-size:15px; letter-spacing:10px; color:#026a8d;}

#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:6rem;}
#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 {width:5rem;}
	#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; padding: 0 0 5px 8px; text-align: left; cursor: pointer;	font-family: 'Noto Sans KR', sans-serif;font-weight:500; letter-spacing:-1px; color: #666;}
#header .gnb-sub-menus .menus .sub-menu a:hover {color:#223454}
#header .gnb-sub-menus .menus .sub-menu a span { font-size:0.8rem; 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-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;
}



@media all and (max-width:1080px)
{	
	#header {display:none}
}


.header_m {display:none;clear:both; float:left; width:100%; height:75px;  border-bottom:1px solid #ddd;  background:#fff;  z-index:9999}
.header_m:after {display:block; clear:both; content:""}

@media all and (max-width:1080px)
{	
	.header_m {display:block;}
}

.header_m .inner {width:100%; height:100%; margin:0 auto; padding-top:9px; } 
.header_m h1 {display:block; width:213px; height:30px; margin:0 auto;  text-indent:-9999em;margin-top: 13px; background:url("../images/logo_chung_index_new.png") 0 0 no-repeat; background-size:80%; background-position:center center;} 
.header_m h1 a {display:block; width:213px; height:30px;}
.header_m .btn_mobileMenu {position:absolute; top:15px; left:10px; width:30px; height:27px; text-align:center; z-index:8888}
.header_m .btn_mobileMenu img {width:100%; margin:9px 0 0 0;}

.header_m .mobileMenu {display:none; position:fixed;left:0;top:0;bottom:0; width:50%; z-index:8888}
.header_m .mobileMenu .menuwrap {position:relative; height:100%; background:#fff; z-index:8888}
.header_m .mobileMenu .logo_w {padding:8px 0 13px 0; text-align:center; background:#fcfbf8; border-bottom:1px solid #ddd; }
.header_m .mobileMenu .logo_w img {width:55%; margin:5px 0 0 0}
.header_m .mobileMenu li {clear:both; text-align:left; width:100%; text-indent:10px; padding:8px 0 8px 0; 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:21px; 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 .btn_link {width:90%; margin:0 auto; margin-top:10px; padding:5px 0 5px 0; text-align:center; font-size:13px;border:1px solid #ddd;background-color: #9d704b;}
.header_m .mobileMenu .btn_link a{color: #fff;display: block;}

.header_m .mobileMenu .close {width:90%; margin:0 auto; margin-top:10px; padding:5px 0 5px 0; text-align:center; font-size:13px; font-family:'Square400'; border:1px solid #ddd;}
.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:relative;;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: #002d47;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){

}