@charset "UTF-8";
.wrapper::before,
.siteHeader::before {
  display: none !important;
}

.banner {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  opacity: 0;
  z-index: 9;
  padding-bottom: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 1.2s ease;
}
.banner::after {
  content: "";
  width: 26vw;
  height: 26vw;
  right: 0;
  top: 100%;
  z-index: 2;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f90c07;
  opacity: 0.6;
  transform: translateY(-55%);
}
@media screen and (max-width: 1000px) {
  .banner::after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 650px) {
  .banner::after {
    display: none;
  }
}
.banner.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.banner .caption {
  position: absolute;
  width: calc(100% - 40px - 140px);
  max-width: 1350px;
  padding-right: 20px;
  padding-left: 20px;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(-30%) translateX(-50%);
}
@media screen and (max-width: 650px) {
  .banner .caption {
    width: calc(100% - 40px - 0px);
  }
}
.banner .caption .txtBox {
  max-width: 460px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 1px 1px 1px 0;
  padding: 60px 45px 0px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .banner .caption .txtBox {
    padding: 30px 30px 0px 0;
  }
}
@media screen and (max-width: 650px) {
  .banner .caption .txtBox {
    padding: 10px 10px 0px 0;
  }
}
.banner .caption .txtBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 650px) {
  .banner .caption .txtBox::before {
    height: 5px;
  }
}
.banner .caption .txtBox .txt {
  font-size: 1.3125rem;
  color: #fff;
  padding: 20px 0 60px 45px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .banner .caption .txtBox .txt {
    font-size: 1.125rem;
    padding: 20px 0 60px 30px;
  }
}
@media screen and (max-width: 650px) {
  .banner .caption .txtBox .txt {
    font-size: 1rem;
    padding: 5px 0 5px 10px;
  }
}
.banner .caption .txtBox .txt::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.banner .caption .txtBox::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f90c07;
  right: 2px;
  bottom: 2px;
}
@media screen and (max-width: 650px) {
  .banner .caption .txtBox::after {
    width: 25px;
    height: 25px;
  }
}
.banner .caption .title {
  color: #fff;
  margin: 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-left: -70px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .banner .caption .title {
    font-size: 1.875rem;
    margin-left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .banner .caption .title {
    font-size: 1.3rem;
    margin-left: -20px;
  }
}
.banner .slick-slide {
  position: relative;
  height: 38vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.banner .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.banner .slick-slide iframe {
    position:absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left:50%;
  top:50%;
    transform: translateX(-50%) scale(1.5) translateY(-50%);
}
@media screen and (max-width: 600px) {
  .banner .slick-slide iframe {
  height: 200%;
    transform: translateX(-50%) scale(1) translateY(-50%);
  }
}
.banner .slick-slide figure {
  position: relative;
  height: 100%;
}
.banner .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.banner .slick-slide .slide-image.show {
  opacity: 1;
}
.banner .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.banner .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.banner .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.banner .slick-slide.slick-active {
  z-index: 1;
}
.banner .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.banner .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
@media screen and (max-width: 600px) {
  .banner .slick-slide.slick-active .caption {
    margin-top:-10px;
  }
}
.banner .slick-dots {
  position: absolute;
  bottom: 5%;
  right: 250px;
}
@media screen and (max-width: 1000px) {
  .banner .slick-dots {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  width: 12px;
  text-align: center;
}
.banner .slick-dots li button {
  width: 8px;
  height: 8px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  padding: 0;
  transition: all 0.3s ease;
  box-sizing: unset;
}
.banner .slick-dots li button:hover {
  border: 2px solid #fff;
  background: none;
}
.banner .slick-dots li.slick-active button {
  border: 2px solid #fff;
  background: none;
}

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.mainBox {
  position: relative;
  overflow:hidden;
}
.mainBox::before {
  content: "";
  width: 500px;
  height: 500px;
  right: 0;
  bottom: 100%;
  left: auto;
  top: auto;
  z-index: 2;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f90c07;
  transform: translateY(45%);
}
@media screen and (max-width: 650px) {
  .mainBox::before {
    transform: translateY(50%);
    width: 250px;
    height: 250px;
  }
}

.technologies {
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .technologies {
    padding-top: 50px;
  }
}
.technologies::before {
  content: "";
  width: 19vw;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #999999;
}
.technologies::after {
  content: "";
  width: 47vw;
  aspect-ratio: 1/1;
  left: 0;
  top: 0%;
  z-index: -2;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #000;
}
@media screen and (max-width: 1260px) {
  .technologies::after {
      width:100%;
    max-width: 580px;
  }
}
.technologies .container {
  position: relative;
}
.technologies .container::before {
  content: "";
  left: 20px;
  top: 35px;
  right: -20%;
  bottom: 0;
  z-index: -3;
  display: block;
  position: absolute;
  background: #f5f5f5;
}
@media screen and (max-width: 1000px) {
  .technologies .container::before {
    left:20px;
    right:20px;
  }
}
.technologies .sectionTitle {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-family: "Hind", Arial, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif, "0xe804";
  margin: 0 0 2%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .technologies .sectionTitle {
    font-size: 2.25rem;
    max-width: 840px;
    margin: 0 auto 2%;
  }
}
.technologies .sectionTitle span {
  display: block;
  color: #f90d08;
}
.technologies .bottomBox {
  display: flex;
  align-items: flex-start;
  z-index:90 !important;
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox {
    flex-direction: column;
    max-width: 840px;
    margin: 0 auto;
  }
}
.technologies .bottomBox .picBox {
  margin-bottom: -40px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  border: 2px solid #f90d08;
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox .picBox {
    margin-bottom: 0;
  }
}
.technologies .bottomBox .picBox .item {
  display: none;
}
.technologies .bottomBox .picBox .item.active {
  display: block;
}
.technologies .bottomBox .picBox .pic {
  line-height: 0;
  position: relative;
}
.technologies .bottomBox .picBox .pic img {
  aspect-ratio: 84/59;
  -o-object-fit: contain;
     object-fit: contain;
}
.technologies .bottomBox .picBox .txt {
  position: absolute;
  color: #fff;
  line-height: 1.4;
  padding: 30px;
  bottom: 0;
  left: 0;
  padding-right: 25%;
  background: rgba(102, 102, 102, 0.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox .picBox .txt {
    position: relative;
  }
}
.technologies .bottomBox .picBox .txt .more {
  display: block;
  width: 60px;
  height: 60px;
  color: transparent;
  border: #fff 1px solid;
  position: absolute;
  background: url("../images/arrow.svg") no-repeat;
  background-size: 30%;
  background-position: 55% center;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.technologies .bottomBox .picBox .txt .more::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask: url("../images/arrow.svg") no-repeat;
          mask: url("../images/arrow.svg") no-repeat;
  -webkit-mask-size: 30%;
          mask-size: 30%;
  -webkit-mask-position: 55% center;
          mask-position: 55% center;
  background-color: #fff;
}

.technologies .bottomBox .outBox{
  flex-grow: 1;
  border-top: #dddddd 1px solid;
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox .outBox{
    width: 100%;
    order:-1;
    z-index:80;
  }
}
.technologies .bottomBox .outBox .title {
    width:100%;
    padding:10px 20px;
  border: #dddddd 1px solid;
  position:relative;
}
.technologies .bottomBox .outBox .title::before {
    content:'+';
    position:absolute;
    right:20px;
    top:10px;
    font-size:20px;
}
@media screen and (min-width: 1001px) {
  .technologies .bottomBox .outBox .title {
    display:none;
  }
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox .titleBox {
    display:none;
  }
}
.technologies .bottomBox .titleBox .item {
  align-items: stretch;
  border-bottom: #dddddd 1px solid;
}
.technologies .bottomBox .titleBox .item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.technologies .bottomBox .titleBox .item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.technologies .bottomBox .titleBox .item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.technologies .bottomBox .titleBox .item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.technologies .bottomBox .titleBox .item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.technologies .bottomBox .titleBox .item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.technologies .bottomBox .titleBox .item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.technologies .bottomBox .titleBox .item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.technologies .bottomBox .titleBox .item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox .titleBox .item {
  -webkit-animation-delay: 0.0s !important;
          animation-delay: 0.0s !important;
      visibility:visible !important;
    border-left: #dddddd 1px solid;
    width: 100%;
  }
}
.technologies .bottomBox .titleBox .item button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 18px 0 18px 40px;
  text-align: left;
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .technologies .bottomBox .titleBox .item button {
    padding: 20px;
  }
}
.technologies .bottomBox .titleBox .item.active button, .technologies .bottomBox .titleBox .item:hover button {
  background: #f90d08;
  color: #fff;
}

.countBox {
  position: relative;
}
.countBox .listBox {
  display: flex;
  border-left: #dddddd 1px solid;
}
@media screen and (max-width: 767px) {
  .countBox .listBox {
    flex-direction: column;
    border: none;
  }
}
.countBox .item {
  width: 33.3333333333%;
  flex-grow: 0.8;
  text-align: center;
  font-size: 2.625rem;
  padding: 12% 20px 8%;
  border: #dddddd 1px solid;
  border-width: 0 1px 0 0;
}
@media screen and (max-width: 1000px) {
  .countBox .item {
    padding: 10% 20px 8%;
    font-size: 1.625rem;
  }
  .countBox .item + .item {
    border-width: 1px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .countBox .item {
    width: 100%;
  }
}
.countBox .item .num {
  display: flex;
  line-height: 1;
  justify-content: center;
  color: #f90d08;
}
.countBox .item .num .count {
  font-size: 6rem;
}
@media screen and (max-width: 1000px) {
  .countBox .item .num .count {
    font-size: 3.75rem;
  }
}
.countBox .item:nth-child(3) .num span {
  align-self: flex-end;
  padding-bottom: 15px;
}
.countBox .item .info {
  color: #212121;
  font-size: 1.3125rem;
}

.industry {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .industry {
    margin-bottom: 3%;
  }
}
.industry::before {
  content: "";
  position: absolute;
  display: block;
  background-image: radial-gradient(#c8c7c7 2px, transparent 0);
  background-size: 28px 28px;
  inset: 0;
  z-index: -1;
}
.industry .sectionTitle {
  text-align: center;
  color: #212121;
  font-size: 3rem;
  font-weight: 500;
  padding: 6% 0 3%;
}
@media screen and (max-width: 1000px) {
  .industry .sectionTitle {
    font-size: 2.25rem;
  }
}
.industry .listBox {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.industry .listBox::after {
  content: "";
  display: block;
  background: #f90d08;
}
@media screen and (max-width: 1000px) {
  .industry .listBox::after {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .industry .listBox::after {
    width: 50%;
  }
}
.industry .listBox:hover > :not(:hover).item {
  opacity: 0.4;
}
.industry .item {
  width: 20%;
  position: relative;
}
.industry .item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.industry .item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.industry .item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.industry .item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.industry .item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1000px) {
  .industry .item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .industry .item {
    width: 50%;
  }
}
.industry .item .pic {
  overflow: hidden;
  line-height: 0;
}
.industry .item .pic img {
  transition: all 3s ease;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.industry .item .txt {
  width: 100%;
  position: absolute;
  padding: 0px 20px 15px;
  overflow:hidden;
  left: 0;
  bottom: 0px;
  text-align:center;
  line-height:1.2;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width: 1260px) {
  .industry .item .txt {
    font-size: 1.375rem;
    font-weight: 600;
  }
}
.industry .item:hover .pic img {
  transform: scale(1.1);
}

.newsBox {
  padding: 5% 0 0;
  position: relative;
}
.newsBox::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 60vw;
  top: 0;
  bottom: 0;
  background: #f90d08;
  margin-top: -17%;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 1000px) {
  .newsBox::before {
    display: none;
  }
}
.newsBox .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .newsBox .container {
    flex-direction: column;
  }
}
.newsBox .container .listBox {
  width: calc(100% - 270px);
  max-width: 1100px;
  background: #fff;
  padding-bottom: 5%;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .newsBox .container .listBox {
    order: 2;
    width: 100%;
  }
}
.newsBox .container .item a {
  display: block;
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  .newsBox .container .item a {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .newsBox .container .item a {
    padding: 10px;
  }
}
.newsBox .container .item .pic {
  line-height: 0;
  border: #eeeeee 1px solid;
  margin-bottom: 20px;
}
.newsBox .container .item .title {
  color: #212121;
  font-size: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  margin-bottom: 15px;
}
.newsBox .container .item .txt {
  color: #666666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.newsBox .container .item .date {
  display: flex;
  color: #f90d08;
  font-size: 0.9375rem;
}
.newsBox .container .item .date time {
  margin-right: 10px;
}
.newsBox .container .titleBox .title {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: right;
  line-height: 1;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .newsBox .container .titleBox .title {
    color: #000;
    font-size: 2.25rem;
  }
}
.newsBox .container .titleBox .title span {
  display: block;
}
@media screen and (max-width: 1000px) {
  .newsBox .container .titleBox .title span {
    display: inline;
    margin-right: 20px;
  }
}
.newsBox .container .titleBox .more {
  color: #fff;
  font-size: 0.9375rem;
  display: block;
  text-align: right;
  position: relative;
  margin-bottom: 10%;
}
@media screen and (max-width: 1000px) {
  .newsBox .container .titleBox .more {
    color: #000;
  }
}
.newsBox .container .titleBox .more::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 10px;
  left: 0;
  right: 100px;
  background: #060606;
}
.newsBox .container .titleBox .controlBox {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .newsBox .container .titleBox .controlBox {
    justify-content: center;
  }
}
.newsBox .container .titleBox .controlBox button {
  display: block;
  width: 60px;
  height: 60px;
  color: transparent;
  border: #dadada 1px solid;
  background: none;
  position: relative;
}
.newsBox .container .titleBox .controlBox button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask: url("../images/arrow.svg") no-repeat;
          mask: url("../images/arrow.svg") no-repeat;
  -webkit-mask-size: 30%;
          mask-size: 30%;
  -webkit-mask-position: 55% center;
          mask-position: 55% center;
  background-color: #dadada;
}
.newsBox .container .titleBox .controlBox button.slick-prev {
  transform: rotate(180deg);
  border-left: none;
}

.footerBox .footerTop {
  border-top: 1px solid #ff5652;
}/*# sourceMappingURL=index.css.map */