@charset "utf-8";
/* poppins-100 - latin */
/**/
@font-face {
	font-family: "Pretendard";
	src: url('./pretendard/Pretendard-Light.eot');
	src: url('./pretendard/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
	 url('./pretendard/Pretendard-Light.woff2') format('woff2'),
	  url('./pretendard/Pretendard-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url('./pretendard/Pretendard-Regular.eot');
	src: url('./pretendard/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
	 url('./pretendard/Pretendard-Regular.woff2') format('woff2'),
	  url('./pretendard/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url('./pretendard/Pretendard-Medium.eot');
	src: url('./pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
	 url('./pretendard/Pretendard-Medium.woff2') format('woff2'),
	  url('./pretendard/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./pretendard/Pretendard-SemiBold.eot');
    src: url('./pretendard/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('./pretendard/Pretendard-SemiBold.woff') format('woff'),
        url('./pretendard/Pretendard-SemiBold.ttf') format("truetype");
	font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url('./pretendard/Pretendard-Bold.eot');
	src: url('./pretendard/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
		url('./pretendard/Pretendard-Bold.woff2') format('woff2'),
		url('./pretendard/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url('./pretendard/Pretendard-Black.eot');
	src: url('./pretendard/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
		url('./pretendard/Pretendard-Black.woff2') format('woff2'),
		url('./pretendard/Pretendard-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}