@charset "UTF-8";
/* 根據螢幕寬度調整根字體大小 */
html {
  font-size: clamp(12px, 1.25vw, 18px); /* 動態調整 */
}

body {
  margin: 0;
  line-height: normal;
  background: var(---2, linear-gradient(57deg, #313131 52.41%, #000 100%));
}

section.hero_area .hero-area {
  width: 100%;
  position: relative;
  height: 929px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 0px 0px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-family: "DM Sans";
}
section.hero_area .bg-1-icon {
  width: 44.5%;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  left: 0px;
  height: 669px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
  z-index: 0;
}
section.hero_area .header-content {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10%;
  z-index: 1;
}
section.hero_area .header-content .headercontent {
  flex: 1;
  height: 789px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  section.hero_area .header-content .headercontent {
    height: auto;
    align-self: self-start;
    margin-top: 5rem;
  }
}
section.hero_area .header-content .headercontent .d-innovation-infinite {
  align-self: stretch;
  position: relative;
  text-transform: uppercase;
}
section.hero_area .header-content .headercontent .div {
  align-self: stretch;
  position: relative;
  font-size: 4.44rem;
  letter-spacing: 0.2em;
  line-height: 5rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Epilogue;
}
@media (max-width: 768px) {
  section.hero_area .header-content .headercontent .div {
    font-size: 3rem;
  }
}
section.hero_area .header-content .headercontent .div .p {
  margin: 0;
}
section.hero_area .header-content .headercontent .d {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  line-height: 1.77rem;
  font-family: Sora;
}
section.hero_area .header-content .headercontent .view-more-parent {
  width: 16.66rem;
  position: relative;
  height: 6.388rem;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
section.hero_area .header-content .headercontent .view-more-parent:hover {
  color: #01ed8d;
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
}
section.hero_area .header-content .headercontent .view-more-parent:hover .vector-icon {
  transition: none;
  filter: invert(58%) sepia(83%) saturate(325%) hue-rotate(90deg) brightness(102%) contrast(97%);
  transform: scale(1.1); /* 放大 1.1 倍 */
}
section.hero_area .header-content .headercontent .view-more-parent .view-more {
  position: absolute;
  top: 2.27rem;
  left: 8.44rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
section.hero_area .header-content .headercontent .view-more-parent .group-child {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  background-color: rgba(116, 116, 116, 0.3);
  width: 6.388rem;
  height: 6.388rem;
}
section.hero_area .header-content .headercontent .view-more-parent .vector-icon {
  position: absolute;
  height: 25.48%;
  width: 10.43%;
  top: 36.52%;
  right: 74.27%;
  bottom: 38%;
  left: 15.3%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.hero_area .header-content .header-content-inner {
  position: absolute;
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: -1;
  width: 100%;
  left: 0;
}
section.hero_area .header-content .header-content-inner .frame-child {
  align-self: stretch;
  position: relative;
  overflow: hidden;
  height: 789px;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 100%;
}

section.services_area .services-area {
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 8.88rem;
  margin: 30px 0 100px 0;
  box-sizing: border-box;
  gap: 96px;
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-family: "DM Sans";
}
@media (max-width: 768px) {
  section.services_area .services-area {
    padding: 0px 10%;
  }
}
section.services_area .services-area .service-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section.services_area .services-area .service-title .frame {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
section.services_area .services-area .service-title .frame .service-icon1-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
section.services_area .services-area .service-title .frame .service-icon1-parent .service-icon1 {
  width: 0.8rem;
  position: relative;
  height: 0.8rem;
}
section.services_area .services-area .service-title .frame .service-icon1-parent .featured-services {
  position: relative;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
section.services_area .services-area .service-title .frame .div {
  align-self: stretch;
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 3.33rem;
  font-weight: 600;
  font-family: Epilogue;
}
section.services_area .services-area .service-title .frame1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 0.88rem;
  text-align: center;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
section.services_area .services-area .service-title .frame1:hover {
  color: #01ed8d;
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
}
section.services_area .services-area .service-title .frame1:hover .service-arrow1-icon {
  transition: none;
  filter: invert(58%) sepia(83%) saturate(325%) hue-rotate(90deg) brightness(102%) contrast(97%);
  transform: scale(1.1); /* 放大 1.1 倍 */
}
section.services_area .services-area .service-title .frame1 .b {
  position: relative;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  z-index: 1;
}
section.services_area .services-area .service-title .frame1 .service-arrow1-icon {
  width: 1rem;
  position: absolute;
  margin: 0 !important;
  top: 1.3rem;
  left: 1.3rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
section.services_area .services-area .service-title .frame1 .service-circle1 {
  width: 3.6rem;
  position: relative;
  border-radius: 50%;
  background-color: rgba(116, 116, 116, 0.3);
  height: 3.6rem;
  z-index: 0;
}
@media (max-width: 768px) {
  section.services_area .services-area .service-title .frame1 .service-arrow1-icon {
    top: 1rem;
    left: 1rem;
  }
  section.services_area .services-area .service-title .frame1 .service-circle1 {
    width: 3rem;
    height: 3rem;
  }
}
section.services_area .services-area .services {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 30px;
  font-size: 1.33rem;
  font-family: Epilogue;
}
section.services_area .services-area .services .service-plan {
  flex: 1;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 225px;
  max-width: 625px;
  min-width: 625px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 40px;
  position: relative;
  gap: 24px;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
@media (max-width: 768px) {
  section.services_area .services-area .services .service-plan {
    min-width: 300px;
  }
}
section.services_area .services-area .services .service-plan:hover {
  border: 1px solid #01ed8d;
}
section.services_area .services-area .services .service-plan:hover .service-arrow1-icon1 {
  transition: none;
  filter: invert(58%) sepia(83%) saturate(325%) hue-rotate(90deg) brightness(102%) contrast(97%);
  transform: scale(1.1); /* 放大 1.1 倍 */
}
section.services_area .services-area .services .service-plan .icon {
  width: 5.55rem;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
}
section.services_area .services-area .services .service-plan .icon .service-icon3 {
  width: 5rem;
  position: relative;
  height: 5rem;
}
@media (min-width: 768px) {
  section.services_area .services-area .services .service-plan .icon {
    width: 100px;
  }
  section.services_area .services-area .services .service-plan .icon .service-icon3 {
    width: 90px;
    height: 90px;
  }
}
section.services_area .services-area .services .service-plan .description {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  gap: 1rem;
  z-index: 1;
}
section.services_area .services-area .services .service-plan .description .title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: flex-start;
}
section.services_area .services-area .services .service-plan .description .title .d {
  align-self: stretch;
  position: relative;
  line-height: 2.11rem;
  font-size: 1.33rem;
}
section.services_area .services-area .services .service-plan .description .title .d1 {
  align-self: stretch;
  position: relative;
  font-size: 1.11rem;
  line-height: 2.11rem;
  font-weight: 500;
}
section.services_area .services-area .services .service-plan .description .tags {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0.55rem;
  gap: 0.55rem;
  font-size: 1rem;
  font-family: "DM Sans";
  align-self: center;
}
section.services_area .services-area .services .service-plan .description .tags .tag1 {
  display: flex;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.66rem;
}
section.services_area .services-area .services .service-plan .description .tags .tag1 .service-icon2 {
  width: 0.6rem;
  position: relative;
  height: 0.6rem;
}
section.services_area .services-area .services .service-plan .description .tags .tag1 .text {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  section.services_area .services-area .services .service-plan .description {
    gap: 18px;
  }
  section.services_area .services-area .services .service-plan .description .title .d1 {
    font-size: 20px;
    line-height: 38px;
  }
  section.services_area .services-area .services .service-plan .description .title .d {
    font-size: 24px;
    line-height: 38px;
  }
  section.services_area .services-area .services .service-plan .description .tags {
    padding: 10px;
    gap: 10px;
    font-size: 18px;
  }
  section.services_area .services-area .services .service-plan .description .tags .tag1 {
    gap: 12px;
  }
  section.services_area .services-area .services .service-plan .description .tags .tag1 .service-icon2 {
    width: 11px;
    position: relative;
    height: 11px;
  }
}
section.services_area .services-area .services .service-plan .service-arrow1-icon1 {
  width: 0.88rem;
  position: absolute;
  margin: 0 !important;
  top: 1.11rem;
  right: 1.11rem;
  height: 0.88rem;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

section.show_animation_area .show-animation-area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  color: #fff;
  font-family: Manrope;
}
section.show_animation_area .show-animation-area .background_grd {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -200px;
  padding-bottom: 1000px;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.show_animation_area .show-animation-area .background_grd .show-animation-area-child {
  width: 669.7px;
  position: absolute;
  margin: 0 !important;
  top: 292px;
  left: 1474.5px;
  filter: blur(153.5px);
  border-radius: 50%;
  background: conic-gradient(from 87.53deg at 50% 50%, #ff00e5 0deg, #006fff 360deg);
  height: 1232.7px;
  transform: rotate(75.9deg);
  transform-origin: 0 0;
  z-index: 0;
}
section.show_animation_area .show-animation-area .content {
  padding: 0 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  z-index: 1;
}
section.show_animation_area .show-animation-area .content .d {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 2.77rem;
}
section.show_animation_area .show-animation-area .content .d1 {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  line-height: 160%;
  font-family: "Azeret Mono";
  color: rgba(255, 255, 255, 0.53);
}
section.show_animation_area .show-animation-area .content .d1 .p {
  margin: 0;
}
section.show_animation_area .show-animation-area .frame-showreel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  text-align: left;
  font-size: 30px;
  font-family: Poppins;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone {
  height: auto;
  max-width: 1100px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .play_icon {
  position: absolute;
  width: 15%;
  max-width: 100px;
  min-width: 60px;
  height: auto;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .play_icon:hover {
  opacity: 0.8;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .main-item-icon {
  align-self: stretch;
  flex: 1;
  position: relative;
  width: 100%; /* 確保寬度固定 */
  height: auto; /* 自動調整高度以適應寬度 */
  aspect-ratio: 16/9; /* 固定寬高比例，例如 16:9 */
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  cursor: pointer;
  transition: opacity 0.5s ease;
  opacity: 1;
}
@media (max-width: 768px) {
  section.show_animation_area .show-animation-area .frame-showreel .detail-drone .main-item-icon {
    height: 500px;
  }
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .main-item-icon.fade-out {
  opacity: 0;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .main-item-icon:hover {
  opacity: 0.8;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .sub_area {
  width: 100%;
  align-self: flex-start;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .sub-item {
  flex: 0 0 75%;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .sub-item .carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .sub-item .item-icon {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  background: #000;
  flex-shrink: 0;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .sub-item .item-icon:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  section.show_animation_area .show-animation-area .frame-showreel .detail-drone .sub-item .item-icon {
    width: 100px;
    height: 100px;
    border-radius: 15px;
  }
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .pre,
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .next {
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.83rem;
  padding: 0.2rem 1rem;
  border-radius: 5px;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .pre:hover,
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .next:hover {
  background: rgba(0, 0, 0, 0.3);
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .pre {
  margin-right: 30%;
}
@media (max-width: 768px) {
  section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .pre {
    margin: 0;
    margin-left: 1rem;
  }
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .next {
  margin-left: 30%;
}
@media (max-width: 768px) {
  section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .next {
    margin: 0;
    margin-left: 1rem;
  }
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .vuesaxlineararrow-right {
  width: 1.66rem;
  position: relative;
  height: 1.66rem;
  display: none;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .vuesaxlineararrow-left-icon {
  width: 1.66rem;
  position: relative;
  height: 1.66rem;
}
section.show_animation_area .show-animation-area .frame-showreel .detail-drone .item-arrow .prev {
  position: relative;
  font-weight: 300;
  font-size: 1.71rem;
}

@media (max-width: 768px) {
  section.show_render_area {
    padding-top: 5rem;
  }
}
section.show_render_area .show-render-area {
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5rem;
  box-sizing: border-box;
  gap: 2rem;
  text-align: center;
  color: #fff;
  font-family: Manrope;
}
section.show_render_area .show-render-area .main-content {
  align-self: stretch;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
}
section.show_render_area .show-render-area .main-content .content {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
section.show_render_area .show-render-area .main-content .content .d {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 2.77rem;
}
section.show_render_area .show-render-area .main-content .content .p {
  margin: 0;
}
section.show_render_area .show-render-area .main-content .content .d1 {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  line-height: 160%;
  font-family: "Azeret Mono";
  color: rgba(255, 255, 255, 0.53);
}
@media (max-width: 768px) {
  section.show_render_area .show-render-area .main-content .content .d {
    font-size: 2.4rem;
  }
}
section.show_render_area .show-render-area .frame-carousel {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 -5rem;
  z-index: 1;
}
section.show_render_area .show-render-area .frame-carousel .render_carousel {
  z-index: 10;
  flex: 1;
  position: relative;
  height: auto;
}
section.show_render_area .show-render-area .frame-carousel .render_carousel .carousel-3d-slide {
  height: auto !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
}
section.show_render_area .show-render-area .frame-carousel .render_carousel .carousel-3d-slide img {
  border-radius: 30px; /* 預設邊框圓角 */
  -o-object-fit: cover;
     object-fit: cover; /* 確保圖片不變形 */
  width: 700px;
  height: 400px;
}
@media (max-width: 768px) {
  section.show_render_area .show-render-area .frame-carousel .render_carousel .carousel-3d-slide img {
    width: 300px;
    height: 350px;
  }
}
section.show_render_area .show-render-area .all-button {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  text-align: left;
  font-size: 14px;
  color: #1a1a1a;
}
section.show_render_area .show-render-area .all-button .div {
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
}
section.show_render_area .show-render-area .all-button .icon {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
section.show_render_area .show-render-area .all-button .button {
  width: 12rem;
  border-radius: 14px;
  background-color: #01ed8d;
  height: 2.77rem;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 1rem;
  z-index: 10;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
section.show_render_area .show-render-area .all-button .button:hover {
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
  opacity: 0.8;
}
section.show_render_area .show-render-area .all-button .button1 {
  width: 12rem;
  border-radius: 14px;
  background-color: #fff;
  height: 2.77rem;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 1rem;
  z-index: 10;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
section.show_render_area .show-render-area .all-button .button1:hover {
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
  opacity: 0.8;
}
@media (max-width: 768px) {
  section.show_render_area .show-render-area .all-button .button,
  section.show_render_area .show-render-area .all-button .button1 {
    font-size: 0.9rem;
  }
}
section.show_render_area .show-render-area .bg-icon-block {
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
section.show_render_area .show-render-area .bg-icon-block .bg-icon {
  width: 1920px;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1089px;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 1;
  z-index: 0;
}
section.show_render_area .show-render-area .nav {
  margin: 0 !important;
  position: absolute;
  top: 957px;
  left: 886px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  z-index: 3;
  text-align: left;
  font-size: 16px;
  color: #01ed8d;
}
section.show_render_area .show-render-area .nav .div2 {
  position: relative;
  font-weight: 800;
}
section.show_render_area .show-render-area .nav .line {
  width: 30px;
  position: relative;
  background-color: #01ed8d;
  height: 1px;
}
section.show_render_area .show-render-area .nav .number {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  color: #fff;
}
section.show_render_area .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  width: 67px;
  height: 67px;
}
section.show_render_area .frame-icon {
  position: absolute;
  top: 22px;
  left: 21px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
section.show_render_area .left-btn {
  width: 67px;
  position: relative;
  height: 67px;
}
section.show_render_area .imgr3-icon {
  position: absolute;
  top: 17.83px;
  left: 1157.03px;
  width: 319px;
  height: 391.3px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.show_render_area .imgr2-icon {
  position: absolute;
  top: 17.83px;
  left: 968.81px;
  width: 319px;
  height: 391.3px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.show_render_area .imgl3-icon {
  position: absolute;
  top: 17.83px;
  left: 0px;
  width: 319px;
  height: 391.3px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.show_render_area .imgl2-icon {
  position: absolute;
  top: 17.83px;
  left: 188.21px;
  width: 319px;
  height: 391.3px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.show_render_area .imgr1-icon {
  position: absolute;
  top: 17.83px;
  left: 780.6px;
  width: 319px;
  height: 391.3px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.show_render_area .imgl1-icon {
  position: absolute;
  top: 17.83px;
  left: 376.43px;
  width: 319px;
  height: 391.3px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.show_render_area .bg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0px 30px 70px #0a0a0a;
  border-radius: 30px;
  background-color: #1a1a1a;
  width: 346.7px;
  height: 426px;
}
section.show_render_area .img-main-icon {
  position: absolute;
  top: 11.89px;
  left: 11.89px;
  border-radius: 20px;
  width: 322.9px;
  height: 334.8px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.show_render_area .d3 {
  align-self: stretch;
  position: relative;
  font-weight: 800;
}
section.show_render_area .content1 {
  position: absolute;
  top: 358.18px;
  left: 14.86px;
  width: 317px;
  height: 50.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.show_render_area .main {
  position: absolute;
  top: 0px;
  left: 564.64px;
  width: 346.7px;
  height: 426px;
}
section.show_render_area .slide {
  flex: 1;
  position: relative;
  height: 426px;
}
section.show_render_area .bg2 {
  position: absolute;
  top: 0px;
  left: 67px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  width: 67px;
  height: 67px;
  transform: rotate(180deg);
  transform-origin: 0 0;
}
section.show_render_area .frame-icon1 {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

section.cta_area .cta-area {
  width: 100%;
  position: relative;
  height: auto;
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 25px;
  color: #1a1a1a;
  font-family: Manrope;
}
section.cta_area .cta-area .cta {
  width: 80vw;
  height: 20vw;
  max-width: 1440px;
  max-height: 300px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  background-image: url("../img/index/cta_area/Img.webp");
  background-size: cover;
  border-radius: 30px;
}
section.cta_area .cta-area .cta .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1.66rem;
  gap: 1.66rem;
}
section.cta_area .cta-area .cta .content .d {
  width: auto;
  position: relative;
  font-weight: 800;
  font-size: 2rem;
  display: inline-block;
}
section.cta_area .cta-area .cta .content .all-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.55rem;
  font-size: 1rem;
}
section.cta_area .cta-area .cta .content .all-button .div {
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
}
section.cta_area .cta-area .cta .content .all-button .icon {
  width: 1rem;
  position: relative;
  height: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
section.cta_area .cta-area .cta .content .all-button .button {
  width: 12rem;
  border-radius: 14px;
  background-color: #01ed8d;
  height: 2.77rem;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 1rem;
  z-index: 10;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
section.cta_area .cta-area .cta .content .all-button .button:hover {
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
  opacity: 0.8;
}
section.cta_area .cta-area .cta .content .all-button .button1 {
  background-color: #575757;
  color: #fff;
  width: 12rem;
  border-radius: 14px;
  height: 2.77rem;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 1rem;
  z-index: 10;
  text-decoration: none; /* 移除底線 */
}
section.cta_area .cta-area .cta .content .all-button .button1:hover {
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
  opacity: 0.8;
}
@media (max-width: 768px) {
  section.cta_area .cta-area .cta {
    width: 100%;
    height: 200px;
    border-radius: 0;
    background-size: 150vw 100%;
    background-position: center; /* 背景圖片置中對齊 */
  }
  section.cta_area .cta-area .cta .content {
    margin: 0;
    align-items: center;
  }
  section.cta_area .cta-area .cta .content .d {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */