/* 노토산스 */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(/fonts/notoSansKR/NotoSansKR-Thin.woff2) format('woff2'),
	url(/fonts/notoSansKR/NotoSansKR-Thin.woff) format('woff'),
	url(/fonts/notoSansKR/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/notoSansKR/NotoSansKR-Light.woff2) format('woff2'),
	url(/fonts/notoSansKR/NotoSansKR-Light.woff) format('woff'),
	url(/fonts/notoSansKR/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/notoSansKR/NotoSansKR-Regular.woff2) format('woff2'),
	url(/fonts/notoSansKR/NotoSansKR-Regular.woff) format('woff'),
	url(/fonts/notoSansKR/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(/fonts/notoSansKR/NotoSansKR-Medium.woff2) format('woff2'),
	url(/fonts/notoSansKR/NotoSansKR-Medium.woff) format('woff'),
	url(/fonts/notoSansKR/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/notoSansKR/NotoSansKR-Bold.woff2) format('woff2'),
	url(/fonts/notoSansKR/NotoSansKR-Bold.woff) format('woff'),
	url(/fonts/notoSansKR/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(/fonts/notoSansKR/NotoSansKR-Black.woff2) format('woff2'),
	url(/fonts/notoSansKR/NotoSansKR-Black.woff) format('woff'),
	url(/fonts/notoSansKR/NotoSansKR-Black.otf) format('opentype');
}



/* Roboto(영문) */
@font-face {
	 font-family: 'Roboto';
	 font-style: normal;
	 font-weight: 400;
	 src: url(/fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
				url(/fonts/Roboto/Roboto-Regular.woff) format('woff'),
				url(/fonts/Roboto/Roboto-Regular.otf) format('opentype');
 }

 @font-face {
		font-family:'Roboto';
		font-style: normal;
		font-weight: 500;
		src: url(/fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
				 url(/fonts/Roboto/Roboto-Medium.woff) format('woff'),
				 url(/fonts/Roboto/Roboto-Medium.otf) format('opentype');
	}
