@charset "utf-8";

/*NanumSquare*/
@font-face {
 font-family:'NSL';
 font-style:normal;
 font-weight:200;
 src: local('Nanum Square Light'), local('NanumSquare-Light'), local('나눔스퀘어 얇게');
 src: url('./fonts/NanumSquareL.eot');
 src: url('./fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'),
      url('./fonts/NanumSquareL.woff') format('woff'),
      url('./fonts/NanumSquareL.ttf') format('truetype');
}
@font-face {
 font-family:'NSR';
 font-style:normal;
 font-weight:400;
 src: local('Nanum Square Regular'), local('NanumSquare-Regular'), local('나눔스퀘어 보통');
 src: url('./fonts/NanumSquareR.eot');
 src: url('./fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
      url('./fonts/NanumSquareR.woff') format('woff'),
      url('./fonts/NanumSquareR.ttf') format('truetype');
}
@font-face {
 font-family:'NSB';
 font-style:normal;
 font-weight:700;
 src: local('Nanum Square Bold'), local('Nanum Square-Bold'), local('나눔스퀘어 굵게');
 src: url('./fonts/NanumSquareB.eot');
 src: url('./fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
      url('./fonts/NanumSquareB.woff') format('woff'),
      url('./fonts/NanumSquareB.ttf') format('truetype');
}
@font-face {
 font-family:'NSEB';
 font-style:normal;
 font-weight:800;
 src: local('Nanum Square Extra Bold'), local('Nanum Square-ExtraBold'), local('나눔스퀘어 아주 굵게');
 src: url('./fonts/NanumSquareEB.eot');
 src: url('./fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
      url('./fonts/NanumSquareEB.woff') format('woff'),
      url('./fonts/NanumSquareEB.ttf') format('truetype');
}