@charset "utf-8";









.footer
{
	background		: #1c1d1f;
}






.footer a 
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
	font-weight		: 700;
	font-size		: 14px;
	color			: #bbbbbb;
	line-height		: 97px;
	height			: 97px;
	padding-right	: 40px;
	display			: inline-block;
	float			: left;
}

.footer a.cur
{
	color			: #fff;
}

@media screen and (max-width: 768px) {


	.footer a 
	{
		width: 40%;
		text-align: center;
		padding-right: 0px;
		border-left		: 1px solid #333436;
	}

	.footer a:first-child 
	{
		width: 60%;
		border-left		: 0px;
	}


}




footer 
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
	font-weight		: 600;
	color			: #fff;
	font-size		: 18px;
	font-style      : normal;
	background		: #111214;
}












