@CHARSET "UTF-8";

@FONT-FACE {
	font-family: 'NanumBarunGothic';
	src: url('/smartLibrary/resources/fonts/NanumBarunGothic.eot'),
		 url('/smartLibrary/resources/fonts/NanumBarunGothic.woff') format('woff'),
		 url('/smartLibrary/resources/fonts/NanumBarunGothic.ttf') format('truetype');
	font-weight: normal;
	font-style:normal;
}

@FONT-FACE {
	font-family: 'NanumBarunGothicBold';
	src: url('/smartLibrary/resources/fonts/NanumBarunGothicBold.eot'),
		 url('/smartLibrary/resources/fonts/NanumBarunGothicBold.woff') format('woff'),
		 url('/smartLibrary/resources/fonts/NanumBarunGothicBold.ttf') format('truetype');
	font-weight: normal;
	font-style:normal;
}

body,div,p,ul,li{
	font-family: 'NanumBarunGothic',sans-serif;
}