@font-face {
	font-family: 'Nanum Gothic';
	font-weight: 400;
	src: url('../font/NanumGothic.eot');
	src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
		url('../font/NanumGothic.woff') format('woff'),
		url('../font/NanumGothic.ttf') format('truetype');
	src: local(※), url('../font/NanumGothic.woff') format('woff');
}

@font-face {
	font-family: 'Nanum GothicE';
	font-weight: 700;
	src: url('../font/NanumGothicExtraBold.eot');
	src: url('../font/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../font/NanumGothicExtraBold.woff') format('woff'),
		url('../font/NanumGothicExtraBold.ttf') format('truetype');
	src: local(※), url('../font/NanumGothicExtraBold.woff') format('woff');
}