@charset "utf-8";


@font-face { 
	font-family:'NanumBarunGothic';
	src:url('/fonts/notokr-regular.eot'); 
	src:url('/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'), /* ie6, 7, 8 적용 embedded-opentype 8, 9 적용 */
		url('/fonts/notokr-regular.woff') format('woff'), /* ie 제외한 나머지 */
		url('/fonts/notokr-regular.ttf') format('truetype');
		/*url('/font/NaunmBarunGothic.svg#NanumGothic') format('svg');*/ /* 모바일 브라우저를 위해서 */
	font-weight:normal;
	font-style:normal;
}
@font-face { 
	font-family:'notokr-bold';
	src:url('/fonts/notokr-bold.eot'); 
	src:url('/fonts/notokr-bold.eot?#iefix') format('embedded-opentype'), /* ie6, 7, 8 적용 embedded-opentype 8, 9 적용 */
		url('/fonts/notokr-bold.woff') format('woff'), /* ie 제외한 나머지 */
		url('/fonts/notokr-bold.ttf') format('truetype');
		/*url('/font/NaunmBarunGothic.svg#NanumGothic') format('svg');*/ /* 모바일 브라우저를 위해서 */
	font-weight:normal;
	font-style:normal;
}

