@media screen and (max-width: 768px) {
    body {
        overflow: hidden !important;
        max-height: 100vh !important;
        max-width: 100vw !important;
    }
    /* -----index.html */
    #main {
        width: 100vw;
    }
    /* ----首頁 */
    #main_index {
        width: 80%;
        grid-template-rows: 40px 55% 30% 0;
    }
    #btn_goAbout {
        /* left: 60% !important; */
        text-align: right !important;
        padding-right: 10px;
        left: calc(100vw - 250px) !important;
    }
    /* ----規則頁 */
    #main_rule>div:nth-child(2){
        width: 98%;
        padding-bottom: 25px;
    }
    /* ----六大類別頁 */
    #type_img_box {
        width: 100% !important;
        margin: 25px 0 25px 20px !important;
        grid-column-gap: 700px;
    }
    /* 5個人頁面 */
    #about_people {
        height: 80%;
        width: 90%;
    }
    #about_people>div:nth-child(2){
        margin-top: 0;
        margin-bottom: 0%;
    }
    #about_school {
        letter-spacing: 3px;
        font-size: 13px;
    }
    /* 測試頁面 */
    #test_wrapper {
        width: 100%;
    }
    .options {
        min-width: 80%;
    }
    #test_q_box {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr;
    }
    #test_q_box>div {
        text-align: center;
    }
    #test_q_box>img {
        margin: 0 auto;
    }
    #test_img {
        height: 50vh;
    }
    /* 結果頁面 */
    #test_result_box {
        width:100%;
        left: 0;
    }
    #result_img {
        max-width: 95%;
        margin-top: 20%;
    }
}
