@media(min-width:768px){.elementor-28994 .elementor-element.elementor-element-396f681{width:16%;}.elementor-28994 .elementor-element.elementor-element-1ed4650{width:36.5%;}.elementor-28994 .elementor-element.elementor-element-5c60385{width:22.5%;}}/* Start custom CSS for html, class: .elementor-element-782deac *//* 外層容器（手機滑動關鍵） */
.sp_thread {
  overflow: auto;
  width: 100%;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
}

/* 表格 */
.sp_thread table {
  border-collapse: collapse;
  table-layout: fixed;
  width: max-content;
  min-width: 100%;
}

/* 儲存格 */
.sp_thread td,
.sp_thread th {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: center;
  min-width: 120px;
}

/* 表頭 */
.sp_thread th {
  background-color: #f7f8f8;
}

/* ✅ 表頭固定 */
.sp_thread thead th {
  position: sticky;
  top: 0;
  z-index: 3;
}

/* ✅ 首欄固定 */
.sp_thread td:first-child,
.sp_thread th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #f7f8f8;
}

/* ✅ 左上角最高層 */
.sp_thread thead th:first-child {
  z-index: 4;
}

/* ⭐ Hover 整列高亮 */
/*.sp_thread tbody tr:hover td {
  background-color: #ECF5FF;
  font-weight: bold;
}*/

/* ⭐ 固定欄同步高亮（重點） */
/*.sp_thread tbody tr:hover td:first-child {
  background-color: #ECF5FF;
}*/

/* 內部分行（你原本的 tdtop / tdund） */
.tdtop {
  border-bottom: 1px solid #ccc;
  padding: 2px 0;
}

.tdund {
  padding: 2px 0;
}
    .remark{
        font-size: 12px;
        line-height: 1.5;
    }


/* 📱 手機優化 */
@media (max-width: 768px) {
  .sp_thread td,
  .sp_thread th {
    min-width: 80px;
    font-size: 13px;
    /*padding: 4px;*/
  }
}/* End custom CSS */