/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加class名稱
例如：

在HTML裡：
<div class="abc">我要增加背景</div> 

在css裡：
.abc{
    background-image: url(../images/body_bg.webp);  <------圖檔位置
    background-position: center; <-----圖片在區塊/方塊裡的定位
    background-size: cover;  <-----圖片在區塊/方塊裡的大小
}

 */

/* 補充 
    學習資料
    https://ithelp.ithome.com.tw/articles/10223887
    https://ithelp.ithome.com.tw/articles/10224214
*/



/* 全站背景 */
body {
    background-image: url(../images/body_bg.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

main {
    background-image: url(../images/topBn_bgrepeat.webp);
    background-size: 100% 100%;
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: repeat-x;
}

.s3{
    background-image: url(../images/bg-2.png);
    background-size: 1440px;
    background-position: top center;
    background-repeat: no-repeat;
}

.bgs3-left{
    background-image: url(../images/bg-left.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 32px;
}

.bgs3-right{
    background-image: url(../images/bg-right.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 32px;
}

.bgc{
    background-image: url(../images/bgc.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bga-mb{
    background-image: url(../images/bga-mb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bgb-mb{
    background-image: url(../images/bgb-mb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.s2-bg{
    background-image: url(../images/s2bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.s4-bg{
    background-image: url(../images/bgd.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
}

.s4-bg-2{
    background-image: url(../images/s4-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s4-bg-3{
    background-image: url(../images/s4-bg-3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1440px;
}

.s5-bg{
    background-image: url(../images/s5-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2400px;
}



/* 按鈕顏色 */
.btnset a {
    color: #CA9F37;
    border: 3px solid #BE0602;
    background-color: #fff;
    box-shadow: 3px 5px #880f0f;
    line-height: 1.2;
}/*來去逛逛*/

.btnset a:hover {
/*    color: rgb(44, 40, 1);*/
    color:#fff;
    border: 3px solid #ffd392;
    background-color: #CA141D;
    box-shadow: 3px 5px #8d6e40;
}/*來去逛逛滑鼠移入*/

.nocarslideinnBox01 {
    background-color: #084B7D;
    padding: 10px;
}

/* 原價特價折疊控制 打開變1列 關掉變2列 */
.productSetprice .priceBox{
    flex-direction: row !important;
}

/* logo區圖片大小控制 */
.logooutbox .logoinn{
    flex-basis: 11%;
}
.swiperCover .swiper-slide-next, .swiperCover .swiper-slide-last{
    opacity: .5;}
    
/* .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right{
    background-image: none;
} */

/* 其他東西自己寫這↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */


.squarepppinfoinn-box.pppinfobox{
    background: #075F9E;
    text-decoration: none;
    color: #fff;
}
/* .aaa{
    position: fixed;
    top: 100px;
    right: 0; 
} */
.zzz{
    position: relative;
    z-index: 30;
}
.visualBox{
    background-image: url(../images/kv_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-pagination.qq.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 35px;
}
.box-atop{
    background-image: url(../images/box-atop.jpg);
    background-repeat: repeat-y;
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.box-abottom{
    background-image: url(../images/box-abottom.png);
    background-repeat: no-repeat;
    margin-top: -30px;
    padding-top: 30px;
}
.dui-container{
    position: relative;
    min-height: 100%;
    width: 100%;
    }
.left-leaf{
    position: fixed;
    bottom: 0px;
    left: -25%;
    }
.right-leaf{
    position: fixed;
    bottom: 0px;
    right: -30%;
    }    

/* 斷點區 */

@media screen and (max-width: 1659px){
    
}
@media screen and (max-width: 1399px){
    
}
@media screen and (max-width: 1199px){
    
}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){
    .actablebox{
        font-size: 14px;
    }
    .actablebox th.table-title{
        font-size: 1.2rem;
    }
    footer {
        padding-bottom: 15px;
    }

    .visualBox{
        background-image: url(../images/topbn_bg-mb.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bgc{
    background-image: url(../images/bgc-mb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

}

@media screen and (max-width: 640px){
    .logooutbox .logoinn{
        flex-basis: 24%;
    }
}

@media screen and (max-width: 480px){

}