.w-dropdown-list {
  background-color: #333333; /* 背景改成黑色 */
  padding: 10px;
}



/*-------------------------風扇表格-------------------------  */
/* Template - Reusable Block- SYNC 表格左右BAR只在 854px ~ 599px 時啟用 */
@media (max-width: 854px) and (min-width: 599px) {
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS 滑順 */
    width: 100%;
  }

  .table-scroll table {
    min-width: 800px; /* 依你的表格欄位調整 */
    border-collapse: collapse;
  }
}



#product-table table th,
#product-table-left table th{
  word-break: keep-all;
  text-align: left;
  vertical-align: middle;
}

#product-table table .title,
#product-table-left table .title{
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}

#product-table table td,
#product-table-left table td {
  word-break: keep-all;
  vertical-align: middle;
}

#product-table table td {
  text-align: center;
}

#product-table-left table td {
  text-align: left;
}


#product-table table th,
#product-table-left table th{
  color: #000000;
  font-weight: 600;
}

#product-table table td,
#product-table-left table td{
  color: #1a1a1a;
  font-weight: 400;  
}
/*-------------------------風扇表格    END-------------------------  */



/*-------------------------BANNER SIDE-------------------------  */
.Banner-hero-slider{
  position:relative;
  width:100%;
  height:50vw;
  overflow:hidden;
}

/* 背景 */
.Banner-hero-slider .slide{
  position:absolute;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  opacity:0;
  animation:Bannerfade 12s infinite;
}

.Banner-hero-slider .slide1{
  background-image:url("/wp-content/uploads/2026/03/LC1-D-360-Banner-black.webp");
  animation-delay:0s;
}

.Banner-hero-slider .slide2{
  background-image:url("/wp-content/uploads/2026/03/LC1-D-360-Banner-white.webp");
  animation-delay:6s;
}

/* 文字 */
.Banner-hero-slider .hero-text{
  position:absolute;
  left:8%;
  top:20%;
  transform:translateY(-50%);
  max-width:100%;
  text-align:left;
  z-index:5;
}

.Banner-hero-slider h2{
  font-size: 3vw;
  font-weight:500;
  margin-bottom:20px;
}



/* 淡入淡出動畫 */
@keyframes Bannerfade{
  0%{opacity:0;}
  10%{opacity:1;}
  45%{opacity:1;}
  55%{opacity:0;}
  100%{opacity:0;}
}

/*-------------------------BANNER SIDE------END-------------------  */
