@charset "utf-8";

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links { 
	background:#fafafa; 
	border:1px solid #ddd; 
	border-left:0; 
	border-right:0;  
}
#nt_footer .nt-links ul { 
	list-style: none; 
	margin: 0; padding:0; 
}
#nt_footer .nt-links ul > li { 
	float: left; 
	padding: 0 13px; 
}
#nt_footer ul > li:first-child { 
	padding-left:0;
}
#nt_footer ul > li:last-child { 
	padding-right:0;
}
#nt_footer .nt-links ul > li::after { 
	font-family: dotum;
	font-weight: normal;
	float: right; 
	color:#ccc; 
	content: "/"; 
	margin-right:-15px;
}
#nt_footer .nt-links ul > li:last-child::after { 
	content: ""; 
}
#nt_footer .nt-links ul > li > a { 
	color: #888; 
	white-space:nowrap;	
}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { 
		float:none; 
		display:inline-block;
	}
}
