.top-list{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.top-list-img img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.top-list-text{
    padding-top: 2px;
    color: white;
}
.step-all{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.step-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.step-list-num{
    font-size: 18px;
    color: #1FA550;
    font-weight: 800;
}
.step-list-title{
    font-size: 18px;
    color: #1C1C1C;
    font-weight: 600;
    line-height: 40px;
}
.step-list-desc{
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    text-align: center;
}
.choose-list{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.choose-list-text{
    color: #000000;
    margin-left: 5px;
    padding-top: 5px;
}
.choose-title{
    color: black;
    font-size: 25px;
    font-weight: 800;
}
.matter{
    background-color: rgba(61,201,106,1);
    padding: 68px;
    margin-top: 83px;
    border-radius: 25px;
}
.matter-list-text{
    color: white;
    margin-top: 15px;
}
.num-green-div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.num-green{
    background-color: rgba(45, 206, 81, 0.13);
    color: rgba(45, 206, 81, 1);
    height: 24px;
    width: 24px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.step-list-img-n{
    margin-bottom: 30px;
}
.show-new-div-all{
    background-color: white;
    min-height: 480px;
    border-radius: 16px;
}
.show-new-div-all{
    padding: 40px;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.show-new-div-flex{
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.show-new-div-list-title{
    font-weight: 600;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 12px;
}
.show-new-div-list{
    padding: 23px 20px;
    width: 50%;
}
.show-new-title{
    font-weight: 600;
    font-size: 24px;
    color: rgba(28, 28, 28, 1);
    text-align: center;
}
.show-new-div-list-content{
    color: rgba(28, 28, 28, 1);
}