@charset "utf-8";

/*font*/
@font-face {
  font-family: 'notokr';
  font-style: normal;
  src: url(../font/NotoSans-Regular.eot),
       url(../font/NotoSans-Regular.woff2) format('woff2'),
       url(../font/NotoSans-Regular.woff) format('woff'),
       url(../font/NotoSans-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'notokr';
  font-style: bold;
  font-weight: bold;
  src: url(../font/NotoSans-Bold.eot),
       url(../font/NotoSans-Bold.woff2) format('woff2'),
       url(../font/NotoSans-Bold.woff) format('woff'),
       url(../font/NotoSans-Bold.otf) format('opentype');
}