@charset "UTF-8";
.banner-container {
  margin-bottom: 60px;
}
.banner-container .banner-wrapper {
  aspect-ratio: 1440/400;
  background-size: cover;
  background-position: center;
}
.banner-container .banner-title {
  position: absolute;
  bottom: 0;
  height: 114px;
  left: 8%;
  color: var(--Gray-07, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h1 */
  font-family: "Noto Serif TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 54px */
  letter-spacing: 5px;
  padding: 0 50px 60px 50px;
  border-left: 1px solid #fff;
  margin: 0;
}

.origin_template_1 > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.origin_template_1 > div h2 {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h2 */
  font-family: "Noto Serif TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 48px */
  letter-spacing: 5px;
}
.origin_template_1 > div .description {
  color: var(--Gray-01, #1a1a1a);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  text-align: justify;
  /* 28.8px */
  letter-spacing: 2px;
}

.origin_template_1 .signature-container{
	text-align:right;
	margin-top: 25px;
}
.origin_template_1 .signature{
	width:35%;
}

.origin_template_2 > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.origin_template_2 > div .thumbnail {
  aspect-ratio: 588/392;
  background-size: cover;
  background-position: center;
}

.origin_template_3 > div h2 {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h2 */
  font-family: "Noto Serif TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 48px */
  letter-spacing: 5px;
  padding-bottom: 30px;
}
.origin_template_3 > div .subtitle {
  padding-top: 30px;
  color: var(--Gray-01, #1a1a1a);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 2px;
}
.origin_template_3 > div .origin-container {
  gap: 24px;
  padding: 60px 0;
}
.origin_template_3 > div .origin-container .origin-item {
  padding: 24px;
  background-color: #f0f0f0;
  flex: 1;
}
.origin_template_3 > div .origin-container .origin-item h4 {
  color: var(--Gray-01, #1a1a1a);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h3 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: 3px;
}
.origin_template_3 > div .origin-container .origin-item h4 small {
  color: var(--Gray-01, #1a1a1a);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h4 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: 3px;
}
.origin_template_3 > div .origin-container .origin-item .count {
  color: var(--Primary-02, #bb9f65);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Cochin;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
  /* 115.2px */
  letter-spacing: 1px;
}
.origin_template_3 > div .origin-container .origin-item .unit {
  color: var(--Gray-01, #1a1a1a);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h3 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .banner-container > div .banner-title {
    height: auto;
    padding: 10px 24px;
  }
  .origin_template_1 {
    padding: 0;
  }
  .origin_template_1 > div {
    padding: 24px;
  }
  .banner-container {
    margin: 0;
  }
  .banner-container > div .banner-wrapper {
    aspect-ratio: 2/1;
  }
  .origin_template_2 > div {
    padding: 0;
  }
}


/*# sourceMappingURL=template-origin.css.map */
