/* font-face */

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:100;
	src:url('ct-NotoSans-Thin.woff') format('woff');
}

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:200;
	src:url('ct-NotoSans-Light.woff') format('woff');
}

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:400;
	src:url('ct-NotoSans-Regular.woff') format('woff');
}

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:500;
	src:url('ct-NotoSans-Medium.woff') format('woff');
}

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:bold;
	src:url('ct-NotoSans-Bold.woff') format('woff');
}

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:900;
	src:url('ct-NotoSans-Black.woff') format('woff');
 }