@charset "utf-8";

/* NanumSquare R */
@font-face {
  font-family:'NanumSquareR';
  src: url('/resources/static/stylesheets/font/NanumSquareNeoTTF-bRg.eot');
  src: url('/resources/static/stylesheets/font/NanumSquareNeoTTF-bRg.woff') format('woff'),
     url('/resources/static/stylesheets/font/NanumSquareNeoTTF-bRg.eot?#iefix') format('embedded-opentype'),
     url('/resources/static/stylesheets/font/NanumSquareNeoTTF-bRg.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}


/* NanumSquare B */
@font-face {
  font-family:'NanumSquareB';
  src: url('/resources/static/stylesheets/font/NanumSquareNeoTTF-cBd.eot');
  src: url('/resources/static/stylesheets/font/NanumSquareNeoTTF-cBd.woff') format('woff'),
     url('/resources/static/stylesheets/font/NanumSquareNeoTTF-cBd.eot?#iefix') format('embedded-opentype'),
     url('/resources/static/stylesheets/font/NanumSquareNeoTTF-cBd.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
}


/* NanumSquare EB */
@font-face {
  font-family:'NanumSquareEB';
  src: url('/resources/static/stylesheets/font/NanumSquareNeoTTF-dEb.eot');
  src: url('/resources/static/stylesheets/font/NanumSquareNeoTTF-dEb.woff') format('woff'),
     url('/resources/static/stylesheets/font/NanumSquareNeoTTF-dEb.eot?#iefix') format('embedded-opentype'),
     url('/resources/static/stylesheets/font/NanumSquareNeoTTF-dEb.ttf') format('truetype');
  font-weight:800;
  font-style:normal;
}

body{
  font-family: 'NanumSquareR';
}