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