/* font- 폰트 */
@font-face {
  font-family: "NotoSansKR-100";
  font-weight: 100;
  src: local(★),
  url(NotoSansKR-100.eot) format('eot'),
  url(NotoSansKR-100.woff) format('woff'),
  url(NotoSansKR-100.ttf) format('truetype');
}
@font-face {
  font-family: "NotoSansKR-400";
  font-weight: 400;
  src: local(★),
  url(NotoSansKR-400.eot) format('eot'),
  url(NotoSansKR-400.woff) format('woff'),
  url(NotoSansKR-400.ttf) format('truetype');
}
@font-face {
  font-family: "NotoSansKR-700";
  font-weight: 700;
  src: local(★),
  url(NotoSansKR-700.eot) format('eot'),
  url(NotoSansKR-700.woff) format('woff'),
  url(NotoSansKR-700.ttf) format('truetype');
}
@font-face {
  font-family: "NotoSansKR-900";
  font-weight: 900;
  src: local(★),
  url(NotoSansKR-900.eot) format('eot'),
  url(NotoSansKR-900.woff) format('woff'),
  url(NotoSansKR-900.ttf) format('truetype');
}
@font-face {
  font-family: 'SEBANG_Gothic_Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
  font-weight: 800;
  font-style: bold;
}