@charset "utf-8";

/********************************************************
■ Mobile Header
********************************************************/
#header_mo { 
position: absolute;
    top: 0;
    width: 100%;
}
#header_mo hr.hr::after, 
#header_mo .dropdown-item.active, 
#header_mo .dropdown-item:active, 
#header_mo .bg-primary {
    background-color: transparent !important;
}
#header_mo .header-logo > a > img { height:2.5rem } 
/********************************************************
■ PC Menu
********************************************************/
#nt_menu { 
	position:relative; 
	z-index:20;
	/* border-bottom:1px solid #ddd; */
	/* border-top: 1px solid #ddd; */
	
}
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }

#nt_menu .sub-slide { 
	display:none; 
	visibility:visible; 
}
#nt_menu .sub-icon::after { 
	font-family: "FontAwesome"; 
	float: right; 
	position: relative; 
	content: "\f105"; 
}
#nt_menu .me-a { 
	display:block; 
	position:relative;
	text-align:center;
}
#nt_menu .me-icon {
	width:4.0rem;
	text-align:center;
}
#nt_menu .sub-1div { 
	position:absolute; 
	left:0; 
	z-index:21; 
}
#nt_menu .sub-1da { 
	display:block; 
}
#nt_menu .sub-1line { 
	position:relative; 
	display:block;
}

#nt_menu .sub-2div { 
	left:100%; 
	top:0; 
	position:absolute; 
	z-index:22; 
} 
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { 
	display:block; 
} 
#nt_menu .sub-2line { 
	display:block; 
}
#nt_menu .sub-1div { 
	width:100%; 
	text-align:left; 
}
#nt_menu .sub-1div::before { 
	left: 50%; 
	margin-left:-8px; 
}

/* 스타일 */
#nt_menu .me-ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#nt_menu .me-a { 
	font-weight:500;
	color:#333;
    font-size: 1.429rem !important;
    /* line-height: 1 !important; */
    /* padding-top: 1.5rem;
    padding-bottom: 1.5rem; */
    padding:0 1.286rem;
    line-height: 5rem;
    height:5rem;

}



#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { 
	color:#f3a211; 
}
#nt_menu .sub-1div {
	position:absolute;
	top:100%;
	left:0;
	background:#fff; 
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
}
#nt_menu .sub-1da { 
	color:#000; 
	border-bottom: 1px solid #eee;
}
#nt_menu .sub-1dli.on .sub-1da,
#nt_menu .sub-1dli:hover .sub-1da { 
	color:#000; 
	background: #f5f5f5; 
	border-color: #eee;
	font-weight:bold;
}
#nt_menu .sub-1line { 
	color:#000; 
	font-weight:bold; 
	background:#fafafa; 
}
#nt_menu .sub-2div { 
	background: #fff; 
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
} 
#nt_menu .sub-2da { 
	color:#000; 
	border-bottom: 1px solid #eee; 
} 
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { 
	color:#000; 
	background: #fafafa; 
	border-color: #eee;
	font-weight: bold;
}
#nt_menu .sub-2line { 
	color:#000; 
	font-weight:bold; 
	background:#f5f5f5; 
}

/* 서브메뉴 높이설정 : 페딩값으로 조절 */
#nt_menu .me-sh { 
	padding:0.59rem 1.0rem;
}

/********************************************************
■ 전체 메뉴
********************************************************/
#menu_all { 
	-webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); 
	-moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); 
	box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2);
}

#menu_all .sub-a.on {
	font-weight:bold;
}

/* 상단고정시 */
#nt_menu_wrap.me-sticky { 
	position:fixed;
	width:100%; 
	z-index:999; 
	left:0;
	top:0;
}


@media all and (max-width:991px) {
	#nt_menu { display:none; }
	.d-md-none {  }
	.d-block { display: block!important; }
}

.clear { zoom:1;}
.clear:after { display:block; content:''; clear:both;}




#nt_menu_wrap #nt_menu .header-logo { float:left; width:220px; }
#nt_menu_wrap #nt_menu .header-logo a { display:block; margin-top:-3px; height:5rem; line-height: 5rem; }
#nt_menu_wrap #nt_menu .me-list { }


#nt_menu_wrap #nt_menu .language a { position:relative; padding:0 10px;  font-size:14px; color:#888; line-height:1;   }
#nt_menu_wrap #nt_menu .language a.on { color:#f3a211; }
#nt_menu_wrap #nt_menu .language a:first-child:after { position:absolute; right:0; top:50%; display:block; width:1px; height:11px; background:#ddd; content:''; transform:translateY(-50%);}

#nt_menu_wrap #nt_menu .header-logo { display:none;;}

@media (min-width:992px) {
	#nt_menu_wrap #nt_menu .me-list .me-ul { overflow:hidden; display:block; text-align:center;  }
	#nt_menu_wrap #nt_menu .me-list .me-ul li { display:inline-block; width:auto; }
	#nt_menu_wrap #nt_menu .me-list .me-ul li .me-a { padding: 0 15px; font-size:1.143rem !important }
	#nt_menu_wrap #nt_menu .language { position:absolute; top:-42px; right:10px; }
}

@media (min-width:1200px){
	#nt_menu_wrap #nt_menu .me-list .me-ul li .me-a { padding: 0 20px; font-size:1.286rem !important; }
}

