@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.page-intro {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page-intro {
    min-height: 550px;
  }
}
.page-intro::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50%;
  height: 25px;
  background: #fff;
  z-index: -2;
}
.page-intro .page-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .page-intro .page-info {
    width: 960px;
  }
}
@media (max-width: 576px) {
  .page-intro .page-info {
    width: 80%;
  }
}
.page-intro .page-info__title {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.page-intro .page-info__desc {
  text-align: left;
  font-size: 1rem;
  color: #fff;
  text-shadow: #000 1px 0 10px;
}
@media (min-width: 1200px) {
  .page-intro .page-info__desc {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.page-intro img {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -3;
}
@media (max-width: 991.98px) {
  .page-intro img {
    height: 100%;
    width: auto;
  }
}

.page-title {
  position: relative;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.1rem;
  color: #255093;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-title {
    left: 50%;
    width: 500px;
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .page-title {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 2.5rem;
  }
}

.thu_time .timeline-list {
  position: relative;
  padding-bottom: 30px;
}
.thu_time .timeline-list__line {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
  background: #e7ecf1;
  z-index: -1;
}
.thu_time .timeline-list__line::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 50px;
  left: 50%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 90%);
  transform: translateX(-50%);
  z-index: 2;
}
.thu_time .timeline-list__item {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .thu_time .timeline-list__item {
    display: flex;
    flex-wrap: wrap;
  }
}
.thu_time .timeline-list__item--dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #997933;
  z-index: 3;
}
.thu_time .timeline-list__item--dot::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.thu_time .timeline-list__item-pic {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  min-height: 300px;
}
.thu_time .timeline-list__item-pic--year {
  position: absolute;
  color: #fff;
  right: 370px;
  top: 220px;
  letter-spacing: -0.2rem;
  font-size: 5rem;
  font-weight: 600;
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 3;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.thu_time .timeline-list__item-pic__img {
  position: absolute;
  top: 0;
  right: 5%;
  width: 460px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #dddddd;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}
.thu_time .timeline-list__item-pic__img::before {
  display: block;
  content: "";
  padding-top: 62%;
}
.thu_time .timeline-list__item-pic__img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 90%);
  z-index: 1;
}
.thu_time .timeline-list__item-pic__img img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.thu_time .timeline-list__item-pic__img--link {
  position: absolute;
  color: #fff;
  top: 0;
  width: 40px;
  height: 40px;
  background: #997933;
  z-index: 4;
}
.thu_time .timeline-list__item-pic__img--link::after {
  position: absolute;
  content: "+";
  /* 這裡使用 Unicode 字元 */
  font-size: 1.5rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thu_time .timeline-list__item-content {
  flex: 0 0 auto;
  width: 50%;
  margin-top: -20px;
  padding-left: 25px;
}
.thu_time .timeline-list__item-content__year {
  margin-left: -5px;
  color: #002147;
  letter-spacing: -0.1rem;
  font-size: 3.4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1em;
}
.thu_time .timeline-list__item-content__title {
  color: #2a4c8a;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2; /* 目前只有極少數瀏覽器支持 */
  box-orient: vertical; /* 用於標準屬性的補充 */
}
.thu_time .timeline-list__item-content__desc {
  color: #4c5571;
  letter-spacing: 0.05rem;
  font-size: 0.95rem;
  line-height: 1.7rem;
}
@media (min-width: 1200px) {
  .thu_time .timeline-list__item:nth-child(even) .timeline-list__item-pic--year {
    right: 370px;
  }
  .thu_time .timeline-list__item:nth-child(even) .timeline-list__item-pic__img--link {
    position: absolute;
    top: 0;
    left: 0;
  }
  .thu_time .timeline-list__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .thu_time .timeline-list__item:nth-child(odd) .timeline-list__item-pic {
    left: auto; /* 清除left樣式 */
    right: 0; /* 確保圖片在右邊 */
  }
  .thu_time .timeline-list__item:nth-child(odd) .timeline-list__item-pic--year {
    position: absolute;
    left: 370px;
  }
  .thu_time .timeline-list__item:nth-child(odd) .timeline-list__item-pic__img {
    position: relative;
    top: 0;
    left: 5%;
  }
  .thu_time .timeline-list__item:nth-child(odd) .timeline-list__item-pic__img--link {
    position: absolute;
    top: 0;
    right: 0 !important;
  }
  .thu_time .timeline-list__item:nth-child(odd) .timeline-list__item-content {
    left: auto; /* 清除left樣式 */
    right: 50%; /* 確保內容在左邊 */
    padding-right: 30px;
  }
  .thu_time .timeline-list__item:nth-child(odd) .timeline-list__item-content__year {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .thu_time .timeline-list {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .thu_time .timeline-list__line {
    position: absolute;
    left: 0%;
    top: 18px;
  }
  .thu_time .timeline-list__item {
    position: relative;
  }
  .thu_time .timeline-list__item--dot {
    position: absolute;
    top: 15px;
    left: 0%;
    transform: translateX(-50%);
  }
  .thu_time .timeline-list__item-pic {
    width: 100%;
  }
  .thu_time .timeline-list__item-pic--year {
    display: none;
  }
  .thu_time .timeline-list__item-content {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .thu_time .timeline-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .thu_time .timeline-list__item-pic {
    position: relative;
    width: 100%;
    min-height: 280px;
  }
  .thu_time .timeline-list__item-pic__img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 95%;
  }
  .thu_time .timeline-list__item-content {
    width: 95%;
  }
  .thu_time .timeline-list__item-content__year {
    margin-bottom: 0px;
  }
}
@media (max-width: 480.98px) {
  .thu_time .timeline-list__item-pic {
    min-height: 230px;
  }
}
.thu_time .timeline-list__item--bigyear {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -50%;
  font-size: 26rem;
  line-height: 1em;
  color: #F2F5FD;
  z-index: -3;
  letter-spacing: -0.05em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1899.98px) {
  .thu_time .timeline-list__item--bigyear {
    margin-left: -50%;
  }
}
@media (max-width: 1799.98px) {
  .thu_time .timeline-list__item--bigyear {
    margin-left: -42%;
  }
}
@media (max-width: 1699.98px) {
  .thu_time .timeline-list__item--bigyear {
    margin-left: -40%;
  }
}
@media (max-width: 1199.98px) {
  .thu_time .timeline-list__item--bigyear {
    display: none;
  }
}
.thu_time .timeline-list__item:nth-child(odd) .timeline-list__item--bigyear {
  display: none;
}
.thu_time .timeline-list__item:nth-child(3) .timeline-list__item--circle {
  position: absolute;
  content: "";
  top: 10%;
  left: 70%;
  width: 1300px;
  height: 1300px;
  border-radius: 50%;
  background: #f2f6fa;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .thu_time .timeline-list__item:nth-child(3) .timeline-list__item--circle {
    width: 900px;
    height: 900px;
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .thu_time .timeline-list__item:nth-child(3) .timeline-list__item--circle {
    display: none;
  }
}
.thu_time .timeline-list__item:nth-child(5) .timeline-list__item--cross, .thu_time .timeline-list__item:nth-child(10) .timeline-list__item--cross {
  position: absolute;
  content: "";
  top: 0%;
  left: 55%;
  width: 270px;
  height: 270px;
  background-image: url(../img/dot_repeat.png);
  background-repeat: repeat; /* 垂直方向上重複 */
  background-position: top left; /* 背景圖片從左上角開始 */
  background-size: auto; /* 確保圖片按原始大小顯示 */
  opacity: 0.9;
  z-index: -2;
}

.thu_time_bottom {
  position: relative;
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .thu_time_bottom {
    display: none;
  }
}
.thu_time_bottom .thu_time_bottom--thu {
  position: absolute;
  content: "";
  width: 400px;
  height: 300px;
  bottom: 0;
  left: 50%;
  transform: translateX(-53%);
  background-image: url("../img/thu/thu_001.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
.thu_time_bottom .thu_time_bottom--bgtext {
  position: absolute;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10vw; /* 使用相對單位來自動適應寬度 */
  font-weight: 400;
  color: #F2F5FD;
  width: 100%;
  text-align: center; /* 水平居中 */
  height: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media (max-width: 1400px) {
  .thu_time_bottom .thu_time_bottom--bgtext {
    height: 140px;
  }
}/*# sourceMappingURL=thu_history.css.map */