﻿@charset "UTF-8";

* {
  font-family: "Noto Sans KR" !important;
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(./font/NotoSansKR-Light.eot);
  src: url(./font/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
  url(./font/NotoSansKR-Light.woff2) format('woff2'),
  url(./font/NotoSansKR-Light.woff) format('woff');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(./font/NotoSansKR-Regular.eot);
  src: url(./font/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
  url(./font/NotoSansKR-Regular.woff2) format('woff2'),
  url(./font/NotoSansKR-Regular.woff) format('woff');
}