@charset "UTF-8"; /*font*/
@import url("../../font/remixicon.css"); /* 기본 아이콘 : http:/zh-Hans/remixicon.com/에서 확인가능 */
@font-face{
    font-family:'Noto Sans SC';
    font-style:normal;
    font-weight:400;
	src:url('../../font/zh-Hans/NotoSansSC-Regular.woff2') format('woff2'),
        url('../../font/zh-Hans/NotoSansSC-Regular.woff') format('woff')
        url('../../font/zh-Hans/NotoSansSC-Regular.ttf') format('truetype');
    }
@font-face{
    font-family:'Noto Sans SC';
    font-style:normal;
    font-weight:500;
    src:url('../../font/zh-Hans/NotoSansSC-Medium.woff2') format('woff2'),
        url('../../font/zh-Hans/NotoSansSC-Medium.woff') format('woff'),
        url('../../font/zh-Hans/NotoSansSC-Medium.ttf') format('truetype');
    }
@font-face{
    font-family:'Noto Sans SC';
    font-style:normal;
    font-weight:600;
    src:url('../../font/zh-Hans/NotoSansSC-SemiBold.woff2') format('woff2'),
        url('../../font/zh-Hans/NotoSansSC-SemiBold.woff') format('woff'),
        url('../../font/zh-Hans/NotoSansSC-SemiBold.ttf') format('ttf');
    }

html *,
html, body { font-family: 'Noto Sans SC', sans-serif;}
