body{
    margin: 0;
}

.btnBanner{
    position: relative;
}
.carousel-control-next, 
.carousel-control-prev{
    width: 5%;
}
.BtnAppleBanner{
    position: absolute;
    width: 14.8%;
    height: 12.8%;
    bottom: 34.1%;
    left: 9%;
}
.BtnGoogleBanner{
    position: absolute;
    width: 14.8%;
    height: 12.8%;
    bottom: 34.1%;
    left: 25.5%;
}
.BtnAppleBanner2{
    position: absolute;
    width: 9.7%;
    height: 8.8%;
    bottom: 29.1%;
    right: 17%;
}
.BtnGoogleBanner2{
    position: absolute;
    width: 9.7%;
    height: 8.8%;
    bottom: 29.1%;
    right: 5%;
}

.NewBox{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.NewImg{
    width: 30%;
}
.NewText{
    width: 65%;
    margin-left: 5%;
}
.NewText h4{
    width: 100%;
    
}
.saleBtn{
    cursor: pointer;
}
.saleText{
    text-align: center;
    color: #30655B;
    font-weight: 900;
    font-size: 18pt;
    margin-top: 10px;
}

#showImgMain{
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#showImgBox{
    width: 30%;
    background-color: white;
    padding: 50px;
    position: relative;
    cursor: default;
}
#closeImg{
    cursor: pointer; 
    color: #000; 
    font-weight: 600;
    font-size: 20pt;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.3s;
}
#closeImg:hover{
    color: rgb(200, 35, 35); 
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item{
    cursor: pointer;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: -30px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 6px;
    border-radius: 10px;
    background: #71AFA0;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus{
    outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active{
    background: #30655B;
}
.owl-carousel.owl-drag .owl-item{
    touch-action: pan-y;
}
.owl-carousel .owl-nav{
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* 讓內部按鈕可點 */
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    color: #71AFA0;
    pointer-events: auto;
    transition: 0.3s;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: #30655B;
}
.owl-carousel .owl-nav .owl-prev{
    left: -75px;
}
.owl-carousel .owl-nav .owl-next{
    right: -75px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 45px;
    line-height: 0;
}

.commentBox{
    border-radius: 5px;
    padding: 15px;
    background-color: white;
}
.commentBox h6{
    font-size: 11pt;
    color: rgb(0, 0, 0, 0.7);
    line-height: 0;
    margin-top: 5px;
}
.commentBox span{
    font-size: 10pt;
    color: rgb(0, 0, 0, 0.7);
}
.commentBox div{
    margin-top: 10px;
    font-size: 12.5pt;
    line-height: 20pt;
}
.reply{
    font-size: 11pt;
    background-color: #F3F7F7;
    padding: 10px 15px;
}
.reply span{
    color: #000;
    font-weight: 600;
    font-size: 11pt;
    margin-right: 10px;
}
.commentText{
    border: 1px solid rgb(212, 212, 212);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}
.comBox{
    width: 100%;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.btn-comment{
    background-color: #30655B;
    color: #fff;
    padding: 10px 50px;
    font-size: 13pt;
    font-weight: 900;
    transition: 0.3s;
    border-radius: 50px;
}
.btn-comment:hover{
    background-color: #71AFA0;
    color: #fff;
}

.btnStyle{
    width: 100%;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnStyle a{
    width: fit-content;
    height: auto;
    padding: 10px 50px;
    border-radius: 50px;
    border: 3px solid #71AFA0;
    background-color: rgb(255, 255, 255);
    color: #71AFA0;
    text-decoration: none;
    font-size: 13pt;
    font-weight: 900;
    transition: 0.3s;
}
.btnStyle a:hover{
    background-color: #71AFA0;
    color: #fff;
}

.fixedBar{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #30655B;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.8);
    z-index: 1000;
}
.fixedBtn{
    padding: 5px 20px;
    margin: 0 10px;
    border-radius: 50px;
    border: 3px solid #fff;
    font-size: 16pt;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.fixedBtn:hover{
    background-color: #fff;
    color: #30655B;
}

.footer{
    position: relative;
    padding-bottom: 50px;
}
.BtnApple, .BtnGoogle{
    position: absolute;
    width: 25.3%;
    height: 11.3%;
    top: 74.3%;
}
.BtnApple{
    left: 21.9%;
}
.BtnGoogle{
    left: 52.8%;
}

.home{
    position: fixed;
    right: 100px;
    bottom: 150px;
    z-index: 100;
}
.home a{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 5px solid #30655B;
    background-color: rgb(255, 255, 255);
    color: #30655B;
    text-decoration: none;
    font-size: 20pt;
    font-weight: 600;
    transition: 0.3s;
}
.home a:hover{
    background-color: #30655B;
    color: rgb(255, 255, 255);
}

@media (max-width: 990px) {
    .NewBox{
        margin: 0 0 15px 0;
    }
    .NewImg{
        display: none;
    }
    .home{
        right: 30px;
        bottom: 120px;
    }
    .home a{
        width: 65px;
        height: 65px;
        display: flex;
    }
    #showImgMain{
        background-color: rgb(0, 0, 0, 0.8);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #showImgBox{
        width: 90%;
        background-color: white;
        padding: 25px;
        position: relative;
        cursor: default;
    }
    #closeImg{
        cursor: pointer; 
        color: #000; 
        font-weight: 600;
        font-size: 20pt;
        position: absolute;
        right: 15px;
        top: 10px;
        transition: 0.3s;
    }
    #closeImg:hover{
        color: rgb(200, 35, 35); 
    }
    .owl-carousel .owl-nav{
        display: none;
    }
    .footer{
        padding-bottom: 100px;
    }
}


/* 
    30655B
    71AFA0
    F3F7F7
*/