/* XXL and below */
@media (max-width: 1399.98px) {}

/* XL and below */
@media (max-width: 1199.98px) {}

/* LG and below */
@media (max-width: 991.98px) {}

/* MD and below */
@media (max-width: 767.98px) {
    .varmundts_mainLayout {
        padding: 30px 10px;
    }

    .varmundts_bannerLayout {
        height: 700px;
        min-height: 700px;
    }

    .banner_character {
        width: 500px;
        min-width: 500px;
    }

    .banner_contentDetail {
        width: 600px;
    }

    .banner_contentTitle {
        width: 550px;
    }

    .banner_contentsubTitle {
        width: 400px;
    }

    .content_imgLayout {
        width: 550px;
    }

    .content_titleLayout {
        width: 500px;
    }

    .content_detailLayout {
        width: 500px;
    }

    .table_topicMain {
        width: 300px;
    }

    .table_mainLaytout {
        width: 550px;
    }

    .table_contentMainLayour {
        display: flex;
        justify-content: center;
    }

    .table_left01_header {
        width: 180px;
        min-width: 180px;
    }

    .table_left01 {
        width: 180px;
        min-width: 180px;

    }

    .table_right01_header {
        width: 300px;
    }

    .table_right01 {
        width: 300px;
    }

    .table_reward {
        width: 120px;
    }

    .table_contentImg {
        width: 600px;
    }

    .table_topicMain02 {
        width: 250px;
    }

    .modal_tableMainLayout {
        max-width: 500px;
    }

    .table_contentLayout.layout04 {
        width: 148px;
    }

    .table_contentLayout.layout05 {
        width: 350px;
        min-width: 350px;

    }

    .table_contentLayout.layout06 {
        width: 175px;
        min-width: 175px;
    }

    .table_contentLayout.layout07 {
        width: 324px;
        min-width: 324px;
    }

    .table_contentLayout.layout08 {
        width: 161px;
        min-width: 161px;
    }
}

/* SM and below */
@media (max-width: 575.98px) {
    .banner_contentDetail {
        width: 450px;
    }

    .banner_contentTitle {
        width: 400px;
    }

    .banner_contentsubTitle {
        width: 300px;
    }

    .content_object01 {
        width: 10px;
    }

    .content_imgLayout {
        width: 400px;
    }

    .content_titleLayout {
        width: 400px;
    }

    .content_detailLayout {
        width: 400px;
    }

    .table_contentImg {
        width: 450px;
    }

    .modal_titleLayout {
        width: 400px;
    }

    .table_mainLaytout {
        padding: 20px;
    }

    .modal-content {
        overflow-x: auto;
    }

    .modal_tableMainLayout {
        width: 500px;
        max-width: 500px;
    }
}

@media (max-width: 420px) {
    .varmundts_bannerLayout {
        height: 500px;
        min-height: 500px;
    }

    .banner_character {
        width: 350px;
        min-width: 350px;
    }

    .banner_contentDetail {
        width: 350px;
    }

    .banner_contentTitle {
        width: 300px;
    }

    .banner_contentsubTitle {
        width: 250px;
    }

    .content_imgLayout {
        width: 320px;
    }

    .content_titleLayout {
        width: 340px;
    }

    .content_detailLayout {
        width: 300px;
    }

    .table_mainLaytout {
        width: 400px;
        padding: 30px 15px;
    }

    .table_right01_header {
        width: 220px;
    }

    .table_right01 {
        width: 220px;
    }

    .table_left01_header {
        width: 120px;
        min-width: 120px;
    }

    .table_left01 {
        width: 120px;
        min-width: 120px;
    }

    .table_reward {
        width: 80px;
    }

    .table_contentImg {
        width: 350px;
    }

    .modal_titleLayout {
        width: 350px;
    }

}