@charset "UTF-8";
/* 通用樣式 */
.div {
  position: relative;
}

.p {
  margin: 0;
}

.li {
  margin-bottom: auto;
}

.ul {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: auto;
}

/* 頁面主容器 */
.px {
  width: 100%;
  position: relative;
  background-color: var(--cy-wh-light);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: var(--cy-h1-bold-size);
  color: var(--cy-wh-light);
  font-family: var(--cy-h2-regular);
  /* 服務區塊 */
  /* 關於我們 */
  /* 施工成果案例 */
  /* 園藝知識庫 */
  /* 文章詳情頁面樣式 */
}
.px .services {
  align-self: center;
  background-color: var(--cy-wh-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  font-size: var(--cy-h2-regular-size);
  box-sizing: border-box;
  width: 100%;
  padding: 6.25rem var(--padding-101xl);
  max-width: 1440px;
  /* 手機版標題和說明 */
  /* 服務卡片共用樣式 */
  /* 手機版樣式 (<768px) */
}
.px .services .services-mobile-header {
  display: none;
  text-align: center;
  padding: 0 1rem 2rem 1rem;
  color: var(--cy-green-dark);
}
.px .services .services-mobile-header .slogan {
  font-size: var(--cy-h1-bold-size);
  margin-bottom: 1rem;
  display: block;
}
.px .services .services-mobile-header .description {
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
}
.px .services .service-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: var(--cy-wh-light);
}
.px .services .service-card:hover {
  transform: translateY(-5px);
}
.px .services .service-card:hover .service-overlay {
  opacity: 0.3;
}
.px .services .service-card:hover .service-btn {
  opacity: 1;
  transform: translateY(0);
}
.px .services .service-card .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cy-green-dark);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.px .services .service-card .service-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cy-green-medium);
  color: var(--cy-wh-light);
  padding: 0.5rem 1rem;
  border-radius: var(--br-3xs);
  margin-top: 1rem;
  font-size: var(--cy-c2-bold-size);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
  position: relative;
}
.px .services .service-card .service-title,
.px .services .service-card .service-title1,
.px .services .service-card .service-description {
  position: relative;
  z-index: 1;
}
.px .services .services-container {
  align-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: var(--gap-xl);
}
.px .services .services-container .garden-service {
  width: 31.25rem;
  border-radius: var(--br-11xl);
  height: auto;
  aspect-ratio: 1/1.278;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--padding-2xs) var(--padding-xl);
  box-sizing: border-box;
  position: relative;
  background-image: url("../assets/images/garden_service.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.px .services .services-container .garden-service .service-title {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  z-index: 0;
}
.px .services .services-container .garden-service .service-description {
  width: 16.25rem;
  position: absolute;
  margin: 0 !important;
  top: 33rem;
  left: 14rem;
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
  text-align: center;
  display: inline-block;
  z-index: 1;
}
.px .services .services-container .other-services {
  align-self: stretch;
  width: 42.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--padding-21xl) 0rem 0rem;
  box-sizing: border-box;
  gap: var(--gap-0);
  font-size: var(--cy-h1-bold-size);
  color: var(--cy-green-dark);
}
.px .services .services-container .other-services .text-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-3xs);
}
.px .services .services-container .other-services .text-container .slogan {
  position: relative;
  line-height: 120%;
}
.px .services .services-container .other-services .text-container .description {
  align-self: stretch;
  position: relative;
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
  display: flex;
  align-items: center;
  height: 3.75rem;
  flex-shrink: 0;
}
.px .services .services-container .other-services .other-services-container {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
  font-size: var(--cy-h2-regular-size);
  color: var(--cy-wh-light);
}
.px .services .services-container .other-services .other-services-container .tree-pruning {
  flex: 1;
  border-radius: var(--br-11xl);
  height: 23.563rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--padding-2xs) var(--padding-xl);
  box-sizing: border-box;
  background-image: url("../assets/images/tree_pruning.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.px .services .services-container .other-services .other-services-container .tree-pruning .service-title1 {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}
.px .services .services-container .other-services .other-services-container .landscape-design {
  flex: 1;
  border-radius: var(--br-11xl);
  height: 23.563rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--padding-2xs) var(--padding-xl);
  box-sizing: border-box;
  background-image: url("../assets/images/landscape_design.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.px .services .services-container .other-services .other-services-container .landscape-design .service-title1 {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}
@media (max-width: 768px) {
  .px .services {
    padding: 3rem 2rem;
  }
  .px .services .services-mobile-header {
    display: block;
  }
  .px .services .services-container {
    flex-direction: column;
    gap: 2rem;
  }
  .px .services .services-container .garden-service {
    width: 100%;
    height: auto;
    aspect-ratio: 1.8/1;
    border-radius: var(--br-mini);
    background-image: url("../assets/images/garden_service_m.webp");
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  }
  .px .services .services-container .garden-service .service-btn {
    display: none;
  }
  .px .services .services-container .other-services {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .px .services .services-container .other-services .text-container {
    display: none;
  }
  .px .services .services-container .other-services .other-services-container {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }
  .px .services .services-container .other-services .other-services-container .tree-pruning {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1.8/1;
    border-radius: var(--br-mini);
    background-image: url("../assets/images/tree_pruning_m.webp");
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  }
  .px .services .services-container .other-services .other-services-container .tree-pruning .service-btn {
    display: none;
  }
  .px .services .services-container .other-services .other-services-container .landscape-design {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1.8/1;
    border-radius: var(--br-mini);
    background-image: url("../assets/images/landscape_design_m.webp");
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  }
  .px .services .services-container .other-services .other-services-container .landscape-design .service-btn {
    display: none;
  }
}
.px .about-us {
  align-self: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-0);
  z-index: 3;
  font-size: var(--cy-h4-bold-size);
  color: var(--cy-green-dark);
  box-sizing: border-box;
  width: 100%;
  padding: 6.25rem var(--padding-101xl);
  max-width: 1440px;
  /* 手機版樣式 */
}
@media screen and (max-width: 768px) {
  .px .about-us {
    flex-direction: column;
    padding: 3rem 2rem;
    gap: 2.5rem;
  }
}
.px .about-us .text-container1 {
  width: 36.563rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .px .about-us .text-container1 {
    width: 100%;
    gap: 1.5rem;
  }
}
.px .about-us .text-container1 .title1 {
  align-self: stretch;
  position: relative;
  font-size: var(--cy-h1-bold-size);
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .px .about-us .text-container1 .title1 {
    text-align: center;
  }
}
.px .about-us .text-container1 .description1 {
  align-self: stretch;
  position: relative;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .px .about-us .text-container1 .description1 {
    font-size: var(--cy-c2-bold-size);
  }
}
.px .about-us .text-container1 .detail-btn {
  border-radius: var(--br-11xl);
  background-color: var(--cy-green-medium);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-6xl);
  color: var(--cy-wh-light);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.px .about-us .text-container1 .detail-btn:hover {
  background-color: var(--cy-green-dark);
  transform: translateY(-2px);
}
.px .about-us .text-container1 .detail-btn:active {
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .px .about-us .text-container1 .detail-btn {
    margin-top: 1rem;
  }
}
.px .about-us .text-container1 .detail-btn .slogan {
  position: relative;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .px .about-us .text-container1 .detail-btn .slogan {
    font-size: var(--cy-h4-bold-size);
  }
}
.px .about-us .image-container {
  width: 36.75rem;
  position: relative;
  height: 41.25rem;
}
@media screen and (max-width: 768px) {
  .px .about-us .image-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    margin-top: 1rem;
  }
  .px .about-us .image-container::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background-image: url("../assets/images/about_image_m.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    margin-bottom: 1.5rem;
  }
}
.px .about-us .image-container .mainten02-2-icon {
  position: absolute;
  top: 3rem;
  left: 3.563rem;
  border-radius: var(--br-xl);
  width: 9.438rem;
  height: 9.688rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .px .about-us .image-container .mainten02-2-icon {
    display: none;
  }
}
.px .about-us .image-container .mainten02-3-icon {
  position: absolute;
  top: 20.625rem;
  left: 4.5rem;
  border-radius: var(--br-xl);
  width: 23.75rem;
  height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .px .about-us .image-container .mainten02-3-icon {
    display: none;
  }
}
.px .about-us .image-container .mainten02-4-icon {
  position: absolute;
  top: 7rem;
  left: 15.75rem;
  border-radius: var(--br-xl);
  width: 17.188rem;
  height: 11.313rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .px .about-us .image-container .mainten02-4-icon {
    display: none;
  }
}
.px .our-work {
  align-self: centet;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5rem;
  background-image: url("../assets/images/Our_work.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 4;
  text-align: center;
  font-size: var(--cy-h4-bold-size);
  box-sizing: border-box;
  width: 100%;
  padding: 6.25rem var(--padding-101xl);
  /* 手機版樣式 */
}
@media screen and (max-width: 768px) {
  .px .our-work {
    padding: 3rem 2rem;
  }
}
.px .our-work .text-container2 {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-101xl);
  gap: var(--gap-3xs);
  font-size: var(--cy-h1-bold-size);
}
@media screen and (max-width: 768px) {
  .px .our-work .text-container2 {
    padding: 0;
    gap: 1.5rem;
  }
}
.px .our-work .text-container2 .service-title1 {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}
.px .our-work .text-container2 .description3 {
  align-self: stretch;
  position: relative;
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
  text-align: left;
}
.px .our-work .project-gallery {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  /* 輪播容器 */
  /* 手機版樣式 */
}
.px .our-work .project-gallery .project-carousel {
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 0.5rem 0;
  /* 輪播項目外層容器 */
  /* 輪播控制按鈕容器 */
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: auto;
  min-width: 100%;
  /* 項目容器 */
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container {
  width: 23.75rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: var(--br-mini);
  height: 17.5rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  transition: opacity 0.3s ease, transform 0.3s ease; /* 增加透明度轉場效果 */
  text-decoration: none; /* 移除連結下劃線 */
  cursor: pointer; /* 滑鼠指针樣式 */
  /* 空白容器樣式 */
  /* 項目圖片 */
  /* 項目標題容器 */
  /* 項目懸停效果 */
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container.empty-container {
  box-shadow: none;
  background: transparent;
  pointer-events: none; /* 禁用點擊事件 */
  opacity: 0 !important; /* 完全透明 */
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container .project-image-icon {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container .title-container {
  align-self: stretch;
  height: 2.5rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-8xs) 0rem;
  box-sizing: border-box;
  margin-top: -2.5rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  /* 項目標題 */
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container .title-container .title3 {
  flex: 1;
  position: relative;
  line-height: 120%;
  text-align: center;
  color: var(--cy-wh-light);
}
.px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.px .our-work .project-gallery .project-carousel .project-carousel-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  z-index: 10;
  display: none;
  /* 輪播控制按鈕 */
}
.px .our-work .project-gallery .project-carousel .project-carousel-controls button {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.px .our-work .project-gallery .project-carousel .project-carousel-controls button:hover {
  background-color: var(--cy-wh-light);
}
.px .our-work .project-gallery .project-carousel .project-carousel-controls button img {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 768px) {
  .px .our-work .project-gallery .project-carousel .project-carousel-inner .project-container {
    width: 80%;
    height: auto;
    margin: 0 4rem;
  }
  .px .our-work .project-gallery .project-carousel .project-carousel-controls button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .px .our-work .project-gallery .project-carousel .project-carousel-controls button img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.px .our-work .detail-btn1 {
  border-radius: var(--br-11xl);
  background-color: var(--cy-wh-light);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-6xl);
  text-align: left;
  color: var(--cy-green-dark);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
}
.px .our-work .detail-btn1:hover {
  background-color: var(--cy-green-dark);
  color: var(--cy-wh-light);
  transform: translateY(-2px);
}
.px .our-work .detail-btn1:active {
  transform: translateY(1px);
}
.px .our-work .detail-btn1 .slogan {
  position: relative;
  line-height: 120%;
}
.px .blog {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-41xl) var(--padding-101xl);
  gap: 4.562rem;
  z-index: 5;
  text-align: center;
  color: var(--cy-green-medium);
  box-sizing: border-box;
  width: 100%;
  padding: 6.25rem var(--padding-101xl);
  max-width: 1440px;
  /* 手機版樣式 */
  /* 手機版部落格輪播樣式 */
  /* 電腦版部落格樣式 */
}
@media screen and (max-width: 768px) {
  .px .blog {
    padding: 3rem 1.5rem;
    gap: 2rem;
  }
}
.px .blog .text-container3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  /* 手機版樣式 */
}
@media screen and (max-width: 768px) {
  .px .blog .text-container3 {
    gap: 1rem;
  }
}
.px .blog .text-container3 .title6 {
  width: 38.063rem;
  position: relative;
  line-height: 120%;
  display: inline-block;
  /* 手機版樣式 */
}
@media screen and (max-width: 768px) {
  .px .blog .text-container3 .title6 {
    width: 100%;
    font-size: var(--cy-h2-regular-size);
  }
}
.px .blog .text-container3 .description4 {
  width: 31.813rem;
  position: relative;
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
  color: var(--cy-green-dark);
  display: inline-block;
  /* 手機版樣式 */
}
@media screen and (max-width: 768px) {
  .px .blog .text-container3 .description4 {
    width: 100%;
    font-size: var(--cy-c2-bold-size);
  }
}
.px .blog .mobile-blogs-carousel {
  display: none; /* 預設隱藏，電腦版不顯示 */
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  font-size: var(--cy-h4-bold-size);
  /* 手機版顯示輪播 */
  /* 文章輪播容器 */
  /* 控制按鈕 */
}
@media screen and (max-width: 768px) {
  .px .blog .mobile-blogs-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container {
  width: 80%;
  height: auto;
  position: relative;
  /* 文章項目 */
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item {
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
  /* 容器 */
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: var(--br-3xs);
  overflow: hidden;
  text-decoration: none;
  background-color: var(--cy-wh-light);
  /* 圖片區域 */
  /* 文字區域 */
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile {
  width: 100%;
  position: relative;
  /* 標籤 */
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile .bk-image-icon-mobile {
  width: 100%;
  height: auto;
  aspect-ratio: 1.8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--br-3xs) var(--br-3xs) 0 0;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--padding-8xs) var(--padding-3xs);
  box-sizing: border-box;
  gap: var(--gap-8xs);
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile .tags .tag {
  border-radius: var(--br-3xs);
  background-color: var(--color-gray);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-3xs);
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile .tags .tag:hover {
  background-color: var(--cy-wh-light);
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile .tags .tag .div {
  color: var(--cy-wh-light);
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .image-area-mobile .tags .tag .div:hover {
  color: inherit;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .text-area-mobile {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  color: var(--cy-green-dark);
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .text-area-mobile .service-title1 {
  width: 100%;
  font-size: var(--cy-h3-bold-size);
  line-height: 120%;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-container .mobile-blog-item .blog-container-mobile .text-area-mobile .description5 {
  width: 100%;
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
  /* 指示器 */
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls button {
  background-color: var(--cy-wh-light);
  border: 1px solid var(--cy-green-light);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls button:hover {
  background-color: var(--cy-green-light);
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls button img {
  width: 2rem;
  height: 2rem;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls .mobile-blogs-indicators {
  display: flex;
  gap: 0.5rem;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls .mobile-blogs-indicators .indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--cy-green-light);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.px .blog .mobile-blogs-carousel .mobile-blogs-controls .mobile-blogs-indicators .indicator.active {
  opacity: 1;
  transform: scale(1.2);
}
.px .blog .blogs {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-xl);
  text-align: left;
  font-size: var(--cy-h4-bold-size);
  color: var(--cy-wh-light);
  /* 手機版完全隱藏電腦版部落格 */
}
@media screen and (max-width: 768px) {
  .px .blog .blogs {
    display: none !important;
  }
}
.px .blog .blogs .main-blog {
  align-self: stretch;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.px .blog .blogs .main-blog .blog-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
}
.px .blog .blogs .main-blog .blog-container .image-area {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.px .blog .blogs .main-blog .blog-container .image-area .bk-image-icon {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-3xs);
  max-width: 100%;
  overflow: hidden;
  height: 24rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.px .blog .blogs .main-blog .blog-container .image-area .tags {
  align-self: stretch;
  height: 2.5rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--padding-8xs) var(--padding-3xs);
  box-sizing: border-box;
  gap: var(--gap-8xs);
  margin-top: -2.5rem;
  position: relative;
}
.px .blog .blogs .main-blog .blog-container .image-area .tags .tag {
  border-radius: var(--br-3xs);
  background-color: var(--color-gray);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-3xs);
}
.px .blog .blogs .main-blog .blog-container .image-area .tags .tag:hover {
  background-color: var(--cy-wh-light);
}
.px .blog .blogs .main-blog .blog-container .image-area .tags .tag .div {
  color: var(--cy-wh-light);
}
.px .blog .blogs .main-blog .blog-container .image-area .tags .tag .div:hover {
  color: inherit;
}
.px .blog .blogs .main-blog .blog-container .text-area {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--cy-h2-regular-size);
  color: var(--cy-green-dark);
}
.px .blog .blogs .main-blog .blog-container .text-area .service-title1 {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}
.px .blog .blogs .main-blog .blog-container .text-area .description5 {
  align-self: stretch;
  position: relative;
  font-size: var(--cy-h4-bold-size);
  line-height: 150%;
}
.px .blog .blogs .other-blog {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.687rem;
  font-size: var(--cy-c2-bold-size);
}
.px .blog .blogs .other-blog .blog-container1 {
  align-self: stretch;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 .bk-image-icon1 {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-3xs);
  max-width: 100%;
  overflow: hidden;
  height: 11.875rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 .tags {
  align-self: stretch;
  height: 2.5rem;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--padding-8xs) var(--padding-3xs);
  box-sizing: border-box;
  gap: var(--gap-8xs);
  margin-top: -2.5rem;
  position: relative;
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 .tags .tag {
  border-radius: var(--br-3xs);
  background-color: var(--color-gray);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-3xs);
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 .tags .tag:hover {
  background-color: var(--cy-wh-light);
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 .tags .tag .div {
  color: var(--cy-wh-light);
  font-size: 1rem;
}
.px .blog .blogs .other-blog .blog-container1 .image-area1 .tags .tag .div:hover {
  color: inherit;
}
.px .blog .blogs .other-blog .blog-container1 .text-area1 {
  align-self: stretch;
  flex: 0.9316;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0rem var(--padding-3xs);
  gap: var(--gap-3xs);
  font-size: var(--cy-h3-bold-size);
  color: var(--cy-green-dark);
}
.px .blog .blogs .other-blog .blog-container1 .text-area1 .service-title1 {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}
.px .blog .blogs .other-blog .blog-container1 .text-area1 .description6 {
  align-self: stretch;
  position: relative;
  font-size: var(--cy-c2-bold-size);
  line-height: 150%;
}
.px .blog .detail-btn1 {
  border-radius: var(--br-11xl);
  background-color: var(--cy-green-medium);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0rem var(--padding-6xl);
  color: var(--cy-wh-light);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: var(--cy-h4-bold-size);
}
.px .blog .detail-btn1:hover {
  background-color: var(--cy-green-dark);
  transform: translateY(-2px);
}
.px .blog .detail-btn1:active {
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .px .blog .detail-btn1 {
    margin-top: 1rem;
  }
}
.px .blog .detail-btn1 .slogan {
  position: relative;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .px .blog .detail-btn1 .slogan {
    font-size: var(--cy-h4-bold-size);
  }
}
.px .article-content {
  align-self: stretch;
  background-color: var(--cy-wh-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  padding: 6.25rem var(--padding-101xl);
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--cy-green-dark);
  /* 手機版樣式 (<768px) */
}
.px .article-content .article-container {
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.px .article-content .article-container .article-title {
  font-size: var(--cy-h1-bold-size);
  line-height: 1.3;
  margin: 0;
  width: 100%;
  text-align: left;
}
.px .article-content .article-container .article-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap-8xs);
}
.px .article-content .article-container .article-tags .tag {
  border-radius: var(--br-3xs);
  background-color: var(--color-gray);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.25rem var(--padding-3xs);
}
.px .article-content .article-container .article-tags .tag .div {
  color: var(--cy-green-dark);
  font-size: var(--cy-c2-bold-size);
}
.px .article-content .article-container .article-image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: var(--br-3xs);
  margin: 1rem 0;
}
.px .article-content .article-container .article-image-container .article-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--br-3xs);
}
.px .article-content .article-container .article-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.px .article-content .article-container .article-text .article-description {
  font-size: var(--cy-h4-bold-size);
  line-height: 150%;
  margin: 0;
}
.px .article-content .article-container .article-text .article-loading {
  font-size: var(--cy-c2-bold-size);
  color: var(--cy-green-light);
  text-align: center;
  padding: 2rem 0;
}
.px .article-content .article-container .article-text .article-full-content {
  font-size: var(--cy-c2-bold-size);
  line-height: 1.8;
}
.px .article-content .article-container .article-text .article-full-content p {
  margin-bottom: 1.5rem;
}
.px .article-content .article-container .article-text .article-full-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.px .article-content .article-container .article-text .article-full-content ul li {
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .px .article-content {
    padding: 4rem 1.5rem;
  }
  .px .article-content .article-container .article-title {
    font-size: var(--cy-h2-regular-size);
  }
  .px .article-content .article-container .article-text .article-description {
    font-size: var(--cy-h4-bold-size);
  }
  .px .article-content .article-container .article-text .article-full-content {
    font-size: var(--cy-c2-bold-size);
  }
}/*# sourceMappingURL=index.css.map */