@charset "utf-8";

/* Pretendard */
@font-face {
  font-family: 'Pretendard';
  /* font-style: normal; */
  font-weight: 300;
  src: url('../font/Pretendard-Light.ttf') format('truetype');
  src: local(''),
      url('../font/Pretendard/woff2/Pretendard-Light.woff2') format('woff2'), /* Super Modern Browsers */ 
      url('../font/Pretendard/woff/Pretendard-Light.woff') format('woff'), /* Modern Browsers */
      url('../font/Pretendard-Light.ttf') format('ttf'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Pretendard';
  /* font-style: normal; */
  font-weight: 400;
  src: url('../font/Pretendard-Regular.ttf') format('truetype');
  src: local(''),
      url('../font/Pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), /* Super Modern Browsers */ 
      url('../font/Pretendard/woff/Pretendard-Regular.woff') format('woff'), /* Modern Browsers */
      url('../font/Pretendard-Regular.ttf') format('ttf'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Pretendard';
  /* font-style: normal; */
  font-weight: 500;
  src: url('../font/Pretendard-Medium.ttf') format('truetype');
  src: local(''),
      url('../font/Pretendard/woff2/Pretendard-Medium.woff2') format('woff2'), /* Super Modern Browsers */ 
      url('../font/Pretendard/woff/Pretendard-Medium.woff') format('woff'), /* Modern Browsers */
      url('../font/Pretendard-Medium.ttf') format('ttf'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Pretendard';
  /* font-style: normal; */
  font-weight: 600;
  src: url('../font/Pretendard-SemiBold.ttf') format('truetype');
  src: local(''),
      url('../font/Pretendard/woff2/Pretendard-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ 
      url('../font/Pretendard/woff/Pretendard-SemiBold.woff') format('woff'), /* Modern Browsers */
      url('../font/Pretendard-SemiBold.ttf') format('ttf'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Pretendard';
  /* font-style: normal; */
  font-weight: 700;
  src: url('../font/Pretendard-Bold.ttf') format('truetype');
  src: local(''),
      url('../font/Pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), /* Super Modern Browsers */ 
      url('../font/Pretendard/woff/Pretendard-Bold.woff') format('woff'), /* Modern Browsers */
      url('../font/Pretendard-Bold.ttf') format('ttf'), /* Safari, Android, iOS */
}

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../font/Montserrat-Bold.ttf') format('truetype');
}


/* Environment 환경체 */
@font-face {
  font-family: 'Environment';
  src: url('../font/Environment-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Environment';
  src: url('../font/Environment-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SEBANG_Gothic';
  src: url('../font/SEBANG-Gothic.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SEBANG_Gothic';
  src: url('../font/SEBANG-Gothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* g마켓산스 */
@font-face {
	font-family: 'GmarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}