/* Noto Sans KR 폰트 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(/static-root/font/NotoSansKr/NotoSansKR-Thin-d11a10e3a1aef8fe7b15ab849730922f.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/static-root/font/NotoSansKr/NotoSansKR-Light-1f7c8be8c0ca8d54868052ef23475cb2.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/static-root/font/NotoSansKr/NotoSansKR-Regular-7c3141b340ddb3c1aea80d2bb11e9f12.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/static-root/font/NotoSansKr/NotoSansKR-Medium-e63313c24774aee385441245d85fb80f.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(/static-root/font/NotoSansKr/NotoSansKR-Bold-11ec013942ce7c5dfd5f1adf4a16d2ca.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(/static-root/font/NotoSansKr/NotoSansKR-Black-ad135e744c2de8b16df8f386b410ce2e.woff) format('woff');
}


:root {
    /* 드로어 너비. 드로어 모드에 맞춰 너비를 변경  */
    --drawer-width: 300px;
    --draw-mode: 'normal';
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif, monospace;
}

body * {
    box-sizing: inherit;
    font-family: inherit;
}

.layout {
    width: 100%;
    height: 100%;
}