@media (max-width: 992px) {
    .landingpage_footer {
        gap: 0px;
    }

    .landingpage_btn {
        width: 250px;
        height: 60px;
        font-size: 16px;
    }

    .landingpage_monster {
        width: 800px;
    }
}

@media (max-width: 796px) {

    .reward_MainLayout03.high {
        height: 95px;
    }

    .btps4_contentMainLayout {
        padding: 0px;
    }

    .btps4_contentTitle {
        font-size: 30px;
        line-height: 25px;
    }

    .btps4_tableMainLayout {
        flex-direction: column;
        height: 100%;
        min-height: 100%;
    }

    .btps4_tableTopic {
        width: 100%;
    }

    .btps4_titleLayout {
        padding-top: 130px;
    }

    .btps4_stroke,
    .btps4_fill {
        font-size: 60px;
        line-height: 60px;
    }

    .btps4_stroke02,
    .btps4_fill02 {
        font-size: 50px;
    }

    .btps4_tableMainLayout.high {
        height: 100%;
        min-height: 100%;
    }

    .btps4_tableContent {
        height: 100%;
        gap: 10px;
    }

    .reward_noteLayout {
        font-size: 13px;
    }

    .btps4_tableMainLayout.high02 {
        min-height: 100%;
    }

    .landingpage_btn {
        width: 200px;
        height: 48px;
        font-size: 13px;
        line-height: 14px;
    }

}

@media (max-width: 610px) {
    .landingpage_topic {
        font-size: 20px;
    }

    .landingpage_logo {
        width: 90px;
    }

    .landingpage_footer {
        height: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .landingpage_btn {
        width: 300px;
        height: 70px;
        font-size: 16px;
        line-height: 18px;
    }

    .landingpage_monster {
        width: 600px;
        top: 40%;
    }
}

@media (max-width: 520px) {

    .reward_MainLayout {
        width: 80px;
    }

    .btps4_stroke,
    .btps4_fill {
        font-size: 45px;
        line-height: 60px;
    }

    .btps4_stroke02,
    .btps4_fill02 {
        font-size: 35px;
        line-height: 40px;
    }

    .btps4_tableTopic {
        min-width: 100%;
    }
}

@media (max-width: 450px) {

    .reward_MainLayout {
        width: 100%;
    }

    .btps4_contentTitle {
        padding: 0px;
    }

    .reward_MainLayout03 {
        width: 100%;
    }
}