@charset "UTF-8";
:root {
  --RWDWidth: 1024px;
}

.banner {
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.banner::before {
  content: "SCROLL";
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #858585;
  z-index: 80;
  width: 76px;
  height: 60px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  background: url("../images/icon/icon_arrow_scroll.svg") center bottom no-repeat;
  background-size: 26%;
  animation: scrollUp2 1s infinite;
}
@media screen and (max-width: 1024px) {
  .banner::before {
    display: none;
  }
}
@keyframes scrollUp2 {
  0% {
    transform: translateY(0px) translateX(-50%);
  }
  50% {
    transform: translateY(-5px) translateX(-50%);
  }
  100% {
    transform: translateY(0px) translateX(-50%);
  }
}
.banner .swiper {
  width: 100%;
}
.banner .pic {
  height: 100%;
}
.banner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  max-height: 100dvh;
}
.banner .videoContainer {
  overflow: hidden;
  pointer-events: none;
}
.banner .videoContainer iframe {
  transform: scale(1.1);
}
.banner .swiper-wrapper {
  align-items: stretch;
}
.banner .swiper-wrapper .swiper-slide {
  height: unset;
}
.banner .swiper-pagination {
  width: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 30px;
  left: auto;
  z-index: 9;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .banner .swiper-pagination {
    flex-direction: row;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  padding: 0;
  margin: 0;
  background: rgba(134, 134, 134, 0.5);
  opacity: 1;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E66E0D;
  opacity: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E66E0D;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.banner .slogan {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 2;
  writing-mode: vertical-rl;
  color: #878788;
  font-size: 13px;
  line-height: 1;
  right: 30px;
}
@media screen and (max-width: 1300px) {
  .banner .slogan {
    display: none;
  }
}

.indexMore {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 10px;
  color: #E66E0D;
  background: #81172B;
  font-weight: 700;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  border-radius: 50px;
  border: 1px solid #81172B;
}
@media screen and (max-width: 767px) {
  .indexMore {
    width: 160px;
    gap: 10px;
    font-size: 14px;
  }
}
.indexMore::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #E66E0D;
  z-index: -1;
  transition: all 0.3s ease;
}
.indexMore::after {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  -webkit-mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
  background: #E66E0D;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .indexMore::after {
    width: 14px;
    height: 14px;
  }
}
.indexMore:hover {
  color: #81172B !important;
}
.indexMore:hover::before {
  width: 100%;
  left: 0;
}
.indexMore:hover::after {
  background: #81172B !important;
}

section .blockTitle {
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  font-size: var(--clamp72);
  text-align: center;
}
@media screen and (max-width: 767px) {
  section .blockTitle {
    margin-bottom: 20px;
  }
}
section .blockTitle span {
  color: #000;
  font-weight: 400;
}

.productBox {
  background: url("../images/index/pbg.jpg") center top no-repeat;
  background-size: cover;
  padding: 90px 0 170px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .productBox {
    padding: 60px 0 170px;
  }
}
@media screen and (max-width: 767px) {
  .productBox {
    padding: 80px 0 170px;
  }
}
.productBox .blockTitle {
  margin-bottom: 5%;
}
.productBox .listBox {
  display: flex;
  gap: 50px;
  position: relative;
  padding: 50px 0;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .productBox .listBox {
    flex-direction: column;
    padding: 30px 0;
  }
}
.productBox .listBox::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 80px;
  right: 80px;
  position: absolute;
  display: block;
  background: radial-gradient(ellipse at center, rgb(227, 227, 227) 0%, rgb(194, 195, 195) 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .productBox .listBox::before {
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .productBox .listBox .item:nth-child(even) .title {
    justify-content: flex-end;
  }
  .productBox .listBox .item:nth-child(even) .title::before {
    order: 5;
  }
  .productBox .listBox .item:nth-child(even) .pic {
    order: 5;
  }
}
.productBox .listBox .item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productBox .listBox .item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--clamp32);
}
.productBox .listBox .item .title::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: #81172B;
}
.productBox .listBox .item .pic {
  aspect-ratio: 71/40;
}
.productBox .more {
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) translateY(50%);
  border-radius: 50%;
  background: #81172B;
  font-size: 18px;
  display: flex;
  justify-content: center;
  color: #FFF;
  padding-top: 50px;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .productBox .more {
    width: 150px;
    height: 150px;
    padding-top: 35px;
    font-size: 13px;
  }
}
.productBox .more::before {
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  display: block;
  background: #E66E0D;
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.productBox .more:hover::before {
  width: 100%;
  height: 100%;
}

.informationBox {
  background: url("../images/index/bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 7% 0 0;
}
.informationBox .topBox {
  margin-bottom: 5%;
}
.informationBox .topBox .blockTitle {
  color: #CCCDCC;
  margin-bottom: 0;
}
.informationBox .topBox .blockTitle span {
  color: #CCCDCC;
}
.informationBox .topBox .subTitle {
  font-size: var(--clamp36);
  text-align: center;
  color: #CCCDCC;
  margin-bottom: 10px;
  margin-bottom: 5%;
}
.informationBox .topBox .listBox {
  display: flex;
  flex-wrap: wrap;
  border: #3D3C3A 1px solid;
  margin-bottom: 5%;
}
.informationBox .topBox .listBox .item {
  width: calc((100% - 0px * (4 - 1)) / 4);
  font-family: "Roboto", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  text-align: center;
  padding: 5% 0;
}
@media screen and (max-width: 767px) {
  .informationBox .topBox .listBox .item {
    width: calc((100% - 0px * (2 - 1)) / 2);
  }
}
.informationBox .topBox .listBox .item:not(:first-child) {
  border-left: #3D3C3A 1px solid;
}
.informationBox .topBox .listBox .item .title {
  font-size: var(--clamp28);
  font-weight: 600;
  margin-bottom: 10px;
  color: #CCCDCC;
}
@media screen and (max-width: 767px) {
  .informationBox .topBox .listBox .item .title {
    font-size: 18px;
  }
}
.informationBox .topBox .listBox .item .title span {
  color: #E66E0D;
}
.informationBox .topBox .listBox .item .num {
  color: #FFF;
  font-weight: 600;
  font-size: var(--clamp100);
  line-height: 1;
}
.informationBox .topBox .listBox .item .unit {
  color: #FFF;
  font-size: var(--clamp28);
  line-height: 1;
}
.informationBox .topBox .description {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  color: #999999;
  font-size: var(--clamp18);
}
@media screen and (min-width: 1025px) {
  .informationBox .bottomBox .container {
    width: 100%;
    max-width: calc(1725px + var(--contentPadding));
    padding-left: 0;
    margin: 0 auto 0 0;
  }
}
.informationBox .bottomBox .contentBox {
  max-width: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .informationBox .bottomBox .contentBox {
    flex-direction: column;
  }
}
.informationBox .bottomBox .pic {
  width: 56%;
  max-width: 960px;
  margin-top: 55px;
  margin-bottom: -100px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .informationBox .bottomBox .pic {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .informationBox .bottomBox .pic {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .informationBox .bottomBox .pic {
    width: 100%;
  }
}
.informationBox .bottomBox .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.informationBox .bottomBox .infoBox {
  flex-grow: 1;
  padding: 20px 0 160px 4%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .informationBox .bottomBox .infoBox {
    width: 44%;
  }
}
.informationBox .bottomBox .infoBox .blockTitle {
  text-align: left;
  color: #CCCDCC;
  isolation: isolate;
  position: relative;
  margin-bottom: 30px;
}
.informationBox .bottomBox .infoBox .blockTitle::before {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  background: #81172B;
  border-radius: 50%;
  top: 8px;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.informationBox .bottomBox .infoBox .blockTitle span {
  color: #CCCDCC;
}
.informationBox .bottomBox .infoBox .description {
  color: #999999;
  font-size: var(--clamp18);
  line-height: 1.4;
}
.informationBox .bottomBox .more {
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  border-radius: 50%;
  background: #81172B;
  font-size: 18px;
  display: flex;
  justify-content: center;
  color: #FFF;
  padding-top: 50px;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .informationBox .bottomBox .more {
    width: 150px;
    height: 150px;
    padding-top: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .informationBox .bottomBox .more {
    right: auto;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.informationBox .bottomBox .more::before {
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  display: block;
  background: #E66E0D;
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.informationBox .bottomBox .more:hover::before {
  width: 100%;
  height: 100%;
}

.servicesBox {
  background: url("../images/index/bg2.jpg") center top no-repeat;
  background-size: cover;
  padding: 12% 0 5%;
}
.servicesBox .contentBox {
  max-width: 1370px;
}
.servicesBox .blockTitle {
  margin-bottom: 4%;
}
.servicesBox .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.servicesBox .listBox .item {
  width: calc((100% - 20px * (4 - 1)) / 4);
  text-align: center;
  position: relative;
  aspect-ratio: 1;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .servicesBox .listBox .item {
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
}
.servicesBox .listBox .item::before {
  content: "";
  inset: 0;
  display: block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  z-index: -2;
}
.servicesBox .listBox .item::after {
  content: "";
  inset: 15%;
  display: block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.35;
  position: absolute;
  z-index: -2;
}
.servicesBox .listBox .item img {
  width: auto !important;
  max-width: 100%;
}/*# sourceMappingURL=index.css.map */