@charset "UTF-8";

/* CJK */
@font-face{
	font-family:'CJK';
	font-weight: 600;
	src:url("../font/NotoSansCJKkr-Bold.woff2") format('woff2'),
	url("../font/NotoSansCJKkr-Bold.woff") format('woff');
}
@font-face{
	font-family:'CJK';
	font-weight: 400;
	src:url("../font/NotoSansCJKkr-Regular.woff2") format('woff2'),
	url("../font/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
	font-family:'CJK';
	font-weight: 200;
	src:url("../font/NotoSansCJKkr-Light.woff2") format('woff2'),
	url("../font/NotoSansCJKkr-Light.woff") format('woff');
}

/* Lato */
@font-face{
	font-family:'Lato';
	font-weight: 200;
	src:url("../font/Lato-Light.woff2") format('woff2'),
	url("../font/Lato-Light.woff") format('woff');
}