@charset "utf-8";

/********************************************************
■ Footer 
********************************************************/
#nt_footer {  
	background:#fff; 
}
.m-margin {
	margin-bottom:60px;
}
#nt_footer .nt-links { 
	background:#fff; 
	border-top:1px solid #ddd;
	border-bottom:1px solid #e7e7e7;  
	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;
	}
}
