@charset "utf-8";

/* pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: 
	url('../fonts/Pretendard/Pretendard-Thin.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: 
	url('../fonts/Pretendard/Pretendard-ExtraLight.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: 
	url('../fonts/Pretendard/Pretendard-Light.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: 
	url('../fonts/Pretendard/Pretendard-Regular.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: 
	url('../fonts/Pretendard/Pretendard-Medium.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: 
	url('../fonts/Pretendard/Pretendard-SemiBold.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: 
	url('../fonts/Pretendard/Pretendard-Bold.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: 
	url('../fonts/Pretendard/Pretendard-ExtraBold.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: 
	url('../fonts/Pretendard/Pretendard-Black.woff') format('woff'),
	url('../fonts/Pretendard/Pretendard-Black.ttf') format('truetype');
}

/* SUIT */
@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: 
	url('../fonts/SUIT/SUIT-Thin.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: 
	url('../fonts/SUIT/SUIT-ExtraLight.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: 
	url('../fonts/SUIT/SUIT-Light.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: 
	url('../fonts/SUIT/SUIT-Regular.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: 
	url('../fonts/SUIT/SUIT-Medium.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: 
	url('../fonts/SUIT/SUIT-SemiBold.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: 
	url('../fonts/SUIT/SUIT-Bold.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: 
	url('../fonts/SUIT/SUIT-ExtraBold.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: 
	url('../fonts/SUIT/SUIT-Heavy.woff2') format('woff2'),
	url('../fonts/SUIT/SUIT-Heavy.ttf') format('truetype');
}

*{font-family: 'Pretendard';}
body{font-weight:400;color:#5E5E5E;}