/*
@font-face {
	font-family:"nanum";
	src:url("../fonts/NanumGothic.eot");
	src:url("../fonts/NanumGothic.eot?#iefix") format("embedded-opentype"),
	    url("../fonts/NanumGothic.woff") format("woff");
	src:url("../fonts/NanumGothic.ttf") format('truetype');
}
@font-face {
	font-family:"nanumB";
	src:url("../fonts/NanumGothicBold.eot");
	src:url("../fonts/NanumGothicBold.eot?#iefix") format("embedded-opentype"),
	    url("../fonts/NanumGothicBold.woff") format("woff");
    src:url("../fonts/NanumGothicBold.ttf") format('truetype');
}
@font-face {
	font-family:"nanumMJ";
	src:url("../fonts/NanumMyeongjo.eot");
	src:url("../fonts/NanumMyeongjo.eot?#iefix") format("embedded-opentype"),
	    url("../fonts/NanumMyeongjo.woff") format("woff");
}
*/
/* 폰트 구글에서 불러오도록 변경 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
font-family: 'Noto Sans KR', sans-serif;
