@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansKR-Regular.woff2') format('woff2'),
    url('font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('font/NotoSansKR-Medium.woff2') format('woff2'),
    url('font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('font/NotoSansKR-Bold.woff2') format('woff2'),
    url('font/NotoSansKR-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansJP-Regular.woff2') format('woff2'),
    url('font/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('font/NotoSansJP-Medium.woff2') format('woff2'),
    url('font/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('font/NotoSansJP-Bold.woff2') format('woff2'),
    url('font/NotoSansJP-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansSC-Regular.woff2') format('woff2'),
    url('font/NotoSansSC-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    src: url('font/NotoSansSC-Medium.woff2') format('woff2'),
    url('font/NotoSansSC-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url('font/NotoSansSC-Bold.woff2') format('woff2'),
    url('font/NotoSansSC-Bold.woff') format('woff');
}
