/* font-face */
@font-face {
    font-family:"NanumBarunGothic";
    src: url("../../../../src/css/NanumBarunGothic.eot");
	src: 
	url("../../../../src/css/NanumBarunGothic.eot?#iefix") format("embedded-opentype"), 
	url("../../../../src/css/NanumBarunGothic.woff") format("woff"), 
	url("../../../../src/css/NanumBarunGothic.ttf") format("truetype");
}
@font-face {
    font-family:"NanumBarunGothicBold";
	src: url("../../../../src/css/NanumBarunGothicBold.eot");
    src: 
	url("../../../../src/css/NanumBarunGothicBold.eot?#iefix") format("embedded-opentype"), 
	url("../../../../src/css/NanumBarunGothicBold.woff") format("woff"), 
	url("../../../../src/css/NanumBarunGothicBold.ttf") format("truetype");
}
@font-face {
    font-family:"NanumBarunGothicLight";
	src: url("../../../../src/css/NanumBarunGothicLight.eot");
    src: 
	url("../../../../src/css/NanumBarunGothicLight.eot?#iefix") format("embedded-opentype"), 
	url("../../../../src/css/NanumBarunGothicLight.woff") format("woff"), 
	url("../../../../src/css/NanumBarunGothicLight.ttf") format("truetype");
}