@font-face {/*나눔스퀘어*/
  font-family: 'NanumS';
  src:url('/frontStatics/fonts/NanumSquareR.eot');
  src:url('/frontStatics/fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
  url('/frontStatics/fonts/NanumSquareR.woff') format('woff'),
  url('/frontStatics/fonts/NanumSquareR.ttf') format('truetype');
  src:local(※), url('/frontStatics/fonts/NanumSquareR.woff') format('woff');
}

/* 나눔 고딕*/
@font-face{
  font-family:'NanumG';
  src:url('/frontStatics/fonts/NanumGothic-Regular.eot');
  src:url('/frontStatics/fonts/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
  url('/frontStatics/fonts/NanumGothic-Regular.woff') format('woff');
}

@font-face{
  font-family:'Noto';
  src:url('/frontStatics/fonts/notokr-regular.eot');
  src:url('/frontStatics/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
  url('/frontStatics/fonts/notokr-regular.woff') format('woff');
}