@media (max-width: 1900px) {
    .banner_footerObject {
        bottom: -150px;
    }
}

@media (max-width: 1600px) {


    .banner_monster01 {
        width: 1600px;
    }

    .banner_footerObject {
        bottom: -10px;
        width: 1600px;
    }

    .banner_object01 {
        width: 1600px;
        left: 0;
    }
}

@media (max-width: 1360px) {
    .eventMainLayout {
        gap: 20px;
    }

    .eventSocialLayout {
        padding: 20px 15px;
    }

    .eventSocial_cardLayout {
        width: 180px;
        height: 380px;
    }

    .eventSocial_cardContent {
        padding: 15px;
    }

    .eventSocial_imgLayout {
        width: 120px;
        height: 120px;
        padding: 20px;
    }

    .eventIF_cardLayout {
        position: relative;
        width: 150px;
        min-width: 150px;
        height: 290px;
    }

    .eventIF_imgLayout {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .across_cardLogo {
        width: 120px;
    }

    .across_cardMainLayout {
        width: 200px;
        min-width: 200px;
        height: 300px;
    }

    .across_cardReward {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 80px;
        padding: 10px;
    }

    .across_cardFooter {
        bottom: 15px;
        font-size: 12px;
    }
}

/* ≤ 1200px (xl และต่ำกว่า) */
@media (max-width: 1199.98px) {
    .navbar_Logo {
        width: 120px;
    }

    .progress_progress {
        width: 85%;
    }

    .preregister_progressCardMainLayout {
        gap: 8px;
        justify-content: center;
    }

    .pr_cardMainLayout {
        width: 200px;
        min-width: 200px;
        height: 400px;
    }

    .pr_cardRewardLayout {
        width: 150px;
        height: 150px;
        padding: 25px;
    }

    .pr_progressObject3 {
        position: relative;
        width: 205px;
    }

    .eventMainLayout {
        gap: 20px;
        flex-direction: column;
    }

    .eventSocialMainLayout {
        width: 100%;
        max-width: 600px;
        height: 100%;
    }


    .eventMainLayout {
        padding: 50px 0px;
    }

    .acrossMainLayout {
        gap: 10px;
    }

    .acrossContentMainLayout {
        width: 100%;
        min-height: auto;
        display: none;
    }

    .acrossSlideMainLayout {
        padding: 30px 0px;
        width: 100%;
    }

    .across_cardMainLayout {
        width: 300px;
        min-width: 300px;
        height: 400px;
    }

    .acrossSlideMainLayout,
    .dots-container2 {
        display: flex !important;
    }

    .across_cardReward {
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 120px;
        padding: 10px;
    }

    .across_cardFooter {
        bottom: 15px;
        font-size: 14px;
    }
}

/* ≤ 992px (lg และต่ำกว่า) */
@media (max-width: 991.98px) {
    .banner_characterMain {
        transform: translate(-50%, -60%);
        width: 600px;
    }

    .banner_footerObject {
        bottom: -20px;
        width: 1500px;
    }

    .banner_monster01 {
        width: 1400px;
    }

    /* ---- button ----  */
    .btn.xxxl {
        width: 500px;
        min-width: 500px;
        height: 65px;
        padding: 10px 20px;
    }

    /* ---- nav ----  */
    .navbar_mainLayout {
        display: none;
    }

    .navbar_soicalMainLayout #pc,
    .menu_pc {
        display: none;
    }

    .offcanvas.offcanvas-top {
        background: transparent;
        top: 10px;
        height: fit-content;
        padding: 0px 20px;
    }

    .navbar_offcanvas {
        min-height: 70px;
        height: 100%;
        /* max-height: 70px; */
        top: 10px;
        width: 100%;
        margin: 0 auto;
        border-radius: 20px;
        padding: 20px 20px;

        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;

        background: #1d1d1d;
        border: 2px solid #cccccc;
        box-shadow: inset 1px 1px 10px 5px #0b0b0b;
    }

    .navbar_offcanvas #menu {
        width: 100%;
    }

    .navbar_menu {
        min-width: 100%;
        width: 100%;
        min-height: 40px;
        padding-bottom: 8px;

        font-size: 17px;
        line-height: 17px;
    }

    .navbar_menu.xxl,
    .navbar_menu.xl {
        min-width: 100%;
        width: 100%;
    }

    .bannerMainLayout {
        margin-bottom: 50px;
    }

    .preregisterMainLayoutContent {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .preregister_progressCardMainLayout {
        flex-direction: column;
    }

    .preregisterMainLayout {
        padding: 50px;
    }

    .preregister_titleBtn {
        font-size: 35px;
    }

    .nav-button.left {
        left: 30px;
    }

    .nav-button.right {
        right: 30px;
    }

    .pr_cardCountPoint {
        background: transparent;
        box-shadow: inset 0px 0px 15px 2px transparent;
        padding: 0px;
        width: fit-content;
    }

    .pr_cardRewardLayout {
        width: 100px;
        min-width: 100px;
        height: 100px;
        padding: 20px;
    }

    .pr_cardMainLayout {
        width: 500px;
        height: 120px;
        padding: 10px 30px;
        flex-direction: row;
        gap: 10px;
    }

    .pr_cardFooterLayout {
        width: fit-content;
        min-height: 50px;
        padding: 10px 20px !important;
        border-radius: 10px;
    }

    .preregister_progressMainLayout {
        position: relative;
        width: 10px;
        min-width: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pr_progressObject2 {
        width: 10px;
        min-width: 10px;
        height: 70px;
    }

    .pr_progressObject3 {
        position: relative;
        width: 10px;
        height: 140px;
    }

    .pr_progressObjectMain {
        width: 10px;
        height: 680px;
        flex-direction: column;
    }

    .diamond {
        position: absolute;
        top: inherit;
        bottom: 0px;
        right: inherit;
        left: -6px;
        width: 22px;
        height: 22px;
    }

    .preregister_progressCardMainLayout {
        gap: 20px;
        width: fit-content;
    }

    .preregisterMainLayout h3 {
        font-weight: 800 !important;
        text-shadow:
            2px 2px 0 #633f13,
            -2px 2px 0 #633f13,
            2px -2px 0 #633f13,
            -2px -2px 0 #633f13,
            2px 0 0 #633f13,
            -2px 0 0 #633f13,
            0 2px 0 #633f13,
            0 -2px 0 #633f13;
        letter-spacing: 3px;
    }

    .navbar_menu:hover,
    .navbar_menu.active {
        color: #ffffff;
        text-shadow: 2px 2px 0 #633f13, -2px 2px 0 #633f13, 2px -2px 0 #633f13, -2px -2px 0 #633f13, 2px 0 0 #633f13, -2px 0 0 #633f13, 0 2px 0 #633f13, 0 -2px 0 #633f13;
        background: #fed250;
        border: 2px solid #633f13;
        box-shadow: inset 1px -2px 1px 1px #d7a81a, inset 2px 2px 1px 1px #ffffff80;

        border-radius: 10px;
    }

    .navbar_menuhr {
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: #ffbf004a;
    }

    .soical_menu {
        width: 40px;
        height: 40px;
    }

    .soical_menu img {
        width: 25px;
        height: 25px;
    }

    .navbar_soicalMainLayout {
        top: 20px;
        right: 10px;
    }

    .navbar_Logo {
        width: 90px;
    }
}

/* ≤ 768px (md และต่ำกว่า) */
@media (max-width: 767.98px) {
    .bannerContent_countLayout {
        width: 75px;
        height: 85px;
        font-size: 70px;
        line-height: 50px;
    }

    .bannerContent_countLayout span {
        padding-bottom: 15px;
        padding-left: 5px;
    }

    .cookieMainLayout {
        flex-direction: column;
        gap: 10px;
        width: 95%;
    }

    .btn {
        width: 180px;
        min-width: 180px;
        height: 38px;
    }

    .modalPR_btnTitle {
        font-size: 20px;
        line-height: 20px;
        text-shadow: 2px 2px 0 #633f13, -2px 2px 0 #633f13, 2px -2px 0 #633f13, -2px -2px 0 #633f13, 2px 0 0 #633f13, -2px 0 0 #633f13, 0 2px 0 #633f13, 0 -2px 0 #633f13;
    }

    .eventMainLayout {
        padding: 50px 25px;
    }

    .eventSocial_imgLayout {
        width: 80px;
        height: 80px;
        padding: 10px;
    }

    .eventSocial_logo {
        width: 30px;
        min-width: 30px;
    }

    .eventSocial_cardContent>div h6 {
        font-size: 16px;
        line-height: 18px;
    }

    .eventSocial_cardLayout {
        width: 150px;
        height: 350px;
    }

    .btn.social {
        width: 130px;
        min-width: 130px;
        height: 56px;
        min-height: 56px;
        transition: all .5s;
    }

    .btn.social span {
        width: 100%;
        font-size: 26px;
        line-height: 30px;
        display: block;
    }

    .banner_footerObject {
        bottom: -100px;
        width: 1500px;
    }

    .cookie_titleBtn {
        font-size: 16px;
        line-height: 20px;
    }

    button.btn.primary#acceptCookies {
        padding-bottom: 15px;
    }

    .modal-dialog {
        padding: 30px 0px;
    }
}

/* ≤ 576px (sm และต่ำกว่า — mobile เล็กสุด) */
@media (max-width: 575.98px) {

    /* ---- button ----  */
    .btn.xxxl {
        width: 350px;
        min-width: 350px;
        height: 45px;
        padding: 0px 20px;
    }

    .btn.xxl {
        width: 280px;
        min-width: 280px;
        height: 60px;
        padding: 10px;
    }

    .pr_storeLayout h4 {
        line-height: 28px;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
    }

    .pr_storeLayout {
        min-width: 215px;
        width: 100%;
        height: 75px;
    }

    .bannerContent_btnTitle {
        font-size: 40px;
    }

    .preregister_titleBtn {
        padding-top: 5px;
        font-size: 25px;
        line-height: 20px;
        text-shadow: 2px 2px 0 #633f13, -2px 2px 0 #633f13, 2px -2px 0 #633f13, -2px -2px 0 #633f13, 2px 0 0 #633f13, -2px 0 0 #633f13, 0 2px 0 #633f13, 0 -2px 0 #633f13;
    }

    .eventSocialMainLayout {
        height: 100%;
    }

    .eventMainLayout {
        padding: 20px;
    }

    .modal_contentLayout {
        padding: 45px 20px;
    }

    .btn.modal_close {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 20px;
        padding: 0;
    }

    input[type="radio"]+label {
        padding-left: 40px;
        font-size: 18px;
        width: 100px;
    }

    .modalPR_inviteFriendCopy {
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        min-width: 100px;
        height: 42px;
        padding: 5px 10px;
    }

    .modalPR_inviteFriendLayout {
        padding-right: 110px;
    }

    .cookiePolic_contentLayout {
        padding: 30px 10px;
    }

    .pr_cardMainLayout {
        width: 350px;
        min-height: 120px;
        padding: 10px 10px;
        flex-direction: row;
    }

    .pr_cardRewardLayout {
        width: 80px;
        min-width: 80px;
        height: 80px;
        padding: 20px;
    }

    .preregisterMainLayout {
        padding: 50px 20px;
    }

    .bannerContent_countLayout {
        width: 45px;
        height: 65px;
        font-size: 50px;
        line-height: 40px;
    }

    .bannerContent_countLayout span {
        padding-bottom: 7px;
        padding-left: 4px;
    }

    .bannerContent_title {
        text-shadow: 3px 3px 0 #11193b, -3px 3px 0 #11193b, 3px -3px 0 #11193b, -3px -3px 0 #11193b, 3px 0 0 #11193b, -3px 0 0 #11193b, 0 3px 0 #11193b, 0 -3px 0 #11193b;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "ZFTERMIN_", sans-serif;
        font-size: 40px;
        line-height: 40px;
    }

    .eventSocial_cardContent>div h6 {
        font-size: 13px;
        line-height: 15px;
    }

    .eventSocial_cardContent {
        padding: 10px;
    }

    .eventIF_cardLayout {
        position: relative;
        width: 110px;
        min-width: 110px;
        height: 270px;
    }

    .eventIF_imgLayout {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .eventIF_cardFooter {
        font-size: 16px;
    }

    .btn.invite_friend {
        width: 250px;
        height: 50px;
    }

    .btn.invite_friend span {
        font-size: 27px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .banner_footerObject {
        bottom: -0px;
        width: 1200px;
    }

}

@media (max-width: 480px) {
    .eventSocial_cardLayout {
        width: 120px;
        height: 300px;
    }

    .eventSocial_logo {
        width: 20px;
        min-width: 20px;
    }

    .eventSocial_imgLayout {
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .btn.social {
        width: 100px;
        min-width: 100px;
        height: 43px;
        min-height: 43px;
        padding: 5px;
    }

    .btn.social span {
        font-size: 19px;
        line-height: 20px;
    }


}

@media (max-width: 440px) {
    .pr_cardCountPoint {
        width: fit-content;
        font-size: 20px;
        line-height: 20px;
    }

    .pr_cardFooterLayout {
        width: fit-content;
        min-height: 30px;
        padding: 10px 10px !important;
        border-radius: 10px;
    }

    .pr_cardMainLayout {
        width: 320px;
        min-height: 120px;
        padding: 10px 10px;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
    }

    .preregisterMainLayoutContent {
        gap: 25px;
    }

    .pr_cardRewardLayout {
        width: 60px;
        min-width: 60px;
        height: 60px;
        padding: 10px;
    }

    .dot2 {
        width: 20px;
        height: 20px;
    }

    .banner_footerObject {
        bottom: 20px;
        width: 1000px;
    }

    .banner_characterMain {
        transform: translate(-50%, -60%);
        width: 450px;
    }

    .banner_monster01 {
        width: 1000px;
    }
}

@media (max-width: 420px) {

    /* ---- button ----  */
    .btn.xxxl {
        width: 100%;
        min-width: 100%;
        height: 100%;
        min-height: 50px;
        padding: 10px 20px;
        border-radius: 50px;
    }

    .if_countImg {
        display: none;
    }
}

@media (max-width: 380px) {
    .pr_cardMainLayout {
        width: 100%;
    }

    .across_cardMainLayout {
        width: 280px;
        min-width: 280px;
        height: 300px;
    }

    .acrossSlideMainLayout {
        padding: 0px 0px;
        width: 100%;
    }

    .banner_footerObject {
        display: none;
    }

    .across_cardReward {
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 80px;
        padding: 10px;
    }
}