#gnb_pc{}
#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.5);
	min-height:7.5rem;
}
#header.header_scroll{
	background:rgba(255,255,255,1);
	border-bottom: 1px solid #ddd;
}


#header #gnb_pc > div{
	display:flex;
	justify-content:space-between;
	padding:1rem 5rem;
}
#header .menu{
	position: relative;
	z-index:30;
}

/*pc메뉴*/
#header #gnb_pc h1{
	z-index:30;
}
#header #gnb_pc h1 > a{
	display:block;
}
#header #gnb_pc .gnb_side{
	z-index:30;
	position: absolute;
	top:12px;
	left:50%;
	transform:translatex(-50%);
	text-align: right;
	width:100%;
	max-width:1130px;
}
#header #gnb_pc .gnb_side > a,
#header #gnb_pc .gnb_side > .lan{
	float:right;
	padding:0 0.5rem;
	position:relative;
	color:#222;
	font-size:1.3rem;
	opacity:0.6;
}
#header #gnb_pc .gnb_side .lan,
#header #gnb_pc .gnb_side a.search{
	font-size:2rem;
	margin-top:-.4rem
}
#header #gnb_pc .gnb_side .lan{
	display:none;
}
#header #gnb_pc .gnb_side .lan a{
	color:inherit
}
#header #gnb_pc .gnb_side .lan > p{
	position:absolute;
	width:80px;
	left:50%;
	margin-left:-40px;
	background:#000;
	padding:6px 0;
	display:none;
}
#header #gnb_pc .gnb_side .lan > p > a{
	font-size:1.4rem;
	color:#fff;
	display:block;
	text-align:center;
}

#header #gnb_pc .menu-right a{
	display:block;
	text-align: center;
	padding:1rem;
	border:1px solid #e68615;
	border-radius:15px;
	margin-top: 1rem;
	background: rgba(255,255,255,0.4);
}
#header #gnb_pc .menu-right a p{
	line-height: 1.2;
}


/*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;
}

/*gnb*/
#gnb_pc .gnb{
	text-align:center;
	z-index:40;
	position:relative;
	top:10px;
	width:100%;
	max-width:1400px;
	text-align: center;
}
#gnb_pc .gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
#gnb_pc .gnb > .gnb_container > ul{}
#gnb_pc .gnb > .gnb_container > ul > li{
	float:left;
	margin:0 1rem;
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	padding:2.5rem 3rem;
	display:block;
	font-size:1.6rem;
	color:#000;
	letter-spacing: -0.024em;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none;
	text-align: center;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li{}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li:last-child{
	padding-bottom:2rem;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem;
	font-size:1.5rem;
	color:#222;
	font-weight:300;
}

@media(max-width:1750px){
	#header #gnb_pc .gnb_side{
		max-width: 1108px;
	}
	#gnb_pc .gnb > .gnb_container > ul > li{
		width:123px;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > a{
		padding:2.5rem 0;
	}
	#header #gnb_pc .menu-right{
		width:140px;
	}
	#header #gnb_pc .menu-right .fsr2_3 {
		font-size:1.8rem !important;
	}
}
@media(max-width:1490px){
	#header #gnb_pc a{
		word-break:keep-all;	
	}
	#header #gnb_pc > div{
		padding:1rem 1rem;
	}
	#header #gnb_pc .gnb_side{
		max-width:890px;
	}
	#gnb_pc .gnb > .gnb_container > ul > li{
		width:96px;
	}
}
@media(max-width:1199.98px){
	#header #gnb_pc .gnb_side{
		max-width:790px;
	}
	#header #gnb_pc .menu-right{
		width:80px;
	}
	#header #gnb_pc .menu-right .fsr2_3 {
		font-size:1.5rem !important;
		margin-top: 0.5rem;
	}	
	#gnb_pc .gnb > .gnb_container > ul > li{
		width:79px;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > a{
		font-size:1.5rem;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a{
		font-size:1.4rem;
	}
}




/*모바일 메뉴*/
#header #gnb_mo h1{
	position:absolute;
	top:1rem;
	left:2.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side{
	position:absolute;
	top:2rem;
	right:2.5rem;
	z-index:30;
}
#header  #gnb_mo h1 img{
	max-width:55px !important;
}
#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.animate:nth-of-type(7){
	transition-delay: 0.80s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(8){
	transition-delay: 0.85s;
}
#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:none;margin-bottom:2rem;}
#gnb_mo .gnb > .gnb_container > ul > li > ul > li > a{
	color:#fff;
	font-size:2rem;
	display:block;
	padding:.5rem;
}



div.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: #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:#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);

}



.quick{
	position: fixed;
	top:20%;
	right:5rem;
	box-shadow:0px 5px 15px 5px rgba(0,0,0,0.015);
}
.quick > a{
	display:block;
}
@media(max-width:991.98px){
	.quick{
		display:none;
	}
}

.quick-mo{
	display:none;
}
@media(max-width:991.98px){
	.quick-mo{
		display:block;
		text-align: center;
		display:flex;
		align-items:center;
		position: absolute;
		top:60px;
		left:0;
		width:100%;

	}
	.quick-mo p,
	.quick-mo a{
		letter-spacing: -0.02em;
		color:#fff;
		font-size:1.4rem;
	}
	.quick-mo > a{
		width:16.66%;	
		display:flex;
		align-items:center;
		justify-content:center;
		height:50px;
		background: rgba(255,255,255,0.5);
		position: relative;
	}
	.quick-mo > a::after{
		content:'';
		width:1px;
		height:10px;
		background: #555;
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:0;
	}
	.quick-mo > a:nth-child(6)::after,
	.quick-mo > a:nth-child(7)::after{
		content:none;
	}
	.quick-mo > a p{
		color:#111;
	}
	.quick-mo > div:first-child{
		background: #a7944f;
		width:50px;
		height: 50px;
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
		display:flex;
		align-items:center;
		justify-content:center;
		width:16.66%;	
	}
	.quick-mo > a:last-child{
		background: #a7944f;
		border-top-right-radius:10px;
		border-bottom-right-radius:10px;
	}
	.quick-mo > a:last-child p{
		color:#fff;
	}
	#header.header_scroll .quick-mo > a{
		background: #fff;
		border-bottom: 1px solid #ddd;
	}
	#header.header_scroll .quick-mo > a:last-child{
		background: #a7944f;
	}
}