:root {
  --t100-sub-text: #ffffff;
  --t100-sub-heading: #39ceff;
}

body {
  color: var(--t100-sub-text);
  background: url("../images/pageBg.jpg") no-repeat center top #000000;
  background-size: cover;
}

/* 最外層 section */
.t100-subpage {
  color: var(--t100-sub-text);
}
#section2-1{
  padding-top: clamp(3rem,6vw,300px);
}
/* 頁面主標題 */
.t100-subpage-title {
  font-size: 2.25rem;      /* 36px */
  margin-bottom: 2.8125rem;/* 45px */
  text-shadow: 2px 2px 3px #2e2e2e;
}

/* 區塊標題 */
.t100-sub-heading {
  color: var(--t100-sub-heading);
  font-size: 1.4375rem; /* 23px */
  margin-bottom: 1rem;
}

/* 區塊間距 */
.t100-sub-block {
  margin-bottom: 5rem; /* 約 80px */
}

/* 文字內容（只作用在內頁 section 中） */
.t100-subpage p,
.t100-subpage li {
  color: var(--t100-sub-text);
  font-size: 1.0625rem; /* 17px */
  text-align: justify;
}

/* 圖片容器 */
.t100-sub-img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 回上頁按鈕容器 */
.t100-sub-btn-wrap {
  margin-bottom: 5rem;
}

/* RWD 微調 */
@media (max-width: 991.98px) {
  .t100-sub-block {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767.98px) {
  .t100-subpage-title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }

  .t100-sub-block {
    margin-bottom: 3.5rem;
  }
}
