@charset "utf-8";

/* 한국어 */

@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	src: url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Light-Hestia.eot"),
		 url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Light-Hestia.eot?#iefix") format("embedded-opentype"),
		 url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Light-Hestia.woff") format("woff"),
		 url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Light-Hestia.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 700;
	src: url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Regular-Hestia.eot"),
		 url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Regular-Hestia.eot?#iefix") format("embedded-opentype"),
		 url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Regular-Hestia.woff") format("woff"),
		 url("/img_up/_addon/_webFont/NotoSansKR-Hestia/NotoSansKR-Regular-Hestia.otf") format("opentype");
}

body,h1,h2,h3,h4,h5,h6,p,div,li,dt,dd,input,textarea,button{font-family: "SUIT","Noto Sans","Nanum Gothic","Malgun Gothic",sans-serif;}
