/* ==== Banner ====  */
.banner_mainLayout {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    padding: 50px;

    background: url("https://img.gnjoy.in.th/2025/13/ragnarok_stars2025/banner/banner_object.png");
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    overflow: hidden;
}

.banner_character {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.banner_objectCrystal {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.banner_logoFooter {
    position: relative;
    z-index: 5;
    bottom: 0px;

    width: 950px;
}

.banner_footerText {
    position: absolute;
    bottom: 23px;
    text-align: center;
    width: 650px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* left: 130px; */
    left: 50%;
    transform: translateX(-50%) !important;
}

.banner_footer {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0;

    width: 100%;
    height: 600px;
    background: linear-gradient(0deg, #100400 0%, #1b060000 100%);
}

.banner_footerBtn {
    position: relative;
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 10px;
}