@media screen and (max-width: 1599px) {

    /*----------------------
    question-answer
    ----------------------*/
    .question-box .button-group .button-group-item {
        width: 47%;
    }
    /*----------------------
    schedule
    ----------------------*/
    .schedule .team-group .team-item .schedule-team {
        font-size: 2.2rem;
        padding: 0 15px;
    }
    .schedule .team-group .team-item .schedule-question {
        font-size: 2rem;
    }
    .schedule-modal .text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {

    /*----------------------
    共用
    ----------------------*/

    /**內容版面**/
    .game-content {
        padding-top: 90px;
        padding-bottom: 85px;
    }

    .large-title {
        font-size: 2.5rem;
    }

    /*----------------------
    question-number
    ----------------------*/

    .question-number .team-group .team-item {
        border-radius: 15px;
        font-size: 1.75rem;
    }

    /*----------------------
    question-answer
    ----------------------*/
    .question-box .q-content .question {
        font-size: 1.7rem;
        line-height: initial;
    }

    .question-box .q-content .answer {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: initial;
    }

    .question-box .button-group .button-group-item p {
        font-size: 1.1rem;
    }

    .question-box .button-group .button-group-item {
        width: 48%;
    }

    .question-box .button-group .button-group-item .btn img {
        width: 60px;
    }

}

@media screen and (max-width: 991px) {

    /*----------------------
    共用
    ----------------------*/
    /**全版面**/
    .container-fluid {
        padding-right: 3%;
        padding-left:3%;
    }

    /*----------------------
    下選單
    ----------------------*/
    .bottom-menu ul li:nth-child(1) {
        width: 25%;
    }

    .bottom-menu ul li:nth-child(2) {
        width: 25%;
    }

    .bottom-menu ul li:nth-child(3) {
        width: 25%;
    }

    .bottom-menu ul li:nth-child(4) {
        width: 25%;
    }

    .bottom-menu ul li:nth-child(2)::after {
        border-width: 65px 0 0 30px;
        right: -30px;
    }

    .bottom-menu ul li a,
    .bottom-menu ul li {
        font-size: 1.1rem;
    }

    .bottom-menu ul li img {
        width: 22px;
    }

    /*----------------------
    首頁
    ----------------------*/
    .welcome-entrance .welcome-words {
        font-size: 2rem;
    }

    .welcome-entrance .enter-event .form-control {
        width: calc(100% - 70px);
        height: 55px;
        font-size: 1.75rem;
    }

    .welcome-entrance .enter-event .btn,
    .welcome-entrance .enter-event .btn:hover {
        width: 70px;
        height: 55px;
    }

    .welcome-entrance .enter-event {
        width: 500px;
    }

    .welcome-entrance .enter-illustrate {
        width: 500px;
    }

    .welcome-entrance .enter-illustrate {
        flex-wrap: wrap;
    }

    .welcome-entrance .enter-illustrate .text {
        width: 65%;
        font-size: 1rem;
        line-height: 25px;
    }

    .welcome-entrance .enter-illustrate .btn,
    .welcome-entrance .enter-illustrate .btn:hover {
        width: 35%;
        font-size: 1rem;
    }

    /*----------------------
    team
    ----------------------*/
    .team .team-group {
        padding: 0;
    }
    .team .team-group .team-item {
        width: 20%;
    }

    /*----------------------
    question-number
    ----------------------*/
    .question-number .team-group {
        padding: 0;
    }

    /*----------------------
    question-answer
    ----------------------*/
    .question-box .q-content .question {
        font-size: 1.6rem;
    }

    .question-box .q-content .answer {
        font-size: 1.5rem;
    }

    .question-box .button-group .button-group-item p {
        font-size: 1rem;
    }

    .question-box .button-group .button-group-item {
        width: 49%;
    }

    /*----------------------
    schedule
    ----------------------*/
    .schedule .team-group {
        padding: 0;
    }

    .schedule .team-group .team-item .schedule-team {
        font-size: 2.1rem;
        padding: 0 10px;
    }

    .schedule .team-group .team-item .schedule-question {
        font-size: 1.8rem;
    }

    .schedule .team-group .team-item {
        width: 22%;
        margin: 0 1.5% 80px 1.5%;
    }
    /*----------------------
    score
    ----------------------*/
    /*表格*/
    .table-score thead tr td {
        font-size: 1.3rem;
    }
    
    .table-score tr td:first-child,
    .table-score tr td:last-child {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {

    /*----------------------
    共用
    ----------------------*/
    /**版面**/
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    /**內容版面**/
    .game-content {
        padding-top: 85px;
    }

    .large-title {
        font-size: 2rem;
    }

    /*----------------------
    上選單
    ----------------------*/
    .game-navbar {
        height: 70px;
    }

    .game-navbar .logo {
        width: 115px;
    }

    /*----------------------
    下選單
    ----------------------*/
    .bottom-menu ul {
        flex-wrap: wrap;
    }

    .bottom-menu ul li:nth-child(1),
    .bottom-menu ul li:nth-child(2),
    .bottom-menu ul li:nth-child(3),
    .bottom-menu ul li:nth-child(4) {
        width: 50%;
    }


    .bottom-menu ul li:nth-child(2)::after {
        display: none;
    }

    .bottom-menu ul li a,
    .bottom-menu ul li {
        font-size: 1rem;
        height: 45px;
    }

    .bottom-menu ul li img {
        width: 20px;
    }

    /*----------------------
    team
    ----------------------*/
    .team .title {
        font-size: 1rem;
    }

    .team .team-group {
        padding: 0 1%;
    }

    .team .team-group .team-item {
        width: 28.3%;
        margin: 0 2.5% 3% 2.5%;
    }

    /*----------------------
    question-number
    ----------------------*/

    .question-number .team-group {
        padding: 0 1%;
    }

    .question-number .team-group .team-item {
        width: 30.3%;
        margin: 0 1.5% 3% 1.5%;
        border-radius: 10px;
    }

    /*----------------------
    question-answer
    ----------------------*/
    .question-answer .number {
        margin: 1rem 0 .5rem 5%;
    }

    .question-answer .number {
        margin-left: 5%;
    }

    .question-box .q-img {
        width: 90%;
        margin: 0 auto 2rem auto;
    }

    .question-box .q-content {
        width: 80%;
        margin: 0 auto;

    }

    .question-box .q-content .question {
        min-height: auto;
        font-size: 1.3rem;
    }

    .question-box .q-content .answer {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .question-box .button-group .button-group-item .btn img {
        width: 35px;
        padding: 10px 0;
    }

    .question-box .button-group .button-group-item .btn,
    .question-box .button-group .button-group-item .btn:hover {
        border-radius: 15px;
    }

    .question-box .button-group {
        flex-wrap: wrap;
    }

    .question-box .button-group .button-group-item {
        width: 100%;
    }

    /*----------------------
    schedule
    ----------------------*/
    .schedule .team-group {
        padding: 0 1%;
    }

    .schedule .team-group .team-item {
        width: 30.3%;
        font-size: 1rem;
    }
    .schedule-click {
        width: 35px;
        height: 35px;
    }
    .schedule-modal .schedule-close {
        width: 37px;
        height: 37px;
    }

}

@media screen and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    /*----------------------
    共用
    ----------------------*/

    /**隱藏視窗(設定)**/
    .settings-modal .modal-body .btn-backtracking {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .settings-modal .modal-body .style-selection .style-item {
        width: 50%;
        padding: .5rem 1rem .5rem 1rem;
        border-right: 0;
    }

    .settings-modal .modal-body .style-selection .style-item::before {
        height: 25px;
        width: 25px;
    }

    /**隱藏視窗(登出)**/
    .sign-out-modal .title {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .sign-out-modal .modal-footer .btn {
        font-size: 1.2rem;
    }

    /*----------------------
    首頁
    ----------------------*/
    .welcome-entrance .welcome-words {
        font-size: 1.5rem;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .welcome-entrance .enter-event {
        width: 90%;
    }

    .welcome-entrance .enter-illustrate {
        width: 90%;
    }

    .welcome-entrance .enter-illustrate .text {
        letter-spacing: -.5px;
    }
    /*----------------------
    schedule
    ----------------------*/

    .schedule-modal .title {
        height: 20%;
    }
    .schedule-modal .text {
        height: 80%;
        padding: 10px 15px 30px 15px;
    }
    .schedule .team-group .team-item {
        width: 45%;
        margin: 0 2.5% 80px 2.5%;
    }

}

@media screen and (max-width: 350px) {

    /*----------------------
    首頁
    ----------------------*/
    .welcome-entrance .enter-illustrate .text {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .welcome-entrance .enter-illustrate .btn,
    .welcome-entrance .enter-illustrate .btn:hover {
        width: 70%;
        margin: auto;
    }

}




/**
@media screen and (min-width: 576px) {

}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1200px) {

}
**/