@charset "utf-8";

/*********** 에스코어드림 font-family: 'S-CoreDream'; ************/
/* @font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/S-CoreDream-1Thin.woff') format('woff');
} */
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.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://fastly.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://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}