@charset "utf-8";
body { --mainColor:#93a567; 
       --mainAColor:#949B70;
       --mainBColor:#777777;
       --mainCColor:#CBC0A0;
       --mainDColor:#f1ede1;
       --mainGColor:#99773E;
       --mainEColor:#D1B88D;
       --mainFColor: #F4F4F4;
      cursor: url(https://pic03.eapple.com.tw/yuanroom/yu_cursor.svg), pointer;
      position: relative;
      }
  body:before {content: ""; background: url(https://pic03.eapple.com.tw/yuanroom/yun_bg.jpg);  background-attachment: fixed; background-size: cover; background-repeat: no-repeat; opacity: 0.2;
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: -1;} 
      

/*scrollbar*/
::-webkit-scrollbar { width: 6px; height: 0px;}
::-webkit-scrollbar-thumb { background: var(--mainColor);}
::-webkit-scrollbar-track { background: var(--mainBColor);}
.main_part { max-width: 1600px; padding: 80px 20px;}

/*Header/＝＝＝＝＝*/
.main_header_area { background: transparent;  width: 95%; display: block; margin: 0 auto;}
.me_tp_features { display: none;}
#to_top {left: 150px;}

  /* header */
.pageIndex .header_area { width: 100%;  position: fixed;  background: transparent;  padding: 20px 50px;  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);  top: 60px;}
.header_area { width: 100%; position: fixed; background: transparent; padding: 20px 50px; transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);}
.pageIndex .stellarnav.left.desktop {top: 0px;}
.stellarnav.left.desktop.active { top: 60px;}

/*下滑*/
   .main_header_area .container,
.navigation { height: 100%; width: 100%; max-width: 100%;}
.navigation { padding: 0px; display: flex; justify-content: space-between; align-items: center;  flex-direction: row;}
.navigation>* { order: 2;  }
/* ----- menu列 ----- */

.stellarnav.mobile {z-index: 1; }
.navigation>* { order: 2;}
.stellarnav.left.desktop { z-index: 1; transition: 1s;  display: flex; justify-content: center; align-items: center; align-content: center;  width: auto; z-index: 999;}

/* ----- topLogo ----- */
.nav-header {width: auto; display: block; position: relative; z-index: 5; filter: contrast(0) brightness(100); }
/*下滑*/
.header_area.sticky .main_header_area { width: 100%; height: 100%; transition: all 0.5s; padding: 0px;}
.header_area.sticky {  padding: 10px 30px; background: rgba(255, 255, 255, .7); top: 0; height: auto; transition: 0s;}
.header_area.sticky .stellarnav .menu-toggle span.bars span { background: #777;}
.header_area.sticky .stellarnav .menu-toggle:after { color: #444; }
.header_area.sticky .stellarnav.active .menu-toggle span.bars span {   background: #fff;}
.header_area.sticky .stellarnav.active .menu-toggle:after {  color: #fff;}

.header_area.sticky .nav-header {  filter: unset;}
  /* ----- menu列 ----- */
.stellarnav.mobile.active{ transition: 1s; display: flex; justify-content: center; align-items: center; align-content: center; width: auto;}
/* --- 漢堡 --- */
.stellarnav .menu-toggle {
        display: block;
        width: 40px;
        max-width: 100%;
        padding: 0px;
        border-radius: 99em;
}
.stellarnav .menu-toggle:after {letter-spacing: 1px; text-align: center;font-size: 10px;  color: #ffffff;}

  /*.stellarnav .menu-toggle:after {
    display: none;
  }*/

  .stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    height: 20px;
    padding: 0 5px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin-bottom: 5px;
  }

  .stellarnav .menu-toggle span.bars span {
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
    margin: 0;
    padding: 0;
  }

  .stellarnav .menu-toggle:hover span.bars span:nth-child(2) {
    width: 60%;
  }


  /* 選單開啟 - 漢堡改變 */
  .stellarnav.active .menu-toggle span.bars {
    height: 35px;
  }
  .stellarnav.active .menu-toggle { background: transparent;}
  .header_area.sticky .stellarnav.left.desktop.active { margin-right: 3%; top: 60px;}
  .stellarnav.active .menu-toggle span.bars span {
    transform: translate(-50%, -50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
  }

  .stellarnav.active .menu-toggle span.bars span:first-child {
    left: 20%;
  }

  .stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    top: 60%;
  }

  .stellarnav.active .menu-toggle span.bars span:last-child {
    left: 80%;
  }

  .stellarnav.active .menu-toggle:hover span.bars span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
  }

  .stellarnav.active .menu-toggle:hover span.bars span:nth-child(2) {
    width: 100%;
    opacity: 0;
  }

  .stellarnav.active .menu-toggle:hover span.bars span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
  }
/* menu按鈕列表 */
  .stellarnav.mobile {
    z-index: 1;
  }

 .stellarnav.left.desktop>ul {
    position: fixed;
    width: 0vw;
    max-width: 400px;
    height: 100%;
    top: 0;
    bottom: 0;
    right:0;
    display: flex !important;
    margin: 0;
    padding: 0px;
    text-align: center;
    height: 100%;
    transition: .5s;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: -1;
    opacity: 0;
  }

  /* 墊在按鈕下的背景 */
  .stellarnav.left.desktop>ul::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #cbc0a000;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    transform: translate(50%, 0%);
  }

 .stellarnav.left.desktop.active>ul { transform: unset; opacity: 1; width: 100%; max-width: 100%; padding: 50px;}

  .stellarnav.left.desktop.active>ul::before {
    transition: 1s;
    transform: translate(0%, 0%);
  }

.stellarnav>ul>li {
        display: flex;
        width: 100%;
        max-width: 100%;
        text-align: center;
        height: 100%;
        align-items: center;
        justify-content: center;
}

.stellarnav>ul>li a {
        display: flex;
        flex-direction: column-reverse;
        text-align: left;
        padding: 5px 10px;
        margin: 0;
        position: relative;
        font-size: 15px;
        line-height: 100%;
        height: 100%;
        writing-mode: vertical-rl;
        width: 100%;
        justify-content: center;
}

.stellarnav > ul > li ul {
        overflow: hidden;
        height: 0;
        display: none !important;
}

.stellarnav li.has-sub > a:after {display: none;}

/* 主按鈕中英翻轉 - 不用可以刪掉 */
.stellarnav>ul>li>a b { height: 100%; display: flex; justify-content: center; margin: auto 0; color: #fff; filter: drop-shadow(2px 4px 6px black);}
.stellarnav>ul>li>a b+b { margin-top: 0px;}
.stellarnav > ul > li > a b:nth-of-type(1) { font-size: 17px; letter-spacing: 5px;}
.stellarnav > ul > li > a:hover b:nth-of-type(1) { letter-spacing: 7px; font-size: 18px;}
.stellarnav > ul > li > a b:nth-of-type(2) { font-size: 12px; letter-spacing: 1px;}
.stellarnav > ul > li > a:hover b:nth-of-type(2) { letter-spacing: 3px;}
.stellarnav>ul>li>a:hover b {transform: unset; }

/*漢堡背景*/
.stellarnav>ul>li { background-size: cover  !important; transition: background-position 0.6s ease; filter: grayscale(0.5);}

.stellarnav>ul>li:nth-of-type(1) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_02.jpg) center;}
.stellarnav>ul>li:nth-of-type(2) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_01.jpg) center;}
.stellarnav>ul>li:nth-of-type(3) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_03.jpg) center;}
.stellarnav>ul>li:nth-of-type(4) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_04.jpg) center;}
.stellarnav>ul>li:nth-of-type(5) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_05.jpg) center;}
.stellarnav>ul>li:nth-of-type(6) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_06.jpg) center;}
.stellarnav>ul>li:nth-of-type(7) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_07.jpg) center;}
.stellarnav>ul>li:nth-of-type(8) { background: url(https://pic03.eapple.com.tw/yuanroom/meau_08.jpg) center;}
.stellarnav>ul>li:hover { background-position: 30% center; filter: grayscale(0); }

/* 次分類 */
.stellarnav ul ul { left: 0%; position: relative; width: 100%; background: transparent; transition: all 0.3s ease-in-out; }
.stellarnav.mobile li.has-sub a { position: relative;}

.stellarnav.mobile li.has-sub a.dd-toggle { display: inline-block;  position: absolute;  text-align: center;  z-index: 999; padding-right: 0;}
.stellarnav .dd-toggle {  bottom: 15px;}
.stellarnav.mobile li.has-sub a.dd-toggle:before {  display: none;}
.stellarnav.mobile li .has-sub a.dd-toggle { display: none;}
.stellarnav ul ul ul { overflow: hidden; height: 0;}

/*次分類下拉按鈕*/
.stellarnav.mobile li.has-sub a.dd-toggle{display: none;}
.stellarnav.mobile.active li.has-sub a.dd-toggle {display: inline-block;}

/*第2層*/
.stellarnav li li {  border: unset; border-bottom-width: 0; padding-left: 20px;}
ul.news_classes li a , .stellarnav li li a {  height: 40px;}

/* --- 聯絡連結 --- */
.tp_links {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

/* --- 搜尋器 --- */
.box_search {
  width: 100%;
  order: 5;
  display: none;
}

.shop_search_btn {
  width: 100%;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box_search input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  padding-left: 32px;
  border-radius: 0;
}

/* --- 購物車和匯款連結 --- */
.me_tp_features>a {
  text-align: center;
  display: flex;
  flex-direction: column;
  /* 不要直書可以拿掉 */
  width: 1.2em;
  /* 不要直書可以拿掉 */
  line-height: 1.2;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
}

.me_tp_features>a span {
  margin-top: 5px;
}


@media (max-width:1024px) {
  #page {
    /* padding-left: 100px; */
    padding: 0;
  }

  .header_area.sticky, .header_area {
    width: 100%;
    height: 80px;
  }

  .header_area .main_header_area, .header_area.sticky .main_header_area {
    /* width: 100px; */
    width: 100%;
  }
  /*
  .navigation {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  */
  
  .navigation>*{
    flex:1;
  }

  .nav-brand {
    background: none;
    width: 140px;
    height: auto;
  }

  .nav-brand img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  /*
  .stellarnav.mobile{
    justify-content: flex-start;
  }
  */
  .stellarnav.mobile { 
    justify-content: flex-end;
  }

  .stellarnav.mobile>ul{
    width: 220px;
    padding-left: 20px;
  }

  .me_tp_features {
    order: 1;
    max-width: 200px;
    justify-content: flex-end;
  }

  .me_tp_features>a {
    flex-direction: row;
    width: auto;
  }

  .tp_links {
    justify-content: flex-end;
  }
}
  @media screen and (max-width: 768px) { 
    .header_area {background: #ffffff;}
    .pageIndex .header_area { position: sticky;background: #fff;  padding: 10px; }
    .header_area {  position: sticky;padding: 10px;}
    
    /*LOGO*/
    .nav-header { filter: unset; }
    .me_tp_features {display: none;}
    .nav-brand {  max-width: 55px;}
    .nav-header { max-width: fit-content;}

    /*選單*/
    .stellarnav.mobile { right: 0; left: auto; }
    .stellarnav .menu-toggle span.bars span { background: #8f8f8f;}
    .header_area.sticky { padding: 10px;}
    .stellarnav.mobile.left > ul { width: 100vw;}

    .stellarnav.mobile.left > ul {
        transform: unset; opacity: 1; width: 100vw; max-width: 400px;  padding: 20px 50px;  right: 0;  left: auto;flex-direction: column;
        background: rgba(255, 255, 255, .8);backdrop-filter: blur(10px); justify-content: flex-start; }
      .stellarnav.mobile ul {background: transparent;}
      .stellarnav.mobile > ul > li { border-bottom: unset;}
      .stellarnav.mobile > ul > li > a { line-height: 230%; color: #343a40; overflow: hidden;height: 60px; max-height: 60px;}
      .stellarnav.mobile li.open { background: transparent; padding: 3px;}
      .stellarnav.mobile > ul > li > a b {line-height: 230%;}
      .stellarnav.mobile li a { border-bottom: 1px solid rgb(255 255 255);}
      .stellarnav .dd-toggle { bottom: auto;}
      .stellarnav li li a { border-bottom: unset !important;}

      .stellarnav .icon-close:after , .stellarnav .icon-close:before { border-bottom: solid 2px #777;width: 30px;}
      .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;}
 }

/*}*/

/*漢堡截止*/

/*LOGO*/
.nav-brand { display: flex; align-items: center;  width: 120px;}
.header_area.sticky .nav-brand { width: 80px;}
.footer_logo { width: 150px;  margin: 0px;  padding-bottom: 0px;}
.footer_logo img { width: 150px;}

/*Footer/＝＝＝＝＝*/
.footer { padding: 60px 0 0; background: #f1ede1;}
.center {  max-width: 1600px;}
.footer_info { display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between;  flex-direction: column;padding:0px;}
.footer_info ul { display: flex;  vertical-align: top;  width: calc(100% - 310px);  justify-content: space-between; flex-direction: column; align-items: center;}
.footer_menu { display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr)); gap: 5px;}
.footer_menu a { margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;border: unset;background: transparent;}
.footer_menu a+a { border-left: 1px solid var(--mainColor);}
.footer_info li p { line-height: 230%;}
.footer_info li:nth-child(1) { display: flex; flex-direction: column; align-items: center;}
.footer_info li:nth-child(2) { width: 100%; max-width: 1000px;  padding-top: 20px; }
.footer_menu a:nth-of-type(1) { display: none;}
.footer_menu a:nth-of-type(2) { border-left: unset;}
.footer_menu a:hover { background: transparent;  color: var(--mainColor);}
.copy { background: var(--mainColor);  color: #fff; border: none; padding: 17px 0;margin-top: 35px; position: relative;  overflow: hidden;  z-index: 999;}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover { color: var(--mainCColor);}
.box_link a{transition:all 0.3s; font-size: 20px; margin: 0px; border: unset; padding: 5px 0px;display: flex;  align-items: center; justify-content: center; width: 40px;}
.box_link a:hover {  background: transparent;  color: var(--mainColor);}
.box_link { order: -1;position: relative; top: auto; right: 0px; width: fit-content; left: 0; display: flex; flex-direction: row; bottom: 0;margin: 0 auto; padding-bottom: 25px;}
a.me_tp_mail { display: none;}
i.fa-brands.fa-facebook { position: relative;}
.fa-facebook:before {
        content: ""; background: url(https://pic03.eapple.com.tw/yuanroom/threads_icon.svg);  width: 20px;  height: 20px; position: absolute;
        left: 50%; top: 50%;  transform: translate(-50%, -50%); background-position: center; background-repeat: no-repeat;  background-size: contain;}
.copy:after {  content: "";  background: url(https://pic03.eapple.com.tw/yuanroom/footer_be.jpg);
        width: 100%; height: 100%; position: absolute; left: 0; bottom: 0;  mix-blend-mode: multiply; opacity: 0.5; z-index: -1;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #ADA17E;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-slide { padding: 0px !important;}
.swiper-pagination {display: none;}
.swiper-wrapper , .swiper-slide {  position: relative;}
.swiper-wrapper:before {  content: "";  background: url(https://pic03.eapple.com.tw/yuanroom/banner_be.svg);position: absolute; z-index: 999; 
        pointer-events: none;  background-size: contain !important;  background-repeat: no-repeat !important; bottom: 15%; left: 10%;
        width: 100% !important;  height: 0 !important;  background-position: left !important;  padding-bottom: calc(100% / 1 * 0.1); filter: drop-shadow(0px 6px 6px black);}

.swiper-wrapper:after {  content: "";  background: url(https://pic03.eapple.com.tw/yuanroom/banner_af.png); position: absolute; z-index: 999; 
        pointer-events: none;  background-size: contain !important;  background-repeat: no-repeat !important; bottom: 8%; left: 0%;
        width: 100% !important;  height: 0 !important;  background-position: left !important;  padding-bottom: calc(100% / 1 * 0.27);  
      animation: sparkleFlicker 6.5s ease-in-out infinite, sparkleDrift 9s ease-in-out infinite, glowBreath 7.5s ease-in-out infinite;
      will-change: transform, opacity, filter;
      filter: drop-shadow(0 0 4px rgba(255,255,255,0.25))
              drop-shadow(0 0 10px rgba(255,245,210,0.2));}

.swiper-slide:before {
        content: "";  position: absolute; z-index: 999;  pointer-events: none;  background-size: contain !important;  background-repeat: no-repeat !important;
        top: 50%; transform: translateY(-50%); right: 0%;   width: 100% !important;  height: 0 !important;  
        background-position: center !important;  padding-bottom: calc(100% / 1 * 0.45); }
.swiper-slide:nth-child(1):before {  background: url(https://pic03.eapple.com.tw/yuanroom/banner01_be.png);}
.swiper-slide:nth-child(2):before { background: url(https://pic03.eapple.com.tw/yuanroom/banner02_be.png);}
.swiper-slide:nth-child(2):after {
        content: "";
        z-index: 999;
        position: absolute;
        left: 62%;
        top: 55%;
        transform: translate(-50%, -100%);
        width: 33px;
        height: 120px;
        pointer-events: none;
        border-radius: 250% 250% 175% 175%;
        background: radial-gradient(ellipse at 50% 70%, rgb(255 152 104) 0%, rgb(255 181 43) 18%, rgb(255 255 255 / 90%) 40%, rgb(255 232 147 / 24%) 65%, rgb(255 255 255 / 0%) 100%);
        filter: blur(0.6px) drop-shadow(0 0 6px rgba(255, 200, 120, 0.35)) drop-shadow(0 0 14px rgba(255, 150, 60, 0.25));
        transform-origin: 50% 85%;
        animation: flameMove 5.2s ease-in-out infinite, flameScale 3.3s ease-in-out infinite, flameGlow 2.8s ease-in-out infinite;
        mix-blend-mode: screen;
}
@keyframes flameMove {
  0%   { transform: translate(-50%, -100%) rotate(-3deg); }
  20%  { transform: translate(-50%, -102%) rotate(2deg); }
  40%  { transform: translate(-50%, -98%) rotate(4deg); }
  60%  { transform: translate(-50%, -101%) rotate(-2deg); }
  80%  { transform: translate(-50%, -99%) rotate(3deg); }
  100% { transform: translate(-50%, -100%) rotate(-3deg); }
}
@keyframes flameScale {
  0%   { height: 115px; opacity: 0.9; }
  25%  { height: 110px; opacity: 1; }
  50%  { height: 100px; opacity: 0.85; }
  75%  { height: 105px; opacity: 0.95; }
  100% { height: 110px; opacity: 0.9; }
}
@keyframes flameGlow {
  0% {
    filter:
      blur(0.6px)
      drop-shadow(0 0 5px rgba(255,200,120,0.3))
      drop-shadow(0 0 10px rgba(255,150,60,0.2));
  }
  50% {
    filter:
      blur(0.9px)
      drop-shadow(0 0 10px rgba(255,220,140,0.45))
      drop-shadow(0 0 18px rgba(255,160,60,0.3));
  }
  100% {
    filter:
      blur(0.6px)
      drop-shadow(0 0 5px rgba(255,200,120,0.3))
      drop-shadow(0 0 10px rgba(255,150,60,0.2));
  }
}

@keyframes slide-entrance {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-top {
    0% {
        bottom: -50%;
        opacity: 0;
    }
    100% {        
        bottom: 0%;;
        opacity: 1;
    }
}

@keyframes sparkleFlicker {
  0%   { opacity: 0.35; }
  20%  { opacity: 0.55; }
  40%  { opacity: 0.7; }
  60%  { opacity: 0.5; }
  80%  { opacity: 0.65; }
  100% { opacity: 0.35; }
}

@keyframes sparkleDrift {
  0% {
    transform: translate(0, 0) scale(0.96) rotate(0deg);
  }
  25% {
    transform: translate(2px, -2px) scale(1.01) rotate(1deg);
  }
  50% {
    transform: translate(-1px, -5px) scale(1.03) rotate(-0.5deg);
  }
  75% {
    transform: translate(1px, -3px) scale(0.99) rotate(0.5deg);
  }
  100% {
    transform: translate(0, 0) scale(0.96) rotate(0deg);
  }
}

@keyframes glowBreath {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(255,255,255,0.2)); }
  50%      { filter: drop-shadow(0 0 8px rgba(255,245,210,0.3)); }
}
/*特效END*/
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner { background: url(https://pic03.eapple.com.tw/yuanroom/banner01.jpg); height: 600px; background-position: center; background-size: cover; background-repeat: no-repeat;  position: relative;  display: flex; align-items: center; padding: 0px 10vw 55px;}
.banner:before { content: ""; background: url(https://pic03.eapple.com.tw/yuanroom/banner_af.svg); width: 100%; height: 0px;  padding-bottom: calc(100% / 1 * 0.12);
        position: absolute; left: 9vw; bottom: 4vw; background-position: left; background-size: contain; background-repeat: no-repeat;}
.banner:after { color: #ffffff;  white-space: pre; position: absolute; right: 10vw; bottom: 120px; font-size: 17px;  letter-spacing: 2px;
        text-decoration-color: var(--mainAColor) !important; text-decoration: underline; text-underline-offset: -20px; text-decoration-thickness: 28px; line-height: 220%; text-align: left; animation: slide-top 1.5s 0.5s ;}

.other_select_page .banner:after { content: "　四位不同頻率的引導者，　\A　用各自的方式，陪你穿越混亂、靠近真實，　\A　一步一步，走回靈魂原本的位置　" !important; } /*師資*/
.banner.banblog:after { content: "　關於靈魂、情緒、能量與生命旅程的分享，　\A　用文字記錄那些難以言說，卻真實存在的感受，　\A　願你在閱讀之中，也能慢慢靠近自己　"; } /*文章*/
.banner.banA:after { content: "　分享緣室最新的課程、活動與能量資訊，　\A　記錄每一次相遇與靈魂交流的片刻，　\A　讓每個來到這裡的人，都能找到屬於自己的訊息　";}/*促銷方案*/
.banner.banB:after { content: "　透過課程、覺察與能量練習，重新認識自己，　\A　不只是學習，而是一段回到內在的旅程，　\A　在一次次理解與感受中，慢慢活出真正的你　";}/*身心靈課程*/
.banner.banF:after { content: "　精選帶有祝福與能量共鳴的療癒選物，　\A　願每一件陪伴你的物品，都能成為生活中的微光，　\A　讓日常，也成為與自己連結的一部分　";}/*購物車*/

.banner h5 { font-size: 25px;  color: #fff; font-weight: 500; letter-spacing: 5px; position: relative; padding-top: 160px; text-indent: 5px; padding-left: 40px; font-family: "Noto Serif TC";width: 100%; text-align: left;}
.banner h5:before { font-size: 100px; color: var(--mainDColor); opacity: 0.6; position: absolute; letter-spacing: 4pt; left: 0px; top: 25px; text-indent: 0px; font-weight: 300; font-family: "Cinzel";}
.banner.banblog h5:before { content: "BLOG"; }
.other_select_page .banner h5:before { content: "OUR GUIDES" !important; font-size: 100px; top: 30px;}
.banner.banA h5:before { content: "NEWS"; }
.banner.banB h5:before { content: "COURSES"; }
.banner.banF h5:before { content: "SHOP"; }

.banner h5:after { content: ""; background: url(https://pic03.eapple.com.tw/yuanroom/title_icon.svg); position: absolute; left: 10px; bottom: 5px;
        width: 25px; height: 25px; background-size: contain; background-repeat: no-repeat; background-position: left;}
/*動畫*/
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}
        

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p, .path p a { padding: 0 3px;}
.path p a:hover { color: var(--mainEColor);}
.promotions_page .path {  width: 100%;}
.other_page .path , .services_page .path {display: none;}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {  background: var(--mainColor);  border: 1px solid var(--mainColor);}


/*購物車**************************** */
.prod_part { width: 100%;}
.products-list { display: grid; gap: 40px 10px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item { width: 100%;}
.product_page .show_content , .product_info_page .show_content { padding: 50px 0px 0;}


/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  display: none;  border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more { background: #ADA17E;}
/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap; margin: 0px 0; padding: 7px;}
.products-list b.sp_price { color: var(--mainColor) !important; font-size: 16px;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center; color: #999;;}
.products-list .item a:hover img { transform: scale(1.04); filter: grayscale(0);}

/*外層版面*/
.products-list .name { font-size: 17px; margin-top: 20px; height: auto;text-align: center;padding: 0 10px;}

.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width:100%; padding: 60px 0 0px;}
.product-layer-two {display: flex; width: 100%; margin: 0; flex-direction: row; flex-wrap: wrap;gap: 20px;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li {margin: 0;width: 20%;padding: 0px; height: fit-content;}
.product-layer-two > li.active { background: #f2f2f2;}
.product-layer-two li.active a { border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a { color: #222; border: none; background: transparent; transition: all 0.3s; line-height: 200%; padding: 10px 16px; transition: all 0.3s;}
.product-layer-two > li > a { border-bottom: 1px dotted #ccc;padding-left: 10px; letter-spacing: 2px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: var(--mainColor);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--mainColor); color:#fff;}
.product-layer-two > li > a:after { content: "+"; border-radius: 100%; align-items: center; justify-content: center; display: flex; height: 18px;
        color: #888; width: 18px; text-align: center; position: absolute; right: 0;  top: 50%; transform: translateY(-50%); transition: all 0.3s; padding-left: 2px; font-size: 13px;}
/**/
.product-layer-two li ul { position: absolute;padding-top: 1px;}
.product-layer-two li li {  width: 100%;  background: rgb(255 255 255 / 80%);border: unset;}
.product-layer-two li li a{ background: transparent;padding: 7px 16px;}
.product-layer-two li li:hover a {color: var(--mainColor);}

.products-list .pic img { transition: 0.5s;}
.products-list .pic:before { content: 'more';  width: 100%;  position: absolute;  right: 0;  top: auto;  bottom: 0;  background: #93a567c2; height: 0px;  border-radius: 30px 30px 0 0;
        opacity: 0;  border: unset;  transition: all .5s;  color: #fff;  display: flex; align-items: center;  justify-content: center;  font-size: 15px; letter-spacing: 3px; z-index: 9;}
.products-list .item:hover .pic:before {  height: 50px;  opacity: 1;}

/*購物車/內層＝＝*/
.product_info_page .path { max-width: 1600px; margin: 0 auto;}
.product_info_page .main_part {  max-width: 100%;  padding: 80px 0px 0;}
.product-wrapper { margin: 0 auto;  position: relative;  display: flex; flex-wrap: wrap; justify-content: center;}
.prod_info_clearfix { margin: 0px auto; order: 1;}

/*輪播*/
.product-wrapper .product_main { width: 68%;max-width: 1100px; border-right: 1px solid #d6d6d6;}
div#bx-pager h6 { display: none;}
.product_pic { padding-left: 150px; max-width: 1000px; }
.product_pic #bx-pager a { width: 110px; height: 110px;}
.bx-wrapper .bx-viewport { max-width: 1000px; }
.product_pic .bx-wrapper { margin: 0px;}
.product_pic .bx-wrapper ul { width: 100%;  max-width: 1000px;}
.product_pic .bx-wrapper ul li { width: 100%; max-width: 1000px;}
.product_pic .bx-wrapper ul li img { width: 100%; object-fit: cover;}

/*商品側邊規格*/
.sidebarBtn { padding: 15px 0px 15px 50px; width: 100%;  max-width: 400px; border: unset; background: transparent; }
.sidebarBtn h2 { font-size: 22px; font-weight: 500; letter-spacing: 1px; font-family: "Noto Serif TC"; color: var(--mainColor);}
.sidebarBtn .price span { font-size: 17px; padding-bottom: 5px;}

.product_info li { margin: 20px 0;}
.product_info li .txt_box { color: #222222; width: 100%;}
.sidebarBtn .price { padding: 20px 0; border-bottom: 1px solid #e6e6e6; letter-spacing: 0px;}
.sidebarBtn .sp_price { color: #cd78b0;}
.product_info li span { font-size: 14px; margin-bottom: 4px;}
.mobile_product_name{font-size: 24px;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { border: var(--mainColor) 1px solid;}
.inquiry_a3 { background: transparent; position: relative; width: 200px; justify-items: start; border: var(--mainColor) 1px solid;  color: var(--mainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: var(--mainAColor);}
/*
.inquiry_a3:before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 0;
    background: var(--gold-deep);
    transition: height .34s ease;
    z-index: 1;
}
.inquiry_a3:hover:before  {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(145, 131, 89, .22);
}
/*.inquiry_a3:before {
    content: "+";  position: absolute; right: 16px; width: 26px; aspect-ratio: 1; display: grid;
    place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .22);
    color: #fff; font-size: 20px; line-height: 1; transition: transform .32s ease, background .32s ease;  z-index: 2;}
.inquiry_a3:hover:before { background: rgba(255, 255, 255, .3); transform: rotate(90deg) scale(1.08);}

.inquiry_a3:after { content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, #93a567 0%, #aebd79 34%, #718851 68%, #93a567 100%);
    opacity: 1; transform: translateX(-100%); transition: transform .52s ease; z-index: 1;}
.inquiry_a3:hover:after { transform: translateX(0);}*/

/*說明*/
.product-wrapper ul.prod {width: 100%;  padding-top: 80px;}
.product-wrapper ul.prod li { margin-bottom: 0px;}
li.prod-item.is-active h3.prod-thumb { display: none;}

/*QA*/
ul.prod li:nth-child(2) { display: none;}

/*按鈕顏色*/
.inquiry_a1 , .inquiry_a2{background: var(--mainColor);}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--mainColor); color: #fff;}
.lastaction { color: #ADA17E;    background-color: #f2f2f2;}
.nextaction { background-color: #ADA17E;}

/*相關推薦*/
.prod_related { background: #ffffff;  padding: 80px 15px;}
.related_list { max-width: 1600px;}
.prod_related h6 span:before { font-size: 22px;  font-weight: 500; letter-spacing: 5px; font-family: "Noto Serif TC"; color: var(--mainColor);}
.prod_related .lastPage { background: var(--mainEColor); border-radius: 50px; font-size: 15px; letter-spacing: 2px;margin: 35px auto 0; transition: 0.5s;}
.prod_related .lastPage:hover { letter-spacing: 4px;}
.related_list li a p { font-size: 17px; padding-top: 15px; letter-spacing: 1px; transition: 0.5s;}
.related_list li a:hover p { color:var(--mainColor); letter-spacing: 2px;}

/*匯款通知*/
.car_page .information_left { display: block;}
body.car_page .footer_info li p:before{ position: initial; display: inline;}

/*文章管理****************************** */
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.subbox_item { background: rgb(255 255 255 / 90%);  border-radius: 15px;  position: relative;  overflow: hidden; border: 1px solid #fff;}
.module_i_news ul, .blog_subbox { display: grid; gap: 40px 25px;}
.module_i_news li , .subbox_item { width: 100%;}
.module_i_news li a , .subbox_item a { padding: 20px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le { border-radius: 20px;}
.i_blog_le, .blog_list_le {  position: relative;  padding-bottom: 100%;  height: 0;  overflow: hidden;}
.i_blog_le img , .blog_list_le 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%);}

/*列表*/
.blog_le { width: 220px; position: sticky; top: 100px; margin-bottom: 250px;}
h5.blog_le_t span { display: block;font-family: "Cinzel"; letter-spacing: 1px; font-size: 18px;}
h5.blog_le_t em { order: 1;}
h5.blog_le_t { font-size: 22px; margin-bottom: 20px; display: flex; flex-direction: column;font-family: "Noto Serif TC";}
.blog_search {  margin-bottom: 40px;}
.blog_search input[type=search] { font-size: 13px; letter-spacing: 1px; color: #e2e2e2; border: unset; border-radius: 0px; padding: 10px 35px 10px 5px; border-bottom: 1px solid;}
.blog_le .accordion {border: unset;}
.blog_le .accordion > li { transition: all 0.3s; border-left: 1px solid #cccccc; position: relative; padding-left: 5px; margin-left: 12px;}
.blog_le .accordion > li:after { content: "";  position: absolute; width: 7px; height: 7px; background: #666666; left: -4px; top: 50%; transform: translateY(-50%); z-index: 999;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { letter-spacing: 3px; background: transparent !important;}
.blog_le .accordion > li:hover:after { background: var(--mainColor);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: var(--mainColor) !important;}
.blog_le .accordion > li.on_this_category:after { background: var(--mainColor) !important;}

/*右側*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

h4.blog_category_title { font-size: 22px; font-weight: 500; letter-spacing: 5px; font-family: "Noto Serif TC"; color: var(--mainColor);}
.blog_ri { padding: 0 0 0 80px;}
.blog_list_ri { padding: 30px 5px 10px;}
.blog_list_ri h5 { font-family: "Noto Serif TC"; letter-spacing: 1px;}
.blog_list_ri em { padding-bottom: 15px; border-bottom: #d6d6d6 1px solid; margin: 10px 0 15px; letter-spacing: 1px;}
.blog_list_ri p { line-height: 140%;}

/*hover*/
.blog_list_le:after { content: 'more'; width: 100%; position: absolute;  right: 0; top: auto; bottom: 0;  background: #93a567c2; height: 0px; border-radius: 30px 30px 0 0; opacity: 0;
        border: unset; transition: all .5s; color: #fff; display: flex; align-items: center; justify-content: center;  font-size: 15px; letter-spacing: 3px;}
.subbox_item a:hover .blog_list_le:after { opacity: 1; height: 50px;}
.subbox_item a:before , .subbox_item a::after {display: none;} 
.subbox_item a:hover .blog_list_ri h5 { color: var(--mainColor); letter-spacing: 2px;}

/*文章管理/內層＝＝*/
.blog_back {  display: flex; flex-direction: column; width: fit-content;margin-top: -250px; padding: 10px;}
.blog_back a { font-size: 14px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_back ,.blog_back a.article_btn_next {  background: transparent; height: 80px;width: 80px; border-radius: 99em; border: 1px solid #b5b5b5; color: #b5b5b5;  display: flex; align-items: center; justify-content: center; transition: 0.5s;}
.blog_back a.article_btn_next,a.article_btn_back { margin-top: -10px;}
.blog_back a:hover.article_btn_prev,.blog_back a:hover.article_btn_back ,.blog_back a:hover.article_btn_next { color: var(--mainColor); border: 1px solid var(--mainColor);transform: translateY(-3px);}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_back:before, .blog_back a.article_btn_next:before { content: "";  position: absolute; inset: 8px;border-radius: inherit; background: var(--mainColor); transform: scale(.3); opacity: 0; transition: transform .36s ease, opacity .36s ease; z-index: 1; }
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_back:hover:before, .blog_back a.article_btn_next:hover:before { transform: scale(1); opacity: 0.15;}

/*首頁*/
.pageIndex #content_main { background: transparent; margin-top: -20vw;}

.module_i_news { padding: 8vw 2vw 0 0;  transition: 1.5s; max-width: 43vw; margin: 0 0 0 auto;}
.module_i_news_list, .module_i_news_list.swiper { padding: 0px 0;}
.module_i_news .title_i_box { display: none;}
.module_i_news section {  max-width: 46vw; margin: 0 0 0 auto;}
.module_i_news ul { grid-template-columns: 1fr;grid-gap: 5px;}
.module_i_news li a { display: grid; grid-template-columns: 110px 1fr; align-items: center; grid-gap: 40px;}
.module_i_news li:nth-child(n+2) { display: none;}
.module_i_news li { padding: 1vw; position: relative;}

.i_blog_ri { padding: 2px;  display: grid;  align-self: center;  justify-self: start;grid-template-columns: 190px 1fr; align-items: center;}
.i_blog_ri h5 { font-size: 18px; font-weight: 600; letter-spacing: 1px;  width: fit-content;
        display: block; padding-bottom: 10px; font-family: "Noto Serif TC"; transition: 0.5s; grid-row: 1 / span 1;}
.module_i_news li a:hover h5 { letter-spacing: 2px;} 
.module_i_news .i_blog_b { display: none;}
.i_blog_le:before {
        content: "+"; position: absolute;  font-size: 14px;  color: #fff;  border-radius: 99em;  border: 1px solid;
        width: 27px; height: 27px;  z-index: 99;  display: flex; align-items: center; justify-content: center;
        top: 50%;  left: 50%;  transform: translate(-50%, -50%);opacity: 0;transition: 0.5s;}
.i_blog_le:after {content: ""; background: #97b2708f; width: 100%; height: 100%; position: absolute;
left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0;transition: 0.5s;}
.module_i_news li a:hover .i_blog_le:before,
.module_i_news li a:hover .i_blog_le:after { opacity: 1;}

.i_blog_le img { transition: 1s;}
.i_blog_ri p { font-size: 15px;  color: #222;  max-width: 330px; grid-row: 1 / span 2; line-height: 160%;  border-left: 1px solid #fff;  padding-left: 30px;}
.i_blog_ri em { margin: 0px 0;  order: -1;  margin-bottom: 10px;  color: #fff; background: #949b6a; padding: 2px 10px; width: fit-content;}

/*hover*/
.module_i_news li a:after , .module_i_news li a:before { display: none;}

/*相簿****************************** */
/*作品展示*/
.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;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.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%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #ADA17E;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案************************* */
/*首頁*/
.news_part { width: 100%; max-width: 100%; background: url(https://pic03.eapple.com.tw/yuanroom/new_bg.jpg);
        padding: 20px 25px 0px; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative;  z-index: -3;}
.news_part::before { content: ""; background: url(https://pic03.eapple.com.tw/yuanroom/new_bg2.png); width: 100%; height: 484px; position: absolute; left: 0; bottom: 0; z-index: -2; opacity: 0.5;}

.news_part .title_i_box { margin-bottom: 50px;  text-align: center; width: 100%; padding-top: 200px;}
.news_part::after { content: "";  background: linear-gradient(#ffffff00 0%, #eeeeee 30%, #eaeaea 50%, #e6e6e6 80%, #f0f0f000 100%);
        position: absolute; width: 100%; height: 350px; left: 0; bottom: -167px;  z-index: -1;}
.news_part .title_i_box h6 { font-size: 220px;  color: #ffffff; font-family: "Cinzel"; font-weight: 100; position: relative;}
.news_part .title_i_box h6:before { content: ""; background: url(https://pic03.eapple.com.tw/yuanroom/new_title.svg); width: 330px; height: 260px; position: absolute; top: 0; left: 50%;transform: translateX(-50%); }   
.news_part .title_i_box h4 { font-size: 20px;  color: var(--mainColor);  letter-spacing: 5px; text-indent: 5px; font-weight: 500; font-family: "Noto Serif TC"; width: fit-content;  margin: 0 auto;  position: relative; padding: 0 35px;}
 .news_part .title_i_box h4:before { content: ""; position: absolute; top: 50%; left: 0%; transform: translateY(-50%);width: 25px;height: 25px; background: url(https://pic03.eapple.com.tw/yuanroom/title_icon.svg);
  background-position: left; background-size: contain; background-repeat: no-repeat;}
 .news_part .title_i_box h4:after { content: ""; position: absolute; top: 50%; right: 0%; transform: translateY(-50%);width: 25px;height: 25px; background: url(https://pic03.eapple.com.tw/yuanroom/title_icon.svg);
  background-position: right; background-size: contain; background-repeat: no-repeat;}

p.i_news_intro { position: relative;}
p.i_news_intro:before { content: "緣室，是一個以「緣」為核心的靈性場域"; position: absolute; left: 50%; transform: translateX(-50%);text-align: center; top:0px; font-size: 17px; color: #222;}
p.i_news_intro:after { content: "「緣」不只是命運的偶然，而是靈魂選擇回來的路徑。\A我們相信，每個人來到這一世，都帶著一本屬於自己的靈魂藍圖，那是你的本質、天賦與使命的總和。\A緣室的存在，是為了幫助你重新翻開那本書，記起你本來的樣子，並以真實的頻率，活出屬於自己的生命旅程。"; 
position: absolute; white-space: pre;left: 50%;transform: translateX(-50%); text-align: center; top: 50px; font-size: 17px; color: #222;line-height: 140%;}

.news_list { position: relative; padding-top: 160px; padding-bottom: 50px;}
.news_list ul { display: flex;  flex-wrap: wrap;  flex-direction: row;  width: 100%; max-width: 1100px; justify-content: space-between; margin: 0 auto;}
.news_list ul li { width: 32%;}
.news_list ul li:nth-of-type(n+4) { display: none;}
.news_list ul li a { display: flex; width: 100%; text-align: left;  flex-direction: column; align-items: flex-start;  align-content: flex-start;  background: rgb(255 255 255 / 35%);  padding: 5px 20px;  border-radius: 5px;}
.news_list ul li a:hover {    background: #f9f9f9;}

.news_list ul li p {width: 100%; padding: 0px 80px 15px 0; color: #555;}
.news_list ul li p:after { content: 'more'; background: var(--mainEColor); padding: 3px 5px; border-radius: 5px;    color: #fff;}
.news_list ul li span {font-size: 13px; letter-spacing: 1px;}
.news_list ul li a:hover span { color: var(--mainColor);}
.other_promotion li { width: 100%;  margin-left: 1px;}
.other_promotion li a { width: 100%; background: rgb(255 255 255 / 60%);}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--mainColor);}
.news_part .i_news_b {display: none;}

/*內頁*/
.promotions_page .main_part { display: flex; flex-direction: row; flex-wrap: wrap;}
.promotions_page .promotion_title { display: flex; flex-direction: column; align-items: flex-start; grid-gap: 5px;border-bottom: 1px solid #d3d3d3;  padding-bottom: 20px;}
.promotion_title h2 { font-size: 22px; color: var(--mainColor); font-family: "Noto Serif TC"; font-weight: 500; letter-spacing: 5px;}
.promotion_title span { border: unset; padding: 2px 0px; letter-spacing: 1px;}
.promotion_title em { display: none;}
.promotions_page .edit { padding: 30px 0;}
ul.other_promotion.clearfix { display: flex; flex-direction: column; width: 100%; max-width: 300px; margin: 0 0 200px auto; padding-top: 50px;height: fit-content; position: sticky; top: 30px;}
.promotions_page .show_content.fadeInUp.animated15 { width: calc(100% - 400px); margin: 0 auto 0 0;}
.pmtTitle span {  display: none;}
.promotions_page .page { width: 100%; max-width: 300px; margin:-140px 0 0 auto;
        display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.other_promotion .pmtTime span { float: left; font-size: 13px; letter-spacing: 1px;}
.other_promotion .pmtTitle h3 { font-size: 15px; color: #444; height: auto; line-height: 1.4; margin: 5px 0 0 0;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #ADA17E;}
.contact_form li.last cite {background: #ADA17E;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation { padding: 10px;}
.header_area.sticky .navigation { padding-top: 0px;}
.header_area.sticky .nav-header { height: 0;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 0;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/*banner*/
.banner {height: 250px;}
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}*/
.header_area.sticky .nav-header { height: 50px;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}