@charset "utf-8";
/* NotoSans web_font */
/* BEGIN Thin */

/* 디자인글꼴 |  2021-12 -23 */
/* font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; */

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Thin'),
	url(./font/pretendard/Pretendard-Thin.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-Thin.woff) format('woff'),
	url(./font/pretendard/Pretendard-Thin.ttf) format('truetype');
	font-weight: 100;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard ExtraLight),
	url(./font/pretendard/Pretendard-ExtraLight.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-ExtraLight.woff) format('woff'),
	url(./font/pretendard/Pretendard-ExtraLight.ttf) format('truetype');
	font-weight: 200;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard Light),
	url(./font/pretendard/Pretendard-Light.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-Light.woff) format('woff'),
	url(./font/pretendard/Pretendard-Light.ttf) format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard Regular),
	url(./font/pretendard/Pretendard-Regular.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-Regular.woff) format('woff'),
	url(./font/pretendard/Pretendard-Regular.ttf) format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard Medium),
	url(./font/pretendard/Pretendard-Medium.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-Medium.woff) format('woff'),
	url(./font/pretendard/Pretendard-Medium.ttf) format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard SemiBold),
	url(./font/pretendard/Pretendard-SemiBold.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-SemiBold.woff) format('woff'),
	url(./font/pretendard/Pretendard-SemiBold.ttf) format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard Bold),
	url(./font/pretendard/Pretendard-Bold.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-Bold.woff) format('woff'),
	url(./font/pretendard/Pretendard-Bold.ttf) format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard ExtraBold),
	url(./font/pretendard/Pretendard-ExtraBold.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-ExtraBold.woff) format('woff'),
	url(./font/pretendard/Pretendard-ExtraBold.ttf) format('truetype');
	font-weight: 800;
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-display: swap;
	src: local(Pretendard Black),
	url(./font/pretendard/Pretendard-Black.woff2) format('woff2'),
	url(./font/pretendard/Pretendard-Black.woff) format('woff'),
	url(./font/pretendard/Pretendard-Black.ttf) format('truetype');
	font-weight: 900;
}