#gnb_mo{display:none !important;}

@media(max-width:1330px){
	#gnb_pc{display:none !important;}
	#gnb_mo{display:block !important;}
}

/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:7.5rem;
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
}



/*pc메뉴*/
#header #gnb_pc h1{
	position:absolute;
	top:1.6rem;
	left:3rem;
	z-index:30;
}
#header  #gnb_pc h1 img{
	max-width:150px !important;
}
#header #gnb_pc h1 > a{
	display:block;
}

#header #gnb_pc .gnb_side{
	position:absolute;
	top:1.9rem;
	right:3rem;
	z-index:30;
	display: flex !important;
	align-items: center;
}

/* gnb member */
#header #gnb_mo .member{
	margin: 3rem 0;
}
#header #gnb_pc .member a,
#header #gnb_mo .member a{
	padding:0 2rem;
	font-weight: 500;
}
#header #gnb_pc .member a{
	font-size: 1.6rem;
	color:#777;
}
#header #gnb_mo .member a{
	font-size: 2rem;
	color: #eee;
}
#header #gnb_pc .member a:last-child,
#header #gnb_mo .member a:last-child{
	position:relative;
}
#header #gnb_pc .member a:last-child::before,
#header #gnb_mo .member a:last-child::before{
	content: '';
	position:absolute;
	top: 50%; left: -4px;
	transform: translateY(-50%);
	width: 4px; height: 4px;
	border-radius: 50%;
	background: #aaa;
}

/* gnb lan */
#header .gnb_side .lan{
	position: relative;
	width: 70px;
	font-family: 'Poppins';
}
#header .gnb_side .lan > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size:1.5rem;
	font-weight: 500;
	color:#000;
}
#header .gnb_side .lan > p{
	position:absolute;
	width:100%;
	left:0;
	background:#000;
	padding:6px 0;
	display:none;
}
#header .gnb_side .lan > p > a{
	font-size:1.4rem;
	color:#fff;
	display:block;
	text-align:center;
}

/* gnb link */
#header #gnb_pc .link,
#header #gnb_mo .link{
	display: flex;
}
#header #gnb_pc .link{
	margin-left: 1rem;
	margin-right: 3rem;
}
#header #gnb_mo .link{
	justify-content: center;
}
#header #gnb_pc .link a,
#header #gnb_mo .link a{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff5e3;
	transition: all .3s;
}
#header #gnb_pc .link a{
	width: 5rem;
	height: 5rem;
	margin-left: 5px;
}
#header #gnb_mo .link a{
	width: 7rem;
	height: 7rem;
	margin: 1rem;
}
#header #gnb_pc .link a img,
#header #gnb_mo .link a img{
	max-width: 25px;
}
#header #gnb_pc .link a:first-child img,
#header #gnb_mo .link a:first-child img{
	filter: brightness(1) invert(1);
}
#header #gnb_pc .link a:last-child img,
#header #gnb_mo .link a:last-child img{
	margin-left: 5px;
}
#header #gnb_pc .link a:hover,
#header #gnb_mo .link a:hover{
	background: #be243c;
}
#header #gnb_pc .link a:hover img,
#header #gnb_mo .link a:hover img{
	filter: brightness(0) invert(1);
}
#header #gnb_pc .link a:first-child:hover img,
#header #gnb_mo .link a:first-child:hover img{
	filter: brightness(1) invert(0);
}

@media (max-width:1400px) {
	#header #gnb_pc h1{
		top:1.9rem;
		left:2.5rem;
	}
	#header #gnb_pc h1 img {
    max-width: 120px !important;
	}
	#header #gnb_pc .gnb_side {
    right: 2.5rem;
	}
	#header .gnb_side .link{
		margin-left: 0;
		margin-right: 1.5rem;
	}
	#header .gnb_side .link a {
    width: 4.5rem;
    height: 4.5rem;
	}
	#header .gnb_side .link a img {
    max-width: 23px;
	}
	#header #gnb_pc .gnb_side .member a {
    padding: 0 1.5rem;
	}
}


/*gnb*/
#gnb_pc .gnb{
	z-index:15;
	position:relative;
	left:20rem;
	top:0;
	max-width: 1400px;
	width:100%;
}
#gnb_pc .gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
#gnb_pc .gnb > .gnb_container > ul > li{
	float:left;
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	position: relative;
	padding:3rem 4.5rem;
	display:block;
	font-size:1.8rem;
	color:#000;
	transition: all .3s;
}
#gnb_pc .gnb > .gnb_container > ul > li > a::after{
	content: '';
	position: absolute;
	left: 50%; bottom: 1.4rem;
	transform: translateX(-50%);
	width: .8rem;
	height: .8rem;
	background: #be243c;
	border-radius: 50%;
	opacity: 0;
	transition: all .3s;
}
#gnb_pc .gnb > .gnb_container > ul > li:hover > a{
	font-weight: 500;
	color: #be243c;
}
#gnb_pc .gnb > .gnb_container > ul > li:hover > a::after{
	opacity: 1;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none;
}
#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;
	text-align: center;
	font-size:1.6rem;
	color:#000;
	font-weight:300;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li:hover > a{
	color: #be243c;
}
@media(max-width:1600px){
	#gnb_pc .gnb{
		left:17rem;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > a{
		padding:3rem;
	}
}
@media(max-width:1400px){
	#gnb_pc .gnb{
		left:15rem;
	}
}






/*모바일 메뉴*/
#header #gnb_mo h1{
	position:absolute;
	top:1.4rem;
	left:2.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side{
	position:absolute;
	z-index:30;
}
#header #gnb_mo .gnb_side1{
	top:3rem;
	right:7rem;
}
#header #gnb_mo .gnb_side2{
	top: 2.4rem;
	right:2.5rem;
}
#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:none;margin-bottom:2rem;}
#gnb_mo .gnb > .gnb_container > ul > li > ul > li > a{
	color:#fff;
	font-size:2rem;
	display:block;
	padding:.5rem;
}
@media (max-width:991.98px) {
	#header #gnb_mo h1 {
    top: 1.2rem;
	}
	#header #gnb_mo .gnb_side2 {
    top: 2.2rem;
	}
}
@media (max-width:767.98px) {
	#header #gnb_mo h1 img{
    max-width: 100px !important;
	}
	#header #gnb_mo .gnb_side1 {
    top: 2.7rem;
	}
	#header #gnb_mo .gnb_side2 {
    top: 2rem;
	}
}


.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:5000px;
	height:5000px;
	top: -2500px;
	right: -2500px;
	-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);

}

