body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #f7e4d2;
  overflow-x: hidden;
}

.serif {
  font-family: "Noto Serif TC", serif;
}

.banner {
  background: url("img/header_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner .banner__bg {
  width: 100%;
}
.banner .banner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .banner__logo {
  width: 35%;
}
.banner .banner__text {
  color: #3e200f;
  text-align: center;
  margin-top: 50px;
}
.banner .banner__text h1 {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.banner .banner__text h2 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .banner {
    height: 560px;
  }
  .banner .banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .banner__logo {
    width: 385px;
  }
}
@media screen and (max-width: 575px) {
  .banner {
    height: 135vw;
  }
  .banner .banner__logo {
    width: 80%;
    max-width: 385px;
  }
  .banner .banner__text h1 {
    font-size: 1.6rem;
  }
  .banner .banner__text h2 {
    font-size: 1rem;
  }
}

.belt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  padding: 0.8em 0;
  background: radial-gradient(circle, #76563f 0%, #5f351d 100%);
}
@media screen and (max-width: 767px) {
  .belt {
    font-size: 1.4rem;
  }
  .belt .br {
    font-size: 0;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .belt {
    font-size: 1.2rem;
  }
}

.map img {
  width: 100%;
}
.map .map__tip {
  display: none;
}
@media screen and (max-width: 991px) {
  .map {
    overflow-x: auto;
    position: relative;
  }
  .map img {
    width: 1200px;
    position: relative;
    z-index: 1;
  }
  .map .map__tip {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .map .map__tip .map__tipContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .map .map__tip .map__tipContent .map__tipScroll {
    width: 280px;
  }
  .map .map__tip .map__tipContent .map__tipFinger {
    width: 30px;
    margin-top: 10px;
  }
}

.feature h2 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #3e200f;
}
.feature h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #aa814b;
}
.feature p {
  font-size: 0.875rem;
  color: #666;
}
.feature .row:last-child {
  margin-top: -150px;
}
.feature .row:last-child .feature__text {
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}
@media screen and (max-width: 991px) {
  .feature h3 {
    font-size: 1.35rem;
  }
  .feature .row:last-child {
    margin-top: -7vw;
  }
  .feature .row:last-child .feature__text {
    -webkit-transform: translateY(3.5vw);
            transform: translateY(3.5vw);
  }
}
@media screen and (max-width: 767px) {
  .feature img {
    margin-top: 50px;
  }
  .feature .row:last-child {
    margin-top: 50px;
  }
  .feature .row:last-child .feature__text {
    -webkit-transform: none;
            transform: none;
  }
}

.works {
  position: relative;
}
.works .container {
  max-width: 1200px;
  width: 96%;
}
.works::before {
  content: "";
  display: block;
  width: 18vw;
  aspect-ratio: 437/1387;
  background: url("img/section_right01.png") no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -16vw;
}
.works .works__title {
  text-align: center;
}
.works .works__title h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #3e200f;
}
.works .works__title h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #aa814b;
}
.works .works__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.works .works__row--2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.works .works__row--2 .works__item {
  margin-right: 0px;
  margin-left: 15px;
}
.works .works__item {
  /* text-align: right; */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  margin-right: 15px;
}
.works .works__item img {
  width: 100%;
}
.works .works__content {
  display: inline-block;
  margin-top: 30px;
  border-left: 4px solid #9a8678;
  /* text-align: left; */
  padding-left: 15px;
}
.works .works__content * {
  display: inline-block;
}
.works .works__content h4 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #3e200f;
}
.works .works__content strong {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #333;
}
.works .works__content p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #666;
  margin: 0;
}
.works .works__latest {
  position: relative;
  margin-top: 100px;
  background: #1e4371;
}
.works .works__latestContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e4371), to(rgba(30, 67, 113, 0)));
  background: linear-gradient(180deg, #1e4371 0%, rgba(30, 67, 113, 0) 100%);
  color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding-top: 50px;
}
.works .works__latestContent h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  border-right: 1px solid white;
  padding-right: 30px;
  margin-right: 30px;
}
.works .works__latestContent p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
}
.works .works__latestContent p .br {
  font-size: 0;
  display: block;
}
.works .works__latestImg {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .works::before {
    display: none;
  }
  .works .works__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
  }
  .works .works__latestContent h2 {
    font-size: 2rem;
    padding-right: 20px;
    margin-right: 20px;
  }
  .works .works__latestContent p {
    font-size: 1rem;
  }
  .works .works__latestImg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .works .works__title {
    text-align: left;
    margin-bottom: 50px;
  }
  .works .works__title h2 {
    font-size: 2.4rem;
  }
  .works .works__title h3 {
    font-size: 1.35rem;
  }
  .works .works__title .br {
    font-size: 0;
    display: block;
  }
  .works .works__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin: 0 !important;
  }
  .works .works__row:first-child {
    margin-top: 80px !important;
  }
  .works .works__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
            flex: 0 0 calc((100% - 15px) / 2);
    margin: 0 !important;
    margin-bottom: 50px !important;
  }
  .works .works__latest {
    margin-top: 80px;
  }
  .works .works__latestContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .works .works__latestContent h2 {
    font-size: 2.8rem;
    text-align: center;
    border: none;
    border-bottom: 1px solid white;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .works .works__latestContent p {
    font-size: 1rem;
    text-align: center;
  }
  .works .works__latestImg {
    margin-top: -50px;
  }
}
@media screen and (max-width: 575px) {
  .works .works__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .works .works__latestContent {
    padding-top: 30px;
  }
  .works .works__latestContent h2 {
    font-size: 1.8rem;
    text-align: center;
    border: none;
    border-bottom: 1px solid white;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .works .works__latestContent p {
    text-align: center;
    padding: 0 0.7rem;
  }
  .works .works__latestContent p .br {
    font-size: 1rem;
    display: inline-block;
  }
}

.mat {
  margin-top: 120px;
  text-align: center;
}
.mat h2 {
  color: #3e200f;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.mat small {
  font-size: 1.25rem;
  color: #aa814b;
}
.mat .mat__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.mat .mat__list .mat__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 30px;
}
.mat .mat__list .mat__item img {
  width: 100%;
}
.mat .mat__list .mat__text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mat .mat__list .mat__text h3 {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #aa814b;
}
.mat .mat__list .mat__text h3::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2rem;
  background: #aa814b;
  margin-right: 0.6em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.mat .mat__list .mat__text h3::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2rem;
  background: #aa814b;
  margin-left: 0.6em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.mat .mat__list .mat__text p {
  font-size: 1.25rem;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .mat .container {
    max-width: 100%;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .mat h2 {
    font-size: 2rem;
  }
  .mat .mat__list .mat__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .mat .mat__list .mat__text h3 {
    font-size: 1.6rem;
  }
  .mat .mat__list .mat__text p {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.mat .mat__itemLast {
  margin-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9fcae6));
  background: linear-gradient(180deg, #fff 0%, #9fcae6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 30px 0 30px;
}
.mat .mat__itemLast .mat__itemLastContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 80px;
}
.mat .mat__itemLast .mat__itemLastContent .mat__brand {
  width: 90%;
  max-width: 400px;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastTitle {
  color: #02304b;
  font-size: 2rem;
  margin-top: 50px;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastDesc {
  color: #aa814b;
  font-size: 1.05rem;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastSubtitle {
  color: #02304b;
  font-size: 1.25rem;
  margin-top: 30px;
}
.mat .mat__itemLast .mat__itemLastContent ul {
  list-style: none;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.mat .mat__itemLast .mat__itemLastContent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
.mat .mat__itemLast .mat__itemLastContent li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #02304b;
  margin-right: 0.5rem;
}
.mat .mat__itemLast .mat__itemLastContent li:last-child {
  margin-right: 0 !important;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #02304b;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature > div:last-child {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(2, 48, 75, 0.5);
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature > div:last-child img {
  width: 30px;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature img {
  width: 80px;
  border-radius: 999px;
  border: 2px solid white;
  margin: 0;
  margin-right: 10px;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature p {
  margin: 0;
}
.mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature strong {
  color: red;
  font-size: 1.2em;
}
.mat .mat__itemLast .mat__itemLastImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mat .mat__itemLast .mat__itemLastImg img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mat .mat__itemLast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mat .mat__itemLast .mat__itemLastContent, .mat .mat__itemLast .mat__itemLastImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .mat .mat__itemLast .mat__itemLastContent li {
    font-size: 0.875rem;
    margin: 0;
    padding: 0 0.3rem;
    border-right: 1px solid rgba(102, 102, 102, 0.6);
  }
  .mat .mat__itemLast .mat__itemLastContent li::before {
    display: none;
  }
  .mat .mat__itemLast .mat__itemLastContent li:first-child {
    padding-left: 0;
  }
  .mat .mat__itemLast .mat__itemLastContent li:last-child {
    border-right: none;
    padding-right: 0;
  }
  .mat .mat__itemLast .mat__itemLastImg img {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature > div:last-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  .mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature img {
    display: block;
    margin-bottom: 10px;
  }
  .mat .mat__itemLast .mat__itemLastContent .mat__itemLastFeature p {
    text-align: center;
  }
}

.contact {
  color: #3e200f;
  margin-top: 120px;
}
.contact h2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contact small {
  font-size: 1rem;
  margin-left: 0.5em;
}
.contact ul {
  list-style: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.contact ul li {
  margin: 0.5em 0;
  padding: 0;
}
.contact ul img {
  height: 1rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  margin-right: 0.2em;
}
.contact .contact__reservedTitle {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 33px;
  border-bottom: 1px solid #3e200f;
}
.contact .contact__field input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 5px;
}
.contact .contact__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contact__select select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
  border: none;
  border-radius: 5px;
}
.contact .contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contact__btns button, .contact .contact__btns input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
  border: none;
  border-radius: 5px;
}
.contact .contact__btns button[type=submit], .contact .contact__btns input[type=submit] {
  background: #aa814b;
  color: white;
}
.contact a {
  color: #aa814b;
}
@media screen and (max-width: 991px) {
  .contact .container {
    max-width: 100%;
    width: 96%;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .popup__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup .popup__inner {
  position: relative;
  z-index: 1;
  background: white;
  max-height: 80%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}
.popup h2 {
  color: #3e200f;
  font-size: 1.6rem;
}
.popup h3 {
  color: #aa814b;
  font-size: 1.25rem;
}
.popup p {
  color: #666;
}
.popup .popup__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-top: 1px solid #ccc;
  padding: 1rem 0;
  background: white;
  color: #3e200f;
}
@media screen and (max-width: 575px) {
  .popup .popup__inner {
    height: 100vh;
    height: 100dvh;
    max-height: initial;
    border-radius: 0;
  }
}