/* menu ---------------------------------------------------------------- */
header{
	display: block;
	width: 100%;
	padding-left:1rem;
	padding-right: 1rem;
	height:5.05rem;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
	color:#fff;
	font-size: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.5);
} 

header.off{
	background-color: none;
	color:#fff;
	transition: all 0.5s ease-out 0.4s;
}

header:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top:calc(5.05rem + 0px);
	height: 0rem;
	background-color: rgba(255,255,255,1);
	border-bottom: 0px solid rgba(255,255,255,0.9);
	transition: height 0.3s linear 0.1s ;
}

header > div.pc{
	padding-top: 1.6rem;
}
header > div.pc > h1{
	display: table-cell;
	width:20%;
	white-space: nowrap;
	vertical-align: top;
}

header > div.pc > nav{
	display: table-cell;
	width:60%;
	white-space: nowrap;
	padding-right: 5rem;
	vertical-align: top;


}

header > div.pc > nav > ul{
	display: table;
	width:auto;
	margin-left: auto;
	margin-right: auto;
}

header > div.pc > nav > ul > li{
	display: table-cell;
	padding: 0 1.5rem;
	font-weight: 600;
}

header > div.pc > nav > ul > li > ul{
	display: none;
	position: absolute;
	top:calc(6.05rem - 0.5rem);
	z-index: 101;
	font-size: 1.0rem;
}


header > div.pc > nav > ul > li > ul >li{
	display: block;
	margin-right: 1rem;
	font-weight: 500;
	padding-bottom: 1rem;
	font-size: 0.95rem;
	text-align: left;
}


header.on > div.pc > nav > ul > li > ul >li:hover{
	color:#ed174b;
}

/*
header > div.pc > nav > ul > li > ul >li:after{
	display:block;
 	content: '';
  	border-bottom:solid 3px #fff;  
  	transform: scaleX(0);  
  	transition: transform 250ms ease-in-out;
  	height: 1.2rem;
}*/

header > div.pc > nav > ul > li > ul >li:last-child{
	margin-right: 0;
}


header.on {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color:#000;
}

header.scroll {
	background-color:rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color:#000;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	transition: none;
}




header.on > div.pc >nav{
	
}

header.on:after {
	content: "";
	height: 19rem;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	transition: all 0.1s linear;
	padding-top: 1rem;
}

header.on > div.pc > nav > ul > li:after{
	display:block;
  	content: '';
  	height: 2rem;
  	border-bottom: solid 3px #ed174b;  
  	transform: scaleX(0);  
  	transition: transform 250ms ease-in-out;
}

header.on > div.pc > nav > ul > li.on:after{
	transform: scaleX(1);
}

header.on > div.pc > nav > ul > li.on  > ul{
	display: block;
	padding-top: 1rem;
}


header > div.pc > div{
	display: table-cell;
	position: relative;
	text-align: right;
	font-size: 0.8rem;
	padding-right: 1.5rem;
	white-space: nowrap;
	vertical-align: top;
	letter-spacing: 0;
}


header > div.pc >  div .contact{
	text-align: left;
	display: inline-block;
	vertical-align: middle;

}


header > div.pc >  div .lang{
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
	line-height: 1rem;
}

header > div.pc >  div .menu{
	text-align: left;
	display: inline-block;
	padding-left: 1rem;
	vertical-align: middle;
	position: relative;
	padding-right: 1rem;
}

header > div.pc >  div .menu span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

header > div.pc >  div .lang > a{
	display: block;
	width: 100%;
	padding-left: 1.5rem;
}

header > div.pc >  div .lang > a.arrow.down:after{
	top:40%;
}

header > div.pc >  div .lang > ul{
	position: absolute;
	display: none;
	width: 6rem;
	padding: 0.7rem 1rem 0.5rem 1.5rem;
	z-index: 101;
}

header > div.pc >  div .lang > ul > li{
	display: block;
	width: 100%;
	padding-bottom: 0rem;
}

header > div.pc >  div .lang > ul > li a:hover{
	border-bottom: 1px solid #333;
}

header > div.pc > div .lang.on{

}

header > div.pc > div .lang.on > a{
	
}

header > div.pc > div .lang.on ul{
	display: block;
	background-color: #fff;
	border-radius: 0.5rem;
	color:#000;
}

header > div.mobile{
	display:none;
}




header.all{
	height:initial;
	position: fixed;
	top:0;
	left:0;
	z-index: 3;
	color:#fff;
	background-color: rgba(0,131,198,1);
	width: 100%;
	height:100vh;
	transition: height 0.2s ease-out;
	background-image:url("/kr/images/sub/menu_all_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100rem;
} 


header.all > div.pc > nav{
	display: block;
	position: absolute;
	top: 50%;
	left: 11%;
	letter-spacing: -1px;
	transform: translateY(-50%);
}

header.all > div.pc > nav > ul{
	display: table;
	width: 100%;
}

header.all > div.pc > nav > ul > li{
	display: table;
	width: 100%;
	font-size: 2rem;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-top: 2rem;
	padding-bottom: 1rem;
}

header.all > div.pc > nav > ul > li >a{
	display: inline-block;
	width: 10rem;
}


header.all > div.pc > nav > ul > li > ul{
	display: inline-block;
	width: 65vw;
	position: revert;
	vertical-align: top;
	padding-left: 10rem;
	white-space: normal;
}

header.all > div.pc > nav > ul > li > ul >li{
	display: inline-block;
	width: auto;
	font-size: 1.1rem;
	padding-right: 0.5rem;
	padding-bottom: 0.7rem;
	border-bottom: 2px solid rgba(0,131,198,0.95);
}

header.all > div.pc > nav > ul > li > ul >li a:hover{
	padding-bottom: 0.4rem;
	border-bottom: 2px solid #fff;
}



.menu-mobile{
	display: none;
}


.pc-view{
	display:block;
}

.mobile-view{
	display:none;
}

.new-ico:before{
	content: 'N';
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: -7px;
	background-color: #fff;
	right: -17px;
	border-radius: 50%;
	font-size: 0.7rem;
	color: #e50040;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

header.on .new-ico:before{
	background-color: #e50040;
	color: #fff;
}

header.scroll .new-ico:before{
	background-color: #e50040;
	color: #fff;
}

header > div.pc > nav > ul > li > a{
	position: relative;
}

header > div.pc > nav > ul > li > ul >li > a{
	position: relative;
}

@media screen and (max-width: 740px) {

	header > div.pc{
		display:none;
	}

	header > div.mobile{
		display:table;
		padding: 1rem;
		height:5rem;
	}

	header > div.mobile .area-sub.order-1{
		display: table-cell;
		width:70%;
		vertical-align: middle;
	}

	header > div.mobile .area-sub.order-1 img{
		height:2rem;
	}

	header > div.mobile .area-sub.order-2{
		display: table-cell;
		width:30%;
		text-align: right;
		vertical-align: middle;
	}

	header > div.mobile .area-sub.order-2 span{
		font-size: 2.5rem;
		line-height: 100%;
		vertical-align: middle;
	}
		
	html.open .menu-mobile { 
		right:0 !important;
		overflow-y: auto;
		transition: all 0.8s;
		box-shadow: -16px -7px 40px -24px rgba(0,0,0,0.55);
		/*-webkit-overflow-scrolling: touch;*/
	}
		
	.menu-mobile { 
		z-index: 10000; 
		transition: all 0.8s;
		overflow:hidden;
		height:100%;
		position:fixed;
		background-color:#fff;
		width:80%;
		max-width:100%;
		top:0;
		right:-100vw;
		display:block;
	}
		
	.menu-mobile .header{
		display:table;
		width:100%;
		color:#333;
		padding: 1.5rem 0;
		border-bottom: 1px solid #ccc;
		height:5rem;

	}
		
	.menu-mobile .header .area-sub.order-1{
		display:table-cell;
		width:80%;
		padding-left:0rem;
		font-size: 1.5rem;
		vertical-align: middle;
	}

	.menu-mobile .header .area-sub.order-1 .first:after{
		content: "";
		display: inline-block;
		width: 1.5rem;
		height: 1rem;
		border-right: 2px solid #ccc;
	}

	.menu-mobile .header .area-sub.order-1 .second{
		padding-left: 1rem;
	}
		
	.menu-mobile .header .area-sub.order-2{
		display:table-cell;
		width:20%;
		padding-left:0.5rem;
		padding-right: 0rem;
		vertical-align: top;
    	padding-top: 1.3rem;
	}

	.menu-mobile .header .area-sub.order-2 .menu-mobile-close-cl{
		display: block;
		width: 100%;
		position: relative;
	}
	.menu-mobile .header .area-sub.order-2 .menu-mobile-close-cl:after{
		font-family: 'Material Icons';
		content: '\e5cd';
		font-size: 2rem;
		position: absolute;
		top:-0.5rem;
		right:0;
		line-height: 20%;
		opacity: 0.5;
	}

	.menu-mobile nav{

	}

	.menu-mobile nav > ul{
		display:table;
		width: 100%;
	}

	.menu-mobile nav > ul > li{
		display:block;
		width: 100%;
		font-size: 1.5rem;
		padding: 1.5rem 1rem;
		border-bottom: 1px solid #ccc;
		padding-left: 2rem;
	}

	.menu-mobile nav > ul >li > a{
		display:block;
		width: 100%;
		position: relative;
	}

	.menu-mobile nav > ul >li > a:after{
		content:"";
		font-family: 'Material Icons';
		content: '\e5cf';
		font-size: 2rem;
		position: absolute;
		top:0.5rem;
		right:0;
		line-height: 20%;
	}

	.menu-mobile nav > ul > li > ul{
		font-size: 1.2rem;
		opacity: 0.7;
		margin-top: 1rem;
		display: none;
	}

	.menu-mobile nav > ul > li > ul >li{
		padding-top:0.4rem; 
		padding-bottom:0.4rem;
	}

	.new-ico:before{
		background-color: #e50040;
		color: #fff;
	}

	.menu-mobile nav > ul > li > ul >li > a{
		position: relative;
	}

	.menu-mobile nav > ul > li > a.d2.new-ico:before{
		left: 2rem;
	}

	.menu-mobile nav > ul > li > a.new-ico:before{
		left: 12rem;
		right: initial;
	}
}