@charset "utf-8";

/* font*/
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url('../font/Pretendard-Light.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('../font/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('../font/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url('../font/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'OneShinhan';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../font/OneShinhanLight.woff') format('woff');
}
@font-face {
	font-family: 'OneShinhan';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('../font/OneShinhanMedium.woff') format('woff');
}
@font-face {
	font-family: 'OneShinhan';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url('../font/OneShinhanBold.woff') format('woff');
}
