@charset "utf-8";

/* ==================================================
	폰트
================================================== */
/* NanumSquareRound Light (300) */
@font-face {
  font-family: 'NanumSquareRound';
  src: url('font/nanumsquareround/NanumSquareRoundL.woff2') format('woff2'),
       url('font/nanumsquareround/NanumSquareRoundL.woff') format('woff'),
	   url('font/nanumsquareround/NanumSquareRoundL.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* NanumSquareRound Regular (400) */
@font-face {
  font-family: 'NanumSquareRound';
  src: url('font/nanumsquareround/NanumSquareRoundR.woff2') format('woff2'),
       url('font/nanumsquareround/NanumSquareRoundR.woff') format('woff'),
	   url('font/nanumsquareround/NanumSquareRoundR.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* NanumSquareRound Medium (500) → 동일 Regular 파일 사용 */
@font-face {
  font-family: 'NanumSquareRound';
  src: url('font/nanumsquareround/NanumSquareRoundR.woff2') format('woff2'),
       url('font/nanumsquareround/NanumSquareRoundR.woff') format('woff'),
	   url('font/nanumsquareround/NanumSquareRoundR.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* NanumSquareRound Bold (600) */
@font-face {
  font-family: 'NanumSquareRound';
  src: url('font/nanumsquareround/NanumSquareRoundB.woff2') format('woff2'),
       url('font/nanumsquareround/NanumSquareRoundB.woff') format('woff'),
	   url('font/nanumsquareround/NanumSquareRoundB.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* NanumSquareRound ExtraBold (700) */
@font-face {
  font-family: 'NanumSquareRound';
  src: url('font/nanumsquareround/NanumSquareRoundEB.woff2') format('woff2'),
       url('font/nanumsquareround/NanumSquareRoundEB.woff') format('woff'),
	   url('font/nanumsquareround/NanumSquareRoundEB.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


/* 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+ */
}