@charset "utf-8";

/* 한국어 */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../css/NotoSansKR-Light-Hestia.eot'),
		 url('../css/NotoSansKR-Light-Hestia.eot?#iefix') format('embedded-opentype'),
		 url('../css/NotoSansKR-Light-Hestia.woff') format('woff'),
		 url('../css/NotoSansKR-Light-Hestia.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../css/NotoSansKR-Regular-Hestia.eot'),
		 url('../css/NotoSansKR-Regular-Hestia.eot?#iefix') format('embedded-opentype'),
		 url('../css/NotoSansKR-Regular-Hestia.woff') format('woff'),
		 url('../css/NotoSansKR-Regular-Hestia.otf') format('opentype');
}

body,h1,h2,h3,h4,h5,h6,p,div,li,dt,dd,input,textarea,button{font-family: 'Noto Sans','Nanum Gothic','Malgun Gothic',sans-serif;}