@charset "utf-8";

/* Pretendard */ 
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
	font-style: normal;
    src: url('/font/Pretendard-Thin.otf') format('otf'),
		url('/font/Pretendard-Thin.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
	font-style: normal;
    src: url('/font/Pretendard-ExtraLight.otf') format('otf'),
		 url('/font/Pretendard-ExtraLight.woff') format('woff')
	;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
	font-style: normal;
    src: url('/font/Pretendard-Light.otf') format('otf'),
		 url('/font/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
	font-style: normal;
	src: url('/font/Pretendard-Regular.otf') format('otf'),
		url('/font/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
	font-style: normal;
    src: url('/font/Pretendard-Medium.otf') format('otf'),
		url('/font/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
	font-style: normal;
    src: url('/font/Pretendard-SemiBold.otf') format('otf'),
	url('/font/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
	font-style: normal;
    src: url('/font/Pretendard-Bold.otf') format('otf'),
		 url('/font/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
	font-style: normal;
    src: url('/font/Pretendard-ExtraBold.otf') format('otf'),
		url('/font/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
	font-style: normal;
    src: url('/font/Pretendard-Black.otf') format('otf'),
		url('/font/Pretendard-Black.woff') format('woff');
}


/* CodecCold */
@font-face {
    font-family: "CodecCold";
    font-weight: 100;
	font-style: normal;
    src: url('/font/Codec-Cold-Thin-trial.ttf') format('truetype');
}
@font-face {
    font-family: "CodecCold";
    font-weight: 200;
	font-style: normal;
    src: url('/font/Codec-Cold-Extralight-trial.ttf') format('truetype');
}
@font-face {
    font-family: "CodecCold";
    font-weight: 300;
	font-style: normal;
    src: url('/font/Codec-Cold-Light-trial.ttf') format('truetype');
}
@font-face {
    font-family: "CodecCold";
    font-weight: 400;
	font-style: normal;
    src: url('/font/Codec-Cold-Regular-trial.ttf') format('truetype');
}
@font-face {
    font-family: "CodecCold";
    font-weight: 700;
	font-style: normal;
    src: url('/font/Codec-Cold-Bold-trial.ttf') format('truetype');
}
@font-face {
    font-family: "CodecCold";
    font-weight: 800;
	font-style: normal;
    src: url('/font/Codec-Cold-ExtraBold-trial.ttf') format('truetype');
}
@font-face {
    font-family: "CodecCold";
    font-weight: 900;
	font-style: normal;
    src: url('/font/Codec-Cold-Heavy-trial.ttf') format('truetype');
}

/*Manrope*/
@font-face {
    font-family: "Manrope";
    font-weight: 700;
	font-style: normal;
    src: url('/font/Manrope-Bold.ttf') format('truetype');
}