/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:7.5rem;
	padding-top: 5.1rem;
}
#header .mobile_only{display:none !important;}
@media(max-width:1600px){
	#header{
		box-shadow:0px 0px 2px rgba(0,0,0,.2);
	}
	#header > div:not(.banner){padding-top: 2rem;}
}
@media (max-width:1199.98px) {
	#header > div:not(.banner){padding-top: 7.5rem;}
}
@media(max-width:991.98px){
	#header .pc_only{display:none !important;}
	#header .mobile_only{display:block !important;}
}
@media(max-width:420px){
	#header{padding-top: 4.8rem;}
}


/* ------ logo / gnb-side ------ */
#header > div:not(.banner){position: relative;}
#header h1,
#header .gnb_link,
#header .gnb_side{
	z-index:30;
	position:absolute;
}
#header h1{
	top:2.9rem; left:3rem;
}
#header h1 > a{display:block;}
#header .gnb_link{
	top:4.6rem; right:18.5rem;
	display: flex;
	align-items: center;
}
#header .gnb_link a{
	position: relative;
	display: inline-block;
	padding:0 1.5rem;
	font-size: 1.7rem;
	color: #222;
}
#header .gnb_link a:first-child::after{
	content: '';
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 1.5rem;
	background: #949494;
}
#header .gnb_side{
	top:0; right:5px;
	width: 12rem;
	text-align: center;
}
#header .gnb_side .top{
	padding: 5.5rem 0 4rem 0;
	background: #fe9402;
}
#header .gnb_side .member a{
	display: block;
	margin-top: 2rem;
	font-size: 1.6rem;
	color: #fff;
}
#header .gnb_side .member a:first-of-type{margin-top: 3rem;}
#header .gnb_side .all_menu_btn button{
	position:relative;
	padding:0;
	width:5rem;
	height:2rem;
	border:0;
	outline:none;
	background:none;
}
#header .gnb_side .all_menu_btn button > span{
	position:absolute;
	left:0; top:50%;
	height:2px;
	width:100%;
	background:#fff;
	transform: translateY(-50%);
	transition:all .3s
}
#header .gnb_side .all_menu_btn button > span:first-child{margin-top:-8px;}
#header .gnb_side .all_menu_btn button > span:last-child{margin-top:8px;}
#header .gnb_side .all_menu_btn button.is-open > span:first-child{
	transform: translateY(-50%) rotate(45deg);
	margin-top:0;
}
#header .gnb_side .all_menu_btn button.is-open > span:last-child{
	transform: translateY(-50%) rotate(-45deg);
	margin-top:0;
}
#header .gnb_side .bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 8rem;
	height: 8rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #222;
	background: #fff;
	box-shadow: 5px 0 3rem rgba(0,0,0,.2);
}

/* 배너 */
#header .banner,
#header .banner a{
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .banner{
	position: absolute;
	top: 0; left: 0;
	gap: 2.5rem;
	width: 100%;
	padding: 1rem 15px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #e9632b;
}
#header .banner p{
	font-size: 1.8rem;
	letter-spacing: 2.5px;
}
#header .banner p img{
	margin-right: 1.5rem;
	vertical-align:baseline;
	transform: translateY(.1rem);
}
#header .banner a{
	gap: 5px;
	width: 10.7rem;
	padding: .3rem 0 .4rem;
	font-size: 1.6rem;
	color: #e9632b;
	background: #fff;
	border-radius: 1.5rem;
}
@media (max-width:1600px) {
	#header h1{top: 2.6rem; left: 2rem;}
	#header h1 img{max-width: 240px !important;}
	#header .gnb_side {width: 8rem;}
	#header .gnb_side .top {padding: 4.5rem 0 3rem 0;}
	#header .gnb_side .all_menu_btn button {width: 3.5rem;}
	#header .gnb_side .all_menu_btn button > span:first-child{margin-top:-6px;}
	#header .gnb_side .all_menu_btn button > span:last-child{margin-top:6px;}
	#header .gnb_side .bottom {width: 6rem; height: 6rem; font-size: 1.4rem;}
	#header .gnb_link {top: 1.5rem; right: 11rem;}
	#header .gnb_link a{font-size: 1.5rem;}
}
@media (max-width:1300px){
	#header h1{top: 3rem;}
	#header h1 img {max-width: 200px !important;}
	#header .gnb_link {right: 11rem;}
	#header .gnb_link a{font-size: 1.6rem;}
	#header .gnb_side .top {padding: 2.2rem 0;}
	#header .gnb_side .member a{font-size: 1.4rem;}
	#header .gnb_side .member a:first-of-type {margin-top: 2rem;}
}
@media (max-width:1199.98px){
	#header h1{top: 1.4rem;}
	#header .gnb_link {top: 2.5rem;}
}
@media (max-width:767.98px){
	#header h1 img{max-width: 180px !important;}
}
@media (max-width:450px){
	#header h1 img{max-width: 160px !important;}
}
@media (max-width:420px){
	#header .gnb_link{display: none;}

	#header .banner{gap: 1.5rem;}
	#header .banner p{font-size: 1.6rem;}
	#header .banner p img{
		width: 40px;
		margin-right: 1rem;
	}
	#header .banner a{font-size: 1.4rem;}
}





/* ------ gnb ------ */
.gnb{
	text-align:center;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
}
.gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
.gnb > .gnb_container > ul > li{float:left;}
.gnb > .gnb_container > ul > li.sub6 {display: none;}
.gnb > .gnb_container > ul > li > a{
	padding:4.5rem 5rem;
	display:block;
	font-size:2rem;
	font-weight: 500;
	color:#000;
}
.gnb > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none;
}
.gnb > .gnb_container > ul > li > ul > li:last-child{
	padding-bottom:2rem;
}
.gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem 5px;
	font-size:1.4rem;
	color:#222;
	font-weight:300;
	transition: all .3s;
}
.gnb > .gnb_container > ul > li > ul > li > a:hover{color: #fe9402;}
@media (max-width:1600px){
	.gnb {
    padding-right: 11rem;
    text-align: right;
		box-shadow: none;
	}
	.gnb > .gnb_container > ul > li > a{padding:3.5rem 5rem 2rem 5rem;}
	.gnb > .gnb_container > ul > li > ul > li > a{text-align: center;}
}
@media (max-width:1300px){
	.gnb > .gnb_container > ul > li > a {padding: 3.5rem 4.5rem 2rem 4.5rem;}
	.gnb > .gnb_container > ul > li > ul > li > a{padding:1rem 0;}
}
@media(max-width:1199.98px){
	.gnb{
		visibility:hidden;
		height:0;
		overflow:hidden;
	}
}



/*all_menu*/
#gnb_all_menu{
	position:fixed;
	z-index:35;
	top:0;
	width:100%;
	height:100%;
	background:#fff ;
	/* background:#fff url(../../_img/comm/all_menu1_bg.jpg) no-repeat center center / cover; */
	padding:5rem;
	padding-top:18rem;
	display:none;
	overflow:hidden;
}
#gnb_all_menu .all_menu_hide{
	position:absolute;
	left:50%;
	top:-10rem;
	transform:translateX(-50%);
	background:none;
	border:none;
	outline: none;
	color:#fe9402;
	font-size:4rem;
	transition: all .8s ease .7s;
}
#header.all-menu-open #gnb_all_menu .all_menu_hide{
	top:3rem;
}
#gnb_all_menu .cate_container{
	padding:0px 4rem;
}
#gnb_all_menu .cate_container > ul{
	display:flex;
	justify-content: center;
}
#gnb_all_menu .cate_container > ul > li{
	width:100%;
	padding:1rem;
	opacity:0;
	transform: translateY(-5rem);
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li{
	opacity:1;
	transform: translateY(0);
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(1){
	transition-delay: 0.2s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(2){
	transition-delay: 0.3s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(3){
	transition-delay: 0.4s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(4){
	transition-delay: 0.5s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(5){
	transition-delay: 0.6s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(6){
	transition-delay: 0.7s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(7){
	transition-delay: 0.8s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(8){
	transition-delay: 0.9s;
}
#header.all-menu-open #gnb_all_menu .cate_container > ul > li:nth-of-type(9){
	transition-delay: 1s;
}
#gnb_all_menu .cate_container > ul > li > a{
	color:#000;
	font-size:3.2rem;
	font-weight:600;
}
#gnb_all_menu .cate_container > ul > li > ul {
	padding-top:4rem;
	padding-left:1rem;
}
#gnb_all_menu .cate_container > ul > li > ul > li > a{
	color:#aaa;
	display:block;
	padding:5px 3px;
	font-size:1.8rem;
}
@media(max-width:1199.98px){
	#gnb_all_menu {
		padding: 3rem 0;
		padding-top: 15rem;
	}
	#gnb_all_menu .cate_container > ul > li > a{
		font-size:2.8rem;
	}
}
@media(max-width:991.98px){
	#gnb_all_menu {
		padding-top: 10rem;
	}
	#gnb_all_menu .cate_container > ul{
		display:block;
		text-align:center;
	}
	#gnb_all_menu .cate_container > ul > li > a{
		display:block;
	}
	#gnb_all_menu .cate_container > ul > li > a i{
		display:none;
	}
	#gnb_all_menu .cate_container > ul > li > ul{
		padding:0;
		display:none;
	}
}