@CHARSET "UTF-8";

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/NanumGothic.eot);
  src: url(./fonts/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(./fonts/NanumGothic.woff) format('woff'),
       url(./fonts/NanumGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/NanumGothicBold.eot);
  src: url(./fonts/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(./fonts/NanumGothicBold.woff) format('woff'),
       url(./fonts/NanumGothicBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(./fonts/NanumGothicExtraBold.eot);
  src: url(./fonts/NanumGothicExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(./fonts/NanumGothicExtraBold.woff) format('woff'),
       url(./fonts/NanumGothicExtraBold.ttf) format('truetype');
}
