#gnb_mo{display:none !important;}
@media(max-width:991.98px){
	#gnb_pc{display:none !important;}
	#gnb_mo{display:block !important;}
}

/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:rgba(255,255,255,0);
	min-height:10rem;
	transition: all .3s;
}
#header.header_scroll,
body:not(.fp-viewing-0) #header{
	background: rgba(255,255,255,.5);
}


/* 공통 */
#header h1.logo a{
	display: block;
	width: 166px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 166px 57px;
	background-image: url(../_img/comm/logo_open.png);
	transition: all .3s;
}
#header.header_scroll h1.logo a,
body:not(.fp-viewing-0)  #header h1.logo a{
	background-image: url(../_img/comm/logo.png);
}
#header h1.logo.open a{background-image: url(../_img/comm/logo_open.png) !important;}
#header .gnb_side .lan{
	position: relative;
	font-family: 'Poppins';
	text-align: center;
	font-size:1.6rem;
}
#header .gnb_side .lan > a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:7px;
	width: 96px;
	height: 32px;
	color:#fff;
	border: 1px solid #fff;
	border-radius: 3rem;
}
#header.header_scroll .gnb_side .lan > a,
body:not(.fp-viewing-0) #header .gnb_side .lan > a{
	color: #000;
	border-color: #000;
}
#header .gnb_side .lan > p{
	position:absolute;
	width:100%;
	left:50%;
	background:#000;
	padding:6px 0;
	display:none;
	transform: translateX(-50%);
}
#header .gnb_side .lan > p > a{
	font-size:1.6rem;
	color:#fff;
	display:block;
	text-align:center;
}
@media (max-width:991.98px) {
	#header h1.logo a{
		width: 150px;
		height: 51.5px;
		background-size: 150px 51.5px;
	}
}
@media (max-width:575.98px) {
	#header h1.logo a{
		width: 130px;
		height: 44.63px;
		background-size: 130px 44.63px;
	}
}





/*pc메뉴*/
#header #gnb_pc h1{
	position:absolute;
	top:2.1rem;
	left:3rem;
	z-index:30;
}
#header #gnb_pc .gnb_side{
	z-index:30;
	position:absolute;
	top:0;
	right:0;
}
#header #gnb_pc .gnb_side > div{
	align-items: center;
	gap:4rem;
}
#header #gnb_pc .gnb_side .store{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 10rem;
	color: #fff;
	background: #9ad8fc;
}
@media(max-width:1199.98px){
	#header #gnb_pc .gnb_side > div {gap: 3rem;}
}



/*gnb*/
#gnb_pc .gnb{
	text-align:center;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
	box-shadow:0px 0px 2px rgba(255,255,255,.5);
	transition: all .3s;
}
#header.header_scroll #gnb_pc .gnb,
body:not(.fp-viewing-0) #header #gnb_pc .gnb{
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
}
#gnb_pc .gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
#gnb_pc .gnb > .gnb_container > ul > li{
	float:left;
	position:relative;
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:0 3.5rem;
	height: 10rem;
	font-family: 'Poppins';
	font-size:1.8rem;
	font-weight: 600;
	color:#fff;
}
#header.header_scroll #gnb_pc .gnb > .gnb_container > ul > li > a,
body:not(.fp-viewing-0) #header #gnb_pc .gnb > .gnb_container > ul > li > a{color: #000;}
#gnb_pc .gnb > .gnb_container > ul > li > ul{
	position: absolute;
	top:9.9rem; left: 0;
	width: 100%;
	background: #9ad8fc;
	display:none;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a{
	position: relative;
	display:block;
	padding:2rem;
	font-size:1.6rem;
	color:#fff;
	font-weight:500;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a::after{
	content: '';
	position: absolute;
	bottom: 1rem; left:3rem;
	width: 0%; height: 1px;
	background: #fff;
	transition: all .3s;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li:hover > a::after{
	width: 52%;
}
@media(max-width:1199.98px){
	#gnb_pc .gnb > .gnb_container > ul > li > a{
		padding:0 3rem;
	}
}



/*모바일 메뉴*/
#header #gnb_mo h1{
	position:absolute;
	top:2rem;
	left:2.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side{
	position:absolute;
	top:3.3rem;
	right:2.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side.lan_box{
	right: 7rem;
}
#gnb_mo .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_mo .gnb{
	visibility:hidden;
	height:0;
	overflow:hidden;
	padding-top:3rem;
}
#gnb_mo .gnb.open{
	visibility:visible;
	height:auto;
}
#gnb_mo .gnb > .gnb_container > ul >  li {
	float:none;
	width:100%;
	margin:0;
	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_mo .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_mo .gnb > .gnb_container > ul > li.animate:nth-of-type(1){
	margin-top:50px;
	transition-delay: 0.5s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(2){
	transition-delay: 0.55s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(3){
	transition-delay: 0.60s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(4){
	transition-delay: 0.65s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(5){
	transition-delay: 0.70s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(6){
	transition-delay: 0.75s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li > a{
	color:#fff;
	font-size:2.6rem;
	padding:2rem;
	display:block;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul{
	display: flex;
	justify-content: center;
	gap:1rem;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul > li > a{
	color:#fff;
	font-size:2rem;
	display:block;
	padding:.5rem;
}
.burger {
	height: 30px;
	width: 26px;
	position: relative;
	cursor: pointer;
	z-index:10;
}
div.x,
div.y,
div.z {
	position: absolute; margin: auto;
	top: 4px;
	background: #fff;
	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; }
#header.header_scroll .burger > div,
body:not(.fp-viewing-0) #header .burger > div{background: #000;}
.burger.open > div{background: #fff !important;}
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:#000;
	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:575.98px) {
	#header #gnb_mo .gnb_side {top: 3rem;}
}