@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;  background: #000; background: url(https://pic03.eapple.com.tw/sparkpartylife/bg01.jpg) no-repeat top center fixed;    background-size: cover;  }
body{ background: url(https://pic03.eapple.com.tw/sparkpartylife/bg01.jpg) no-repeat top center fixed;    background-size: cover;}

.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;}
body{ background: url(https://pic03.eapple.com.tw/sparkpartylife/bg02.jpg) repeat-y top center scroll;    background-size: cover;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*共用*/
.animated-arrow {  background: #979388;}
.path p, .path p a {display: none;}
@media screen and (max-width: 768px) {
  .main_part {    padding: 25px;}
}
/*滾輪*/
::-webkit-scrollbar { width: 6px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #adadad;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #000000; border:1px #c0c0c0 solid;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top i.top {    height: 15px;}
#to_top {
  bottom: 150px;
  left: auto;
  right: 10px;background: #222;
  color: #ffffff;
  font-weight:400;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 13px;
  padding-top: 10px;
  letter-spacing: 0.08em;
}
#to_top i.top:before, #to_top i.top:after {width: 2px;height: 10px;background: #ffffff;}

/*頁碼*/
.page li { color: #fff;  border-bottom: 1px #fff solid;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* ======加警語====== */
body::after {
    font-weight: bold;
    text-align: center;
    font-size: 23px;
    letter-spacing: 1em;
    content: "";
    white-space: normal;
    display: block;
    color: #fff;
    padding: 30px 18px;
    background: #274979d9;
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 999999;
    background: url(https://pic03.eapple.com.tw/sparkpartylife/18stop-w.png);
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;
}

@media screen and (max-width: 768px) {
  body::after {
    font-size: 14px;
    letter-spacing: 0.5em;
    padding: 22px 15px;
    background: url(https://pic03.eapple.com.tw/sparkpartylife/18stop-ph.png);
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.pageIndex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/
/*第一張大圖的偽元素*/
.pageIndex .swiper-slide:nth-child(1):before {
  background: url(https://pic03.eapple.com.tw/sparkpartylife/文-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 57%;
  left: 39%;
  width: 100% !important;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 3* 0.1);
}

.pageIndex .swiper-slide:nth-child(1):after {
  background: url(https://pic03.eapple.com.tw/sparkpartylife/文-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 63%;
  left: 39%;
  width: 100%;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 4* 0.1);
}

/*第二張大圖的偽元素*/

.pageIndex .swiper-slide:nth-child(2):before {
  background: url(https://pic03.eapple.com.tw/sparkpartylife/文-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 58%;
  left: 8%;
  width: 100% !important;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 3*0.1);
}

.pageIndex .swiper-slide:nth-child(2):after {
  background: url(https://pic03.eapple.com.tw/sparkpartylife/文-4.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 65%;
  left: 8%;
  width: 100%;
  height: 0 !important;
  background-position: left;
  padding-bottom: calc(100% / 4* 0.1);
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: slide-top  1s 0.3s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after  { animation: slide-top  1s 0.7s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: slide-left  1s 0.3s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after  {  animation: slide-left 1s 0.7s both;}

/*文字出現特效*/
@keyframes slide-left {
0% {-webkit-transform: translateX(-5%);  /* 一開始的位置 在X-100(最下方)*/
          transform: translateX(-5%);
          opacity:0;/*透明度0*/}
100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在X-0(最上方)*/
          transform: translateX(0);
          opacity:1;/*透明度顯示*/}
}
@keyframes slide-right {
  0% {-webkit-transform: translateX(10%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateX(10%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateX(0);
            opacity:1;/*透明度顯示*/}
}
@keyframes slide-top {
  0% {-webkit-transform: translateY(-20%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(-20%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
}
/*上下浮動*/
@keyframes jump {
  0% {
      -webkit-transform: translateY(5%);
      transform: translateY(5%);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
/*
@keyframes run01{
  0% {
      background-position-x: 200px;
  }
  100% {
      background-position-x: -30px;
  }
}
.pageIndex #page .swiper-slide img {
  height: auto;
  transform: scale(1.4);
  animation: banner-img 2.8s forwards;
  animation-delay: 3s;
}

@keyframes banner-img {
  0%{
      opacity: 0.5;
      transform: scale(1.2);
  }
  100%{
      opacity: 1;
      transform: scale(1);
  }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {  padding: 0;}
.main_header_area .container {  max-width: 97%;}

.header_area .main_header_area {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s;
}

.header_area.sticky .main_header_area {
  height: 0px;
  transition: all 0.5s;
}

.header_area .me_tp_features {
  display: block;
  position: fixed;
  top: 55px;
  right: 100px;
  margin-bottom: 0;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 999;
}

.header_area.sticky .me_tp_features {
  top: 55px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.me_tp_features a{color: #494746; opacity: 0;}
.product_page .me_tp_features a{ opacity: 1;}
.me_tp_features span{display: none;}
.me_tp_features .tp_links a {  display: none;}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: block;
  position: fixed;
  top: 30px;
  right: 5%;
  z-index: 999;
  transition: all 0.5s;
  pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  transition: all 0.5s;
}

.navigation {
  width: 100%;
  position: relative;
  padding: 0;
}

/*選單*/
.stellarnav>ul>li {
  width: 100%;
}

.stellarnav.active li.has-sub>a:after {
  border-top: 3px solid #3f3e3e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: -14px;
  display: none;/*下拉箭頭隱藏*/
}

.stellarnav>ul>li>a {
  color: #ffffff;
  /* display: flex; */
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  height: auto;
  margin: 0 11px 0 0;
  overflow: visible;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s;
  opacity: 1;
  /* flex-direction: row; */
  /* flex-wrap: nowrap; */
  font-weight: bold;
}

.stellarnav>ul>li>a b {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 3px;
  color: #eee;
  padding-left: 25px;
}

.stellarnav>ul>li>a b:nth-child(1) {
  letter-spacing: 2px;
  font-size: 24px;
  color: #ddd;
  font-weight: 800;
}

.stellarnav>ul>li>a b:nth-child(2) {
  letter-spacing: 10px;
  padding-left: 28px;
}

.stellarnav>ul>li>a b:before {
  content: "+";
  font-size: 30px;
  color: #ffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.stellarnav {
  background: rgba(0, 0, 0, 0);
  width: 45%;
  height: 0%;
  max-width: 750px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  padding-top: 0vw;
  transition: all .8s;
  transition-timing-function: ease-out;
  backdrop-filter: blur(0px);
}

.stellarnav.active {
  height: 100%;
  background: #131c2bd6;
  backdrop-filter: blur(6px);
  z-index: 0;
  transition: all .5s;
  transition-timing-function: ease-in-out;
  box-shadow: -1px -5px 5px #3f3f3fba;
}

.stellarnav>ul {
  display: none !important;
}

.stellarnav.active ul ul {
  display: block !important; 
  position: relative;
  max-width: inherit;
  width: 100%;
  right: auto;
  left: 0;
  background: transparent;
}
.stellarnav ul ul ul {
  display: none !important;
}
.stellarnav.active li li {
  width:100%;
  display: inline-block;
  margin-right: 20px;
  border: none;
}

/*下拉隱藏*/
.stellarnav.active li li { display: none;}
/*--------*/

.stellarnav.active>ul {
  display: block !important;
  max-width: 400px;
  margin: 7vw auto 0 6vw;
  width: calc(100% - 16vw);
}

.stellarnav.active>ul>li {
  width: 100%;
  margin: 2.5% 0;
  animation: menu_show 1s both;
}

.stellarnav.active>ul>li:nth-of-type(2) {  animation: menu_show 1.5s both;}
.stellarnav.active>ul>li:nth-of-type(3) {  animation: menu_show 2s both;}
.stellarnav.active>ul>li:nth-of-type(4) {  animation: menu_show 2.5s both;}
.stellarnav.active>ul>li.has-sub>ul a {  padding: 10px 12px;  color: #49494978;}
.stellarnav.active>ul>li>ul a {
  border-bottom: 1px solid rgba(100, 100, 100, .3);
  font-size: 12px;
  background: transparent;
}

.stellarnav.active>ul>li>ul a:hover {
  background: transparent;
  color: #A98B73;
}

.stellarnav.active>ul>li>ul a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: rgba(100, 100, 100, .3);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transition-timing-function: ease-in-out;
}

.stellarnav.active>ul>li>ul a:hover:before {
  background: #A98B73;
  width: 100%;
}

.stellarnav.active>ul>li.drop-left>ul {
  display: block !important;
  position: relative;
  max-width: inherit;
  width: 100%;
  right: auto;
  left: 0;
}

.stellarnav.active li.has-sub>a {
  padding: 0px 15px 0 0;
}

.stellarnav.active li.has-sub>a:hover:after {
  border-top: 3px solid #3f3e3e;
  opacity: 0;
}
/*LOGO*/
.nav-header { transition: all .3s;}
.sticky .nav-header {  max-width: 170px; transition: all .3s;  }
.nav-brand {  
  filter: drop-shadow(0px 0px 5px #333333c2); 
  backdrop-filter: saturate(100%) blur(10px);
  background: #2749798a;     
  padding: 15px;     
  border-radius: 0 0 50px 50px;
}
.sticky .nav-brand {  backdrop-filter: saturate(100%) blur(10px);}


/*三角形icon*/

@keyframes menu_show {
  0% {
      left: 15%;
  }

  100% {
      left: 0%;
  }
}

@keyframes op_show {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

/*漢堡鈕*/
.stellarnav .close-menu {
  display: none !important;
  text-align: center;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: inline-block;
  top: 40px;
}

.stellarnav .menu-toggle {
  width: 40px;
  height: auto;
  display: inline-block;
  padding: 3% 0;
  position: fixed;
  right: 9vw;
  top: 0;
}

.stellarnav .menu-toggle:after {
  display: none;
}

.stellarnav .menu-toggle span.bars {
  top: 0;
}

.stellarnav .menu-toggle span.bars span {
  width: 35px;
  background: #e7eaf0;
  margin: 0 auto 8px auto;
  transition: all .5s;
}

.stellarnav .menu-toggle span.bars span:last-child {
  margin: 0 auto;
}

.stellarnav .menu-toggle:hover span.bars span,
.stellarnav.active .menu-toggle span.bars span {
  position: absolute;
}

.stellarnav .menu-toggle:hover span.bars span:first-child,
.stellarnav.active .menu-toggle span.bars span:first-child {
  width: 0px;
}

.stellarnav .menu-toggle:hover span.bars span:nth-last-child(2),
.stellarnav.active .menu-toggle span.bars span:nth-last-child(2) {
  transform: rotate(40deg);
}

.stellarnav .menu-toggle:hover span.bars span:last-child,
.stellarnav.active .menu-toggle span.bars span:last-child {
  transform: rotate(140deg);
}

.stellarnav.active .menu-toggle span.bars span {
  background: #e7eaf0;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
  transform: rotate(15deg);
}

.stellarnav.active .menu-toggle:hover span.bars span:last-child {
  transform: rotate(165deg);
}

/* .header_area.sticky{display: none;}
.header_area.sticky .stellarnav.active{height: 100px;}
.header_area.sticky .main_header_area, 
.header_area.sticky::before{opacity: 0;transition: all .5s;} */
@media screen and (max-width: 1366px) {
  .nav-header { max-width: 150px;}
  .sticky .nav-header {  max-width: 130px;}
  
}

@media screen and (max-width: 1200px) {
  .nav-brand {      width: 100%;      max-width: 350px;      margin: 0 auto 0 ;  }
  .stellarnav .menu-toggle {      height: 75px;  }
  .stellarnav .menu-toggle span.bars span {      width: 25px;      margin: 0 auto 5px 0;  }
  .stellarnav {      max-width: 450px;  }
  .stellarnav.active:after {      display: none;  }
  .stellarnav.active>ul {      margin: 2vw auto 0 80px;  }
  .stellarnav.active>ul>li {      margin: 3% 0;  }
  .stellarnav>ul>li>a b {      font-size: 16px;  }
  .stellarnav>ul>li>a b:nth-child(1) {      font-size: 18px;  }
  .stellarnav>ul>li>a b:nth-child(2) {      letter-spacing: 4px;      padding-left: 24px;  }
  .navigation {    width: 18%;}
}
 
@media screen and (max-width: 1024px) {
  .me_tp_features {  text-align: right;}
}
@media screen and (max-width: 768px) {
  .stellarnav {      max-width: 350px;  }
  .stellarnav .menu-toggle span.bars {      display: inline-block;      top: 5px;  }
  .stellarnav.active {      height: 100vh;  }
  .stellarnav.active:before {      width: 10vw;      background-position: center;      z-index: 0;  }
  .stellarnav.active li.has-sub>a {      padding: 10px 43px 10px 10px;  }
  .stellarnav.active>ul {      margin: 100px 50px 0;  }
  .stellarnav.active>ul>li {      margin: 0 0 8%;  }
  .stellarnav.active>ul>li>a.dd-toggle {      display: none;  }
  .stellarnav>ul>li>a b {      padding-left: 0;  }
  .stellarnav>ul>li>a b:nth-child(1) {      padding-left: 10px;  }
  .stellarnav>ul>li>a b:nth-child(2) {      display: none;  }
  .stellarnav.mobile {
      position: fixed;
      top: 0;
      left: auto;
      width: 100%;
      height: 75px;
  }
  .stellarnav.mobile ul {      background: transparent;  }
  .stellarnav.mobile>ul {      border-top: none; }
  .stellarnav.mobile>ul>li {      border-bottom: none;  }
  .stellarnav.mobile.right>ul,
  .stellarnav.mobile.left>ul {      max-width: 210px;  }

  .stellarnav.mobile.active {      height: 100vh;  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {   border-right: none;}
  .header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {  top: 20px;}

  .nav-brand {  padding: 5px;}
  
  .header_area .me_tp_features {   top: 25px;   right: 80px;}
  .header_area.sticky .me_tp_features {    top: 25px;}
}

@media screen and (max-width: 600px) {
  .header_area {      position: relative;  }
  .nav-header {      position: relative;  }
  .main_header_area .container {      width: 100%;  }
  .nav-brand {      max-width: 280px;     }
  .stellarnav .menu-toggle {
      position: absolute;
      top: 0;
      right: 10px;
      padding: 0;
  }
  .stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {      transform: rotate(40deg);  }
  .stellarnav.active .menu-toggle:hover span.bars span:last-child {      transform: rotate(140deg);  }
  .stellarnav.mobile {
      height: 100vh;
      width: 0px;
      padding-top: 0;
      overflow: inherit;
  }
  .stellarnav.mobile.active {      width: 100%;      z-index: -1;  }
  .stellarnav.mobile.left>ul {      position: relative;  }
  .stellarnav.active:before {      display: none;  }
  .stellarnav.active>ul:before {      display: none;  }
}
@media screen and (max-width: 570px) {
  .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {    display: inline-block;}
  .header_area .me_tp_features {  top: 18px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {padding: 0;background-color: #000;font-size: 16px;}
.footer .center {width: 100%;max-width: 90%;}
.footer_info {display: flex; padding-right: 0;flex-direction: column-reverse;gap: 15px;}
.footer_info .footer_info {grid-template-columns: unset;align-items: end; grid-gap: 0;}
.footer_info ul {display: flex;width: 100%;order: 2;justify-content: space-between;    align-items: flex-end; padding-top: 50px;}
.footer_info .footer_info ul {padding-top: 0;}
.footer_info li:nth-child(1) {display: flex;align-items: flex-start;padding: 0;
    justify-content: flex-start;gap: 15px 0;flex-direction: column;}
.footer_info li p {line-height: 1;letter-spacing: 0.15em;color: #ffffff;font-size: 13px;}
.footer_info li p a {color: #fff;}

/*FOOTER_MENU*/
.footer_info li:nth-child(2) {padding: 0;}
.footer_menu {display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;}
.footer_menu a {
  text-align: right;
  padding: 0 0 0px 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #717171;
  background: unset;
  border: 0;
  margin: 0 0 0 10px;
  transition: 0.3s ease;
  border-left: 1px #717171 solid;
}
.footer_menu a:first-of-type {display: none;}
.footer_menu a:hover {background: unset;color: #ccc;transition: 0.3s ease;}

.footer_menu a:nth-child(2) {    border-left: 0;}

/*FOOTER_ICON*/
.box_link {display: none;}
/*LOGO*/
.footer_logo {display: none;}
/*COPY*/
.copy {max-width: 90%;width: 100%;margin: auto;text-align: right;padding: 15px 0 50px 0;color: #bdbdbd;border-top: 0;margin-top: 0;   font-size: 9px;  justify-content: flex-end;}
.copy a {color: #bdbdbd;}
.copy a:hover { color: #bdbdbd;}
.privacyLinks a+a {    border-left: 1px solid #bdbdbd;}

@media screen and (max-width: 1280px) {
.footer_menu a {  padding: 0 0 0px 5px;  margin: 0 0 10px 5px;}
}

@media screen and (max-width: 1024px) {
.footer {padding: 30px 0 0;font-size: 15px;}
.footer_logo {max-width: 100px;}
.box_link a {width: 35px;height: 35px;font-size: 18px;}
.box_link a:hover {font-size: 16px;}
a.me_tp_ig {font-size: 23px;}
.box_link a.me_tp_ig:hover {font-size: 18px;}

.footer_menu {justify-content: flex-start;        gap: 15px 0;        display: grid;        grid-template-columns: 1fr 1fr;}
.footer_menu a {
    padding: 0 10px 10px 10px;
    margin: 0 10px 0 10px;
    text-align: center;
    border-left: 0;
    border-bottom: 1px #717171 solid;
}
}
@media screen and (max-width: 960px) {
.footer_info .footer_info {padding-bottom: 50px;}
.copy {padding: 10px 0;  justify-content: center;         text-align: center;}
}
@media screen and (max-width: 768px) {
.footer_info {padding: 0;}
.footer_info .footer_info {padding-bottom: 80px;}
.footer_info ul {      align-items: center;  flex-direction: column;}
.footer_info li:nth-child(2) {        position: unset;    }

#bottom_menu {display: none;}

}
@media screen and (max-width: 600px) {
.footer {background-attachment: unset;}
.footer_info .footer_info {padding-bottom: 70px;}
#to_top {right: 0px;bottom: 80px;font-size: 10px;width: 45px;height: 45px;border-radius: 5px 0 0 5px;}
#to_top i.top:before, #to_top i.top:after {height: 7px;}
}

  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*下拉*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/

.banner {
  background-image: url(https://pic03.eapple.com.tw/sparkpartylife/banner.jpg);
  position: relative;
    height: 18vw;
    background-size: cover;
    animation: scale 10s both;
    background-position: center !important;
}
.banner h5 {
  color: #ffffff;
  letter-spacing: 10px;
  font-size: 25px;
  position: absolute;
  right: 406px;
  top: 171px;
  display: none;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.other_select_page.bodyDesktop .banner h5{}

@keyframes scale{  
  0% {
    background-size: 108%;
  }
  100% {    
    background-size: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner {    min-height: 200px;}
  .banner h5 {    font-size: 22px;      right: 50px; top: 130px; }
}
@media screen and (max-width: 768px) {
  .banner {    min-height: 150px;}
  .banner h5 {  position: relative; right: 0px;  top: 28px; font-size: 17px; }
}
@media screen and (max-width: 600px) {
  .banner {  min-height: 26vw;    }
}
@media screen and (max-width: 425px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉編輯頁*/
.other_select_page.bodyDesktop .promotion_title h2 {display: none;}
.other_select_page.bodyDesktop .other_promotion{display: none;}
.other_select_page.bodyDesktop  ul.page {  display: none;}

@media screen and (max-width: 768px){ 
  .other_select_page.bodyMobile .other_promotion{display: none;}
  .other_select_page.bodyMobile .promotion_title h2 {display: none;}
  .other_select_page.bodyMobile  ul.page {  display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁促銷方案*/
.news_part {background: #e9e1da;}
.news_part .title_i_box h4 {
  font-size: 28px;
  color: #795548;
  font-weight: 600;
  letter-spacing: 3px;
}
.i_news_b a {  border-radius: 20px;}
.i_news_b a:hover {    background: #795548;}
.news_list ul li { border:none;   border-bottom: none;}
.news_list ul li:hover { }
.news_list ul li a{
  border: 1px #795548 solid;
  margin-bottom: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 5px #b1b1b161;
  background: #ffffff;
}
.news_list ul li a:hover {   background: #795548;}
.news_list ul li a:hover span {   color: #fff;}
.news_list ul li a:hover p {   color: #ffffff;}
.news_list ul li p:after {  transform: translateX(-50%) translateY(-50%);}
.news_list ul li a:hover p:after {   color: #fff;}

/*促銷方案*/
.promotion_title * {  color: #795548; font-weight: 600;   font-size: 16px;   letter-spacing: 1px;}
.promotion_title { text-align: center;}
.promotion_title em {  border:none; padding: 6px 15px; margin: 0 0px 0px 0; background: #795548;  color: #fff;  border-radius: 50px;}
.promotion_title span { border:none; padding: 6px 0px;   margin: 0px 0px 0px 0;}
.promotion_title h2 {  display: block;  font-size: 30px;     border-bottom: 2px #795548 solid;  padding: 0px 0px 10px 0px;}
.promotion_title h2 span {   display: none;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #795548 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
  .news_part .title_i_box h4 {   font-size: 24px;}
  .news_part {  margin: 0px auto;     padding: 40px 20px;  width: 100%;}
  .news_list ul li {   background: #ffffff;         border-radius: 20px;}
}
@media screen and (max-width: 600px) {
  .news_list ul li a {    border-radius: 20px;   padding: 15px;}
  .news_list ul li p:after {   transform: translateX(0%) translateY(10%);}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {padding: 100px 5%;background: #111;}
.module_i_news section {display: flex;max-width: 90%;margin: 0 auto;flex-wrap: wrap;justify-content: space-between;position: relative;}

.module_i_news .title_i_box {width: 18%;margin-bottom: 0;text-align: left;}
.module_i_news .title_i_box h4 {font-size: 18px;color: #fff;font-weight: normal;letter-spacing: 0.08em;}
.module_i_news .title_i_box h4:before {content: 'Price _';display: block;font-family: 'Space Grotesk';font-size: 35px;
    font-weight: bold;margin-bottom: 10px;}

.module_i_news_list, .module_i_news_list.swiper {padding: 0;width: 80%;}
.module_i_news ul {grid-template-columns: repeat(4, 1fr);grid-gap: 10px;}
.module_i_news li a {grid-template-columns: 1fr;grid-gap: 15px;}
.module_i_news li a:before {font-size: 13px;letter-spacing: 0.1em;}
.module_i_news li a:hover:before {color: #fff;}
.module_i_news li a:after {top: auto;height: 1px;border: unset;opacity: 1;}
.module_i_news li a:hover:after {background: rgba(255, 255, 255, 0.1);}

.i_blog_le {aspect-ratio: 3 / 2;}
.i_blog_ri {padding: 5px 5px 30px;}
.i_blog_ri h5 {font-size: 17px;color: #fff;letter-spacing: 0.1em;}
.i_blog_ri em {font-size: 13px;margin: 10px 0;letter-spacing: 0.1em;line-height: 1;}

.i_blog_b {max-width: unset;position: absolute;bottom: 0;margin-left: 0;}
.i_blog_b:before {content: '';position: absolute;transform: translate(0%, -50%);left: 100%;top: 50%;width: 30px;height: 1px;
    background: #999;transition: 0.5s ease;}
.i_blog_b:hover:before {width: 15px;transition: 0.5s ease;}
.i_blog_b:after {content: '';position: absolute;transform: translate(0%, -50%);left: auto;right: -35px;top: 50%;width: 8px;
    height: 8px;background: #999;transition: 0.5s ease;}
.i_blog_b:hover:after {right: -20px;transition: 0.5s ease;}
.i_blog_b a {margin-top: 0;background: unset;border: 1px solid #999;width: 150px;}
.i_blog_b a b {color: #ffffff;font-weight: normal;letter-spacing: 0.08em;}
.i_blog_b a i.fa-solid.fa-arrow-right {display: none;}

@media screen and (max-width: 1400px) {
.module_i_news section {max-width: 100%;}
}
@media screen and (max-width: 1200px) {
.module_i_news section {flex-direction: column;gap: 30px;}
.module_i_news .title_i_box {width: 100%;}
.module_i_news_list, .module_i_news_list.swiper {width: 100%;}
.i_blog_b {position: relative;margin-left: auto;}
}
@media screen and (max-width: 1024px) {
.i_blog_ri h5 {font-size: 16px;}
.i_blog_ri em {font-size: 12px;}
.module_i_news li a:before {font-size: 12px;}
}
@media screen and (max-width: 768px) {
.module_i_news {padding: 80px 5%;}
.module_i_news .title_i_box h4 {display: flex;align-items: center;gap: 10px;font-size: 17px;}
.module_i_news .title_i_box h4:before {font-size: 30px;}
.module_i_news ul {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 10px;}
.module_i_news li {border-bottom: unset;}
.i_blog_b {margin-top: 20px;}
}
@media screen and (max-width: 600px) {
.module_i_news {padding: 50px 5%;}
.module_i_news li a {grid-gap: 5px;}
}
@media screen and (max-width: 400px) {
.module_i_news .title_i_box h4:before {font-size: 28px;}
.module_i_news .title_i_box h4 {font-size: 16px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);}
.module_i_news li a:before {font-size: 10px;}
.i_blog_ri h5 {font-size: 15px;letter-spacing: 0.08em;}
.i_blog_ri em {font-size: 11px;}
}

/*文章設定*/
.blog_box {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.blog_le {width: 22%;padding: 0;margin-bottom: 0;}
.blog_ri {width: 75%;padding: 0;}
h4.blog_category_title {padding: 0;margin-bottom: 0;color: #ffffff;font-size: 22px;font-weight: normal; letter-spacing: 0.1em;}

h5.blog_le_t {font-size: 18px;font-weight: normal;color: #ffffff;font-family: 'Space Grotesk';letter-spacing: 0.25em;margin-bottom: 15px;}
h5.blog_le_t span {display: none;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] {font-size: 15px;color: #ffffff !important;border: solid 1px #333;border-radius: 0;background: unset;padding: 15px 40px 15px 15px;}
.blog_search input[type=submit] {width: 50px;height: 50px;filter: grayscale(1);}

.blog_le .accordion {border-radius: 0;border: unset;}
.accordion li+li .link {border-top: 1px solid #333;}
.accordion li .link a {padding: 15px;color: #ffffff;font-size: 15px;font-weight: normal;letter-spacing: 0.15em;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #111 !important;}

.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 50px 10px;}
.subbox_item {}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;align-items: start;}
.subbox_item a:before {font-size: 13px;letter-spacing: 0.1em;}
.subbox_item a:hover:before {color: #fff;}
.subbox_item a:after {top: auto;height: 1px;border: unset;opacity: 1;}
.subbox_item a:hover:after {background: rgba(255, 255, 255, 0.1);}
.subbox_item a:hover:before {opacity: 1;transition: all .5s;}
.submenu li.on_this_category a, .submenu a:hover {   background: #183252;}

.blog_list_ri {display: flex;padding: 5px 5px 35px;flex-direction: column;}
.blog_list_ri>*+* {margin-top: 5px;}
.blog_list_ri h5 {font-weight: normal;font-size: 17px;letter-spacing: 0.1em;color: #ffffff;-webkit-line-clamp: 2;}
.blog_list_ri em {font-size: 12px;color: #999;letter-spacing: 0.1em;}
.blog_list_ri p {display: none;}

@media screen and (max-width: 1024px) {
.blog_box {flex-direction: column;gap: 50px;}
h5.blog_le_t {}
.blog_le {width: 100%;text-align: center;}
.blog_search {}
.blog_le .accordion {}
.accordion li+li .link {border-top: unset;border-left: 1px solid #333;}
.accordion li .link a {padding: 5px 15px;}
.blog_ri {width: 100%;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_subbox {grid-template-columns: repeat(2, 1fr); grid-gap: 30px 10px;}
}
@media screen and (max-width: 600px) {
.accordion li .link a {font-size: 14px;}
.subbox_item a:before {font-size: 12px;}
.blog_list_ri h5 {font-size: 16px;}
.blog_list_ri em {font-size: 11px;}
}
@media screen and (max-width: 500px) {
.blog_list_ri h5 {font-size: 15px;-webkit-line-clamp: 1;}
.blog_list_ri em {font-size: 10px;}
}
@media screen and (max-width: 450px) {
.blog_list_ri {padding: 5px 5px 25px;}
.subbox_item a:before {font-size: 10px;bottom: 5px;}
.blog_list_ri {padding: 5px 0 25px;}
.blog_list_ri h5 {font-size: 14px;}
}
@media screen and (max-width: 400px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
}

/*文章內頁*/

.blog_in_page h4.blog_category_title {color: #ffffff;font-size: 22px;font-weight: normal; letter-spacing: 0.1em;}
.blog_shareData {padding: 15px;border-top: 1px solid #333;margin-top: 20px;}
.toShareNews {font-size: 0.5em;line-height: 1;color: #999;letter-spacing: 0.2em;align-items: flex-end;}

.blog_box_edit .edit {padding: 0;}
.blog_box_edit {color: #fff;}
.blog_box_edit * {line-height: 180%;letter-spacing: 0.08em;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {line-height: 2;font-size: 15px;background: unset !important;padding: 8px 15px;border-bottom: 1px solid #333;
    letter-spacing: 0.2em;transition: 0.5s ease;}
.blog_back a:hover {background: #111 !important;border-bottom: 1px solid #ffffff;color: #ffffff;}

/*相關推薦刪除*/
.news_related {display: none;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
}
@media screen and (max-width: 768px) {
.blog_box_edit .edit strong {font-size: 17px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box {gap: 30px;}
.blog_box_edit .edit strong {font-size: 16px;}
.blog_box_edit .edit {font-size: 14px;}
.blog_back a {font-size: 14px;}
}
@media screen and (max-width: 500px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.blog_box_edit .edit strong {font-size: 15px;}
.blog_box_edit .edit {font-size: 13px;}
.blog_back a {font-size: 13px;}
}
@media screen and (max-width: 425px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
/*列表*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); grid-gap: 30px;}
ul.i_album_list li { flex-grow: 1; flex-basis: 24vw; box-sizing: border-box; padding: 0; margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 20vw;}

.subalbum-menu h2 { letter-spacing: 5px; display: none;}/*隱藏*/
.show-list .show_name , .other_subalbum li a p { line-height: 2; background: linear-gradient(to top, #0000006e, #00000000);font-weight: 500;
    color: #ffffff; height: 4em; letter-spacing: 2px;  font-size: 19px; position: absolute; bottom: 0;  width: 100%;  transition: 0.5s; display: flex;  align-items: center; justify-content: center; align-content: center;}
.show-list .item a:hover .show_name , .other_subalbum li:hover a p {  height: 50%; letter-spacing: 3px; background: linear-gradient(to top, #795548de, #00000000);}
.show-list .item:hover .show_name { color: #fff;}
ul.i_album_list li:hover { flex: 3 0 25vw; transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;}
.i_album_list li:hover img { transform: scale(1.12);}
.pic-list .show_pic:hover img { transform: scale(1.12);}
.pic-list .show_pic img { transition: 0.5s;}
.overlay {display: none;}

/*觀看更多*/
.other_album {  display: none;}
.album_info_page .fa-image::before { content: "";}
.other_album_choice li {background: #daac68;}
.fa-right-from-bracket::before { content: "+";}

@media screen and (max-width: 600px) { 
  .show-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
  .show-list .show_name, .other_subalbum li a p { font-size: 14px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 #795548;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li a {  background: none;  padding: 13px 16px;}
.product-layer-two li i {  top: 6px;}
.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:#79554882;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #795548; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li.active a {  border: none;}
.product-layer-two li li.active a {  background: #e5d4c3;}

.products-list .price b { color: #7d7b76;}
.products-list .more {  border: 1px solid #795548;  color: #795548;  }
.products-list .item a:hover .more { background: #795548;}

.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:#79554882;}

.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;}

/*商品內頁*/
.sidebarBtn {  border: 1px #a3a38e solid;}
.inquiry_a1 {  background: #ada17e;}
.inquiry_a2 {  background: #727760;}

/*相關推薦*/
.prod_related { background: #f3efe9;}
.prod_related h6 span:before {  color: #795548;}
@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) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁聯絡我們*/
.i_contact_box{   padding: 100px 20px;}
.contact_content .information_left {    width: 100%; }
.pageIndex .contact_content .information_right {     
  padding: 3% 3%;
  border: 2px #795548 solid;
  border-radius: 20px;
  background: #ffffffad;
}
.pageIndex .contact_content .information_left {display: none;}
.pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert { grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(150px, 1fr));}
/*聯絡我們*/
.contact_form li input.noborder {   border: unset; background: unset;}
.contact_form li textarea.noborder {    border: unset; background: unset;}
.contact_form li {
    display: block;
    border-bottom: 1px solid #C2BCB4;
    padding-bottom: 10px;
    width: 48%;
}
.contact_form li .form__label {   color: #393b38; text-align: left; margin-bottom: 5px;     max-width: 150px;}
.contact_form li.last cite {    background:#795548;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px#795548 solid;}
.contact_content .information_right { width: 100%;  padding: 30px;  background: #fff;  border: 2px #795548 solid;}
.contact_form {  grid-gap: 20px; display: flex;      flex-wrap: wrap;}
.contact_form li.last {  justify-content: center;}
.contact_editbox {   padding: 0px;}
.blank_letter {  color: #795548;     padding-top: 5px;}

.list_before { display: inline-block;  width: 36%;}
.contact_le_nomap {  display: inline-block; width: 61%;}

@media screen and (max-width: 1440px) {
  .contact_form li {    width: 47%;}
}
@media screen and (max-width: 1024px) {
    .contact_content .information_right {   width: 100%;}
}
@media screen and (max-width: 825px) {
    .list_before.info li {    width: 90%; }
}
@media screen and (max-width: 768px) {
  .pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert {   grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 1fr));  }
    .contact_page .contact_content {   padding: 0px 15px;}
    .contact_content .information_right {padding-left: 0px; padding: 0px; }
    .contact_form li .form__label {     width: 100%;      max-width: 100%;  }
    .contact_form li .form__insert {  width: 90%;}

    .list_before.info {    margin-right: 0%;  }
    .list_before { display: inline-block;  width: 100%;}
    .contact_le_nomap {  display: inline-block; width: 100%;}


}
@media screen and (max-width: 600px) {
    .contact_form li .form__label {   text-align: left;  margin-bottom: 5px;}
    .contact_form {     display: grid;}
    .contact_form li {      width: 100%;  }
    .contact_form li .form__label {         background: #ffffff;     color: #795548;}
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 10px; }
}

@media screen and (max-width: 600px) { 
}




