#gnb_pc{}
#gnb_mo{display:none !important;}
@media(max-width:1199.98px){
	#gnb_pc{display:none !important;}
	#gnb_mo{display:block !important;}
}
/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:12rem;
	height: 12rem;
}
@media(max-width:1199.98px){
	#header{
		min-height:9.5rem;
		height: unset;
	}
}



/*pc메뉴*/
#header #gnb_pc .gnb_side{
	position:absolute;
	top:2.9rem;
	right:3rem;
	z-index:30;
}
#header #gnb_pc .gnb_side > a,
#header #gnb_pc .gnb_side > .lan{
	float:left;
	padding:0 2rem;
	position:relative;
	color:#555;
	font-size:1.4rem;
}
#header #gnb_pc .gnb_side > a:after,
#header #gnb_pc .gnb_side > .lan::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	height:1.2rem;
	border-left:1px solid #ddd;
	margin-top:-0.6rem;
}
#header #gnb_pc .gnb_side > a:first-child:after,
#header #gnb_pc .gnb_side > .lan:first-child:after{
	display:none;
}
#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 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;
}



/*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*/
#header #gnb_pc h1{
	/* position:absolute;
	top:3.6rem;
	left:3rem;
	z-index:30; */
}

#header #gnb_pc h1 > a{
	display:block;
	padding-left: 3rem;
}
#gnb_pc {
	height: 100%;
}
#gnb_pc .gnb{
	/* padding: 2.5rem 0; */
	text-align:center;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#gnb_pc .gnb > .gnb_container{
	width: 58.435%;
	height: 100%;
}
#gnb_pc .gnb > .gnb_container > ul{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gnb_pc .gnb > .gnb_container > ul > li{
	/* float:left;*/
	width: calc(100% / 7);
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	/* padding:4.5rem 3rem; */
	font-size:1.8rem;
	font-weight: 500;
	color:#000;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul{
	display:none;
}


/* 문의 */
#gnb_pc .gnb_inquiry{
	min-width: 54rem;
	width: 28.125%;
	display: flex;
	height: 100%;
}
/* #gnb_pc .gnb_inquiry > a,
#gnb_pc .gnb_inquiry > div{
	width: 50%;
} */
#gnb_pc .gnb_inquiry .call{
	width: 52%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	color: #000;
	background: #f2f2f2;
}
#gnb_pc .gnb_inquiry .call img{
	margin-top: -6px;
}
#gnb_pc .gnb_inquiry .call p.kor1{
	letter-spacing: -.5px;
}
#gnb_pc .gnb_inquiry > div{
	display: flex;
	width: 48%;
}
#gnb_pc .gnb_inquiry > div > a{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 600;
	padding: .5rem;
}
#gnb_pc .gnb_inquiry .quote{
	line-height: 2;
	color: #fff;
	background: rgb(239,127,40);
	background: -moz-linear-gradient(90deg, rgba(239,127,40,1) 0%, rgba(241,150,54,1) 36%);
	background: -webkit-linear-gradient(90deg, rgba(239,127,40,1) 0%, rgba(241,150,54,1) 36%);
	background: linear-gradient(90deg, rgba(239,127,40,1) 0%, rgba(241,150,54,1) 36%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7f28",endColorstr="#f19636",GradientType=1);
}
#gnb_pc .gnb_inquiry .kakao{
	color: #3c1e1e;
	background: #ffeb00;
}


@media(max-width:1500px){
	#header #gnb_pc h1 img{
		max-width: 140px !important;
	}
	#gnb_pc .gnb_inquiry{
		min-width: 50rem;
	}
	#gnb_pc .gnb_inquiry .call p.eng4{
		font-size: 2.4rem !important;
	}
	#gnb_pc .gnb_inquiry .call p.eng4 img{
		margin-right: 5px !important;
	}
	#gnb_pc .gnb_inquiry .call strong{
		display: block;
    font-size: 1.7rem !important;
	}

	#gnb_pc .gnb_inquiry > div > a{
		font-size: 2rem;
	}
}

@media(max-width:1400px){
	#header #gnb_pc h1 img{
		max-width: 120px !important;
	}
	#gnb_pc .gnb_inquiry{
		min-width: 43rem;
	}
	#gnb_pc .gnb_inquiry .call p.eng4{
		font-size: 2.4rem !important;
	}
	#gnb_pc .gnb_inquiry .call p.eng4 img{
		margin-right: 5px !important;
	}
	#gnb_pc .gnb_inquiry .call strong{
		display: block;
    font-size: 1.7rem !important;
	}

	#gnb_pc .gnb_inquiry .call{
		padding: 0.5rem;
	}
	#gnb_pc .gnb_inquiry .call img{
		width: 25px;
		height: 25px;
	}
}

















/*모바일 메뉴*/

#header #gnb_mo h1{
	position:absolute;
	top:1.8rem;
	left:2.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side{
	position:absolute;
	top:2rem;
	right:52.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side.open{
	right: 2rem;
}
#header  #gnb_mo h1 img{
	max-width:140px !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 > a{
	color:#fff;
	font-size:2.6rem;
	padding:2rem;
	display:block;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul{display:none;}
@media (max-width:1199.98px) {
	#header #gnb_mo h1{
		top:2.8rem;
	}
	#header #gnb_mo .gnb_side {
    top: 3rem;
	}
}




/* 문의 */
#gnb_mo .gnb_inquiry{
	position: absolute;
	top: 0; right: 0;
	min-width: 50rem;
	display: flex;
	height: 100%;
}
#gnb_mo .gnb_inquiry .call{
	width: 52%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	color: #000;
	background: #f2f2f2;
}
#gnb_mo .gnb_inquiry .call img{
	margin-top: -6px;
	width: 23px;
	height: 23px;
}
#gnb_mo .gnb_inquiry .call p.kor1{
	text-align: center;
	letter-spacing: -.5px;
}
#gnb_mo .gnb_inquiry .call p.kor1 br{
	display: none;
}
#gnb_mo .gnb_inquiry > div{
	display: flex;
	width: 48%;

}
#gnb_mo .gnb_inquiry > div > a{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 600;
	padding: .5rem;
}
#gnb_mo .gnb_inquiry .quote{
	line-height: 2;
	color: #fff;
	background: rgb(239,127,40);
	background: -moz-linear-gradient(90deg, rgba(239,127,40,1) 0%, rgba(241,150,54,1) 36%);
	background: -webkit-linear-gradient(90deg, rgba(239,127,40,1) 0%, rgba(241,150,54,1) 36%);
	background: linear-gradient(90deg, rgba(239,127,40,1) 0%, rgba(241,150,54,1) 36%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7f28",endColorstr="#f19636",GradientType=1);
}
#gnb_mo .gnb_inquiry .kakao{
	color: #3c1e1e;
	background: #ffeb00;
}
@media (max-width:1199.98px) {
	#gnb_mo .gnb_inquiry .call p.kor1 br{
		display: block;
	}
}
@media (max-width:767.98px) {
	#header #gnb_mo .gnb_side{
		right:47.5rem;
	}
	#header  #gnb_mo h1 img{
		max-width:120px !important;
	}
	#gnb_mo .gnb_inquiry{
		min-width: 45rem;
	}
}
@media (max-width:575.98px) {
	#header #gnb_mo h1 {
    top: 1.8rem;
	}
	#header  #gnb_mo h1 img{
		max-width:110px !important;
	}
	#header #gnb_mo .gnb_side{
		top: 2rem;
		right:2.5rem;
	}
	#gnb_mo .gnb {
    padding-top: 7.5rem;
	}
	#gnb_mo .gnb_inquiry{
		position: relative;
		min-width: unset;
		max-height: 9rem !important;
	}
	#gnb_mo .gnb_inquiry > a,
	#gnb_mo .gnb_inquiry > div{
		width: 50% !important;
	}
	#gnb_mo .gnb_inquiry a {
		padding: 1rem !important;
	}
	#gnb_mo .gnb_inquiry a img{
		margin-right: 5px !important;
	}
}
@media (max-width:339.98px) {
	#gnb_mo .gnb_inquiry > div > a {
    font-size: 1.8rem;
		padding: .5rem !important;
	}
	#gnb_mo .gnb_inquiry > div > a.kakao i {
		font-size: 3.5rem !important;
	}
	#gnb_mo .gnb_inquiry .call p.eng4 {
    font-size: 1.8rem !important;
	}
	#gnb_mo .gnb_inquiry .call img {
		margin-right: 1px !important;
    margin-top: -2px;
    width: 19px;
    height: 19px;
	}
	#gnb_mo .gnb_inquiry .call p.kor1{
		font-size: 1.6rem !important;
	}
}


#header #gnb_mo.open .gnb_side .gnb_side{
	right: 2rem !important;
}
.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:5000px;
	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);

}

