.main { height: 88.8vh; .zero { width: 96vw; margin: 0 0 2vw 0; // background-color: #fff; } .zero:last-child { margin: 0; } .one { display: flex; flex-direction: row; border-radius: 5px; background-color: #f1f1f1; .one_1 { width: 80vw; input { width: 100%; font-size: 15px; margin: 5px; } } .one_2 { width: 16vw; button { width: 100%; font-size: 14px; padding: 2vw 0; } } } .two { flex-grow: 1; width: 100%; position: relative; .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .list-scroll-view { display: flex; flex-direction: column; .list { background-color: #ffffff; border-bottom: 1px solid #cccccc; padding: 2vw 0; display: flex; flex-direction: column; .info { display: flex; flex-direction: row; margin: 0 0 2vw 0; .list_2 { padding: 0 0 0 2vw; .name { font-size: 18px; font-weight: bold; margin: 0 0 1vw 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } .other { .other_1 { margin: 0 0 1vw 0; color: #000000a6; font-size: 15px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } } } } .btn { text-align: center; button { margin: 0 2vw; font-size: 14px; } } } } } } }