/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加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/black_bg.jpg);
    background-color: #000000;
    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;
}


/* 按鈕顏色 */
.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;
}
.visualBox{
    z-index: 2;
    position: relative;
}
main.mar-less{
    margin-top: -7%;
}
.A-box{
    background: #FFF;
    border: 15px solid transparent;
    padding: 20px;
  }
  .A-box.border-img{
     -moz-border-image: -moz-linear-gradient(top left, #fddeac 0%, #d69244 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #fddeac 0%, #d69244 100%);
    border-image: linear-gradient(to bottom right, #fddeac 0%, #d69244 100%);
    border-image-slice: 1;
}
.S-box{
    background: #FFF;
    border: 5px solid transparent;
    margin-top: -5%;
    padding-top: 5%;
    padding: 5% 15px 0 15px;
  }
  .S-box.border-img{
     -moz-border-image: -moz-linear-gradient(top left, #fddeac 0%, #d69244 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #fddeac 0%, #d69244 100%);
    border-image: linear-gradient(to bottom right, #fddeac 0%, #d69244 100%);
    border-image-slice: 1;
}
h3.topbord{
    border-top: #fac66d 2px solid;
    padding-top: 15px;
    font-weight: bold;
}
.disco .month{
    background-color: #deb97b;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.disco .code{
    text-align: center;
    background-color:#FFF;
    font-size: 22px;
    color: #004ea2;
    padding: 10px 30px;
    border-radius: 80px;
    font-weight: bold;
    margin: 0 5px;
}

.btnset a {
    color: #CA9F37;
    border: 3px solid #CA9F37;
    background-color: #fff;
    box-shadow: 3px 5px #CA9F37;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    border-radius: 100px;
}

.btnset a:hover {
    background-color: #004ea2;
}

.S-box ul{
    list-style-type: decimal;
}
@keyframes teeter3 {

    0% {
      -webkit-filter:brightness(1);
      }
  
      3% {
      -webkit-filter:brightness(2);
    }
      
      10% {
      -webkit-filter:brightness(1);
      }
      
      97% {
      -webkit-filter:brightness(1);
    }
  
    100% {
      -webkit-filter:brightness(2);
    }
  }

  .animation_light{    
    animation: teeter3 .5s infinite alternate;
}

#gotop {
    background: rgba(255,173,32,.6);
}
.openbtn {
    background-color: #fac66e;
}
.sidepanel{
    background-color: #FFF;
    border: 3px solid #ffc35c;
}
.sidepanel a {
    color: #000;
}
.openbtn:hover {
    background-color: #cc922e;
}
/* 斷點區 */

@media screen and (max-width: 1659px){
    
}
@media screen and (max-width: 1399px){
    
}
@media screen and (max-width: 1199px){
    .disco .month {
        font-size: 18px
    }
}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){
    .actablebox{
        font-size: 14px;
    }
    .actablebox th.table-title{
        font-size: 1.2rem;
    }
    .disco .code{
        text-align: center;
        background-color:#FFF;
        font-size: 20px;
        color: #004ea2;
        padding: 10px;
        border-radius: 80px;
        font-weight: bold;
        margin: 0 5px;
    }
    .disco .code{
        font-size: 20px;
    }
    .A-box{
        background: #FFF;
        border: 10px solid transparent;
        padding: 10px;
      }
    main.mar-less {
        margin-top: -12%;
    }
    .btnset{
        margin-top: 15px;
    } 
    footer {
        padding-bottom: 15px;
    }

}

@media screen and (max-width: 640px){
    .logooutbox .logoinn{
        flex-basis: 24%;
    }
}

@media screen and (max-width: 280px){
    .S-box {
        background: #FFF;
        border: 3px solid transparent;
        margin-top: -5%;
        padding-top: 5%;
        padding: 5% 5px 0 5px;
    }
    .A-box {
        background: #FFF;
        border: 5px solid transparent;
        padding: 5px;
    }
    .disco .month, .disco .code{
        font-size: 12px;
        padding: 5px;
    }
    .btnset a {
        font-size: 20px;
    }
}