/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:7.5rem;
}

#header .h_inner{
	z-index: 50;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 10rem;
	border-bottom: 1px solid rgba(156,173,222,0);
	transition: all .3s;
}
#header.header_scroll .h_inner{border-bottom: 1px solid rgba(156,173,222,1);}
#header h1,
#header a.search{position: relative; z-index: 30;}
#header h1{padding-left: 15px;}
#header h1 > a{display:block;}
#header h1 img.open{filter: brightness(0) invert(1);}

#header .h_side{
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
#header .side_menu{
	display: flex;
	gap: 2rem;
}
#header .side_menu > a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 3rem;
	color:#000;
}
#header .side_menu > a span{font-size:1.4rem; vertical-align: middle;}
#header a.search{
	width: 10rem; height: 10rem;
	line-height: 10rem;
	text-align: center;
	font-size:2.4rem;
	color: #fff;
	background: #9cadde;
	border-bottom-left-radius: 5rem;
}


.gnb{
	z-index:15;
	position:absolute;
	text-align:center;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all .3s;
}
.gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
.gnb > .gnb_container > ul > li{
	position: relative;
	float:left;
}
.gnb > .gnb_container > ul > li > a{
	display:block;
	padding:0 3.5rem;
	height: 10rem;
	line-height: 10rem;
	font-size:2rem;
	font-weight: 500;
	color:#000;
}
.gnb > .gnb_container > ul > li > ul{
	position:absolute;
	top: 8rem; left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #9cadde;
	z-index: 10;
	display:none;
}
.gnb > .gnb_container > ul > li:nth-child(1) > ul,
.gnb > .gnb_container > ul > li:nth-child(4) > ul{display: none !important;}
.gnb > .gnb_container > ul > li > ul > li:first-child{padding-top:2rem;}
.gnb > .gnb_container > ul > li > ul > li:last-child{padding-bottom:2rem;}
.gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem;
	font-size:1.6rem;
	font-weight: 300;
	color:#000;
	transition: all .3s;
}
.gnb > .gnb_container > ul > li > ul > li:hover > a{color: #9cadde;}


#header .gnb_side{
	z-index: 30;
	position: relative;
	transform: translateY(-2px); 
}
div.burger {
	cursor: pointer;
	z-index:10;
	position: relative;
	height: 30px;
	width: 26px;
}
div.x,
div.y,
div.z {
	position: absolute; margin: auto;
	top: 4px;
	background: #000;
	border-radius:2px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}
div.x, div.y, div.z { height: 3px; width: 26px; }
div.y{top: 14px;}
div.z{top: 24px;}
div.coll{
	top: 15px;
	background:#fff;
	-webkit-transition: all 70ms ease-out;
	   -moz-transition: all 70ms ease-out;
		-ms-transition: all 70ms ease-out;
		 -o-transition: all 70ms ease-out;
			transition: all 70ms ease-out;
}
div.rotate30{
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	   -moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		 -o-transition: all 50ms ease-out;
			transition: all 50ms ease-out;
}
div.rotate150{
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	   -moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		 -o-transition: all 50ms ease-out;
			transition: all 50ms ease-out;
}

div.rotate45{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
div.rotate135{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
div.circle{
	border-radius: 50%;
	width: 0px;
	height: 0px;
	position:absolute;
	top: 36px;
	right: 36px;
	background:#9cadde;
	opacity:1;
	z-index:10;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand{
	width:3000px;
	height:3000px;
	top: -1500px;
	right: -1500px;
	-webkit-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);

}


@media(max-width:1500px){.gnb{left: 42%;}}
@media(max-width:1300px){.gnb{left: 40%;}}
@media(max-width:1199.98px){
	#header h1 img{max-width: 110px !important;}
	.gnb > .gnb_container > ul > li > a{
		padding:0 2rem;
		font-size:1.8rem;
	}
	#header a.search {
    width: 8rem;
    font-size: 2.2rem;
	}
}
@media(min-width:992px){
	#header .side_menu > a{font-size: 2rem;}
	.gnb{display:block !important;}
	div.circle.expand{display:none !important;}
}
@media(max-width:991.98px){
	#header .h_inner {height: 8rem;}
	#header .h_side{gap: 2rem;}
	#header.open .h_side{gap: 0;}
	#header a.search {height: 8rem; line-height: 8rem;}
	#header .side_menu {gap: 1.5rem;}
	#header .side_menu > a span{display: none;}

	.gnb{
		visibility:hidden;
		height:0;
		overflow:hidden;
		top: 4rem;
		left:50%;
		width: 100%;
		transform: translate(-50%,0);
	}
	.gnb.open{
		visibility:visible;
		height:auto;
	}
	.gnb > .gnb_container >  ul >  li {
		float:none;
		width:100%;
		margin:0;
		margin-bottom: 3rem;
		opacity: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);
	}
	.gnb > .gnb_container >  ul > li.animate{
		opacity:1;
		-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);
	}
	.gnb > .gnb_container > ul > li.animate:nth-of-type(1){
		margin-top:50px;
		transition-delay: 0.5s;
	}
	.gnb > .gnb_container >  ul >  li.animate:nth-of-type(2){
		transition-delay: 0.55s;
	}
	.gnb > .gnb_container >  ul >  li.animate:nth-of-type(3){
		transition-delay: 0.60s;
	}
	.gnb > .gnb_container >  ul >  li.animate:nth-of-type(4){
		transition-delay: 0.65s;
	}
	.gnb > .gnb_container >  ul >  li.animate:nth-of-type(5){
		transition-delay: 0.70s;
	}
	.gnb > .gnb_container >  ul >  li.animate:nth-of-type(6){
		transition-delay: 0.75s;
	}
	.gnb > .gnb_container > ul > li > ul{
		position: relative;
		top: 0;
		background: #9cadde;
		border: none;
	}
	.gnb > .gnb_container > ul > li > ul > li:last-child {padding-bottom: 0;}
	.gnb > .gnb_container >  ul >  li > a {
		height: auto;
		line-height: unset;
		color:#fff;
		font-size:2.6rem;
	}
	.gnb > .gnb_container > ul > li > ul > li > a{
		color:#fff;
		font-size:2rem;
		font-weight: 400;
	}
}
@media(max-width:575.98px){
	#header h1 img {max-width: 90px !important;}
	#header a.search{width: 7rem;}
	#header .side_menu {gap: 1rem;}
}




/*search*/
#top_search{
	position:fixed;
	z-index:90;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	display:none;
}
#top_search div{
	position:absolute;
	width:90%;
	max-width:600px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%)
}
#top_search div input{
	border:0;
	border-radius:0;
	height:60px;
	font-size:2.2rem;
	padding:0px 2rem;
}
#top_search div button{
	position:absolute;
	right:1rem;
	top:50%;
	transform:translatey(-50%);
	font-size:3rem;
	background:none;
	border:0;
}
#top_search .search_close{
	position:absolute;
	top:35%;
	left:50%;
	transform:translatex(-50%);
	color:#fff;
	font-size:4rem;
}