@font-face { font-family: NanumSquare; font-weight: 600; src: url('../font/NanumSquareR.woff') format('woff'); }

#footer { 
	width: 720px;
	height: 280px;
	margin: 0 auto;
	background: #003070;
	color: #eee;
	font-family: NanumSquare;
	padding: 40px 35px;
	box-sizing: border-box;

}

#footer p { 
	font-size: 20px;
	font-weight: 100;
	line-height:1.5;
}

#footer .copy { 
	margin-top: 30px;
}
#footer a { 
	color: #eee;
	text-decoration: none;
	font-size: 20px;
	font-weight: 100;
}
