@charset "utf-8";


/** noto sans kr **/
/** font-family: 'Noto Sans KR', serif; **/
/** 100 300 400 500 700 900 **/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css');

/* Campton */
@font-face {
    font-family: 'campton';
    font-weight: normal;
    font-style: normal;
    src: url('../webfonts/campton/Campton-LightDEMO.eot');
    src: url('../webfonts/campton/Campton-LightDEMO.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/campton/Campton-LightDEMO.woff2') format('woff2'),
    url('../webfonts/campton/Campton-LightDEMO.woff') format('woff'),
    url('../webfonts/campton/Campton-LightDEMO.ttf') format('truetype');
}
@font-face {
    font-family: 'camptonB';
    font-weight: normal;
    font-style: normal;
    src: url('../webfonts/campton/Campton-BoldDEMO.eot');
    src: url('../webfonts/campton/Campton-BoldDEMO.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/campton/Campton-BoldDEMO.woff2') format('woff2'),
    url('../webfonts/campton/Campton-BoldDEMO.woff') format('woff'),
    url('../webfonts/campton/Campton-BoldDEMO.ttf') format('truetype');
}


/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 100;
	src: url(../webfonts/Pretendard/Pretendard-Thin.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Thin.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: url(../webfonts/Pretendard/Pretendard-ExtraLight.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-ExtraLight.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-ExtraLight.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url(../webfonts/Pretendard/Pretendard-Light.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Light.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/Pretendard/Pretendard-Regular.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Regular.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url(../webfonts/Pretendard/Pretendard-Medium.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Medium.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url(../webfonts/Pretendard/Pretendard-SemiBold.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-SemiBold.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-SemiBold.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/Pretendard/Pretendard-Bold.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Bold.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: url(../webfonts/Pretendard/Pretendard-ExtraBold.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-ExtraBold.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-ExtraBold.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 900;
	src: url(../webfonts/Pretendard/Pretendard-Black.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Black.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Black.otf) format('opentype');
}