/* 
 *	사용 폰트 정의는 이곳에 통합 @import url(font.css);로 호출함. 
 */
 
 
/* 나눔고딕 */
@font-face {
	font-family: Nanum_Go;
	font-style: normal;
	font-weight: 400;
	src: url('./font/NanumGothic.eot');
	src: url('./font/NanumGothic.woff') format('woff');
}
/* 나눔바른고딕 */
@font-face {
	font-family: Nanum_BG;
	font-style: normal;
	font-weight: 400;
	src: url('./font/NanumBarunGothic.eot');
	src: url('./font/NanumBarunGothic.woff') format('woff');
}
/* 나눔바른고딕 Light */
@font-face {
	font-family: Nanum_BGL;
	font-style: normal;
	font-weight: 300;
	src: url('./font/NanumBarunGothicLight.eot');
	src: local(※), url('./font/NanumBarunGothicLight.woff') format('woff');
}
/* 나눔스퀘어 */
@font-face {
	font-family: Nanum_SR;
	font-style: normal;
	font-weight: 400;
	src: url('./font/NanumSquareR.eot');
	src: url('./font/NanumSquareR.woff') format('woff');
}
/* Open Sans Condensed Light */
@font-face {
	font-family: OpenSansCon;
	font-style: normal;
	font-weight: 300;
	src: url('./font/OpenSans-CondLight.eot');
	src: local(※), url('./font/OpenSans-CondLight.woff') format('woff');
}
/* Roboto CondensedLight */
@font-face {
	font-family: RobotoCon;
	font-style: normal;
	font-weight: 400;
	src: url('./font/RobotoCondensed-Light.eot');
	src: local(※), url('./font/RobotoCondensed-Light.woff') format('woff');
}
