/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加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-color: #ffeed4;
}

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;
} */

/* 其他東西自己寫這↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.mgAuto {
    margin: auto;
}

@media screen and (max-width: 767px) {
    .dMdNone {
        display: none;
    }
}

.z99 {
    z-index: 99;
}

.squarepppinfoinn-box.pppinfobox {
    background: #075F9E;
    text-decoration: none;
    color: #fff;
}

/* bg1 */
.bg1 {
    background-image: url(../images/bg1.jpg);
    background-position: center bottom;
    background-size: 2400px;
    background-repeat: no-repeat;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .bg1 {
        background-image: url(../images/bg1-mb.jpg);
        background-position: center bottom;
        background-size: 2400px;
        background-repeat: no-repeat;
        margin: 0;
    }
}


/* bg2 */
.bg2 {
    margin: 0;
    margin-top: -2px;
    background-color: #3cb2e8;
    background-image: url(../images/bg2.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

/* bg2 */
.bg3 {
    margin: 0;
    margin-top: -5px;
    background-image: url(../images/bg3.jpg), url(../images/bg4.jpg);
    background-position: center top, center top;
    background-size: 2400px, 2400px;
    background-repeat: no-repeat, repeat;
    padding-top: 150px;
}

@media screen and (max-width: 767px) {
    .bg3 {
        margin: 0;
        margin-top: -5px;
        background-image: url(../images/bg3-mb.jpg), url(../images/bg4-mb.jpg);
        background-position: center top, center top;
        background-size: 2400px, 2400px;
        background-repeat: no-repeat, repeat;
        padding-top: 150px;
    }
}

/* KV */
#kvTopBN {
    background-image: url(../images/kv-bg.png);
    background-position: center bottom;
    background-size: cover;
}

#kvTopBN .kvslides {
    background: url("../images/kv-product-bg.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #kvTopBN .kvslides {
        background: url("../images/kv-product-bg-mb.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #kvTopBN {
        background-image: url(../images/kv-bg-mb.png);
        background-position: center bottom;
        background-size: cover;
    }
}


#kvTopBN * [class^=swiper-container] {
    padding-bottom: 0;
}

#kvTopBN .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}



.hvr-enlarge img {
    transition: all 0.5s 0 linear;
}

.hvr-enlarge:hover {
    filter: brightness(1.08);
}

/* sec01 */
@media screen and (max-width: 767px) {
    #sec01 {
        margin-top: 30px;
    }
}

/* sec02 */
#sec02 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

/* sec03 */
.sec03 {
    background-image: url(../images/sec03-bg-pc.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    .sec03 {
        background-image: url(../images/sec03-bg-1199.png);
    }
}

@media screen and (max-width: 991px) {
    .sec03 {
        background-image: url(../images/sec03-bg-991.png);
    }
}

@media screen and (max-width: 767px) {
    .sec03 {
        background-image: url(../images/sec03-bg-767.png);
    }
}

.sec03 .nocarslide .productSetprice {
    width: 95%;
    display: flex;
    justify-content: center;
}

/* sec04 */
.sec04-stage1 {
    background-image: url(../images/sec04-product-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .sec04-stage1 {
        margin-bottom: 20px;
    }
}

/* method */

section#method a {
    color: red;
    transition: all 0.5s;
}

section#method a:hover {
    background-color: rgb(255, 0, 140);
    color: white;
    /* border-radius: 99px; */
}


/* 斷點區 */

@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;
    }
}

@media screen and (max-width: 640px) {
    .logooutbox .logoinn {
        flex-basis: 24%;
    }
}

@media screen and (max-width: 480px) {}



/* 動畫 */
@keyframes flashLight2 {
    0% {
        filter: brightness(1);
    }

    18% {
        filter: brightness(1);
    }

    19% {
        filter: brightness(2);
    }

    20% {
        filter: brightness(1);
    }

    21% {
        filter: brightness(2);
    }

    22% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1);
    }

    51% {
        filter: brightness(2);
    }

    52% {
        filter: brightness(1);
    }

    53% {
        filter: brightness(2);
    }

    54% {
        filter: brightness(1);
    }

    78% {
        filter: brightness(1);
    }

    80% {
        filter: brightness(2);
    }

    82% {
        filter: brightness(1);
    }

    99% {
        filter: brightness(1);
    }

}

.flashLight {
    /* mix-blend-mode: hard-light; */
    animation: flashLight2 8s infinite ease-in-out;
}

@-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
    }
}

#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: 90;
}