@font-face{
	font-family:'Noto Sans KR'; /* DemiLight */
	font-weight:300;
	src:local('Noto Sans KR'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-DemiLight.woff2') format('woff2'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-DemiLight.woff') format('woff'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-DemiLight.otf') format('opentype');
}

@font-face{
	font-family:'Noto Sans KR'; /* Regular */
	font-weight:400;
	src:local('Noto Sans KR'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Regular.woff2') format('woff2'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Regular.woff') format('woff'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Regular.otf') format('opentype');
}

@font-face{
	font-family:'Noto Sans KR'; /* Medium */
	font-weight:500;
	src:local('Noto Sans KR'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Medium.woff2') format('woff2'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Medium.woff') format('woff'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Medium.otf') format('opentype');
}

@font-face{
	font-family:'Noto Sans KR'; /* Bold */
	font-weight:600;
	src:local('Noto Sans KR'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Bold.woff2') format('woff2'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Bold.woff') format('woff'),
		url('/assets/hpg/asp/cmn/fonts/NotoSansKR-Bold.otf') format('opentype');
}

body,body.fonts-loaded,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,tbody,tfoot,thead,th,td,button{font:500 14px/1.5 "Noto Sans KR", "Malgun Gothic", Dotum, Gulim, Arial, sans-serif;}
