﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 폰트 */
.noto{font-family: 'Noto Sans KR', sans-serif;}
.nanum{font-family: 'Nanum Gothic', sans-serif;}

/* 나눔스퀘어 */
@font-face{
  font-family:'NanumS';
  font-weight: 400;
  src:url("../fonts/NanumSquareR.eot");
  src:url("../fonts/NanumSquareR.eot?#iefix") format('embedded-opentype'),
  url("../fonts/NanumSquareR.woff") format('woff');
}
@font-face{
  font-family:'NanumS';
  font-weight: 600;
  src:url("../fonts/NanumSquareB.eot");
  src:url("../fonts/NanumSquareB.eot?#iefix") format('embedded-opentype'),
  url("../fonts/NanumSquareB.woff") format('woff');
}