/*header*/
#header{
	position:relative;
	z-index:200;
	width:100%;
	background:#f1f1f1;
	top:0;
	left:0;
	min-height:7.5rem;
}
#header .pc_only{}
#header .mobile_only{display:none !important;}
@media(max-width:991.98px){
	#header .pc_only{display:none !important;}
	#header .mobile_only{display:block !important;}
}
#header .header_comm{
	position:relative;
	padding:3rem 0;
	border-bottom:1px solid rgba(255,255,255,.2)
}
#header h1{
	z-index:30;
	text-align:center;
}
#header h1 > a{
	display:inline-block;
}
#header .header_comm .partner{
	position:absolute;
	left:6rem;
	top:50%;
	transform:translatey(-50%);
	font-size:1.3rem;
	color:#fff;
/* 	border:1px solid rgba(255,255,255,.3); */
	background: #000;
	padding:1.2rem 1rem;
	border-radius:30px;
}
#header .gnb_side{
	position:absolute;
	top:50%;
	right:6rem;
	transform:translatey(-50%);
	z-index:30;
}
#header .gnb_side > a{
	float:left;
	position:relative;
	color:#575757 !important;
	font-size:1.3rem;
	margin-left:1.5rem;
}
#header .gnb_side > a.bookmark{
	color:#ddd;
}
#header .gnb_side > a.bookmark i{
	color:#bf974c
}

@media(max-width:1400px){
	#header h1{
		text-align:left;
		padding-left:2rem;
	}
}
@media(max-width:991.98px){
	#header .header_comm{
		padding:1.5rem 0;
		min-height: 55px;

	}
	#header h1 > a img{
		max-width:120px !important;
	}
	#header .header_comm .partner{
		left:auto;
		right:8rem;
		padding:1rem 1.5rem;
	}
}


/*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{
	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 .youtube{
	position:absolute;
	right:6rem;
	top:0;
	padding:2.5rem 0;
}
.gnb .youtube .icon_2{
	display:none;
}
.gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
.gnb > .gnb_container > ul{}
.gnb > .gnb_container > ul > li{
	float:left;
	margin:0 3rem;
}
.gnb > .gnb_container > ul > li.sub2{
	display:none;
}
.gnb > .gnb_container > ul > li > a{
	padding:2.5rem 3rem;
	display:block;
	font-size:1.8rem;
	color:#000;
}
.gnb > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none !important;
}
.gnb > .gnb_container > ul > li.sub-1 a{
	font-weight: 600;
}
.gnb > .gnb_container > ul > li > ul > li:last-child{
	padding-bottom:2rem;
}
.gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem;
	font-size:1.6rem;
	color:#fff;
	font-weight:300;
}

/*임시 노출 금지 김정호*/
.gnb > .gnb_container > ul > li.sub3{
	display:none !important;
}

.gnb > .gnb_container > ul > li.sub4{
	display:none !important;
}

.gnb > .gnb_container > ul > li.sub6{
	display:none !important;
}
/*임시 노출 금지 김정호*/	
.gnb > .gnb_container > ul > li.sub5 > a{
	color:#a77926;
	position: relative;

}
.gnb > .gnb_container > ul > li.sub5 > a::before{
	content:'';
	width:6px;
	height: 6px;
	border-radius:50%;
	background: #a77926;
	position: absolute;
    top: 23px;
    right: 20px;
}

@media (max-width:991px ) {
    .gnb > .gnb_container > ul > li.sub5 > a{
        color:rgb(252, 232, 77);
        position: relative;
    
    }
    .gnb > .gnb_container > ul > li.sub5 > a::before{
        content:'';
        width:6px;
        height: 6px;
        border-radius:50%;
        background: rgb(252, 232, 77);
        position: absolute;
        top: 23px;
        right: 20px;
    }
    .gnb.pc_gnb .d-block.d-lg-none.mt20.m-bottom-menu a:first-child {color:rgb(252, 232, 77) !important;}
    .gnb.pc_gnb .d-block.d-lg-none.mt20.m-bottom-menu a:nth-child(2) {color:rgb(252, 232, 77) !important;}
    .gnb.pc_gnb .d-block.d-lg-none.mt20.m-bottom-menu a:nth-child(3) {color:rgb(252, 232, 77) !important;}
    
}

.gnb > .gnb_container > ul > li.sub7{
	display:none;
}
@media(max-width:1199.98px){
	.gnb > .gnb_container > ul > li{
		margin:0 1rem;
	}
}
@media(min-width:992px){
	.gnb{
		display:block !important;
	}
	div.circle.expand{
		display:none !important;
	}
}
@media(max-width:991.98px){
	.gnb > .gnb_container > ul > li.sub4 > a::before{
		content:none;
	}
}

.m-bottom-menu a{
	line-height: 2;
}


/*모바일 메뉴*/
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: #deba69;
	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:991.98px){
	#header .gnb_side{
		position:absolute;
		top:50%;
		right:2rem;
		z-index:30;
	}
	.gnb{
		visibility:hidden;
		height:0;
		position:absolute;
		overflow:hidden;
	}
	.gnb.open{
		visibility:visible;
		height:auto;
	}
	.gnb > .gnb_container{
		display:block;
	}
	.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: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 >  li > a{
		color:#fff;
		font-size:2.6rem;
		padding:1.5rem;
		display:inline-block;
	}
	.gnb > .gnb_container > ul > li > ul > li > a{
		color:#fff;
		font-size:2rem
	}
	.gnb > .gnb_container > ul > li.sub5 > a::before {
		top: 16px;
		right: 3px;
	}
	.gnb .youtube{
		position:relative;
		right:auto;
		top:auto;
		text-align:center;
		padding:2.5rem 0;
	}
	.gnb.open .youtube .icon_1{
		display:none;
	}
	.gnb.open .youtube .icon_2{
		display:inline-block;
	}
}


.quick_menu{
	position: fixed;
	bottom:2rem;
	right:2rem;
}
@media(max-width:991.98px){
	.quick_menu img{
		max-width:60px;
	}
}


.m_btn_home {display:none;}