.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}

.arrow {
 width: 30px;
 height: 30px;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.arrow::before {
 content: "";
 display: block;
 width: 65%;
 height: 65%;
 border-top: 4px solid #000;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.arrow.prev::before {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
 border-left: 4px solid #000;
}
.arrow.next::before {
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
 border-right: 4px solid #000;
}
@media (min-width: 1181px) {
 .arrow:hover::before {
  border-color: #90c31f;
 }
}

/* home(ib_info_004) */
.ib_info_004 {
 position: fixed;
 left: 0;
 top: 0;
 z-index: 500;
 width: 100%;
 height: 100vh;
 font-size: 15px;
 line-height: 1.8;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 -webkit-transition: all 0.7s;
 transition: all 0.7s;
}
.ib_info_004 .mask {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100vh;
 background-color: rgba(0, 0, 0, 0.7);
 opacity: 0;
 -webkit-transition: all 0.7s;
 transition: all 0.7s;
}
.ib_info_004 .inner {
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
 width: 700px;
 max-width: 90%;
 max-height: 85vh;
 opacity: 0;
 background-color: #fff;
 -webkit-transition: all 0.7s;
 transition: all 0.7s;
}
.ib_info_004 .popContent {
 max-height: 85vh;
 overflow-y: auto;
}
.ib_info_004 img {
 display: block;
 max-width: 100%;
 height: auto;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.ib_info_004 .Txt {
 padding: 30px;
}
.ib_info_004 .Txt .popTitle {
 font-size: 25px;
 margin-bottom: 25px;
}
.ib_info_004 .close {
 width: 46px;
 height: 46px;
 background-color: #07913a;
 cursor: pointer;
 position: absolute;
 top: 0;
 right: 0;
 z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
 content: "";
 position: absolute;
 left: 11px;
 top: 23px;
 width: 25px;
 height: 1px;
 background-color: #fff;
}
.ib_info_004 .close::before {
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
.ib_info_004 .close::after {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
@media (min-width: 1181px) {
 .ib_info_004 .close:hover {
  background-color: #07913a;
 }
 .ib_info_004 .close:hover::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
 }
 .ib_info_004 .close:hover::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
 }
}
.ib_info_004.show {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
 opacity: 1;
}
.ib_info_004.show .inner {
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
 .ib_info_004 .popContent {
  max-height: calc(100vh - 150px);
 }
}

/* bannerHomeArea */
.bannerHomeArea {
 overflow: hidden;
}
.bannerHomeArea .wrap {
 max-width: 100%;
 padding: 0;
}
.bannerHomeArea .slick-current .subtitle {
 -webkit-animation: slideUpAnimation 0.8s ease-in forwards;
         animation: slideUpAnimation 0.8s ease-in forwards;
}
.bannerHomeArea .slick-current .title {
 -webkit-animation: slideUpAnimation 0.8s 0.5s ease-in forwards;
         animation: slideUpAnimation 0.8s 0.5s ease-in forwards;
}
.bannerHomeArea .slick-current .title span {
 -webkit-animation: titleColor 10s linear infinite;
         animation: titleColor 10s linear infinite;
}
.bannerHomeArea .slick-current .text {
 -webkit-animation: slideUpAnimation 0.8s 1s ease-in forwards;
         animation: slideUpAnimation 0.8s 1s ease-in forwards;
}
.bannerHomeArea .slick-current .btnBox {
 -webkit-animation: slideUpAnimation 0.8s 1.5s ease-in forwards;
         animation: slideUpAnimation 0.8s 1.5s ease-in forwards;
}
.bannerHomeArea .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
@media (max-width: 1400px) {
 .bannerHomeArea .Img img {
  min-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
 }
}
@media (max-width: 1180px) {
 .bannerHomeArea .Img img {
  min-height: 640px;
 }
}
@media (max-width: 480px) {
 .bannerHomeArea .Img img {
  min-height: 600px;
 }
}
.bannerHomeArea .dataLink {
 display: block;
 z-index: 3;
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
.bannerHomeArea .Txt {
 max-width: 1700px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 padding: 80px 50px 50px;
 z-index: 2;
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
@media (max-width: 1180px) {
 .bannerHomeArea .Txt {
  padding: 70px 30px 30px;
 }
}
@media (max-width: 1180px) {
 .bannerHomeArea .Txt {
  padding: 60px 22px 30px;
 }
}
.bannerHomeArea .Txt .subtitle {
 font-size: 22px;
 font-weight: 700;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 1.1px;
 opacity: 0;
}
@media (max-width: 768px) {
 .bannerHomeArea .Txt .subtitle {
  font-size: 20px;
 }
}
.bannerHomeArea .Txt .title {
 font-size: 66px;
 font-weight: 700;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: transparent;
 letter-spacing: 0px;
 margin-top: 15px;
 opacity: 0;
}
.bannerHomeArea .Txt .title span {
 background: -webkit-gradient(linear, left top, right top, from(#00A651), color-stop(33%, #00A651), color-stop(33%, #000000), color-stop(66%, #000000), color-stop(66%, #00A651), to(#00A651));
 background: linear-gradient(90deg, #00A651 0%, #00A651 33%, #000000 33%, #000000 66%, #00A651 66%, #00A651 100%);
 background-size: 300% 100%;
 -webkit-background-clip: text;
         background-clip: text;
}
@media (max-width: 1400px) {
 .bannerHomeArea .Txt .title {
  font-size: 60px;
 }
}
@media (max-width: 1180px) {
 .bannerHomeArea .Txt .title {
  font-size: 56px;
 }
}
@media (max-width: 768px) {
 .bannerHomeArea .Txt .title {
  font-size: 48px;
 }
}
@media (max-width: 480px) {
 .bannerHomeArea .Txt .title {
  font-size: 40px;
 }
}
@media (max-width: 400px) {
 .bannerHomeArea .Txt .title {
  font-size: 36px;
 }
}
.bannerHomeArea .Txt .text {
 width: 50%;
 font-size: 17px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #333;
 letter-spacing: 0.85px;
 line-height: 1.5;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 4;
 opacity: 0;
}
@media (max-width: 1180px) {
 .bannerHomeArea .Txt .text {
  width: 100%;
 }
}
.bannerHomeArea .funcBox {
 margin-top: 40px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 36px;
}
@media (max-width: 768px) {
 .bannerHomeArea .funcBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
 }
}
.bannerHomeArea .funcBox .btnBox {
 margin-top: 0;
 opacity: 0;
}
.bannerHomeArea .funcBox .line {
 width: 190px;
 height: 3px;
 background-color: #fff;
}
@media (max-width: 768px) {
 .bannerHomeArea .funcBox .line {
  width: 50%;
 }
}
@media (max-width: 400px) {
 .bannerHomeArea .funcBox .line {
  display: none;
 }
}
.bannerHomeArea .funcBox .line::before {
 content: "";
 width: 0;
 height: 3px;
 background-color: #90c31f;
 position: absolute;
 left: 0;
 top: 0;
 -webkit-transition: all 5s linear;
 transition: all 5s linear;
}
.bannerHomeArea .funcBox .line.active::before {
 width: 100%;
}
.bannerHomeArea .funcBox .numBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.bannerHomeArea .funcBox .numBox .num {
 margin: 0 10px;
 font-size: 16px;
 font-weight: 600;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 0px;
}
.bannerHomeArea .funcBox .numBox .current {
 color: #90c31f;
}
.bannerHomeArea .funcBox .arrow {
 width: 15px;
 height: 15px;
}
.bannerHomeArea .funcBox .arrow::before {
 border-width: 2px;
}
.bannerHomeArea .scrollDown {
 position: absolute;
 right: 30px;
 bottom: 37px;
 -webkit-writing-mode: vertical-rl;
     -ms-writing-mode: tb-rl;
         writing-mode: vertical-rl;
 font-size: 17px;
 font-weight: 400;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #fff;
 letter-spacing: 1.7px;
 cursor: pointer;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.bannerHomeArea .scrollDown .icon {
 padding-top: 5px;
 margin-top: 5px;
}
.bannerHomeArea .scrollDown .icon::before {
 content: "";
 display: inline-block;
 width: 26px;
 height: 26px;
 background-color: #fff;
 border: 1px solid #90c31f;
 border-radius: 50%;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.bannerHomeArea .scrollDown svg {
 width: 10px;
 height: 24px;
 color: #90c31f;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 top: -5px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1181px) {
 .bannerHomeArea .scrollDown:hover {
  color: #90c31f;
 }
 .bannerHomeArea .scrollDown:hover .icon::before {
  background-color: #90c31f;
 }
 .bannerHomeArea .scrollDown:hover svg {
  color: #fff;
 }
}
@media (max-width: 1400px) {
 .bannerHomeArea .scrollDown {
  right: 50px;
 }
}
@media (max-width: 1180px) {
 .bannerHomeArea .scrollDown {
  right: 30px;
 }
}
@media (max-width: 768px) {
 .bannerHomeArea .scrollDown {
  right: 10px;
  font-size: 15px;
 }
 .bannerHomeArea .scrollDown .icon::before {
  width: 20px;
  height: 20px;
 }
 .bannerHomeArea .scrollDown svg {
  width: 8px;
  height: 20px;
  top: -5px;
 }
}

/* catalogArea */
.catalogArea {
 padding: 120px 50px 125px;
}
@media (max-width: 1800px) {
 .catalogArea {
  padding: 120px 71px 120px 0;
 }
}
@media (max-width: 1180px) {
 .catalogArea {
  padding: 100px 0 120px;
 }
}
@media (max-width: 768px) {
 .catalogArea {
  padding: 80px 0 100px;
 }
}
@media (max-width: 400px) {
 .catalogArea {
  padding: 50px 0 80px;
 }
}
.catalogArea.show .btnBox {
 opacity: 1;
}
.catalogArea.show .catalogBox {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
}
.catalogArea .decoImg {
 position: absolute;
 right: 0;
 bottom: 0;
 pointer-events: none;
}
.catalogArea .decoImg img {
 display: block;
}
@media (max-width: 768px) {
 .catalogArea .decoImg {
  width: 480px;
 }
 .catalogArea .decoImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
 }
}
@media (max-width: 400px) {
 .catalogArea .decoImg {
  width: 80%;
 }
}
.catalogArea .titleBox {
 max-width: 1000px;
 margin: 0 auto;
 text-align: center;
 margin-bottom: 30px;
}
.catalogArea .arrow {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.catalogArea .arrow.prev {
 left: -55px;
}
.catalogArea .arrow.next {
 right: -55px;
}
@media (max-width: 1880px) {
 .catalogArea .arrow.prev {
  left: -30px;
 }
 .catalogArea .arrow.next {
  right: -30px;
 }
}
@media (max-width: 1180px) {
 .catalogArea .arrow.prev {
  left: -15px;
 }
 .catalogArea .arrow.next {
  right: -15px;
 }
}
@media (max-width: 480px) {
 .catalogArea .arrow {
  display: none;
 }
}
.catalogArea .btnBox {
 position: absolute;
 right: 50px;
 top: 0;
 opacity: 0;
 -webkit-transition: all 0.5s 0.6s linear;
 transition: all 0.5s 0.6s linear;
}
@media (max-width: 1180px) {
 .catalogArea .btnBox {
  position: relative;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
 }
}
.catalogArea .catalogBox {
 opacity: 0;
 -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
 -webkit-transition: all 0.8s 1s linear;
 transition: all 0.8s 1s linear;
}
@media (max-width: 1180px) {
 .catalogArea .catalogBox {
  padding: 0 20px;
 }
}
@media (max-width: 480px) {
 .catalogArea .catalogBox {
  padding: 0;
 }
}

.catalogList {
 margin: 0 -17px;
}
.catalogList .catalogItem {
 padding: 20px 17px 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1181px) {
 .catalogList .catalogItem:hover {
  padding-top: 0;
 }
 .catalogList .catalogItem:hover .Txt .title {
  color: #07913a;
 }
 .catalogList .catalogItem:hover .decoBox {
  background-color: #90c31f;
 }
}
.catalogList .Img {
 background: linear-gradient(-26deg, #ECF6EA 0%, #F9FCFA 100%);
}
.catalogList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.catalogList .item {
 background-color: #ebebeb;
 padding: 12px 12px 55px;
 height: 100%;
}
.catalogList .Txt {
 padding-top: 20px;
}
.catalogList .Txt .title {
 font-size: 20px;
 font-weight: 600;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 0px;
 line-height: 1.3;
 height: 78px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.catalogList .Txt .classTitle {
 margin-top: 15px;
 padding-left: 10px;
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.8px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 1;
}
.catalogList .Txt .classTitle::before {
 content: "";
 width: 4px;
 height: 9px;
 background-color: #90c31f;
 position: absolute;
 top: calc(50% - 3px);
 left: 0;
}
.catalogList .decoBox {
 width: 68px;
 height: 48px;
 background-color: #07913a;
 clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
 position: absolute;
 bottom: 0;
 right: 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.catalogList .decoBox svg {
 width: 10px;
 height: 13px;
 color: #fff;
 position: absolute;
 top: calc(50% - 6px);
 left: 50%;
}
.catalogList .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}
@media (max-width: 1180px) {
 .catalogList {
  margin: 0 -10px;
 }
 .catalogList .catalogItem {
  padding: 0 10px;
 }
 .catalogList .Txt .title {
  font-size: 18px;
 }
 .catalogList .Txt .classTitle {
  font-size: 15px;
 }
}

/* techArea */
.techBg {
 background-image: url("../images/bg_home_tech.jpg");
 background-size: cover;
}

.techArea {
 padding-top: 130px;
}
@media (max-width: 1800px) {
 .techArea {
  padding-right: 20px;
 }
}
@media (max-width: 1180px) {
 .techArea {
  padding: 100px 0 0 0;
 }
}
@media (max-width: 768px) {
 .techArea {
  padding: 80px 0 0 0;
 }
}
.techArea .wrap {
 max-width: 1600px;
}
.techArea .topBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media (max-width: 1180px) {
 .techArea .topBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }
}
.techArea .titleBox {
 width: 560px;
 padding-right: 90px;
 padding-bottom: 25px;
}
.techArea .titleBox .text::before {
 content: "";
 display: block;
 width: 30px;
 height: 1px;
 background-color: #90c31f;
 margin: 15px 0;
}
@media (max-width: 1600px) {
 .techArea .titleBox {
  width: 520px;
  padding-right: 50px;
 }
}
@media (max-width: 1400px) {
 .techArea .titleBox {
  width: 480px;
  padding-right: 30px;
 }
}
@media (max-width: 1180px) {
 .techArea .titleBox {
  width: 100%;
  padding-right: 0;
 }
}
.techArea .titleList {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
}
.techArea .titleList .titleItem {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 text-align: center;
 border: 1px solid transparent;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
.techArea .titleList .titleItem:not(:last-child) {
 margin-right: 28px;
}
@media (min-width: 1181px) {
 .techArea .titleList .titleItem:hover {
  border-color: #90c31f;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
 }
 .techArea .titleList .titleItem:hover .icon::before {
  opacity: 1;
 }
 .techArea .titleList .titleItem:hover .title {
  color: #90c31f;
 }
 .techArea .titleList .titleItem:hover .title::before {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }
}
.techArea .titleList .icon {
 padding: 30px;
 background-color: #fff;
}
.techArea .titleList .icon::before {
 content: "";
 width: calc(100% - 60px);
 height: 1px;
 background-color: #90c31f;
 position: absolute;
 bottom: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 opacity: 0;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
.techArea .titleList .icon img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.techArea .titleList .title {
 padding: 20px;
 font-size: 17px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 0.85px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.techArea .titleList .title::before {
 content: "";
 width: 100%;
 height: 0;
 background-color: #fff;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transition: all 0.3s 0.3s;
 transition: all 0.3s 0.3s;
}
@media (max-width: 1600px) {
 .techArea .titleList .titleItem:not(:last-child) {
  margin-right: 20px;
 }
 .techArea .titleList .icon {
  padding: 25px;
 }
}
@media (max-width: 1400px) {
 .techArea .titleList .icon {
  padding: 15px;
 }
 .techArea .titleList .title {
  padding: 15px 5px;
  font-size: 15px;
 }
}
@media (max-width: 1180px) {
 .techArea .titleList {
  margin: 20px 0;
 }
 .techArea .titleList .icon {
  padding: 20px;
 }
 .techArea .titleList .title {
  font-size: 17px;
 }
}
@media (max-width: 768px) {
 .techArea .titleList {
  display: none;
 }
}
.techArea .arrow {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
.techArea .arrow.prev {
 left: -55px;
}
.techArea .arrow.next {
 right: -55px;
}
@media (max-width: 1880px) {
 .techArea .arrow.prev {
  left: -30px;
 }
 .techArea .arrow.next {
  right: -30px;
 }
}
@media (max-width: 768px) {
 .techArea .arrow.prev {
  left: -15px;
 }
 .techArea .arrow.next {
  right: -15px;
 }
}
@media (max-width: 480px) {
 .techArea .arrow {
  display: none;
 }
}
@media (max-width: 768px) {
 .techArea .techBox {
  padding: 0 20px;
 }
}
@media (max-width: 480px) {
 .techArea .techBox {
  padding: 0;
 }
}

.techList {
 margin: 0 -10px;
}
.techList .techItem {
 padding: 0 10px;
}
.techList .item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
}
@media (max-width: 768px) {
 .techList .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}
.techList .Img {
 width: 50%;
}
.techList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.techList .Img .techVideo {
 width: 100%;
 height: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 position: absolute;
 top: 0;
 left: 0;
}
.techList .Img .techVideo .circleDeco {
 stroke-dasharray: 314;
 stroke-dashoffset: 314;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 -webkit-animation: drawCircle 5s linear infinite;
         animation: drawCircle 5s linear infinite;
}
.techList .Img .techVideo .videoBtn {
 width: 75px;
 height: 75px;
 background-color: #07913a;
 border-radius: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.techList .Img .techVideo .videoBtn::before {
 content: "";
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 15px solid #fff;
}
@media (max-width: 768px) {
 .techList .Img {
  width: 100%;
 }
}
@media (max-width: 480px) {
 .techList .Img .techVideo .circleDeco {
  display: none;
 }
 .techList .Img .techVideo .videoBtn {
  width: 50px;
  height: 50px;
 }
 .techList .Img .techVideo .videoBtn::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
 }
}
.techList .Txt {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 padding-left: 100px;
}
.techList .Txt .icon {
 display: none;
 width: 70px;
 -ms-flex-negative: 0;
     flex-shrink: 0;
 border: 1px solid #90c31f;
}
.techList .Txt .icon img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.techList .Txt .num {
 font-size: 120px;
 font-weight: 500;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #e5e5e5;
 letter-spacing: 0px;
 margin-left: -70px;
 line-height: 92px;
}
.techList .Txt .title {
 font-size: 24px;
 font-weight: 600;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 0px;
 line-height: 1;
 margin-top: 8px;
}
.techList .Txt .title a {
 color: #000;
}
.techList .Txt .text {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.8px;
 margin-top: 10px;
}
.techList .Txt .text::before {
 content: "";
 display: block;
 width: 40px;
 height: 3px;
 background-color: #e5e5e5;
 position: absolute;
 top: 8px;
 left: -65px;
}
.techList .Txt .btnBox {
 margin-top: 40px;
}
@media (max-width: 1180px) {
 .techList .Txt {
  padding-left: 50px;
 }
 .techList .Txt .num {
  font-size: 100px;
  margin-left: -35px;
 }
 .techList .Txt .text::before {
  width: 30px;
  left: -40px;
 }
}
@media (max-width: 768px) {
 .techList .Txt {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 }
 .techList .Txt .icon {
  display: block;
  padding: 10px;
 }
 .techList .Txt .num {
  display: none;
 }
 .techList .Txt .textBox {
  padding-left: 20px;
 }
 .techList .Txt .title {
  font-size: 20px;
  margin-top: 0;
 }
 .techList .Txt .text::before {
  display: none;
 }
}

/* appArea */
.appArea {
 margin-top: 45px;
 padding-bottom: 115px;
}
.appArea.show .titleBox .titleGroup, .appArea.show .titleBox .text, .appArea.show .titleBox .btnBox {
 -webkit-transform: translateX(0);
         transform: translateX(0);
 opacity: 1;
}
.appArea.show .appBox {
 -webkit-transform: translateY(0);
         transform: translateY(0);
 opacity: 1;
}
@media (max-width: 1180px) {
 .appArea {
  padding-bottom: 100px;
 }
}
@media (max-width: 768px) {
 .appArea {
  padding-bottom: 80px;
 }
}
@media (max-width: 400px) {
 .appArea {
  padding-bottom: 5%;
 }
}
.appArea .wrap {
 max-width: 1500px;
 padding: 75px 90px;
 background-color: #fff;
 border: 1px solid #dcdcdc;
}
.appArea .wrap::before, .appArea .wrap::after {
 content: "";
 display: block;
 width: 180px;
 height: 180px;
 border: 4px solid;
 position: absolute;
 pointer-events: none;
}
.appArea .wrap::before {
 -o-border-image: linear-gradient(135deg, #8CC11E 0%, transparent 50%) 1;
    border-image: linear-gradient(135deg, #8CC11E 0%, transparent 50%) 1;
 top: -2px;
 left: -2px;
}
.appArea .wrap::after {
 -o-border-image: linear-gradient(-45deg, #8CC11E 0%, transparent 50%) 1;
    border-image: linear-gradient(-45deg, #8CC11E 0%, transparent 50%) 1;
 bottom: -2px;
 right: -2px;
}
@media (max-width: 1700px) {
 .appArea .wrap {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 75px 50px;
 }
}
@media (max-width: 1180px) {
 .appArea .wrap {
  width: calc(100% - 60px);
  padding: 50px 40px;
 }
}
@media (max-width: 768px) {
 .appArea .wrap {
  width: calc(100% - 44px);
  padding: 50px 30px;
 }
}
.appArea .titleBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 margin-bottom: 50px;
}
.appArea .titleBox .titleGroup {
 width: 50%;
 -ms-flex-negative: 0;
     flex-shrink: 0;
 padding-right: 20px;
 opacity: 0;
 -webkit-transform: translateX(-20px);
         transform: translateX(-20px);
 -webkit-transition: all 0.5s linear;
 transition: all 0.5s linear;
}
.appArea .titleBox .subtitle {
 opacity: 1;
}
.appArea .titleBox .text {
 padding-right: 50px;
 -webkit-transform: translateX(-20px);
         transform: translateX(-20px);
 opacity: 0;
 -webkit-transition: all 0.5s 0.3s linear;
 transition: all 0.5s 0.3s linear;
}
.appArea .titleBox .btnBox {
 margin: 0;
 -ms-flex-negative: 0;
     flex-shrink: 0;
 opacity: 0;
 -webkit-transition: all 0.5s 0.6s linear;
 transition: all 0.5s 0.6s linear;
}
@media (max-width: 1700px) {
 .appArea .titleBox .titleGroup {
  width: 40%;
 }
}
@media (max-width: 1180px) {
 .appArea .titleBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }
 .appArea .titleBox .titleGroup {
  width: 100%;
  padding-right: 0;
 }
 .appArea .titleBox .text {
  margin: 20px 0;
 }
}
.appArea .appBox {
 padding: 8px 0;
 border-top: 2px solid #90c31f;
 border-bottom: 2px solid #90c31f;
 -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
 opacity: 0;
 -webkit-transition: all 0.8s 0.9s;
 transition: all 0.8s 0.9s;
}

.appList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 padding: 0 12px;
 border-left: 1px solid #dcdcdc;
 border-right: 1px solid #dcdcdc;
 overflow: hidden;
}
@media (max-width: 1400px) {
 .appList {
  padding: 0;
 }
}
@media (max-width: 1180px) {
 .appList {
  border-right: none;
 }
}
.appList .appItem {
 width: 25%;
 border-right: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 margin-bottom: -1px;
}
.appList .appItem:nth-child(4n) {
 border-right: none;
}
@media (max-width: 1180px) {
 .appList .appItem {
  width: 50%;
 }
 .appList .appItem:nth-child(4n) {
  border-right: 1px solid #dcdcdc;
 }
}
@media (max-width: 680px) {
 .appList .appItem {
  width: 100%;
 }
}
.appList .item {
 padding: 25px 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 10px;
}
@media (max-width: 1400px) {
 .appList .item {
  padding: 20px 12px;
 }
}
.appList .Img {
 width: 50px;
}
.appList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.appList .title {
 font-size: 17px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.85px;
}

/* aboutArea */
.aboutArea .wrap {
 max-width: 100%;
 padding: 0;
}
.aboutArea .aboutBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
}
@media (max-width: 1180px) {
 .aboutArea .aboutBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}
.aboutArea .Img {
 width: 50%;
}
.aboutArea .Img img {
 display: block;
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1600px) {
 .aboutArea .Img {
  width: 60%;
 }
}
@media (max-width: 1600px) {
 .aboutArea .Img img {
  min-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
 }
}
@media (max-width: 1180px) {
 .aboutArea .Img {
  width: 100%;
 }
 .aboutArea .Img img {
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
 }
}
.aboutArea .Txt {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 background-color: #f6f6f6;
}
.aboutArea .Txt::before {
 content: "";
 display: block;
 width: 225px;
 height: 350px;
 background-color: #fff;
 position: absolute;
 bottom: 115px;
 right: 0;
 z-index: 2;
 clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1700px) {
 .aboutArea .Txt::before {
  width: 200px;
  height: 300px;
 }
}
@media (max-width: 1400px) {
 .aboutArea .Txt::before {
  width: 180px;
  height: 250px;
 }
}
@media (max-width: 1180px) {
 .aboutArea .Txt::before {
  width: 150px;
  height: 200px;
  bottom: 180px;
 }
}
@media (max-width: 480px) {
 .aboutArea .Txt::before {
  top: 360px;
  bottom: auto;
 }
}
.aboutArea .Txt .titleBox {
 padding: 90px 0 0 125px;
 max-width: 750px;
 z-index: 3;
}
.aboutArea .Txt .titleBox.show .btnBox {
 opacity: 1;
}
.aboutArea .Txt .titleBox .text {
 color: #404040;
 font-weight: 400;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 4;
}
.aboutArea .Txt .titleBox .text::before {
 content: "";
 display: block;
 width: 30px;
 height: 1px;
 background-color: #90c31f;
 margin: 45px 0 20px;
}
.aboutArea .Txt .titleBox .btnBox {
 margin-top: 40px;
 opacity: 0;
 -webkit-transition: all 0.5s 1.1s linear;
 transition: all 0.5s 1.1s linear;
}
@media (max-width: 1700px) {
 .aboutArea .Txt .titleBox {
  max-width: 100%;
  padding: 50px 90px 0 70px;
 }
}
@media (max-width: 1600px) {
 .aboutArea .Txt .titleBox {
  max-width: 100%;
  padding: 50px 90px 0 30px;
 }
}
@media (max-width: 1180px) {
 .aboutArea .Txt .titleBox {
  padding: 50px 30px;
 }
}
@media (max-width: 768px) {
 .aboutArea .Txt .titleBox {
  padding: 50px 22px;
 }
}
.aboutArea .numBox {
 background-color: #90c31f;
 width: calc(100% + 100px);
 margin-left: -100px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
 clip-path: polygon(100px 0, 100% 0, 100% 100%, 0% 100%);
 -webkit-transition: all 0.8s 0.5s linear;
 transition: all 0.8s 0.5s linear;
}
@media (max-width: 1900px) {
 .aboutArea .numBox {
  width: calc(100% + 150px);
  margin-left: -150px;
  padding-left: 20px;
  margin-top: 40px;
 }
}
@media (max-width: 1700px) {
 .aboutArea .numBox {
  width: calc(100% + 180px);
  margin-left: -180px;
 }
}
@media (max-width: 1600px) {
 .aboutArea .numBox {
  width: calc(100% + 220px);
  margin-left: -220px;
  padding-left: 40px;
 }
}
@media (max-width: 1180px) {
 .aboutArea .numBox {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  margin-top: 100px;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0% 100%);
 }
}
@media (max-width: 480px) {
 .aboutArea .numBox {
  padding-left: 0;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}
.aboutArea .numBox .numItem {
 width: 25%;
 padding: 45px 0 45px 100px;
}
@media (max-width: 1900px) {
 .aboutArea .numBox .numItem {
  padding: 40px 0 40px 90px;
 }
}
@media (max-width: 1700px) {
 .aboutArea .numBox .numItem {
  padding: 35px 0 35px 80px;
 }
}
@media (max-width: 1600px) {
 .aboutArea .numBox .numItem {
  padding: 30px 0 30px 60px;
 }
}
@media (max-width: 1400px) {
 .aboutArea .numBox .numItem {
  padding: 25px 0 25px 50px;
 }
}
@media (max-width: 1180px) {
 .aboutArea .numBox .numItem {
  width: auto;
  padding: 35px 0 35px 80px;
 }
}
@media (max-width: 768px) {
 .aboutArea .numBox .numItem {
  padding: 40px 0 40px 70px;
 }
}
@media (max-width: 480px) {
 .aboutArea .numBox .numItem {
  width: 100%;
  padding: 20px 22px 20px 80px;
  border-bottom: 1px solid #dcdcdc;
 }
}
.aboutArea .numBox .numItem::before {
 content: "";
 display: block;
 width: 1px;
 height: 150%;
 background-color: #fff;
 position: absolute;
 bottom: 0;
 right: 0;
 -webkit-transform-origin: bottom center;
         transform-origin: bottom center;
 -webkit-transform: rotate(20deg);
         transform: rotate(20deg);
 opacity: 0.2;
}
@media (max-width: 1700px) {
 .aboutArea .numBox .numItem::before {
  right: 5px;
 }
}
@media (max-width: 1600px) {
 .aboutArea .numBox .numItem::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
 }
}
@media (max-width: 1400px) {
 .aboutArea .numBox .numItem::before {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  right: 10px;
 }
}
@media (max-width: 768px) {
 .aboutArea .numBox .numItem::before {
  right: 0;
 }
}
@media (max-width: 480px) {
 .aboutArea .numBox .numItem::before {
  display: none;
 }
}
.aboutArea .numBox .numItem .title {
 font-size: 24px;
 font-weight: 600;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #fff;
 letter-spacing: 1.2px;
}
.aboutArea .numBox .numItem .title::after {
 content: "";
 display: block;
 width: 40px;
 height: 2px;
 background-color: #fff;
 margin: 15px 0 10px;
}
@media (max-width: 1700px) {
 .aboutArea .numBox .numItem .title {
  font-size: 20px;
 }
}
@media (max-width: 1400px) {
 .aboutArea .numBox .numItem .title {
  font-size: 18px;
 }
}
@media (max-width: 768px) {
 .aboutArea .numBox .numItem .title {
  font-size: 17px;
 }
 .aboutArea .numBox .numItem .title::after {
  margin: 10px 0;
 }
}
.aboutArea .numBox .numItem .num {
 font-size: 72px;
 font-weight: 700;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #fff;
 letter-spacing: 0px;
 line-height: 1;
}
@media (max-width: 1900px) {
 .aboutArea .numBox .numItem .num {
  font-size: 64px;
 }
}
@media (max-width: 1700px) {
 .aboutArea .numBox .numItem .num {
  font-size: 60px;
 }
}
@media (max-width: 1600px) {
 .aboutArea .numBox .numItem .num {
  font-size: 52px;
 }
}
@media (max-width: 1400px) {
 .aboutArea .numBox .numItem .num {
  font-size: 48px;
 }
}
@media (max-width: 768px) {
 .aboutArea .numBox .numItem .num {
  font-size: 40px;
 }
}
.aboutArea .numBox .numItem .unit {
 font-size: 20px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #fff;
 letter-spacing: 1px;
}
@media (max-width: 1700px) {
 .aboutArea .numBox .numItem .unit {
  font-size: 18px;
 }
}
@media (max-width: 1600px) {
 .aboutArea .numBox .numItem .unit {
  font-size: 17px;
 }
}
@media (max-width: 768px) {
 .aboutArea .numBox .numItem .unit {
  font-size: 16px;
 }
}
.aboutArea .numBox .odometer-formatting-mark {
 display: none;
}
.aboutArea .mark {
 width: 200px;
 position: absolute;
 right: 73px;
 bottom: 185px;
 z-index: 3;
}
.aboutArea .mark img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
@media (max-width: 1700px) {
 .aboutArea .mark {
  width: 180px;
 }
}
@media (max-width: 1400px) {
 .aboutArea .mark {
  width: 150px;
 }
}
@media (max-width: 1180px) {
 .aboutArea .mark {
  width: 120px;
  right: 30px;
 }
}
@media (max-width: 480px) {
 .aboutArea .mark {
  bottom: auto;
  top: 400px;
 }
}

/* infoArea */
.infoArea {
 padding: 135px 0 85px;
}
@media (max-width: 1800px) {
 .infoArea {
  padding: 135px 30px 85px 0;
 }
}
@media (max-width: 1180px) {
 .infoArea {
  padding: 0;
 }
}
.infoArea .show .title .char {
 -webkit-transform: translateY(0);
         transform: translateY(0);
}
.infoArea .show .subtitle, .infoArea .show .btnBox {
 opacity: 1;
}
.infoArea .show .dataBox {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
}
.infoArea .wrap {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
}
@media (max-width: 1180px) {
 .infoArea .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}
.infoArea .dataBox {
 opacity: 0;
 -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
 -webkit-transition: all 0.8s 1.1s linear;
 transition: all 0.8s 1.1s linear;
}
.infoArea .topBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 gap: 20px 40px;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
@media (max-width: 1600px) {
 .infoArea .topBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
}
@media (max-width: 1180px) {
 .infoArea .topBox .btnBox {
  display: none;
 }
}
.infoArea .btnBox {
 margin-top: 0;
 opacity: 0;
 -webkit-transition: all 0.5s 0.8s linear;
 transition: all 0.5s 0.8s linear;
}
.infoArea .btnBox.phone {
 display: none;
 margin-top: 80px;
}
@media (max-width: 1180px) {
 .infoArea .btnBox.phone {
  display: inline-block;
 }
}
@media (max-width: 400px) {
 .infoArea .btnBox.phone {
  margin-top: 50px;
 }
}
.infoArea .item {
 padding: 35px 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 20px;
 border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1181px) {
 .infoArea .item:hover {
  border-color: #90c31f;
 }
 .infoArea .item:hover .title {
  padding-left: 15px;
 }
 .infoArea .item:hover .title::before {
  opacity: 1;
 }
 .infoArea .item:hover .classTitle {
  background-color: #07913a;
  color: #fff;
 }
}
@media (max-width: 1400px) {
 .infoArea .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 }
}
@media (max-width: 1180px) {
 .infoArea .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
 }
}
@media (max-width: 768px) {
 .infoArea .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
 }
}
.infoArea .item .title {
 font-size: 20px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 1px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.infoArea .item .title::before {
 content: "";
 display: inline-block;
 width: 0;
 height: 0;
 border-top: 5px solid transparent;
 border-bottom: 5px solid transparent;
 border-left: 7px solid #90c31f;
 pointer-events: none;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
 left: 0;
 opacity: 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (max-width: 768px) {
 .infoArea .item .title {
  font-size: 18px;
 }
}
.infoArea .infoBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 12px;
}
.infoArea .classTitle {
 font-size: 17px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.85px;
 padding: 5px 12px;
 background-color: #e6e6e6;
 white-space: nowrap;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (max-width: 768px) {
 .infoArea .classTitle {
  font-size: 15px;
 }
}
.infoArea .date {
 font-size: 16px;
 font-weight: 400;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #4c4c4c;
 letter-spacing: 0px;
}
.infoArea .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}

.newsArea {
 width: 50%;
 padding-right: 70px;
}
@media (max-width: 1600px) {
 .newsArea {
  padding-right: 50px;
 }
}
@media (max-width: 1180px) {
 .newsArea {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 50px 0;
 }
}

.faqArea {
 width: 50%;
 padding-left: 70px;
 border-left: 1px solid #dcdcdc;
}
@media (max-width: 1600px) {
 .faqArea {
  padding-left: 50px;
 }
}
@media (max-width: 1180px) {
 .faqArea {
  width: 100%;
  border-left: none;
  padding: 50px 0;
 }
}
/*# sourceMappingURL=home.css.map */