@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; }
.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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*共用*/
.path p, .path p a{display: none;}
.main_part {   max-width: 1600px;}

/*推薦*/
.prod_related,
.news_related {    background: #ffffff;    border-top: 1px #ccc solid;}
.prod_related,.news_related_list {  }

.prod_related h6 span:before,
.news_related_list h6 span:before {  color: #6b6a69;  letter-spacing: 5px;}

.prod_related h6 span:before,
.news_related h6 span:before {    color: #000000;}

.related_list li figure,
.news_related_list li figure {    border-radius: 15px;}

.related_list li a,
.news_related_list li a {   background: unset;}

/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #5f5f5f; border: #5f5f5f;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top {
  bottom: 70px;
  right: auto;
  left: 16px;
  width: 44px;
  height: 44px;
  color: #5f5f5f;
  background: #5f5f5f;
  border: 1px #ffffff7d solid;
  box-shadow: 0px 0px 10px #ffffff8c;
}
#to_top i.top {
  width: 14px;
  height: 14px;
  top: 14px;
  transform: translateY(-50%);
}
#to_top i.top:before, #to_top i.top:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 46%;
}
#to_top i:before, #to_top i:after {background: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu { margin: 0;}
.header_area.sticky {  background:none;}
.header_area .main_header_area .container {  max-width: 95%;  transition: all 0.3s;}
.header_area.sticky .main_header_area .container {   transition: all 0.3s;}
.nav-menu>li:not(.tp_links) {  padding-right: 15px;}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #2B3047;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #2B3047;
}

.nav-dropdown>li {  text-align: center;}

.nav-header {
  position: absolute;
  top: 28%;
  z-index: 98999999;
  transform: translate(0, -50%);
  transition: all 0.5s;
}

/*.nav-header::before {
  content: "";
  display: block;
  width: 55%;
  height: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: -1;
  border-radius: 0 0px 20px 20px;
  transition: all 0.3s;
}
/*
.nav-header::before {
  transition: all 0.3s;
  transition-delay: 0.5s;
}*/


.nav-header::after {}

.nav-header:hover:after {
  animation-play-state: paused;
  transition: all 0.3s;
}

.nav-header:hover:before {
  transition: all 0.3s;
  transition-delay: none;
}

@keyframes rotate {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header_area {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 0;
  top: 0;
  background: transparent;
  transition: all 0.7s;
}


.main_header_area {
  position: relative;
  background: transparent;
}

.header_area .main_header_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2eb;
  position: absolute;
  top: -170px;
  left: 0;
  box-shadow: 1px 1px 10px #3d3d3d33;
  border-bottom: 1px #cecece solid;
  transition: all 0.85s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.header_area.sticky .main_header_area::before {
  height: 100%;
  top: 0;
  transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
}
.stellarnav li.has-sub > a:after {  display: none;}
.stellarnav > ul > li:nth-of-type(1) {}

.stellarnav > ul > li > a {
  padding: 0px 15px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  height: 36px;
  margin: 0 15px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.pageIndex .stellarnav > ul > li > a {  color: #ffffff;}

.pageIndex .sticky .stellarnav > ul > li > a:hover { }
.sticky .stellarnav > ul > li > a {  color:#373737;  transition: all 0.5s;}

.stellarnav > ul > li > a b {  font-weight: 500;  transition: all 0.5s;}
.stellarnav > ul > li > a:hover {  color: #ffffff;  transition: all 0.5s;}
.sticky .stellarnav > ul > li > a:hover {  color: #373737;}
.header_area .navigation {
  display: flex;
  width: 100%;
  position: relative;
  padding: 30px 0;
  opacity: 1;
  transition: all 0.3s;
  flex-wrap: wrap;
}
.header_area.sticky .navigation {
  padding: 15px 0;
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
/*購物車*/
.tp_links a { display: none;}
.me_tp_features a {  margin: 0 23px;  color: #ffffff;transition: all 0.3s; }
.me_tp_features .box_search {  display: none;}
.sticky .me_tp_features a {   color: #ffffff; transition: all 0.3s; }

/*下拉*/
.nav-dropdown > li > a {
  background: #f7f5f5;
  transition: 0.2s;
  letter-spacing: 1.5px;
  width: 100%;
}

.nav-dropdown > li > a:hover {
  transition: 0.2s;
  background-color: #2B3047;
  color: #fff;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {  border-color: transparent #fff #fff transparent;}
.stellarnav li li {  }
.stellarnav li li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  background-color: transparent;
  transition: all 0.3s;
}

.stellarnav li li a:hover {
  color: #fff;
  background-color: #5f5f5f;
  transition: all 0.3s;
  
}
.stellarnav li li.has-sub > a {  padding: 10px 15px;;}
.stellarnav ul ul {  background: #ffffffed;  }

/*LOGO設定*/
.header_area .nav-brand {
  display: inline-block;
  transition: all 0.3s;
}
.header_area .nav-brand img {     padding-top: 45px;  width: 100%;  max-width: 45px;  transition: all 0.3s;}

@media screen and (max-width: 1440px) {
  .main_header_area .container {      max-width: 90%;  }
}

@media screen and (max-width: 1024px) {
  .pageIndex .header_area .main_header_area::before {  top: 0;  }

  /*---*/
  .stellarnav ul {   text-align: right;}
  .header_area {      position: relative;      top: 0;  }
  .header_area.sticky {    position: fixed;}
  .header_area .navigation {   padding: 15px 0;}
  .header_area .main_header_area::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .stellarnav > ul > li > a {   color: #474747;}
  .pageIndex .stellarnav > ul > li > a {    color: #474747;}
  .me_tp_features { text-align: right;}
}

@media screen and (max-width: 768px) {
  .nav-header {        z-index: 0;   }
  .nav-header::before {  transition: all 0.3s;     width: 20%;   height: 100px;} 

  .header_area .main_header_area .container {      max-width: 90%;  }
  .header_area.sticky .main_header_area .container {      max-width: 90%;  }

  .nav-header { max-width: 100%;}
  .nav-brand-m {      display: block;      text-align: left;      padding: 15px 10px;  }
  .nav-brand-m img {      max-width: 200px;      width: 100%;  }
  .stellarnav.mobile {      }
  
  .stellarnav .menu-toggle span.bars span {      background: #2f2f2f;  }
  .stellarnav .menu-toggle:after {      color: #2f2f2f;  }
  .stellarnav.mobile>ul {      border-top: 0;  }

  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {      background: #000000;      color: #fff;  }

  .stellarnav .icon-close:after {      border-bottom: solid 3px #fff;  }
  .stellarnav .icon-close::before {      border-bottom: solid 3px #fff;  }
  .stellarnav.mobile>ul>li>a {      color: #666;      text-shadow: none;      padding: 15px 10px;  }
  .nav-brand {      display: inline-block;   width: 220px; z-index: 0; }
  .header_area .nav-brand {      width: 50px;  }
  .header_area .nav-brand img {    padding-top: 34px; max-width: 34px;}

  .header_area .navigation {    padding: 20px 0; }
  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {
      display: inline-block;
      text-align: right;
      font-size: 12px;
      background: #373737;
      color: #fff;
  }
  .stellarnav .icon-close:after {      border-bottom: solid 3px #fff;  }
  .stellarnav .icon-close:before {      border-bottom: solid 3px #fff;  }
  .stellarnav.mobile > ul > li > a {      padding: 25px 43px 25px 40px;  }
  .stellarnav.mobile > ul > li > a.dd-toggle {      padding: 0;      position: absolute;      top: 20px;  }

  .stellarnav > ul > li > a:before {
    width: 20px;
    height: 20px;
    transform: translate(-135%, 10%);
  }
  .stellarnav > ul > li:hover > a:before{
    transform: translate(-135%, 10%);
  }
  .sticky .stellarnav > ul > li > a:before {   }

  .stellarnav.mobile > ul > li > a.dd-toggle::before{display: none;}
  .stellarnav.mobile > ul > li {    border-bottom: 1px #7e7e7ee6 solid;}

  .stellarnav.mobile.left>ul {      left: 0;      padding: 0;      border: 0;          background: #f5f5f5; }
  .stellarnav.mobile li.open {      background: transparent;      padding: 0px;  }
  .stellarnav li li:hover {
      background: inherit;
      border-radius: 0;
      color: inherit;
      transform: none;
      box-shadow: none;
      z-index: 100000;
      transition: all 0.3s;
  }
  .stellarnav li li a:hover {    background-color: unset;  }
  .stellarnav li li:hover>a {      color: inherit;      transition: all 0.3s;  }
  .stellarnav.mobile li.open li.open {      background: transparent;      padding: 0px;  }
  .stellarnav.mobile li li.has-sub a {      padding: 15px 43px 15px 10px;  }
  .stellarnav.mobile li.open li.open {      background: transparent;      padding: 0;  }
  .stellarnav.mobile li a {      border-bottom: 0;  }
  .stellarnav li li a {      padding: 15px 15px;      color: #666;  }
}
@media screen and (max-width: 600px) {
    .stellarnav .menu-toggle {   padding: 15px 10px;}
}
@media  screen and (max-width: 425px) {
}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer資訊欄位*/
.footer { padding-top: 55px;    background: #f1f1f1;}

.footer .center {
    max-width: 90%;
}

.footer_info {
    display: flex;
    padding: 0px;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_info ul {
    display: flex;
    letter-spacing: 0;
    padding: 0 0 36px;
    flex-direction: column-reverse;
    width: auto;
}

.footer_info li:nth-child(1) {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.footer_info li:nth-child(2) {
    padding-top: 0;
}

.footer_info li p,
.footer_info li p a {
    color: #666;
    font-size: 13px;
    line-height: 230%;
}

.footer_info li p a:hover, .footer_menu a:hover {
    color: #000;
    background: none;
}


.footer_menu a:nth-child(2) {
    padding: 0 20px;
    padding-left: 0;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px 0;
    transition: all 0.3s;
    color: #000;
    border: none;
    background: transparent;
    font-size: 13px;
    padding-right: 20px;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: transparent;
    opacity: .5;
    color: #a49989;
}

/*版權*/
.copy {
    color: #666;
    border: none;
    text-align: right;
    padding: 0px 0 25px;
    max-width: 90%;
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.copy a {
    color: #666;
    transition: all 0.3s;
}

.copy a:hover {
    color: #000;
}

.box_link {
    display: flex;
    left: 0%;
    top: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    display: none;
}

.box_link a {
    transition: all 0.3s;
    border: none;
    color: #666;
    margin: 0 2px;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-size: 16px;
}

.box_link a:hover {
    background: transparent;
    opacity: .8;
}

.box_link a:first-child {
    padding-left: 10px;
}

/*Logo/＝＝＝＝＝*/

.footer_logo {
    width: 85px;
    margin: 0;
}

.footer_logo img {
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: top right;
    margin-top: 10px;
}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: #858585;
}


@media screen and (max-width: 768px) {
  .footer_menu {    display: none;}
  .footer_logo {  width: 65px;}
  .footer_info {    justify-content: center;}
  .footer_info li:nth-child(1) {    flex-direction: unset;}
  .footer_info li p, .footer_info li p a {   width: 100%;     text-align: center;}

  .copy {  justify-content: center;}
  .total_view {     text-align: center;}

}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.banner {
  background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-01.jpg);
  position: relative;
    height: 10vw;
    background-size: cover;
    animation: scale 10s both;
    background-position: center !important;
    background: linear-gradient(to left, #aaaaaa, #d0d0d0);
    border-radius: 0px 0px 80px 80px;
}
.banner h5 {
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    top: 140px;
    right: 82px;
    font-weight: 400;
    font-size: 25px;
}
/*
.banner.banA {}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-02.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-03.jpg);}
.banner.banD {}
.banner.banE {}
.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-04.jpg);}
.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/vpdesign1618/banner-05.jpg);}

*/
.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; display: none;}
  .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) {
}
/* = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁文章*/
.module_i_news .title_i_box h4 {  
  font-weight: 600;
  letter-spacing: 2px;
  color: #a33535;
  padding: 10px 30px;
  border-radius: 15px;
}
.module_i_news ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.i_prod_tit {  letter-spacing: 4px;     display: none;}/*標題隱藏*/
.module_i_news li{
  padding: 10px;
  background: #ffffff;

  border: 1px #5f5f5f solid;
}
.module_i_news li a {  display: block;}
.module_i_news li a:after{background: unset;    border: 0;}
.module_i_news li a:before {  color: #918077;}

.i_blog_le { }
.i_blog_le img{transition: all 0.5s;}
.i_blog_le img:hover{transform: scale(1.1);  transition: all 0.5s;}

/*文章-----------------------------------------*/
.blog_page .main_part {   max-width: 1600px;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item{        
  
}
.subbox_item a{     grid-template-columns: 500px 1fr; }
.subbox_item a:before {
    bottom: 35px;
    right: 26px;
    font-size: 25px;
    color: #c1c1c12e;
}
.submenu li.on_this_category a, .submenu a:hover {  background: #0a0a0a;}

.blog_back {grid-gap: 45px;}

.blog_back a.article_btn_next {     background: none;    color: #ccc;    border-bottom: 1px #ccc solid;}
.blog_back a.article_btn_prev {      background: none;    color: #ccc;    border-bottom: 1px #ccc solid;}
.blog_back a.article_btn_back {      background: none;    color: #ccc;    border-bottom: 1px #ccc solid;}
.blog_back a.article_btn_next:hover {   font-weight: 900;    color: #454545;    border-bottom: 2px #454545 solid;}
.blog_back a.article_btn_prev:hover {   font-weight: 900;     color: #454545;    border-bottom: 2px #454545 solid;}
.blog_back a.article_btn_back:hover {    font-weight: 900;    color: #454545;    border-bottom: 2px #454545 solid;}

.blog_le .accordion { border: 0; border-radius: 0px;}
.blog_list_ri {
    display: block;
    padding: 25px 25px;
    border-top: 3px #ccc solid;
}
.blog_list_ri:hover {    border-top: 3px #313131 solid;}

.blog_list_ri h5{    color: #434343;   font-weight: 600; font-size: 26px;}
.blog_list_ri em{color: #afafaf;}

h4.blog_category_title {  color: #6b6a69;}
h5.blog_le_t {  text-align: center;}
h5.blog_le_t span{display:none;}
h5.blog_le_t em{color: #453c3d;}

.articel_mainPic {    display: none;}/*文章內頁封面*/
.articel_mainPic img {    max-width: 85%;    margin: auto;}

.subbox_item a:after {  background: unset;    border: 0;}
.blog_search input[type=search] {    border-radius: 0px;}

.lastPage{    background: #6b6a69;}

/*文章圖片放大*/
.subbox_item a img {
  transition: all 0.5s;
}
.subbox_item a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.blog_list_le {  overflow: hidden;  aspect-ratio: 4 / 3;}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{    color: #fff !important;  background: #5f5f5f;}

@media screen and (max-width: 768px) {
  .module_i_news ul {    grid-template-columns:1fr ;}
  .blog_subbox {    grid-template-columns:  1fr;}

  .module_i_news li a:before {display: none;}

  .subbox_item a {  grid-template-columns: 160px 1fr;}
  .subbox_item a:before{display: none;}
  .blog_list_ri {    padding: 5px 5px;    border-top: 2px #ccc solid;}
  .blog_list_ri h5 {    font-size: 18px;}
  .articel_mainPic img {  max-width: 100%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.album_fixed_title{background: unset;}
.show-list .show_pic img{border-radius: 1rem;}

.overlay{border-radius: 1rem;}

.show-list .show_name {
  text-align: center;
  background: #ead5cd;
  border-radius: 1rem;
}
.show-list .item:hover .show_name {  color: #795148;}
.other_subalbum li {  background: unset;}
.other_album_choice li {  background: #d9cdbe;}

.other_album_choice li a {  color: #453c3d;}
.other_subalbum li a p { text-align: center;}

.pic-list .show_pic img {  border-radius: 10px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 商品頁面 / 模組預設  */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1800px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%;}
.product_page .product_menu_list { position: relative; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/}
.product_page .products-list, .product-wrapper { width: 100%; grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); gap: 0;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition: all 0.5s;}
.product-layer-two li li a { padding: 5px 10px; transition: all 0.5s;}
.product-layer-two li li:hover > a { background:#fff; color:#676767; transition: all 0.5s;}
.product-layer-two > li { display: inline-block; padding:0; text-align:left;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product_info li span {display: none;}

.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: 10px; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%); transition: all 0.5s;}
.product-layer-two li li:hover > a:before { background: #676767; transition: all 0.5s;}

.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;}

/*--RWD---------------------------------------*/
@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) {}

/* = = = 商品頁面 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*首頁*/
.pageIndex .products-list {  grid-template-columns: repeat(3, 1fr);}
.prod_part section {    max-width: 1800px;}

/*--分類---------------------------------------*/

.prod_part {    background: #fff;}

.product_page .product_menu_list > h5 { color: #676767; font-size: 20px;}

.product-layer-two { text-align: center;}
.product-layer-two li a { font-size: 16px; color: #434343; background: #ffffff; border: 1px solid #434343; border-radius: 10px;}
.product-layer-two li.active a { font-weight: 400; }
.product-layer-two li a:hover { color: #676767; transition: all 0.5s;}
.product-layer-two li li { background: transparent;}
.product-layer-two li li a { background: transparent; font-size: 14px;}
.product-layer-two li i { color: #3a3a3a; display: none;}

/*--商品項目---------------------------------------*/
.products-list {   grid-gap: 5px;}
.products-list .item { padding: 1% 2%;}
.products-list .item a{    padding-bottom: 0px;}

.products-list .pic { aspect-ratio: 4 / 3;     border-radius: 20px;}
.products-list .pic img {   transform: scale(1);    transition: all .5s;}
.products-list .pic img:hover {    transform: scale(1.05);    transition: all .5s;}
.products-list .name { color: #666; font-weight: 600; font-size: 16px; height: 51px; text-align: center; transition: all 0.5s;}
.products-list .item:hover .name { opacity: .8; letter-spacing: 1px; transition: all 0.5s;}

/*價格*/
.products-list .price { margin-bottom: 5px;}
.products-list .price b { margin: 0 5px; line-height: 10px; color: #676767;}
.products-list .price b.ori_price { font-size: 14px; color: #3a3a3a;}
.products-list .price b.sp_price { color: #676767;}

/*詳細資料*/
.products-list .more { position: relative; border: none; color: transparent; display: none;}
.products-list .item a:hover .more { background: transparent;}
.products-list .more::before {
  content: 'VIEW MORE';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing: 2px;
  color: #aaa;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  transition: all 0.5s;
}
.products-list a:hover .more::before { color: #676767; transition: all 0.5s;}

/*--商品內頁---------------------------------------*/

.sidebarBtn h2, .mobile_product_name { color: #676767; font-weight: 600; font-size: 24px;  letter-spacing: 1px;}
.product-wrapper { display: flex; flex-direction: column;}

/*輪播*/
.product_main {/* width: 100%;*/ order: 1; margin: auto;}/**/
.product_pic { /*padding: 0;*/}/**/
.swiper-wrapper { height: auto;}
.proImgSwiper {/* aspect-ratio: auto;*/ margin-bottom: 50px;}/**/
.block { background: #676767;}
#prod_thumbSwiper { }/*小圖隱藏*/
#prod_thumbSwiper .swiper-button-next, #prod_thumbSwiper .swiper-button-prev {    display: none;}

/*側邊資訊*/
.sidebarBtn {      width: 100%;  border: 0; order:2;      padding: 40px 0 0 0;}
.sidebarBtn .price { color: #888; font-size: 22px;}
.sidebarBtn .price span { font-size: 16px;}
.sidebarBtn .price span:first-of-type { text-decoration: line-through;}
.product_info li .txt_box {    color: #212121;}
.toShare {   display: none;}

/*按鈕顏色*/
.inquiry_a1 { background: #777; transition: all 0.5s;}
.inquiry_a2 { background: #333; transition: all 0.5s;}
.inquiry_a3 { background: #676767; transition: all 0.5s;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #777; color: #666; transition: all 0.5s;}

/*內文編輯區*/
.prod_tabs { order: 3; margin-top: 10px;}
.pd_tabTitle { display: none;}

.pd_tabTitle li a { font-size: 16px; color: #666;}
.pd_tabTitle li::after { background: #9b9b9b;}

.pd_tabTitle li.activeTab a { font-size: 16px; color: #676767; font-weight: 900;}
.pd_tabTitle li.activeTab::after { background: #676767;}

.pd_tabInner_contain .edit { color: #666; letter-spacing: 2px; text-align: justify; line-height: 150%;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {
  .pageIndex .products-list {  grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 768px) {
  .pageIndex .products-list {  grid-template-columns: repeat(1, 1fr);}
  /*模組預設*/
  .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 .products-list, .product-wrapper {   grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
  .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) {}

/* = = = 商品訂購/詢價 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*按鈕*/
.total_amount .rewrite_simple, .total_amount .send_simple { font-size: 16px;}
.rewrite_simple { background: #3a3a3a url(../images/simple_left.png) 10% center no-repeat; background-color: #333; transition: all 0.5s;}
.send_simple { background: #676767 url(../images/simple_right.png) 88% center no-repeat; transition: all 0.5s;}
.rewrite_simple:hover, .send_simple:hover { opacity: .6; transition: all 0.5s;}

/*--購物車---------------------------------------*/

/*商品列表*/
.shopping-cart .cart_head { }
.shopping-cart .cell { font-size: 16px; color: #666;}
.shopping-cart .cell.product_name p { color: #666; font-size: 16px;}
.fa-lg { color: #666;}

/*小計*/
.total_amount li:nth-child(1), .total_amount li:nth-child(2) { color: #666; font-size: 16px;}

/*匯款資料*/
.car_page .information_left { display: block; margin: 20px 0 0;}
.car_page .blank_letter.i { position: relative; color: #666; font-size: var(--f24); padding: 0;}
.car_page .blank_letter.i::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: #9b9b9b;
}
.list_before.account li { color: #666; font-size: 15px;}
.contact_le_map { display: none; background: #676767;}/*聯絡表單*/

/*--訂購資料---------------------------------------*/

/*訂購資料*/
.formbox_form li .form__label { color: #666; font-size: 15px;}
.form label { display: flex; align-items: center; color: #666; font-size: 15px;}/*單選*/
.border200 { color: #444;}
.form label.Bigcheck { display: flex; align-items: center; color: #666; font-size: 15px;}/*同訂購人*/

/*小計*/
.total_amount li { color: #666; font-size: 16px;}
.total_amount li input[name=DiscountCode] { color: #444;}/*折扣碼*/
.total_amount li#DiscountStr span { color: #6d4949;}/*折扣碼使用狀況*/
.total_amount li.red { color: #6d4949;}

/*確認訂購*/
.declaration { background: #676767; border-radius: 10px;}

/*--訂單成立---------------------------------------*/

/*按鈕*/
.pay_text a.animated-arrow { background: #333;}

/*匯款*/
.order_pay .blank_letter, .order_pay .information_left { color: #666; font-size: 24px;}
.pay_text a { border: 1px solid #9b9b9b; font-size: 16px; transition: all 0.5s;}
.pay_text a:first-child:hover { background: #696d69; transition: all 0.5s;}
.pay_text a:last-child:hover { background: #676767; transition: all 0.5s;}

/*商品訂單*/
.order_list_tit b { color: #676767; font-size: 28px;}
.order_list_tit span { color: #3a3a3a; font-size: 12px;}

.order_list_tab tbody { border: 1px solid #9b9b9b;}
.order_list_tab td { color: #666; font-size: 15px; border-top: 1px solid #9b9b9b;}
.order_list_tab td:nth-child(1) { color: #444; font-size: 15px;}
.order_list_tab td:last-of-type { border-bottom: 1px solid #9b9b9b;}

.payer { background: transparent;}

/*購物清單*/
.order_list_head p { color: #676767; font-size: 28px; border-bottom: none;}

.order_list_pro tr:first-child { background: #676767;}
.order_list_pro tr:first-child td { color: #666; font-size: 14px;}

.order_list_pro td { color: #666; font-size: 14px;}
.last_box_money em span { color: #fff; font-size: 28px;}

/*--匯款頁面---------------------------------------*/

/*--RWD---------------------------------------*/
@media screen and (max-width: 768px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁聯絡我們*/
.i_contact_box{background: #e4eef7;     padding: 100px 20px;}
.contact_content .information_left {    width: 100%; display: none; }
.pageIndex .contact_content .information_right {     
  padding: 3% 3%;
  border: 2px #666 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_content {    width: 1400px;     margin: 0px auto 140px;    padding: 0px 0px;}
.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: 100%; font-weight: 600;}
.contact_form li.last cite {    background:#666;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px#666 solid;}
.contact_content .information_right { width: 100%;  padding: 60px;   border: 1px #666 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: #666;     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 {    width: 100%;  }
    .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_content { width: 100%;}
  .contact_page .contact_content {   padding: 0px 15px;}
    .contact_content .information_right { padding: 12px; }
    .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: #ebebeb;     color: #666;}
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




