@charset "utf-8";

/* ==================================================
	폰트
================================================== */

/*엘리스*/
@import url("https://font.elice.io/css?family=Elice+DX+Neolli");

/* Noto_Sans */
@font-face {
	font-family: 'Noto_Sans_SC';
	font-weight: 400;
	font-display: swap;
	src: local('Noto_Sans_SC Regular'), url('font/Noto_Sans/Noto_Sans_SC_Regular.woff') format('woff2'), url('font/Noto_Sans/Noto_Sans_SC_Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto_Sans_SC';
	font-weight: 400;
	font-display: swap;
	src: local('Noto_Sans_SC Regular'), url('font/Noto_Sans/Noto_Sans_SC_Regular.woff') format('woff2'), url('font/Noto_Sans/Noto_Sans_SC_Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto_Sans_SC';
	font-weight: 700;
	font-display: swap;
	src: local('Noto_Sans_SC Bold'), url('font/Noto_Sans/Noto_Sans_SC_Bold.woff') format('woff2'), url('font/Noto_Sans/Noto_Sans_SC_Bold.woff') format('woff');
}

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('font/pretendard/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('font/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('font/pretendard/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('font/pretendard/woff2/Pretendard-Medium.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('font/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('font/pretendard/woff2/Pretendard-Light.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Light.woff') format('woff');
}

/* nanum-gothic-coding-regular - korean_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Nanum Gothic Coding';
	font-style: normal;
	font-weight: 400;
	src: url('font/nanum/nanum-gothic-coding-v19-korean_latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('font/nanum/nanum-gothic-coding-v19-korean_latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/nanum/nanum-gothic-coding-v19-korean_latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/nanum/nanum-gothic-coding-v19-korean_latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('font/nanum/nanum-gothic-coding-v19-korean_latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/nanum/nanum-gothic-coding-v19-korean_latin-regular.svg#NanumGothicCoding') format('svg');
	/* Legacy iOS */
}

/* outfit-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	src: url('font/outfit/outfit-v11-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 500;
	src: url('font/outfit/outfit-v11-latin-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	src: url('font/outfit/outfit-v11-latin-600.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	src: url('font/outfit/outfit-v11-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-800 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 800;
	src: url('font/outfit/outfit-v11-latin-800.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* anta-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	src: url('font/anta/anta-v1-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}