#header{background: linear-gradient(90deg, #b46220 0%, #943c23 100%);}
.header_color_controller #header{background-color: rgba(12,24,59,1);;transition:0.75s all;}
.header_color_controller #header.SlideF{}
.have_header_color #header{background-color: rgba(12,24,59,1);}
.header_color_controller #header.active{background-color:#07193f;}
#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;width: 100%;}
#header .header-anim {position: relative;z-index: 2;width: 100%;}
#header .header-container {position: relative; width:100%;  margin:0 auto; background:transparent; z-index: 2;height:100px;}
#header .header-container:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }
.have_header_color #header.SlideF{position: fixed;background-color: #001141;}
#header .header-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
#header .brand{margin-left: 50px;}
#header .brand a {display:inline-block;}
#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: 9.4rem;
    height: 100%;
    position: relative;
}
#header #nav .gnb.gnb2 li {
	width: 8.8rem;
}


#header #nav .gnb li::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;
}
#header #nav .gnb li:hover:before{
    width: 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 span:before {
}
#header #nav .gnb li.inactive a {opacity:1;}

#header #nav .gnb li.active a span:before{width:100%;}
#header #nav .gnb li a span.on {
    color: #fff;
    background: #0c183b;
    border: 1px solid #0c183b;
    border-radius: 30px;
    padding: 10px;
}
#header #nav .gnb li a span {
	font-family: 'Pretendard';
	font-weight: 300;
	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;
}



.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);
	transition:0.75s all;
	background-color:#001141;
}

.header-fixed-at-mobile-nav-opened #header .header-container,#header.fixed .header-container {}

.utils {text-align: right;margin-right:30px;}
.utils .menu {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
}
.utils .menu li {display: inline-block; margin-left:0; font-family:"NotoSans",'malgun gothic','dotum';  font-size:18px;   }
.utils .menu li.btn{margin-right: 15px;}
.utils .menu li a {color: #fff;display:flex;}
.utils .menu li img{width:100%;transition: 0.75s all;}
.utils .menu li .sitemap {padding:0 0 0 25px; background:url(../images/ico_sitemap.png) 0 3px no-repeat;}
.utils .awaymenu{position:absolute;right:0;clear:both;overflow:hidden;}
.utils .awaymenu a{float:left;}

/*기존 코드
.utils li.btnWrap{
	display: flex;
	flex-direction: column;
	gap: 5px;
.utils .btn{
	font-size: 15px;
	display: flex;
	align-items: center;
	line-height: 100%;
	padding: 5px 25px;
	border: 1px solid #e17897;
	background: #e17897;
	color:#fff;
	letter-spacing: -1px;
	border-bottom: 1px solid #e17897;
	font-weight: 500;
	height: 35px;
	transition:0.5s all;
	font-family: 'Pretendard';
	border-radius: 30px;
	justify-content: center;
}
} */
 .utils li.btnWrap{
	    display: grid;
    flex-direction: column;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
} 

.utils .btn{
	font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 100%;
    padding: 5px 5px;
    border: 1px solid #e17897;
    background: #e17897;
    color: #fff;
    letter-spacing: -1px;
    border-bottom: 1px solid #e17897;
    font-weight: 500;
    height: 35px;
    transition: 0.5s all;
    font-family: 'Pretendard';
    border-radius: 30px;
    justify-content: center;
}

.utils .btn:hover{
	color:#181d3a;
	background:#fff;
}
.utils.btn02 .btn{
	height: 25px;
	justify-content: center;
}
#header .gnb-sub-menus {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    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;
    height: auto;
    transition: 0.75s all;
    visibility:visible;
    position:relative;
}

#header .gnb-sub-menus.active {visibility: visible;    height: 100vh;}
#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: transparent;
	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%);
	transform:none;
	transition: 1s all;
	height: 0;
	height: 100%;
	padding: 15px 0;
}

#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: 9.4rem;}
#header .gnb-sub-menus.gnb2 .menus > ul > li {width: 8.8rem;}
#header .gnb-sub-menus .menus .sub-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    -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;
}

#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 {}
#header .gnb-sub-menus .menus .sub-menu a {
    display: block;
    padding-top:5px;
    text-align: center;
    cursor: pointer;
    font-family: 'Pretendard';
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
    padding: 0 0 15px;
}
#header .gnb-sub-menus .menus .sub-menu a:hover {color:#3c7a97;}
#header .gnb-sub-menus .menus .sub-menu a span {font-size: 17px;font-weight:300;display: inline-block;position: relative;     word-break: keep-all;}
#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;
}



/*mobile*/



@media all and (max-width:1720px){	
	#header #nav .gnb li {
			width: 8rem;
	}
	#header .gnb-sub-menus .menus > ul > li {
		width: 8rem;
	}

	#header #nav .gnb.gnb2 li {
		width: 7rem;
	}
	#header .gnb-sub-menus.gnb2 .menus > ul > li {
		width: 7rem;
	}
}
@media all and (max-width:1600px){	
	#header #nav .gnb.gnb2 li {
		width: 6rem;
	}
	#header .gnb-sub-menus.gnb2 .menus > ul > li {
		width: 6rem;
	}
	#header #nav .gnb li a span {
		font-size: 16px;
	}
}

@media all and (max-width:1500px){	
	#header #nav .gnb li {
			width: 7.5rem;
	}
	#header .gnb-sub-menus .menus > ul > li {
		width: 7.5rem;
	}
}


@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: 196px;height: 65px;}
.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: 196px;height: 65px;margin: 0 auto;text-indent: -9999em;background: url(../images/logo.png?v=1) center center no-repeat;background-size: 65%;image-rendering: -webkit-optimize-contrast;}


/* .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: #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%;}

.header_m .mobileMenu .btnWrap{
	display: grid;
    gap: 5px;
    text-align: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
}
.header_m .mobileMenu .btnWrap .btn{
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 100%;
	padding: 5px 15px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	letter-spacing: -1px;
	border-bottom: 1px solid #000;
	font-weight: 500;
	height: 45px;
	transition: 0.5s all;
	flex: 1;
	text-align: center;
	justify-content: center;
}
.header_m .mobileMenu .btnWrap.btn02 .btn{
	padding: 5px 5px;
    word-break: keep-all;
}


.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: 8px 0;text-align:center;height: 80px;background: linear-gradient(90deg, #b46220 0%, #943c23 100%);display: flex;align-items: center;justify-content: center;}
.header_m .mobileMenu .logo_w img {width:55%;margin:5px 0 0 0;max-width: 142px;}
.header_m .mobileMenu li {
	clear: both;
	text-align: left;
	width: 100%;
	text-indent: 10px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_m .menu_head {position:relative;}
.header_m .menu_head a {display:block;padding: 15px 0;font-size: 17px;color:#333;width:100%;font-weight: 300;letter-spacing: -1.5px;}
.header_m .menu_head .ico_arrow {
	float: right;
    width: 19px;
    margin: 0 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: 15px 0;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.header_m .ico_sitemap {position:absolute;top: 50%;right:10px;transform: translateY(-50%);}
.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: linear-gradient(90deg, #b46220 0%, #943c23 100%);}
.header_m.bg2 {background: url(../images/header_bg2.jpg?v=v2) center center / cover no-repeat;}
.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:450px){
	.header_m .mobileMenu .btnWrap .btn {
	    font-size: 12px;
		padding: 5px 0;
	}
}