/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加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/bg_2000x2350.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 2400px; */
}

main {
    background-image: url(../images/topBn_bgrepeat.webp);
    background-size: 100% 100%;
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: repeat-x;
}

/* .pro{
    background-image: url(../images/pro_bg-1110x850.png);
    background-position: top center;
    width: 1110px;
    height: 850px;
    background-repeat:no-repeat;
    
} */
.topbn{
    background-image: url(../images/a_top_bnbg.jpg);
   background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.cbg{
     background-image: url(../images/c_bg-1110x440.png);
     background-size: contain;
     background-position: top center;
     background-repeat: no-repeat;
   
}
.cbg-mb{
    background-image: none;
}

.cbg2{
    background-image: url(../images/d_bg-1110x440.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
 }

 .cbg2-mb{
    background-image: none;
    
 }

.ebg{
    background-image: url(../images/e_bg-1110x475.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px;
}

.ebg-mb{
    background-image: none;
}

.wood-bg{
    background-image: url(../images/pro_bg-370x850.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px 15px;
}

.orange{
    background-image: url(../images/bg2_2000x1200.jpg);
}

.grasses{
    background-image: url(../images/bg2_2000x700.jpg);
    background-size: cover;
    color: white; text-shadow: black 0.1em 0.1em 0.2em
}
section#method a {
    margin: 0 3px;
    color: #fff600;
}

/* .grasses-img{
    background-image: url(../images/bg_b-2000x450.jpg);
    background-position: top center;
} 

@media (max-width: 767px) {
    .grasses-img{
        background-image: url(../images/bg_b-2000x450.jpg);
        background-position: top center;
        background-size: 300vw;
    } 
} */


/* 按鈕顏色 */
.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;
}
footer {
    padding-bottom: 15px;
}
.hotsaleBox{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* 斷點區 */

@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){
    
    body{
        background-image: url(../images/allmobg.jpg);
        background-position: top center;
        background-repeat: repeat-y;
        background-size: contain;
    }


    .actablebox{
        font-size: 14px;
    }
    .actablebox th.table-title{
        font-size: 1.2rem;
    }
    .wood-bg{
        background-image: url(../images/pro_bg-370x850.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 30px 15px;
    }
    .wood-bg.wood-bg2{
        background-image: url(../images/pro_mo_740x500.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 30px 15px;
    }
    .mt-less{
        margin-top: -25px;
    }
    .cbg{
        background-image: none;
      
   }
   .cbg-mb{
    background-image: url(../images/c_mobg-555x800.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: auto;
        }
    .cbg2{
        background-image: none;
      
   }
    .cbg2-mb{
        background-image: url(../images/d_mobg-555x800.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        }
        .ebg-mb{
            background-image:url(../images/e_bg-475x1110.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center;
            
          
        }
        .ebg{
            background-image: none;
        }

    .bg-white-mb{
            background-color: #FFF;
        }

        .topbn-mb{background-image: url(../images/top_mobg.jpg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: top center;
        }
        
        .topbn{background-image: none;}

        .row.row-less{
            margin: 0 -10px;
        }

}





@media screen and (max-width: 640px){
    .logooutbox .logoinn{
        flex-basis: 24%;
    }
}

@media screen and (max-width: 480px){

}