@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

img {
    width: 100%;
}
.main {
    position: relative;
}

#play_btn_1{
    position: absolute;
    top: 26%;
    left: 27.5%;
    width: 46.7%;
}

#play_btn_2{
    position: absolute;
    top: 50%;
    left: 21.5%;
    width: 58%;
}

#playing-gif {
    display: none;
    position: absolute;
    top: -6%;
    left: -3.8%;
    width: 107.8%;
    z-index: 99;
}

#desc-bg {
    display: block;
    height: auto;
}

#desc {
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    padding: 7vw 7vw;
    font-size: 2.91vw;
    color: #452B18;
    background-color: #e5f9cd;
    margin-bottom: -2vw;
}

#desc p{
    text-align: justify;
    padding-left: 1em;
    text-indent: -1.2em;
    margin-bottom: 0.8em;
    line-height: 1.5;
}

#desc ul li {
    text-align: justify;
    padding-left: 0.8em;
    margin-bottom: 0.8em;
    line-height: 1.5;
}

#btn_redemption {
    position: fixed;
    display: none;
    left: 2%;
    width: 25%;
    bottom: 10%;
}

#leftPopUp {
    position:absolute;
    top :50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

#userRedemption {
    position: absolute;
    text-align: center;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 22vw;
}
