@charset "utf-8";

/* 프리텐다드 */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: url("font/Pretendard/Pretendard-Black.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: url("font/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("font/Pretendard/Pretendard-Bold.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("font/Pretendard/Pretendard-SemiBold.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("font/Pretendard/Pretendard-Medium.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("font/Pretendard/Pretendard-Regular.woff2") format("woff2"),
    url("woff/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("font/Pretendard/woff2/Pretendard-Light.woff2") format("woff2"),
    url("font/Pretendard/woff/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url("font/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url("font/Pretendard/Pretendard-Thin.woff2") format("woff2"),
    url("font/Pretendard/Pretendard-Thin.woff") format("woff");
}

/* G마켓산스 */
/* Light */
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("font/Gmarket/GmarketSansLight.otf") format("opentype");
}

/* Medium */
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("font/Gmarket/GmarketSansMedium.otf") format("opentype");
}

/* Bold */
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("font/Gmarket/GmarketSansBold.otf") format("opentype");
}

/* 나눔고딕 */
/* @font-face {
	font-family: 'NanumGothic';
	font-style: regular;
	font-weight: 400;
	src: url('../font/gothic/NanumGothic-Regular.eot');
	src: url('font/gothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), 
		url('font/gothic/NanumGothic-Regular.woff') format('woff'), 
		url('font/gothic/NanumGothic-Regular.woff2') format('woff2'),
		url('font/gothic/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'NanumGothic';
	font-style: bold;
	font-weight: 700;
	src: url('font/gothic/NanumGothic-Bold.eot');
	src: url('font/gothic/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/gothic/NanumGothic-Bold.woff') format('woff'),
		url('font/gothic/NanumGothic-Bold.woff2') format('woff2'),
		url('font/gothic/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'NanumGothic';
	font-style: extra bold;
	font-weight: 800;
	src: url('font/gothic/NanumGothic-ExtraBold.eot');
	src: url('font/gothic/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('font/gothic/NanumGothic-ExtraBold.woff') format('woff'),
		url('font/gothic/NanumGothic-ExtraBold.woff2') format('woff2'),
		url('font/gothic/NanumGothic-ExtraBold.ttf') format('truetype');
} */
