/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加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: #004b93;
    background-position: center;
    background-size: 2000px;
    background-attachment: fixed;
}

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/kv_bg.png);
    background-repeat: no-repeat;
    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;
}

.boxa-1{
    background-image: url(../images/boxa1-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.boxa-2{
    background-image: url(../images/boxa2-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.orange-bg{
    background-image: url(../images/orange-bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.boxc-bg{
    background-image: url(../images/boxc-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 20px;
}
.boxg-bg{
    background-image: url(../images/boxg-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 20px;
}
.boxh-bg{
    background-image: url(../images/boxh-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.carsboxbg.carsboxbg.tran-bg{
    background-color: transparent;
}

.blue-bg{
    background-color: #004b93;
    border-radius: 30px;
    padding: 15px;
}

.blue-bg.boxff{
    background-color: #004b93;
    border-radius: 30px;
    padding: 15px;
    margin-top: -100px;
}
.titleset{
    position: relative;
    z-index: 2;
}
.boxg-bg{
    background-image: url(../images/boxg-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0 0 15px;
     background-size: contain;
}

.boxh-bg{
    background-image: url(../images/boxh-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 15px;
     background-size: contain;
}

.boxj-bg{
    background-image: url(../images/boxj-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btnset a {
    color: #1d509e;
    border: 3px solid #ee7839;
    background-color: #fff;
    box-shadow: 3px 5px #ee7839;
    line-height: 1.2;
}

.btnset a:hover {
    /* color: rgb(44, 40, 1); */
    color: #fff;
    border: 3px solid #0d2b58;
    background-color: #ee7839;
    box-shadow: 3px 5px #0d2b58;
}
.sidepanel {
    padding-top: 24px;
    padding-bottom: 15px;
}
.sidepanel a {
    padding: 2px 9px 0px 20px;
    font-size: 14px;
}
.redline{
    background-image: url(../images/redline.png);
    height: 20px;

}
section#method a{
    margin: 0 3px;
    color: #e8bd28;
}

section#method a:hover {
    color: #1a4fa2;
    background-color: #e8bd28;
    text-shadow: none;
}

/* 斷點區 */

@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;
    }
    .dropdown-content a {
    color: #000;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    }
    .boxa-1 {
    background-image: url(../images/boxa1-bg-mo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 15px;
    }

    .boxa-2 {
    background-image: url(../images/boxa2-bg-mo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 15px;
    }

    .boxa-2.boxa-3 {
    background-image: url(../images/boxa3-bg-mo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }

    .blue-bg.boxff {
    background-color: #004b93;
    border-radius: 30px;
    padding: 0 15px;
    margin-top: -30px;
    }

    .boxc-bg{
       background-image: url(../images/boxa2-bg-mo.png); 
       background-position: top center;
       background-repeat: no-repeat;
       background-size: contain;
    }
    .btnset a {
    font-size: 24px;
    }
    footer {
        padding-bottom: 15px;
    }

}

@media screen and (max-width: 640px){
    .logooutbox .logoinn{
        flex-basis: 24%;
    }
}

@media screen and (max-width: 480px){

}