@charset "utf-8";

/********************************************************
■ Footer 
********************************************************/
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#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;	
	font-family: 'GmarketSansMedium';
}

.text-center .padinfo {font-family: 'GmarketSansMedium';}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { 
		float:none; 
		display:inline-block;
	}
}
