main {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), var(--Primary-03, #d6cdc6);
}
main .page-default > div {
  padding: 120px 100px;
  margin: 0 auto;
  background: #fff;
  max-width: 100%;
  width: 1200px;
}

.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;
}

@media (max-width: 768px) {
  .banner-container > div .banner-title {
    height: auto;
    padding: 10px 24px;
    text-align: start;
  }
  main .page-default > div {
    padding: 48px 24px;
  }
  .banner-container .banner-wrapper {
    aspect-ratio: 2/1;
  }
}


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