@charset "utf-8";

@font-face {
  font-family: 'ggTitle';
  font-weight:700;
  src: local(※),
    url('../fonts/GyeonggiTitleB.woff2') format('woff2'),
    url('../fonts/GyeonggiTitleB.woff') format('woff'),
    url('../fonts/GyeonggiTitleB.ttf') format('truetype'),
    url('../fonts/GyeonggiTitleB.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'ggTitle';
  font-weight:400;
  src: local(※),
    url('../fonts/GyeonggiTitleM.woff2') format('woff2'),
    url('../fonts/GyeonggiTitleM.woff') format('woff'),
    url('../fonts/GyeonggiTitleM.ttf') format('truetype'),
    url('../fonts/GyeonggiTitleM.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'ggTitle';
  font-weight:200;
  src: local(※),
    url('../fonts/GyeonggiTitleL.woff') format('woff'),
    url('../fonts/GyeonggiTitleL.ttf') format('truetype'),
    url('../fonts/GyeonggiTitleL.eot') format('embedded-opentype');
}