.contact-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.contact-main {
  width: 100%;
}
.contact-contactsection {
  display: flex;
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 150px;
  flex-direction: column;
}
.contact-container1 {
  gap: 5vw;
  width: 100%;
  display: flex;
  margin-bottom: 150px;
  justify-content: center;
}
.contact-block {
  display: flex;
  flex-direction: column;
}
.contact-block-title {
  font-size: 30px;
  font-style: normal;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 700;
  line-height: 2;
  letter-spacing: 5px;
}
.contact-link {
  display: contents;
}
.contact-image {
  width: 250px;
  margin-bottom: 10px;
  text-decoration: none;
}
.contact-scan-text {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 500;
  letter-spacing: 5px;
}
.contact-scan-text-en-US {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 500;
  letter-spacing: 2px;
  max-width: 250px;      /* 想要的上限寬度 */
  margin: 0 auto;        /* 讓這個方塊水平置中 */
  white-space: normal;   /* 確保允許換行 */
  overflow-wrap: break-word; /* 長字/網址可斷行 */
}
.contact-phone {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Noto Sans TC";
  font-weight: 500;
  line-height: 2;
  letter-spacing: 5px;
}
.contact-email {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Noto Sans TC";
  font-weight: 500;
  line-height: 2;
  letter-spacing: 5px;
}
.contact-footer {
  width: 100%;
  height: 50px;
  display: flex;
  z-index: 100;
  margin-top: -50px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-text14 {
  color: #707070;
  z-index: 100;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 3px;
}
@media(max-width: 1600px) {
  .contact-container1 {
    flex-wrap: wrap;
  }
  .contact-scan-text-en-US {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 200px;      /* 想要的上限寬度 */
    margin: 0 auto;        /* 讓這個方塊水平置中 */
    white-space: normal;   /* 確保允許換行 */
    overflow-wrap: break-word; /* 長字/網址可斷行 */
  }
}
@media(max-width: 991px) {
  .contact-contactsection {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .contact-container1 {
    gap: 50px;
    align-items: center;
    margin-bottom: 100px;
    flex-direction: column;
  }
  .contact-phone {
    font-size: 16px;
    font-style: normal;
    font-family: Noto Sans TC;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 3px;
  }
  .contact-email {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media(max-width: 767px) {
  .contact-contactsection {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-text15 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
