@charset "utf-8";
/*
font-weight : 300 -> Light,
font-weight : 400 -> Regular,
font-weight : 700 -> Medium,
font-weight : 800 -> Bold
*/

@font-face {
 font-family: 'NanumSquare';
 font-style:normal;
 font-weight: 300;
 src: url('NanumSquareL.eot');
 src: url('NanumSquareL.eot') format('embedded-opentype'),
 url('NanumSquareL.woff2') format('woff2'),
 url('NanumSquareL.woff') format('woff'),
 url('NanumSquareL.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 font-style:normal;
 font-weight: 400;
 src: url('NanumSquareR.eot');
 src: url('NanumSquareR.eot') format('embedded-opentype'),
 url('NanumSquareR.woff2') format('woff2'),
 url('NanumSquareR.woff') format('woff'),
 url('NanumSquareR.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 font-style:normal;
 font-weight: 700;
 src: url('NanumSquareB.eot');
 src: url('NanumSquareB.eot') format('embedded-opentype'),
 url('NanumSquareB.woff2') format('woff2'),
 url('NanumSquareB.woff') format('woff'),
 url('NanumSquareB.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 font-style:normal;
 font-weight: 800;
 src: url('NanumSquareEB.eot');
 src: url('NanumSquareEB.eot') format('embedded-opentype'),
 url('NanumSquareEB.woff2') format('woff2'),
 url('NanumSquareEB.woff') format('woff'),
 url('NanumSquareEB.ttf') format('truetype');
}