#footer { 
	width: 720px;
	height: 256px;
	margin: 0 auto;
	background: #222;
	color: #eee;
	padding: 40px 35px;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
}

#footer p { 
	font-size: 20px;
	font-weight: 100;
}

#footer .copy { 
	margin-top: 30px;
}
#footer a { 
	color: #eee;
	text-decoration: none;
	font-size: 20px;
	font-weight: 100;
}