/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加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.jpg);
    background-color: #fff4e6;
    background-position: top center;
    background-attachment: fixed;
    /* 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;
}

.visualBox{
    background-image: url(../images/bbg_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.redbg{
    background-image: url(../images/redbg.jpg); 
    background-position: top center;
}


/* 按鈕顏色 */
.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;
}

.test-cearrrrrr .carousel-indicators li{
    flex:0 0 25%
}
.carousel-indicators li{
    background-color: transparent;
}
.popo{
    position: relative;
}
.abab{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.bigsizeBox{
    background-image: url(../images/boxb-bg.jpg);
    background-position: top center;
}
.productSetprice{
    border: #e0bd98 3px solid;
}

.abox-bg{
    background-image: url(../images/abox-bg.jpg);
    background-position: top center;
    border-radius: 80px;
    border: #e06847 4px solid;
    background-size: cover;
    margin-top: -20px;
    padding-top: 20px;
}
.bbox-bg{
    background-image: url(../images/bbox-bg.jpg);
    background-position: top center;
    border-radius: 80px;
    border: #e06847 4px solid;
    background-size: cover;
    margin-top: -20px;
    padding-top: 20px;
}
.cbox-bg{
    background-color: #d95636;
}
.dbox-bg{
    background-image: url(../images/dbox-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.ebox-pd{
    margin-top: -80px;
}
.titleset{
    position: relative;
    z-index: 2;
}
.carsboxbg{
    background-color: #FFF;
    border-radius: 30px;
    border: #CA9F37 3px solid;
    background-color: #FFF;
}
.productSetprice.non-bord{
   border: none;
}
.animation_light {
  animation: teeter3 3s infinite alternate 1.5s ease-in-out;
}

@keyframes teeter3 {
  0% {
    -webkit-filter: brightness(1);
  }

  35% {
    -webkit-filter: brightness(1.5);
  }

  60% {
    -webkit-filter: brightness(1);
  }

  85% {
    -webkit-filter: brightness(1.5);
  }

  100% {
    -webkit-filter: brightness(1);
  }
}

#snowMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/snow1.png), url(../images/snow2.png);
  -webkit-animation: 15s snow linear infinite;
  animation: 15s snow linear infinite;
  pointer-events: none;
  z-index: 99;
}

@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 500px 500px, 1000px 500px;
  }
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 500px 500px, 1000px 500px;
  }
}


/* 斷點區 */

@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){
    .visualBox{
    background-image: none;
    }
    .actablebox{
        font-size: 14px;
    }
    .dbox-bg{
        background-image: url(../images/dbox-bg-mb.png);
        background-repeat: no-repeat;
    }
    .actablebox th.table-title{
        font-size: 1.2rem;
    }
    #kvTopBN .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 0;
    }
    .test-cearrrrrr .carousel-indicators li{
        flex: 0 0 50%;
    }
    .abox-bg{
        border-radius: 20px;
    }
    .bbox-bg{
        border-radius: 20px;
    }
    .ebox-pd{
    margin-top: -20px;
    }
     footer {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 640px){
    .logooutbox .logoinn{
        flex-basis: 24%;
    }
}

@media screen and (max-width: 480px){

}