* {
    box-sizing: border-box;
    user-select: none;
}

.show {
    display: block;
}

html,
body {
    scroll-behavior: smooth;
    position: relative;
    height: 100%;
}

.COLORRED {
    color: #FFBA1D;
}

body {
    margin: 0;
    width: 100%;
}

#modals {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: none;
}

#modals.act {
    display: flex;
}

#modals>*.act {
    display: block;
}

#modals>* {
    color: #ccc;
    display: none;
    position: relative;
    width: calc(100% - 60px);
    height: calc(100vh - 30px);
}

#modals .close-btn {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/img/modal/關閉按鈕.png');
    position: absolute;
    right: 45px;
    top: 35px;
    transition: 1s;
    cursor: pointer;
}

@media (max-width:1280px) {
    #modals .close-btn {
        right: 15px;
    }
}

@media (max-width:1000px) {
    #modals .close-btn {
        width: 30px;
        height: 30px;
        top: 25px;
    }
}

#game_question {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-a.png');
    display: none;
    overflow: auto;
    padding: 110px 70px 0px;
}

/* width */
#game_question::-webkit-scrollbar,
#modals .content::-webkit-scrollbar,
#modals .content .text::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#game_question::-webkit-scrollbar-track,
#modals .content::-webkit-scrollbar-track,
#modals .content .text::-webkit-scrollbar-track {
    background: #555;
}

/* Handle */
#game_question::-webkit-scrollbar-thumb,
#modals .content::-webkit-scrollbar-thumb,
#modals .content .text::-webkit-scrollbar-thumb {
    background: #ccc;
}

@media (max-width:1000px) {
    #game_question {
        padding: 110px 50px 0px;
    }
}

#game_question .question {
    width: 100%;
    max-width: 1000px;
    height: 200px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 52px;
    margin-bottom: 20px;
    position: relative;
    margin: auto;
    transition: 1s;
}

@media (max-width:1000px) {
    #game_question .question {
        padding: 20px;
    }
}

#game_question .question .deco {
    position: absolute;
    bottom: calc(100% - 5px);
    right: 15px;
}

#game_question .question .modal-h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #E71B0B;
}

@media (max-width:800px) {
    #game_question .question .modal-h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width:500px) {
    #game_question .question .modal-h1 {
        font-size: 24px;
        line-height: 24px;
    }
}

#game_question .question .modal-h2 {
    font-size: 20px;
    line-height: 20px;
    color: #3D2D0E;
    font-weight: bold;

}

@media (max-width:800px) {
    #game_question .question .modal-h2 {
        margin-top: 15px;
    }
}

@media (max-width:500px) {
    #game_question .question .modal-h2 {
        font-size: 16px;
        line-height: 16px;
    }
}

#game_question .ans-btn {
    width: 100%;
    max-width: 1000px;
    height: 70px;
    font-size: 36px;
    line-height: 70px;
    color: #FF8908;
    background-color: white;
    border-radius: 35px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 30px auto 0px;
    position: relative;
    z-index: 1;
}

@media (max-width:500px) {
    #game_question .ans-btn {
        height: 55px;
        font-size: 24px;
        line-height: 55px;
        margin: 25px auto 0px;
    }
}

#game_question .backgound-deco {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background-image: url('/img/modal/background-a-moon-svg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hint {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-a.png');
    display: block;
    display: none;
    padding-top: 70px;
    position: relative;
}

#hint .content {
    max-width: 700px;
    width: calc(100% - 140px);
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

#hint .content .header {
    width: 100%;
    height: 240px;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
}

#hint .content .header .deco-rabbit {
    position: absolute;
    width: 208px;
    height: 310px;
    background-image: url('/img/modal/wrong-rabbit.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    left: 60px;
    transition: 1s;
}

#hint .content .header .right {
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hint .content .header .h1 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #E71B0B;
}

#hint .content .header .h2 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #3D2D0E;
    font-weight: bold;
}

#hint .content .header .retrybtn {
    width: 146px;
    height: 51px;
    margin-top: 30px;
    background-image: url('/img/modal/tryagain.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#hint .content .text {
    height: calc(100% - 300px);
    font-size: 24px;
    line-height: 34px;
    color: white;
    overflow: auto;
}

#hint .deco-moon {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('/img/modal/background-a-moon.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:650px) {
    #hint {
        padding-top: 50px;
    }

    #hint .content {
        width: calc(100% - 80px);
    }

    #hint .content .header {
        height: 180px;
    }

    #hint .content .header .deco-rabbit {
        width: 145px;
        height: 217px;
        top: -20px;
        left: 20px;
    }

    #hint .content .header .right {
        width: 50%;
    }

    #hint .content .header .h1 {
        font-size: 24px;
        letter-spacing: 0px;
    }

    #hint .content .header .h2 {
        font-size: 16px;
        letter-spacing: 0px;
    }

    #hint .content .header .retrybtn {
        width: 102px;
        height: 36px;
    }

    #hint .content .text {
        font-size: 20px;
        line-height: unset;
    }
}

@media (max-width:450px) {
    #hint .content .header .deco-rabbit {
        width: 104px;
        height: 155px;
        top: 10px;
        left: -10px;
    }

    #hint .content .header .h1 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    #hint .content .header .h2 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    #hint .content .header .retrybtn {
        width: 85px;
        height: 30px;
    }

    #hint .content .text {
        font-size: 18px;
    }
}




#explaination {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-a.png');
    display: block;
    display: none;
    padding-top: 70px;
    position: relative;
}

#explaination .content {
    max-width: 700px;
    width: calc(100% - 140px);
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

#explaination .content .header {
    width: 100%;
    height: 240px;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
}

#explaination .content .header .deco-rabbit {
    position: absolute;
    width: 249px;
    height: 229px;
    background-image: url('/img/modal/right-eagle.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 40px;
    transition: 1s;
}

#explaination .content .header .right {
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#explaination .content .header .h1 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #22AB38;
}

#explaination .content .header .h2 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #3D2D0E;
    font-weight: bold;
}

#explaination .content .header .retrybtn {
    width: 146px;
    height: 51px;
    margin-top: 30px;
    /* background-image: url('/img/modal/nextques.png'); */
    /* background-color: rgb(206, 12, 12); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

/* 倒數3秒下一題的數字框設定 */
#explaination .content .header .three-sec {
    width: 146px;
    height: 51px;
    margin-top: 30px;
    font-size: 3rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(206, 12, 12);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:650px) {
    #explaination .content .header .three-sec {
        font-size: 2rem;
    }
}

#explaination .content .text {
    height: calc(100% - 300px);
    font-size: 24px;
    line-height: 34px;
    color: white;
    overflow: auto;
}

#explaination .content .text img {
    width: 100%;
}

#explaination .content .text a {
    text-decoration: none;
    color: #FF8908;
    font-size: 18px;
    font-weight: bold;
}

#explaination .deco-moon {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('/img/modal/background-a-moon.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:750px) {
    #explaination .content .header .deco-rabbit {
        width: 199px;
        height: 183px;
        top: 30px;
        left: 20px;
    }
}

@media (max-width:650px) {
    #explaination {
        padding-top: 50px;
    }

    #explaination .content {
        width: calc(100% - 80px);
    }

    #explaination .content .header {
        height: 180px;
    }

    #explaination .content .header .deco-rabbit {
        width: 145px;
        height: 217px;
        top: 30px;
        left: 20px;
    }

    #explaination .content .header .right {
        width: 50%;
    }

    #explaination .content .header .h1 {
        font-size: 24px;
        letter-spacing: 0px;
    }

    #explaination .content .header .h2 {
        font-size: 16px;
        letter-spacing: 0px;
    }

    #explaination .content .header .retrybtn {
        width: 102px;
        height: 36px;
    }

    #explaination .content .text {
        font-size: 20px;
        line-height: unset;
    }
}

@media (max-width:500px) {
    #explaination .content .header .deco-rabbit {
        width: 124.5px;
        height: 114.5px;
        top: 30px;
        left: 20px;
    }
}

@media (max-width:450px) {
    #explaination .content .header .deco-rabbit {
        width: 104px;
        height: 155px;
        top: 40px;
        left: -10px;
    }

    #explaination .content .header .h1 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    #explaination .content .header .h2 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    #explaination .content .header .retrybtn {
        width: 85px;
        height: 30px;
    }

    #explaination .content .text {
        font-size: 18px;
    }
}



#purpose {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: block;
    /* display: none; */
    padding-top: 105px;
    position: relative;
    color: white;
}

#purpose .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#purpose .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#purpose .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#purpose .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#purpose .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #purpose {
        padding-top: 60px;
    }

    #purpose .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #purpose .content {
        height: calc(100% - 150px);
    }

    #purpose .content .title {
        font-size: 20px;
    }

    #purpose .content .text {
        font-size: 18px;
    }
}








#purpose {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 105px;
    position: relative;
    color: white;
}

#purpose .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#purpose .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#purpose .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#purpose .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#purpose .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #purpose {
        padding-top: 60px;
    }

    #purpose .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #purpose .content {
        height: calc(100% - 150px);
    }

    #purpose .content .title {
        font-size: 20px;
    }

    #purpose .content .text {
        font-size: 18px;
    }
}












#rule {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 105px;
    position: relative;
    color: white;
}

#rule .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#rule .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#rule .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#rule .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#rule .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #rule {
        padding-top: 60px;
    }

    #rule .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #rule .content {
        height: calc(100% - 150px);
    }

    #rule .content .title {
        font-size: 20px;
    }

    #rule .content .text {
        font-size: 18px;
    }
}













#modal-lottery {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 105px;
    position: relative;
    color: white;
}

#modal-lottery .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#modal-lottery .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#modal-lottery .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#modal-lottery .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#modal-lottery .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #modal-lottery {
        padding-top: 60px;
    }

    #modal-lottery .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #modal-lottery .content {
        height: calc(100% - 150px);
    }

    #modal-lottery .content .title {
        font-size: 20px;
    }

    #modal-lottery .content .text {
        font-size: 18px;
    }
}



















#winner-annoucement,
#dateline,
#Prize-Precautions {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 105px;
    position: relative;
    color: white;
}

#winner-annoucement .header,
#dateline .header,
#Prize-Precautions .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#winner-annoucement .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#dateline .content,
#Prize-Precautions .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 850px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
    letter-spacing: 4px;
}

#winner-annoucement .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#winner-annoucement .content .text,
#dateline .content .text,
#Prize-Precautions .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#dateline .content .text {
    text-align: justify;
}

#winner-annoucement .deco-clould,
#dateline .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #winner-annoucement {
        padding-top: 60px;
    }

    #winner-annoucement .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #winner-annoucement .content {
        height: calc(100% - 150px);
    }

    #dateline .content .title,
    #winner-annoucement .content .title {
        font-size: 20px;
    }

    #dateline .content .text,
    #winner-annoucement .content .text {
        font-size: 18px;
    }

    #Prize-Precautions .text {
        font-size: 18px;
        text-align: justify;
        padding-right: 10px;
    }
}












#prize {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 105px;
    position: relative;
    color: white;
}

#prize .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#prize .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#prize .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#prize .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#prize .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #prize {
        padding-top: 60px;
    }

    #prize .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #prize .content {
        height: calc(100% - 150px);
    }

    #prize .content .title {
        font-size: 20px;
    }

    #prize .content .text {
        font-size: 18px;
    }
}


.price_icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 20px;
    margin-bottom: 22.5px;
    margin-left: 95px;
}

@media (max-width:600px) {
    .price_icon {
        margin-left: 30px;
    }
}






#caution {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 105px;
    position: relative;
    color: white;
}

#caution .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#caution .content {
    margin: auto;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
}

#caution .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#caution .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#caution .deco-clould {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: url('/img/modal/background-b-cloud.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:600px) {
    #caution {
        padding-top: 60px;
    }

    #caution .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #caution .content {
        height: calc(100% - 150px);
    }

    #caution .content .title {
        font-size: 20px;
    }

    #caution .content .text {
        font-size: 18px;
    }
}

/* 個資說明互動視窗 */
#personal-data {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-a.png');
    display: none;
    padding-top: 105px;
    position: absolute;
    color: white;
    z-index: 1;
}

#personal-data .header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#personal-data .content {
    margin: auto;
    /* width: 100%;
    height: 100%; */
    width: calc(100% - 60px);
    height: calc(100% - 250px);
    max-width: 800px;
    max-height: 350px;
    /* max-width: 1280px;
    max-height: 720px; */
    overflow-y: scroll;
}

#personal-data .content h1 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#personal-data .content .title {
    font-size: 26px;
    font-weight: bolder;
}

#personal-data .content .text {
    font-size: 26px;
    margin-bottom: 30px;
}

#personal-data .backgound-deco {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('/img/modal/background-a-moon-svg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:600px) {
    #personal-data {
        padding-top: 60px;
    }

    #personal-data .header {
        font-size: 24px;
        margin-bottom: 45px;
    }

    #personal-data .content {
        height: calc(100% - 150px);
    }

    #personal-data .content .title {
        font-size: 20px;
    }

    #personal-data .content .text {
        font-size: 18px;
    }
}

#taipei {
    max-width: 1008px;
    max-height: 450px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    text-align: center;
    background-image: url('/img/modal/background-b.png');
    /* display: none; */
    padding-top: 105px;
    position: relative;
    color: white;
}

#taipei .content {
    margin: 50px auto 30px;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
    font-size: 24px;
}

/* 新增台北通滑鼠按鈕樣子 */
#taipei>div>img {
    cursor: pointer;
}

.open-personal-data {
    margin-top: 30px;
}

/* 個資使用說明按鈕 */
.open-personal-data>a {
    font-size: 16pt;
    font-weight: bold;
    color: #FFBA1D;
    text-decoration: underline;
    font-family: 微軟正黑體, Helvetica, Arial;
    cursor: pointer;
}

@media (max-width:600px) {
    #taipei {
        padding-top: 60px;
    }
}


#form-start {
    max-width: 1008px;
    max-height: 450px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    text-align: center;
    background-image: url('/img/modal/background-b.png');
    /* display: none; */
    padding-top: 105px;
    position: relative;
    color: white;
}

#form-start .content {
    margin: 50px auto 30px;
    width: calc(100% - 60px);
    max-width: 700px;
    max-height: 350px;
    height: calc(100% - 250px);
    overflow: auto;
    font-size: 24px;
}

@media (max-width:600px) {
    #form-start {
        padding-top: 60px;
    }
}

#form-end {
    max-width: 1008px;
    max-height: 450px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    text-align: center;
    background-image: url('/img/modal/background-b.png');
    /* display: none; */
    position: relative;
    color: white;
}

#form-end .content {
    margin: 0px auto;
    width: calc(100% - 60px);
    max-width: 700px;
    height: 100%;
    overflow: auto;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#feedback {
    max-width: 1280px;
    max-height: 720px;
    border-radius: 15px;
    border: 5px solid #FFBA1D;
    background-image: url('/img/modal/background-b.png');
    display: none;
    padding-top: 65px;
    position: relative;
    color: white;
}

#feedback .modal-h1 {
    width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    color: #FFFF00;
}

#feedback .content {
    margin: auto;
    width: calc(100% - 60px);
    height: calc(100% - 150px);
    max-width: 850px;
    max-height: 800px;
    padding: 15px;
    overflow: auto;
}

/* #feedback label */
#feedback label {
    position: relative;
    padding-left: 40px;
}

#feedback label input {
    display: none;
    visibility: hidden;
}

#feedback span::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

#feedback input:checked~span::before {
    background-color: white;
}

.feedback-0 {
    margin-bottom: 30px;
    font-size: 24px;
}

.feedback-1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.feedback-2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.feedback-3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.feedback-3 textarea {
    width: 100%;
    max-width: 760px;
    resize: none;
}

.feedback-4 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.feedback-4 .feedback-btn {
    max-width: 200px;
    padding: 10px 50px;
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 22px;
}

.content-h2 {
    margin-bottom: 10px;
}

.content-mt {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.content-mt label {
    margin-right: 15px;
    margin-bottom: 5px;
}






#small {
    width: 1008px;
    height: 450px;
}


nav {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 86px;
    padding: 20px 30px;
    background-color: #000;
    z-index: 5;
    top: 0px;
    left: 0px;
}

nav button {
    background: transparent;
    cursor: pointer;
}

@media (max-width:1300px) {
    nav img {
        width: 35px;
    }
}

@media (max-width:768px) {
    nav img {
        width: 30px;
    }
}


main>* {
    width: 100%;
    height: 100vh;
}

main #banner1 {
    background-image: url('/img/banner1-07-background-02.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-left: 135px;
    position: relative;
    overflow: hidden;
}

main #banner1 .compaign-info {
    width: 100%;
    max-width: 930px;
    aspect-ratio: 115 / 64;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/img/banner1-01-title.png');
    position: relative;
    z-index: 1;
}

main #banner1 .compaign-info .visit {
    color: white;
    font-weight: bold;
    position: absolute;
    right: 54px;
    font-size: 24px;
    bottom: 16%;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: 'Microsoft JhengHei';
    transition: 1s;
}

main #banner1 .btn {
    display: block;
    width: 288px;
    height: 170px;
    position: absolute;
    top: calc(100% + 20px);
    left: 100%;
    transform: translateX(-113%);
    transition: 1s;
}

main #banner1 .deco-building {
    width: 424px;
    height: 496px;
    background-image: url('/img/banner1-08-building.png');
    position: absolute;
    bottom: 75px;
    left: 0px;
}

main #banner1 .deco-main {
    position: absolute;
    bottom: 0px;
    right: -110px;
    transition: 1s;
}

main #banner1 .deco-sub {
    position: absolute;
    bottom: 95px;
    right: 510px;
    transition: 1s;
}

@media (max-width:1750px) {
    main #banner1 .deco-main {
        transform: scale(0.7);
        bottom: -10%;
        right: -200px;
        transition: 1s;
    }

    main #banner1 .deco-sub {
        transform: scale(0.7);
        bottom: 0px;
        right: 300px;
        transition: 1s;
    }
}

main #banner1 .deco-marquee {
    width: 100%;
    height: 80px;
    background-color: black;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

main #banner1 .deco-marquee .car {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    animation: 15s linear infinite runningcar;
}

main #banner1 .deco-marquee img:nth-child(1) {
    margin-right: 45px;
}

@keyframes runningcar {
    0% {
        left: -697px;
    }

    100% {
        left: calc(100% + 135px);
    }
}

@media (max-width:1300px) {
    main #banner1 {
        padding-left: 0px;
        transition: 1s;
        z-index: 2;
    }

    main #banner1 .compaign-info .visit {
        right: 6%;
        font-size: 20px;
        transition: 1s;
    }

    main #banner1 .btn {
        transform: unset;
        right: unset;
        left: 6%;
        transition: 1s;
    }

    main #banner1 .deco-main {
        transform: scale(0.6);
        bottom: -15%;
        transition: 1s;
    }

    main #banner1 .deco-sub {
        transform: scale(0.6);
        bottom: 40px;
        transition: 1s;
    }
}

@media (max-width:768px) {
    main #banner1 .compaign-info .visit {
        font-size: 16px;
        transition: 1s;
    }

    /* main #banner1 .deco-building {
        display: none;
    } */

    main #banner1 .deco-main {
        transform: scale(0.5);
        right: -330px;
        transition: 1s;
    }

    main #banner1 .deco-sub {
        right: 140px;
        transition: 1s;
    }
}

@media (max-width:620px) {
    main #banner1 .compaign-info .visit {
        font-size: 14px;
        transition: 1s;
    }
}

/* banner2 */

main #banner2 {
    background-position: center;
    background-image: url('/img/banner2-12-background1.png');
    background-size: 101%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

main #banner2 .deco-moon {
    /* position: absolute; */
    width: 100%;
    /* top: 0px; */
    /* left: 0px; */
}

main #banner2 .banner-2-title {
    display: flex;
    justify-content: center;
}

main #banner2 .links {
    width: 100%;
    aspect-ratio: 1903/227;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

main #banner2 .prize {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

main #banner2 .links .modalbtn {
    position: static;
    z-index: 3;
    cursor: pointer;
}

main #banner2 .links .modalbtn img {
    display: none;
}

main #banner2 .links .modalbtn1 {
    width: 350px;
    height: 100%;
}

main #banner2 .links .modalbtn2 {
    width: 305px;
    height: 100%;
}

main #banner2 .links .modalbtn3 {
    width: 360px;
    height: 100%;
}

main #banner2 .links .modalbtn4 {
    width: 365px;
    height: 100%;
}

main #banner2 .links .modalbtn5 {
    width: 270px;
    height: 100%;
}

main #banner2 .links .modalbtn6 {
    width: 265px;
    height: 100%;
}

main #banner2 .cloud {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


@media (max-width:1300px) {
    main #banner2 {
        padding: 100px 0px 50px;
        align-items: center;
        height: unset;
        background-image: url('/img/banner2-12-background1(tab).png');
        background-size: cover;
    }

    main #banner2 .swiper-area {
        width: 100%;
        overflow: hidden;
    }

    main #banner2 .links-area {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    main #banner2 .deco-moon {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-50%);

    }

    main #banner2 .cloud {
        display: none;
    }

    main #banner2 .links {
        width: 1024px;
        flex-wrap: wrap;
        justify-content: center;
    }

    main #banner2 .links .modalbtn {
        margin-bottom: 15px;
    }

    main #banner2 .links .modalbtn img {
        display: block;
    }

    main #banner2 .links .modalbtn:nth-child(2n) {
        margin-right: 15px;
    }

    main #banner2 .links .modalbtn:nth-child(2n+1) {
        margin-left: 15px;
    }

    main #banner2 .links .modalbtn1 {
        width: unset;
        height: unset;
    }

    main #banner2 .links .modalbtn2 {
        width: unset;
        height: unset;
    }

    main #banner2 .links .modalbtn3 {
        width: unset;
        height: unset;
    }

    main #banner2 .links .modalbtn4 {
        width: unset;
        height: unset;
    }

    main #banner2 .links .modalbtn5 {
        width: unset;
        height: unset;
    }

    main #banner2 .links .modalbtn6 {
        width: unset;
        height: unset;
    }
}

@media (max-width:768px) {
    main #banner2 .links {
        padding: 0px 15px;
        width: calc(100% - 30px);
    }

    main #banner2 .links .modalbtn {
        width: calc(50% - 15px);
    }

    main #banner2 .links .modalbtn img {
        width: 100%;
    }
    main #banner2 .banner-2-title picture img{
        max-width: 360px;
    }
}


main #banner3 {
    background-image: url('/img/banner3-01-background1.png');
    background-size: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 190px 0px 50px;
}

main #banner3 .banner-3-title {
    width: 180px;
    display: flex;
    flex-direction: column;
}

main #banner3 .banner-3-title .jackpot.isbigo {
    cursor: pointer;
}

main #banner3 .banner-3-title .jackpot img {
    width: 100%;
}

main #banner3 .decorate {
    position: absolute;
    top: -5px;
    left: 0px;
}

main #banner3 .decorate img {
    width: 101%;
}


main #banner3 .game-wrapper .riddle-game {
    width: 770px;
    height: 710px;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(10px);
    transition: 1s;
}

main #banner3 .game-wrapper .riddle-game .lantern {
    position: relative;
    width: 33.3%;
    height: 33.3%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

main #banner3 .game-wrapper .riddle-game .lantern img {
    transition: 1s;
}

main #banner3 .game-wrapper .riddle-game :not(.act).lantern {
    cursor: pointer;

}

main #banner3 .game-wrapper .riddle-game .lantern.act {
    transform: rotateY(180deg);
}

main #banner3 .game-wrapper .riddle-game .lantern .front,
main #banner3 .game-wrapper .riddle-game .lantern .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

main #banner3 .game-wrapper .riddle-game .lantern .back {
    transform: rotateY(180deg);
}

main #banner3 .rabbit {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 325px;
}

main #banner3 .rabbit img {
    width: 540px;
    transform: translateY(15%);
    position: absolute;
    left: 15px;
    bottom: 50px;
}

@media (max-width:1300px) {
    main #banner3 {
        height: unset;
        background-image: url('/img/banner3-01-background1(tab).png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        flex-direction: column;
        padding: 120px 0px 50px;
        position: relative;
    }

    main #banner3 .banner-3-title {
        width: 100%;
        align-items: center;
    }

    main #banner3 .banner-3-title .jackpot {
        position: absolute;
        bottom: 60px;
        transition: 1s;
    }

    main #banner3 .rabbit {
        display: none;
    }

    main #banner3 .decorate {
        transform: scale(2.5) translateX(-20%);
        left: 50%;
    }

    main #banner3 .game-wrapper {
        margin-bottom: 140px;
    }
}

@media (max-width:800px) {
    main #banner3 {
        padding: 60px 0px 50px;
    }

    main #banner3 .game-wrapper {
        margin-bottom: 90px;
    }

    main #banner3 .game-wrapper .riddle-game {
        width: 80vw;
        height: 80vw;
        transition: 1s;
    }

    main #banner3 .game-wrapper .riddle-game .lantern img {
        width: 100%;
        transition: 1s;
    }

}

main #banner4 {
    background-image: url('/img/banner4-01-background-02.jpg');
    background-size: 101%;
    position: relative;
    margin-top: -1px;
}

main #banner4 .banner-4-title {
    padding: 100px 150px 0px;
    width: 100%;
    text-align: left;
}

main #banner4 .rabbit {
    position: absolute;
    z-index: 4;
    bottom: 15px;
    right: 15px;
    transition: 1s;
}

main #banner4 .swiper-area {
    width: calc(100% - 120px);
    max-width: 1200px;
    padding: 0px 60px;
    margin-left: 100px;
    position: relative;
    z-index: 5;
    transition: 1s;
}

main #banner4 .city {
    position: absolute;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
}

main #banner4 .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

main #banner4 .swiper-slide .pic01 {
    background-image: url('/img/hint-img/誠信最棒篇.png');
}

main #banner4 .swiper-slide .pic02 {
    background-image: url('/img/hint-img/勇敢吹哨篇.png');
}

main #banner4 .swiper-slide .pic03 {
    background-image: url('/img/hint-img/企業服務廉政平台.png');
}

main #banner4 .swiper-slide .pic04 {
    /* background-image: url('/img/hint-img/科技產業誠信治理.png'); */
    background-image: url('/img/hint-img/企業及外商誠信論壇.jpg');
}

main #banner4 .swiper-slide .pic05 {
    background-image: url('/img/hint-img/破解圖利.png');
}

main #banner4 .swiper-slide .pic06 {
    background-image: url('/img/hint-img/聯合國反貪腐公約.png');
}

main #banner4 .city img {
    width: 101%;
    transform: translateY(10px);
}

@media (max-width:1300px) {
    main #banner4 {
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
    }

    main #banner4 .banner-4-title {
        text-align: center;
        padding: 30px 15px 30px;
    }

    main #banner4 .swiper-area {
        /* width: 1500px;
        margin-right: 100px; */

        /* 縮小整體框框符合比例 */
        width: calc(100% - 120px);
        max-width: 1200px;
        /* 位置改成置中 */
        margin: auto;

        transition: 1s;
    }

    main #banner4 .rabbit {
        width: 50%;
        transition: 1s;
    }

}

@media (max-width:768px) {
    main #banner4 .swiper-area {
        /* width: 800px;
        margin-left: 50px; */

        /* 縮小整體框框符合比例 */
        width: calc(100% - 60px);
        max-width: 1200px;

        transition: 1s;
    }

    main #banner4 .rabbit {
        width: 75%;
        transition: 1s;
    }

    /* 避免圖片文字被切割，完整顯示圖片 */
    main #banner4 .swiper-slide .pic01 {
        background-size: contain;
    }

    main #banner4 .swiper-slide .pic02 {
        background-size: contain;
    }

    main #banner4 .swiper-slide .pic03 {
        background-size: contain;
    }

    main #banner4 .swiper-slide .pic04 {
        background-size: contain;
    }

    main #banner4 .swiper-slide .pic05 {
        background-size: contain;
    }

    main #banner4 .swiper-slide .pic06 {
        background-size: contain;
    }
}

/*# sourceMappingURL=index.css.map */

.sound-btn {
    width: 60px;
    height: 60px;
    border: none;
}

.sound-btn>img {
    width: 100%;
}

/* Banner1的icon連結 */

.visit-href {
    width: 10%;
    max-width: 70px;
    height: 15%;
    max-height: 70px;
    border-radius: 50%;
    /* background-color: #22AB38; */
    opacity: 0.5;
    position: absolute;
    bottom: 15.8%;
    z-index: 2;
}

@media (max-width:930px) {
    .visit-href {
        max-width: 8%;
        max-height: 14%;
    }
}

.go-to-youtube {
    left: 64.45%;
}

.go-to-official-website {
    left: 74.2%;
}

/* .mid-size-startgame {
    scale: 1.5;
    transform: scale(1.5);
} */


#price-back,
#price-forward {
    cursor: pointer;
}

.price-area {
    color: white;
    font-family: '微軟正黑體';
    width: 100%;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
}

.price-area .title-area {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    margin-bottom: 30px;
}

.price-area .title-area #price-title {
    padding-left: 30px;
    padding-right: 30px;
}

.price-area .title-area #price-forward {
    transform: rotate(180deg);
}

.price-area .content-area {
    width: 100%;
    max-width: 800px;
    height: 325px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    border-radius: 25px;
    border: 2px #FFBA1D solid;
    background-color: #192b3850;
    overflow: hidden;
}

.price-area .content-area .content-title,
.price-area .content-area #price-content,
.price-area .content-area #price-content .block {
    display: flex;
}

.price-area .content-area #price-content {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
}

.price-area .content-area #price-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 148px;
    height: 100%;
    border-right: 2px #FFBA1D solid;
}

.price-area .content-area .content-title>div {
    border-bottom: 2px #FFBA1D solid;
}

.price-area .content-area .content-title>div:nth-child(1),
.price-area .content-area #price-content .block>div:nth-child(1) {
    min-width: 150px;
    padding: 5px;
    border-right: 2px #FFBA1D solid;
    text-align: center;
}

.price-area .content-area .content-title>div:nth-child(2),
.price-area .content-area #price-content .block>div:nth-child(2) {
    width: 100%;
    padding: 5px;
    text-align: center;
}

@media (max-width:1300px) {
    .price-area .content-area {
        margin-bottom: 60px;
    }
}

@media (max-width:768px) {
    .price-area .title-area {
        font-size: 24px;
    }

    .price-area .title-area div:nth-child(1) {
        display: flex;
        align-items: center;
    }

    .price-area .title-area div:nth-child(3) {
        display: flex;
        align-items: center;
    }

    .price-area .content-area #price-content .block>div:nth-child(2) {
        font-size: 18px;
    }
}