:root{--background:#fffff;--foreground:#171717;--grey:#8c8c8c;--grey-1:#e8e8e8;--shadow:hsla(240,5%,41%,.2) 0px 7px 18px 0px;--primary:#1b293d;--error:#ff4d4f;--green:#27b67b;--green-1:#eaf5ef;--default-font:"NotoSansKR",sans-serif;--blue-1:#009cd8}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}.navWrapper{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;color:#1a1a1a;background:#fff;z-index:1}.mainWrapper{width:100%;max-height:100vh;display:inline-flex}@media(max-width:768px){.mainWrapper{display:flex;flex-direction:column}}.childrenWrapper{padding:24px;flex:1 1;height:100vh;max-height:100vh;overflow:scroll}body{font-family:NotoSansKR,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.row-unavailable{background-color:#ffe4e4}.row-unavailable:hover{background-color:#ffc5c6}.centered-cell{display:flex;justify-content:center;align-items:center;height:100%}