/* Noto Sans CJK KR */ 
@font-face {
	font-family: 'noto';
	font-weight: 100;	
	src: url(../etc/NotoSansKR-Thin.woff2) format('woff2'),
			url(../etc/NotoSansKR-Thin.woff) format('woff'),
			url(../etc/NotoSansKR-Thin.ttf) format('truetype'),
			url(../etc/NotoSansKR-Thin.svg#noto_sans_krthin) format('svg');
}
@font-face {
	font-family: 'noto';
	font-weight: 200;	
	src: url(../etc/NotoSansKR-Light.woff2) format('woff2'),
			url(../etc/NotoSansKR-Light.woff) format('woff'),
			url(../etc/NotoSansKR-Light.ttf) format('truetype'),
			url(../etc/NotoSansKR-Light.svg#noto_sans_krlight) format('svg');
}
@font-face {
	font-family: 'noto';
	font-weight: 400;	
	src: url(../etc/NotoSansKR-Regular.woff2) format('woff2'),
			url(../etc/NotoSansKR-Regular.woff) format('woff'),
			url(../etc/NotoSansKR-Regular.ttf) format('truetype'),
			url(../etc/NotoSansKR-Regular.svg#noto_sans_kr_regularregular) format('svg');
}
@font-face {
	font-family: 'noto';
	font-weight: 500;	
	src: /*url("../etc/NotoSans-MediumKR.woff2") format('woff2'),*/
			url(../etc/NotoSansKR-Medium.woff) format('woff'),
			url(../etc/NotoSansKR-Medium.ttf) format('truetype'),
			url(../etc/NotoSansKR-Medium.svg#noto_sans_krmedium) format('svg');
}
@font-face {
	font-family: 'notosans';
	font-weight: 500;	
	src: url("../etc/NotoSans-Medium.woff2") format('woff2'),
			url(../etc/NotoSansKR-Medium.woff) format('woff'),
			url(../etc/NotoSansKR-Medium.ttf) format('truetype'),
			url(../etc/NotoSansKR-Medium.svg#noto_sans_krmedium) format('svg');
}

@font-face {
	font-family: 'noto';
	font-weight: 700;	
	src: url(../etc/NotoSansKR-Bold.woff2) format('woff2'),
			url(../etc/NotoSansKR-Bold.woff) format('woff'),
			url(../etc/NotoSansKR-Bold.ttf) format('truetype'),
			url(../etc/NotoSansKR-Bold.svg#noto_sans_krbold) format('svg');
}
@font-face {
	font-family: 'noto';
	font-weight: 900;	
	src: url(../etc/NotoSansKR-Black.woff2) format('woff2'),
			url(../etc/NotoSansKR-Black.woff) format('woff'),
			url(../etc/NotoSansKR-Black.ttf) format('truetype'),
			url(../etc/NotoSansKR-Black.svg#noto_sans_krblack) format('svg');
}
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(path/to/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
			local('MaterialIcons-Regular'),
			url(path/to/MaterialIcons-Regular.woff2) format('woff2'),
			url(path/to/MaterialIcons-Regular.woff) format('woff'),
			url(path/to/MaterialIcons-Regular.ttf) format('truetype');
	}