@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family:  "Noto Serif TC","Libertinus Serif", serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}


/* page分頁按鈕 */
.page{  margin: 40px auto; }
.page li a{ width: 30px;height: 30px;line-height: 30px;background: transparent; color: #c9a05d; border: 0px; }
.page strong, .page a{ transition: 0.3s;color: #fff;background: #c9a05d;}
.page strong, .page a:hover{ background: transparent; color: #c9a05d;border: 1px #c9a05d solid;}
.page li.activeN {color: #fff;background: #c9a05d;width: 30px;height: 30px;border-radius: 50%;line-height: 30px;}




.pageIndex #content_main{ 
      background: url(https://pic03.eapple.com.tw/juji/in-bg.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}

@media screen and (max-width:768px) {
    .pageIndex #content_main{    background-attachment:unset; background-size: auto; background-position: left;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 開場首頁跟浮動 */
.pageIndex #page .info_fix{
    opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 1.5s;
}
.pageIndex #page .stellarnav .menu-toggle span.bars{
    opacity: 0;
    animation: show 1.2s ease-in-out forwards;
    animation-delay: 1.2s;
}
.pageIndex #page #content_main{
    opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 1.8s;
}

.pageIndex #page .footer{
    opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 1.8s;
}

.pageIndex #page  #to_top{
     opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 1.5s;
}

@keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}



/* 開場動畫 */

.bannerindex { position: relative; }

.bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/juji/open-logo.png);
    background-size: contain;
    width: 242px;
    height: 298px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 3s forwards;
}

.bannerindex::before {
    content: "";
    display: block;
    background: #70011c;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    /* animation: banner-bg 2.6s forwards; */
     backdrop-filter: blur(10px);
     animation: banner-show-off 3s linear forwards;
}

.swiper-banner::after {
    content: "";
    display: block;
    height: 0px;
    background-color: transparent;
    pointer-events: none;
    position: fixed;
    bottom: 240px;
    z-index: 500;
    opacity: 0;
}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
    }
    20% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.3) rotate(360deg);
    }
    40% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(0.9) rotate(360deg);
    }
    60% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1.1) rotate(360deg);
    }
    80% {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
    100% {
        opacity: 0;
        filter: blur(10px);
        transform: translate(-50%, -50%) scale(0.8) rotate(360deg);
    }
}

@keyframes banner-bg {
    0% {}
    50% {}
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



@keyframes banner-show-off {
    0%{
        opacity: 1;
        background-color: #802828;
        backdrop-filter: blur(20px);
    }
    50%{
        opacity: 1;
        background-color: #802828e1;
        backdrop-filter: blur(20px);
    }
    75%{
        opacity: 1;
        background-color: #802828a0;
        backdrop-filter: blur(20px);
    }
    100%{
        opacity: 0;
        background-color: transparent;
        }
}


/*反白顏色*/
::-moz-selection{
    background-color: #b5a174;
    color: #6b1e1e;
  }
  ::selection{
    background-color: #b5a174;
    color: #6b1e1e;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #6b1e1e;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #6b1e1e;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #6b1e1e;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #b5a174;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
}



/* swiper pagination */
.swiper-pagination{
    bottom: 30px;
}
.swiper-pagination-bullet{
    opacity: 0.85;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
    background: #fff;
    width: 32px;
    border-radius: 5px;
    opacity: 1;
}

@media screen and (max-width:500px) {
    .swiper-pagination-bullet{ width: 6px;height: 6px;}
    .swiper-pagination-clickable .swiper-pagination-bullet-active{ width: 18px;}
}



#to_top{ background: unset; border: 2px solid #afafaf; color: #afafaf; padding-top: 0px; line-height: 10px; position: fixed; bottom: 60px;left: unset; right:12px;box-shadow:unset;}
#to_top:hover{ background: #8c8c8c; color: #fff; border: 0px;}
#to_top i.top:before, #to_top i.top:after{ display: none;}

#to_top{
    -webkit-animation: topmoveTop 3000ms infinite;
    animation: topmoveTop 3000ms infinite;
}

@keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
@-webkit-keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
.topmoveTop {/* -webkit-animation: topmoveTop 3000ms infinite; */animation: topmoveTop 3000ms infinite;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
  

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/juji/bantext1-2.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
   animation: banner-title 3s ease-in-out infinite;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/juji//bantext2-2.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
   animation: banner-title 3s ease-in-out infinite;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(3):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/juji//bantext3-2.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
   animation: banner-title 3s ease-in-out infinite;
}

@keyframes banner-title {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/juji/bantext1-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/juji/bantext2-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/juji/bantext3-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;
}


.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    animation: font-in-text 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@keyframes font-in-text {
    0% {
        transform: translate(0, 5vw);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }

}

@keyframes banner-text {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}



.pageIndex .swiper-wrapper .swiper-slide img {
    transform: none !important;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-header{
    max-width: 180px;
    position: fixed;
    z-index: 123;
    top: 0px;
    left: 0%;
    transition: all 0.3s;
    opacity: 0;
    animation: show 3.5s ease-in-out forwards;
    animation-delay: 2.6s;
}
.nav-brand {
    display: block;
    /* margin-top: -10px; */
    margin-left: 12px;
    transition: all 2s;
    padding: 24px;
}
.nav-brand img{
    max-width: 220px;
}
.header_area .nav-brand::after{
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    bottom: 6px;
    left: 0px;
    height: 88%;
    width: 159%;
    background-image: url(https://pic03.eapple.com.tw/juji/logo-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: strokeReveal 3.6s ease-out forwards;
    animation-delay: 3s;
}
@keyframes strokeReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

/* 
@keyframes electric {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(2); }
}
.plaque.electric {
  animation: electric 0.4s infinite;
} */



/* .header_area.sticky .nav-brand::after{
    height: 100%;
    bottom: 16px;
    transition: 0.5s;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
} */

.main_header_area .container{ max-width: 100%;}

.header_area{
    padding: 0;
}


.header_area .main_header_area {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    transition: all 0.5s;
}

/* 購物車搜尋 */
.me_tp_features{ margin-top: 30px; position: absolute; right: 8%; opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 1.5s;}

.tp_links{ display: none;}
.shop_search_btn{ background: #a98b56;}

.me_tp_features a.tp_btn_cart span,.me_tp_features a.tp_btn_notice span{ display: none;}
.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{ color: #fff;}
.me_tp_features a{ transition: 0.5s;}
.me_tp_features a:hover{ color: #dd302a;}

.header_area.sticky .me_tp_features a.tp_btn_cart,.header_area.sticky .me_tp_features a.tp_btn_notice{ color: #d0ba85;}
.header_area.sticky .me_tp_features a:hover.tp_btn_cart,.header_area.sticky .me_tp_features a:hover.tp_btn_notice{ color: #dd302a;}



.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 14px;
    right: 1%;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 16px;
    transition: all 0.5s;
}


/* ham */
.stellarnav .menu-toggle{
    text-align: center;

}
.stellarnav .menu-toggle:after{
    content: "MENU";
    display: none;
    font-size: 12px;
    text-align: center;
    color: #DF8B2C;
    font-family:  "Noto Serif TC","Libertinus Serif", serif;
    margin-top: 10px;
}

/* .stellarnav .menu-toggle span.bars::before{
    content: "MENU";
    font-size: 13px;
    color:#2b2b2b;
    display: block;
    font-family:  "Libertinus Serif", serif;
    margin-bottom: 9px;
    margin-right: 6px;
} */

.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background: #fff;
    margin: 3px;
    left: 0;
    transition: 0.5s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    /* width: 25px; */
     transition: 0.6s;
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(3) {
    opacity: 1;
    /* width: 50px; */
     transition: 0.6s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1),.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    width: 0px;
     transition: 0.6s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(2){
    /* width: 50px; */
     transition: 0.6s;
}



/* 漢堡關 */
.stellarnav .menu-toggle span.bars {
    top: -7px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    background:#9d7c52;
    padding: 20px 16px;
     /* padding: 15px 16px 10px; */
}

.pageIndex #page .stellarnav .menu-toggle span.bars{ 
    background: #9d7c52;
}

/* 未開啟 */

.stellarnav.desktop > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}
.stellarnav.desktop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}
.stellarnav.desktop::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;
}



/* 開啟 */
.stellarnav.desktop.active > ul {
    display: flex !important;
    transition: all 0.3s;
    /* flex-direction: column; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    pointer-events: all;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 200px 8% 60px;
    padding-top: 130px;
    /* align-items: center; */
    align-items: flex-start;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: transparent;
     background-image: url(https://pic03.eapple.com.tw/juji/footer-bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    backdrop-filter:blur(8px);
    animation: nav-left 0.5s forwards;
}

/* .stellarnav.desktop.active > ul::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/oneballco/nav-bg.png );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10000000000000000;

} */
.stellarnav.desktop.active{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}
.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    border-radius: 0;
    /* backdrop-filter: blur(5px); */
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes nav-left {
    0%{
        width:  0;
    }
    100%{
        width:  100%;
    }
    
}

@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}




/* 圖片顯示 */
.stellarnav.desktop.active::after {
    content: "";
    width: 100%;
    height: 300px;
    background-image: url(https://pic03.eapple.com.tw/juji/nav-pic.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom:-20%;
    left: -100%;
    transform: translate(0, -50%);
    opacity: 0;
    animation: photo-left-right 1.2s linear forwards;
    animation-delay: 0.8s;
}


@keyframes photo-left-right {
    0% {
        left: -100%;
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
      }
      100% {
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
}


/* ham close */
.stellarnav.desktop.active .menu-toggle:hover span.bars{
    padding: 20px 0px;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-49deg);
    left:30px;
    top: 0px;
    transition: all 1s;
    background: #FFF;
    width: 40px;
    height:5px;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
    background: #FFF;
    width: 40px;
     height:5px;
    top: 0PX;
    left:-30px;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}


/* 選項 */
.stellarnav > ul > li > a {
    margin: 0 20px;
    padding-left: 0;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 26px;
    line-height: 20px;
    height: auto;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* align-items: flex-start; */
    align-items: center;
    letter-spacing: 5px;
    transform-origin: 0 0;
    font-family: "Noto Serif TC", sans-serif;
    transition: 0.5s;
    /* writing-mode: vertical-lr; */
    text-align: end;
}
.stellarnav > ul > li > a b {
    /* line-height: 15px; */
    /* height: 20px; */
    height: 180px;
    line-height: 35px;
}
.stellarnav > ul > li > a b:nth-child(1) {font-weight: 800;margin-bottom: 5px;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 16px;
    color: #dd302a;
    word-break: keep-all;
     font-family: "Libertinus Serif", serif;
    display: block;
    transition: 0.5s;
}

.stellarnav > ul > li > a:hover{
    transform: translateY(12px);
}

.stellarnav li {
    opacity: 1;
    /* width: 100%; */
    /* width: 33%; */
}
.stellarnav > ul > li::before {
    content: "";
    display: none;
    width: 0%;
    height: 1px;
    margin: 15px 0;
    background-color: #43453d21;
    animation: line-left-right 1s forwards linear;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav > ul > li > a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

/* 數字 */
.stellarnav > ul > li > a:before{
    content: "Ⅰ";
    display: block;
    font-size: 20px;
    font-family:  "Libertinus Serif", serif;
    font-weight: bold;
    text-align: center;
    color: #8e6942dc;
    position: relative;
    top: 5px;
}

.stellarnav > ul > li:nth-of-type(2) > a:before{
    content: "Ⅱ";
}
.stellarnav > ul > li:nth-of-type(3) > a:before{
    content: "Ⅲ";
}
.stellarnav > ul > li:nth-of-type(4) > a:before{
    content: "Ⅳ";
}
.stellarnav > ul > li:nth-of-type(5) > a:before{
    content: "Ⅴ";
}
.stellarnav > ul > li:nth-of-type(6) > a:before{
    content: "Ⅵ";
}


/* 
.stellarnav > ul > li > a:after{
    content: "";
  position: absolute;
  bottom: 68px;
  display: block;
  width: 170px;
  height: 140px;
  background-image: url(https://pic03.eapple.com.tw/oneballco/nav-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
        transition: 0.3s;
}

.stellarnav > ul > li.has-sub > a:after,.stellarnav > ul > li.has-sub > a:after{
    content: "";
  position: absolute;
  bottom: 68px;
  display: block;
  width: 170px;
  height: 140px;
  background-image: url(https://pic03.eapple.com.tw/oneballco/nav-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
        transition: 0.3s;
} */
/* 
.stellarnav > ul > li:nth-of-type(2) > a:after{
    background-image: url(https://pic03.eapple.com.tw/oneballco/nav-02.png);
}
.stellarnav > ul > li:nth-of-type(3) > a:after{
    background-image: url(https://pic03.eapple.com.tw/oneballco/nav-03.png);
}
.stellarnav > ul > li:nth-of-type(4) > a:after{
    background-image: url(https://pic03.eapple.com.tw/oneballco/nav-04.png);
}
.stellarnav > ul > li:nth-of-type(5) > a:after{
    background-image: url(https://pic03.eapple.com.tw/oneballco/nav-05.png);
} */

.stellarnav > ul > li.has-sub > a{ padding-right: 0px;}

.stellarnav > ul > li > a:hover:after,.stellarnav > ul > li.has-sub > a:hover:after{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
opacity: 1;
-webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* animate word */
.stellarnav > ul > li{
    opacity: 0;
    animation: slideInRight 1.5s forwards;
    animation-delay: 0.5s;
    /* padding-bottom: 36px;
    padding-left: 15px; */
    padding-right: 0;
    /* margin: 32px 0px; */
    margin: 0px 32px;
    writing-mode: vertical-lr;
}

/* .stellarnav > ul > li:nth-child(2) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.5s;
}
.stellarnav > ul > li:nth-child(3) {
    animation: slideInUp 1s forwards;
    animation-delay: 1s;
}
.stellarnav > ul > li:nth-child(4) {
    animation: slideInUp 1s forwards;
    animation-delay: 1.5s;
}
.stellarnav > ul > li:nth-child(5) {
    animation: slideInUp 1s forwards;
    animation-delay: 2s;
}
.stellarnav > ul > li:nth-child(6) {
    animation: slideInUp 1s forwards;
    animation-delay: 2.5s;
}
.stellarnav > ul > li:nth-child(7) {
    animation: slideInUp 1s forwards;
    animation-delay: 3s;
}
.stellarnav > ul > li:nth-child(8) {
    animation: slideInUp 1s forwards;
    animation-delay: 3.5s;
} */

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
  }
/* @keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0) scaleX(3);
    }
  
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0) scaleX(1);
    }
  
    75% {
      transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
  
    90% {
      transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
  
    100% {
    opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  } */


/* 下拉 */
.stellarnav ul ul {
    border-radius: 5px;
    left: -155px;
    top: 0;
    background: #2c383d;
    box-shadow: 1px 1px 5px #000000b3;
    display: none!important;
}
.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: transparent;
    transition: all 0.3s;
}


.stellarnav li li:nth-child(1) {
}
.stellarnav li li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}
.stellarnav li li:hover {
    background: rgba(0, 0, 0, 0.551);
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #EAE3CE;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a {
    color: #DF8B2C;
    letter-spacing: 1.1px;
    transition: all 0.3s;
}


/* 下拉二層 */

.stellarnav ul ul ul {
    top: 0;
    left: 240px;
}
.stellarnav li.has-sub > a:after{
    display: none;
    border-top: 0px;
    top: unset;
    right: unset;
    margin-left: 0px;
}

@keyframes ul-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}


  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #fff; width: 32px; height: 2.5px;}
  .stellarnav .menu-toggle:after { color: #fff;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #70011C;
      color: #FFE8D5;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #FFE8D5;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #FFE8D5;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      /* background: #7c2424f1; */
      backdrop-filter:blur(10px);
      opacity: 0.99;
      background: unset;
       background-image: url(https://pic03.eapple.com.tw/juji/footer-bg.jpg);
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      /* border-bottom: solid 3px #B8B8B8; */
      display: none;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      /* border-bottom: solid 3px #B8B8B8; */
      display: none;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: #384a53d5;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 0px;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1600px) {
    .me_tp_features{ right: 12%;}
}

@media screen and (max-width:1400px) {
    .nav-brand img{ max-width: 180px;}
    .header_area .nav-brand::after{ height: 83%; width: 138%;}
    .stellarnav.desktop.active > ul{ margin-top: -40px;}

}

@media screen and (max-width:1024px) {
    .nav-header{
        left: -3%;
    }
    .nav-brand img{ max-width: 140px;}
    .header_area .nav-brand::after{ left: 32px; bottom: 18px; height: 64%;width: 95%; background-size: 100%; }
    .nav-brand{ margin-left: 37px;}
    .stellarnav.desktop.active > ul::before{ height: 120%;}
    .me_tp_features{ width: 40%;}
}
@media screen and (max-width:768px) {
    .pageIndex #page .nav-header{animation-delay:2s; }
    .pageIndex #page .header_area .nav-brand::after { animation-delay:2.5s; }
    .nav-header{animation-delay:0.5s; }
    .header_area .nav-brand::after { animation-delay:0.7s; }
    .pageIndex #page .nav-brand img{ max-width: 100px; }
    .pageIndex #page .header_area .nav-brand::after{ width: 82%;}
    .stellarnav > ul > li{
        writing-mode:horizontal-tb;
    }
    .stellarnav > ul > li > a b:nth-child(2){
        opacity: 1;
    }
    .header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
        top: 5px;
    }
    .header_area.sticky .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
        top: 15px;
        padding: 5px;
    }
    .stellarnav > ul > li > a:hover{
        transform: translateX(100px);
    }
    .stellarnav li{ width: 80%;}
    .stellarnav > ul > li > a:before{ top: 42px; left: -13px; font-family: "Libertinus Serif", serif;} 
    .stellarnav > ul > li:nth-of-type(2) > a:before{ left: -33px;}
    .stellarnav > ul > li:nth-of-type(5) > a:before{ left: -8px;}
    .stellarnav > ul > li:nth-of-type(6) > a:before{ left: -9px;}
    .stellarnav > ul > li:nth-of-type(3) > a:before,.stellarnav > ul > li:nth-of-type(4) > a:before { left: -28px;}
    .stellarnav > ul > li > a:hover{ transform: translateX(20px); padding-left: 10px; overflow: visible;}

    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice{ display: none;}
    .me_tp_features{ width: 35%; top: -10px; animation-delay:0.5s}
    .stellarnav .menu-toggle span.bars{ flex-direction: column; padding: 15px 10px;}
}
@media screen and (max-width:570px) {
    .header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{ top: 15px;}
    .stellarnav .menu-toggle span.bars span{ width: 21px;}
}
@media screen and (max-width:500px) {
    .stellarnav li{ width: 100%;}
    .stellarnav .menu-toggle span.bars::before{ display: none;}
    .header_area.sticky .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 0px;}
    .nav-brand img{ max-width: 100px; }
    .header_area .nav-brand::after{ width: 82%;}
     .me_tp_features{ right: unset;left: 2%; display: none;}
    .header_area.sticky .me_tp_features { display: block;}
    .shop_search_btn{ font-size: 11px;}
    .box_search input[type=text]{ max-width: 140px;}
    .header_area.sticky .nav-brand{ display: none;}
    .pageIndex #page .nav-header{ position: inherit; left: unset;}
}
@media screen and (max-width:480px) {
    .stellarnav > ul > li > a:before{ left: 16px;}
    .stellarnav > ul > li:nth-of-type(2) > a:before{ left: -5px;}
    .stellarnav > ul > li:nth-of-type(5) > a:before{ left: 21px;}
    .stellarnav > ul > li:nth-of-type(6) > a:before{ left: 20px;}
    .stellarnav > ul > li:nth-of-type(3) > a:before,.stellarnav > ul > li:nth-of-type(4) > a:before { left: -2px;}
}
@media screen and (max-width:400px) {
   .pageIndex #page .nav-brand img{display: none;}
  .pageIndex #page .header_area .nav-brand::after{ display: none;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.footer:before{
    content: "";
    display: block;
    max-width: 354px;
    height: 174px;
    background-image: url(https://pic03.eapple.com.tw/juji/f-top-pic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
   /* animation: mooncakeSwing 3.5s ease-in-out infinite; */
    position: relative;
    top: -119px;
    left: 50%;
    transform: translate(-50%, 0);
}

@keyframes mooncakeSwing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}

.footer { 
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/juji/footer-bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    padding: 0px 0 0;
}
/* .footer_logo { width: 260px; }
.footer_logo img { max-width: 260px; width: 100%; filter: brightness(0) invert(1);} */
.footer_logo { max-width: 260px;}
.footer_logo {
    background: url(https://pic03.eapple.com.tw/juji/f-logo.png) no-repeat;
    background-size: contain;
}
.footer_logo img {    opacity: 0;}
.footer_info { padding: 0; display: flex; flex-direction: column; align-items: center; margin-top: -98px;
    /* padding-top: 48px; */
}
.footer_info ul { width: calc(100% - 300px); padding: 0; display: flex; flex-wrap: wrap; align-items: center;}

/*footer_info*/
.footer_info li {
    text-align: right;
    padding: 0px;
}
.footer_info li:nth-child(1) { width: 50%; padding: 10px 10px 0; text-align: left; display: flex; justify-content: center; flex-wrap: wrap; flex-direction: column;}
.footer_info li p { display: inline; margin: 0 20px; color: #fff; padding: 5px 0px;}
.footer_info li p a { color: inherit;}

.footer_info li:nth-child(2){ width: 50%;}

.footer_info li p.add2:before{ content: '營業時間：';}

.footer_info li p:nth-child(2) { order: 1;}
.footer_info li p:nth-child(1) { order: 2;}
.footer_info li p:nth-child(3) { order: 3;}
.footer_info li p:nth-child(4) { order:4;}


/*footer_menu*/
.footer_info li:nth-child(3) { display: inline-block; width: 100%; vertical-align: top; text-align: center;}
.footer_menu { margin-top: 10px; text-align: center; /*display: grid; grid-template-columns: repeat(auto-fit, minmax(min(130px,100%), 1fr)); gap: 5px;*/}/*footer按鈕最小寬度100px*/
.footer_menu a { margin: 5px; padding: 5px 20px; background: transparent; text-align: center; border: none;  text-align: center; color: #d0b467; width: 12%; line-height: 22px; position: relative;}
.footer_menu a:last-child { border-right: none;}
.footer_menu a:hover { background: transparent; color: #fff; }
.footer_menu a:nth-child(1){ display: none;}

.footer_menu a:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0px;
    top: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-transition:all 0.8s;
    transition: all 0.8s;
}

.footer_menu a:hover:after{
    height: 90%;
}


.box_link{ display: none;}

/*版權*/
.copy { background: transparent; color: #bc0226; border: none; margin-top: 20px;}
.copy a { color: #bc0226; transition:all 0.3s;}
.privacyLinks a+a { border-left: 1px solid #bc0226;}

@media screen and (max-width:937px) {
    .footer_info ul{
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 768px) {
    /*footer*/

    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li p { display: block; text-align: center;}
    .footer_info li:nth-child(1) { width: 100%; border-right:none;}
    .footer_info li:nth-child(3) { width: 100%;}
    .footer_info li:nth-child(2){ width: 85%;}
    .footer_menu a{ width: 11%;}
}
@media screen and (max-width: 600px) { 
    /*聯絡icon*/
    .box_link { text-align: center;}
}
@media screen and (max-width:550px) {
    .footer_menu a{ width: 12%; padding: 5px 8px;}

}
@media screen and (max-width:456px) {
    .footer_menu a{ width: 10%;}

}

@media screen and (max-width:403px) {
    .footer_menu a{ width: 20%;}

}
@media screen and (max-width:430px) {
    .footer_info li:nth-child(1){ padding: 0px 0px 0;}
    .footer_info li:nth-child(2){ width: 70%;}
}
@media screen and (max-width:392px) {
   .footer:before { max-width: 250px; height: 123px;}
   .footer_info ul{ width: 100%;}
}

@media screen and (max-width:333px) {
    .footer_menu a{ border-right: 0px;  padding: 5px 26px 5px 15px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.product_page #content, .product_info_page #content ,.car_page #content ,.remit_page #content{ 
      background: url(https://pic03.eapple.com.tw/juji/in-bg.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}

.product_page .main_part {max-width: 1700px;}
.product_info_page .main_part {max-width: 1620px;}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product_menu_list ul{ display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 20px; margin-bottom: 50px;}
.product-layer-two > li:last-child{ border-bottom: 0px;}

.product-layer-two li a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 217px;
    width: 100%;
    height: 56px;
    color: #CCB067;
    background: transparent;
    border: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 6px;
    padding-top: 10px;
    transition: 0.5s;
    margin-bottom: 90px;
}
 .product-layer-two li a:before{
        content: "";
        width: 100%;
        height: 100%;
        border: 1px #CCB067 solid;
        position: absolute;
        top: -1px;
        left: 5px;
        z-index: -1;
        transition: 0.5s;
        }
.product-layer-two li a:after{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px #CCB067 solid;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}
    .product-layer-two li a:hover::before {
        transition: 0.5s;
        top: 0px;
        left: 0;
    }

    .product-layer-two li a:hover::after {
        transition: 0.5s;
        top: -7px;
        left: 10px;
    }
.product-layer-two li a:hover{  color: #fff;}

.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two li.active a{ background: transparent ; border: 0px; color: #fff ;}

/* 首頁 */
.prod_part{padding: 20px 20px 160px;}
.i_prod_tit h2, .i_video_tit h2{ font-size: 0px;}
.i_prod_tit span, .i_video_tit span{ font-size: 0px;}
.i_prod_tit::before{ content: ""; 
    width: 265px;
    height:121px;
    display: block;
    position: relative;
    top: 38px;
    background: url(https://pic03.eapple.com.tw/juji/banF-text-idx.png) no-repeat;
    background-size: cover;
    z-index: 0;
    margin: 0px auto 40px;
}

.animated-arrow{ background: transparent; color: #CCB067; border: 1px solid #CCB067 ; width: 200px;}
.animated-arrow:hover{ background: #CCB067; color: #fff;}

/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 20px ;}
.products-list .price { text-align: center;color: #c1c1c1; }
.products-list .price b {color: #c1c1c1;}
.products-list .name{ font-size: 18px; color: #fff; font-weight: bold; text-align: center; height: 50px;
    /* height: 68px; */
}
.products-list .item {border: 1px solid #A33A3A; padding: 18px;transform: translate(0,0px); transition: 0.3s;
     /* overflow:hidden; */
    }
.products-list .item:hover{ transform: translate(0,-13px);}
.products-list .item a{ transition: 0.3s;}
.products-list .more{ font-size: 15px; color: #CCB067; border: 0px; font-weight: 300; }
.products-list .item a:hover .more{ background: transparent; font-weight: bold;color: #CCB067; }
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img  {
    background: rgba(165,187,116,.2);
    z-index: 999;
    opacity: 0.8;
}

/* 線條 */
.products-list .item::BEFORE{
   position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #922f2f;
  top: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s;
}
.products-list .item:hover::before{
  top: 0px;
  left: 0px;
  transition: all 0.5s;
}


/* .products-list .item::BEFORE{
     content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(255,0,0,0.4) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.products-list .item:hover::before{
  opacity: 1;
  animation: lanternGlow 2s infinite alternate;
}
@keyframes lanternGlow {
  from { transform: scale(1); opacity: 0.4; }
  to { transform: scale(1.2); opacity: 0.7; }
} */



/* hover圈圈 */
.products-list .item a::after{
    content: "VIEW";
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  z-index: 999999999;
  position: absolute;
  border:1px solid #CCB067;
  color: #CCB067;
  border-radius: 99em;
  transition: 0.6s;
  pointer-events: none;
}
.products-list .item a:hover::after{
    transform: translate(-50%, -84%);
  opacity: 1;
}
.products-list .pic:before {
    content: "";
    background: rgba(195,164,128,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
    overflow:hidden;
}

.products-list .item a:hover .pic:before {
    background: #70011ddb;
    backdrop-filter: blur(10px) brightness(1.2);
    z-index: 99999;
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn h2{ color: #fff; font-size: 28px;}
.sidebarBtn .sp_price{color: #c1c1c1; }
.sidebarBtn .price{ border-bottom: 0px; color: #c1c1c1;}
.product_info li span{color: #d4d4d4; }
.product_info li .txt_box{color: #d6d6d6; }
.toShare {color: #d4d4d4; }
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #afafaf; font-size: 24px; font-weight: bold;}
.related_list li a p{ color: #fff;}
.radio-inline__label{ color: #fff; border-radius: 0px;}
.pd_tabTitle li.activeTab::after{ height: 0px; background: #afafaf;}
.product_info_page .edit{ color: #fff;}

.sidebarBtn{ border: 1px #A33A3A solid; background: transparent;}
.inquiry_a1,.inquiry_a2,.inquiry_a3{ background: transparent; color: #CCB067; border: 1px solid #CCB067!important; border-radius: 0px; }
.inquiry_a1:hover,.inquiry_a2:hover ,.inquiry_a3:hover  { background: #CCB067;  color: #fff;border-radius: 0px }




.product_info_page .edit { text-align: center;}

/* 相關推薦 */
.prod_related h6 span:before{  color: #afafaf; font-size: 24px; font-weight: bold; }
.prod_related{ background: transparent; padding: 20px 15px 140px;}
.related_list li a{ background: transparent;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.sidebarBtn .sp_price{ color: #d5b498;}


/* car page */
.formbox_form li .form__label{ color: #fff;}
.form label { color: #fff;}
.form label.Bigcheck { color: #fff!important;}
.total_amount li input[name=DiscountCode]{ color: #000;}
.separate_title{ background: #70011C; color: #fff;}
.declaration{background: #70011C; color: #fff; }
.border200{
    border: 1px solid #A33A3A ;background: transparent;padding: 10px; color: #fff; 
}
.total_amount ul{ border: 1px solid #aeaeae;}
.shopping-cart .cell.product_name p{ color: #fff;}
.shopping-cart .cart_head{ background: #70011C ;}
.total_amount li { color: #fff;}
.shopping-cart .cell{ color: #fff;}
.shopping-cart .cell.amount a{ color: #CCB067;}
.rewrite_simple{ background: transparent;  color: #CCB067; border: 1px solid #CCB067!important; border-radius: 0px;}
.send_simple{ background: #CCB067;  border-radius: 0px;}


.form_content{padding: 50px 10px 100px; }

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; ;}
    .products-list .price b{ font-size: 14px;}
}
@media screen and (max-width:1460px) {
    .product_menu_list ul{ grid-template-columns:1fr 1fr 1fr 1fr 1fr;}
}

@media screen and (max-width:1250px) {
    .products-list .item a:hover::after{
        transform:  translate(-50%, -88%);
    }
    .products-list .item a::after{ width: 170px; height: 170px;}
}
@media screen and (max-width:1200px) {
    .product_menu_list ul{ grid-template-columns:1fr 1fr 1fr 1fr;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
    .pageIndex .products-list{grid-template-columns: repeat(3, 1fr);}
    
}
@media screen and (max-width:960px) {
    .product_menu_list ul{ grid-template-columns:1fr 1fr 1fr;}
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .products-list .item a:hover::after{
        transform:  translate(-50%, -96%);
    }
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
    .product_page #content, .product_info_page #content ,.car_page #content ,.remit_page #content{   background-attachment:unset; background-size: auto; background-position: left; }
}


@media screen and (max-width:722px) {
     .product_menu_list ul{ grid-template-columns:1fr 1fr;}
     .product-layer-two li a{ margin-bottom: 0px;}
}
@media screen and (max-width:680px) {
    .pageIndex .products-list{ grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width:500px) {
    
     .products-list .item a:after{ width: 140px; height: 140px; }
     .products-list .item a:hover:after{ transform: translate(-50%, -100%); }
}
@media screen and (max-width:473px) {
        .products-list{grid-template-columns:1fr; gap: 24px;}
         .product_menu_list ul{  display: flex; flex-direction: column; align-items: center;}
}
@media screen and (max-width:425px) {
    .pageIndex .products-list{ grid-template-columns:repeat(1, 1fr);}
    .products-list .name{ font-size: 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    padding: 150px 0;
    background-size: cover;
    background-position: bottom;
    height: 350px;
    padding: 107px 0;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/juji/banB.jpg);
}

.banner.banA {}
.banner.banB { background-image: url(https://pic03.eapple.com.tw/juji/banB.jpg); display: none;  }
.banner.banC {}
.banner.banD {background-image: url(https://pic03.eapple.com.tw/juji/banD.jpg);}
.banner.banE { background-image: url(https://pic03.eapple.com.tw/juji/banE.jpg);}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/juji/banF.jpg);}
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/juji/banblog.jpg);}

.banner h5 {
   font-size: 0px;
    color: transparent;
   
}
@keyframes showbantext {
    from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}



.banner h5::before{
    content: "";
    width: 265px;
    height:121px;
    display: block;
    position: relative;
    top: 38px;
    background: url(https://pic03.eapple.com.tw/juji/banC-text.png) no-repeat;
    background-size: cover;
    z-index: 0;
     animation: showbantext 1.5s ease-in-out forwards;
}

.banner.banB h5::before{
    display: none;
} 
.banner.banblog h5::before{
     background: url(https://pic03.eapple.com.tw/juji/banblog-text.png) no-repeat;} 
.banner.banE h5::before{
     background: url(https://pic03.eapple.com.tw/juji/banE-text.png) no-repeat;} 
.banner.banF h5::before{
     background: url(https://pic03.eapple.com.tw/juji/banF-text.png) no-repeat;} 
.banner.banD h5::before{
     background: url(https://pic03.eapple.com.tw/juji/banD-text.png) no-repeat;} 

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width:768px) {
    .banner{ height: 250px;}
}

/* @media screen and (max-width:1500px) {
    .product_info_page .main_part{width: 75%;}
    .related_list{ width: 75%;}
}

@media screen and (max-width:450px) {
    .banner h5{ 
        bottom: min(max(10.875vw, 26vw), 29vw);
        font-size: 34px;
    }
    .banner:after{ 
        right: 26px;
        font-size: 60px;
    }
    .banner{
        height: 380px;
        background-attachment: unset;
        background-position: center;
    }
}
 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_page #content,  .blog_in_page #content{
      background: url(https://pic03.eapple.com.tw/juji/in-bg.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}
.blog_page .main_part, .blog_in_page .main_part{ max-width: 1700px;}
  
  .blog_page .show_content,.blog_in_page .show_content{ display: flex; flex-direction: column; justify-content: center; align-items: center;}


  /* 首頁 */
  .module_i_news_list, .module_i_news_list.swiper{ padding: 30px 0 0px; }
.module_i_news{ padding: 80px 20px 40px;}
.module_i_news .title_i_box h6{ font-size: 0px;}
.module_i_news .title_i_box h4{ font-size: 0px;}
.title_i_box::before{ content: ""; 
    width: 265px;
    height:121px;
    display: block;
    position: relative;
    top: 38px;
    background: url(https://pic03.eapple.com.tw/juji/banblog-text-idx.png) no-repeat;
    background-size: cover;
    z-index: 0;
    margin: 0px auto 40px;
}
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr;} 
 .module_i_news li a{ display: flex; flex-direction: column;}


  .module_i_news li{ margin-bottom: 48px; width: 100%;     transform: translate(0, 0px); transition: 0.6s; margin-right: 16px; 
    /* overflow: hidden; */
}
  .module_i_news li:last-child{ margin-right: 0px;}
  .module_i_news li:hover{ transform: translate(0, -13px);}
  /* .module_i_news li:nth-child(odd){ margin-right: 48px;} */
  .blog_ri{ width: 100%;}
  .i_blog_le img{ width: 100%;}
  .i_blog_ri{ width: 100%; background: transparent; padding: 24px; border:1px solid #A33A3A;}

  /* 線條 */
  .i_blog_ri:before{
   position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #922f2f;
  top: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s;
}
   .module_i_news li:hover .i_blog_ri::before{
  top: 0px;
  left: 0px;
  transition: all 0.5s;
}


   .i_blog_le{ margin-bottom: 8px; width: 100%;}
  
  .i_blog_ri h5{ font-weight: bold; color: #FFF;}
  .i_blog_ri em{ color: #D4AF37;}
  .i_blog_ri p{ height: 36px; color: #e9e9e9;}

  
  /* 圖片hover變大 */
  .i_blog_le {
      overflow: hidden;
    }
    .module_i_news li a{
        display: flex;
        flex-direction: column;
    }
    .module_i_news li a img{
      transition: all 0.3s;
    }
    .module_i_news li a:hover img{
      transform: scale(1.2);
      transition: all 0.3s;
      opacity: 0.7;
    }
  
    .module_i_news li a:before{
      content: " MORE+";
      color: #d7b69a;
      right: 20px;
      bottom: 95px;
      font-family:  "Libertinus Serif", "Noto Serif TC",serif;
      display: none;
    }


    
/* hover圈圈 */
.module_i_news li a::after{
    content: "VIEW";
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  z-index: 999999999;
  position: absolute;
  border: 1px solid #D4AF37;
  color: #D4AF37;
  border-radius: 99em;
  transition: 0.6s;
  pointer-events: none;
  font-family:  "Libertinus Serif", "Noto Serif TC",serif;
}
.module_i_news li a:hover::after{
    transform: translate(-50%, -45%);
  opacity: 1;
}
.module_i_news li a .i_blog_le:before {
    content: "";
    background: rgba(195,164,128,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
}

.module_i_news li a:hover .i_blog_le:before {
    background: #70011ddb;
     backdrop-filter: blur(10px) brightness(1.2);
}

  
    .module_i_news li a:after{ background: transparent;}
  /* box-shadow: 0px 0px 19px -3px rgba(255,255,255,0.3); */





  /* 左邊 */
  h5.blog_le_t{    font-family:  "Libertinus Serif", "Noto Serif TC",serif;
        text-align: center;
        color: #D4AF37;}
  .blog_le{ width: 70%;}
  .blog_search input[type=search]{ border-radius: 0px;}
  .blog_le .accordion{ border-top: 0px; border: 0px; border-radius: 0px;   display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr;
      margin-top: 16px;
  }
  
  .blog_le .accordion li{  margin: 8px;}
  .accordion li .link{ text-align: center;}
   .accordion li .link a{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 217px;
    width: 100%;
    height: 56px;
    color: #CCB067;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    position: relative;
    z-index: 1;
    marg;
    padding-top: 6px;
    padding-top: 10px;
    transition: 0.5s;
    margin-bottom: 90px;
}
  .accordion li .link a:before{
        content: "";
        width: 100%;
        height: 100%;
        border: 1px #CCB067 solid;
        position: absolute;
        top: -1px;
        left: 5px;
        z-index: -1;
        transition: 0.5s;
        }
.accordion li .link a:after{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px #CCB067 solid;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}
    .accordion li .link a:hover::before {
        transition: 0.5s;
        top: 0px;
        left: 0;
    }

    .accordion li .link a:hover::after {
        transition: 0.5s;
        top: -7px;
        left: 10px;
    }
  .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: transparent!important;}
  /* .blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{ color: #000000b3!important;} */
  .accordion li+li .link{ border-top: 0px;}
  /* .blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link{ background:#d7b69a;  transition: 0.3s;border-radius: 50px; }
  .blog_le .accordion > li.current .link, .blog_le .accordion > li.on_this_category .link{ background: #d7b69a; transition: 0.3s; border-radius: 50px; }
  .blog_le .accordion > li .link{ background: transparent;; transition: 0.3s; border-radius: 50px;} */
  
  /* 右邊 */
  /* hover移動 */
  .blog_subbox{ grid-template-columns:1fr 1fr 1fr 1fr;}
  .subbox_item{ margin-bottom: 48px; width: 100%;     transform: translate(0, 0px); transition: 0.6s; margin-right: 16px; 
    /* overflow: hidden; */
}
  .subbox_item:last-child{ margin-right: 0px;}
  .subbox_item:hover{ transform: translate(0, -13px);}
  /* .subbox_item:nth-child(odd){ margin-right: 48px;} */
  .blog_ri{ width: 100%;}
  .blog_list_le img{ width: 100%;}
  .blog_list_ri{ width: 100%; background: transparent; padding: 24px; border:1px solid #A33A3A;}

  /* 線條 */
  .blog_list_ri:before{
   position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #922f2f;
  top: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s;
}
   .subbox_item:hover .blog_list_ri::before{
  top: 0px;
  left: 0px;
  transition: all 0.5s;
}

  .blog_list_le{ margin-bottom: 8px; width: 100%;}
  
  .blog_list_ri h5{ font-weight: bold; color: #FFF;}
  .blog_list_ri em{ color: #D4AF37;}
  .blog_list_ri p{ height: 36px; color: #e9e9e9;}
  
  /* 圖片hover變大 */
  .blog_list_le {
      overflow: hidden;
    }
    .subbox_item a{
        display: flex;
        flex-direction: column;
    }
    .subbox_item a img{
      transition: all 0.3s;
    }
    .subbox_item a:hover img{
      transform: scale(1.2);
      transition: all 0.3s;
      opacity: 0.7;
    }
  
    .subbox_item a:before{
      content: " MORE+";
      color: #d7b69a;
      right: 20px;
      bottom: 95px;
      font-family:  "Libertinus Serif", "Noto Serif TC",serif;
      display: none;
    }


    
/* hover圈圈 */
.subbox_item a::after{
    content: "VIEW";
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  z-index: 999999999;
  position: absolute;
  border: 1px solid #D4AF37;
  color: #D4AF37;
  border-radius: 99em;
  transition: 0.6s;
  pointer-events: none;
  font-family:  "Libertinus Serif", "Noto Serif TC",serif;
}
.subbox_item a:hover::after{
    transform: translate(-50%, -45%);
  opacity: 1;
}
.subbox_item a .blog_list_le:before {
    content: "";
    background: rgba(195,164,128,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
}

.subbox_item a:hover .blog_list_le:before {
    background: #70011ddb;
     backdrop-filter: blur(10px) brightness(1.2);
}

  
    .subbox_item a:after{ background: transparent;}
  /* box-shadow: 0px 0px 19px -3px rgba(255,255,255,0.3); */
  
  @media screen and (max-width:1024px) {
    .subbox_item a::after{
        width: 160px;
        height: 160px;
    }
    .module_i_news ul{ grid-template-columns:1fr 1fr 1fr;} 
  }
  @media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
  }
  @media screen and (max-width:939px) {
    .blog_le{ width: 100%;}
    .blog_le, .blog_ri{ margin-bottom: 4vw;}
  }
  @media screen and (max-width:768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr;} 
    .module_i_news li{ border-bottom: 0px;}
    .blog_page #content,  .blog_in_page #content{    background-attachment:unset; background-size: auto; background-position: left;}
  }
  @media screen and (max-width:450px){
        .module_i_news ul{ grid-template-columns:1fr;} 
  }
  
  /* 內頁 */
  h4.blog_category_title{ color: #FFC845; font-size: 28px;}
  .blog_page h4.blog_category_title{ display: none;}
  .news_related h6 span:before{color: #afafaf; }
  .toShareNews{color: #afafaf; }
  .blog_box_edit{ color: #fff;}
  .blog_ri{ min-height: 60vh; padding-left: 0px;}
  .blog_in_page   .blog_ri{ width: 65%;}
  .news_related{ background: transparent; padding: 25px 15px 140px;}
  .news_related_list li a{ background: transparent; }
    .news_related_list li a img{ transition: 0.3s;}
  .news_related_list li a:hover img{ opacity: 0.8;}
  .news_related_list li a p{ color: #fff;}

  /* 按鈕 */

  .blog_back a{ width: 100px;}
  .blog_back a.article_btn_prev,  .blog_back a.article_btn_next, .blog_back a.article_btn_back{ background: transparent; color: #CCB067; border: 1px solid #CCB067; transition: 0.5s;}
  .blog_back a:hover.article_btn_prev,  .blog_back a:hover.article_btn_next, .blog_back a:hover.article_btn_back{ background: #CCB067; color: #fff; }

  .lastPage{ background: transparent; color: #CCB067; border: 1px solid #CCB067; transition: 0.5s; }
  .lastPage:hover{background: #CCB067; color: #fff; }
  
  @media screen and (max-width:1366px) {
    .blog_ri{ min-height: 70vh;}
    .blog_le .accordion{
        grid-template-columns:1fr 1fr 1fr 1fr;
    }
      .blog_subbox{ grid-template-columns:1fr 1fr 1fr;}
  }
  @media screen and (max-width:768px) {
    .blog_ri{ min-height: 80vh;}
     .blog_le .accordion{
        grid-template-columns:1fr 1fr 1fr;
    }
      .blog_subbox{ grid-template-columns:1fr 1fr;}
      .blog_in_page .blog_ri{ width: 80%;}
      .blog_le a.news_menu_toggle{ font-size: 16px; color: #CCB067;}
  }
  @media screen and (max-width:568px) {
     .blog_le .accordion{
        grid-template-columns:1fr 1fr;
    }
  }
  @media screen and (max-width:450px) {
    .blog_subbox{  grid-template-columns:1fr;}
  }

  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.album_page #content,.album_class_page #content,.album_info_page #content {
    background: url(https://pic03.eapple.com.tw/juji/in-bg.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}
/* 相簿 */
/*主分類頁面*/


.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {max-width: 90%;}
.show-list{
    grid-template-columns: 1fr 1fr 1fr;
}
.show-list .item:hover .show_name {    color: #fff;}

/* .show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 50vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
} */
.show_content {
    margin: auto;
    padding: 50px 0px 100px;
    font-family:  "Noto Serif TC","Libertinus Serif", serif;
}
.album_page .main_part{
    padding: 0;
}

/* .album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */
.show-list .item {
    width: 100%;
    padding: 0 5px;
    margin: 0;
}

/* 
.show-list a .show_name {
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-weight: 400;
    transition: all 0.3s;
}
.show-list .item:hover .show_name {    
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
    font-weight: bold;
} */

.subalbum-menu h2{ display: none;}
.other_subalbum li a p{
     font-size: 19px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-weight: 400;
    transition: all 0.3s;
}

.other_subalbum li a:hover p{
      color: #fff;
    opacity: 1;
    transition: all 0.3s;
    font-weight: bold;
}

.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(90deg, transparent, #9b7d52d0, transparent);
    backdrop-filter: blur(13px);
    left: 0;
    top: 0%;
    transform: scale(1) translate(0,-50%);
    opacity: 0;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}
.show-list .item:hover .overlay {
    top: 50%;
    opacity: 1;
    transform: scale(1) translate(0,-50%);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.pic-list .item h6 {
    font-size: 15px;
    color: #fff;
    padding: 5px;
}

@media screen and (max-width:1350px) {
    .other_subalbum li a p{font-size: 17px; width: 95%; left: 80%;}
}

@media screen and (max-width: 960px) {
    .show-list{
        grid-template-columns: 1fr 1fr;
    }
    .overlay{ height: 30%;}
    .album_page .main_part .show-list{ justify-content: unset;}
    .show-list a .show_name{ font-size: 17px;}
    .other_subalbum li a p{ left: 86%;}
}

@media screen and (max-width:768px) {
   .other_subalbum li a p{
        left: 83%;
   }
    .album_page #content,.album_class_page #content,.album_info_page #content {    background-attachment:unset; background-size: auto; background-position: left;}
}
@media screen and (max-width:650px) {
   .other_subalbum li a p{
        font-size: 16px;
        left: 77%;
   }
}
@media screen and (max-width:500px) {
    .show-list{
        grid-template-columns: 1fr;
    }
    .other_subalbum li a p{ width: unset; left: 50%;}
}
@media screen and (max-width:374px) {
    .other_subalbum li a p{ width: 100%; left: 75%;}
}


/*照片頁*/

.pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; gap: 20px; width:100%; margin:0 auto; }
  .pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
  .pic-list .show_pic { height:auto; padding:0; aspect-ratio:4/3!important;}

  .pic-list .item img{max-width: 100%;}

  @media screen and (max-width: 600px) {

  	.pic-list {-moz-column-count:2;-moz-column-gap:10px;-webkit-column-count:2;-webkit-column-gap:10px;column-count:2;column-gap:10px;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
    display: none;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:90px;}
}

@media screen and (max-width: 600px) { 
}




