.main { height: 88.8vh; } .main .zero { width: 96vw; margin: 0 0 2vw 0; } .main .zero:last-child { margin: 0; } .main .one { display: flex; flex-direction: row; justify-content: space-around; flex-wrap: wrap; width: 96vw; padding: 2vw 0; background-color: #f1f1f1; } .main .one button { width: 100%; font-size: 14px; margin: 0 1vw 1vw 1vw; padding: 2vw 1vw; } .main .two { flex-grow: 1; } .main .two .two_1 { margin: 0 0 2vw 0; } .main .two .two_2 { width: 96vw; } .main .two .two_2 .a { display: flex; flex-direction: column; width: 92vw; height: 70vh; padding: 2vw; position: relative; background-color: #ffffff; } .main .two .two_2 .a .teamList { background-color: #ffffff; border-bottom: 1px solid #cccccc; width: 96vw; padding: 2vw; } .main .two .two_2 .a .teamList .name { font-size: 18px; margin: 0 0 1vw 0; font-weight: bold; } .main .two .two_2 .a .teamList .other { margin: 0 0 1vw 0; } .main .two .two_2 .a .teamList .other .other_1 { margin: 0 0 1vw 0; font-size: 15px; } .main .two .two_2 .a .teamList .other .other_1 text { color: #000000; } .main .two .two_2 .a .teamList .other .other_1 text:nth-child(1) { color: #858585; } .main .two .two_2 .a .teamList .btn { text-align: center; } .main .two .two_2 .a .teamList .btn button { margin: 0 2vw; font-size: 14px; } .main .two .two_2 .a .teamList:last-child { border-bottom: none; } .main .two .two_2 .b .teamList .name text { font-size: 22px; color: #ff0000; padding: 0 2vw; text-transform: uppercase; } .main .two .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .main .two .scroll-view .list-scroll-view { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: space-between; }