/* 調整首頁Banner */
@media (min-width: 1200px) {
  .idx-banner-word-title {
    /* font-size: 60px; */
    font-size: 3rem !important;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .idx-banner-word-description p { 
    /* font-size: 22px; */
    font-size: 1.2rem;
    font-weight: 400;
    /* line-height: 1.5;
    letter-spacing: 0.8px;
    margin-bottom: 32px; */
  }
}
/* Wahlee Company Video */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* 修正產品內頁圖片跑版 */
@media (min-width: 1200px) {
  .product-detail-inner-info {
    width: 100%;
  }
}

/* .breadcrumb-box {
  color: #666666;
}
.breadcrumb-home, .breadcrumb-page {
  color: #666666;
} */

.product-detail-block .social-media a {
  font-size: 16px;
  color: #1e3b59;
  text-decoration: none;
}
.product-detail-block .social-media a:not(.free):hover {
  color: #11a4ff;
}

/* High Brightness - Product List */
.ui-table-1 table {
  background:#fefefe
}
.ui-table-1 thead {
  background:#1e3b59
}
.ui-table-1 thead th,
.ui-table-1 thead td {
  color:#fff;
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
  padding: 8px 15px;
}
@media(min-width: 768px) {
  .ui-table-1 thead th,
  .ui-table-1 thead td {
    padding: 8px 30px;
  }
}
.ui-table-1 thead th:not(:last-child),
.ui-table-1 thead td:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.ui-table-1 tbody tr {
  border-bottom:1px solid #ebebeb;
}
.ui-table-1 tbody th,.ui-table-1 tbody td {
  color:#333;
  /* padding: 12px 15px; */
  padding: 8px;
}
@media(min-width: 768px) {
  .ui-table-1 tbody th, .ui-table-1 tbody td {
    /* padding: 12px 30px */
    font-size: 16px;
    text-align: center;
  }
}
.ui-table-1 tbody th:not(:last-child),.ui-table-1 tbody td:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.ui-table-1 th,.ui-table-1 td {
  font-weight: 500;
  height: 49px;
}
@media(min-width: 768px) {
  .ui-table-1 th,.ui-table-1 td { 
    line-height: 1.7;
    font-size: 18px
  }
}

/* 檔案下載圖示 */
.file-icon i {
  font-size: 30px;
}