@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@font-face {
  font-family: "LINESeedTW";
  src: url("../fonts/LINESeedTW_OTF_Th.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedTW";
  src: url("../fonts/LINESeedTW_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedTW";
  src: url("../fonts/LINESeedTW_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JockeyOne";
  src: url("../fonts/JockeyOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlowSansTC";
  src: url("../fonts/GlowSansTC-Condensed-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlowSansTC";
  src: url("../fonts/GlowSansTC-Condensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.contact-card-wrapper {
  height: 100dvh;
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.contact-hero.contact-card-wrapper {
  z-index: 10;
  background-color: #f0f0f0;
}
.contact-form.contact-card-wrapper {
  z-index: 15;
}
.contact-faq.contact-card-wrapper {
  z-index: 20;
}
.contact-faq.contact-card-wrapper.is-at-top {
  background-color: #ffffff !important;
}

.contact-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform, opacity;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.contact-hero__head {
  background: url("./../src/img/contact_mainpic.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100%;
  padding-top: 160px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
}
@media (max-width: 768px) {
  .contact-hero__head {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.contact-hero__title h1 {
  margin-bottom: 3.8461538462vh;
}
@media (max-width: 768px) {
  .contact-hero__title h1 {
    margin-bottom: 28px;
  }
}
.contact-hero__title h1 span {
  font-size: 2.6666666667rem;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact-hero__title h1 span {
    font-size: 2rem;
  }
}
.contact-hero__title h1 .en {
  font-family: "JockeyOne", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5555555556rem;
  margin-right: 0.1em;
}
@media (max-width: 768px) {
  .contact-hero__title h1 .en {
    font-size: 30px;
  }
}

.contact-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-columns: (20%)[5];
  grid-template-columns: repeat(5, 20%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  border-color: #000;
  border-style: solid;
  border-width: 0 1px;
}
@media (max-width: 768px) {
  .contact-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
    border-width: 0;
  }
}
.contact-info__item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1px;
  border-right: 1px solid #000;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-info__item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .contact-info__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-right: none;
    border-bottom: 1px solid black;
    padding: 0px;
    padding-bottom: 13px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px;
    gap: 14px;
  }
}
.contact-info__icon {
  width: 52px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .contact-info__icon {
    width: 36px;
    margin-bottom: 0;
  }
}
.contact-info__text h3 {
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .contact-info__text h3 {
    font-size: 16px;
    margin-bottom: -0.1em;
  }
}
.contact-info__text p {
  font-size: 1rem;
  line-height: 1.6666666667;
  white-space: wrap;
  line-break: anywhere;
}
@media (max-width: 768px) {
  .contact-info__text p {
    font-size: 14px;
    line-height: 30px;
  }
}

.contact-hero__body {
  min-height: 100%;
  padding: 0 20px;
  padding-top: 150px;
  padding-bottom: 80px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 4.375vw;
  background-color: #F0F0F0;
}
@media (max-width: 768px) {
  .contact-hero__body {
    padding-top: 90px;
    padding-bottom: 40px;
    gap: 16px;
  }
}
.contact-hero__body .section-title {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact-hero__body .section-title {
    margin-bottom: 17px;
  }
}

.form-wrap {
  width: 100%;
  max-width: 836px;
}

.section-title {
  font-size: 2.6666666667rem;
  font-family: "GlowSansTC", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title .en {
  font-size: 4.4444444444rem;
  font-family: "JockeyOne", system-ui, -apple-system, "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.1em;
}
@media (max-width: 768px) {
  .section-title .en {
    font-size: 30px;
  }
}

.c-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.875vw;
}
@media (max-width: 768px) {
  .c-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-form input,
.c-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  height: 40px;
  font-size: 16px;
  background: #fff;
}
.c-form input::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
  color: #999;
}
.c-form input::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #999;
}
.c-form input:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
  color: #999;
}
.c-form input::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder {
  color: #999;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #999;
}
@media (max-width: 768px) {
  .c-form input,
.c-form textarea {
    height: 30px;
    font-size: 14px;
    padding: 3px 10px;
    margin-bottom: 10px;
  }
}
.c-form textarea {
  height: 120px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 12px;
}
.c-form .btn-submit {
  width: 100%;
  background: #D10000;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-form .btn-submit {
    font-weight: normal;
    line-height: 36px;
    padding: 0;
    font-size: 16px;
  }
}

.contact-faq .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .contact-faq .section-title {
    margin-bottom: 8px;
  }
}
.contact-faq .contact-card {
  background: white;
  padding-top: 150px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .contact-faq .contact-card {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

.faq-list {
  width: 100%;
  max-width: 852px;
  margin: 0 auto;
  pointer-events: auto;
}

.icon-arrow-down {
  width: 24px;
  height: 24px;
  background-image: url("./../src/svg/arrow_down.svg");
  background-size: 100% auto;
  background-position: center;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
.faq-item__question {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.faq-item__question i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item__answer p {
  line-height: 1.6;
  font-size: 14px;
  line-height: 24px;
}
.faq-item.active .faq-item__answer {
  max-height: 200px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .faq-item.active .faq-item__answer {
    margin-top: -10px;
  }
}
.faq-item.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}