/* ========== Extra Extra Large ≥1400px ========== */
@media (max-width: 1400px) {}

/* ========== Extra Large ≥1200px ========== */
@media (max-width: 1200px) {
    .vb_imgTitle {
        width: 400px;
        min-width: 400px;
    }
}

/* ========== Large ≥992px ========== */
@media (max-width: 992px) {
    .vb_mainLayout {
        padding: 50px 20px;
    }

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

    .vbDetail_headerMainLayout {
        height: 900px;
    }

    .vbDetail_title01 {
        width: 650px;
        min-width: 650px;
    }

    .vbDetail_title02 {
        width: 400px;
        min-width: 400px;
    }

    .vbDetail_title03 {
        width: 400px;
        min-width: 400px;
    }

    .vbDetail_title04 {
        width: 400px;
        min-width: 400px;
    }

    .vbDetail_sectionContent01 {
        width: 650px;
        height: 625px;
        padding: 50px 30px;
        margin: 0 auto;

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 18px;

        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .vbDetailTitle.lg {
        width: 600px;
    }

    .vbDetailTitle {
        width: 500px;
    }

    .vbDetailTopicLayout {
        width: 140px;
        min-width: 140px;
        height: 40px;
        padding: 5px;
        font-size: 15px;
    }

    .vbDetailFrame_02 {
        width: 706px;
        height: 350px;
        padding: 30px 20px;
    }

    .vbDetailTableItem {
        width: 120px;
    }

    .modalTitle {
        font-family: "LINESeedSansTH", sans-serif;
        font-weight: 600;
        font-size: 23px;
        line-height: 25px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0px 0px 5px #ef67ff, 0px 0px 9px #00ffff;
    }

    .tableModalContentMainLayout {
        width: 100%;
        min-height: 500px;
        padding: 20px;

        background: #0c0c1d;
        border: 1px solid #82f0f0;
        box-shadow: 0px 0px 10px #82f0f0;
    }

    .tableModalCustomLeft {
        width: 150px;
        min-width: 150px;
    }
}

/* ========== Medium ≥768px ========== */
@media (max-width: 768px) {
    .mainLayout_main {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .vb_mainLayout {
        width: 106%;
        height: 50%;
    }

    .csr_mainLayout {
        width: 100%;
        height: 50%;
        background-position: bottom;
        padding: 20px;
    }

    .vb_footerContent {
        min-height: fit-content;
    }

    .btn.vb {
        width: 200px;
        height: 42px;
    }

    .csr_mainLayout .vb_footerContent .vb_imgTitle {
        filter: drop-shadow(2px 4px 2px #ffffff);
    }

    .vbDetail_sectionContent01 {
        width: 100%;
        height: fit-content;
        background: #0c0c1d;
        border: 1px solid #82f0f0;
        box-shadow: 0px 0px 10px #82f0f0;
    }

    .vbDetailContentMainLayout {
        padding: 50px 40px;
    }

    .vbDetail_headerMainLayout {
        height: 700px;
    }

    .vbDetail_title01 {
        width: 450px;
        min-width: 450px;
    }

    .vbDetail_title02 {
        width: 300px;
        min-width: 300px;
    }

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

    .vbDetail_title04 {
        width: 380px;
        min-width: 380px;
    }

    .vbDetailTitle {
        width: 500px;
    }

    #Content01 h6 {
        font-size: 14px;
    }

    .vbDertailTopic01Layout,
    .vbDertailTopic02Layout {
        width: 100%;
        min-width: 100%;
        gap: 10px !important;
    }

    .vbDertailTopic01Layout h6,
    .vbDertailTopic02Layout h6 {
        font-size: 14px;
    }

    .vbDetailTitle.lg {
        width: 400px;
    }

    .vbDetailTitle {
        width: 350px;
    }

    .vbDetailTextprimary {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    .vbDetailFrame_02 {
        width: 100%;
        height: fit-content;
        background: #0c0c1d;
        border: 1px solid #82f0f0;
        box-shadow: 0px 0px 10px #82f0f0;
    }

    .vbDetailButton {
        width: 250px;
        min-width: 250px;
        height: 90px;
        padding: 17px;
        font-size: 13px;
    }
}

/* ========== Small ≥576px ========== */
@media (max-width: 576px) {
    .vb_imgTitle {
        width: 100%;
        min-width: 100%;
    }

    .btn.vb {
        width: 150px;
        height: 32px;
        font-size: 14px;
    }

    .btn.vb span {
        font-size: 14px;
        font-weight: 600;
    }

    .vbDetailTitle {
        width: 100%;
        max-width: 400px;
    }

    .content_object01 {
        width: 20px;
    }

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

    .vbDetailTableRow01 {
        width: 100%;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        border-right: 1px solid transparent;
        gap: 10px;
    }

    .vbDetailTitle.md {
        width: 100%;
        max-width: 250px;
    }

    .tableModalCustomContentLayout {
        flex-direction: column;
    }

    .tableModalCustomLeft {
        width: 100%;
        min-width: 100%;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #c9fffdb6;
    }

    .tableModalCustomHeader {
        display: none;
    }
}

@media (max-width: 490px) {
    .vbDetail_headerMainLayout {
        height: 500px;
        gap: 5px;
    }

    .vbDetail_title01 {
        width: 100%;
        min-width: 100%;
        max-width: 300px;
    }

    .vbDetail_title02 {
        width: 100%;
        min-width: 100%;
        max-width: 200px;
    }

    .vbDetail_title03 {
        width: 100%;
        min-width: 100%;
        max-width: 220px;
    }

    .vbDetail_title04 {
        width: 100%;
        min-width: 100%;
        max-width: 250px;
    }

    .vbDetailContentMainLayout {
        padding: 50px 30px;
    }

    .vbDetail_sectionContent01 {
        padding: 30px 20px;
    }

    .vbDertailTopic01Layout,
    .vbDertailTopic02Layout {
        flex-direction: column;
    }

    .vbDetailTitle.lg {
        width: 100%;
        max-width: 400px;
    }

    .vbDetailTitle {
        width: 100%;
        max-width: 350px;
    }

}

@media (max-width: 320px) {
    .vbDetail_headerMainLayout {
        height: 250px;
    }
}