@charset "utf-8";

/* 글씨체 */
@font-face{
	font-family:'NanumGothic';/*NanumGothic Light*/
	font-weight:300;
	src:url('/inc/font/t09/NanumGothicLight.eot') format('embedded-opentype');/*IE 호환성*/
	src:url('/inc/font/t09/NanumGothicLight.eot?#iefix') format('embeded-opentype'), /*ie 6 ~ 8*/
	url('/inc/font/t09/NanumGothicLight.ttf') format('truetype'),
	url('/inc/font/t09/NanumGothicLight.woff') format('woff'),
	url('/inc/font/t09/NanumGothicLight.woff2') format('woff2');
}
@font-face{
	font-family:'NanumGothic';/*NanumGothic Regular*/
	font-weight:400;
	src:url('/inc/font/t09/NanumGothic.eot') format('embedded-opentype');/*IE 호환성*/
	src:url('/inc/font/t09/NanumGothic.eot?#iefix') format('embeded-opentype'), /*ie 6 ~ 8*/
	url('/inc/font/t09/NanumGothic.ttf') format('truetype'),
	url('/inc/font/t09/NanumGothic.woff') format('woff'),
	url('/inc/font/t09/NanumGothic.woff2') format('woff2');
}
@font-face{
	font-family:'NanumGothic';/*NanumGothic Bold*/
	font-weight:700;
	src:url('/inc/font/t09/NanumGothicBold.eot') format('embedded-opentype');/*IE 호환성*/
	src:url('/inc/font/t09/NanumGothicBold.eot?#iefix') format('embeded-opentype'), /*ie 6 ~ 8*/
	url('/inc/font/t09/NanumGothicBold.ttf') format('truetype'),
	url('/inc/font/t09/NanumGothicBold.woff') format('woff'),
	url('/inc/font/t09/NanumGothicBold.woff2') format('woff2');
}
@font-face{
	font-family:'NanumGothic';/*NanumGothic ExtraBold*/
	font-weight:900;
	src:url('/inc/font/t09/NanumGothicExtraBold.eot') format('embedded-opentype');/*IE 호환성*/
	src:url('/inc/font/t09/NanumGothicExtraBold.eot?#iefix') format('embeded-opentype'), /*ie 6 ~ 8*/
	url('/inc/font/t09/NanumGothicExtraBold.ttf') format('truetype'),
	url('/inc/font/t09/NanumGothicExtraBold.woff') format('woff'),
	url('/inc/font/t09/NanumGothicExtraBold.woff2') format('woff2');
}