.newsArea .newsList .newsItem .item .Txt .newsInfoBox .classTitle, .homeProductArea .content .homeProductBox .homeProductList .item, .homeAboutArea .bottomBox .homeAboutList .item, .bannerArea .outerDotsBox, .bannerArea .floatBox .bottomBox .rightBox .arrowBox button, .bannerArea .floatBox .bottomBox .bannerNavList .item, .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .deco {
  background: rgba(255, 255, 255, 0.2);
}

.bannerArea .floatBox .bottomBox .bannerNavList .slick-current .item {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1180px) {
  .bannerArea {
    min-height: 950px;
  }
}
@media (max-width: 670px) {
  .bannerArea {
    min-height: 1000px;
  }
}
@media (max-width: 480px) {
  .bannerArea {
    min-height: 870px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList {
    opacity: 0;
  }
}
.bannerArea .bannerList .slick-current .item {
  animation: bannerRoomIn 10s linear 0s forwards;
}
.bannerArea .bannerList .item {
  opacity: 0;
}
.bannerArea .bannerList .item .Img {
  width: 100%;
  max-width: 1600px;
  opacity: 0.5;
  margin-left: auto;
}
.bannerArea .bannerList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.bannerArea .floatBox {
  padding-top: 90px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bannerArea .floatBox .bannerTxtList .slick-current .item .Txt .textEditor .subtitle {
  opacity: 1;
  animation: bannerTxtShow 0.2s linear 0.4s forwards;
}
.bannerArea .floatBox .bannerTxtList .slick-current .item .Txt .textEditor .subtitle::before {
  animation: bannerMaskShow 0.6s ease-in-out 0.2s forwards;
}
.bannerArea .floatBox .bannerTxtList .slick-current .item .Txt .textEditor .text {
  opacity: 1;
  animation: bannerTxtShow 0.2s linear 0.6s forwards;
}
.bannerArea .floatBox .bannerTxtList .slick-current .item .Txt .textEditor .text::before {
  animation: bannerMaskShow 0.8s ease-in-out 0.4s forwards;
}
.bannerArea .floatBox .bannerTxtList .item .Txt {
  padding-top: 125px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1600px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt {
    padding-top: 70px;
  }
}
@media (max-width: 1460px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt {
    padding-top: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt {
    padding: 30px 50px 0;
  }
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .deco {
  display: inline-block;
  border-radius: 99px;
  padding: 8px 15px;
  margin-bottom: 30px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1460px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .deco {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .deco {
    font-size: 12px;
  }
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title {
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: calc(70 / 70);
  letter-spacing: calc(70 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1600px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1460px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title {
    font-size: 48px;
  }
}
@media (max-width: 670px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title em {
  font-style: normal;
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title em.single {
  padding-right: 20px;
}
@media (max-width: 670px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title em.single {
    width: 100%;
  }
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title .lightning {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/lightning.svg") no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title .lightning::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/lightning.svg") no-repeat center;
  background-size: contain;
  top: 3px;
  left: -3px;
  filter: drop-shadow(-2px 0 0 red);
  animation: glitch-animation-2 2s linear 0s infinite alternate-reverse;
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title .lightning::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/lightning.svg") no-repeat center;
  background-size: contain;
  top: -3px;
  left: 3px;
  filter: drop-shadow(2px 0 0 purple);
  animation: glitch-animation-3 2s linear 0s infinite alternate-reverse;
}
@media (max-width: 1600px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title .lightning {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .title .lightning {
    width: 24px;
    height: 24px;
  }
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .subtitle {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 20px;
  color: transparent;
  font-size: 35px;
  font-weight: 700;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .subtitle::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1460px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .subtitle {
    font-size: 20px;
  }
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .text {
  max-width: 560px;
  overflow: hidden;
  opacity: 0;
  color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .text::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transform: translateY(110%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bannerTxtList .item .Txt .textEditor .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.bannerArea .floatBox .bottomBox {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .bannerArea .floatBox .bottomBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .floatBox .bottomBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bannerArea .floatBox .bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .bannerArea .floatBox .bottomBox {
    padding: 0 50px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.bannerArea .floatBox .bottomBox .bannerNavList {
  max-width: 730px;
  margin: 0 !important;
}
@media (max-width: 1280px) {
  .bannerArea .floatBox .bottomBox .bannerNavList {
    max-width: 720px;
  }
}
.bannerArea .floatBox .bottomBox .bannerNavList .slick-list {
  padding: 10px 0 10px 10px;
  margin: 0 0 0 -10px;
}
.bannerArea .floatBox .bottomBox .bannerNavList .slick-slide {
  margin-right: 15px;
}
.bannerArea .floatBox .bottomBox .bannerNavList .slick-current .item .Txt .title::before {
  opacity: 0.5;
}
.bannerArea .floatBox .bottomBox .bannerNavList .item {
  max-width: 230px;
  border-radius: 10px;
  padding: 10px 10px 50px;
  cursor: pointer;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  .bannerArea .floatBox .bottomBox .bannerNavList .item:hover .Txt .title::before {
    opacity: 0.5;
  }
}
@media (max-width: 1460px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item {
    padding-bottom: 15px;
  }
}
.bannerArea .floatBox .bottomBox .bannerNavList .item .Img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.bannerArea .floatBox .bottomBox .bannerNavList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item .Img img {
    width: 150px;
  }
}
.bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .title {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 15px 0;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 0 / 1000 * 1px);
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #ffffff 0, transparent 100%);
  border-radius: 50%;
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -120px;
  transform: translate(-50%, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .title {
    font-size: 15px;
  }
}
.bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .subtitle {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1280px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .subtitle {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .subtitle {
    font-size: 14px;
  }
}
.bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .text {
  height: 50px;
  opacity: 0.7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(25 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .bannerArea .floatBox .bottomBox .bannerNavList .item .Txt .text {
    display: none;
  }
}
.bannerArea .floatBox .bottomBox .rightBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1460px) {
  .bannerArea .floatBox .bottomBox .rightBox {
    margin-right: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .floatBox .bottomBox .rightBox {
    flex-direction: row-reverse;
    margin: 20px 0 0 15px;
  }
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ffffff;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, 0);
  z-index: 1;
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button {
  width: auto;
  height: 50px;
  padding: 0 5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .bannerArea .floatBox .bottomBox .rightBox .arrowBox button:hover i {
    opacity: 1;
  }
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button.arrowPrev {
  padding-right: 15px;
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button.arrowPrev::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  top: -1px;
  left: -15px;
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button.arrowNext {
  padding-left: 15px;
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button.arrowNext::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50px;
  background: url("../images/border_2.png") no-repeat center;
  background-size: contain;
  top: -1px;
  right: -15px;
  transform: scale(-1);
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button.arrowNext i {
  transform: scaleX(1.2) rotate(45deg);
}
.bannerArea .floatBox .bottomBox .rightBox .arrowBox button i {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #ffffff #ffffff transparent transparent;
  transform: scaleX(1.2) rotate(-135deg);
  opacity: 0.2;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.bannerArea .floatBox .bottomBox .rightBox .btnBox {
  display: none;
  margin-right: 25px;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .bannerArea .floatBox .bottomBox .rightBox .btnBox {
    margin: 0 0 0 25px;
  }
}
.bannerArea .floatBox .bottomBox .rightBox .btnBox.current {
  display: block;
  opacity: 1;
}
@starting-style {
  .bannerArea .floatBox .bottomBox .rightBox .btnBox.current {
    opacity: 0;
  }
}
.bannerArea .decoBox {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .decoBox .deco_1,
.bannerArea .decoBox .deco_2 {
  width: 76px;
  height: 507px;
  background: url("../images/bannerDeco_1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 90px;
  left: 0;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .decoBox .deco_1 div,
.bannerArea .decoBox .deco_2 div {
  width: 10px;
  height: 82px;
  position: absolute;
  top: 56px;
  left: unset;
  right: 0;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.bannerArea .decoBox .deco_1 div i,
.bannerArea .decoBox .deco_2 div i {
  display: block;
  width: 8px;
  height: 6px;
  transform: skewY(45deg);
  opacity: 0;
  animation: random-opacity-glow 3s infinite;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(1),
.bannerArea .decoBox .deco_2 div i:nth-of-type(1) {
  animation-delay: 0.3s;
  animation-duration: 4s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(2),
.bannerArea .decoBox .deco_2 div i:nth-of-type(2) {
  animation-delay: 0.6s;
  animation-duration: 5s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(3),
.bannerArea .decoBox .deco_2 div i:nth-of-type(3) {
  animation-delay: 0.9s;
  animation-duration: 3s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(4),
.bannerArea .decoBox .deco_2 div i:nth-of-type(4) {
  animation-delay: 1.2s;
  animation-duration: 3s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(5),
.bannerArea .decoBox .deco_2 div i:nth-of-type(5) {
  animation-delay: 1.5s;
  animation-duration: 4s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(6),
.bannerArea .decoBox .deco_2 div i:nth-of-type(6) {
  animation-delay: 1.8s;
  animation-duration: 5s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(7),
.bannerArea .decoBox .deco_2 div i:nth-of-type(7) {
  animation-delay: 2.1s;
  animation-duration: 4s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(8),
.bannerArea .decoBox .deco_2 div i:nth-of-type(8) {
  animation-delay: 2.4s;
  animation-duration: 3s;
  background: #ffffff;
}
.bannerArea .decoBox .deco_1 div i:nth-of-type(3), .bannerArea .decoBox .deco_1 div i:nth-of-type(7),
.bannerArea .decoBox .deco_2 div i:nth-of-type(3),
.bannerArea .decoBox .deco_2 div i:nth-of-type(7) {
  animation: random-opacity-glow 3s infinite, quick-flash 11s infinite;
}
@media (max-width: 1600px) {
  .bannerArea .decoBox .deco_1 {
    left: -40px;
  }
}
.bannerArea .decoBox .deco_2 {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 1600px) {
  .bannerArea .decoBox .deco_2 {
    right: -40px;
  }
}
.bannerArea .decoBox .deco_3 {
  width: 100%;
  max-width: 1890px;
  height: 475px;
  background: url("../images/bannerDeco_2.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .decoBox .deco_3::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 300px;
  background: radial-gradient(circle, #ffffff 0, transparent 100%);
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.35;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -240px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 480px) {
  .bannerArea .decoBox .deco_3::before {
    width: 150px;
    height: 150px;
    bottom: -100px;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .deco_3 {
    height: 280px;
  }
}
.bannerArea .outerDotsBox {
  width: 44px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 1px;
  position: absolute;
  top: 57.5%;
  left: unset;
  right: 30px;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 3;
}
.bannerArea .outerDotsBox::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 20px;
  background: url("../images/border_3.png") no-repeat center;
  background-size: contain;
  left: -1px;
  top: -20px;
}
.bannerArea .outerDotsBox::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 20px;
  background: url("../images/border_3.png") no-repeat center;
  background-size: contain;
  left: -1px;
  bottom: -20px;
  transform: scale(-1);
}
@media (max-width: 1600px) {
  .bannerArea .outerDotsBox {
    top: 570px;
    right: 12px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .outerDotsBox {
    top: 390px;
    right: 34px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .outerDotsBox {
    top: 145px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .outerDotsBox {
    display: none;
  }
}
.bannerArea .outerDotsBox p {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(12 / 12);
  letter-spacing: calc(12 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea .outerDotsBox .dotsBox {
  margin: 10px 0;
}
.bannerArea .outerDotsBox .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.bannerArea .outerDotsBox .slick-dots li {
  display: block;
  width: 4px;
  height: 40px;
  transform: skewY(-60deg);
  margin: 3px 0;
}
.bannerArea .outerDotsBox .slick-dots li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, 0);
  z-index: 1;
}
.bannerArea .outerDotsBox .slick-dots li.slick-active button::after {
  width: 4px;
}
.bannerArea .outerDotsBox .slick-dots li button {
  width: 2px;
  height: 100%;
  background: #ffffff;
  padding: 0;
  margin: 0 auto;
}
.bannerArea .outerDotsBox .slick-dots li button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.bannerArea .outerDotsBox .slick-dots li button::before {
  display: none;
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 70px;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover .icon i::before, .bannerArea .scrollDown:hover .icon i::after {
    opacity: 1;
  }
}
@media (max-width: 1340px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.bannerArea .scrollDown .icon i {
  display: block;
  width: 9px;
  height: 26px;
  background: url("../images/lightning_small.svg") no-repeat center;
  background-size: contain;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .scrollDown .icon i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/lightning_small.svg") no-repeat center;
  background-size: contain;
  top: 3px;
  left: -3px;
  filter: drop-shadow(-2px 0 0 red);
  opacity: 0;
  animation: glitch-animation-4 2s linear 0s infinite alternate-reverse;
}
.bannerArea .scrollDown .icon i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/lightning_small.svg") no-repeat center;
  background-size: contain;
  top: -3px;
  left: 3px;
  filter: drop-shadow(2px 0 0 purple);
  opacity: 0;
  animation: glitch-animation-5 2s linear 0s infinite alternate-reverse;
}
.bannerArea .scrollDown .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.bannerBottomDeco {
  width: 100%;
  height: 0;
  background: url("../images/bannerDeco_3.png") no-repeat center;
  background-size: contain;
  mix-blend-mode: screen;
  opacity: 0.5;
  pointer-events: none;
  padding-bottom: 29%;
  margin-top: -160px;
}
@media (max-width: 1600px) {
  .bannerBottomDeco {
    margin-top: -80px;
  }
}
@media (max-width: 1180px) {
  .bannerBottomDeco {
    margin: -100px 0 100px;
  }
}
@media (max-width: 1023px) {
  .bannerBottomDeco {
    margin-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .bannerBottomDeco {
    margin: -50px 0 200px;
  }
}
@media (max-width: 600px) {
  .bannerBottomDeco {
    opacity: 0;
    margin: 0 0 200px;
  }
}

.homeAboutArea {
  overflow: hidden;
  margin-top: -290px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .titleBox {
  width: 100%;
  max-width: 870px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 2;
}
.homeAboutArea .titleBox::before {
  content: "";
  position: absolute;
  width: 711px;
  height: 67px;
  background: url("../images/decoLine_1.png") no-repeat center;
  background-size: contain;
  left: -242px;
  bottom: -8px;
}
@media (max-width: 1460px) {
  .homeAboutArea .titleBox::before {
    border: none;
  }
}
.homeAboutArea .titleBox::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  bottom: -1px;
}
@media (max-width: 1460px) {
  .homeAboutArea .titleBox::after {
    border: none;
  }
}
@media (max-width: 1460px) {
  .homeAboutArea .titleBox {
    border: none;
  }
}
@media (max-width: 1180px) {
  .homeAboutArea .titleBox {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    align-items: center;
    margin: 0 auto 60px;
    padding-bottom: 300px;
  }
}
@media (max-width: 970px) {
  .homeAboutArea .titleBox {
    padding-bottom: 270px;
  }
}
.homeAboutArea .titleBox .title::before {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: -2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 red);
  animation: glitch-animation-6 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homeAboutArea .titleBox .title::before {
    display: none;
    animation: none;
  }
}
.homeAboutArea .titleBox .title::after {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: 2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 blue);
  animation: glitch-animation-7 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homeAboutArea .titleBox .title::after {
    display: none;
    animation: none;
  }
}
.homeAboutArea .bottomBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 2;
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox {
    flex-direction: column;
    align-items: center;
  }
}
.homeAboutArea .bottomBox.active .leftBox .textEditor,
.homeAboutArea .bottomBox.active .leftBox .btnBox {
  opacity: 1;
  transform: translate(0);
}
.homeAboutArea .bottomBox.active .homeAboutList .homeAboutItem {
  opacity: 1;
  transform: translate(0);
}
.homeAboutArea .bottomBox .leftBox {
  flex-shrink: 0;
  margin-right: 100px;
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox .leftBox {
    margin: 0 0 60px;
  }
}
.homeAboutArea .bottomBox .leftBox .textEditor {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox .leftBox .textEditor {
    text-align: center;
  }
}
.homeAboutArea .bottomBox .leftBox .textEditor .expTitle {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeAboutArea .bottomBox .leftBox .btnBox {
  margin-top: 70px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-delay: 0.65s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox .leftBox .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox .leftBox .btnBox .btn {
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .homeAboutArea .bottomBox .homeAboutBox {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
  }
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox .homeAboutBox {
    margin: 0;
  }
}
.homeAboutArea .bottomBox .homeAboutList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .homeAboutArea .bottomBox .homeAboutList {
    grid-template-columns: repeat(1, 1fr);
    margin-top: -150px;
  }
}
@media (max-width: 1180px) {
  .homeAboutArea .bottomBox .homeAboutList {
    margin: 0;
  }
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem {
  max-width: 515px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem {
    margin: 0 auto;
  }
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(1) {
  transition-delay: 0.15s;
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(2) {
  transition-delay: 0.3s;
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(3) {
  transition-delay: 0.45s;
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(4) {
  transition-delay: 0.6s;
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(even) {
  margin-top: -120px;
}
@media (max-width: 1460px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(even) {
    margin: 0;
  }
}
@media (max-width: 1400px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(even) {
    margin: 0 auto;
  }
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(2) .item .animate {
  width: 140px;
  height: 200px;
  top: -80px;
}
@media (max-width: 1460px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(2) .item .animate {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(2) .item .animate {
    right: -40px;
  }
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(3) .item .animate {
  width: 180px;
  height: 160px;
  top: -48px;
}
@media (max-width: 480px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(3) .item .animate {
    width: 120px;
  }
}
.homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(4) .item .animate {
  width: 150px;
  filter: brightness(1.2);
}
@media (max-width: 480px) {
  .homeAboutArea .bottomBox .homeAboutList .homeAboutItem:nth-of-type(4) .item .animate {
    width: 100px;
  }
}
.homeAboutArea .bottomBox .homeAboutList .item {
  border-radius: 8px;
  padding: 20px 30px 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
.homeAboutArea .bottomBox .homeAboutList .item .box {
  height: 105px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .bottomBox .homeAboutList .item .animate {
  width: 200px;
  height: 100px;
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: unset;
  right: -40px;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 480px) {
  .homeAboutArea .bottomBox .homeAboutList .item .animate {
    width: 120px;
    right: 0;
    opacity: 0.7;
  }
}
.homeAboutArea .bottomBox .homeAboutList .item .subtitle {
  position: relative;
  z-index: 2;
  opacity: 0.7;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeAboutArea .bottomBox .homeAboutList .item .title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: calc(40 / 40);
  letter-spacing: calc(40 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .homeAboutArea .bottomBox .homeAboutList .item .title {
    font-size: 32px;
  }
}
.homeAboutArea .bottomBox .homeAboutList .item .title.plus .unit {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .homeAboutArea .bottomBox .homeAboutList .item .title.plus .unit {
    margin-bottom: 10px;
  }
}
.homeAboutArea .bottomBox .homeAboutList .item .title.small .content {
  font-size: 25px;
  font-weight: 500;
}
.homeAboutArea .bottomBox .homeAboutList .item .title .unit {
  display: block;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px 5px;
}
.homeAboutArea .bottomBox .homeAboutList .item .text {
  height: 60px;
  opacity: 0.7;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeAboutArea .decoBG {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homeAboutArea .decoBG.active .centerBox .mainDeco .linearImg {
  animation: homeAboutMainImgShow 0.4s linear 0s forwards;
}
.homeAboutArea .decoBG.active .centerBox .mainDeco .lineBox_big {
  animation: gradual-flash 1s linear 0.4s forwards;
}
.homeAboutArea .decoBG.active .centerBox .mainDeco .lineBox_group,
.homeAboutArea .decoBG.active .centerBox .mainDeco .lineBox_smallGroup {
  opacity: 1;
}
.homeAboutArea .decoBG.active .centerBox .smallFloatDeco {
  opacity: 1;
}
.homeAboutArea .decoBG.active .centerBox .bigFloatDeco .behind .left,
.homeAboutArea .decoBG.active .centerBox .bigFloatDeco .behind .right,
.homeAboutArea .decoBG.active .centerBox .bigFloatDeco .front .left,
.homeAboutArea .decoBG.active .centerBox .bigFloatDeco .front .right {
  transform: translate(0) scale(1);
}
.homeAboutArea .decoBG .centerBox {
  width: 380px;
  height: 210px;
  margin: 0 auto;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  .homeAboutArea .decoBG .centerBox {
    margin-top: 280px;
  }
}
@media (max-width: 970px) {
  .homeAboutArea .decoBG .centerBox {
    margin-top: 220px;
  }
}
@media (max-width: 670px) {
  .homeAboutArea .decoBG .centerBox {
    margin-top: 180px;
  }
}
.homeAboutArea .decoBG .centerBox .mainDeco {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .decoBG .centerBox .mainDeco .linearImg {
  width: 157px;
  height: 167px;
  background: url("../images/homeAboutDeco_2.png") no-repeat center;
  background-size: contain;
  transform: scaleY(0);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_big {
  width: 162px;
  height: 174px;
  background: url("../images/homeAboutDeco_lineBox_big.svg") no-repeat center;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: unset;
  left: calc(50% - 1px);
  right: unset;
  bottom: -4px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group {
  width: 120px;
  height: 120px;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: calc(50% - 2px);
  right: unset;
  bottom: unset;
  transform: translate(-50%, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 5s;
  transition-timing-function: ease-in-out;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i {
  display: block;
  width: 100%;
  height: 70px;
  background: url("../images/homeAboutDeco_lineBox_group.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i:nth-of-type(1) {
  animation: rise-and-fade 6s linear infinite;
  animation-delay: 0s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i:nth-of-type(2) {
  animation: rise-and-fade 6s linear infinite;
  animation-delay: 0.5s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i:nth-of-type(3) {
  animation: rise-and-fade 6s linear infinite;
  animation-delay: 1s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i:nth-of-type(4) {
  animation: rise-and-fade 6s linear infinite;
  animation-delay: 1.5s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i:nth-of-type(5) {
  animation: rise-and-fade 6s linear infinite;
  animation-delay: 2s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_group i:nth-of-type(6) {
  animation: rise-and-fade 6s linear infinite;
  animation-delay: 2.5s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup {
  width: 120px;
  height: 120px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 2s;
  transition-timing-function: ease-in-out;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i {
  display: block;
  background: url("../images/homeAboutDeco_lineBox_small.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0;
  animation: float-and-fade 5s linear infinite;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(1) {
  width: 20px;
  height: 20px;
  left: 3px;
  top: 99px;
  animation-delay: 0s;
  animation-duration: 6s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(2) {
  width: 15px;
  height: 15px;
  left: 100px;
  top: 94px;
  animation-delay: 0s;
  animation-duration: 6s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(3) {
  width: 18px;
  height: 18px;
  left: 9px;
  top: 50px;
  animation-delay: 0s;
  animation-duration: 5s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(4) {
  width: 20px;
  height: 20px;
  left: 28px;
  top: 69px;
  animation-delay: 1.2s;
  animation-duration: 6s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(5) {
  width: 12px;
  height: 12px;
  left: 10px;
  top: 17px;
  animation-delay: 1.2s;
  animation-duration: 7s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(6) {
  width: 11px;
  height: 11px;
  left: 75px;
  top: 98px;
  animation-delay: 1.2s;
  animation-duration: 6s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(7) {
  width: 18px;
  height: 18px;
  left: 55px;
  top: 83px;
  animation-delay: 2.4s;
  animation-duration: 7s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(8) {
  width: 18px;
  height: 18px;
  left: 48px;
  top: 56px;
  animation-delay: 2.4s;
  animation-duration: 5s;
}
.homeAboutArea .decoBG .centerBox .mainDeco .lineBox_smallGroup i:nth-of-type(9) {
  width: 14px;
  height: 14px;
  left: 99px;
  top: 69px;
  animation-delay: 2.4s;
  animation-duration: 6s;
}
.homeAboutArea .decoBG .centerBox .smallFloatDeco {
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: unset;
  left: 0;
  right: unset;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.5s;
  transition-delay: 2s;
  transition-timing-function: ease-in-out;
}
.homeAboutArea .decoBG .centerBox .smallFloatDeco .group {
  width: 50%;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .decoBG .centerBox .smallFloatDeco .group i {
  display: block;
  background: url("../images/homeAboutDeco_lineBox_small.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0;
  animation: float-and-fade-glow 5s linear infinite;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind {
  width: 100%;
  height: 100px;
  opacity: 0.5;
  position: absolute;
  top: unset;
  left: 0;
  right: unset;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind .left,
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind .right {
  width: 90px;
  height: 100px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  transition: all 0.8s;
  transition-delay: 0.25s;
  transition-timing-function: ease-in-out;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind .left {
  transform: translate(60px, -60px) scale(0);
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind .right {
  transform: translate(-60px, -60px) scale(0);
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/homeAboutDeco_lineBox_small.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .behind i:nth-of-type(2) {
  transform: scale(0.6);
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front {
  width: 215px;
  height: 40px;
  position: absolute;
  top: 16px;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, 0);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front .left,
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front .right {
  width: 30px;
  height: 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  transition: all 0.8s;
  transition-delay: 0.5s;
  transition-timing-function: ease-in-out;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front .left {
  transform: translate(40px, -40px) scale(0);
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front .right {
  transform: translate(-40px, -40px) scale(0);
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/homeAboutDeco_lineBox_small.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.homeAboutArea .decoBG .centerBox .bigFloatDeco .front i:nth-of-type(2) {
  transform: scale(0.6);
}

.homeAboutBottomDeco {
  width: 100%;
  height: 0;
  background: url("../images/homeAboutDeco_1.png") no-repeat center;
  background-size: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  padding-bottom: 43.5%;
  margin-top: -620px;
}
@media (max-width: 1240px) {
  .homeAboutBottomDeco {
    margin-top: -400px;
  }
}
@media (max-width: 870px) {
  .homeAboutBottomDeco {
    margin-top: -300px;
  }
}
@media (max-width: 670px) {
  .homeAboutBottomDeco {
    margin-top: -200px;
  }
}
@media (max-width: 480px) {
  .homeAboutBottomDeco {
    opacity: 0;
  }
}

.homeProductArea {
  padding-top: 120px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  .homeProductArea {
    overflow: hidden;
  }
}
.homeProductArea .titleBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 2;
  margin-bottom: 120px;
}
.homeProductArea .titleBox .title::before {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: -2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 red);
  animation: glitch-animation-8 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homeProductArea .titleBox .title::before {
    display: none;
    animation: none;
  }
}
.homeProductArea .titleBox .title::after {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: 2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 blue);
  animation: glitch-animation-9 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homeProductArea .titleBox .title::after {
    display: none;
    animation: none;
  }
}
.homeProductArea .content {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
  transition-timing-function: ease-in-out;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .homeProductItem {
  animation: gradual-flash 1.5s linear 0s forwards;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .homeProductItem:nth-of-type(2) {
  animation-delay: 0.4s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .homeProductItem:nth-of-type(3) {
  animation-delay: 0.6s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .homeProductItem:nth-of-type(4) {
  animation-delay: 0.8s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .lineDecoBox div {
  animation: gradual-flash 1.5s linear 0s forwards;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(1) {
  animation-delay: 0.2s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(2) {
  animation-delay: 0.4s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(3) {
  animation-delay: 0.6s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .homeProductItem {
  animation: gradual-flash 1.5s linear 0s forwards;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .homeProductItem:nth-of-type(2) {
  animation-delay: 0.4s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .homeProductItem:nth-of-type(3) {
  animation-delay: 0.6s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .homeProductItem:nth-of-type(4) {
  animation-delay: 0.8s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .lineDecoBox div {
  animation: gradual-flash 1.5s linear 0s forwards;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(1) {
  animation-delay: 0.2s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(2) {
  animation-delay: 0.4s;
}
.homeProductArea .content.active .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(3) {
  animation-delay: 0.6s;
}
.homeProductArea .content .centerBox {
  width: 515px;
  height: 515px;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1260px) {
  .homeProductArea .content .centerBox {
    position: static;
    transform: translate(0);
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .homeProductArea .content .centerBox {
    width: 100%;
  }
}
.homeProductArea .content .centerBox.active .circle_1,
.homeProductArea .content .centerBox.active .circle_2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.homeProductArea .content .centerBox.active .circle_2 {
  transition-delay: 0.2s;
}
.homeProductArea .content .centerBox .productImgList {
  width: 250px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 2;
}
.homeProductArea .content .centerBox .linearBG {
  width: 515px;
  height: 515px;
  background: url("../images/productDeco_1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.homeProductArea .content .centerBox .decoImg {
  width: 370px;
  height: 370px;
  background: url("../images/productDeco_2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.homeProductArea .content .centerBox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.homeProductArea .content .centerBox svg.circle_1 {
  width: 440px;
  height: 440px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.homeProductArea .content .centerBox svg.circle_1 circle {
  stroke-dasharray: 4 2;
}
.homeProductArea .content .centerBox svg.circle_2 {
  width: 550px;
  height: 550px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.homeProductArea .content .centerBox svg.circle_3 {
  width: 650px;
  height: 650px;
  animation: centerRound 40s linear 0s infinite;
}
.homeProductArea .content .centerBox svg.circle_3 circle {
  stroke-dasharray: 4 2;
}
.homeProductArea .content .centerBox svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}
.homeProductArea .content .homeProductBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1260px) {
  .homeProductArea .content .homeProductBox {
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .homeProductArea .content .homeProductBox {
    flex-direction: column;
  }
}
.homeProductArea .content .homeProductBox .homeProductList {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox {
  width: 410px;
  left: 230px;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(1) {
  width: 416px;
  height: 173px;
  top: 25px;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(1) i {
  width: 15px;
  height: 4px;
  offset-path: path("M0,.5h148.89c14.97,0,27.11,12.14,27.11,27.11v117.78c0,14.97,12.14,27.11,27.11,27.11h212.89");
  animation: path-animation-1 4s linear infinite;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(2) {
  width: 416px;
  height: 10px;
  top: 198px;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(2) i {
  width: 30px;
  height: 4px;
  position: absolute;
  offset-path: path("M0,5h416");
  opacity: 0;
  animation: horizontal-path-animation 3s linear infinite;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(2) i:nth-of-type(1) {
  width: 30px;
  animation-delay: 0s;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(2) i:nth-of-type(2) {
  width: 40px;
  animation-delay: 1.5s;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(2) i:nth-of-type(3) {
  width: 50px;
  animation-delay: 3s;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(3) {
  width: 416px;
  height: 173px;
  bottom: 25px;
  transform: scaleY(-1);
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(3) i {
  width: 15px;
  height: 4px;
  offset-path: path("M0,.5h148.89c14.97,0,27.11,12.14,27.11,27.11v117.78c0,14.97,12.14,27.11,27.11,27.11h212.89");
  position: absolute;
  opacity: 0;
  animation: path-animation-2 6s linear infinite;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(3) i:nth-of-type(1) {
  width: 15px;
  animation-delay: 0s;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div:nth-of-type(3) i:nth-of-type(2) {
  width: 20px;
  animation-delay: 1.5s;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div i {
  display: block;
  background: #ffffff;
}
.homeProductArea .content .homeProductBox .homeProductList.left .lineDecoBox div svg {
  stroke-dasharray: 4 2;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox {
  width: 480px;
  right: 208px;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(1) {
  width: 480px;
  height: 173px;
  top: 25px;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(1) i {
  width: 15px;
  height: 4px;
  offset-path: path("M480,.5h-172c-14.97,0,-27.11,12.14,-27.11,27.11v117.78c0,14.97,-12.14,27.11,-27.11,27.11h-253.78");
  position: absolute;
  opacity: 0;
  animation: path-animation-2 2s linear infinite;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(1) i:nth-of-type(1) {
  width: 15px;
  animation-delay: 0s;
  animation-duration: 4s;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(1) i:nth-of-type(2) {
  width: 20px;
  animation-delay: 3s;
  animation-duration: 3s;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(2) {
  width: 480px;
  height: 10px;
  top: 198px;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(2) i {
  width: 30px;
  height: 4px;
  offset-path: path("M0,5h480");
  animation: horizontal-path-animation-reverse 3s linear infinite;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(3) {
  width: 480px;
  height: 173px;
  bottom: 25px;
  transform: scaleY(-1);
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(3) i {
  width: 15px;
  height: 4px;
  offset-path: path("M480,.5h-172c-14.97,0,-27.11,12.14,-27.11,27.11v117.78c0,14.97,-12.14,27.11,-27.11,27.11h-253.78");
  position: absolute;
  opacity: 0;
  animation: path-animation-1 4s linear infinite;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(3) i:nth-of-type(1) {
  width: 12px;
  animation-delay: 0s;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(3) i:nth-of-type(2) {
  width: 14px;
  animation-delay: 1.5s;
}
.homeProductArea .content .homeProductBox .homeProductList.right .lineDecoBox div:nth-of-type(3) i:nth-of-type(3) {
  width: 16px;
  animation-delay: 3s;
}
.homeProductArea .content .homeProductBox .homeProductList.right .item::before {
  right: unset;
  left: -3px;
}
.homeProductArea .content .homeProductBox .homeProductList .homeProductItem {
  opacity: 0;
  margin-bottom: 125px;
}
@media (max-width: 1260px) {
  .homeProductArea .content .homeProductBox .homeProductList .homeProductItem {
    margin-bottom: 30px;
  }
}
.homeProductArea .content .homeProductBox .homeProductList .homeProductItem:last-child {
  margin: 0;
}
.homeProductArea .content .homeProductBox .homeProductList .item {
  min-width: 205px;
  border-radius: 99px;
  padding: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.homeProductArea .content .homeProductBox .homeProductList .item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: unset;
  right: -3px;
  bottom: unset;
  transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1260px) {
  .homeProductArea .content .homeProductBox .homeProductList .item::before {
    display: none;
  }
}
@media (max-width: 1260px) {
  .homeProductArea .content .homeProductBox .homeProductList .item {
    min-width: 240px;
  }
}
@media (max-width: 600px) {
  .homeProductArea .content .homeProductBox .homeProductList .item {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 1181px) {
  .homeProductArea .content .homeProductBox .homeProductList .item.hasLink:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
.homeProductArea .content .homeProductBox .homeProductList .item .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeProductArea .content .homeProductBox .homeProductList .item .title .subtitle {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeProductArea .content .homeProductBox .homeProductList .item .numBox {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  .homeProductArea .content .homeProductBox .homeProductList .item .numBox {
    margin: 0 10px 0 0;
  }
}
.homeProductArea .content .homeProductBox .homeProductList .item .numBox .num {
  color: #874ab8;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeProductArea .content .homeProductBox .homeProductList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homeProductArea .content .homeProductBox .homeProductList .lineDecoBox {
  height: 100%;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1260px) {
  .homeProductArea .content .homeProductBox .homeProductList .lineDecoBox {
    display: none;
  }
}
.homeProductArea .content .homeProductBox .homeProductList .lineDecoBox div {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.homeProductArea .content .homeProductBox .homeProductList .lineDecoBox div svg {
  stroke-dasharray: 4 2;
  position: absolute;
  left: 0;
}
.homeProductArea .content .homeProductBox .homeProductList .lineDecoBox div svg path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}
.homeProductArea .content .homeProductBox .homeProductList .lineDecoBox div i {
  display: block;
  background: #ffffff;
}
.homeProductArea .decoBG {
  background: url("../images/productDeco_3.png") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homeProductArea .decoBG::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/productDeco_3_1.png") no-repeat top center;
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0;
  animation: subtle-flash 4s ease-in-out infinite;
}

.homeProductBottomDeco {
  width: 100%;
  height: 0;
  background: url("../images/homeAboutDeco_1.png") no-repeat center;
  background-size: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  padding-bottom: 43.5%;
  margin-top: -500px;
}
@media (max-width: 1180px) {
  .homeProductBottomDeco {
    margin-top: -300px;
  }
}
@media (max-width: 768px) {
  .homeProductBottomDeco {
    margin-top: -150px;
  }
}
@media (max-width: 480px) {
  .homeProductBottomDeco {
    opacity: 0;
  }
}

.homeApplicationArea {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 480px) {
  .homeApplicationArea {
    overflow: hidden;
  }
}
.homeApplicationArea .titleBox {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .homeApplicationArea .titleBox {
    margin-bottom: 50px;
  }
}
.homeApplicationArea .titleBox .title::before {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: -2px;
  left: -4px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 blue);
  animation: glitch-animation-11 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homeApplicationArea .titleBox .title::before {
    display: none;
    animation: none;
  }
}
.homeApplicationArea .titleBox .title::after {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: -2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 green);
  animation: glitch-animation-10 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homeApplicationArea .titleBox .title::after {
    display: none;
    animation: none;
  }
}
.homeApplicationArea .homeApplicationList {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 480px);
  grid-template-rows: auto;
  gap: 0;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .homeApplicationArea .homeApplicationList {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.homeApplicationArea .homeApplicationList .homeApplicationItem:nth-of-type(even) {
  padding-top: 140px;
}
@media (max-width: 1080px) {
  .homeApplicationArea .homeApplicationList .homeApplicationItem:nth-of-type(even) {
    padding: 0;
  }
}
.homeApplicationArea .homeApplicationList .item {
  width: 100%;
  border-radius: 10px;
  padding: 3px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .homeApplicationArea .homeApplicationList .item:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 1080px) {
  .homeApplicationArea .homeApplicationList .item {
    max-width: 480px;
    margin: 0 auto;
  }
}
.homeApplicationArea .homeApplicationList .item .Img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
}
.homeApplicationArea .homeApplicationList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.homeApplicationArea .homeApplicationList .item .Txt {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.homeApplicationArea .homeApplicationList .item .Txt .title {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 0 / 1000 * 1px);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeApplicationArea .homeApplicationList .item .Txt .subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.homeApplicationArea .mainImgBox {
  width: 100%;
  position: sticky;
  top: 120px;
  left: 0;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .homeApplicationArea .mainImgBox {
    display: none;
  }
}
.homeApplicationArea .mainImgBox.active .part:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0);
}
.homeApplicationArea .mainImgBox.active .part:nth-of-type(2) .decoImg_3,
.homeApplicationArea .mainImgBox.active .part:nth-of-type(2) .decoImg_4 {
  opacity: 1;
  transform: translateX(0);
}
.homeApplicationArea .mainImgBox.active .part:nth-of-type(3) {
  opacity: 1;
  transform: translateY(0);
}
.homeApplicationArea .mainImgBox.active .part:nth-of-type(3) .decoImg_5,
.homeApplicationArea .mainImgBox.active .part:nth-of-type(3) .decoImg_6,
.homeApplicationArea .mainImgBox.active .part:nth-of-type(3) .decoImg_7 {
  opacity: 1;
  transform: translate(0);
}
.homeApplicationArea .mainImgBox.active .part:nth-of-type(4) {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.homeApplicationArea .mainImgBox.active .part:nth-of-type(4) .decoImg_9 {
  opacity: 1;
  transform: translateY(0);
}
.homeApplicationArea .mainImgBox .decoImg_1 {
  width: 383px;
  height: 298px;
  background: url("../images/applicationDeco_1.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_2 {
  width: 257px;
  height: 162px;
  background: url("../images/applicationDeco_2.png") no-repeat center;
  background-size: contain;
  animation: applicationFloat 2s ease 0.5s infinite alternate;
}
.homeApplicationArea .mainImgBox .decoImg_3 {
  width: 57px;
  height: 45px;
  background: url("../images/applicationDeco_3.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_4 {
  width: 32px;
  height: 50px;
  background: url("../images/applicationDeco_4.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_5 {
  width: 195px;
  height: 113px;
  background: url("../images/applicationDeco_5.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_6 {
  width: 163px;
  height: 100px;
  background: url("../images/applicationDeco_6.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_7 {
  width: 158px;
  height: 101px;
  background: url("../images/applicationDeco_7.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_8 {
  width: 380px;
  height: 215px;
  background: url("../images/applicationDeco_8.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_9 {
  width: 65px;
  height: 40px;
  background: url("../images/applicationDeco_9.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .decoImg_10 {
  width: 410px;
  height: 237px;
  background: url("../images/applicationDeco_10.png") no-repeat center;
  background-size: contain;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 2;
}
.homeApplicationArea .mainImgBox .decoImg_11 {
  width: 379px;
  height: 217px;
  background: url("../images/applicationDeco_11.png") no-repeat center;
  background-size: contain;
}
.homeApplicationArea .mainImgBox .part {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeApplicationArea .mainImgBox .part:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-100%);
  margin-top: -50px;
}
.homeApplicationArea .mainImgBox .part:nth-of-type(3) {
  opacity: 0;
  transform: translateY(-100%);
  transition-delay: 0.15s;
  margin-top: -15px;
}
.homeApplicationArea .mainImgBox .part:nth-of-type(4) {
  opacity: 0;
  transform: translateY(-100%) scale(0.5);
  transition: 0.8s;
  transition-delay: 0.7s;
  margin-top: -50px;
}
.homeApplicationArea .mainImgBox .part .decoImg_3 {
  transition: all 0.5s;
  transition-delay: 0.25s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: unset;
  left: unset;
  right: -40px;
  bottom: 10px;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  animation: applicationFloat 2s ease 1s infinite alternate;
}
.homeApplicationArea .mainImgBox .part .decoImg_4 {
  transition: all 0.5s;
  transition-delay: 0.4s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: unset;
  left: unset;
  right: 40px;
  bottom: -10px;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  animation: applicationFloat 1s ease 1.25s infinite alternate;
}
.homeApplicationArea .mainImgBox .part .decoImg_5 {
  transition: all 0.5s;
  transition-delay: 0.45s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 20px;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translate(50%, 50%);
  animation: applicationFloat 2s ease 1.3s infinite alternate;
}
.homeApplicationArea .mainImgBox .part .decoImg_6 {
  transition: all 0.5s;
  transition-delay: 0.55s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 60px;
  left: unset;
  right: 0;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: applicationFloat 2.2s ease 1.4s infinite alternate;
}
.homeApplicationArea .mainImgBox .part .decoImg_7 {
  transition: all 0.5s;
  transition-delay: 0.65s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: unset;
  left: unset;
  right: 210px;
  bottom: -30px;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translate(50%, -50%);
  animation: applicationFloat 2.4s ease 1.5s infinite alternate;
}
.homeApplicationArea .mainImgBox .part .decoImg_9 {
  transition: all 0.5s;
  transition-delay: 1.05s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 95px;
  left: 170px;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translateY(-100%);
  animation: applicationFloat 2s ease 2s infinite alternate;
}
.homeApplicationArea .mainImgBox .part .decoImg_11 {
  opacity: 0;
  animation: gradual-flash 2s linear 1.5s forwards;
  position: absolute;
  top: unset;
  left: 25px;
  right: unset;
  bottom: -105px;
  transform: translate(0, 0);
  z-index: 1;
}
.homeApplicationArea .mainImgBox div {
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.homeApplicationArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: -150px;
}
@media (max-width: 1800px) {
  .homeApplicationArea .decoBox {
    display: none;
  }
}
.homeApplicationArea .decoBox .deco_1,
.homeApplicationArea .decoBox .deco_2 {
  width: 76px;
  height: 507px;
  background: url("../images/bannerDeco_1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 90px;
  left: 0;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
.homeApplicationArea .decoBox .deco_1 div,
.homeApplicationArea .decoBox .deco_2 div {
  width: 10px;
  height: 82px;
  position: absolute;
  top: 56px;
  left: unset;
  right: 0;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.homeApplicationArea .decoBox .deco_1 div i,
.homeApplicationArea .decoBox .deco_2 div i {
  display: block;
  width: 8px;
  height: 6px;
  transform: skewY(45deg);
  opacity: 0;
  animation: random-opacity-glow 3s infinite;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(1),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(1) {
  animation-delay: 0.3s;
  animation-duration: 4s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(2),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(2) {
  animation-delay: 0.6s;
  animation-duration: 4s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(3),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(3) {
  animation-delay: 0.9s;
  animation-duration: 5s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(4),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(4) {
  animation-delay: 1.2s;
  animation-duration: 3s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(5),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(5) {
  animation-delay: 1.5s;
  animation-duration: 3s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(6),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(6) {
  animation-delay: 1.8s;
  animation-duration: 5s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(7),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(7) {
  animation-delay: 2.1s;
  animation-duration: 4s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(8),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(8) {
  animation-delay: 2.4s;
  animation-duration: 4s;
  background: #ffffff;
}
.homeApplicationArea .decoBox .deco_1 div i:nth-of-type(3), .homeApplicationArea .decoBox .deco_1 div i:nth-of-type(7),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(3),
.homeApplicationArea .decoBox .deco_2 div i:nth-of-type(7) {
  animation: random-opacity-glow 3s infinite, quick-flash 11s infinite;
}
.homeApplicationArea .decoBox .deco_2 {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}

.homePartnerArea {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .homePartnerArea {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .homePartnerArea {
    padding: 0;
  }
}
.homePartnerArea .titleBox {
  text-align: center;
}
.homePartnerArea .titleBox.active .textEditor,
.homePartnerArea .titleBox.active .btnBox {
  opacity: 1;
  transform: translate(0);
}
.homePartnerArea .titleBox .title::before {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: -2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 red);
  animation: glitch-animation-12 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homePartnerArea .titleBox .title::before {
    display: none;
    animation: none;
  }
}
.homePartnerArea .titleBox .title::after {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: 0px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 green);
  animation: glitch-animation-13 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .homePartnerArea .titleBox .title::after {
    display: none;
    animation: none;
  }
}
.homePartnerArea .titleBox .textEditor {
  margin-top: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
  transition-delay: 0.4s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 970px) {
  .homePartnerArea .titleBox .textEditor {
    margin-top: 30px;
  }
}
.homePartnerArea .titleBox .btnBox {
  margin-top: 70px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
  transition-delay: 0.6s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 970px) {
  .homePartnerArea .titleBox .btnBox {
    margin-top: 30px;
  }
}

.homePartnerBottomDeco {
  width: 100%;
  height: 0;
  background: url("../images/partnerDeco_1.png") no-repeat center;
  background-size: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  padding-bottom: 53.5%;
  margin-top: -800px;
}
@media (max-width: 1600px) {
  .homePartnerBottomDeco {
    margin-top: -500px;
  }
}
@media (max-width: 1080px) {
  .homePartnerBottomDeco {
    margin-top: -300px;
  }
}
@media (max-width: 768px) {
  .homePartnerBottomDeco {
    margin-top: -200px;
  }
}
@media (max-width: 600px) {
  .homePartnerBottomDeco {
    margin-top: -100px;
  }
}

.newsArea {
  padding-bottom: 100px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 480px) {
  .newsArea {
    padding-bottom: 50px;
  }
}
.newsArea .titleBox .title::before {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: -2px;
  pointer-events: none;
  filter: drop-shadow(-2px 0 0 red);
  animation: glitch-animation-6 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .newsArea .titleBox .title::before {
    display: none;
    animation: none;
  }
}
.newsArea .titleBox .title::after {
  content: "";
  position: absolute;
  content: attr(data-text);
  color: #ffffff;
  top: 0;
  left: 2px;
  pointer-events: none;
  white-space: nowrap;
  filter: drop-shadow(-2px 0 0 blue);
  animation: glitch-animation-7 4s linear 0s infinite alternate-reverse;
}
@media (max-width: 900px) {
  .newsArea .titleBox .title::after {
    display: none;
    animation: none;
  }
}
.newsArea .newsBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 2;
}
.newsArea .newsList .slick-list {
  padding: 30px 0;
}
.newsArea .newsList .slick-slide {
  opacity: 0;
  pointer-events: none;
  padding-top: 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.newsArea .newsList .slick-active {
  opacity: 1;
  pointer-events: auto;
}
.newsArea .newsList .newsItem {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1181px) {
  .newsArea .newsList .newsItem:hover .item .Img {
    opacity: 1;
    transform: translate(0);
  }
}
.newsArea .newsList .newsItem .item .Img {
  width: 280px;
  border-radius: 10px;
  overflow: hidden;
  border-style: solid;
  border-color: #874ab8;
  border-width: 1px;
  position: absolute;
  top: -20px;
  left: unset;
  right: 90px;
  bottom: unset;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.newsArea .newsList .newsItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsArea .newsList .newsItem .item .Txt .newsInfoBox {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.newsArea .newsList .newsItem .item .Txt .newsInfoBox .dateBox {
  margin-right: 10px;
}
.newsArea .newsList .newsItem .item .Txt .newsInfoBox .dateBox .date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsList .newsItem .item .Txt .newsInfoBox .classTitle {
  border-radius: 99px;
  padding: 6px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}
.newsArea .newsList .newsItem .item .Txt .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .newsList .newsItem .item .Txt .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsArea .newsList .newsItem .item .Txt .downloadItem {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 10px;
  bottom: unset;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.newsArea .newsList .newsItem .item .Txt .downloadItem::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 30px;
  background: url("../images/downloadIC.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .newsArea .newsList .newsItem .item .Txt .downloadItem:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  .newsArea .newsList .newsItem .item .Txt .downloadItem:hover::before {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
}
.newsArea .newsList .newsItem .item .Txt .downloadItem a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsArea .decoBG {
  background: url("../images/productDeco_3.png") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 80px;
}
.newsArea .decoBG::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/productDeco_3_1.png") no-repeat top center;
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0;
  animation: subtle-flash 4s ease-in-out infinite;
}