 @charset "utf-8";

/* Roboto */
@font-face {
	font-family:'Roboto';
	src: url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Thin.woff') format('woff'),
		url('../font/Roboto-Thin.ttf') format('truetype'),
		url('../font/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Light.woff') format('woff'),
		url('../font/Roboto-Light.ttf')  format('truetype'),
		url('../font/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family:'Roboto';
	src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../css/font/Roboto/Roboto-Regular.ttf') format('truetype'),
		url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight:500;
	font-style:normal;
}
@font-face {
	font-family:'Roboto';
	src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Medium.ttf') format('truetype'),
		url('../font/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight:600;
	font-style:normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Bold.ttf') format('truetype'),
		url('../font/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: 700;
	font-style:normal;
}

/* Noto Sans */
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:100;
	src: url('../font/NotoSansKR-thin.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-thin.woff') format('woff'),
		url('../font/NotoSansKR-thin.woff2') format('woff2'),
		url('../font/NotoSansKR-thin.ttf') format('truetype'),
		url('../font/NotoSansKR-thin.svg#NotoSansKR-thin') format('svg');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url('../font/NotoSansKR-light.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-light.woff') format('woff'),
		url('../font/NotoSansKR-light.woff2') format('woff2'),
		url('../font/NotoSansKR-light.ttf') format('truetype'),
		url('../font/NotoSansKR-light.svg#NotoSansKR-light') format('svg');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansKR-demilight.eot') format('embedded-opentype');
	src: url('../font/NotoSansKR-demilight.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-demilight.woff') format('woff'),
		url('../font/NotoSansKR-demilight.woff2') format('woff2'),
		url('../font/NotoSansKR-demilight.ttf') format('truetype'),
		url('../font/NotoSansKR-demilight.svg#NotoSansKR-demilight') format('svg');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NotoSansKR-regular.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-regular.woff') format('woff'),
		url('../font/NotoSansKR-regular.woff2') format('woff2'),
		url('../font/NotoSansKR-regular.ttf') format('truetype'),
		url('../font/NotoSansKR-regular.svg#NotoSansKR-regular') format('svg');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url('../font/NotoSansKR-medium.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-medium.woff') format('woff'),
		url('../font/NotoSansKR-medium.woff2') format('woff2'),
		url('../font/NotoSansKR-medium.ttf') format('truetype'),
		url('../font/NotoSansKR-medium.svg#NotoSansKR-medium') format('svg');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansKR-bold.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-bold.woff') format('woff'),
		url('../font/NotoSansKR-bold.woff2') format('woff2'),
		url('../font/NotoSansKR-bold.ttf') format('truetype'),
		url('../font/NotoSansKR-bold.svg#NotoSansKR-bold') format('svg');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 800;
	src: url('./font/NotoSansKR-black.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-black.woff') format('woff'),
		url('../font/NotoSansKR-black.woff2') format('woff2'),
		url('../font/NotoSansKR-black.ttf') format('truetype'),
		url('../font/NotoSansKR-black.svg#NotoSansKR-black') format('svg');
}

