.main { height: 88.8vh; .zero { width: 96vw; margin: 0 0 2vw 0; } .zero:nth-child(2) { margin: 0; } .one { width: 92vw; padding: 2vw; background-color: #f1f1f1; input { font-size: 14px; } } .two { flex-grow: 1; position: relative; width: 96vw; .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .list-scroll-view { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: space-between; .list { background-color: #ffffff; margin: 0 0 2vw 0; padding: 2vw; display: flex; flex-direction: column; width: 96vw; .name { font-size: 16px; font-weight: bold; margin: 0 0 1vw 0; } .other { margin: 0 0 1vw 0; .other_1 { color: #858585; font-size: 12px; margin: 0 0 1vw 0; text:nth-child(1) { color: #000000; } } } .btn { text-align: center; button { margin: 0 2vw; font-size: 14px; } } } .list:last-child { margin: 0; } } } } } .dialog_one { display: flex; flex-direction: column; .one_1 { border-bottom: 1px solid #ccc; padding: 2vw 0; text { font-size: 14px; color: #858585; } text:nth-child(1) { color: #000000; } } } // .dialog_one { // margin: 10px 0 0 0; // .one_1 { // display: flex; // flex-direction: row; // justify-content: space-between; // border: 1px solid #ccc; // border-radius: 5px; // margin: 0 0 10px 0; // padding: 10px; // .text { // width: 20vw; // color: #666; // font-size: 14px; // } // .text1 { // font-size: 14px; // color: #000; // max-width: 50vw; // } // .image { // width: 15vw; // height: 15vw; // } // } // } // .dialog_two { // margin: 10px 0 0 0; // .content { // display: flex; // flex-direction: row; // justify-content: space-between; // border-bottom: 1px solid #ccc; // padding: 10px 0; // margin: 0 0 10px 0; // font-size: 14px; // color: #000; // .value { // .input { // text-align: right; // } // } // } // .btn { // text-align: center; // button { // font-size: 14px; // } // } // }