.main { height: 88.8vh; } .main .zero { width: 96vw; margin: 0 0 2vw 0; } .main .zero:last-child { margin: 0; } .main .two { flex-grow: 1; position: relative; } .main .two .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .main .two .scroll-view .list-scroll-view { display: flex; flex-direction: column; }