.site-content {
  background-position: right bottom;
  background-repeat: no-repeat;
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.2) 0%, rgba(37, 182, 160, 0.2) 40.38%, rgba(243, 250, 250, 0.2) 100%), #FFF;
}
.site-content > div {
  width: 83.33%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .site-content > div {
    padding: 30px 0;
    width: 90%;
  }
}
.site-content > div .title-container {
  padding-bottom: 40px;
}
.site-content > div .title-container h2.title {
  color: #25B6A0;
  text-align: center;
  /* headline-CN/h2 */
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 0.64px;
  padding: 0;
}
.site-content > div .contact-container {
  padding-bottom: 40px;
  color: var(--Gray-02, #3e3a39);
  /* headline-CN/h4 */
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}
.site-content > div .contact-form-content ol {
  gap: 24px;
}
.site-content > div .contact-form-content ol li {
  color: var(--Gary-01, #1c1c1c);
  text-align: center;
  /* headline-CN/Small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1px;
  gap: 12px;
}
.site-content > div form {
  gap: 24px;
}
.site-content > div form label {
  gap: 8px;
  border-radius: 10px;
  color: var(--Gray-02, #3e3a39);
  /* headline-CN/h4 */
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  padding: 8px 16px;
  background-color: #fff;
  white-space: nowrap;
}
.site-content > div form label input {
  flex: 1;
  border: none;
  color: var(--Gray-01, #231815);
  background-color: #fff;
  /* headline-CN/Body */
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.16px;
}
.site-content > div form label textarea {
  background-color: #fff;
  border: none;
  min-height: 145px;
}
.site-content > div form .button-container {
  margin-top: 36px;
}
.site-content > div form .button-container button[type=submit] {
  background-color: #444;
  color: #fff;
  padding: 12px 40px;
  border-radius: 999px;
  border: none;
}
.site-content > div form.loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-content > div form.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #004ea2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  z-index: 9999;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.site-content > div #pdc4pm-result {
  font-weight: 700;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1440/350;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .map-container iframe {
    aspect-ratio: 1440/400;
  }
}
@media (max-width: 767px) {
  .map-container iframe {
    aspect-ratio: 1440/600;
  }
}
