.main { height: var(--twoHeight); background-color: var(--mainColor); .one { width: 100vw; margin: 0 0 2vw 0; } .two { position: relative; flex-grow: 1; .a { height: 83vh; .one { width: 96vw; padding: 0 2vw; .one_1 { display: flex; flex-direction: row; justify-content: space-between; border: 1px dashed var(--f85Color); border-radius: 5px; margin: 0 0 10px 0; padding: 10px; .text { color: var(--f85Color); font-size: var(--font16Size); } .text1 { font-size: var(--font16Size); } .image { width: 15vw; height: 15vw; } .name { display: flex; flex-direction: column; } } } } .b { height: 83vh; .list { background-color: var(--f9Color); margin: 0 0 2vw 0; padding: 2vw; margin: 0 2vw 2vw 2vw; border-radius: 5px; border: 1px dashed var(--f85Color); .name { font-size: var(--font18Szie); font-weight: bold; margin: 0 0 1vw 0; } .other { margin: 0 0 1vw 0; .other_1 { margin: 0 0 1vw 0; font-size: var(--font16Size); text:first-child { color: var(--f85Color); } } } .btn { text-align: center; button { margin: 0 2vw; font-size: var(--font14Size); } } } } } } .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .list-scroll-view { display: flex; flex-direction: column; } }