@font-face { font-family: NanumSquare; font-weight: 800; src: url('../font/NanumSquareEB.woff') format('woff'); }
@font-face { font-family: NanumSquare; font-weight: 600; src: url('../font/NanumSquareR.woff') format('woff'); }
@font-face { font-family: NanumSquare; font-weight: 400; src: url('../font/NanumSquareL.woff') format('woff'); }

#footer { 
	width: 720px;
	margin: 0 auto;
	background: #222;
	color: #c5c5c5;
	padding: 40px 35px;
	box-sizing: border-box;
}

#footer p { 
	font-size: 20px;
	line-height: 30px;
	font-family: NanumSquare;
	font-weight: 600;
}

#footer .copy { 
	margin-top: 30px;
	font-size: 20px;
}
#footer a { 
	color: #c5c5c5;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

#footer .copy span { display: block; }

html {
      /* Prevent font scaling in landscape */
     -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
     -moz-text-size-adjust: none; /*Firefox*/
     -ms-text-size-adjust: none;  /*Ie*/
     -o-text-size-adjust: none; /*old versions of Opera**/
}