@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */

/* 폰트 용량이 커서 import 방식으로 수정 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* NotoSerifKR */
/* @font-face {
	font-family: "NotoSerifKR";
	font-weight: 900;
	font-display: swap;
	src: url("../font/NotoSerifKR-Black.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 800;
	font-display: swap;
	src: url("../font/NotoSerifKR-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 700;
	font-display: swap;
	src: url("../font/NotoSerifKR-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 600;
	font-display: swap;
	src: url("../font/NotoSerifKR-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 500;
	font-display: swap;
	src: url("../font/NotoSerifKR-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 400;
	font-display: swap;
	src: url("../font/NotoSerifKR-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 300;
	font-display: swap;
	src: url("../font/NotoSerifKR-Light.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 200;
	font-display: swap;
	src: url("../font/NotoSerifKR-ExtraLight.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifKR";
	font-weight: 100;
	font-display: swap;
	src: url("../font/NotoSerifKR-ExtraLight.ttf") format("truetype");
} */

/* Pretendard */
/* @font-face {
	font-family: "Pretendard";
	font-weight: 900;
	font-display: swap;
	src: url("../font/Pretendard-Black.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 800;
	font-display: swap;
	src: url("../font/Pretendard-ExtraBold.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 700;
	font-display: swap;
	src: url("../font/Pretendard-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 600;
	font-display: swap;
	src: url("../font/Pretendard-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 500;
	font-display: swap;
	src: url("../font/Pretendard-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 400;
	font-display: swap;
	src: url("../font/Pretendard-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 300;
	font-display: swap;
	src: url("../font/Pretendard-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 200;
	font-display: swap;
	src: url("../font/Pretendard-ExtraLight.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 100;
	font-display: swap;
	src: url("../font/Pretendard-Thin.woff2") format("woff2");
} */

