@charset "utf-8";
/* -------------------------------- 
 * Author	:  Son Hyun Kyung
 * -------------------------------- */

*  {
  font-family: 'GmarketSans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


@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-display: swap;
}

@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-display: swap;
}

@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-display: swap;
}


/* 로컬폰트 현재없음*/
/* GmarketSans Light */
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('../font/GmarketSans/GmarketSansLight.eot');
    src: url('../font/GmarketSans/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('../font/GmarketSans/GmarketSansLight.woff2') format('woff2'),
         url('../font/GmarketSans/GmarketSansLight.woff') format('woff'),
         url('../font/GmarketSans/GmarketSansLight.otf') format('truetype'),
         url('../font/GmarketSans/GmarketSansTTFLight.ttf') format('truetype');
    font-display: swap;
}
/* GmarketSans Medium */
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('../font/GmarketSans/GmarketSansMedium.eot');
    src: url('../font/GmarketSans/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('../font/GmarketSans/GmarketSansMedium.woff2') format('woff2'),
         url('../font/GmarketSans/GmarketSansMedium.woff') format('woff'),
         url('../font/GmarketSans/GmarketSansMedium.otf') format('truetype'),
         url('../font/GmarketSans/GmarketSansTTFMedium.ttf') format('truetype');
    font-display: swap;
}
/* GmarketSans Bold */
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('../font/GmarketSans/GmarketSansBold.eot');
    src: url('../font/GmarketSans/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('../font/GmarketSans/GmarketSansBold.woff2') format('woff2'),
         url('../font/GmarketSans/GmarketSansBold.woff') format('woff'),
         url('../font/GmarketSans/GmarketSansBold.otf') format('truetype'),
         url('../font/GmarketSans/GmarketSansTTFBold.ttf') format('truetype');
    font-display: swap;
}



/* CDN불러오기 */
/* GmarketSans Light */
@font-face {
  font-family: 'GmarketSans';
  font-weight: 300;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format('truetype');
  font-display: swap;
}
/* GmarketSans Medium */
@font-face {
  font-family: 'GmarketSans';
  font-weight: 500;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format('truetype');
  font-display: swap;
}
/* GmarketSans Bold */
@font-face {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format('truetype');
  font-display: swap;
}
