/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:rgba(255,255,255,1);
	min-height:15.5rem;
	transition:all 0.5s;
}
#header.header_scroll{
	background:rgba(255,255,255,.95);
	/*
	backdrop-filter:blur(30px);
	-webkit-backdrop-filter:blur(30px);*/
	box-shadow:5px 0 10px rgba(0,0,0,0.1);
}

#header .pc_only{}
#header .mobile_only{display:none !important;}
@media (max-width: 1199.98px) {
	#header .pc_only{display:none !important;}
	#header .mobile_only{display:block !important;}
}

#header .top {
	position:relative;
	height:4rem;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	text-align:right;
}
#header .gnb_side{
	display:inline-block;
}
#header .gnb_side > a,
#header .gnb_side > .lan{
	float:left;
	padding:0 2rem;
	position:relative;
	color:#555;
	font-size:1.4rem;
	line-height:4rem;
}
#header .gnb_side > a:last-child {
	padding-right:0;
}
#header .gnb_side > a:after,
#header .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_side > a:first-child:after,
#header .gnb_side > .lan:first-child:after{
	display:none;
}
#header .gnb_side .lan,
#header .gnb_side a.search{
	font-size:2rem;
	margin-top:-.4rem
}
#header .gnb_side .lan a{
	color:inherit
}
#header .gnb_side .lan > p{
	position:absolute;
	width:80px;
	left:50%;
	margin-left:-40px;
	background:#000;
	padding:6px 0;
	display:none;
}
#header .gnb_side .lan > p > a{
	font-size:1.4rem;
	color:#fff;
	display:block;
	text-align:center;
}


#header .btm {
	position:relative;
	width:100%;
	height:11.5rem;
}
#header .btm > .container {
	position:relative;
	box-sizing:border-box;
}
#header h1{
	position:absolute;
	top:3.5rem;
	left:1.5rem;
	z-index:30;
}
#header h1 > a{
	display:block;
}

.btm .search-wrap {
	position:absolute;
	width:20rem;
	right:1.5rem;
	top:3.8rem;
	z-index:30;
}
.btm .search-wrap .inner {
	position:relative;
	height:auto;
}
.btm .search-wrap .inner > input {
	width:100%;
	height:3.5rem;
	box-sizing:border-box;
	border-radius:3.5rem;
	font-size:1.5rem;
	color:#888;
	background:#f5f5f5;
	border:0;
	padding:0 1.5rem;
}
.btm .search-wrap .inner button {
	position:absolute;
	right:1rem;
	top:50%;
	transform:translateY(-50%);
	background:none;
	border:0;
}
.btm .search-wrap .inner button:active,
.btm .search-wrap .inner button:focus,
.btm .search-wrap .inner button:hover {
	border:0;
	outline:none;
}

/*gnb*/
.gnb{
	text-align:left;
	z-index:15;
	position:relative;
	width:100%;
	padding-left:21rem;
}
.gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
.gnb > .gnb_container > ul{}
.gnb > .gnb_container > ul > li{
	float:left;
	margin:0;
	box-sizing:border-box;
	position:relative;
}
.gnb > .gnb_container > ul > li > a{
	position:relative;
	padding:4.4rem 3.5rem;
	display:inline-block;;
	font-size:1.8rem;
	color:#000;
	font-family:"suit", sans-serif;
	font-weight:500;
}
.gnb > .gnb_container > ul > li > a > span{
	position:relative;
}
.gnb > .gnb_container > ul > li > a:hover > span:after {
	content:"";
	position:absolute;
	left:-8px;;
	top:-2px;
	width:5px;
	height:5px;
	background:#9c81ec;
	border-radius:50%;
}
.gnb > .gnb_container > ul > li > ul{
	position:absolute;
	width:auto;
	background:#1a1b27;
	border-radius:1rem;
	left:50%;
	transform:translateX(-50%);
	top:70%;
	display:none;
	padding:1rem 0;
}
.gnb > .gnb_container > ul > li > ul > li{}
.gnb > .gnb_container > ul > li > ul > li:last-child{
}
.gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	text-align:center;
	padding:0 3rem;
	font-size:1.6rem;
	line-height:2;
	color:#fff;
	font-weight:300;
}
.gnb > .gnb_container > ul > li > ul > li > a > span {
	position:relative;
}
.gnb > .gnb_container > ul > li > ul > li > a:hover > span:after {
	content:"";
	position:absolute;
	left:-8px;;
	top:-2px;
	width:5px;
	height:5px;
	background:#9c81ec;
	border-radius:50%;
}
@media(max-width:1280px){
	.gnb > .gnb_container > ul > li > a{
		padding:4.4rem 2.5rem;
	}
}
@media (max-width: 1199.98px) {
	.gnb{
		display:block !important;
	}
@media (max-width: 575.98px) {
	.btm .search-wrap .inner button {
		right:0;
	}
}
@media (min-width: 1200px){
	div.circle.expand{
		display:none !important;
	}
}




/*모바일 메뉴*/
div.burger-box {
	position:absolute;
	right:1.5rem;
	top:3.5rem;
	z-index:400;
}
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);

}

@media(max-width:1199.98px){
	#header{
		min-height:7em;
	}
	#header .btm {
		height:7rem;
	}
	#header h1{
		top:3rem;
	}
	#header h1 img {
		max-width:14rem !important;
	}
	.gnb > .gnb_container > ul > li{
		margin:0;
	}
	.btm .search-wrap {
		width:16rem;
		right:7rem;
		top:3rem;
	}
	div.burger-box {
		top:2.8rem;
	}
}


@media (max-width: 1199.98px) {
	.gnb,
	.member-mo{
		visibility:hidden;
		height:0;
		overflow:hidden;
	}
	.gnb.open,
	.member-mo.open{
		visibility:visible;
		height:auto;
	}
	.member-mo {
		position:relative;
		z-index:400;
		width:100%;
		top:10rem;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		box-sizing:border-box;
		text-align:center;
		padding:0.5rem 0 0;
	}
	#header .member-mo .gnb_side a {
		color:#fff;
	}
	#header .member-mo .gnb_side a:last-child {
		padding-right:2rem;
	}
	#header .member-mo .gnb_side > a:nth-of-type(1):after {
		display:none;
	}
	#header .member-mo .gnb_side > .inner {}
	#header .member-mo .gnb_side > .inner > a {
		display:inline-block;
		padding:0 2rem;
		position:relative;
		font-size:1.4rem;
		line-height:4rem;
	}
	#header .member-mo .gnb_side > .inner > a:after {
		content:"";
		position:absolute;
		left:0;
		top:50%;
		height:1.2rem;
		border-left:1px solid #ddd;
		margin-top:-0.6rem;
	}
	#header .member-mo .gnb_side > .inner > a:first-child:after {
		display:none;
	}
	.gnb {
		padding-left:0;
		text-align:center;
	}
	.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 > .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:13rem;
		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 {
		padding-bottom:1.5rem;
	}
	.gnb > .gnb_container > ul > li > a {
		color:#fff;
		font-size:2rem;
		padding:1rem 2rem .5rem;
	}
	.gnb > .gnb_container > ul > li > ul{
		position:relative;
		width:100%;
		background:none;
		border-radius:0;
		left:0;
		transform:translateX(0);
		top:0;
		display:none;
		padding:0;
	}
	.gnb > .gnb_container > ul > li > ul > li > a{
		color:#fff;
		font-size:1.8rem
	}
	
}
