@charset "utf-8";

/********************************************************
■ PC Header
********************************************************/
#header_pc{
border-top:3px solid #d60000;
}
#header_pc .nt-container { 
	
}
#header_pc .header-logo { 
 text-align: left;
 margin-left:-15px;
padding-top:20px;
padding-bottom:15px;
}
#header_pc .header-search { 
	width:100%;
	max-width:500px; 
	padding-top:35px; 
	padding-bottom:15px;
}
#header_pc .header-search form { 
	padding:0; 
	border-width:2px;
	border-style:solid;

}
#header_pc .header-search input { 
	font-family: 'Malgun Gothic', dotum, sans-serif;
	font-size:16px !important;
	height: 40px;	
	background: #fff; 
	border:0 !important; 
	box-shadow:none !important; 
	-webkit-box-shadow:none !important; 
}
#header_pc .header-search .form-control:focus { 
	box-shadow:none !important; 
	-webkit-box-shadow: none !important; 
}
#header_pc .header-search .btn { 		
	outline:none; 
	color:#fff;
	border:0; 
	height: 40px;
	width: 40px;
	border-radius: 0px;	
	outline:none; 
	font-size:16px
}



/********************************************************
■ LNB
********************************************************/
.header-login{	margin-right:-15px; }

#nt_lnb ul { 
	list-style: none; 
	margin: 0; 
	padding-top:28px;
}
#nt_lnb ul > li { 
	float: left; 
	padding: 0 13px; 
}
#nt_lnb ul > li::after { 
	font-family: 'Malgun Gothic', dotum, sans-serif;
	font-weight: normal;
	float: right; 
	color:#ccc; 
	content: "/"; 
	margin-right:-15px;
}
#nt_lnb ul > li:first-child { 
	padding-left:0;
}
#nt_lnb ul > li:last-child { 
	padding-right:0;
}
#nt_lnb ul > li:last-child::after { 
	content: ""; 
	margin-right:0; 
}
#nt_lnb ul > li > a { 
	float:left;
	white-space:nowrap;	
	font-family: 'Malgun Gothic', dotum, sans-serif;	
}
