.main { height: 88.8vh; .one { width: 96vw; .content { background-color: #ffffff; border-bottom: 1px solid #cccccc; display: flex; flex-direction: row; justify-content: space-between; padding: 2vw; width: 92vw; .label { text-align: left; font-size: 16px; } .value { width: 65vw; text-align: right; font-size: 16px; textarea { width: 65vw; } } } .btn { margin: 2vw 0 0 0; text-align: center; button { margin: 0 2vw; } } } .two { width: 96vw; .two_1 { display: flex; flex-direction: column; .list { background-color: #ffffff; margin: 0 0 2vw 0; padding: 2vw; width: 92vw; border: 1px solid #f1f1f1; .name { display: flex; flex-direction: row; justify-content: space-between; margin: 0 0 1vw 0; .name_1 { font-size: 18px; font-weight: bold; } .name_2 { button { font-size: 14px; } } } .person { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; .personList { border: 1px solid #f1f1f1; padding: 2vw; width: 25vw; margin: 0 0 2vw 0; text-align: center; .icon { width: 100%; height: 80px; border-radius: 5px; } .name { text-align: center; font-size: 15px; font-weight: normal; } .btn { text-align: center; button { font-size: 14px; padding: 0 5vw; } } } } } } } }