/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	min-height:7.5rem;
	transition:all .3s;
}
#header.header_scroll{
	background:#fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
#header .header_inner{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:3rem;
	position:relative;
	z-index:101;
}

#header h1{}
#header h1 > a{
	display:flex;
	align-items: flex-start;
}
#header h1 > a img.logo_symbol{
	width:4.3rem;
}
#header h1 > a img.logo_text{
	margin-left:1rem;
	width:13.6rem;
}


#header .gnb_side{
	position:relative;
	display:flex;
	align-items: center;
}
#header .gnb_side .side_links{
	display:flex;
	color:#fff;
	align-items: center;
	margin-right:5rem;
}
#header .gnb_side .side_links a{
	color:inherit;
	font-size:1.5rem;
}

#header.open h1 > a img.logo_text,
#header.header_scroll h1 > a img.logo_text,
#header.page_sub h1 > a img.logo_text{
	-webkit-filter: grayscale(100%) brightness(0);
	filter: grayscale(100%) brightness(0);
}
#header.open .gnb_side .side_links,
#header.header_scroll .gnb_side .side_links,
#header.page_sub .gnb_side .side_links{
	color:#000;
}


@media(max-width:991.98px){
	#header .header_inner{
		padding:2rem 3rem;
	}
}

@media(max-width:767.98px){
	#header .header_inner{
		padding:1.5rem 3rem;
	}
	#header h1 > a img.logo_text{
		display:none;
	}
	#header .gnb_side .side_links{
		margin-right:3rem;
	}
	#header .gnb_side .side_links a {
		font-size: 1.6rem;
	}
}



/*gnb*/
.gnb{
	text-align:center;
	z-index:99;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	display:none;
	background:#ffffff;
	height:100%;
	padding-top:8rem;
}
.gnb.mo_gnb{
	/* 추가 */
	overflow-y: scroll;
	overflow-x: hidden;
}
.gnb .gnb_container{
	max-width:1430px;
	margin:0 auto;
	padding:0 15px;
	position:relative;
}
.gnb .gnb_container::after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translate(70%, 10%);
	background:url(../_img/comm/gnb_bg_symbol.png) no-repeat center center / cover;
	width:28rem;
	height:28rem;
	transition:all .8s ease .5s;
	opacity:0;
}
.gnb.open .gnb_container::after{
	opacity:1;
	transform:translate(50%, 10%);
}

.gnb .gnb_container .dp1-box{
	display:flex;
	align-items: center;
	position:relative;
	padding:3rem 0;
}
.gnb .gnb_container .dp1-box::after{
	content:"";
	content: '';
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
	background:none;
	border-top:1px solid rgba(0,0,0,.1);
}
.gnb .gnb_container .dp1-box:nth-child(1):after{
	display:none;
}


.gnb .gnb_container .dp1-box > a{
	font-family: "Montserrat" , "Noto Sans KR" !important;
	font-size:4.8rem;
	font-weight:700;
	width:42rem;
	text-align:left;
	color:#000;
	flex-shrink: 0;
}
.gnb .gnb_container .dp1-box:hover > a{
	color:#e60027;
}
.gnb .gnb_container .dp2-box{
	width:100%;
	display:flex;
}
.gnb .gnb_container .dp2-box > li > a{
	font-size:2rem;
	color:#000;
	margin-left:5rem;
}
.gnb .gnb_container .dp2-box > li > a:hover{
	color:#e60027;
}

@media(max-width:1440px){
	.gnb .gnb_container .dp1-box > a{
		font-size:4rem;
		width:36rem;
	}
	.gnb .gnb_container .dp2-box > li > a {
		font-size: 1.8rem;
		margin-left: 4rem;
	}
}
@media(max-width:991.98px){
	.gnb .gnb_container .dp1-box{
		flex-wrap:wrap;
		padding: 2rem 0;
	}
	.gnb .gnb_container .dp1-box > a{
		font-size:3rem;
		width:100%;
		text-align:center;
		margin-bottom:1rem;
	}
	.gnb .gnb_container .dp2-box{
		justify-content: center;
	}
	.gnb .gnb_container .dp2-box > li > a {
		font-size: 2rem;
		margin-left: 2rem;
		margin-right:2rem;
	}
}
@media(max-width:576.98px){
	.gnb .gnb_container .dp1-box{
		flex-wrap:wrap;
	}
	.gnb .gnb_container .dp1-box::after{
		display:none;
	}
	.gnb .gnb_container .dp1-box > a{
		font-size:2.8rem;
	}
	.gnb .gnb_container .dp2-box{
		justify-content: center;
		display:none;
	}
	.gnb .gnb_container .dp2-box > li{
		padding-top:1rem;
	}
	
}



/*모바일 메뉴*/
div.burger {
	height: 30px;
	width: 40px;
	position: relative;
	cursor: pointer;
	z-index:10;
}
div.x,
div.y{
	position: absolute; margin: auto;
	top: 8px;
	background: #fff;
	-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: 2px; width: 40px; }
div.y{top: 20px;}
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.rotate45{
	transform: rotate(45deg);
	transition: all 100ms ease-out;
}
div.rotate-45{
	transform: rotate(-45deg);
	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);

}


div.burger.open div.x,
div.burger.open div.y,
#header.header_scroll div.burger div.x,
#header.header_scroll div.burger div.y,
#header.page_sub div.burger div.x,
#header.page_sub div.burger div.y{
	background:#000;
}

.gnb > .gnb_container > ul > li.animate:nth-of-type(1){
	margin-top:50px;
	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{
	position:relative;
	z-index:10;
}
.gnb > .gnb_container > ul > li{
	opacity:0;
	transition:all .8s;
}
.gnb.open > .gnb_container > ul > li{
	opacity:1;
}

@media(max-width:767.98px){
	div.burger {
		height: 32px;
		width: 32px;
	}
	div.x, div.y, div.z { height: 2px; width: 32px; }
}
@media(max-width:576.98px){
	.gnb > .gnb_container > ul > li.animate:nth-of-type(1){
		margin-top:30px;
	}
}