@charset "utf-8";

/* gone체 */
@font-face {
   font-family: 'gong-light';
   font-style: normal;
   font-weight:400;
   src: url(webfont/gong/esamanruLight.woff2) format('woff2'),
        url(webfont/gong/esamanruLight.woff) format('woff'),
        url(webfont/gong/esamanruLight.otf) format('opentype');
}

@font-face {
   font-family: 'gong-light';
   font-style: normal;
   font-weight:500;
   src: url(webfont/gong/esamanruMedium.woff2) format('woff2'),
        url(webfont/gong/esamanruMedium.woff) format('woff'),
        url(webfont/gong/esamanruMedium.otf) format('opentype');
}

@font-face {
   font-family: 'gong-light';
   font-style: normal;
   font-weight:600;
   src: url(webfont/gong/esamanruBold.woff2) format('woff2'),
        url(webfont/gong/esamanruBold.woff) format('woff'),
        url(webfont/gong/esamanruBold.otf) format('opentype');
}

/* SB-폰트 */
@font-face {
   font-family: 'sb-font';
   font-style: normal;
   font-weight:400;
   src: url(webfont/SB_font/SBagroLight.woff) format('woff'),
        url(webfont/SB_font/SBagroLight.otf) format('opentype');
}

@font-face {
   font-family: 'sb-font';
   font-style: normal;
   font-weight:500;
   src: url(webfont/SB_font/SBagroMedium.woff) format('woff'),
        url(webfont/SB_font/SBagroMedium.otf) format('opentype');
}

@font-face {
   font-family: 'sb-font';
   font-style: bold;
   font-weight:600;
   src: url(webfont/SB_font/SBagroBold.woff) format('woff'),
        url(webfont/SB_font/SBagroBold.otf) format('opentype');
}

/* @Nanum Gothic */
@font-face {
  font-family: 'Nanum-Gothic-regular';
  font-style: normal;
  font-weight: 400;
  src: url('webfont/NanumGothic-Regular.eot');
  src: url('webfont/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('webfont/NanumGothic-Regular.woff2') format('woff2'),
       url('webfont/NanumGothic-Regular.woff') format('woff'),
       url('webfont/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum-Gothic-bold';
  font-style: normal;
  font-weight: 700;
  src: url('webfont/NanumGothic-Bold.eot');
  src: url('webfont/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('webfont/NanumGothic-Bold.woff2') format('woff2'),
       url('webfont/NanumGothic-Bold.woff') format('woff'),
       url('webfont/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum-Gothic-extraBold';
  font-style: normal;
  font-weight: 800;
  src: url('webfont/NanumGothic-ExtraBold.eot');
  src: url('webfont/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('webfont/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('webfont/NanumGothic-ExtraBold.woff') format('woff'),
       url('webfont/NanumGothic-ExtraBold.ttf') format('truetype');
}

