
body {
    font-family: "Noto Sans KR", sans-serif !important;
    height: 100vh;
    width: 100vw;
    background-color: white !important;
}


.bodySize {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 20px !important;
    overflow: hidden !important;
    min-height: 900px;
}


.bodyFlex{
    flex: 1 !important;
    overflow: auto !important;
}
















