@charset "utf-8";

@font-face {
	font-family: 'NN';
	font-weight: normal;
	src: url('../fonts/NanumGothic.eot');
	src: url('../fonts/NanumGothic.eot') format('embedded-opentype'),
		 url('../fonts/NanumGothic.woff') format('woff');
}

@font-face {
	font-family: 'NN';
	font-weight: 700;
	src: url('../fonts/NanumGothicBold.eot');
	src: url('../fonts/NanumGothicBold.eot') format('embedded-opentype'),
		 url('../fonts/NanumGothicBold.woff') format('woff');
}