.layout-container {
  padding: 60px 0;
}

.banner-container {
  aspect-ratio: 1500/640;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner-container {
    aspect-ratio: 390/500;
    background-position: left center;
  }
}
.banner-container > div {
  flex: 0 0 33%;
}
.banner-container > div p {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
}
@media (max-width: 768px) {
  .banner-container > div p {
    font-size: 24px;
  }
}
.banner-container > div h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
}
@media (max-width: 768px) {
  .banner-container > div h2 {
    font-size: 30px;
  }
}

.templates_x > div {
  width: 1052px;
  max-width: 100%;
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .templates_x > div {
    margin: 0 auto 50px auto;
    padding: 0 1.5rem;
  }
}
.templates_x > div #target-container {
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #73A9AC;
  gap: 28px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .templates_x > div #target-container {
    width: 100%;
  }
}
.templates_x > div #target-container h2 {
  font-size: 20px;
}
.templates_x > div #target-container .subtitle {
  font-size: 16px;
}
.templates_x > div #target-container .template-header-target {
  border: 1px solid #73A9AC;
  padding: 5px 35px;
  flex: 0 0 40%;
}
@media (max-width: 768px) {
  .templates_x > div #target-container .template-header-target {
    flex: 0 0 100%;
  }
}

.templates_1 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_1 {
    margin-bottom: 50px;
  }
}
.templates_1 > div {
  width: 100%;
  max-width: 1052px;
  margin: 0 auto;
}
.templates_1 > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.templates_1 > div h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/1 */
  font-family: "Cormorant Garamond";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 42px */
}
.templates_1 > div .right-container {
  background: #DFEBEC;
}
.templates_1 > div .right-container .content-container {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/1 */
  font-family: "Noto Serif TC";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
}
@media (max-width: 768px) {
  .templates_1 > div .right-container .content-container {
    padding: 10px 0 35px 0;
  }
}
@media (max-width: 768px) {
  .templates_1 > div .right-container {
    background: transparent;
  }
}

.templates_2 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_2 {
    margin-bottom: 50px;
  }
}
.templates_2 .tmeplate2-container > div {
  color: var(--gray-1, #212529);
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .templates_2 .tmeplate2-container > div {
    padding: 0 1.5rem;
  }
}

.templates_3 .tmeplate3-container > div {
  width: 100%;
  max-width: 1052px;
}
.templates_3 .tmeplate3-container > div header.template-header {
  background: #DFEBEC;
  padding: 20px;
}
.templates_3 .tmeplate3-container > div header.template-header .subtitle {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 8px;
}
.templates_3 .tmeplate3-container > div header.template-header h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.templates_3 .tmeplate3-container > div main {
  padding: 60px 0 0 0;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main {
    margin-bottom: 50px;
    padding: 40px 1.5rem 0 1.5rem;
  }
}
.templates_3 .tmeplate3-container > div main h3 {
  color: var(--gray-1, #212529);
  text-align: center;
  /* headline-c/1 */
  font-family: "Noto Serif TC";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main h3 {
    font-size: 20px;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_1_container {
  gap: 125px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container .items_1_container {
    margin-bottom: 50px;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_1_container .image-container {
  gap: 40px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_1_container .image-container figure {
  width: calc((100% - 40px) / 2);
  aspect-ratio: 1/1;
  gap: 12px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_1_container .image-container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.templates_3 .tmeplate3-container > div main .items-container .items_1_container .image-container figure span {
  color: #000;
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container .items_1_container .image-container figure span {
    font-size: 14px;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_1_container .content-container {
  color: #000;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_2_container {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container .items_2_container {
    margin-bottom: 50px;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_2_container > div {
  gap: 28px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_2_container > div figure {
  gap: 12px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_2_container > div figure span {
  color: #000;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_2_container > div figure img {
  width: 100%;
  height: auto;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container .items_3_container {
    margin-bottom: 50px;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .font-container {
  width: 43.25%;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .font-container {
    width: 100%;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .font-container img {
  width: 100%;
  height: auto;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .font-container span {
  color: #000;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  display: block;
  padding-bottom: 12px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container {
  width: 37.55%;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container {
    width: 100%;
  }
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container p {
  color: #000;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  padding-bottom: 12px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container figure {
  gap: 40px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container figure .image-container img {
  width: 100%;
  aspect-ratio: 1/1;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container figure ul {
  gap: 11px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container figure ul li {
  color: #000;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}
.templates_3 .tmeplate3-container > div main .items-container .items_3_container > div .image-container figure ul li img {
  height: 35px;
  width: auto;
}
.templates_3 .tmeplate3-container > div main .items-container div.item:last-child {
  padding-bottom: 100px;
  border-bottom: 1px solid #212529;
}
@media (max-width: 768px) {
  .templates_3 .tmeplate3-container > div main .items-container div.item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
  }
}

.templates_4 .tmeplate4-container > div {
  width: 1052px;
  max-width: 100%;
}
.templates_4 .tmeplate4-container > div header.template-header {
  background: #DFEBEC;
  padding: 20px;
}
.templates_4 .tmeplate4-container > div header.template-header .subtitle {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 8px;
}
.templates_4 .tmeplate4-container > div header.template-header h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.templates_4 .tmeplate4-container > div main {
  padding: 60px 0 100px 0;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main {
    margin-bottom: 50px;
    padding: 0 1.5rem;
  }
}
.templates_4 .tmeplate4-container > div main h3 {
  color: var(--gray-1, #212529);
  text-align: center;
  /* headline-c/1 */
  font-family: "Noto Serif TC";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main .items-container .items_1_container {
    margin-bottom: 50px;
    gap: 30px;
  }
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container figure {
  width: 30.42%;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main .items-container .items_1_container figure {
    max-width: 180px;
    margin: 0 auto;
  }
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container figure img {
  width: 100%;
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container .content-container {
  width: 51.52%;
  color: #000;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  padding-bottom: 24p;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main .items-container .items_1_container .content-container {
    width: 100%;
  }
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container .content-container > .content {
  border-bottom: 1px dotted #000;
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container .content-container ul li {
  padding: 24px 0;
  gap: 24px;
  border-bottom: 1px dotted #000;
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container .content-container ul li h4 {
  color: #000;
  text-align: center;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
.templates_4 .tmeplate4-container > div main .items-container .items_1_container .content-container ul li span {
  color: #000;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
.templates_4 .tmeplate4-container > div main .items-container .items_2_container h4 {
  color: #000;
  text-align: center;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  padding-bottom: 24px;
}
.templates_4 .tmeplate4-container > div main .items-container .items_2_container ul {
  gap: 36px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main .items-container .items_2_container ul {
    gap: 5px;
  }
}
.templates_4 .tmeplate4-container > div main .items-container .items_2_container ul li {
  width: calc((100% - 180px) / 6);
  gap: 4px;
}
@media (max-width: 768px) {
  .templates_4 .tmeplate4-container > div main .items-container .items_2_container ul li {
    width: calc((100% - 15px) / 4);
  }
}
.templates_4 .tmeplate4-container > div main .items-container .items_2_container ul li img {
  width: 24px;
  aspect-ratio: 1/1;
}
.templates_4 .tmeplate4-container > div main .items-container .items_2_container ul li .content {
  color: #000;
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
}
.templates_4 .tmeplate4-container > div main .items-container:last-child {
  border-bottom: 1px solid #212529;
}

.templates_5 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_5 {
    margin-bottom: 50px;
  }
}
.templates_5 .tmeplate5-container > div {
  width: 1052px;
  max-width: 100%;
}
.templates_5 .tmeplate5-container > div header.template-header {
  background: #DFEBEC;
  padding: 20px;
}
.templates_5 .tmeplate5-container > div header.template-header .subtitle {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 8px;
}
.templates_5 .tmeplate5-container > div header.template-header h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.templates_5 .tmeplate5-container > div main {
  padding: 60px 0 100px 0;
}
.templates_5 .tmeplate5-container > div main .products-wrapper {
  gap: 120px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper > div {
  gap: 36px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper > div .product-item img {
  width: 154px;
  height: 154/82;
  object-fit: cover;
  margin-bottom: 60px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper > div .product-item .product-title {
  color: var(--gray-1, #212529);
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper > div .product-item .product-text {
  color: var(--gray-1, #212529);
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper > div.even .product-item {
  width: calc((100% - 72px) / 3);
}
.templates_5 .tmeplate5-container > div main .products-wrapper > div.odd .product-item {
  width: calc((100% - 36px) / 3);
}
.templates_5 .tmeplate5-container > div main .products-wrapper.products-wrapper-mobile {
  gap: 10px;
  row-gap: 30px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper.products-wrapper-mobile .product-item {
  width: calc((100% - 30px) / 2);
}
.templates_5 .tmeplate5-container > div main .products-wrapper.products-wrapper-mobile .product-item img {
  width: 154px;
  height: 154/82;
  object-fit: cover;
  margin-bottom: 60px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper.products-wrapper-mobile .product-item .product-title {
  color: var(--gray-1, #212529);
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
.templates_5 .tmeplate5-container > div main .products-wrapper.products-wrapper-mobile .product-item .product-text {
  color: var(--gray-1, #212529);
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}

.templates_6 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_6 {
    margin-bottom: 50px;
  }
}
.templates_6 .tmeplate6-container {
  max-width: 100%;
  width: 909px;
}
.templates_6 .tmeplate6-container .image-container {
  width: 371px;
}
@media (max-width: 768px) {
  .templates_6 .tmeplate6-container .image-container {
    padding: 0 1.5rem;
  }
}
.templates_6 .tmeplate6-container .image-container img {
  width: 100%;
  aspect-ratio: 371/288;
}
@media (max-width: 768px) {
  .templates_6 .tmeplate6-container .content-container {
    margin-bottom: 40px;
  }
}
.templates_6 .tmeplate6-container .content-container h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/1 */
  font-family: "Cormorant Garamond";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 42px */
  padding-bottom: 60px;
}
.templates_6 .tmeplate6-container .content-container .content, .templates_6 .tmeplate6-container .content-container > div {
  color: var(--gray-1, #212529);
  text-align: center;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}

.templates_7 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_7 {
    margin-bottom: 50px;
  }
}
.templates_7 .tmeplate7-container > div {
  width: 100%;
  max-width: 1052px;
}
.templates_7 .tmeplate7-container > div header.template-header {
  background: #DFEBEC;
  padding: 20px;
}
.templates_7 .tmeplate7-container > div header.template-header .subtitle {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 8px;
}
.templates_7 .tmeplate7-container > div header.template-header h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.templates_7 .tmeplate7-container > div main {
  margin-top: 60px;
}
.templates_7 .tmeplate7-container > div main .item-container {
  max-width: 806px;
}
@media (max-width: 768px) {
  .templates_7 .tmeplate7-container > div main .item-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.templates_7 .tmeplate7-container > div main .item-container .item {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_7 .tmeplate7-container > div main .item-container .item {
    margin-bottom: 50px;
  }
}
.templates_7 .tmeplate7-container > div main .item-container .item h4 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/3 */
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
.templates_7 .tmeplate7-container > div main .item-container .item .subtitle {
  color: var(--gray-1, #212529);
  text-align: center;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  padding: 44px 0 20px 0;
}
.templates_7 .tmeplate7-container > div main .item-container .item .subtitle p {
  margin-bottom: 8px;
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper {
  gap: 44px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper {
    gap: 25px;
  }
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper .product-item {
  width: calc((100% - 176px) / 5);
}
@media (max-width: 768px) {
  .templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper .product-item {
    width: calc((100% - 50px) / 3);
  }
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper .product-item img {
  width: 100%;
  margin-bottom: 12px;
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper .product-item .text-container {
  gap: 12px;
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper .product-item .text-container .product-title {
  color: var(--gray-1, #212529);
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper .product-item .text-container .product-text {
  color: var(--gray-1, #212529);
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper.flex-items-3 {
  max-width: 550px;
  margin: 0 auto;
}
.templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper.flex-items-3 .product-item {
  width: calc((100% - 88px) / 3);
}
@media (max-width: 768px) {
  .templates_7 .tmeplate7-container > div main .item-container .item .products-wrapper.flex-items-3 .product-item {
    width: calc((100% - 50px) / 3);
  }
}
.templates_7 .tmeplate7-container > div main .item-container .item .content {
  color: var(--gray-1, #212529);
  /* body-c/2 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}
.templates_7 .tmeplate7-container > div main .item-container .item:last-child {
  margin-bottom: 0px;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}

.templates_8 .tmeplate8-container > div {
  width: 1052px;
  max-width: 100%;
}
.templates_8 .tmeplate8-container > div header.template-header {
  background: #DFEBEC;
  padding: 20px;
}
.templates_8 .tmeplate8-container > div header.template-header .subtitle {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 8px;
}
.templates_8 .tmeplate8-container > div header.template-header h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.templates_8 .tmeplate8-container > div main {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .templates_8 .tmeplate8-container > div main {
    padding: 0 1.5rem;
  }
}
.templates_8 .tmeplate8-container > div main .products-wrapper {
  gap: 25px;
}
@media (max-width: 768px) {
  .templates_8 .tmeplate8-container > div main .products-wrapper {
    gap: 10px;
  }
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item {
  width: calc((100% - 75px) / 4);
}
@media (max-width: 768px) {
  .templates_8 .tmeplate8-container > div main .products-wrapper .product-item {
    width: calc((100% - 10px) / 2);
  }
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item .thumbnail-container {
  overflow: hidden;
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item .thumbnail-container img {
  margin-bottom: 12px;
  width: 100%;
  margin-bottom: 0;
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item .thumbnail-container:before {
  position: absolute;
  content: "More Detail";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item .thumbnail-container:hover:before {
  opacity: 1;
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item .product-title {
  color: var(--gray-1, #212529);
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
  margin-top: 12px;
}
.templates_8 .tmeplate8-container > div main .products-wrapper .product-item .product-text {
  color: var(--gray-1, #212529);
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}

.tmeplate9-container {
  background: #DFEBEC;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tmeplate9-container {
    background: transparent;
    padding: 0 1.5rem;
  }
}
.tmeplate9-container > div {
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .tmeplate9-container > div {
    background: #DFEBEC;
  }
}
.tmeplate9-container > div > div {
  padding: 44px 0;
}
.tmeplate9-container > div > div h2 {
  color: var(--gray-1, #212529);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 44px;
}
.tmeplate9-container > div > div .item-container {
  gap: 44px;
}
.tmeplate9-container > div > div .item-container p {
  color: #000;
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 24px;
  display: block;
}
.tmeplate9-container > div > div .item-container .content {
  color: #000;
  text-align: center;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
}

.tmeplate10-container {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tmeplate10-container {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .tmeplate10-container > div {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.tmeplate10-container > div > div .item-container {
  padding: 0 1.5rem;
  gap: 60px;
}
.tmeplate10-container > div > div .item-container .item {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/4 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  padding: 28px 64px;
  border: 1px solid var(--green-1, #73A9AC);
  background: var(--gray-4, #FFF);
}
@media (max-width: 768px) {
  .tmeplate10-container > div > div .item-container .item {
    width: 100%;
  }
}

.templates_11 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_11 {
    margin-bottom: 50px;
  }
}
.templates_11 .tmeplate11-container > div {
  width: 100%;
  max-width: 1052px;
}
.templates_11 .tmeplate11-container > div header.template-header {
  background: #DFEBEC;
  padding: 20px;
}
.templates_11 .tmeplate11-container > div header.template-header .subtitle {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/2 */
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 8px;
}
.templates_11 .tmeplate11-container > div header.template-header h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/2 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.templates_11 .tmeplate11-container > div main {
  margin-top: 60px;
}
.templates_11 .tmeplate11-container > div main .item-container {
  max-width: 806px;
}
@media (max-width: 768px) {
  .templates_11 .tmeplate11-container > div main .item-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.templates_11 .tmeplate11-container > div main .item-container .item {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_11 .tmeplate11-container > div main .item-container .item {
    margin-bottom: 50px;
  }
}
.templates_11 .tmeplate11-container > div main .item-container .item h4 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/3 */
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
.templates_11 .tmeplate11-container > div main .item-container .item .subtitle {
  color: var(--gray-1, #212529);
  text-align: center;
  /* body-c/1 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  padding: 44px 0 20px 0;
  margin-bottom: 8px;
}
.templates_11 .tmeplate11-container > div main .item-container .item .subtitle p {
  margin-bottom: 8px;
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper {
  gap: 44px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper {
    gap: 25px;
  }
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper .product-item {
  width: calc((100% - 176px) / 5);
}
@media (max-width: 768px) {
  .templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper .product-item {
    width: calc((100% - 50px) / 3);
  }
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper .product-item img {
  width: 100%;
  margin-bottom: 12px;
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper .product-item .text-container {
  gap: 12px;
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper .product-item .text-container .product-title {
  color: var(--gray-1, #212529);
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper .product-item .text-container .product-text {
  color: var(--gray-1, #212529);
  text-align: center;
  /* small-c */
  font-family: "Noto Serif TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.72px;
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper.flex-items-3 {
  max-width: 550px;
  margin: 0 auto;
}
.templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper.flex-items-3 .product-item {
  width: calc((100% - 88px) / 3);
}
@media (max-width: 768px) {
  .templates_11 .tmeplate11-container > div main .item-container .item .products-wrapper.flex-items-3 .product-item {
    width: calc((100% - 50px) / 3);
  }
}
.templates_11 .tmeplate11-container > div main .item-container .item .content {
  color: var(--gray-1, #212529);
  /* body-c/2 */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}
.templates_11 .tmeplate11-container > div main .item-container .item:last-child {
  margin-bottom: 0px;
}
.templates_11 .tmeplate11-container > div main .item-container .item:first-child .subtitle {
  padding: 0 0 20px 0;
}

.templates_12 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .templates_12 {
    margin-bottom: 50px;
  }
}
.templates_12 > div {
  width: 100%;
  max-width: 1052px;
  margin: 0 auto;
}
.templates_12 > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.templates_12 > div h2 {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-en/1 */
  font-family: "Cormorant Garamond";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 42px */
}
.templates_12 > div .right-container {
  background: #DFEBEC;
}
.templates_12 > div .right-container .content-container {
  color: var(--green-1, #73A9AC);
  text-align: center;
  /* headline-c/1 */
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .templates_12 > div .right-container .content-container {
    padding: 10px 0 35px 0;
  }
}
@media (max-width: 768px) {
  .templates_12 > div .right-container {
    background: transparent;
  }
}

.layout-container > div:last-child {
  padding-bottom: 0px !important;
}
.layout-container > div:last-child main {
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .layout-container > div:last-child main {
    padding-bottom: 0px !important;
  }
}
