@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family:  "Cardo", serif,"Noto Sans TC", serif;}
#content:not(.other_select_page #content){
  min-height: 80vh;
  background: url(https://pic03.eapple.com.tw/bausuei/bg02.jpg);
  background-size: cover; 
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*文章特別設定*/

.article_b .blog_le .accordion > li{display:none;}
.article_b .blog_le .accordion > li.on_this_category{display:block;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*下拉分頁*/
.path p, .path p a{display: none;}
.other_promotion{display: none;}
.other_select_page ul.page {display: none;}
.promotion_title{display: none;}


/*Loading*/
/*
  .bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/bausuei/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000001;
    pointer-events: none;
    animation: banner-logo 3s forwards;
  }
  
*/
  .bannerindex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/bausuei/in_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 130%;
    height: 130%;
    position: fixed;
    top: 0;
    left: -30%;
    pointer-events: none;
    z-index: 1000000000;
    animation: banner-bg 4s forwards;
  }
  
  

  @keyframes banner-logo {
    0% {
      opacity: 0;
      filter: blur(5px);
    }
    20% {
      opacity: 1;
      filter: blur(0);
    }
    60% {
      opacity: 1;
      filter: blur(0);
    }
    100% {
      filter: blur(20px);
      opacity: 0;
    }
  }
  
  @keyframes banner-bg {
    0% {
      filter: blur(25px);
      opacity: 0;
      transform: translateX(0);
    }
    30% {
      filter: blur(0px);
      opacity: 0.8;
    }
    100% {
      filter: blur(120px);
      opacity: 0;
      transform: translateX(150px);
    }
  }
  
/*大圖特效*/


#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

/*第一張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
  background: url(https://pic03.eapple.com.tw/bausuei/title2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0%;
  left: 0%;
  width: 100% !important;
  height: 100% !important;
  background-position: left;
  padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
  animation:fade-in-bck 5s cubic-bezier(.39,.575,.565,1.000) both;

}

@keyframes fade-in-bck {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
  background: url(https://pic03.eapple.com.tw/bausuei/title1.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0%;
  left: 0%;
  width: 100% !important;
  height: 102% !important;
  background-position: left;
  mix-blend-mode: plus-lighter;
  padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::after {
  animation: random-flicker 3s infinite steps(5);
}

@keyframes random-flicker {
  0% { opacity: 0.5; filter: blur(6px); }
  20% { opacity: 0.8; filter: blur(3px); }
  40% { opacity: 0.6; filter: blur(5px); }
  60% { opacity: 0.9; filter: blur(2px); }
  80% { opacity: 0.7; filter: blur(4px); }
  100% { opacity: 0.6; filter: blur(6px); }
}


/*第二張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
  background: url(https://pic03.eapple.com.tw/bausuei/title3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 38%;
  right: 20%;
  width: 20%;
  height: 20%;
  background-position: right;
  padding-bottom: calc(100% / 1* 0.12);
  filter: drop-shadow(1px 0px 6px #664d51);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before {
  animation:fade-in-right 2.5s cubic-bezier(.39,.575,.565,1.000) both
}


@keyframes fade-in-right {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
  content: "";
  background: url(https://pic03.eapple.com.tw/bausuei/title4.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0%;
  left: -102%;
  width: 167% !important;
  height: 100% !important;
  background-position: right;
  mix-blend-mode: lighten;
    opacity: 0.7;
  animation: floatPetals 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

@keyframes floatPetals {
  0% {
    left: -102%;
    transform: translateY(0);
  }
  100% {
    left: -50%;
    transform: translateY(30px);
  }
}


@media screen and (max-width: 600px) { 


  /*RWD大圖*/

.bannerindex .swiper-slide img { display:none; }
.bannerindex .swiper-slide {height: 117vw;  width: 100% !important; }/*圖片比例*/
.bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/bausuei/rwd01.jpg); background-position: top; background-size:cover;}/*個別換背景*/
.bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/bausuei/rwd02.jpg); background-position: top; background-size:cover;}
.bannerindex::before {background-image: url(https://pic03.eapple.com.tw/bausuei/rwd03.jpg);}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
  background: url(https://pic03.eapple.com.tw/bausuei/rwd-title2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0%;
  left: 0%;
  width: 100% !important;
  height: 100% !important;
  background-position: left;
  padding-bottom: calc(100% / 1* 0.12);
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
  background: url(https://pic03.eapple.com.tw/bausuei/rwd-title1.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0%;
  left: 0%;
  width: 100% !important;
  height: 102% !important;
  background-position: left;
  mix-blend-mode: plus-lighter;
  padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
  bottom: 3%;
  right: 19%;
  width: 64%;
  height: 20%;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
  content: "";
  background: url(https://pic03.eapple.com.tw/bausuei/rwd-title4.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0%;
  left: -102%;
  width: 167% !important;
  height: 100% !important;
  background-position: right;
  mix-blend-mode: lighten;
    opacity: 0.7;
  animation: floatPetals 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

}
/*header購物車icon*/
.box_search {display: none;} /*商品搜尋*/
.me_tp_features {position: absolute;display: flex;justify-content: end;}
.me_tp_features a {
    padding: 0px 25px;
    margin: 0px;
    height: 107px;
    display: flex;
    align-items: center;
    border-left: 1pt solid #bdbdbd;
    color: #7a7a7a;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}
.me_tp_features a:hover {background: #ffffff24;}

/*header*/
.nav-header{max-width: 240px;}
.nav-brand img {margin: 15px 0px 15px 0px;}
.navigation {display: flex;align-items: center;flex-direction: column;}
.stellarnav ul {text-align: center;border-top: 1pt solid #bdbdbd;}
.main_header_area .container {max-width: 100%;}


.header_area {
    padding:0px;
    background: #fff;
    border-bottom: 1pt solid #bdbdbd;
}

.header_area.sticky {
  border-bottom: 1pt solid #bdbdbd;
  background: #fff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
}


/*第一層*/
.stellarnav > ul > li:nth-of-type(1) {display: none;}
.stellarnav > ul > li > a {transition: all 0.3s;color:#6d6d6d;letter-spacing: 1px;font-weight:400;font-size: 15px;}
.stellarnav > ul > li:hover > a,
.stellarnav > ul > li.active> a,
.stellarnav > ul > li.focus > a {color: #474747;font-weight:400;text-shadow: 0 0 8px #FFF;}
.stellarnav > ul:hover > li > a {opacity: 0.2;    transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a {opacity: 1;    transition: all 0.3s ease-in-out;}
.stellarnav > ul > li.has-sub > a {padding-right:0px}
.stellarnav li.has-sub > a:after{display: none;}
.tp_links {display: none;}
.stellarnav li {padding: 0px 30px;}
.stellarnav > ul > li:not(:nth-last-child(1)):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 19px;
  background: #bdbdbd;
  right: -3px;
  top: 11px;
}


/*QA下拉隱藏*/
.stellarnav > ul > li:nth-of-type(4) > ul li {display: none;}
.stellarnav.mobile > ul > li:nth-of-type(4) > a.dd-toggle{display: none;} /*隱藏手機板X*/
/*相簿下拉隱藏*/
.stellarnav > ul > li:nth-of-type(8) > ul li {display: none;}
.stellarnav.mobile > ul > li:nth-of-type(8) > a.dd-toggle{display: none;} /*隱藏手機板X*/


/*第二層*/
.stellarnav li li {padding: 0px;    border: none;}
.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border:none
  }
  
  .stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 13px;
    transition: all 0.3s;
    border: none;
    position: relative;
    letter-spacing: 1px;
    font-size: 15px;
    }

    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
      border: none;
      margin-left: 10px;
      color:#333333;
      font-weight: 500;
      }
      



/*header下滑 (首頁特別設定) */

.pageIndex .header_area {
  position: fixed;
  background: #fff;
  border-bottom: 1pt solid #ffffff00;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.pageIndex .header_area.sticky {
  opacity: 1;
  visibility: visible;
  border-bottom: 1pt solid #bdbdbd;
  position: fixed;
  background: #fff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
}

.pageIndex .stellarnav,.pageIndex .me_tp_features a{
    display: none;
}
.pageIndex .header_area.sticky .stellarnav{
    display: block;
    animation:swing-in-top-fwd 2.5s cubic-bezier(.175,.885,.32,1.275) both
}
.pageIndex .header_area.sticky .me_tp_features a {
    display: flex;
    animation: swing-in-top-fwd 2.5s cubic-bezier(.175,.885,.32,1.275) both;
    animation-delay: 0.4s;
}


  
  @keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
              transform: rotateX(-100deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-transform-origin: top;
              transform-origin: top;
      opacity: 1;
    }
  }


  @media screen and (max-width: 768px) {

    .pageIndex .header_area.sticky .stellarnav{
      animation:none
  }

  .nav-brand img {
    margin: 10px 0px;
    width: 175px;
}

.stellarnav.mobile {
  left: 14px;
  top: 17px;
}


.stellarnav > ul:hover > li > a {opacity: 1;    transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a {opacity: 1;    transition: all 0.3s ease-in-out;}
.stellarnav > ul > li.has-sub > a {padding-right:0px}




  }


  @media screen and (max-width: 570px) {

    .stellarnav.mobile {
      left: 14px;
      top: 14px;
    }


  }
  


/*footer*/
.footer_menu a:first-child {display: none;}
.footer_menu a:nth-of-type(2) {display: none;}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/*購物車側選單*/


.product_menu_list>h5 {
  display: none;
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  font-size: 20px;
  color: #3f3f3f;
  padding-left: 10px;
}

.product-layer-two li a {
  padding: 10px 18px;
  color: #777777;
  background: #ffffffa3;
  position: relative;
  border: none;
  transition: all .4s;
  border-radius: 10px;
}

.product-layer-two li a:hover {
  background: #7494a5b8;
  transition: all .4s;
  color: #fff;
}

.product-layer-two li.active a {
  border: none;
  font-weight: 400;
}

.product-layer-two li i {
  top: 4px;
  color: #f1f1f1;
  transition: 0.3s;
}

.product-layer-two li i:hover {
  filter: drop-shadow(2px 2px 3px #4f5a47);
  transform: rotate(45deg);
  color: #FFF;
  transition: 0.3s;
}

.product-layer-two li.active li a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #444;
  background: transparent;
}

.product-layer-two li li a {
  padding: 5px 10px;
  color: #444;
  transition: all 0.4s;
}

.product-layer-two > li {
  text-align: left;
  padding-bottom: 5px;
  border: none;
}


/*購物車外觀*/

.products-list .item {
  position: relative;
  padding: 10px;
  background: rgb(255 255 255 / 70%);
  backdrop-filter: saturate(93%) blur(10px);
  transition: .4s ease-in-out;
}

.products-list .item:hover {
  box-shadow: 10px 10px 6px rgb(0 0 0 / 6%);
  transition: .4s ease-in-out;
  transform: translateY(-17px);
}


.products-list .price b {
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
}
.products-list .name {
  font-size: 15px;
  color: #444;
  letter-spacing: 1px;
  font-weight: 400;
  height: 60px;

}

.products-list .more {
  display: none;
}

.products-list .item a {
  padding-bottom: 0px;
  position: relative;

}

  .products-list .pic img {
    border-radius: 5px;
}

.products-list .pic:before {
  content: "READ MORE";
  letter-spacing: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  line-height: 161%;
  background: #7494a5;
  opacity: 1;
  transition: all 0.3s;
  font-size: 14px;
  width: 100%;
  color: #f1f1f1;
}

.products-list .pic img {
  border-radius: 5px;
  transition: all 0.6s;
}

.products-list a:hover .pic:before {
  opacity: 0;
}





/*購物車內*/


.sidebarBtn {
  border: 1px solid #fff;
  background: #ffffff9e;
  border-radius: 5px;
}

.swiper-slide img {
  border-radius: 5px;
}

.sidebarBtn h2 {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.sidebarBtn * {
  font-weight: 400;
  letter-spacing: 1px;
  color: #6d6d6d;
}

.product_info li span {
  font-family: "Noto Sans TC", serif;
}

.edit {
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #444;
}

.product_info li .txt_box {
  color: #6a9bb5;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #7494a5;
  color: #ffffff;
  border: none;
}

.radio-inline__label {
  border: none;
  border-bottom: 1px solid #878787;
  border-radius: 0px;
}

.pd_tabTitle li.activeTab a {
  color: #7494a5;
}

.pd_tabTitle li.activeTab::after {
  height: 2px;
  background: #7494a5;
}

/*購物車推薦*/

.prod_related {
  padding: 25px 15px;
  background: rgb(255 255 255 / 16%);
  backdrop-filter: saturate(93%) blur(10px);
  border-top: 2pt solid #fff;
}

.prod_related h6 {
  margin: 20px auto 40px;
  text-align: center;
}

.prod_related h6 span:before {
  color: #505050;
  font-weight: 400;
}


.related_list li a {
  transition: .3s ease-in-out;
  padding: 0px;
}

.related_list li a img {
  transition: .3s ease-in-out;
}

.related_list li:hover a img {
  transition: .3s ease-in-out;
  padding: 15px;
  border-radius: 30px;
}

.related_list li:hover a p{
  transition: .3s ease-in-out;
  background: #7494a5;
  color: #fff;
}

.related_list li a p {
  transition: .3s ease-in-out;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}


/*內頁BANNER 設定*/
.banner {
  height: 40vw;
  background-size: cover;
  background-position: left bottom;
  max-height: 476px;
  min-height: 240px;
  position: relative;
  border-bottom: 2px solid #7494a5;
}

.banner h5 {
  position: absolute;
  color: #fff;
  width: 238px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 1pt solid #7494a5;
  background: #7494a5;
  font-size: 20px;
  top: 0px;
  height: 200px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
  letter-spacing: 2px;
}

.article_a .banner h5:after {
  content: 'FUNERAL\A Q&A'; 
  position: absolute;
  top: 69px;
  left: 75px;
  font-size: 15px;
  font-weight: 200;
  white-space: pre-line;
}

.article_b .banner h5:after {
  content: 'NEWS';
  position: absolute;
  top: 100px;
  left: 84px;
  font-size: 19px;
  font-weight: 200;
}

.product_page .banner h5:after, 
.product_info_page .banner h5:after {
  content: 'FUNERAL\A SUPPLIES'; 
  position: absolute;
  top: 69px;
  left: 75px;
  font-size: 15px;
  font-weight: 200;
  white-space: pre-line;
}


.album_a .banner h5:after {
  content: 'PHILANTHROPIC\A ENGAGEMENT';
  position: absolute;
  top: 69px;
  left: 42px;
  font-size: 15px;
  font-weight: 200;
  white-space: pre-line;
}


.blog_page.article_a .banner.banblog,.blog_in_page.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/bausuei/aBanner.jpg);}
.blog_page.article_b .banner.banblog,.blog_in_page.article_b .banner.banblog{background-image: url(https://pic03.eapple.com.tw/bausuei/bBanner.jpg);}
.banF {background-image: url(https://pic03.eapple.com.tw/bausuei/cBanner.jpg);}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/bausuei/dBanner.jpg);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章側邊選單*/

.blog_search input[type=submit] {
  top: 32px;
}

.blog_search input[type=search] {
  margin-top: 30px;
}

h5.blog_le_t em {
  font-family: "Noto Sans TC", serif;
}

h5.blog_le_t {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}

.blog_le .accordion li .link i {
  color: #999999;
}

.blog_search input[type=search] {
  border-radius: 10px;
}

.blog_le .accordion {
  border: none;
  background: #ffffffbf;
  border-radius: 5px;
}

.submenu {
  background: #ffffff;
  font-size: 14px;
  border: none;
}

.accordion li .link a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #6d6d6d;
}

/*文章設定*/


.blog_list_ri h5 {
  font-weight: 400;
  color: #474747;
  display: flex;
  font-size: 18px;
}

.subbox_item a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
  background: #ffffff82;
  border: 1pt solid #FFF;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border-radius: 15px;
}

.blog_subbox {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background-color: transparent !important;
}

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
  background: #7494a5;
}

.submenu a i {
  color: #bdd0d9;
}

.blog_page .main_part {
  max-width: 1600px;
  padding-top: 80px;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #f5f5f5;
  color: #444;
  padding-left: 35px;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #b3bfc5;}
.blog_back a.article_btn_back {background: #cdcdcd;}

.path p, .path p a {
display: none;
}

.subbox_item a::after  {
  width: 0%;
  height: 100%;
  transition: .5s ease-in-out;
  border: none;
  z-index: -1;
  border-radius: 15px;
}
.subbox_item a:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  top: 0px;
  left: 0px;
  transition: .5s ease-in-out;
}

.subbox_item a:hover .blog_list_le img {
  transform: translate(0%, 0%) scale(1.05);
  filter: none;
  transition: all .6s;
  border-top-left-radius: 100px;
}

.subbox_item a:before {
  content: '';
  background-image: url(https://pic03.eapple.com.tw/bausuei/img.svg);
  position: absolute;
  z-index: 99999;
  top: 13px;
  left: 13px;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1s;
  clip-path: inset(0 100% 0 0); 
  width: 50px;
  height: 50px;
  background-size: cover;
}

.subbox_item a:hover:before {
  clip-path: inset(0 0 0 0);
}

.blog_list_le img {
  z-index: 999;
}

h4.blog_category_title {
  color: #444;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: none
}

.blog_in_page h4.blog_category_title {
  color: #444;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
}

/*文章內文*/


.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
  font-weight: 400;
}

.blog_box_edit * {
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #444;
}

/*相關文章*/

.lastPage:hover {
  background: #587381;
  transition: .3s ease-in-out;
}

.lastPage{
  transition: .3s ease-in-out;
}

.news_related {
  padding: 25px 15px;
  background: rgb(255 255 255 / 16%);
  backdrop-filter: saturate(93%) blur(10px);
  border-top: 2pt solid #fff;
}

.news_related h6 {
  max-width: 1200px;
  margin: 20px auto 40px;
  text-align: center;
}

.news_related h6 span:before {
  color: #505050;
  font-weight: 400;
}

.lastPage {
  background: #7494a5;
  border-radius: 5px;
}

.news_related_list li a {
  transition: .3s ease-in-out;
  padding: 0px;
}

.news_related_list li a img {
  transition: .3s ease-in-out;
}

.news_related_list li:hover a img {
  transition: .3s ease-in-out;
  padding: 15px;
  border-radius: 30px;
}

.news_related_list li:hover a p{
  transition: .3s ease-in-out;
  background: #7494a5;
  color: #fff;
}

.news_related_list li a p {
  transition: .3s ease-in-out;
  padding: 10px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿/＝＝＝＝＝*/

藏下拉*/

.album_page,.album_class_page,.album_info_page{
  background: #f1f1f1;
}
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 1px;
  font-weight: 400;
  color: #404040;
}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  border-top: 1pt solid #c7c7c7;
  padding-top: 40px;
}
ul.show-list:before , ul.pic-list:before{content:none;}

.overlay {
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}

.overlay:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  opacity: 1;
  animation: tracking-in-expand-fwd .5s cubic-bezier(.215,.61,.355,1.000) both;
}
.overlay:hover:after {
  content: 'MORE +';
  width: 30%;
  position: absolute;
  bottom: 4%;
  right: -4%;
  height: 11%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
    
    .other_subalbum li a p {
      line-height: 2;
      padding-left: 15px;
  }
.show-list .item:hover .show_name {  color: #404040;}
.other_album_choice li {    background: #3b3b3b;}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
display: none;
}
.fa-right-from-bracket::before {
  display: none;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  display: none;
}
.album_fixed_title {
background: transparent;
display: none;
}
.other_album_choice li:hover {
  transform: translateY(-5px);
  transition: all .4s;
}
.subalbum-menu h2 {
  color: #525252;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

.subalbum-menu h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #7494a5;
  border-right: 0px solid #00000000;
  border-bottom: 6px solid #00000000;
  border-top: 6px solid #00000000;
}

.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6 {
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 13px;
}
.block {
  display: none;
}

@media screen and (max-width: 1200px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 95%;
}

}

@media screen and (max-width: 768px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px){


.main_part {
padding: 0px 20px;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr;
}

.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}


}


@media screen and (max-width: 500px){

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}


/*聯絡我們/＝＝＝＝＝*/
.contact_content {display: block !important}
.contact_editbox {    padding: 0;}
.contact_le_map a {    background: #e7e4df;}
.contact_form li.last cite {background: #7494a5;}
.contact_content {
    padding: 80px 10px 10px;
}


/*表格排列版面*/
.contact_content .information_left{display: none;}
.red {color: #7494a5;}
.contact_content .information_right {    width: 90%;    padding: 0;    margin: 0 auto 100px;    max-width: 1400px;    display: block;}
.blank_letter {     padding: 0;    font-size: 20px;    color: #3a3a3a;text-align: center;}
.blank_letter .note{display: block;color: #7494a5 ;text-align: center;}
.contact_form {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(400px,100%), 1fr));    gap: 30px;}
.contact_form li{padding: 0;}
.contact_form li .form__label {    display: block;    width: 100%;    text-align: end;    margin: 0 0 5px;    padding: 0;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.contact_form li.last blockquote, .contact_form li.last cite{border-radius:5px;    border: 1px #7494a5 solid;    padding: 0px;}
.contact_form li.last blockquote{background: #ffffff9a;}

@media screen and (max-width: 600px){
    .contact_form li .form__label {
        text-align: justify;
        background: transparent;
        font-weight: 400;
    }  
}

@media screen and (max-width: 768px) {
.show_content {padding: 33px 0 15px;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}


.pageIndex .stellarnav .menu-toggle:after {
  color: #ffffff;
}

.header_area.sticky .stellarnav .menu-toggle:after {
  color: #444;
}

.pageIndex .stellarnav .menu-toggle span.bars span {
  background: #ffffff;
}

.header_area.sticky .stellarnav .menu-toggle span.bars span {
  background: #444;
}

.pageIndex .stellarnav > ul > li > a {
  color: #444;
}



.stellarnav > ul > li:not(:nth-last-child(2)):after{display: none;}
.pageIndex .header_area.sticky .stellarnav > ul > li:not(:nth-last-child(2)):after{display: none;}

.stellarnav.mobile.left > ul{ animation: slideInFromLeft .5s ease-out forwards; }


.stellarnav.mobile > ul > li > a b {display: grid}

.stellarnav > ul > li > a > b:nth-child(2) {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #7494a5;
}

.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after{
  border-bottom: solid 1px #7494a5;
}

.stellarnav.mobile > ul > li > a {
  padding: 25px 43px 25px 10px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding-top: 21px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
margin-left: 0px;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
  margin-left: 30px;
  font-size: 15px;
  border-left: 1pt solid #bababa;
  padding: 10px 20px;
  color: #878787;

}

.stellarnav.mobile li.open {
  background: #fff;
  padding-bottom: 30px;
}

.stellarnav li a {
  color: #444;
  background: transparent;
  border-radius: 0px;
}

.stellarnav > ul > li ul li a:hover {
  background: transparent;
}

.stellarnav.mobile ul ul {
  padding: 2px;
  box-shadow: none;
}

.stellarnav.mobile li.open li.open {
  background: #ffffff;
  padding: 0px;
}

.stellarnav.mobile ul ul ul {
  margin-left: 30px;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
  top: -1px;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: #7494a5;color: #fff;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after{border-color: #fff;}


}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;      
  }
  100% {
    transform: translateX(0);    
    opacity: 1; 
  }



}

@media screen and (max-width: 600px) { 
}

