/********************命名Class時，前面需加momoStyle_********************/
/* v.2208.0801  */
/* .container{
    background-color: rgba(0, 0, 0, 0.2);} */



.safeText2101 {
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    font-family: futurastdmedium, noto sans tc, Arial, 微軟正黑體, microsoft jhenghei, sans-serif;
}

.row {
    /*fixed flexbox stretch images*/
    align-items: center !important;
}
img{
    width: 100%;
}
.col-6 {
    transition-duration: .3s;
}

.col-6:hover {
    /* 組合hover動態 */
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.col-6 img {
    /* transition-duration: .3s; */
}

.col-6 a:hover {
    cursor: pointer;
}

.light2101 {
    transition-duration: .3s;
}

.light2101:hover {
    transition-duration: .3s;
    filter: brightness(1.0);
    -webkit-filter: brightness(1.0);
    transform: scale(0.97);
}

.KLSpulseBTN {
    transition-duration: .3s;
    margin-bottom: 3%;
    /* 
    filter: brightness(0.95) drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
    -webkit-filter: brightness(0.95) drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5)); */
}

.KLSpulseBTN:hover {
    transform: scale(0.97);
    cursor: pointer;
}

.KLScategorytitle {
    /*分類大標樣式*/
    /* pointer-events: none; */
    cursor: default;
    /* filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8)); */
}

.KLScategorytitle span {
    /* 安全字 */
    font-size: 36px;
}

html {
    /* user-select: none; */
    /* color: black; */
    color: #000;
    text-align: center;
    scroll-behavior: smooth;
}

.lip {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bonusAnm2102 {
    transform: translate(0, 0);
    transition-duration: .3s;
}

.bonusAnm2102:hover {
    /* 滿額贈hover動態  */
    transform: translate(0, -8px);
}

.carousel2102 {
    margin-top: -42%;
}

.Area_KLSnavbar {
    background: #000;
}

.KLSnavbar a {
    background: #000;
    color: #eee;
    /* transition-duration: .3s; */
    font-family: futurastdmedium, noto sans tc, Arial, 微軟正黑體, microsoft jhenghei, sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: .2em;
    text-align: center;
    vertical-align: middle;
    border-right: #ccc 2px solid;
}

.KLSnavbar a:last-child {
    border-right: #ccc 0px solid;
}

/* 選單hover動態 */
.KLSnavbar a:hover {
    /* background: #333; */
    color: #fff;
    font-weight: 500;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    body {}


    .bonusAnm2102:hover {
        /* 滿額贈hover動態  */
        transform: none;
        filter: none;
    }

    .Area_KLSnavbar {
        margin-bottom: 0 !important;
        /* justify-content: flex-start !important; */
    }

    .Area_KLSnavbar .Area_KLSnavbar_box {
        display: inline-flex;
        width: auto;
        max-width: inherit;
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        padding-bottom: 0.5em;
    }

    .KLSnavbar {
        flex-wrap: nowrap;
        align-items: center;
    }

    .KLSnavbar a {
        background: #2e2e2e;
        color: #fff;
        opacity: 1;
        white-space: nowrap;
        padding: 0.5em 0.8em;
        border-right: none;
        margin-right: 0.5em;
        line-height: 1em;
    }

    .KLSnavbar a:last-child {
        margin-right: 0;
    }

    .carousel2102 {
        margin-top: -55%;
    }
}



#KLSScrolltoTopBtn {
    width: 120px;
    position: fixed;
    right: 1%;
    bottom: 3%;
    height: auto;
    opacity: 0;
    transition-duration: .3s;
    z-index: 99;
}

#KLSScrolltoTopBtn:hover {
    cursor: pointer;
    opacity: 1;
}

/* Swiper樣式區域 */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: solid 1px #00000066;
}

.swiper-pagination-bullet-active {
    background-color: #ac1e2e;
    border: none;

}
.KLS2023swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: solid 1px #00000066;
}

.KLS2023swiper .swiper-pagination-bullet-active {
    background-color: #000;
    border: none;

}
.KLSswiper,
.KLS2023swiper {
    --swiper-theme-color: #ccc;
    --swiper-navigation-color: #ccc;
    /* --swiper-navigation-size: 30px; */
}

.swiper-pagination {
    width: 100%;
    left: 0%;
    bottom: 6%;
    /* --swiper-pagination-color: #cf0000; */
}

.KLS2023swiper .swiper-pagination {
    bottom: 0%;
    /* --swiper-pagination-color: #cf0000; */
}

.swiper-wrapper {
    padding-bottom: 0;

}

@media screen and (max-width: 768px) {
    .KLS2023swiper .swiper-wrapper {
        height: 70vw;
    }
}

@media screen and (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-pagination {
        bottom: 5%;
    }
}

@media screen and (max-width: 767px) {
    .KLSswiper .swiper-wrapper {
        height: 100%;
    }
}


