/* 폰트 CSS */

/* Nanum Gothic */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url('./font/NanumGothic.eot');
	src: url('./font/NanumGothic.eot?#iefix') format('embedded-opentype'),
	     url('./font/NanumGothic.woff') format('woff');
}

@font-face {
	font-family: 'Nanum Gothic Bold';
	font-style: normal;
	font-weight: bold;
	src: url('./font/NanumGothicBold.eot');
	src: url('./font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
	     url('./font/NanumGothicBold.woff') format('woff');
}


/* Nanum Barun Gothic */
@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 400;
	src: url('./font/NanumBarunGothic.eot');
	src: url('./font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
		 url('./font/NanumBarunGothic.woff') format('woff');
}

@font-face {
	font-family: 'Nanum Barun Gothic Bold';
	font-style: normal;
	font-weight: bold;
	src: url('./font/NanumBarunGothicBold.eot');
	src: url('./font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
	     url('./font/NanumBarunGothicBold.woff') format('woff');
}