
@charset 'utf-8';

/* ftp용량 절감을 위해 웹폰트 관련 경로를 변경하였습니다. 소스를 넘길 때는 webfont 폴더를 꼭 복사하시고 경로 변경 해주세요.*/
/* IE 9 이하버전에서는 font-weight: 800(extrabold)이 반영되지 않음. */


/* ●●●●●●●●●● 나눔고딕 */
@font-face {
	font-family: "NanumGothic";
	font-style: normal;
	font-weight: 300;
	src: url("webfont/NanumGothic-Light.eot");
	src: url("webfont/NanumGothic-Light.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumGothic-Light.woff2") format("woff2"), 
	url("webfont/NanumGothic-Light.woff") format("woff");
	/* url("webfont/NanumGothic-Regular.ttf") format("truetype"); */
}

@font-face {
	font-family: "NanumGothic";
	font-style: normal;
	font-weight: 400;
	src: url("webfont/NanumGothic-Regular.eot");
	src: url("webfont/NanumGothic-Regular.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumGothic-Regular.woff2") format("woff2"), 
	url("webfont/NanumGothic-Regular.woff") format("woff");
	/* url("webfont/NanumGothic-Regular.ttf") format("truetype"); */
}

@font-face {
	font-family: "NanumGothic";
	font-style: normal;
	font-weight: 500;
	src: url("webfont/NanumGothic-Bold.eot");
	src: url("webfont/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumGothic-Bold.woff2") format("woff2"), 
	url("webfont/NanumGothic-Bold.woff") format("woff"); 
	/* url("webfont/NanumGothic-Bold.ttf") format("truetype"); */
}

@font-face {
	font-family: "NanumGothic";
	font-style: normal;
	font-weight: 600;
	src: url("webfont/NanumGothic-Bold.eot");
	src: url("webfont/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumGothic-Bold.woff2") format("woff2"), 
	url("webfont/NanumGothic-Bold.woff") format("woff"); 
	/* url("webfont/NanumGothic-Bold.ttf") format("truetype"); */
}

@font-face {
	font-family: "NanumGothic";
	font-style: normal;
	font-weight: 700;
	src: url("webfont/NanumGothic-ExtraBold.eot");
	src: url("webfont/NanumGothic-ExtraBold.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumGothic-ExtraBold.woff2") format("woff2"), 
	url("webfont/NanumGothic-ExtraBold.woff") format("woff"); 
	/* url("webfont/NanumGothic-ExtraBold.ttf") format("truetype"); */
}


/* ●●●●●●●●●● 나눔바른고딕 */

@font-face {
	font-family: "NanumBarunGothic";
	font-style: normal;
	font-weight: 300;
	src: url("webfont/NanumBarunGothicWebUltraLight.eot");
	src: url("webfont/NanumBarunGothicWebUltraLight.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumBarunGothicWebUltraLight.woff") format("woff"); 
	/* url("webfont/NanumBarunGothicWebUltraLight.ttf") format("truetype"); */
}


@font-face {
	font-family: "NanumBarunGothic";
	font-style: normal;
	font-weight: 400;
	src: url("webfont/NanumBarunGothicWeb.eot");
	src: url("webfont/NanumBarunGothicWeb.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumBarunGothicWeb.woff") format("woff"); 
	/* url("webfont/NanumBarunGothicWeb.ttf") format("truetype") */
}

@font-face {
	font-family: "NanumBarunGothic";
	font-style: normal;
	font-weight: 600;
	src: url("webfont/NanumBarunGothicWebBold.eot");
	src: url("webfont/NanumBarunGothicWebBold.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumBarunGothicWebBold.woff") format("woff");
	/* url("webfont/NanumBarunGothicWebBold.ttf") format("truetype") */
}



/* ●●●●●●●●●● 나눔스퀘어 */

@font-face {
	font-family: "NanumSquare";
	font-style: normal;
	font-weight: 400;
	src: url("webfont/NanumSquareR.eot");
	src: url("webfont/NanumSquareR.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumSquareR.woff") format("woff");
	/* url("webfont/NanumBarunGothicWeb.ttf") format("truetype"); */
}

@font-face {
	font-family: "NanumSquare";
	font-style: normal;
	font-weight: 600;
	src: url("webfont/NanumSquareB.eot");
	src: url("webfont/NanumSquareB.eot?#iefix") format("embedded-opentype"), 
	url("webfont/NanumSquareB.woff") format("woff"); 
	/* url("webfont/NanumBarunGothicWebBold.ttf") format("truetype"); */
}






