body{margin:0}.layout{width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;background-color:#fff}.header{width:100%;height:6vh;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#fff;font-weight:700;padding:0 1vw}.header-menu{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2vw}.header-menu-title{font-size:1vw}.header-menu__btn{width:8vw;height:1.5vw;font-size:.8vw;border-radius:.5vw}@media (max-width: 768px){.header-menu-title{font-size:3vw}.header-menu__btn{width:8vw;height:1.5vw;font-size:1vw;border-radius:.5vw}}.content{width:100%;height:94vh;overflow:scroll}.content::-webkit-scrollbar{display:none}
