@charset "UTF-8";
.aboutAdvantagesArea .aboutAdvantagesItem .title::before, .aboutAdvantagesArea .aboutAdvantagesItem .title, .aboutAdvantagesArea .aboutAdvantagesItem .Txt, .aboutAdvantagesArea .aboutAdvantagesItem .numberLabel, .aboutHistoryArea .aboutHistoryBox .Txt::after, .aboutHistoryArea .aboutHistoryBox .Txt::before, .aboutHistoryArea .aboutHistoryBox .year, .aboutArea .bgTxt {
  transition: all 0.4s ease-in-out;
}

body {
  background-color: #1b1b1b;
}

.mainArea {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .mainArea {
    padding-bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-bottom: 40px;
  }
}

.aboutArea {
  position: relative;
  padding: 160px 0 80px;
}
@media (max-width: 1440px) {
  .aboutArea {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    padding: 0px 0 20px;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1100;
  background-image: url(../../images/en/aboutBg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutArea::before {
    display: none;
  }
}
.aboutArea::after {
  content: "";
  position: absolute;
  top: 2%;
  left: 49%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 944px;
  height: auto;
  aspect-ratio: 944/866;
  background-image: url(../../images/en/about_decPic.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.aboutArea .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.aboutArea .aboutDecoPic {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.aboutArea .aboutDecoPic .left,
.aboutArea .aboutDecoPic .right {
  max-width: 660px;
  opacity: 0.5;
}
.aboutArea .aboutDecoPic .left {
  position: absolute;
  left: -465px;
  bottom: -260px;
}
.aboutArea .aboutDecoPic .right {
  position: absolute;
  right: -325px;
  top: 65px;
}
.aboutArea .aboutDecoPic img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .leftBox {
  position: relative;
  width: 50%;
  padding-right: 4.5vw;
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .aboutArea .leftBox {
    width: 100%;
    order: 2;
  }
}
.aboutArea .leftBox::after {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1003px;
  height: auto;
  aspect-ratio: 1003/1182;
  margin-left: auto;
  background-image: url(../../images/en/about_imgBg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox::after {
    display: none;
  }
}
.aboutArea .leftBox .Img {
  width: 100%;
  max-width: 685px;
  height: auto;
  aspect-ratio: 1040/1215;
  margin-left: auto;
}
@media (max-width: 960px) {
  .aboutArea .leftBox .Img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .aboutArea .leftBox .Img {
    width: 50vw;
  }
}
@media (max-width: 480px) {
  .aboutArea .leftBox .Img {
    width: 60vw;
  }
}
.aboutArea .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .rightBox {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .aboutArea .rightBox {
    width: 100%;
    padding-bottom: 40px;
    order: 1;
  }
}
.aboutArea .rightBox .Txt {
  padding-top: 38px;
  width: 100%;
  max-width: 680px;
}
@media (max-width: 960px) {
  .aboutArea .rightBox .Txt {
    padding-top: 0px;
  }
}
.aboutArea .rightBox .titleBox {
  justify-items: flex-start;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .aboutArea .rightBox .titleBox {
    margin-bottom: 20px;
  }
}
.aboutArea .rightBox .titleBox .title {
  position: relative;
  letter-spacing: -0.2px;
  padding-bottom: 25px;
  text-align: start;
}
@media (max-width: 768px) {
  .aboutArea .rightBox .titleBox .title {
    padding-bottom: 20px;
  }
}
.aboutArea .rightBox .titleBox .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.aboutArea .rightBox .textEditor {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.04px;
  line-height: 1.95;
}
.aboutArea .rightBox .textEditor p {
  margin-bottom: 1.8rem;
}
@media (max-width: 480px) {
  .aboutArea .rightBox .textEditor p {
    margin-bottom: 20px;
  }
}
.aboutArea .rightBox .textEditor p:last-child {
  margin-bottom: 0;
}
.aboutArea .bgTxt {
  pointer-events: none;
  position: absolute;
  bottom: 3.4vw;
  left: 50%;
  font-family: "Orbitron", "Microsoft JhengHei", sans-serif;
  margin: 7px 0 0 2px;
  z-index: 1;
}
@media (max-width: 1680px) {
  .aboutArea .bgTxt {
    opacity: 0.5;
  }
}
@media (max-width: 1180px) {
  .aboutArea .bgTxt {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea .bgTxt {
    bottom: 10vw;
  }
}
.aboutArea .bgTxt .decoText {
  color: transparent;
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px #06345b;
}
@media (max-width: 768px) {
  .aboutArea .bgTxt .decoText {
    font-size: 20vw;
  }
}
.aboutArea .bgTxt .number {
  color: rgba(45, 102, 150, 0.5);
  font-size: 180px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -1px;
  transform: translateX(18.35vw);
}
@media (max-width: 1440px) {
  .aboutArea .bgTxt .number {
    transform: translateX(10vw);
  }
}
@media (max-width: 768px) {
  .aboutArea .bgTxt .number {
    font-size: 21vw;
    transform: translateX(18vw);
  }
}

.aboutHistoryArea {
  position: relative;
  padding: 140px 0 200px;
  background-image: url(../../images/en/historyBg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1180px) {
  .aboutHistoryArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea {
    padding: 80px 0;
  }
}
.aboutHistoryArea .wrap {
  max-width: 1460px;
}
.aboutHistoryArea .titleBox {
  display: flex;
  text-align: center;
  padding-left: 3.9vw;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .aboutHistoryArea .titleBox {
    padding-left: 0;
  }
}
.aboutHistoryArea .titleBox .title {
  position: relative;
  letter-spacing: -0.2px;
  padding-bottom: 20px;
}
.aboutHistoryArea .titleBox .title::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.aboutHistoryArea .aboutHistoryBox {
  position: relative;
  padding: 0px 0px 0px 5px;
  z-index: 1;
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 633px;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
    height: 452px;
  }
}
@media (max-width: 960px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
    height: auto;
  }
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
  /* 隱藏預設卷軸 */
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList::-webkit-scrollbar {
  display: none;
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList::before, .aboutHistoryArea .aboutHistoryBox .aboutHistoryList::after {
  content: "";
  position: absolute;
  display: var(--scrollbar-display, none);
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
  /* 虛擬卷軸底線 */
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList::before {
  content: "";
  position: absolute;
  top: var(--scroll-top, 0px);
  right: 2px;
  width: 1px;
  height: var(--client-height, 100%);
  background-color: #7f7f7f;
  z-index: 1;
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList {
  /* 虛擬卷軸控制bar */
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryList::after {
  content: "";
  position: absolute;
  top: calc(var(--scroll-top, 0px) + var(--thumb-top, 0px));
  right: -0.5px;
  width: 6px;
  height: var(--thumb-height, 0px);
  background-color: #7f7f7f;
  border-radius: 3px;
  z-index: 2;
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryItem {
  position: relative;
  display: flex;
  align-items: center;
  height: 126.5px;
  padding: 20px 0;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem {
    height: 150.5px;
  }
}
@media (max-width: 960px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }
}
@media (min-width: 1181px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem:hover::after {
    clip-path: inset(0 0 0 0);
  }
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem:hover .year {
    color: #fff;
    transform: translateX(0px);
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem:hover .year {
    transform: translateX(20px);
  }
}
@media (min-width: 1181px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem:hover .Txt::before {
    border: 1px solid #fff;
    background-color: #414141;
  }
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem:hover .Txt::after {
    background-color: #fff;
  }
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryItem::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 25.2%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1680px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem::before {
    left: 19.7%;
  }
}
@media (max-width: 1180px) {
  .aboutHistoryArea .aboutHistoryBox .aboutHistoryItem::before {
    display: none;
  }
}
.aboutHistoryArea .aboutHistoryBox .aboutHistoryItem::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  display: block;
  width: 100%;
  max-width: 1335px;
  height: auto;
  aspect-ratio: 1344/122;
  background-image: url(../../images/en/history_dataBg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.aboutHistoryArea .aboutHistoryBox .year {
  color: transparent;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 25.5%;
  max-width: 345px;
  font-size: 60px;
  font-family: "Orbitron", "Microsoft JhengHei", sans-serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  transform: translateX(-20px);
}
@media (max-width: 1680px) {
  .aboutHistoryArea .aboutHistoryBox .year {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .aboutHistoryArea .aboutHistoryBox .year {
    font-size: 50px;
    transform: translateX(0px);
  }
}
@media (max-width: 960px) {
  .aboutHistoryArea .aboutHistoryBox .year {
    font-size: 36px;
    width: 100%;
    justify-content: flex-start;
  }
}
.aboutHistoryArea .aboutHistoryBox .Txt {
  position: relative;
  color: #fff;
  width: 75%;
  padding: 0 4.3vw 0 4.3vw;
}
@media (max-width: 1680px) {
  .aboutHistoryArea .aboutHistoryBox .Txt {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .aboutHistoryArea .aboutHistoryBox .Txt {
    padding: 0 4.3vw 0 20px;
  }
}
@media (max-width: 960px) {
  .aboutHistoryArea .aboutHistoryBox .Txt {
    width: 100%;
    padding: 0 10px 0 0;
  }
}
.aboutHistoryArea .aboutHistoryBox .Txt::before {
  content: "";
  position: absolute;
  display: block;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #7f7f7f;
  background-color: #1b1b1b;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .aboutHistoryBox .Txt::before {
    display: none;
  }
}
.aboutHistoryArea .aboutHistoryBox .Txt::after {
  content: "";
  position: absolute;
  display: block;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #454545;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .aboutHistoryBox .Txt::after {
    display: none;
  }
}
.aboutHistoryArea .aboutHistoryBox .Txt .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .aboutHistoryArea .aboutHistoryBox .Txt .title {
    -webkit-line-clamp: 3;
  }
}
.aboutHistoryArea .aboutHistoryBox .Txt .text {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .aboutHistoryBox .Txt .text {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .aboutHistoryBox .Txt .text {
    -webkit-line-clamp: 5;
    line-height: 1.5;
  }
}
@media (max-width: 414px) {
  .aboutHistoryArea .aboutHistoryBox .Txt .text {
    -webkit-line-clamp: 7;
  }
}
.aboutHistoryArea .historyDecoPic {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.aboutHistoryArea .historyDecoPic .left,
.aboutHistoryArea .historyDecoPic .right {
  max-width: 660px;
  opacity: 0.5;
}
.aboutHistoryArea .historyDecoPic .left {
  position: absolute;
  left: -465px;
  bottom: -260px;
}
.aboutHistoryArea .historyDecoPic .right {
  position: absolute;
  right: -325px;
  top: 65px;
}
.aboutHistoryArea .historyDecoPic img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

.aboutAdvantagesArea {
  position: relative;
  padding: 100px 0;
  margin-top: -70px;
  z-index: 0;
}
@media (max-width: 1440px) {
  .aboutAdvantagesArea {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .aboutAdvantagesArea {
    padding: 40px 0;
  }
}
.aboutAdvantagesArea .wrap {
  position: relative;
  max-width: 1820px;
  margin: 0 auto;
  height: 100vh;
  min-height: 800px;
  padding-top: 90px;
  z-index: 1;
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .wrap {
    padding-top: 0px;
  }
}
.aboutAdvantagesArea .bgBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/en/advantagesBg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.aboutAdvantagesArea .decoBgBox {
  pointer-events: none;
  position: absolute;
  top: 250px;
  right: 12vw;
  width: 1063px;
  aspect-ratio: 1063/866;
  background-image: url(../../images/en/advantages_decoBg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .aboutAdvantagesArea .decoBgBox {
    top: 150px;
    right: 50%;
    transform: translateX(50%);
  }
}
.aboutAdvantagesArea .aboutAdvantagesBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aboutAdvantagesArea .aboutAdvantagesList {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 535px;
  margin-top: 83px;
}
@media (max-width: 1180px) {
  .aboutAdvantagesArea .aboutAdvantagesList {
    margin-top: 0px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem {
  pointer-events: auto;
  position: absolute;
  width: calc(50% - 9.375vw);
  max-width: 575px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesItem {
    width: calc(50% - 11vw);
  }
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesItem {
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesItem {
    width: 100%;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 5vw !important;
  }
  .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(n) .Txt {
    transform: none !important;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem.now .numberLabel {
  -webkit-text-stroke-color: rgba(45, 102, 150, 0.5);
}
.aboutAdvantagesArea .aboutAdvantagesItem.now .title {
  color: #fff;
  --title-bg-opacity: 1;
}
.aboutAdvantagesArea .aboutAdvantagesItem.now .text {
  color: #fff;
}
.aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(1) .Txt, .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(2) .Txt {
  transform: translateX(52px);
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(1) .Txt, .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(2) .Txt {
    transform: translateX(20px);
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(3) .Txt, .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(4) .Txt {
  transform: translateX(-52px);
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(3) .Txt, .aboutAdvantagesArea .aboutAdvantagesItem.now:nth-child(4) .Txt {
    transform: translateX(-20px);
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem .numberLabel {
  position: absolute;
  top: -100px;
  font-size: 150px;
  font-family: "Orbitron", "Microsoft JhengHei", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
  line-height: 1;
  z-index: 1;
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesItem .numberLabel {
    top: -65px;
    font-size: 120px;
  }
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesItem .numberLabel {
    top: -100px;
  }
}
@media (max-width: 414px) {
  .aboutAdvantagesArea .aboutAdvantagesItem .numberLabel {
    top: -70px;
    font-size: 80px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem .Txt {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesItem .Txt {
    padding-top: 0px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 36px;
  color: #4c4c4c;
  font-weight: 600;
  line-height: 1.25;
  padding: 0 20px;
  margin-bottom: 12px;
}
.aboutAdvantagesArea .aboutAdvantagesItem .title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #2d6696;
  opacity: var(--title-bg-opacity, 0);
  z-index: -1;
  transform: skew(-35deg);
}
.aboutAdvantagesArea .aboutAdvantagesItem .text {
  font-size: 14px;
  color: #888;
  line-height: 1.95;
  letter-spacing: -0.05px;
  margin: 0;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .aboutAdvantagesArea .aboutAdvantagesItem .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesItem .text {
    -webkit-line-clamp: unset;
    display: block;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem {
  /* 1, 2 => right */
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(1), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(2) {
  right: 0;
  text-align: left;
  padding-right: 50px;
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(1), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(2) {
    padding-right: 0px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(1) .numberLabel, .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(2) .numberLabel {
  right: 18px;
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(1) .title, .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(2) .title {
  margin-left: -20px;
}
.aboutAdvantagesArea .aboutAdvantagesItem {
  /* 3, 4 => left */
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) {
  left: 0;
  text-align: right;
  align-items: flex-end;
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3) .numberLabel, .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) .numberLabel {
  left: 30px;
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3) .numberLabel, .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) .numberLabel {
    left: auto;
    right: 18px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3) .title, .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) .title {
  margin-right: -20px;
}
.aboutAdvantagesArea .aboutAdvantagesItem {
  /* Top 1, 4 */
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(1), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) {
  top: 15px;
}
@media (max-width: 1280px) {
  .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(1), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(4) {
    top: 0px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesItem {
  /* Bottom 2, 3 */
}
.aboutAdvantagesArea .aboutAdvantagesItem:nth-child(2), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3) {
  bottom: 30px;
}
@media (max-width: 1280px) {
  .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(2), .aboutAdvantagesArea .aboutAdvantagesItem:nth-child(3) {
    bottom: 0px;
  }
}
.aboutAdvantagesArea .aboutAdvantagesAction {
  position: absolute;
  top: calc(50% + 65px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (max-width: 1820px) {
  .aboutAdvantagesArea .aboutAdvantagesAction {
    opacity: 0.3;
  }
}
@media (max-width: 1180px) {
  .aboutAdvantagesArea .aboutAdvantagesAction {
    opacity: 0.15;
    top: 50%;
  }
}
@media (max-width: 960px) {
  .aboutAdvantagesArea .aboutAdvantagesAction {
    opacity: 0.1;
  }
}
.aboutAdvantagesArea .aboutAdvantagesAction::after {
  content: "";
  position: absolute;
  top: 47.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 574px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: -35px 30px 30px #000;
}

.aboutServiceArea {
  position: relative;
  padding: 40px 0;
  background-image: url(../../images/en/serviceBg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .aboutServiceArea {
    padding: 40px 0 20px;
  }
}
@media (max-width: 840px) {
  .aboutServiceArea {
    padding: 40px 0 0;
  }
}
.aboutServiceArea .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .aboutServiceArea .wrap {
    gap: 20px;
  }
}
.aboutServiceArea .leftBox {
  width: 25%;
  max-width: 430px;
  padding: 0 40px 0 5px;
}
@media (max-width: 1680px) {
  .aboutServiceArea .leftBox {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .aboutServiceArea .leftBox {
    width: 40%;
  }
}
@media (max-width: 860px) {
  .aboutServiceArea .leftBox {
    width: 100%;
  }
}
.aboutServiceArea .leftBox .titleBox {
  text-align: start;
}
@media (max-width: 860px) {
  .aboutServiceArea .leftBox .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .aboutServiceArea .leftBox .titleBox {
    margin-bottom: 20px;
  }
}
.aboutServiceArea .leftBox .titleBox .title {
  position: relative;
  letter-spacing: -0.2px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.aboutServiceArea .leftBox .titleBox .title::after {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  bottom: 2px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.aboutServiceArea .leftBox .titleBox .subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.7;
}
.aboutServiceArea .leftBox .titleBox .text {
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: -0.05px;
  line-height: 2;
}
.aboutServiceArea .leftBox .btnBox {
  margin-top: 0px;
}
.aboutServiceArea .leftBox .btnBox .btn .btnText {
  letter-spacing: 0.5px;
}
.aboutServiceArea .rightBox {
  position: relative;
  width: 75%;
}
@media (max-width: 1180px) {
  .aboutServiceArea .rightBox {
    width: 60%;
  }
}
@media (max-width: 860px) {
  .aboutServiceArea .rightBox {
    width: 100%;
  }
}
.aboutServiceArea .rightBox .aboutServiceBox {
  position: relative;
  padding: 0 100px;
  margin-top: -40px;
  width: 100%;
  max-width: 1185px;
}
@media (max-width: 1680px) {
  .aboutServiceArea .rightBox .aboutServiceBox {
    margin-top: 0px;
    padding: 0 70px;
  }
}
@media (max-width: 1580px) {
  .aboutServiceArea .rightBox .aboutServiceBox {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .aboutServiceArea .rightBox .aboutServiceBox {
    width: 860px;
    overflow: hidden;
  }
}
@media (max-width: 860px) {
  .aboutServiceArea .rightBox .aboutServiceBox {
    margin: 0 -10px;
  }
}
.aboutServiceArea .rightBox {
  /* 純 CSS 漸進式滑動提示樣式 */
}
.aboutServiceArea .rightBox .pureScrollHint {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 1180px) {
  .aboutServiceArea .rightBox .pureScrollHint {
    display: flex;
  }
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span {
  display: block;
  position: relative;
  width: 15px;
  height: 20px;
  opacity: 0;
  animation: progressiveArrowFade 1.2s infinite;
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span::before, .aboutServiceArea .rightBox .pureScrollHint .scrollIcon span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2.5px;
  height: 50%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span::before {
  top: 10%;
  transform: translateX(-50%) rotate(-35deg);
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span::after {
  bottom: 10%;
  transform: translateX(-50%) rotate(35deg);
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span {
  /* 小 */
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span:nth-child(1) {
  transform: scale(0.6);
  animation-delay: 0s;
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span {
  /* 中 */
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span:nth-child(2) {
  transform: scale(0.85);
  animation-delay: 0.2s;
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span {
  /* 大 */
}
.aboutServiceArea .rightBox .pureScrollHint .scrollIcon span:nth-child(3) {
  transform: scale(1.15);
  animation-delay: 0.4s;
}
@media (max-width: 1180px) {
  .aboutServiceArea .rightBox .aboutServiceList {
    display: flex;
    overflow-x: auto;
  }
  .aboutServiceArea .rightBox .aboutServiceList::-webkit-scrollbar {
    display: none;
  }
}
.aboutServiceArea .rightBox .aboutServiceItem {
  padding: 20px;
}
@media (max-width: 1366px) {
  .aboutServiceArea .rightBox .aboutServiceItem {
    padding: 10px;
  }
}
.aboutServiceArea .rightBox .item {
  position: relative;
}
.aboutServiceArea .rightBox .item .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.aboutServiceArea .rightBox .item .Img {
  position: relative;
}
.aboutServiceArea .rightBox .item .Img img {
  opacity: 0.5;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutServiceArea .rightBox .item .Txt {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 35px 30px;
}
@media (max-width: 1680px) {
  .aboutServiceArea .rightBox .item .Txt {
    padding: 20px;
  }
}
.aboutServiceArea .rightBox .item .Txt .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.aboutServiceArea .rightBox .arrowBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1180px) {
  .aboutServiceArea .rightBox .arrowBox {
    display: none;
  }
}