@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap');

@font-face {
    font-family:'NanumSquare';
    src: url('../../fonts/NanumSquareR.eot');
    src: url('../../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/NanumSquareR.woff2') format('woff2'),
         url('../../fonts/NanumSquareR.woff') format('woff'),
         url('../../fonts/NanumSquareR.ttf') format('truetype'),
         url('../../fonts/NanumSquareR.svg#NanumSquareR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'NanumSquare';
    src: url('../../fonts/NanumSquareB.eot');
    src: url('../../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/NanumSquareB.woff2') format('woff2'),
         url('../../fonts/NanumSquareB.woff') format('woff'),
         url('../../fonts/NanumSquareB.ttf') format('truetype'),
         url('../../fonts/NanumSquareB.svg#NanumSquareB') format('svg');
    font-weight: bold;
    font-style: normal;
}