@charset "UTF-8";
.ck_zone a::before {
  display: none;
}

.ck_zone a {
  color: white;
  margin: 0;
}

.ck_zone ul li {
  list-style-type: none;
}

/* 移除原始設定關聯版面 */
.g_container.w_full .w1140 {
  display: none;
}

#if_container {
  margin: 0 0 0 !important;
}

.pd_fea_icons {
  display: none;
}

.bg {
  display: none !important;
}

body {
  image-rendering: -webkit-optimize-contrast;
}

.banner {
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 20vh 20px;
}

.banner h1 {
  font-size: 3rem;
  color: #FFF;
  font-weight: bold;
  padding: 0 0 10px;
  letter-spacing: 2px;
}

.banner p {
  font-size: 1.3rem;
}

.banner h3 {
  background-color: #A5CD38;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 5px 10px;
}

.banner_city {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_City.webp) center center/cover;
}

.banner_Factory {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_Factory.webp) center center/cover;
}

.banner_Farming {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_Farming.webp) center center/cover;
}

.banner_Logistics {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_Logistics.webp) center center/cover;
}

.banner_Security {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_Security.webp) center center/cover;
}

.banner_Autonomous {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_Autonomous.webp?1111) center center/cover;
}

.banner_Healthcare {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/banner_Healthcare.webp) center center/cover;
}

.landing_wrap {
  width: 100%;
}

.landing_bg {
  padding: 60px 0;
}

.landing_box {
  width: 90%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.landing_box .link {
  color: #A5CD38;
  text-decoration: underline;
}

.landing_box p {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
}

.landing_box .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.tac {
  text-align: center;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 80px;
}

.btn {
  display: inline-block;
  text-align: center;
  background-color: #A5CD38;
  color: white;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 2;
  padding: 0 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #A5CD38;
}

.btn:hover {
  color: #A5CD38;
  background: transparent;
}

.btn_border {
  background-color: transparent;
  color: #A5CD38;
}

.btn_border:hover {
  color: #FFF;
  background: #A5CD38;
}

.img_1 {
  width: 100%;
  padding: 50px 0;
}

.Subtitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.Subtitle_green {
  color: #A5CD38;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.landing_bg2 {
  background-color: #677b85;
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/bg.svg);
}

.landing_bg2 .Subtitle {
  color: #FFF;
}

.landing_bg2 p {
  color: #FFF;
  text-align: center;
}

.swiperUseCase {
  margin-top: 50px;
  position: relative;
  padding-bottom: 50px;
}

.swiperUseCase .swiper-slide {
  padding: 15px;
  background: #88989f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 垂直排列 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 內容從上往下 */
  height: auto;
}

.swiperUseCase .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiperUseCase .img_border {
  display: inline-block;
  overflow: hidden;
}

.swiperUseCase img {
  width: 100%;
  height: auto;
  aspect-ratio: 25 / 18;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.swiperUseCase h6 {
  text-align: center;
  color: #d5e495;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  padding: 15px 0;
}

.swiperUseCase p {
  font-size: .9rem;
  line-height: 1.2;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.swiperUseCase .btn {
  width: 100%;
  margin: auto 0 0 !important;
}

.swiperUseCase.no-swiper-center .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平置中 */
  gap: 20px;
  /* 用 gap 取代 Swiper 的 spaceBetween */
  -webkit-transform: none !important;
          transform: none !important;
  /* 取消 Swiper 位移 */
}

.swiperUseCase.no-swiper-center .swiper-slide {
  width: auto;
  /* 避免被設定寬度限制 */
}

.swiperUseCase_wrap {
  position: relative;
  padding: 0 15px;
}

.swiperUseCase_wrap .swiper-button-prev, .swiperUseCase_wrap .swiper-button-next {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: calc( 50% - 15px);
}

.swiperUseCase_wrap .swiper-button-prev::after, .swiperUseCase_wrap .swiper-button-next::after {
  content: none;
}

.swiperUseCase_wrap .swiper-button-prev {
  background-image: url("https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/icon_left.svg");
  left: -5px;
}

.swiperUseCase_wrap .swiper-button-next {
  background-image: url("https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/icon_left.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 讓箭頭反向 */
  right: -5px;
}

.swiperUseCase_wrap .swiper-pagination-bullet-active {
  background: #A5CD38;
}

.swiper_article {
  width: 100%;
  padding-bottom: 50px;
}

.swiper_article .swiper-slide {
  width: 80%;
  max-width: 1160px;
}

.swiper_article.single-slide .swiper-slide {
  margin: 0 auto !important;
}

.swiper_article .swiper-slide-next, .swiper_article .swiper-slide-prev {
  opacity: .8;
}

.swiper_article .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper_article .swiper-pagination-bullet-active {
  background: #A6CE39;
}

.swiper_article .swiper-button-prev, .swiper_article .swiper-button-next {
  width: 45px;
  top: calc( 50% - 30px);
}

.swiper_article .swiper-button-prev {
  left: calc(( 100% - 1300px ) /2 + 50px);
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper_article .swiper-button-next {
  right: calc(( 100% - 1300px ) /2 + 50px);
  left: auto;
}

.swiper_article .swiper-button-next:after, .swiper_article .swiper-button-prev:after {
  content: "";
  background: url("https://www.aetina.com/wp-content/uploads/2024/11/About Aetina/img/arrow.svg");
  width: 45px;
  height: 45px;
}

.article_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #FFF;
}

.article_box .article_img {
  width: 40%;
  background-size: cover;
  aspect-ratio: 167 / 150;
  /* 保持正方形 */
}

.article_box .text {
  width: 60%;
  background: #2C3C43;
  padding: 30px 6%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article_box .title {
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 20px;
  position: relative;
}

.article_box .title::before {
  content: "";
  background: url(https://www.aetina.com/wp-content/uploads/2025/08/DeviceEdge_2025NEW_html/img/icon_1.svg) left center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  left: -25px;
  top: 3px;
}

.article_box h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  display: block;
}

.article_box p {
  font-size: .9rem;
  font-weight: bold;
}

.article_box .btn {
  margin: 0 !important;
  color: #fff;
  line-height: 1.3rem;
  padding: 10px 20px;
  font-size: 1rem;
  margin-top: 30px !important;
}

.article_box .btn:hover {
  border: 1px solid #A6CE39;
  color: #A6CE39;
}

.article_box .icon {
  position: absolute;
  width: 25px;
  left: 20px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.article_img_Dralle {
  background: url("https://www.aetina.com/wp-content/uploads/2024/11/About Aetina/img/Article_1.jpg") no-repeat center;
}

.article_img_Daxbot {
  background: url("https://www.aetina.com/wp-content/uploads/2024/11/About Aetina/img/Article_2.jpg") no-repeat center;
}

.article_img_Trueflaw {
  background: url("https://www.aetina.com/wp-content/uploads/2024/11/About Aetina/img/TrueFlaw.webp") no-repeat center;
}

.article_img_STEMMER {
  background: url("https://www.aetina.com/wp-content/uploads/2024/11/About Aetina/img/Article_3.jpg") no-repeat center;
}

.article_img_Finter {
  background: url("https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Article_Finter.webp") no-repeat center;
}

.article_img_Optoscale {
  background: url("https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Article_Optoscale.webp") no-repeat center;
}

.landing_bg4 {
  background: #677b85;
}

.landing_bg4 .Subtitle {
  color: #FFF;
}

.applications_wrap {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  /* 4欄 */
  gap: 0px;
  list-style: none;
}

.applications_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1 / 1;
  /* 保持正方形 */
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.applications_wrap .box::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1 / 1;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.applications_wrap .box:hover .list_box {
  display: block;
}

.applications_wrap .box:hover::before {
  width: 90%;
  left: 5%;
  top: 5%;
  border: 1px solid #a6ce39;
}

.applications_wrap .ap_title {
  color: #d5e495;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
}

.applications_wrap .ap_title:hover {
  text-decoration: underline;
}

.applications_wrap .list_box {
  z-index: 2;
  position: relative;
  padding: 10px 30px 0;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.applications_wrap .list_box a {
  color: #FFF;
  font-size: .9rem;
  opacity: .8;
}

.applications_wrap .list_box a:hover {
  text-decoration: underline;
  opacity: 1;
}

.applications_wrap .list {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}

.applications_wrap .list::before {
  content: "";
  background: url(https://www.aetina.com/wp-content/uploads/2025/08/DeviceEdge_2025NEW_html/img/icon_1.svg) left center no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  left: 0;
  top: 3px;
}

.applications_wrap .box_Factory {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Application_Factory.webp) no-repeat center/cover;
}

.applications_wrap .box_Logistics {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Application_Logistics.webp) no-repeat center/cover;
}

.applications_wrap .box_Security {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Application_Security.webp) no-repeat center/cover;
}

.applications_wrap .box_Autonomous {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Application_Autonomous.webp) no-repeat center/cover;
}

.applications_wrap .box_Farming {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Application_Farming.webp) no-repeat center/cover;
}

.applications_wrap .box_Medical {
  background: url(https://www.aetina.com/wp-content/uploads/2025/09/Industry_landing_html/img/Application_Medical.webp) no-repeat center/cover;
}

.Industry_nav {
  width: 100%;
  background: #2C3C43;
}

.Industry_nav.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
}

.Industry_nav .nav_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
}

.Industry_nav .nav_bar .nav-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 0;
  background-color: #a6ce39;
  opacity: 0;
  pointer-events: none;
}

.Industry_nav .nav_bar li {
  position: relative;
  z-index: 1;
}

.Industry_nav .nav_bar a {
  color: #FFF;
  padding: 15px 15px;
  display: block;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.Industry_nav .nav_bar a:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Industry_nav .nav_bar a.active {
  color: #2C3C43;
}

.ch h1, .ch h2, .ch h3, .ch h4, .ch h5, .ch h6, .ch p, .ch .btn, .ch span, .ch .Subtitle, .cn h1, .cn h2, .cn h3, .cn h4, .cn h5, .cn h6, .cn p, .cn .btn, .cn span, .cn .Subtitle, .jp h1, .jp h2, .jp h3, .jp h4, .jp h5, .jp h6, .jp p, .jp .btn, .jp span, .jp .Subtitle {
  letter-spacing: 1px;
}

.ch .swiperUseCase h6, .cn .swiperUseCase h6, .jp .swiperUseCase h6 {
  line-height: 1.3;
  font-size: 1rem;
}

@media screen and (max-width: 1280px) {
  .swiper_article .swiper-button-next {
    right: 50px;
  }
  .swiper_article .swiper-button-prev {
    left: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .swiper_article .swiper-button-prev {
    left: calc(( 100% - 80% ) /2 - 30px);
  }
  .swiper_article .swiper-button-next {
    right: calc(( 100% - 80% ) /2 - 30px);
  }
}

@media screen and (max-width: 1024px) {
  .applications_wrap {
    -ms-grid-columns: (3fr)[2];
        grid-template-columns: repeat(2, 3fr);
  }
}

@media screen and (max-width: 600px) {
  .applications_wrap {
    -ms-grid-columns: (6fr)[1];
        grid-template-columns: repeat(1, 6fr);
  }
  .swiper_article .swiper-slide {
    width: 90%;
  }
  .swiper_article .swiper-button-next {
    right: 20px;
  }
  .swiper_article .swiper-button-prev {
    left: 20px;
  }
  .article_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article_box .article_img {
    width: 100%;
  }
  .article_box .text {
    width: 100%;
  }
  .Industry_nav .nav_bar a {
    font-size: .9rem;
    padding: 10px;
  }
}
/*# sourceMappingURL=Industry_landing.css.map */