﻿@charset "utf-8";

/* Noto */
@font-face {
  font-family:'NotoSans';
  font-style: normal;
  font-weight: 100;
  src: url('../font/NotoSans-Regular.eot');
  src: url('../font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/NotoSans-Regular.woff') format('woff');
}
@font-face {
  font-family:'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSans-Medium.eot');
  src: url('../font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('../font/NotoSans-Medium.woff') format('woff');
 }
@font-face {
  font-family:'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSans-Bold.eot');
  src: url('../font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../font/NotoSans-Bold.woff') format('woff');
}

/* Roboto */
@font-face {
  font-family:'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../font/Roboto-Regular.eot');
  src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Regular.woff') format('woff');
}
@font-face {
  font-family:'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Roboto-Medium.eot');
  src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Medium.woff') format('woff');
 }
@font-face {
  font-family:'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../font/Roboto-Bold.eot');
  src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Bold.woff') format('woff');
}

/* NanumPenScript */
@font-face {
  font-family:'NanumPenScript';
  font-style: normal;
  font-weight: 100;
  src: url('../font/NanumPenScript-Regular.eot');
  src: url('../font/NanumPenScript-Regular.eot?#iefix') format('embedded-opentype'), url('../font/NanumPenScript-Regular.woff') format('woff');
}