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

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

/* ========== Large ≥992px ========== */
@media (max-width: 992px) {
    .tabTableMainLayout {
        width: 100%;
    }
}

/* ========== Medium ≥768px ========== */
@media (max-width: 768px) {
    .contentFirstObject {
        top: -150px;
    }

    .contentFirstPoring {
        width: 150px;
    }

    .contentBoardLayout {
        height: 530px;
        padding: 150px 20px 55px;

        font-size: 22px;
        line-height: 24px;
    }

    .contentFirstPoring {
        width: 100px;
    }

    .contentTitleLayout {
        width: 550px;
    }

    .contentBoardSecondLayout {
        padding-top: 70px;
    }

    .contentFirstTitle {
        width: 100%;
        height: 60px;
        font-size: 19px;
    }

    .contentFirstTableMainLayout {
        width: 100%;
    }

    .btn {
        width: 180px;
        height: 90px;
    }

    .contentTopicLayout {
        width: 400px;
    }


}

/* ========== Small ≥576px ========== */
@media (max-width: 576px) {
    .bannerMainLayout {
        height: 100dvh;
        padding: 10px;
        padding-top: 120px;
    }

    .contentFirstObject {
        top: -100px;
    }

    .contentFirstPoring {
        display: none;
    }

    .contentBoardLayout {
        font-size: 18px;
        line-height: 20px;
        padding: 155px 10px 55px;
        gap: 10px;
    }

    .contentBoardSecondLayout {
        width: calc(100% - 20px);
    }

    .contentTitleLayout {
        width: 100%;
        top: -70px;
    }

    .contentFirstDetail {
        min-height: 45px;
        height: auto;
        font-size: 14px;
        text-align: center;
    }

    .contentFirstTitle {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }

    .tabMainLayout {
        height: 100%;
        padding: 10px 20px;
        margin-bottom: 100px;
        margin-top: 50px;
        flex-direction: column;
        gap: 10px;
    }

    .contentFirstImg {
        height: 250px;
    }

    .tabTableContentRight {
        font-size: 14px;
        line-height: 17px;
    }

    .tabTableContentLeft {
        width: 150px;
        min-width: 150px;
        min-height: 70px;
        font-size: 14px;
        line-height: 18px;
    }

    .contentMainLayout {
        padding: 0px;
    }

    .contentTopicLayout {
        width: 100%;

    }

    .contentBoardSecondLayout {
        padding-top: 50px;
    }

    .contentSpace {
        width: 100%;
        margin: 35px 0px;
    }

    .tabTableSecondTitleLayout {
        flex-direction: column;
        font-size: 17px;
        min-height: 50px;
    }

    .tabTableSecondTitleContentCenter,
    .tabTableSecondTitleContentFirst {
        min-height: auto;
    }

    .tabTableSecondTitleContentCenter {
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;


        border-bottom: 2px solid #0061ff;
        border-top: 2px solid #0061ff;
    }

    .tabTableSecondContentLayout {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .tabTableSecondContentCenter {
        width: 100%;
        min-height: 80px;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;

        border-bottom: 2px solid #c3dbff;
        border-top: 2px solid #c3dbff;
    }

    .contentSecondImg {
        height: 280px;
    }
}

@media (max-width: 400px) {
    .contentFirstObject {
        display: none;
    }


    .tabTableContentLeft {
        width: 100%;
        min-width: 100%;
        min-height: 70px;
    }
}