/*
 * WORK
 * [[ EMBEDED FONTS ]]
 * 2017-08-25 오후 14:06:35
 * ino7979@gmail.com 조인호
*/
@font-face{
	font-family: "WebNotoSans";
	src: url("../font/NotoSans-Regular.eot");
	src: url("../font/NotoSans-Regular.eot?#iefix")	format("embedded-opentype"),
		 url("../font/NotoSans-Regular.woff")		format("woff");
}

@font-face{
	font-family: "WebNotoSansL";
	src: url("../font/NotoSans-Light.eot");
	src: url("../font/NotoSans-Light.eot?#iefix") format("embedded-opentype"),
		 url("../font/NotoSans-Light.woff")		  format("woff");
}

@font-face{
	font-family: "WebNotoSansM";
	src: url("../font/NotoSans-Medium.eot");
	src: url("../font/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),
		 url("../font/NotoSans-Medium.woff")	   format("woff");
}

@font-face{
	font-family: "WebNotoSansB";
	src: url("../font/NotoSans-Bold.eot");
	src: url("../font/NotoSans-Bold.eot?#iefix")   format("embedded-opentype"),
		 url("../font/NotoSans-Bold.woff")		   format("woff");
}

@font-face{
	font-family: "NanumBarunGothic";
	src: url("../font/NanumBarunGothic.eot");
	src: url("../font/NanumBarunGothic.eot?#iefix")   format("embedded-opentype"),
		 url("../font/NanumBarunGothic.woff")		   format("woff");
}