.s-presale {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/s-presale/bg-s-presale.webp?v=3.05) top no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 100px 0;
}

#s-presale::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    z-index: 10;
}

.s-presale-content {
    background: url(../images/s-presale/s-presale-content.webp?v=3.05) top no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    aspect-ratio: 2.2/1;
    padding: 10px 0;
    margin-top: -15px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
}

.btn-presale-area {
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
    z-index: 50;
}

.s-presale .section-title {
    padding: 0 !important;
}

.presale-main-btn {
    background: url(../images/s-presale/s-presale-main-btn.webp?v=3.05) top no-repeat;
    background-size: 100%;
    width: 300px;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 5.2/1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom: -5px;
}

.btn-read {
    padding: 5px;
    font-size: 12px;
}

.btn-presale-area .btn-read:hover {
    color: #585858;
}

.presale-banner-bottom {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -20px;
    display: block;
    z-index: 10;
}

@media (min-width: 768px) {
    .s-presale {
        padding: 130px 0;
    }

    .s-presale-content {
        width: 750px;
    }

    .presale-main-btn {
        font-size: 26px;
        width: 400px;
    }

    .btn-presale-area {
        bottom: 20px;

    }

    .presale-banner-bottom {
        margin-top: -55px;
    }

}

@media (min-width: 1024px) {
    .s-presale-content {
        width: 1000px;
    }

    .img-title-section {
        max-width: 600px;
        width: 80%;
        margin: 0 auto;
    }

    .btn-presale-area {
        bottom: 50px;

    }

    .presale-main-btn {
        font-size: 32px;
        padding: 40px 0;
    }

    .btn-read {
        padding: 5px;
        font-size: 14px;
    }

}

@media (min-width: 1600px) {
    .s-presale {
        padding: 150px 0;
        min-height: fit-content;
    }

    .s-presale-content {
        width: 1200px;
    }

    .img-title-section {
        max-width: 600px;
        width: 80%;
        margin: 0 auto;
    }

    .btn-presale-area {
        bottom: 50px;

    }

    .presale-main-btn {
        font-size: 32px;
        padding: 40px 0;
    }

    .btn-read {
        padding: 5px;
        font-size: 14px;
    }

    .presale-banner-bottom {
        margin-top: -90px;
    }
}


@media (min-width: 1921px) {
    .s-presale {
        background: url(../images/s-presale/bg-s-presale-xl.webp?v=3.05) top no-repeat;
        background-size: 2500px;
        width: 100%;
        max-width: 2500px;
        margin: auto;
    }
}