@charset "UTF-8";

/*------------------------------------*\
	FONT
\*------------------------------------*/

/* Proxima Nova - 300, 400, 500, 700 */
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:300;
	src:local(※),
		url('../font/Proxima-Nova-Light.woff') format('woff');
}
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:400;
	src:local(※),
		url('../font/Proxima-Nova-Regular.woff') format('woff');
}
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:500;
	src:local(※),
		url('../font/Proxima-Nova-Semibold.woff') format('woff');
}
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:700;
	src:local(※),
		url('../font/Proxima-Nova-Bold.woff') format('woff');
}

/* 본고딕 */
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:100;
	src:url('../font/NotoSansKR-Thin-Hestia.eot');
	src:local(※),
		url('../font/NotoSansKR-Thin-Hestia.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-Thin-Hestia.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:300;
	src:url('../font/NotoSansKR-Light-Hestia.eot');
	src:local(※),
		url('../font/NotoSansKR-Light-Hestia.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-Light-Hestia.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:400;
	src:url('../font/NotoSansKR-Regular-Hestia.eot');
	src:local(※),
		url('../font/NotoSansKR-Regular-Hestia.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-Regular-Hestia.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:500;
	src:url('../font/NotoSansKR-Medium-Hestia.eot');
	src:local(※),
		url('../font/NotoSansKR-Medium-Hestia.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-Medium-Hestia.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:700;
	src:url('../font/NotoSansKR-Bold-Hestia.eot');
	src:local(※),
		url('../font/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansKR-Bold-Hestia.woff') format('woff');
}

@font-face {
	font-family: 'ONE-Mobile-POP';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}