/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加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.jpg);
    background-size: cover;
}



/* 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: #074753;
    border: 3px solid #0c5b6a;
    background-color: #fff;
    box-shadow: 0px 5px #0c5b6a;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .btnset a {
        font-size: 1.4rem;
        margin: 1px;
    }
}

.btnset a:hover {
    color: white;
    border: 3px solid #063d47;
    background-color: #0c5b6a;
    box-shadow: 0px 5px #063d47;
}


/*來去逛逛滑鼠移入*/

.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;
}


/* all */
@media screen and (max-width: 767px) {
    .dMdNone {
        display: none;
    }
}

.bg-card {
    border-radius: 30px;
    box-shadow: rgba(73, 73, 73, 0.267) 0 8px 9px;
    background-color: white;
}

.fixtop-1 {
    position: fixed;
    z-index: 15;
    pointer-events: none;
    right: calc(100% - 19%);
    width: 550px;
    top: 0px;
    animation-delay: -3s
}

.fixtop-2 {
    position: fixed;
    z-index: 15;
    pointer-events: none;
    left: calc(100% - 19%);
    width: 550px;
    top: 0px;
    animation-delay: -3s
}


@media screen and (max-width: 767px) {
    .fixtop-1 {
        display: none;
    }

    .fixtop-2 {
        display: none;
    }
}


.tempprice {
    color: red;
    text-decoration: line-through;
}

/* KV */
#kvTopBN {
    background-image: url(../images/kv-bg.png);
    background-size: cover;
    background-position: center;
}


@media screen and (max-width: 767px) {
    #kvTopBN {
        background-image: url(../images/kv-bg-mb.png);
        background-size: cover;
        background-position: center;
    }

}


.title {
    position: absolute;
    z-index: 5;
}

/* sec01 */
.sec01-tag {
    padding: 2px;

}

/* sec02 */
.sec02-tag {
    flex-wrap: nowrap;
}

/* sec03 */
.sec03-bg {
    background-image: url(../images/sec03-stage.png);
    background-size: cover;
    background-position: center;
}

/* sec04 */
.sec04-bg {
    background-image: url(../images/sec04-stage.png);
    background-size: cover;
    background-position: center;
}


/* method */
#method {
    text-shadow: 0 0 3px #9cf3ff, 0 0 3px white;
}

/* 斷點區 */

@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(1.5);
    }

    20% {
        filter: brightness(1);
    }

    21% {
        filter: brightness(1.5);
    }

    22% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1);
    }

    51% {
        filter: brightness(1.5);
    }

    52% {
        filter: brightness(1);
    }

    53% {
        filter: brightness(1.5);
    }

    54% {
        filter: brightness(1);
    }

    78% {
        filter: brightness(1);
    }

    80% {
        filter: brightness(1.5);
    }

    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: 500px 0, 1000px 0
    }

    100% {
        background-position: 0 500px, 0 500px
    }
}

@keyframes snow {
    0% {
        background-position: 500px 0, 1000px 0
    }

    100% {
        background-position: 0 500px, 0 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: -1;
}