/*
 * G마켓 산스
 */
@font-face {
  font-family: 'GmarketSansBold';
  font-style: normal;
  font-weight: 400;
  src: url('/font/GmarketSans-Bold.woff') format('woff'),
        url('/font/GmarketSans-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'GmarketSansMedium';
  font-style: normal;
  font-weight: 400;
  src: url('/font/GmarketSans-Medium.woff') format('woff'),
        url('/font/GmarketSans-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'GmarketSansLight';
  font-style: normal;
  font-weight: 400;
  src: url('/font/GmarketSans-Light.woff') format('woff'),
        url('/font/GmarketSans-Light.otf') format('opentype');
}