/********************命名Class時，前面需加momoStyle_********************/
/* v.2208.0801  */
/* .container{
    background-color: rgba(0, 0, 0, 0.2);} */
/* .CarouseBreath {
    animation: Breath 4s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes Breath {
    0% {
        -webkit-filter: brightness(.95) contrast(1.5);
    }

    50% {
        -webkit-filter: brightness(1.2) contrast(1.1);
    }

    100% {
        -webkit-filter: brightness(.95) contrast(1.5);
    }
} */
.momoStyle_mainArea .Area2000 {
    z-index: 99;
}

:root {
    --navColor: #920000;
    --navColor_hover: #bb0000;
}

.LUXEfloatingBG {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center 0px;
    background-repeat: repeat-y;
    transition: 0.5s linear;
    pointer-events: none;
}

.col-6 .row img {
    /* 組合僅顯示第一張 */
    display: none;
}

.col-6 .mt-3 img {
    /* 組合僅顯示第一張 */
    display: block;
}

.col-6 .row img:first-child {
    /* 組合僅顯示第一張 */
    display: block;
}

.LUXEpromoteBN>a {
    /* 檔期僅顯示第一張 */
    display: none !important;
}

.LUXEpromoteBN>a:first-child {
    /* 檔期僅顯示第一張 */
    display: block !important;
}


body {
    margin: 0;
    padding: 0;
    background-color: #f9f9f8;
    background-image: url(SHUBG.jpg?t=1751272987176);
    width: 100%;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}

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

.white {
    color: #fff;

}

.row {
    /*fixed flexbox stretch images*/
    align-items: center !important;

}

.col-6 {
    background-image: none;
    background-size: 100%;
    transition-duration: .3s;

}

.col-6:hover {
    /* 組合hover動態 */

    /* background-color: #00000028;
    transition-duration: .3s; */

}

.col-6 img {
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
    /* -webkit-filter: brightness(0.95) drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));  */
}

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

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

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

.LUXEscaleAN {
    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)); */
}

.LUXEscaleAN:hover {
    /* filter: brightness(1.05);
    -webkit-filter: brightness(1.05); */
    transform: scale(0.97);
    cursor: pointer;
}

.LUXEcategorytitle {
    /*分類大標樣式*/
    /* pointer-events: none; */
    cursor: default;
    /* filter: drop-shadow(3px 3px 3px #00000085); */
    /* -webkit-filter: drop-shadow(3px 3px 3px #00000085); */
}

.LUXEcategorytitle 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;
}

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

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

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

.SHUnavbar a {
    color: #fff !important;
    /* background: var(--navColor); */
    /* margin: 0 .2em; */
    padding: .4em 0;
    background-size: 70%;
    border-right: #7c7c7c solid .5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition-duration: .3s;
    font-family: futurastdmedium, noto sans tc, Arial, 微軟正黑體, microsoft jhenghei, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 3px;
    line-height: 1.2rem;
    text-align: center;
    vertical-align: middle;

}

.SHUnavbar a:last-child {
    border-right: #fff solid 0px;

}

/* 選單hover動態 */
.SHUnavbar a:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff22 30%, #ffffff22 70%, #ffffff00 100%);
    opacity: 1;


}

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

    body {
        background-position: top center;
        background-size: 100%;
        background-repeat: repeat-y;
        background-attachment: scroll;
        background-position: 50% 50%;
        background-image: none;
        background-color: #000000;
        /* background: linear-gradient(90deg, #ffdcc8 0%, #ffe5d4 50%, #ffdcc8 100%); */
    }

    .col-6:hover {
        /* 組合hover動態 */
        filter: none;
        -webkit-filter: none;
        background-image: none;
        /* background-color: #000; */
    }

    .previewArea {
        background-image: none;
    }



    .container>.row,
    .mbBG {
        background-image: url(SHUBG.jpg?t=1751272987176);
        /* background-color: #421401; */
        background-position: top center;
        /* background-repeat: repeat; */
        background-size: cover;

    }

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

    .Area_LUXEnavbar {
        margin-bottom: 0 !important;
        z-index: 99;
        /* justify-content: flex-start !important; */
    }

    .Area_LUXEnavbar .Area_LUXEnavbar_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;
    }

    .SHUnavbar {
        flex-wrap: nowrap;
        align-items: center;
        padding: .5em;
    }

    .SHUnavbar a {
        color: #fff;
        /* background: var(--navColor); */
        opacity: 1;
        white-space: nowrap;
        padding: 0em 0.8em;
        font-size: 1.08rem;
        line-height: 1.08rem;
    }

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

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



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

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

/* Swiper樣式區域 */
.LUXEswiper {
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;
}

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

.swiper-wrapper {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .swiper-pagination {
        bottom: 5%;
    }



    .swiper-wrapper {
        min-height: 50vw;
        height: auto;
    }

    .LIPswiper .swiper-wrapper {
        min-height: 105vw;
    }
}

/* .embed-responsive-16by9
{height:30vw;}
@media screen and (max-width: 768px) {

    .embed-responsive-16by9
    {height:80vw;}

} */
.row .LUXEscaleAN {
    /* filter: grayscale(1); */
}

.row .LUXEscaleAN:hover {
    /* filter: grayscale(0); */
}
