#header{
	position:fixed;
	z-index:200;
	width:100%;
	min-height:7.5rem;
	font-family: 'Amiri';
}
#header.header_scroll{
	background: black;
	/* background: rgba(0,0,0,.2); */
}
#header .mobile_only{display:none !important;}
@media(max-width:991.98px){
	#header .pc_only{display:none !important;}
	#header .mobile_only{display:block !important;}
}
@media(max-width:767.98px){
	#header{
		min-height:8rem;
	}
}

#header h1{
	position:absolute;
	top:3.9rem;
	left:3rem;
	z-index:101;
}
#header h1 > a{
	display:block;
}
#header .gnb_side{
	z-index:101;
	position:absolute;
	top:3.5rem; right:3rem;
	display: flex;
	align-items: center;
}
#header .gnb_side .lan a{
	display:inline-block;
	padding: 0 1.2rem;
	font-family: 'Amiri';
	font-size:1.6rem;
	text-align:center;
	color: rgba(255,255,255,.3);
}
#header .gnb_side .lan a:last-of-type{
	position: relative;
}
#header .gnb_side .lan a:last-of-type::before{
	content: '';
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
	width: 1px; height: 1.6rem;
	background: rgba(255,255,255,.2);
}
#header .gnb_side .lan a.on{
	color:#fff;
}


/*gnb*/
.gnb1{
	text-align:center;
	z-index:100;
	position:relative;
	left:0;
	top:0;
	width:100%;
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
}
.gnb1.off{
	display: none;
}
.gnb1 > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
.gnb1 > .gnb_container > ul > li{
	float:left;
	margin:0 3rem;
}
.gnb1 > .gnb_container > ul > li > a{
	padding:4.5rem;
	display:block;
	font-size:1.8rem;
	color:#ddd;
}
.gnb1 > .gnb_container > ul > li:hover > a{
	color:#c7996e;
}
.gnb1 > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none;
}
.gnb1 > .gnb_container > ul > li > ul > li:last-child{
	padding-bottom:2rem;
}
.gnb1 > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem;
	font-size:1.6rem;
	color:#ddd;
	font-weight:300;
}
.gnb1 > .gnb_container > ul > li > ul > li > a:hover{
	color:#c7996e;
}
@media(max-width:1500px){
	#header h1 img{
    max-width: 230px !important;
	}
	.gnb1 > .gnb_container > ul > li {
    margin: 0 1rem;
	}
	.gnb1 > .gnb_container > ul > li > a {
    padding: 4.5rem 3rem;
	}
}
@media(max-width:1250px){
	#header h1 img{
    max-width: 200px !important;
	}
	.gnb1 > .gnb_container > ul > li > a {
    padding: 4.5rem 2rem;
	}
}
@media(max-width:1199.98px){
	#header h1 {
    left: 2.5rem;
	}
	#header h1 img{
    max-width: 180px !important;
	}
	.gnb1 > .gnb_container > ul > li > a {
    padding: 4.5rem 2rem;
	}
	#header .gnb_side {
		right: 2.5rem;
	}
}
@media(min-width:992px){
	div.circle.expand{
		display:none !important;
	}
}
@media(max-width:991.98px){
	#header h1{
		top: 2.3rem;
	}
	#header h1 img{
    max-width: 150px !important;
	}
	#header .gnb_side {
		top: 1.7rem;
	}
	.gnb1 {
    display: none;
	}
}




/*all_menu*/
#all_menu{
	z-index:99;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../_img/comm/all_menu_bg.jpg) no-repeat center center / cover;
	display:none;
}
#all_menu.mo_gnb{
	overflow-y: scroll;
	overflow-x: hidden;
}
#all_menu .gnb_container{
	position:relative;
	top: 50%;
	margin:0 auto;
	padding:0 15px;
	max-width:1430px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateY(-50%);
}
#all_menu .gnb_container > ul a{
	font-family: 'Amiri', serif !important;
	color:rgba(238,238,238,.2);
}
#all_menu .gnb_container .dp1-box:hover > a,
#all_menu .gnb_container .dp2-box > li > a:hover{
	color:#c7996e;
}
#all_menu .gnb_container .dp1-box{
	display:flex;
	align-items: center;
	position:relative;
}
#all_menu .gnb_container .dp1-box > a{
	font-size:8rem;
	text-align:left;
	flex-shrink: 0;
}
#all_menu .gnb_container .dp2-box{
	width:100%;
	display:flex;
}
#all_menu .gnb_container .dp2-box > li > a{
	margin-left:6rem;
	font-size:2.4rem;
}

#all_menu .gnb_container > div{
	text-align: left;
}
#all_menu .gnb_container > div .top{
	font-size: 1.8rem;
	color: #fff;
}
#all_menu .gnb_container > div .middle{
	margin-top: 8rem;
	margin-bottom: 10rem;
	font-size: 1.6rem;
	font-weight: 300;
	color: #ccc;
}
#all_menu .gnb_container > div .middle p{
	display: inline-block;
	margin-top: 1.5rem;
	margin-right: 2rem;
}
#all_menu .gnb_container > div .middle p:last-of-type{
	margin-right: 0;
}
#all_menu .gnb_container > div .bottom .link a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 50%;
	background: rgba(238,238,238,.1);
}
#all_menu .gnb_container > div .bottom .copy{
	font-size: 1.6rem;
	color: #bbb;
}
@media(max-width:1300px){
	#all_menu .gnb_container .dp1-box > a {
    font-size: 7rem;
	}
	#all_menu .gnb_container .dp2-box > li > a {
    margin-left: 5rem;
    font-size: 2.2rem;
	}
	#all_menu .gnb_container > div .middle {
    margin-top: 6rem;
    margin-bottom: 8rem;
	}
}
@media(max-width:1199.98px){
	#all_menu .gnb_container .dp1-box > a {
    font-size: 5rem;
	}
}
@media(max-width:991.98px){
	#all_menu .gnb_container {
    display: block;
	}
	#all_menu .gnb_container .dp1-box{
		flex-wrap:wrap;
		padding: 2rem 0;
	}
	#all_menu .gnb_container .dp1-box > a{
		font-size:4rem;
		width:100%;
		text-align:center;
		margin-bottom:1rem;
	}
	#all_menu .gnb_container .dp2-box{
		justify-content: center;
	}
	#all_menu .gnb_container .dp2-box > li > a {
		margin-left: 2rem;
		margin-right:2rem;
	}
	#all_menu .right .top p,
	#all_menu .gnb_container > div .middle,
	#all_menu .gnb_container > div .bottom .copy{
		text-align: center
	}
	#all_menu .right .bottom .link{
		justify-content: center;
	}
}
@media(max-width:576.98px){
	#all_menu .gnb_container .dp1-box{
		flex-wrap:wrap;
	}
	#all_menu .gnb_container .dp1-box > a{
		font-size:3rem;
	}
	#all_menu .gnb_container .dp2-box{
		justify-content: center;
		display:none;
	}
	#all_menu .gnb_container .dp2-box > li{
		padding-top:1rem;
	}
	#all_menu .right{
		display: none;
	}
}




/*모바일 메뉴*/
div.burger_con{
	cursor: pointer;
	z-index:10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 50%;
}
div.burger {
	height: 7px;
	width: 20px;
	position: relative;
}
div.x,
div.y{
	position: absolute; margin: auto;
	top: 0px;
	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: 1px; width: 20px; }
div.y{top: 7px;}
div.coll{
	top: 2px;
	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.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:#fff;
}
.gnb2 > .gnb_container > ul > li.animate:nth-of-type(1){
	transition-delay: 0.5s;
}
.gnb2 > .gnb_container >  ul >  li.animate:nth-of-type(2){
	transition-delay: 0.55s;
}
.gnb2 > .gnb_container >  ul >  li.animate:nth-of-type(3){
	transition-delay: 0.60s;
}
.gnb2 > .gnb_container >  ul >  li.animate:nth-of-type(4),
.gnb2 > .gnb_container > div .top.animate{
	transition-delay: 0.65s !important;
}
.gnb2 > .gnb_container >  ul >  li.animate:nth-of-type(5),
.gnb2 > .gnb_container > div .middle.animate{
	transition-delay: 0.70s !important;
}
.gnb2 > .gnb_container >  ul >  li.animate:nth-of-type(6),
.gnb2 > .gnb_container > div .bottom.animate{
	transition-delay: 0.75s !important;
}
.gnb2 > .gnb_container > ul > li,
.gnb2 > .gnb_container > div .top,
.gnb2 > .gnb_container > div .middle,
.gnb2 > .gnb_container > div .bottom{
	opacity:0;
	transition:all .8s;
}
.gnb2.open > .gnb_container > ul > li,
.gnb2.open > .gnb_container > div .top,
.gnb2.open > .gnb_container > div .middle,
.gnb2.open > .gnb_container > div .bottom{
	opacity:1;
}

@media(max-width:991.98px){
	div.burger_con {
    width: 38px;
    height: 38px;;
}
}
@media(max-width:576.98px){
	.gnb2 > .gnb_container > ul > li.animate:nth-of-type(1){
		margin-top:30px;
	}
}