@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(/assets/fonts/noto/NotoSansKR-Thin.otf) format('opentype');
  }
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/noto/NotoSansKR-Light.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 400;
     src: url(/assets/fonts/noto/NotoSansKR-Regular.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 500;
     src: url(/assets/fonts/noto/NotoSansKR-Medium.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 700;
     src: local("Noto Sans KR"),
          url(NotoSansKR-Bold.otf);
   }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 900;
     src:  url(/assets/fonts/noto/NotoSansKR-Black.otf) format('opentype');
   }
  @font-face {
    font-family: 'GmarketSansLight';
    font-style: normal;
    font-weight: 300;
    src: local("Gmarket Sans Light"),
          url(GmarketSansLight.otf);
  }
  @font-face {
    font-family: 'GmarketSansMedium';
    font-style: normal;
    font-weight: 500;
    src: local("Gmarket Sans Medium"),
          url(GmarketSansMedium.otf);
  }
  @font-face {
    font-family: 'GmarketSansBold';
    font-style: normal;
    font-weight: 700;
    src: local("Gmarket Sans Bold"),
          url(GmarketSansBold.otf);
  }

