/* 
 * 사용 폰트 정의는 여기에 통합
 * @import url(font.css);로 호출함. 
 */
 
 
/* 나눔고딕 
@font-face {
	font-family: Nanum_Go;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/NanumGothic.eot');
	src: url('/fonts/NanumGothic.woff') format('woff');
}
*/

/* 나눔고딕 구글에서 가져옴*/
@font-face {
  font-family: Nanum_Go;
  font-style: normal;
  font-weight: 400;
  src: local('NanumGothic'), url(https://fonts.gstatic.com/s/nanumgothic/v13/PN_3Rfi-oW3hYwmKDpxS7F_z-7r_xFtIsPV5MbNOyrVj67GNc972x-dpix2LdhN-iTB6aWWhDX3G.0.woff2) format('woff2');
  unicode-range: U+f9ca-fa0b, U+ff03-ff05, U+ff07, U+ff0a-ff0b, U+ff0d-ff19, U+ff1b, U+ff1d, U+ff20-ff5b, U+ff5d, U+ffe0-ffe3, U+ffe5-ffe6;
}
/* 나눔바른고딕 */
@font-face {
	font-family: Nanum_BGo;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/NanumBarunGothicLight.eot');
	src: url('/fonts/NanumBarunGothicLight.woff') format('woff');
}
/* 나눔스퀘어 R  */
@font-face {
	font-family: Nanum_SR;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/NanumSquareR.eot');
	src: url('/fonts/NanumSquareR.woff') format('woff');
}
/* 나눔스퀘어라운드 R  */
@font-face {
	font-family: Nanum_SRR;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/NanumSquareRoundR.eot');
	src: url('/fonts/NanumSquareRoundR.woff') format('woff');
}
/* 지마켓 산스 M  */
@font-face {
	font-family: Gmarket_S_M;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/GmarketSansMedium.eot');
	src: url('/fonts/GmarketSansMedium.woff') format('woff');
}
/* 지마켓 산스 B  */
@font-face {
	font-family: Gmarket_S_B;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/GmarketSansBold.eot');
	src: url('/fonts/GmarketSansBold.woff') format('woff');
}
/* 지마켓 산스 L  */
@font-face {
	font-family: Gmarket_S_L;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/GmarketSansLight.eot');
	src: url('/fonts/GmarketSansLight.woff') format('woff');
}

/* Black Han Sans */
/* font-family: 'Black Han Sans', sans-serif; */
