/* Pretendard 폰트설정 */
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('../font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('../font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('../font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('../font/Pretendard-Bold.woff2') format('woff2');
}

* {margin: 0; padding: 0; box-sizing: border-box;}
ul {list-style: none;}
a {text-decoration: none; color: inherit;}
img {max-width: 100%; vertical-align: top;}
picture {max-width: 100%; vertical-align: top;}
body {font-family: 'Pretendard', 'sans-serif'; color: var(--color-gray-0);}