.section_top { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 450px; background-color: black; background-image: url(../img/success/section_top.png); background-repeat: no-repeat; background-position: center; background-size: cover; padding-top: 60px;}

.section01 .wrap{
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    text-align: center;
}

.section01 .wrap > p{
    color: #4D4D4D;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.77px;
    margin-top: 70px;
}

.section01 .wrap > p span{
color: #2B2B2B;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.77px;
}

.section01 .wrap .wrap_content {
    margin-top: 100px;
}

.section01 .wrap .wrap_content .top p{
    color: #222;
text-align: center;
font-family: 'MBC1961M';
font-size: 43px;
line-height: 137.5%;
letter-spacing: 1.075px;

}
.section01 .wrap .wrap_content .top p span{
    color: #DEBA6A;
    font-family: 'MBC1961M';
font-size: 43px;
line-height: 137.5%;
letter-spacing: 1.075px;
}

.section01 .wrap .wrap_content .bottom{
    height: 700px;
    overflow: auto;
    padding: 80px 5%;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(116, 116, 116, 0.25);
    margin-top: 25px;
    background-image: url(../img/common/logo_house_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow-y: hidden;
}

.section01 .wrap .wrap_content .bottom > div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
}

.section01 .wrap .wrap_content .bottom > div > p{
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    gap:0 2%;
}

.section01 .wrap .wrap_content .bottom div > p span:nth-of-type(1){
    white-space: nowrap;
    width: 20%;
    flex-shrink: 0;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 127.5%; 
    letter-spacing: 0.4px;
}

.section01 .wrap .wrap_content .bottom div > p span:nth-of-type(2){
    white-space: nowrap;
    width: 20%;
    flex-shrink: 0;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 127.5%;
    letter-spacing: 0.4px;
}

.section01 .wrap .wrap_content .bottom div > p span:nth-of-type(3){
    width: 40%;
    text-align: left;
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    line-height: 127.5%;
    letter-spacing: 0.4px;
}


@media screen and (max-width: 1024px) {

    .section01 .wrap{
        width: 95%;
        display: flex;
        flex-direction: column;
    }

    .section01 .wrap > p{
        font-size: 14px;
        margin-top: 20px;
    }
    
    .section01 .wrap > p span{
        font-size: 14px;
        display: inline;
    }

    .section01 .wrap .wrap_content{
        margin-top: 50px;
    }

    .section01 .wrap .wrap_content .top p{
        color: #222;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .section01 .wrap .wrap_content .top p span{
    color: #DEBA6A;
    font-size: 20px;
    letter-spacing: 0.5px;
    }

    .section01 .wrap .wrap_content .bottom{
        padding: 40px 2%;
        background-size: 100%;
 
    }
    
    .section01 .wrap .wrap_content .bottom > div{
        flex-direction: column;
    }

    .section01 .wrap .wrap_content .bottom > div > p{
        width: 100%;
    }

    .section01 .wrap .wrap_content .bottom > div > p span:is(:nth-of-type(1),:nth-of-type(2),:nth-of-type(3)){
        font-size: 12px;
    }

    .section01 .wrap .wrap_content .bottom > div > p span:nth-of-type(1){
        width: 20%;
        flex-shrink: 0;
    }

    .section01 .wrap .wrap_content .bottom > div > p span:nth-of-type(2){
        white-space: nowrap;
        width: 40%;
        flex-shrink: 0;
    }

    .section01 .wrap .wrap_content .bottom > div > p span:nth-of-type(3){
        text-align: left;
    }

}