@font-face {
  font-family: "RecordLaser";
  src: url("public/font/RecordLaser-Medium.ttf") format("truetype"), url("public/font/RecordLaser-Medium.otf") format("opentype");
}
.newsArea .dataList .Txt .title, .newsArea .dataList .Img img, .serveArea .leftBox .dataItem, .coreArea .dataList .Txt .title, .coreArea .dataList .Img img, .homeAboutArea .dataBox .Txt .btnDeco, .bannerLinkArea .linkBtn::before, .ib_banner_045 .scrollDown .text, .ib_banner_045 .socialList li, .arrowBox .arrow::after, .arrowBox .arrow::before, .arrowBox .arrow, .bgArea .ball, .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;
}

.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: #713ae8;
  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: #713ae8;
  }
  .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);
  }
}

.bgArea {
  width: 100%;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.bgArea .ball {
  position: absolute;
  width: 70dvh;
  height: 70dvh;
  background-color: #713ae8;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
@media (max-width: 1680px) {
  .bgArea .ball {
    width: 40dvw;
    height: 40dvw;
  }
}
.bgArea .ball:nth-child(1) {
  top: 0;
  bottom: 0;
  left: -20dvw;
  -webkit-animation: ballMoveL 10s ease-in-out infinite;
          animation: ballMoveL 10s ease-in-out infinite;
}
.bgArea .ball:nth-child(2) {
  bottom: 40dvh;
  right: -20dvw;
  background-color: #8c98f4;
  -webkit-animation: ballMoveR 10s ease-in-out infinite;
          animation: ballMoveR 10s ease-in-out infinite;
}

.wrap {
  max-width: 1280px;
}

.titleBox {
  color: #f7f7f0;
  text-align: left;
}
.titleBox .blockTitle {
  letter-spacing: 0px;
  font-size: 14px;
  color: #b7ac7d;
  padding-bottom: 8px;
}
.titleBox .blockTitle::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #b7ac7d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.titleBox .subtitle {
  text-shadow: 0 0 8px rgba(247, 247, 240, 0.5);
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 50px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .titleBox .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
.titleBox .title {
  text-shadow: 0 0 8px rgba(247, 247, 240, 0.5);
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 24px;
  }
}

.controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 640px) {
  .controlBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.arrowBox .arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(247, 247, 240, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.arrowBox .arrow::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8c98f4), to(#713ae8));
  background: linear-gradient(to bottom, #8c98f4, #713ae8);
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1;
  -webkit-animation: rotateAni 3s linear infinite;
          animation: rotateAni 3s linear infinite;
  opacity: 0;
}
.arrowBox .arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  z-index: 2;
}
.arrowBox .arrow svg {
  width: 25px;
  height: 8px;
  color: #f7f7f0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover::before {
    content: "";
    position: absolute;
    opacity: 1;
  }
  .arrowBox .arrow:hover::after {
    content: "";
    position: absolute;
  }
}
.arrowBox .arrow.arrowPrev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slickLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #333333;
}
@media (max-width: 640px) {
  .slickLine {
    display: none;
  }
}
.slickLine .line {
  position: relative;
  width: 20%;
  height: 2px;
  background-color: #713ae8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ib_banner_045 {
  overflow: hidden;
  position: relative;
  clear: both;
}
.ib_banner_045 .wrap {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 870px) {
  .ib_banner_045 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_banner_045 .dataBox {
  width: calc(100% - 60px);
  position: relative;
}
@media (max-width: 870px) {
  .ib_banner_045 .dataBox {
    width: 100%;
  }
}
.ib_banner_045 .dataBox .slick-current .Txt .decoTitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.ib_banner_045 .dataBox .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_045 .dataBox .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.ib_banner_045 .dataBox .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.ib_banner_045 .dataBox .slick-current .cardBox {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.ib_banner_045 .dataBox .slick-current .card {
  -webkit-animation: cardAni 2.5s ease-in-out forwards;
          animation: cardAni 2.5s ease-in-out forwards;
}
.ib_banner_045 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_045 .dataList {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ib_banner_045 .dataList .bannerItem {
  position: relative;
}
.ib_banner_045 .dataList .Txt {
  color: #f7f7f0;
  max-width: 1235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 50px 90px;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 840px) {
  .ib_banner_045 .dataList .Txt {
    padding: 70px 30px;
  }
}
.ib_banner_045 .dataList .Txt .textBox {
  text-shadow: 0 0 8px rgba(247, 247, 240, 0.8);
}
.ib_banner_045 .dataList .Txt .decoTitle {
  font-family: "Fragment Mono", "Noto Sans TC", monospace;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.2;
  padding-bottom: 15px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_045 .dataList .Txt .decoTitle {
    font-size: 15px;
  }
}
.ib_banner_045 .dataList .Txt .title {
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 50px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 1.3;
  opacity: 0;
}
@media (max-width: 1440px) {
  .ib_banner_045 .dataList .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_045 .dataList .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .ib_banner_045 .dataList .Txt .title {
    font-size: 24px;
  }
}
.ib_banner_045 .dataList .Txt .subtitle {
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding-top: 10px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .ib_banner_045 .dataList .Txt .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_045 .dataList .Txt .subtitle {
    font-size: 28px;
  }
}
.ib_banner_045 .dataList .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
}
.ib_banner_045 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1080px) {
  .ib_banner_045 .dataList .Img {
    width: auto;
    height: 480px;
  }
  .ib_banner_045 .dataList .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .ib_banner_045 .dataList .Img {
    height: calc(100dvh - 100px);
    height: calc(100vh - 100px);
  }
}
.ib_banner_045 .dataList .videoArea {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ib_banner_045 .dataList .videoArea {
    display: none;
  }
}
.ib_banner_045 .dataList .videoArea .videoBox {
  width: 100%;
  height: 100%;
}
.ib_banner_045 .dataList .videoArea .videoBox video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_banner_045 .dataList .cardBox {
  position: absolute;
  right: 6.5dvw;
  bottom: calc(50% + 30px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 5;
  width: 40%;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
@media (max-width: 1680px) {
  .ib_banner_045 .dataList .cardBox {
    right: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_045 .dataList .cardBox {
    right: 0;
  }
}
.ib_banner_045 .dataList .cardBox .cardVideo {
  width: 80%;
}
.ib_banner_045 .dataList .cardBox .card {
  width: 55%;
  max-width: 320px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}
.ib_banner_045 .dataList .cardBox .card img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_045 .rightBox {
  width: 60px;
  background-color: #713ae8;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1680px) {
  .ib_banner_045 .rightBox {
    padding-top: 20px;
  }
}
@media (max-width: 870px) {
  .ib_banner_045 .rightBox {
    width: 100%;
    height: 50px;
    -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;
    padding: 0 20px;
  }
}
.ib_banner_045 .socialText {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 14px;
  font-family: "Lato", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.84px;
  color: #f7f7f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.ib_banner_045 .socialText::after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #f7f7f0;
}
@media (max-width: 1180px) {
  .ib_banner_045 .socialText::after {
    height: 50px;
  }
}
@media (max-width: 870px) {
  .ib_banner_045 .socialText::after {
    width: 80px;
    height: 1px;
  }
}
@media (max-width: 870px) {
  .ib_banner_045 .socialText {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 480px) {
  .ib_banner_045 .socialText {
    display: none;
  }
}
.ib_banner_045 .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 870px) {
  .ib_banner_045 .socialList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 480px) {
  .ib_banner_045 .socialList {
    display: none;
  }
}
.ib_banner_045 .socialList li a {
  color: #888888;
  display: block;
  font-size: 17px;
  text-align: center;
}
.ib_banner_045 .socialList li a svg {
  width: 18px;
  height: 16px;
  display: inline-block;
  fill: #888888;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .ib_banner_045 .socialList li a:hover {
    color: #713ae8;
  }
}
.ib_banner_045 .scrollDown {
  width: 100%;
  cursor: pointer;
  background-color: #111111;
  padding-top: 45px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .ib_banner_045 .scrollDown {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_banner_045 .scrollDown:hover .text {
    color: #b7ac7d;
  }
}
.ib_banner_045 .scrollDown .text {
  font-size: 13px;
  letter-spacing: 0.26px;
  color: #f7f7f0;
  font-family: "Lato", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.ib_banner_045 .scrollDown .line {
  width: 1px;
  height: 80px;
  background-color: #f7f7f0;
  position: relative;
}
.ib_banner_045 .scrollDown .line::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #713ae8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bannerScrollAnimation 3s infinite ease-in-out;
          animation: bannerScrollAnimation 3s infinite ease-in-out;
}
.ib_banner_045 .dotsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 40px 0;
}
@media (max-width: 870px) {
  .ib_banner_045 .dotsBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-self: flex-end;
    padding: 0;
    margin-left: auto;
  }
}
.ib_banner_045 .dotsBox .dot {
  width: 6px;
  height: 6px;
  background-color: #5d5d5d;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.ib_banner_045 .dotsBox .dot.active {
  background-color: #fff;
  -webkit-transform: scale(1.33);
          transform: scale(1.33);
}

.bannerLinkArea {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 1680px) {
  .bannerLinkArea {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1180px) {
  .bannerLinkArea {
    display: none;
  }
}
.bannerLinkArea .wrap {
  max-width: 1400px;
  padding: 0 100px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1560px) {
  .bannerLinkArea .wrap {
    max-width: 1300px;
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .bannerLinkArea .wrap {
    max-width: 1000px;
  }
}
.bannerLinkArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.bannerLinkArea .dataItem {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.bannerLinkArea .dataItem:last-child .linkBtn::before {
  content: "";
  position: absolute;
  background: #b7ac7d;
}
@media (min-width: 1181px) {
  .bannerLinkArea .dataItem:last-child .linkBtn:hover {
    border-color: #b7ac7d;
    color: #333;
  }
  .bannerLinkArea .dataItem:last-child .linkBtn:hover svg {
    color: #333;
  }
}
.bannerLinkArea .dataItem .text {
  color: #000;
}
@media (max-width: 1400px) {
  .bannerLinkArea .dataItem .text {
    display: none;
  }
}
.bannerLinkArea .linkBtn {
  display: inline-block;
  width: 400px;
  padding: 17px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 2px solid transparent;
  position: relative;
  letter-spacing: 0.72px;
  overflow: hidden;
}
.bannerLinkArea .linkBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#713ae8), to(#713ae8));
  background: linear-gradient(to right, #713ae8, #713ae8);
  inset: 0;
  z-index: 1;
}
.bannerLinkArea .linkBtn .btnText {
  position: relative;
  z-index: 2;
}
.bannerLinkArea .linkBtn svg {
  width: 30px;
  height: 10px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .bannerLinkArea .linkBtn svg {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-left: 20px;
  }
}
@media (min-width: 1181px) {
  .bannerLinkArea .linkBtn:hover {
    color: #713ae8;
    border: 2px solid #713ae8;
  }
  .bannerLinkArea .linkBtn:hover::before {
    content: "";
    position: absolute;
    opacity: 0;
  }
  .bannerLinkArea .linkBtn:hover svg {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
    color: #713ae8;
  }
}

.homeAboutArea {
  position: relative;
  padding: 65px 0;
}
@media (max-width: 1180px) {
  .homeAboutArea {
    padding-top: 60px;
  }
}
.homeAboutArea .wrap {
  max-width: 100%;
}
.homeAboutArea .topBox {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 1180px) {
  .homeAboutArea .topBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .homeAboutArea .topBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1300px) {
  .homeAboutArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
    padding: 0;
  }
}
.homeAboutArea .topBox .titleBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 40px 0 0;
}
@media (max-width: 1300px) {
  .homeAboutArea .topBox .titleBox {
    margin: 0 0 20px;
  }
}
.homeAboutArea .topBox .mainTitle {
  color: #8c98f4;
  font-size: 22px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 1;
  padding-bottom: 40px;
}
.homeAboutArea .topBox .mainTitle .deco {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
  margin: 0 8px;
}
.homeAboutArea .topBox .mainTitle .deco::before {
  content: "";
  position: absolute;
  background-color: #b7ac7d;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.homeAboutArea .topBox .mainTitle .deco::after {
  content: "";
  position: absolute;
  background-color: #b7ac7d;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.homeAboutArea .topBox .textEditor {
  width: 100%;
  max-width: 680px;
  color: #8c98f4;
  letter-spacing: 0.75px;
}
.homeAboutArea .topBox .textEditor .aboutBlockText {
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.75px;
  line-height: 1.6;
}
.homeAboutArea .dataBox {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}
.homeAboutArea .dataBox .item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media (min-width: 1181px) {
  .homeAboutArea .dataBox .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .homeAboutArea .dataBox .item:hover .Txt .btnDeco {
    -webkit-transform: translateX(20px) rotate(360deg);
            transform: translateX(20px) rotate(360deg);
  }
}
.homeAboutArea .dataBox .Img {
  width: 100%;
}
.homeAboutArea .dataBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.homeAboutArea .dataBox .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-bottom: 15px;
}
@media (max-width: 1180px) {
  .homeAboutArea .dataBox .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .homeAboutArea .dataBox .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 670px) {
  .homeAboutArea .dataBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.homeAboutArea .dataBox .Txt .textEditor {
  width: 100%;
  padding-left: 40px;
  max-width: 600px;
}
@media (max-width: 1180px) {
  .homeAboutArea .dataBox .Txt .textEditor {
    width: 100%;
    padding-left: 0;
  }
}
.homeAboutArea .dataBox .Txt .textEditor .aboutTitleEn {
  font-size: 40px;
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #f7f7f0;
  line-height: 1.2;
}
@media (max-width: 870px) {
  .homeAboutArea .dataBox .Txt .textEditor .aboutTitleEn {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .homeAboutArea .dataBox .Txt .textEditor .aboutTitleEn {
    font-size: 20px;
  }
}
.homeAboutArea .dataBox .Txt .textEditor .aboutTitle {
  font-size: 34px;
  letter-spacing: 0px;
  color: #f7f7f0;
}
@media (max-width: 870px) {
  .homeAboutArea .dataBox .Txt .textEditor .aboutTitle {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .homeAboutArea .dataBox .Txt .textEditor .aboutTitle {
    font-size: 18px;
  }
}
.homeAboutArea .dataBox .Txt .textEditor .aboutText {
  font-size: 16px;
  color: #b7ac7d;
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 870px) {
  .homeAboutArea .dataBox .Txt .textEditor .aboutText {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .homeAboutArea .dataBox .Txt .textEditor .aboutText {
    font-size: 13px;
  }
}
.homeAboutArea .dataBox .Txt .btnDeco {
  width: 120px;
  height: 120px;
}
.homeAboutArea .dataBox .Txt .btnDeco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .homeAboutArea .dataBox .Txt .btnDeco {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .homeAboutArea .dataBox .Txt .btnDeco {
    width: 60px;
    height: 60px;
  }
}
.homeAboutArea .dataBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.coreArea {
  padding: 50px 0 120px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .coreArea {
    padding: 60px 0;
  }
}
.coreArea .decoText {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.coreArea .titleBox {
  text-align: center;
  margin-bottom: 0;
}
.coreArea .titleBox .decoTitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .coreArea .titleBox {
    text-align: center;
  }
  .coreArea .titleBox .decoTitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.coreArea .dataBox {
  width: calc(100% + 50vw - 600px);
  margin-top: 40px;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1320px) {
  .coreArea .dataBox {
    width: calc(100% + 80px);
  }
}
@media (max-width: 1180px) {
  .coreArea .dataBox {
    width: calc(100% + 0px);
  }
}
.coreArea .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.coreArea .dataList {
  margin: 0 -25px;
}
.coreArea .dataList .dataItem {
  position: relative;
  padding: 30px 25px 0px;
}
.coreArea .dataList .item {
  max-width: 300px;
  position: relative;
  cursor: pointer;
  padding: 30px 40px 45px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(#492595), to(#713ae8));
  background: linear-gradient(-180deg, #492595 0%, #713ae8 100%);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .coreArea .dataList .item {
    margin: 0 auto;
  }
}
@media (max-width: 1180px) {
  .coreArea .dataList .item {
    width: 100%;
    max-width: 400px;
    padding: 30px 20px 45px;
  }
}
@media (min-width: 1181px) {
  .coreArea .dataList .item:hover {
    border-radius: 30px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .coreArea .dataList .item:hover .title {
    color: #713ae8;
  }
  .coreArea .dataList .item:hover .more {
    opacity: 1;
    bottom: 20px;
  }
  .coreArea .dataList .item:hover::before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.coreArea .dataList .item::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: linear-gradient(45deg, #000 0%, #333333 100%);
  border-radius: 25px;
  inset: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.coreArea .dataList .Img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 5px;
  margin-bottom: 10px;
}
.coreArea .dataList .Img::before {
  content: "";
  position: absolute;
  background-image: url("../images/home_icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset: 0;
  margin: auto;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  opacity: 0.1;
  z-index: -1;
}
.coreArea .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.coreArea .dataList .Txt {
  position: relative;
  z-index: 2;
  text-align: center;
}
.coreArea .dataList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.5;
  height: 30px;
  margin-bottom: 10px;
  color: #f7f7f0;
}
.coreArea .dataList .Txt .text {
  text-align: center;
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.5px;
  line-height: 25px;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.coreArea .dataList .more {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #713ae8;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.coreArea .dataList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.coreArea .controlBlock {
  margin-top: 45px;
}

.serveArea {
  position: relative;
  z-index: 1;
  padding-bottom: 8%;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .serveArea {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .serveArea {
    padding-bottom: 50px;
  }
}
.serveArea .bgBox {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.serveArea .bgBox .bgInside {
  position: absolute;
  inset: 0;
  top: auto;
  bottom: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .serveArea .bgBox .bgInside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.serveArea .bgBox .Img {
  width: 100%;
}
.serveArea .bgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serveArea .bgBox .left {
  -ms-flex-item-align: start;
      align-self: flex-start;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
@media (max-width: 768px) {
  .serveArea .bgBox .left {
    width: 80%;
    border-radius: 0 30px 30px 0;
  }
}
.serveArea .bgBox .mid {
  overflow: hidden;
  border-radius: 0 0 0 30px;
}
@media (max-width: 768px) {
  .serveArea .bgBox .mid {
    width: 40%;
  }
}
.serveArea .bgBox .right {
  overflow: hidden;
  border-radius: 30px 0 0 0;
}
@media (max-width: 768px) {
  .serveArea .bgBox .right {
    width: 60%;
  }
}
.serveArea .wrap {
  max-width: 100%;
  padding: 0;
}
.serveArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
}
@media (max-width: 1440px) {
  .serveArea .dataBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .serveArea .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
  }
}
.serveArea .leftBox {
  padding-left: 19%;
  padding-right: 30px;
  padding-bottom: 40px;
  width: 65.5%;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .serveArea .leftBox {
    padding-left: 14%;
  }
}
@media (max-width: 1380px) {
  .serveArea .leftBox {
    padding-left: 10%;
  }
}
@media (max-width: 1280px) {
  .serveArea .leftBox {
    padding-left: 50px;
  }
}
@media (max-width: 1440px) {
  .serveArea .leftBox {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1180px) {
  .serveArea .leftBox {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .serveArea .leftBox {
    padding: 0;
    width: 100%;
  }
}
.serveArea .leftBox .titleBox {
  margin: 0;
}
@media (max-width: 768px) {
  .serveArea .leftBox .titleBox {
    text-align: center;
    padding: 0 20px;
  }
}
.serveArea .leftBox .dataList {
  margin-right: -30px;
  margin-left: -40px;
}
@media (max-width: 1440px) {
  .serveArea .leftBox .dataList {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .serveArea .leftBox .dataList {
    margin: 0;
  }
}
.serveArea .leftBox .dataList:not(.slick-slider) {
  margin: 30px 0;
}
.serveArea .leftBox .dataList:not(.slick-slider) .dataItem {
  max-width: 465px;
}
.serveArea .leftBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serveArea .leftBox .slick-list {
  overflow: initial;
}
.serveArea .leftBox .slick-track {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .serveArea .leftBox .slick-track {
    margin: 20px 0;
  }
}
.serveArea .leftBox .dataItem {
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .serveArea .leftBox .dataItem {
    padding: 0;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .serveArea .leftBox .dataItem {
    padding: 0 20px;
  }
}
@media (min-width: 1181px) {
  .serveArea .leftBox .dataItem:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.serveArea .leftBox .item {
  border-radius: 30px;
  padding: 50px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#333333));
  background: linear-gradient(0deg, #000 0%, #333333 100%);
  -webkit-box-shadow: 0px 23px 30px 5px rgba(4, 0, 0, 0.34);
          box-shadow: 0px 23px 30px 5px rgba(4, 0, 0, 0.34);
}
@media (max-width: 768px) {
  .serveArea .leftBox .item {
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 600px;
    margin: 0 auto;
  }
}
.serveArea .rightBox {
  position: relative;
  max-width: 360px;
  max-height: 560px;
  width: 34.5%;
}
@media (max-width: 1440px) {
  .serveArea .rightBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 480px;
  }
}
@media (max-width: 1180px) {
  .serveArea .rightBox {
    padding-right: 60px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .serveArea .rightBox {
    padding: 0;
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 395px) {
  .serveArea .rightBox {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .serveArea .rightBox .dataList {
    padding-top: 20px;
  }
}
.serveArea .rightBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serveArea .rightBox .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 320/525;
}
.serveArea .rightBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .serveArea .rightBox .item {
    padding: 0 30px;
  }
}
.serveArea .item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .serveArea .item:hover .Txt .title::before {
    width: 100%;
  }
}
.serveArea .item .Img {
  width: 100%;
  max-width: 360px;
  padding: 25px;
  background-image: url("../images/serve_card_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.serveArea .item .Img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serveArea .item .numBox {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.serveArea .item .numBox .num {
  position: absolute;
  top: -25px;
  left: -50px;
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 120px;
  color: #111111;
}
.serveArea .item .Txt {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  width: 100%;
  font-size: 20px;
  color: #2d2d2d;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .serveArea .item .Txt {
    max-width: 100%;
  }
}
.serveArea .item .Txt .title {
  color: #8c98f4;
}
.serveArea .item .Txt .subtitle {
  color: #8c98f4;
}
.serveArea .item .Txt .text {
  padding-top: 10px;
  color: #bfbfbf;
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 30px;
  height: 192px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.serveArea .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
}
.serveArea .arrowBox {
  position: absolute;
  left: calc(100% + 30px);
  top: 53%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .serveArea .arrowBox {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .serveArea .arrowBox {
    position: static;
    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;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.newsArea {
  padding: 60px 0 75px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .wrap {
  position: relative;
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .newsArea .topBox {
    -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;
  }
}
.newsArea .classArea {
  position: relative;
  z-index: 2;
}
.newsArea .classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1181px) {
  .newsArea .classBoxRow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1181px) {
  .newsArea .classBoxRow .classLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .newsArea .classBoxRow .classLink li {
    margin: 0;
  }
  .newsArea .classBoxRow .classLink a,
  .newsArea .classBoxRow .classLink span {
    background-color: transparent;
    color: #bfbfbf;
    display: block;
    padding: 10px 15px;
    letter-spacing: 0.02rem;
    text-align: center;
    position: relative;
  }
  .newsArea .classBoxRow .classLink a::before,
  .newsArea .classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #713ae8;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .newsArea .classBoxRow .classLink a.current,
  .newsArea .classBoxRow .classLink span.current {
    background-color: transparent;
    color: #713ae8;
  }
  .newsArea .classBoxRow .classLink a.current::before,
  .newsArea .classBoxRow .classLink span.current::before {
    content: "";
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .newsArea .classBoxRow .classLink a:hover,
  .newsArea .classBoxRow .classLink span:hover {
    background-color: transparent;
    color: #713ae8;
  }
  .newsArea .classBoxRow .classLink a:hover::before,
  .newsArea .classBoxRow .classLink span:hover::before {
    content: "";
    position: absolute;
    width: 100%;
  }
}
.newsArea .titleBox {
  text-align: left;
  margin-bottom: 0;
}
.newsArea .btnBox {
  margin-top: 0;
}
.newsArea .btnBox .homeStyle {
  min-width: 260px;
  padding: 25px 55px;
  border-radius: 50px;
  text-align: center;
  background-color: #111111;
}
.newsArea .btnBox .homeStyle::before {
  right: 20px;
}
.newsArea .dataBox {
  margin-top: 40px;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.newsArea .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsArea .dataList {
  margin: 0 -28px;
}
.newsArea .dataList .dataItem {
  position: relative;
  padding: 0 28px;
}
.newsArea .dataList .item {
  max-width: 356px;
  margin: 0 auto;
}
.newsArea .dataList .Img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.newsArea .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .newsArea .dataList .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsArea .dataList .Txt {
  padding-top: 10px;
}
.newsArea .dataList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #f7f7f0;
  letter-spacing: 1.08px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 26px;
}
.newsArea .dataList .Txt .title a {
  color: #f7f7f0;
}
@media (min-width: 1181px) {
  .newsArea .dataList .Txt .title a:hover {
    color: #713ae8;
  }
}
.newsArea .dataList .Txt .text {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 1.6;
  height: 52px;
  overflow: hidden;
}
.newsArea .dataList .newsInfo {
  margin-top: 10px;
  padding: 12px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333333;
}
.newsArea .dataList .dateBox {
  font-size: 13px;
  color: #8c98f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .dataList .classTitleBox {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #8c98f4;
}
.newsArea .dataList .classTitleBox .classTitle {
  color: #f7f7f0;
  display: inline-block;
  padding: 5px 15px;
  background-color: #b7ac7d;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.78px;
  margin-left: 10px;
}
.newsArea .controlBlock {
  margin-top: 40px;
}

.partnerArea {
  padding: 55px 0 140px;
  overflow: hidden;
  position: relative;
}
.partnerArea .decoText {
  position: absolute;
  left: 60px;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.partnerArea .dataBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px 24px;
}
@media (max-width: 1180px) {
  .partnerArea .dataBox {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1023px) {
  .partnerArea .dataBox {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 670px) {
  .partnerArea .dataBox {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.partnerArea .dataItem {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partnerArea .dataItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.partnerArea .dataItem .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .partnerArea .dataItem:not(.hasTitle):hover {
    border-color: #713ae8;
  }
}
.partnerArea .dataItem.hasTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 40px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
@media (max-width: 1180px) {
  .partnerArea .dataItem.hasTitle {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
}
@media (max-width: 1023px) {
  .partnerArea .dataItem.hasTitle {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
}
@media (max-width: 670px) {
  .partnerArea .dataItem.hasTitle {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.partnerArea .dataItem .titleBox {
  margin-bottom: 0;
}
.partnerArea .dataItem .titleBox .blockTitle {
  color: #111111;
  padding-bottom: 10px;
}
.partnerArea .dataItem .titleBox .blockTitle::before {
  border-color: #111111;
}
.partnerArea .dataItem .titleBox .subtitle {
  padding-top: 0;
  font-size: 36px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 1;
  color: #111111;
}
@media (max-width: 670px) {
  .partnerArea .dataItem .titleBox .subtitle {
    font-size: 24px;
  }
}
.partnerArea .dataItem .titleBox .title {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 1;
  color: #111111;
}
@media (max-width: 670px) {
  .partnerArea .dataItem .titleBox .title {
    font-size: 20px;
  }
}
.partnerArea .dataItem .btnBox {
  margin-top: 0;
}
.partnerArea .dataItem .btnBox .homeStyle {
  text-align: center;
  background-color: #111111;
}
.partnerArea .dataItem .btnBox .homeStyle::before {
  color: #713ae8;
}
@media (max-width: 670px) {
  .partnerArea .dataItem .btnBox {
    margin-top: 20px;
  }
}

.moreLinkArea {
  background: linear-gradient(175deg, #492595, #713ae8);
  position: relative;
}
.moreLinkArea::before {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(175deg, #6871b6, #8c98f4);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1180px) {
  .moreLinkArea::before {
    display: none;
  }
}
.moreLinkArea .wrap {
  position: relative;
}
@media (max-width: 1180px) {
  .moreLinkArea .wrap {
    padding: 0;
  }
}
.moreLinkArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.moreLinkArea .dataItem {
  width: 50%;
  min-height: 360px;
  padding: 50px 90px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.moreLinkArea .dataItem:nth-child(even) {
  padding-right: 0;
  padding-left: 90px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  .moreLinkArea .dataItem:nth-child(even) {
    background: #333333;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .moreLinkArea .dataItem:nth-child(even) {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .moreLinkArea .dataItem {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .moreLinkArea .dataItem {
    min-height: 300px;
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .moreLinkArea .dataItem .item {
    width: 100%;
  }
}
.moreLinkArea .titleEn {
  font-size: 40px;
  font-family: "RecordLaser", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 2.4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 670px) {
  .moreLinkArea .titleEn {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .moreLinkArea .titleEn {
    font-size: 22px;
  }
}
.moreLinkArea .title {
  font-size: 30px;
  letter-spacing: 1.8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 670px) {
  .moreLinkArea .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .moreLinkArea .title {
    font-size: 16px;
  }
}
.moreLinkArea .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  position: relative;
  gap: 20px;
}
.moreLinkArea .linkBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .moreLinkArea .linkBox:hover .titleEn,
  .moreLinkArea .linkBox:hover .title {
    color: #111111;
  }
  .moreLinkArea .linkBox:hover .decoCircle {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.moreLinkArea .decoCircle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 670px) {
  .moreLinkArea .decoCircle {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
  }
}
.moreLinkArea .decoCircle img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moreLinkArea .text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
@media (max-width: 670px) {
  .moreLinkArea .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .moreLinkArea .text {
    font-size: 13px;
  }
}