/** Noto Sans KR :  Thin 100, Light 200, DemiLight 300, Regular 400, Medium 500, Bold 700, Black 900 **/
/** 구글 웹폰트 local 링크 때문에 서버에 올려서 사용 **/
/* @font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-Thin.woff2) format("woff2"), url(/font/notosans/NotoSans-Thin.woff) format("woff"), url(/font/notosans/NotoSans-Thin.otf) format("opentype");
	font-weight: 100;
	font-style: normal;
} */
 @font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-Light.woff2) format("woff2"), url(/font/notosans/NotoSans-Light.woff) format("woff"), url(/font/notosans/NotoSans-Light.otf) format("opentype");
	font-weight: 200;
	font-style: normal;
}
/* @font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-DemiLight.woff2) format("woff2"), url(/font/notosans/NotoSans-DemiLight.woff) format("woff"), url(/font/notosans/NotoSans-DemiLight.otf) format("opentype");
	font-weight: 300;
	font-style: normal;
} */
@font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-Regular.woff2) format("woff2"), url(/font/notosans/NotoSans-Regular.woff) format("woff"), url(/font/notosans/NotoSans-Regular.otf) format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-Medium.woff2) format("woff2"), url(/font/notosans/NotoSans-Medium.woff) format("woff"), url(/font/notosans/NotoSans-Medium.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-Bold.woff2) format("woff2"), url(/font/notosans/NotoSans-Bold.woff) format("woff"), url(/font/notosans/NotoSans-Bold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
}
/* @font-face {
	font-family: 'Noto Sans KR';
	src: url(/font/notosans/NotoSans-Black.woff2) format("woff2"), url(/font/notosans/NotoSans-Black.woff) format("woff"), url(/font/notosans/NotoSans-Black.otf) format("opentype");
	font-weight: 900;
	font-style: normal;
} */

/* Nanum Ghothic : Regular 300, Bold 500, ExtraBold 700 */
/* @font-face {
	font-family: 'NanumGothic';
	src: url(/font/nanum/NanumGothic-Regular.woff2) format("woff2"), url(/font/nanum/NanumGothic-Regular.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'NanumGothic';
	src: url(/font/nanum/NanumGothic-Bold.woff2) format("woff2"), url(/font/nanum/NanumGothic-Bold.woff) format("woff"), url(/font/nanum/NanumGothic-Bold.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'NanumGothic';
	src: url(/font/nanum/NanumGothic-ExtraBold.woff2) format("woff2"), url(/font/nanum/NanumGothic-ExtraBold.woff) format("woff"), url(/font/nanum/NanumGothic-ExtraBold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
} */