@charset "utf-8";

@font-face{/* NotoSans Regular */
	font-family:"NS";
	font-weight:normal;
	src:local(※), url(../fonts/lang/NotoSans-Regular.woff) format('woff');
}

@font-face{/* 노토산스-에이전시 메뉴 한글 지원 용도 */
	font-family:"NotoKR";
	font-weight:normal;
	src:local(※), url(../fonts/lang/NotoSansKR-Regular.woff) format('woff');
}

/* font */
body,pre,input,select,textarea,button,dl,dt,dd {font-family:"NS","Arial","NotoKR",sans-serif;}