.sc-apply-new {
    background: #f4f4f4;
}

.sc-apply-new .sc-inner {
    padding: 48px 0;
}

.sc-apply-new .box-apply {
    background: url(../img/BG-MB.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.sc-apply-new .h1 {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.5;
    color: #00a94f;
    margin-bottom: 8px;
}

.sc-apply-new .mb-apply {
    width: 322px;
    /* max-width: unset !important; */
    margin-bottom: 8px;
    z-index: 2;
    position: relative;
}

.sc-apply-new .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 24px;
}

.sc-apply-new .desc {
    text-align: center;
}

.sc-apply-new .btn {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.sc-apply-new .img-box {
    position: relative;
}

.sc-apply-new .bg-circle {
    position: absolute !important;
    top: -1px;
    left: -15%;
    z-index: 1;
    max-width: 132%;
}

.sc-apply-new .flex-box .heading {
    padding: 32px 16px 0;
    position: relative;
    width: 100%;
}

.sc-apply-new .flex-box .heading * {
    position: relative;
    z-index: 2;
}

.sc-apply-new .desc span {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.sc-apply-new .money-l {
    position: absolute;
    max-width: 150px;
    left: -84px;
    bottom: 105px;
}

.sc-apply-new .money-r {
    position: absolute;
    max-width: 162px;
    right: -80px;
    bottom: 95px;
}

.sc-apply-new .money-t {
    position: absolute;
    top: -147px;
    left: 280px;
    max-width: 232px;
}

.sc-apply-new .money-b {
    position: absolute;
    top: 36px;
    left: -108px;
    max-width: 200px;
}

.icw .sc-apply-new .btn {
    box-shadow: none;
    background: #00a94f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    /* width: 100%; */
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sc-apply-new .mn-wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
}

@media screen and (min-width:334px) {
    .sc-apply-new .bg-circle {
        position: absolute !important;
        top: -1%;
        left: -2px;
        z-index: 1;
        max-width: 101%;
        width: 101%;
    }
}

@media screen and (min-width:500px) {
    .sc-apply-new .bg-circle {
        top: -31%;
    }
}

@media screen and (min-width:768px) {
    .sc-apply-new .sc-inner {
        padding: 64px 0;
    }

    .sc-apply-new .box-apply {
        background: url(../img/BG-Desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        /* margin-top: 24px; */
        overflow: visible;
        /* overflow-x: hidden; */
    }

    .sc-apply-new .container {
        padding-top: 24px;
    }


    .sc-apply-new .h1 {
        color: #fff;
    }

    .sc-apply-new .flex-box {
        gap: 56px;
        flex-direction: row;
        padding-right: 80px;
        justify-content: center;
    }

    .sc-apply-new .mb-apply {
        margin-bottom: 4px;
        max-width: unset !important;
        margin-top: -24px;
        left: 40px;
    }

    .sc-apply-new .desc * {
        color: #fff;
    }

    .sc-apply-new .btn {
        width: 300px;
        margin-top: 32px;
        text-align: center;
    }

    .sc-apply-new .bg-circle {
        position: absolute;
        bottom: 0;
        top: auto;
        max-width: 500px;
        left: 36px;
    }

    .sc-apply-new .flex-box .heading {
        padding-bottom: 32px;
    }
}

@media screen and (min-width:1140px) {
    .sc-apply-new .mb-apply {
        width: 470px;
    }

    .sc-apply-new .h1 {
        font-size: 42px !important;
        color: #fff;
    }

    .sc-apply-new .flex-box {
        gap: 60px;
        flex-direction: row;
        padding-right: 144px;
        justify-content: space-between;
    }

    .sc-apply-new .flex-box .heading {
        padding: 78px 0;
    }

    .sc-apply-new .btn {
        width: 400px;
    }
}