@charset "UTF-8";
/*
    自定義在最下面
*/
/* Font Weight */
/* Width */
/* Height */
/* Display */
/* Margin */
/* Padding */
/* Cursor */
/* Background Color */
/* Color */
/* Text Limit */
/* 毛玻璃 */
/******************  自定義  ******************/
/* Color */
/* Background Color */
/* Font Size */
/* Heading Desktop */
/* Heading Mobile */
/* Extra Large */
/* Large */
/* Medium */
/* Regular */
/* Small */
/* Small */
/* Button */
.banner-wrap {
  width: 100%;
  height: 640px;
  position: relative;
}
.banner-wrap .decorate-wrap {
  background: url("/images/home/banner-decorate-01.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 165px;
}
.banner-wrap .banner-mobile-show {
  display: none;
}
.banner-wrap .carousel {
  min-height: 640px;
  height: 640px;
}
.banner-wrap .banner {
  width: 100%;
  height: 640px;
}
.banner-wrap .carousel-control-prev-icon, .banner-wrap .carousel-control-next-icon {
  filter: invert(1);
}
.banner-wrap .carousel-indicators {
  position: absolute;
  bottom: 60px;
  gap: var(--spacing-8);
  margin: 0;
}
.banner-wrap .carousel-indicators .dot {
  background: var(--wc-50) !important;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: none;
}
.banner-wrap .text-wrap {
  width: 992px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-32);
  text-align: center;
}
.banner-wrap .text-wrap .text-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}
.banner-wrap .text-wrap .title {
  font-size: var(--text-hd-h1) !important;
  line-height: var(--text-hd-h1--line-height);
  font-weight: bold;
  color: var(--wc-50) !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1882352941);
}
.banner-wrap .text-wrap .subtitle {
  font-size: var(--text-hd-h5) !important;
  line-height: var(--text-hd-h5--line-height);
  font-weight: bold;
  color: var(--wc-50) !important;
}
.banner-wrap .text-wrap .btn-more {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 30px;
  width: 160px !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner-wrap .text-wrap .btn-more:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.banner-wrap .text-wrap .btn-more.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .banner-wrap .text-wrap .btn-more {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.banner-wrap .text-wrap .btn-more {
  border: 1px solid var(--wc-50);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .banner-wrap .text-wrap > .text-container {
    width: 992px;
  }
}
@media (max-width: 992px) {
  .banner-wrap .text-wrap > .text-container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .banner-wrap .carousel-indicators {
    bottom: 40px;
  }
  .banner-wrap .text-wrap > .text-container {
    width: 576px;
  }
}
@media (max-width: 576px) {
  .banner-wrap {
    height: 434px;
  }
  .banner-wrap .decorate-wrap {
    background: url("/images/home/banner-decorate-02.png") no-repeat center center;
    background-size: cover !important;
    height: 49px;
  }
  .banner-wrap .banner-desktop-show {
    display: none;
  }
  .banner-wrap .banner-mobile-show {
    display: block;
  }
  .banner-wrap .carousel {
    min-height: 434px;
    height: 434px;
  }
  .banner-wrap .banner {
    width: 100%;
    height: 434px;
    background-size: cover !important;
  }
  .banner-wrap .carousel-indicators {
    position: absolute;
  }
  .banner-wrap .text-wrap {
    gap: var(--spacing-8);
  }
  .banner-wrap .text-wrap .text-container {
    width: 343px;
  }
  .banner-wrap .text-wrap .title {
    font-size: var(--text-hd-h4) !important;
    line-height: var(--text-hd-h4--line-height);
    font-weight: bold;
  }
  .banner-wrap .text-wrap .subtitle {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
  .banner-wrap .text-wrap .btn-more {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
    font-weight: bold;
    width: 168px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .banner-wrap .text-wrap > .text-container {
    width: 300px;
  }
}

.main > .blocks-wrap > .blocks {
  gap: 128px;
}
@media (max-width: 576px) {
  .main > .blocks-wrap > .blocks {
    gap: var(--spacing-64);
  }
}

.product-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-24);
}
.product-wrap .top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
}
.product-wrap .top .slogan {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--nc-900) !important;
  text-align: center;
}
.product-wrap .product-card {
  background: var(--wc-50) !important;
  border: 1px solid var(--nc-100);
  border-radius: var(--spacing-8);
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
.product-wrap .product-card .img-wrap {
  width: 100%;
  height: 260px;
  position: relative;
  background: var(--nc-300);
}
.product-wrap .product-card .img-wrap .img {
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.product-wrap .product-card .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-8);
  padding: var(--spacing-24);
}
.product-wrap .product-card .text-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
  text-align: center;
}
.product-wrap .product-card .text-wrap .title {
  font-size: var(--text-hm-h4) !important;
  line-height: var(--text-hm-h4--line-height);
  font-weight: bold;
  color: var(--pc-800) !important;
}
.product-wrap .product-card .text-wrap .subtitle {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--nc-500) !important;
}
.product-wrap .product-card .btn {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: 160px !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-wrap .product-card .btn:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.product-wrap .product-card .btn.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .product-wrap .product-card .btn {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
@media (max-width: 992px) {
  .product-wrap .product-card {
    max-width: 390px;
  }
}
@media (max-width: 576px) {
  .product-wrap .product-card .img-wrap {
    height: 228px;
  }
  .product-wrap .product-card .bottom {
    gap: var(--spacing-12);
    padding: var(--spacing-16);
  }
  .product-wrap .product-card .text-wrap > .title {
    font-size: var(--text-hm-h5) !important;
    line-height: var(--text-hm-h5--line-height);
    font-weight: bold;
  }
}

.news-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-24);
}
.news-wrap .news-card {
  background: var(--wc-50) !important;
  border: 1px solid var(--nc-100);
  border-radius: var(--spacing-8);
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
.news-wrap .news-card .img-wrap {
  width: 100%;
  height: 176px;
  position: relative;
  background: var(--nc-300);
}
.news-wrap .news-card .img-wrap .img {
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.news-wrap .news-card .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--spacing-16);
  padding: var(--spacing-16);
}
.news-wrap .news-card .text-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}
.news-wrap .news-card .text-wrap .title {
  font-size: var(--text-hm-h4) !important;
  line-height: var(--text-hm-h4--line-height);
  font-weight: bold;
  color: var(--pc-800) !important;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-wrap .news-card .publish-time {
  color: var(--nc-500) !important;
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
}
.news-wrap .news-card .more {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--pc-500) !important;
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
  padding: var(--spacing-4) var(--spacing-16);
  cursor: pointer;
}
@media (max-width: 992px) {
  .news-wrap .news-card {
    max-width: 390px;
  }
}
@media (max-width: 576px) {
  .news-wrap .news-card .img-wrap {
    height: 210px;
  }
  .news-wrap .news-card .text-wrap > .title {
    font-size: var(--text-hm-h5) !important;
    line-height: var(--text-hm-h5--line-height);
    font-weight: bold;
  }
}

.aboutus-wrap .intro-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-16);
  justify-content: center;
}
.aboutus-wrap .content {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--nc-900) !important;
  text-align: center;
}
.aboutus-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}
.aboutus-wrap .btn-wrap .btn {
  font-size: var(--text-base) !important;
  line-height: var(--text-base--line-height);
  color: var(--wc-50) !important;
  background: linear-gradient(90deg, #3B9D79, #3D7BC7);
  border-radius: 100px;
  width: 128px !important;
  height: 40px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.aboutus-wrap .btn-wrap .btn:hover {
  box-shadow: 0 0 0 1px white, 0 0px 20px rgba(0, 0, 0, 0.205);
}
.aboutus-wrap .btn-wrap .btn.disabled {
  background: linear-gradient(90deg, #889c95, #8a9baf);
  box-shadow: none;
  cursor: auto;
}
@media (max-width: 576px) {
  .aboutus-wrap .btn-wrap .btn {
    font-size: var(--text-sm) !important;
    line-height: var(--text-sm--line-height);
  }
}
.aboutus-wrap .img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-wrap .img-wrap img {
  width: 100%;
}

.map {
  width: 100%;
  height: 656px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 576px) {
  .map {
    height: 480px;
  }
}/*# sourceMappingURL=home.css.map */