@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_crumb {
  display: none;
}

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

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

.banner-img-pc {
  width: 100%;
}

.banner-img-m {
  display: none;
}

.swiperBanner, .swiperProduct {
  --swiper-theme-color: #A5CD38;
}

.landing_wrap {
  width: 100%;
  color: #FFF;
  background: #1A1A1A;
}

.landing_wrap h2 {
  text-align: center;
  color: #A5CD38;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 30px;
}

.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;
}

.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;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  margin: 0 10px !important;
  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;
}

.landing_bg1 h1 {
  font-size: 2rem;
  color: #A6CE39;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
}

.Partner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0px;
  width: 90%;
}

.Partner_logo {
  width: 45%;
  margin-right: 5%;
}

.Partner_logo img {
  width: 100%;
}

.Partner_text {
  width: 50%;
}

.Partner_text h3 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #d5e495;
  padding-bottom: 10px;
}

.swiperProduct .swiper-slide {
  padding: 60px 0;
}

.swiperProduct h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px #4d4d4d;
}

.swiperProduct .flex_box {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiperProduct .flex_box img {
  width: 50%;
}

.swiperProduct .text {
  width: 45%;
}

.swiperProduct .btn-box {
  display: block;
  margin: 20px 0 0;
}

.swiperProduct .btn-box a.btn {
  margin: 0 !important;
}

.swiperProduct .btn-box a.btn:hover {
  background: #a5cd38a6;
  color: #FFF;
}

.slide_SuperMode {
  background: url(https://www.aetina.com/wp-content/uploads/2025/08/DeviceEdge_2025NEW_html/img/BG2.webp) center/cover;
  color: #000;
}

.slide_SuperMode h3 {
  color: #FFF;
}

.slide_SuperThor {
  background: url(https://www.aetina.com/wp-content/uploads/2025/08/DeviceEdge_2025NEW_html/img/BG3.webp) center/cover;
}

.type_box .type {
  font-weight: bold;
  font-size: 1.1rem;
}

.type_box .icon {
  width: 30px;
  margin: 20px auto;
}

.type_box .icon img {
  width: 100%;
}

.landing_bg3 P.tac {
  padding-bottom: 60px;
}

.landing_bg3 .btn-box {
  margin: 60px 0 0;
}

.sub-title {
  line-height: 1.5em;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.sub-title span {
  position: relative;
}

.sub-title span::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-title span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-box-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  /* 6欄 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 auto 50px;
}

.product-box-wrap li {
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  text-align: center;
  background: #647f8a;
  padding: 10px 10px 20px;
  position: relative;
}

.product-box-wrap li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: #A5CD38;
  left: 0px;
  top: 0px;
}

.product-box-wrap a {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: painted;
}

.product-box-wrap a:hover .product-btn img {
  margin-left: 20px;
}

.product-box-wrap a:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-box-wrap img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  aspect-ratio: 4 / 3;
}

.product-box-wrap h3 {
  color: #A5CD38;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 15px 0 10px;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-box-wrap p {
  font-size: .9rem;
  color: #FFF;
  line-height: 1.2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.product-box-wrap .product-btn {
  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-top: 20px;
}

.product-box-wrap .product-btn span {
  color: #A5CD38;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

.product-box-wrap .product-btn img {
  width: 25px;
  margin-left: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 0;
  max-width: 30px;
}

.product-box-wrap-center {
  -ms-grid-columns: (185px)[1];
      grid-template-columns: repeat(1, 185px);
  /* 固定每個卡片寬度 */
}

.product-box-wrap-center2 {
  -ms-grid-columns: (185px)[2];
      grid-template-columns: repeat(2, 185px);
  /* 固定每個卡片寬度 */
}

.tag {
  background: #FFAA00;
  color: #FFF;
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: bold;
}

.landing_bg4 {
  background: url(https://www.aetina.com/wp-content/uploads/2025/08/DeviceEdge_2025NEW_html/img/BG4.webp) TOP/cover;
}

.icon_box {
  padding-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  /* 4 欄 */
  gap: 0px;
}

.icon_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #CCC;
  padding: 0 10px;
}

.icon_box li:first-child {
  border-left: none;
}

.icon_box img {
  max-width: 140px;
  width: 90%;
  margin: 0 auto;
}

.icon_box h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d5e495;
  margin: 20px 0;
  line-height: 1.2;
}

.icon_box p {
  line-height: 1.2;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.icon_box h5 {
  font-weight: bold;
  color: #A5CD38;
  margin: 30px 0 10px;
  font-size: 1.1rem;
}

.icon_box .btn-box {
  margin: 10px auto;
}

.landing_bg5 {
  background: #243c42;
}

.application_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  /* 4 欄 */
  gap: 20px;
  text-align: center;
  margin-top: 50px;
}

.application_box li {
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.application_box h3 {
  color: #A5CD38;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 0 20px;
}

.application_box p {
  line-height: 1.2;
  padding: 20px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.application_box .btn-box {
  margin: 0 0 20px;
}

.application_box .btn {
  width: 100%;
}

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

.img_border img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 23 / 17;
  -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;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.img_border:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.landing_bg6 {
  background: #647f8a;
}

.landing_bg6 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  /* 三欄 */
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  /* 兩列 */
  gap: 20px;
  /* 間距可調整 */
  height: auto;
  /* 讓範例佔滿畫面高度 */
}

.landing_bg6 .box {
  padding: 20px;
}

.landing_bg6 .box1 {
  -ms-grid-column: 1;
  grid-column: 1;
  /* 第1欄 */
  -ms-grid-row: 1;
  grid-row: 1;
  /* 第1列 */
  background: rgba(255, 255, 255, 0.2);
}

.landing_bg6 .box2 {
  -ms-grid-column: 1;
  grid-column: 1;
  /* 第1欄 */
  -ms-grid-row: 2;
  grid-row: 2;
  /* 第2列 */
  background: rgba(255, 255, 255, 0.2);
}

.landing_bg6 .box3 {
  -ms-grid-column: 2;
  grid-column: 2;
  /* 第2欄 */
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  /* 佔第1列到第2列 */
  background: rgba(255, 255, 255, 0.2);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 垂直置中 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 水平靠左 */
}

.landing_bg6 .box4 {
  -ms-grid-column: 3;
  grid-column: 3;
  /* 第3欄 */
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  /* 佔第1列到第2列 */
  background: rgba(255, 255, 255, 0.2);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 垂直置中 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 水平靠左 */
}

.landing_bg6 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 100%;
}

.landing_bg6 .title p {
  padding-left: 10px;
  line-height: 1;
  width: 60%;
  margin: 0;
}

.landing_bg6 .title .tag {
  max-width: 70px;
  width: 30%;
  text-align: center;
}

.landing_bg6 .img {
  width: 100%;
  aspect-ratio: 31 / 44;
  overflow: hidden;
  position: relative;
  display: block;
}

.landing_bg6 .img:hover .pic {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.landing_bg6 .img:hover .icon {
  display: block;
}

.landing_bg6 .img:hover::before {
  opacity: 1;
}

.landing_bg6 .img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  aspect-ratio: 31 / 44;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
}

.landing_bg6 .pic {
  aspect-ratio: 31 / 44;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
}

.landing_bg6 .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  will-change: transform;
}

.landing_bg6 .icon img {
  height: 20px;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 1080px) {
  .landing_box {
    width: 100%;
  }
  .application_box {
    gap: 10px;
  }
  .product-box-wrap {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    /* 6欄 */
  }
  .product-box-wrap-center {
    -ms-grid-columns: (300px)[1];
        grid-template-columns: repeat(1, 300px);
  }
  .product-box-wrap-center2 {
    -ms-grid-columns: (300px)[2];
        grid-template-columns: repeat(2, 300px);
  }
}

@media screen and (max-width: 768px) {
  .landing_box {
    width: 100%;
  }
  .application_box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    /* 2欄 */
    gap: 20px;
  }
  .icon_box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    /* 2 欄 */
  }
  .icon_box li {
    margin-bottom: 40px;
  }
  .icon_box li:nth-child(3) {
    border-left: none;
  }
  .Partner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Partner_logo {
    width: 80%;
    margin: 0 0 20px;
  }
  .Partner_text {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .landing_wrap h2 {
    font-size: 1.5rem;
  }
  .landing_bg {
    padding: 30px 0;
  }
  .banner-img-pc {
    display: none;
  }
  .banner-img-m {
    display: block;
    width: 100%;
  }
  .landing_bg1 h1 {
    font-size: 1.5rem;
  }
  .product_all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 60px;
  }
  .product_all article {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    line-height: 2;
  }
  .product_all article {
    font-size: 16PX;
  }
  .product_all_img {
    width: 90%;
  }
  .sub-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .sub-title span::before, .sub-title span::after {
    display: none;
  }
  .swiperProduct {
    text-align: center;
  }
  .swiperProduct .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .swiperProduct .flex_box img {
    width: 100%;
  }
  .swiperProduct .text {
    width: 90%;
    margin: 30px auto 0;
  }
  .slide_SuperMode {
    background-position: center right;
  }
  .slide_SuperMode p {
    color: #FFF;
  }
  .slide_SuperThor {
    background-position: top right;
  }
  .landing_bg3 .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing_bg3 .btn {
    margin: 5px 0  !important;
    display: block;
    width: 100%;
  }
  .product-box-wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    /* 6欄 */
  }
  .product-box-wrap-center {
    -ms-grid-columns: (250px)[1];
        grid-template-columns: repeat(1, 250px);
  }
  .landing_bg6 .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    /* 變單欄 */
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    /* 高度自適應 */
  }
  .landing_bg6 .box1, .landing_bg6 .box2, .landing_bg6 .box3, .landing_bg6 .box4 {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    /* 全部歸到第1欄 */
    grid-row: auto !important;
    /* 依序往下排 */
  }
}
/*# sourceMappingURL=DeviceEdge_2025.css.map */