html,body{margin:0;height:100%;overflow:hidden}body{font-family:Pretendard,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"tnum"}#root{display:grid;grid-template-rows:auto minmax(0,1fr);height:100vh;overflow:hidden}.HeaderBar{grid-row:1;width:100%;height:5.2vh;background:#fff;z-index:100}.page{grid-row:2;overflow:hidden;min-height:0;height:100%}
