@charset "utf-8";

/* KBO */
@font-face {
	font-family: 'KBO';
	font-weight:300;
	src:url('../fonts/kbo/KBO_Dia_Gothic_light.ttf') format('truetype');
}
@font-face {
	font-family: 'KBO';
	font-weight:500;
	src:url('../fonts/kbo/KBO_Dia_Gothic_medium.ttf') format('truetype');
}
@font-face {
	font-family: 'KBO';
	font-weight:700;
	src:url('../fonts/kbo/KBO_Dia_Gothic_bold.ttf') format('truetype');
}


/* Pre */
@font-face {
	font-family: 'Pretendard';
	font-weight:100;
	src:url('../fonts/pre/Pretendard-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:200;
	src:url('../fonts/pre/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:300;
	src:url('../fonts/pre/Pretendard-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:400;
	src:url('../fonts/pre/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:500;
	src:url('../fonts/pre/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:600;
	src:url('../fonts/pre/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:700;
	src:url('../fonts/pre/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:800;
	src:url('../fonts/pre/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight:900;
	src:url('../fonts/pre/Pretendard-Black.ttf') format('truetype');
}