@charset "utf-8";

/* -------- NOTO -------- */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src : url(../_font/100/NotoSansKR-Thin.woff2) format('woff2'),
		url(../_font/100/NotoSansKR-Thin.woff) format('woff'),
		url(../_font/100/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src : url(../_font/300/NotoSansKR-Light.woff2) format('woff2'),
		url(../_font/300/NotoSansKR-Light.woff) format('woff'),
		url(../_font/300/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src : url(../_font/400/NotoSansKR-Regular.woff2) format('woff2'),
		url(../_font/400/NotoSansKR-Regular.woff) format('woff'),
		url(../_font/400/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src : url(../_font/500/NotoSansKR-Medium.woff2) format('woff2'),
		url(../_font/500/NotoSansKR-Medium.woff) format('woff'),
		url(../_font/500/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src : url(../_font/700/NotoSansKR-Bold.woff2) format('woff2'),
		url(../_font/700/NotoSansKR-Bold.woff) format('woff'),
		url(../_font/700/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src : url(../_font/900/NotoSansKR-Black.woff2) format('woff2'),
		url(../_font/900/NotoSansKR-Black.woff) format('woff'),
		url(../_font/900/NotoSansKR-Black.otf) format('opentype');
}
