.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{
    padding: 20px 0;
}

.section01 .wrap{
    width: 100%;
    max-width: 1590px;
    margin: 0 auto;
}

.section01 .wrap > p{
    color: #4D4D4D;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.77px;
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
}

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

.section01 .wrap > img{
    width: 100%;
}

.section01 .content{
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.section01 .content .top{
    background: #F9F9F9;
    padding: 45px 80px;
    margin-top: 80px;
    border-top: 1px solid #D7D7D7;
}

.section01 .content .top span{
    color: #1461FF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.45px;
    border-radius: 120px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 8px 15px;
}
.section01 .content .top p{
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 145.682%;
    letter-spacing: 0.84px;
    margin-top: 10px;
}

.section01 .content .middle{
    display: flex;
    gap: 0 100px;
    padding: 50px 80px;
}

.section01 .content .middle > *{
    width: 50%;
}

.section01 .content .middle .right{
    position: relative;
}

.section01 .content .middle .stamp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.section01 .content .middle .left > div{
    margin-top:30px;
}

.section01 .content .middle .left span{
    color: #222;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.section01 .content .middle .left p{
    color: #8B8B8B;
font-size: 19px;
font-weight: 400;
line-height: 150%; 
letter-spacing: 0.665px;
margin-top: 10px;
}

.section01 .content .middle .right img{ width: 100%; height: 100%; object-fit: cover;}

.section01 .content .bottom{
    display: flex;
    align-items: center;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 20px 0;
}

.section01 .content .bottom span{
    color: #727272;
font-size: 18px;
font-weight: 700;
line-height: 145.682%;
margin-right: 20px;
}

.section01 .content .bottom p{
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 145.682%;
}

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

    .section01 .wrap{
        width: 95%;
    }

    .section01 .wrap > p{
        font-size: 14px;
        margin-top: 0;
    }

    .section01 .wrap > p span{
        font-size: 14px;
    }

    .section01 .content{
        width: 100%;
        max-width: 1420px;
        margin: 0 auto;
    }

    .section01 .content .top{
        background: #F9F9F9;
        padding: 20px;
        margin-top: 40px;
    }

    .section01 .content .top span{
        color: #1461FF;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.45px;
        border-radius: 120px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        padding: 8px 15px;
    }
    .section01 .content .top p{
        color: #222;
        font-size: 16px;
        font-weight: 700;
        line-height: 145.682%;
        letter-spacing: 0.84px;
        margin-top: 10px;
    }

    .section01 .content .middle{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .section01 .content .middle > *{
        width: 100%;
    }

    .section01 .content .middle .right{
        max-width: 550px;
    }

    .section01 .content .middle .right img{
        width: 100%;
    }

    .section01 .content .middle > * img{
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
    }


    .section01 .content .middle .left > div{
        margin-top:15px;
    }

    .section01 .content .middle .left span{
        color: #222;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.7px;
    }

    .section01 .content .middle .left p{
        color: #8B8B8B;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: 0.665px;
    margin-top: 10px;
    }

    .section01 .content .bottom{
        display: flex;
        align-items: center;
        border-top: 1px solid #D7D7D7;
        border-bottom: 1px solid #D7D7D7;
        padding: 20px 0;
        margin: 10px auto 40px;
    }

    .section01 .content .bottom span{
        color: #727272;
    font-size: 14px;
    font-weight: 700;
    line-height: 145.682%;
    margin-right: 20px;
    white-space: nowrap;
    }

    .section01 .content .bottom p{
        color: #222;
        font-size: 14px;
        font-weight: 700;
        line-height: 145.682%;
    }

        


}