@charset "UTF-8";

@font-face{
	font-family: 'Noto Sans KR';
	font-weight: 200;
	src: url("fonts/NotoSansCJKkr-Light.woff2") format('woff2'),
	url("fonts/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
	font-family: 'Noto Sans KR';
	font-weight: 300;
	src: url("fonts/NotoSansCJKkr-DemiLight.woff2") format('woff2'),
	url("fonts/NotoSansCJKkr-DemiLight.woff") format('woff');
}
@font-face{
	font-family: 'Noto Sans KR';
	font-weight: 500;
	src: url("fonts/NotoSansCJKkr-Medium.woff2") format('woff2'),
	url("fonts/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
	font-family: 'Noto Sans KR';
	font-weight: 600;
	src: url("fonts/NotoSansCJKkr-Bold.woff2") format('woff2'),
	url("fonts/NotoSansCJKkr-Bold.woff") format('woff');
}