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