/* 
 * Nanum Square Web Fonts
 * https://github.com/hiun/NanumSquare
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */
 
@font-face {
  font-family: 'nsr';
  font-style: normal;
  font-weight: 400;
  src: url(/eng/font/NanumSquareR.eot);
  src: url(/eng/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/eng/font/NanumSquareR.woff2) format('woff2'),
       url(/eng/font/NanumSquareR.woff) format('woff'),
       url(/eng/font/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'nsr';
  font-style: bold;
  font-weight: 700;
  src: url(/eng/font/NanumSquareB.eot);
  src: url(/eng/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/eng/font/NanumSquareB.woff2) format('woff2'),
       url(/eng/font/NanumSquareB.woff) format('woff'),
       url(/eng/font/NanumSquareB.ttf) format('truetype');
}