@charset 'utf-8';

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('../../fonts/notokr-thin.woff') format('woff'),
	url('../../fonts/notokr-thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 200;
	src: url('../../fonts/notokr-light.woff') format('woff'),
	url('../../fonts/notokr-light.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('../../fonts/notokr-regular.woff') format('woff'),
	url('../../fonts/notokr-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/notokr-medium.woff') format('woff'),
	url('../../fonts/notokr-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/notokr-bold.woff') format('woff'),
	url('../../fonts/notokr-bold.ttf') format('truetype');
}

/*G-MARKET*/
@font-face {
	font-family: 'Gmarket';
	font-style: normal;
	font-weight: 200;
	src: url('../../fonts/GmarketSansTTFLight.woff') format('woff'),
	url('../../fonts/GmarketSansTTFLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Gmarket';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/GmarketSansTTFMedium.woff') format('woff'),
	url('../../fonts/GmarketSansTTFMedium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gmarket';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/GmarketSansTTFBold.woff') format('woff'),
	url('../../fonts/GmarketSansTTFBold.ttf') format('truetype');
}