/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'NotoSansKR Thin';
	font-style: normal;
	font-weight: 100;
	src: url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Thin.woff2) format('woff2'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Thin.woff) format('woff'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansKR Light';
	font-style: normal;
	font-weight: 300;
	src: url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Light.woff2) format('woff2'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Light.woff) format('woff'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansKR Regular';
	font-style: normal;
	font-weight: 400;
	src: url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Regular.woff2) format('woff2'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Regular.woff) format('woff'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansKR Medium';
	font-style: normal;
	font-weight: 500;
	src: url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Medium.woff2) format('woff2'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Medium.woff) format('woff'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansKR Bold';
	font-style: normal;
	font-weight: 700;
	src: url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Bold.woff2) format('woff2'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Bold.woff) format('woff'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansKR Black';
	font-style: normal;
	font-weight: 900;
	src: url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Black.woff2) format('woff2'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Black.woff) format('woff'),
	url(/ko/mobile/assets/fonts/NotoSansKR/NotoSansKR-Black.otf) format('opentype');
}