@charset "UTF-8";

@import url("/static/fonts/hco/hco_fonts.css");

@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 300;
  src: url(/static/fonts/NotoSans-Light.eot);
  src: local(※),
  url(/static/fonts/NotoSans-Light.woff) format('woff'),
  url(/static/fonts/NotoSans-Light.woff2) format('woff2'),
  url(/static/fonts/NotoSans-Light.eot);
}

@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/NotoSansCJKkr-Regular.eot);
  src: local(※),
  url(/static/fonts/NotoSansCJKkr-Regular.woff) format('woff'),
  url(/static/fonts/NotoSansCJKkr-Regular.woff2) format('woff2'),
  url(/static/fonts/NotoSansCJKkr-Regular.eot);
}

@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 500;
  src: url(/static/fonts/NotoSansCJKkr-Medium.eot);
  src: local(※),
  url(/static/fonts/NotoSansCJKkr-Medium.woff) format('woff'),
  url(/static/fonts/NotoSansCJKkr-Medium.woff2) format('woff2'),
  url(/static/fonts/NotoSansCJKkr-Medium.eot);
}

@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 700;
  src: url(/static/fonts/NotoSans-Bold.eot);
  src: local(※),
  url(/static/fonts/NotoSans-Bold.woff2) format('woff2'),
  url(/static/fonts/NotoSans-Bold.woff) format('woff'),
  url(/static/fonts/NotoSans-Bold.eot);
}
