/*
NotoSans (cn, tw어권 사용중)
*/

@font-face {
	font-family:'NotoSansSC';
	font-style:normal;
	font-weight: 300;
	font-display: swap;
	src: url('tc/NotoSansSC-Thin.woff2') format('woff2'), url('tc/NotoSansSC-Thin.woff') format('woff');			
}

@font-face {
	font-family:'NotoSansSC';
	font-style:normal;
	font-weight: 400;
	font-display: swap;
	src: url('tc/NotoSansSC-Regular.woff2') format('woff2'), url('tc/NotoSansSC-Regular.woff') format('woff');
}


@font-face {
	font-family:'NotoSansSC';
	font-style:normal;
	font-weight: 500;
	font-display: swap;
	src: url('tc/NotoSansSC-Medium.woff2') format('woff2'), url('tc/NotoSansSC-Medium.woff') format('woff');
}

@font-face {
	font-family:'NotoSansSC';
	font-style:normal;
	font-weight: 700;
	font-display: swap;
	src: url('tc/NotoSansSC-Bold.woff2') format('woff2'), url('tc/NotoSansSC-Bold.woff') format('woff');
}

@font-face {
	font-family:'NotoSansSC';
	font-style:normal;
	font-weight: bold;
	font-display: swap;
	src: url('tc/NotoSansSC-Black.woff2') format('woff2'), url('tc/NotoSansSC-Black.woff') format('woff');
}

/* 사용안하는중
@font-face {
	font-family:'NotoSansTC';
	font-style:normal;
	font-weight: 300;
	src: url('./tc/NotoSansTC-Thin.woff2') format('woff2'), url('./tc/NotoSansTC-Thin.woff') format('woff');
}

@font-face {
	font-family:'NotoSansTC';
	font-style:normal;
	font-weight: 400;;
	src: url('./tc/NotoSansTC-Regular.woff2') format('woff2'), url('./tc/NotoSansTC-Regular.woff') format('woff');
}


@font-face {
	font-family:'NotoSansTC';
	font-style:normal;
	font-weight: 500;
	src: url('./tc/NotoSansTC-Medium.woff2') format('woff2'), url('./tc/NotoSansTC-Medium.woff') format('woff');
}

@font-face {
	font-family:'NotoSansTC';
	font-style:normal;
	font-weight: 700;
	src: url('./tc/NotoSansTC-Bold.woff2') format('woff2'), url('./tc/NotoSansTC-Bold.woff') format('woff');
}

@font-face {
	font-family:'NotoSansTC';
	font-style:normal;
	font-weight: bold;
	src: url('./tc/NotoSansTC-Black.woff2') format('woff2'), url('./tc/NotoSansTC-Black.woff') format('woff');
}
*/


body, input, textarea, select, button, table { font-family:'NotoSansSC', 'Malgun_gothic', 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
body > .sub {font-family:'NotoSansSC', 'Malgun_gothic', 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif !important;}