@charset "UTF-8";
:root {
  scroll-padding-top: 8rem;
}

.thuFeature .thuFeature--cross {
  position: absolute;
  content: "";
  top: 0%;
  left: 55%;
  width: 180px;
  height: 400px;
  background-image: url(../img/dot_repeat.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.9;
  z-index: -1;
}
@media (max-width: 992px) {
  .thuFeature .thuFeature--cross {
    display: none;
  }
}
.thuFeature .thuFeature--cross_3 {
  position: absolute;
  content: "";
  top: 40%;
  right: 10%;
  width: 180px;
  height: 400px;
  background-image: url(../img/dot_repeat.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.9;
  z-index: 2;
}
@media (max-width: 992px) {
  .thuFeature .thuFeature--cross_3 {
    display: none;
  }
}
.thuFeature .thuFeature--cross_4 {
  position: absolute;
  content: "";
  bottom: 0%;
  left: 10%;
  width: 400px;
  height: 150px;
  background-image: url(../img/dot_repeat.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.9;
  z-index: 2;
}
@media (max-width: 992px) {
  .thuFeature .thuFeature--cross_4 {
    display: none;
  }
}

.thuFeature--desc {
  text-align: left;
  font-size: 0.95rem;
  color: #222;
}
@media (min-width: 1200px) {
  .thuFeature--desc {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.thuFeature_01 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 750px;
}
@media (max-width: 992px) {
  .thuFeature_01 {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 600px;
  }
}
.thuFeature_01--info {
  width: 65%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .thuFeature_01--info {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .thuFeature_01--info {
    width: 90%;
  }
}
.thuFeature_01--pic {
  position: absolute;
  left: 55%;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-bottom: 20px solid #002147;
}
@media (max-width: 768px) {
  .thuFeature_01--pic {
    left: 50%;
    width: 360px;
    height: 760px;
  }
}
@media (max-width: 576px) {
  .thuFeature_01--pic {
    left: 30%;
    width: 400px;
    height: 700px;
  }
}
.thuFeature_01--pic img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: auto;
}
.thuFeature_01 .text-thu {
  position: absolute;
  left: 8%;
  bottom: 0%;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  line-height: 1em;
  color: #997933;
  z-index: 10;
}
@media (max-width: 1200px) {
  .thuFeature_01 .text-thu {
    left: 3%;
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .thuFeature_01 .text-thu {
    display: none;
  }
}
.thuFeature_01::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background-image: url("../img/thu_feature_01_bg.jpg");
  background-position: center center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media (max-width: 992px) {
  .thuFeature_01::before {
    display: none;
  }
}

.thuFeature_06 {
  position: relative;
  height: 80vh;
  width: 100%;
  background-image: url("../img/thu_feature_03_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.thuFeature_06 .thuFeature_06--box {
  position: relative;
  display: flex; /* 啟用 Flexbox */
  justify-content: flex-start; /* 水平靠左 */
  align-items: center; /* 垂直置中 */
  height: 100%; /* 確保父容器填滿高度 */
}
.thuFeature_06 .thuFeature_06--box .thuFeature_06--info {
  width: 45%;
  background: linear-gradient(to right, rgba(0, 33, 71, 0.7), rgba(0, 33, 71, 0.5));
  border-radius: 15px;
  z-index: 2;
  padding: 30px;
}
@media (max-width: 992px) {
  .thuFeature_06 .thuFeature_06--box .thuFeature_06--info {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .thuFeature_06 .thuFeature_06--box .thuFeature_06--info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thuFeature_06 .thuFeature_06--box .text-thu {
  position: absolute;
  left: 55%;
  font-size: 12rem;
  font-weight: 1000;
  letter-spacing: -0.1rem;
  line-height: 1em;
  color: rgba(210, 180, 140, 0.8);
  z-index: 10;
}
@media (max-width: 992px) {
  .thuFeature_06 .thuFeature_06--box .text-thu {
    display: none;
  }
}/*# sourceMappingURL=thu_feature.css.map */
