@charset "UTF-8"; 
/*font*/
@font-face {
    font-family:'NotoSans';
    src: url('./font/NotoSans-Thin.eot');
    src: url('./font/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
		 url('./font/NotoSans-Thin.woff2') format('font-woff2'),
		 url('./font/NotoSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family:'NotoSans';
    src: url('./font/NotoSans-Light.eot');
    src: url('./font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('./font/NotoSans-Light.woff2') format('font-woff2'),
		 url('./font/NotoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family:'NotoSans';
    src: url('./font/NotoSans-Regular.eot');
    src: url('./font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('./font/NotoSans-Regular.woff2') format('font-woff2'),
         url('./font/NotoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'NotoSans';
    src: url('./font/NotoSans-Medium.eot');
    src: url('./font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('./font/NotoSans-Medium.woff2') format('font-woff2'),
         url('./font/NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family:'NotoSans';
    src: url('./font/NotoSans-Bold.eot');
    src: url('./font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('./font/NotoSans-Bold.woff2') format('font-woff2'),
         url('./font/NotoSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:'NotoSans';
    src: url('./font/NotoSans-Black.eot');
    src: url('./font/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
         url('./font/NotoSans-Black.woff2') format('font-woff2'),
         url('./font/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family:'NanumSquare';
    src: url('./font/NanumSquareR.eot');
    src: url('./font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('./font/NanumSquareR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}












