.serviceArea .serviceList .Img img, .cultureArea .cultureList .Img img, .moduleBox.benefit .moduleContent, .aboutArea .decoBox .circle .text {
  transition: all 0.5s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

.outerWrap {
  padding-top: 80px;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .outerWrap {
    padding-top: 65px;
  }
}

.aboutArea {
  position: relative;
  padding: 40px 0 80px;
}
@media (max-width: 640px) {
  .aboutArea {
    padding: 40px 0;
  }
}
.aboutArea::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  background-image: url(../../images/tw/aboutBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
}
.aboutArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
@media (min-width: 1181px) {
  .aboutArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .aboutArea .wrap {
    flex-direction: column-reverse;
    gap: clamp(30px, 5.04vw, 50px);
  }
}
.aboutArea .leftBox {
  width: 50.4%;
}
@media (max-width: 992px) {
  .aboutArea .leftBox {
    width: 100%;
  }
}
.aboutArea .rightBox {
  flex: 1;
}
.aboutArea .Img {
  width: 100%;
  position: relative;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
  min-height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .aboutArea .Img img {
    border-radius: 20px;
  }
}
@media (max-width: 414px) {
  .aboutArea .Img img {
    min-height: 400px;
  }
}
.aboutArea .decoBox {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 6.771vw 5.99vw;
}
@media (max-width: 1536px) {
  .aboutArea .decoBox {
    padding: 40px 25px;
  }
}
@media (max-width: 992px) {
  .aboutArea .decoBox {
    padding: 12vw 5vw;
  }
}
@media (max-width: 640px) {
  .aboutArea .decoBox {
    padding: 8vw 5vw;
  }
}
.aboutArea .decoBox .circle {
  width: 138px;
  height: 138px;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 1536px) {
  .aboutArea .decoBox .circle {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .decoBox .circle {
    width: 118px;
    height: 118px;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoBox .circle {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 414px) {
  .aboutArea .decoBox .circle {
    width: 86px;
    height: 86px;
  }
}
.aboutArea .decoBox .circle .text {
  padding: 16px 18px 8px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1.85;
  aspect-ratio: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 2px 7.9px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 2;
  outline: 13px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1536px) {
  .aboutArea .decoBox .circle .text {
    font-size: 16px;
    outline-width: 8px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoBox .circle .text {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 12px;
  }
}
@media (max-width: 414px) {
  .aboutArea .decoBox .circle .text {
    font-size: 13px;
  }
}
.aboutArea .decoBox .circle .text::before {
  content: "";
  background: url("../../images/tw/circleOuterAbout.svg") no-repeat;
  background-size: cover;
  width: calc(100% + 23px);
  height: calc(100% + 23px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  animation: centerRotate 20s linear infinite;
}
@media (max-width: 1536px) {
  .aboutArea .decoBox .circle .text::before {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }
}
@media (max-width: 414px) {
  .aboutArea .decoBox .circle .text::before {
    width: calc(100% + 10px);
    display: none;
  }
}
.aboutArea .decoBox .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  width: calc(100% + 4.531vw);
  height: calc(100% + 4.531vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(7.35px);
  animation: blur 3s infinite;
}
@media (max-width: 1536px) {
  .aboutArea .decoBox .circle::after {
    width: calc(100% + 45px);
    height: calc(100% + 45px);
  }
}
@media (max-width: 414px) {
  .aboutArea .decoBox .circle::after {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
.aboutArea .decoBox .circle.circle1 {
  margin-left: auto;
  margin-right: 3.438vw;
  margin-bottom: 2.2vw;
}
@media (max-width: 1536px) {
  .aboutArea .decoBox .circle.circle1 {
    margin-right: 20px;
  }
}
@media (max-width: 414px) {
  .aboutArea .decoBox .circle.circle1 {
    margin-right: 12px;
    margin-bottom: 42px;
  }
}
.aboutArea .decoBox .circle.circle3 {
  margin-left: auto;
  margin-top: 5px;
  margin-right: 6.667vw;
}
@media (max-width: 414px) {
  .aboutArea .decoBox .circle.circle3 {
    margin-top: 25px;
  }
}
@media (min-width: 1181px) {
  .aboutArea .decoBox .circle:hover .text {
    color: #094E7F;
    background-color: #fff;
  }
}
.aboutArea .Txt {
  padding: 0 clamp(60px, 7.552vw, 145px) 0px clamp(60px, 6.771vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1366px) {
  .aboutArea .Txt {
    padding: 0 clamp(30px, 3.66vw, 50px);
  }
}
@media (max-width: 992px) {
  .aboutArea .Txt {
    padding: 0;
  }
}
.aboutArea .Txt .title {
  color: #094E7F;
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 500;
  letter-spacing: 2.4px;
}
@media (max-width: 480px) {
  .aboutArea .Txt .title {
    font-size: 26px;
  }
}
.aboutArea .Txt .text {
  position: relative;
  margin-top: 22px;
  padding-top: 26px;
  color: #282828;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.6px;
}
@media (max-width: 480px) {
  .aboutArea .Txt .text {
    font-size: 14px;
  }
}
.aboutArea .Txt .text::before, .aboutArea .Txt .text::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutArea .Txt .text::before {
  background-color: #fff;
  width: 100%;
}
.aboutArea .Txt .text::after {
  background-color: #094E7F;
  width: 160px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .text {
    margin-top: 15px;
    padding-top: 15px;
    line-height: 1.65;
  }
}

.mainArea .aboutOtherContent {
  flex: 1;
  min-width: 0;
}
.mainArea .navOuter {
  position: absolute;
}
.mainArea .anchorBox {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 215px;
  z-index: 5;
  padding-left: 40px;
  --dot-w: 8px;
}
@media (max-width: 1440px) {
  .mainArea .anchorBox {
    padding-left: 25px;
  }
}
@media (max-width: 640px) {
  .mainArea .anchorBox {
    display: none;
  }
}
.mainArea .anchorBox ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainArea .anchorBox ul::before {
  content: "";
  position: absolute;
  left: calc(var(--dot-w) / 2);
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  z-index: 1;
}
.mainArea .anchorBox li {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
.mainArea .anchorBox li:last-child {
  margin-bottom: 0;
}
.mainArea .anchorBox li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  letter-spacing: 1.8px;
  transition: all 0.3s;
  text-decoration: none;
}
.mainArea .anchorBox li a::before {
  content: "";
  width: var(--dot-w);
  height: var(--dot-w);
  border-radius: 50%;
  background-color: #ccc;
  flex-shrink: 0;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.mainArea .anchorBox li a::after {
  content: "";
  position: absolute;
  left: calc(var(--dot-w) * 1.25 / 2);
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--dot-w) * 1.25);
  height: calc(var(--dot-w) * 1.25);
  border-radius: 50%;
  background-color: inherit;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.mainArea .anchorBox li a.active {
  font-weight: 500;
}
.mainArea .anchorBox li a.active::before {
  width: calc(var(--dot-w) * 1.25);
  height: calc(var(--dot-w) * 1.25);
}
.mainArea .anchorBox li a.active::after {
  animation: anchorRipple 2s infinite;
}
@media (max-width: 1180px) {
  .mainArea .anchorBox li a .text {
    display: none;
  }
}
.mainArea .anchorBox.white ul::before {
  background-image: linear-gradient(to bottom, #fff 50%, transparent 50%);
}
.mainArea .anchorBox.white li a {
  color: rgba(255, 255, 255, 0.8);
}
.mainArea .anchorBox.white li a::before, .mainArea .anchorBox.white li a::after {
  background-color: #fff;
}
.mainArea .anchorBox.white li a.active {
  color: #fff;
}
@media (min-width: 1181px) {
  .mainArea .anchorBox.white li a:hover {
    color: #fff;
  }
}
.mainArea .anchorBox.primary ul::before {
  background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
}
.mainArea .anchorBox.primary li a {
  color: #999;
}
.mainArea .anchorBox.primary li a::before {
  background-color: #ccc;
}
.mainArea .anchorBox.primary li a::after {
  background-color: #094E7F;
}
.mainArea .anchorBox.primary li a.active {
  color: #094E7F;
}
.mainArea .anchorBox.primary li a.active::before {
  background-color: #094E7F;
}

.subsidiaryArea {
  color: #fff;
  padding: clamp(80px, 10vw, 190px) 0 clamp(80px, 9vw, 172px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .subsidiaryArea {
    padding: 60px 0;
  }
}
.subsidiaryArea .wrap {
  padding: 0 100px 0 110px;
  padding: 0 10vw 0 10vw;
  max-width: 1615px;
}
@media (max-width: 1680px) {
  .subsidiaryArea .wrap {
    max-width: 1380px;
    padding: 0 160px;
  }
}
@media (max-width: 1180px) {
  .subsidiaryArea .wrap {
    max-width: 1450px;
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .subsidiaryArea .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 640px) {
  .subsidiaryArea .wrap {
    padding: 0 20px;
  }
}
.subsidiaryArea::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/subsidiaryBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
}
.subsidiaryArea .subsidiaryItem {
  margin-bottom: 150px;
  scroll-margin-top: 100px;
}
.subsidiaryArea .subsidiaryItem:last-child {
  margin-bottom: 0;
}
.subsidiaryArea .subsidiaryItem .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.subsidiaryArea .subsidiaryItem .imgBox {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 9.5vw, 90px);
}
@media (max-width: 480px) {
  .subsidiaryArea .subsidiaryItem .imgBox {
    flex-direction: column;
  }
}
.subsidiaryArea .subsidiaryItem .imgBox .logoCircle {
  width: clamp(130px, 15vw, 180px);
  height: clamp(130px, 15vw, 180px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  flex-shrink: 0;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.subsidiaryArea .subsidiaryItem .imgBox .logoCircle img {
  width: 100%;
  height: auto;
  display: block;
}
.subsidiaryArea .subsidiaryItem .imgBox .deco {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .subsidiaryArea .subsidiaryItem .imgBox .deco {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .subsidiaryArea .subsidiaryItem .imgBox .deco {
    width: 20px;
    height: 20px;
  }
}
.subsidiaryArea .subsidiaryItem .imgBox .deco::before, .subsidiaryArea .subsidiaryItem .imgBox .deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.subsidiaryArea .subsidiaryItem .imgBox .deco::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.subsidiaryArea .subsidiaryItem .imgBox .deco::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.subsidiaryArea .subsidiaryItem .Txt {
  margin: 0 auto;
  text-align: center;
}
.subsidiaryArea .subsidiaryItem .Txt .title {
  color: #fff;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 500;
  letter-spacing: 1.8px;
}
.subsidiaryArea .subsidiaryItem .Txt .text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-top: 22px;
  line-height: 1.95;
}
@media (max-width: 768px) {
  .subsidiaryArea .subsidiaryItem .Txt .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.65;
  }
}

.talentArea {
  color: #fff;
  padding: clamp(80px, 11.5vw, 217px) 0 clamp(80px, 10.6vw, 203px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .talentArea {
    padding: 60px 0;
  }
}
.talentArea .wrap {
  padding: 0 100px 0 110px;
  padding: 0 5.2vw 0 5.05vw;
  max-width: 1615px;
}
@media (max-width: 1680px) {
  .talentArea .wrap {
    max-width: 1380px;
    padding: 0 160px;
  }
}
@media (max-width: 1180px) {
  .talentArea .wrap {
    max-width: 1450px;
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .talentArea .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 640px) {
  .talentArea .wrap {
    padding: 0 20px;
  }
}
.talentArea::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(9, 78, 127, 0.8) 0%, rgba(0, 0, 0, 0) 80%), url(../../images/tw/talentBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
  pointer-events: none;
}
.talentArea .titleBox {
  margin-bottom: 0;
  width: 70%;
}
@media (max-width: 1180px) {
  .talentArea .titleBox {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .talentArea .titleBox {
    width: 100%;
  }
}
.talentArea .titleBox .title,
.talentArea .titleBox .text {
  color: #fff;
}
.talentArea .titleBox .title {
  font-size: clamp(40px, 3.5vw, 64px);
}
@media (max-width: 840px) {
  .talentArea .titleBox .title {
    font-size: clamp(28px, 5vw, 40px);
  }
}
.talentArea .titleBox .text {
  font-size: clamp(14px, 1.8vw, 24px);
  letter-spacing: 1.2px;
  margin-top: clamp(12px, 2.5vw, 30px);
  line-height: 1.65;
}
.talentArea .btnBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: clamp(20px, 4.5vw, 84px);
}
@media (max-width: 640px) {
  .talentArea .btnBox {
    gap: 10px;
  }
}

.benefitArea {
  color: #fff;
  padding: clamp(60px, 11.5vw, 217px) 0 45px;
  position: relative;
}
@media (max-width: 480px) {
  .benefitArea {
    padding: 60px 0 45px;
  }
}
.benefitArea .wrap {
  padding: 0 5.2vw 0 5.05vw;
  max-width: 1380px;
}
@media (max-width: 1680px) {
  .benefitArea .wrap {
    padding: 0 160px;
  }
}
@media (max-width: 1180px) {
  .benefitArea .wrap {
    max-width: 1450px;
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .benefitArea .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 640px) {
  .benefitArea .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .benefitArea .slick-track {
    display: flex;
    align-items: stretch;
  }
  .benefitArea .slick-track .slick-slide {
    height: auto !important;
  }
  .benefitArea .slick-track .slick-slide > div,
  .benefitArea .slick-track .slick-slide .benefitItem,
  .benefitArea .slick-track .slick-slide .item {
    height: 100% !important;
  }
}
.benefitArea::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 120%;
  background-image: url(../../images/tw/benefitBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
  pointer-events: none;
}
.benefitArea .titleBox {
  margin: 0 auto clamp(40px, 4.5vw, 70px);
  text-align: center;
  width: 70%;
}
@media (max-width: 1280px) {
  .benefitArea .titleBox {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .benefitArea .titleBox {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .benefitArea .titleBox {
    margin: 0 auto 25px;
  }
}
.benefitArea .titleBox .title {
  font-size: clamp(40px, 3.5vw, 64px);
}
@media (max-width: 840px) {
  .benefitArea .titleBox .title {
    font-size: clamp(28px, 5.2vw, 40px);
  }
}
.benefitArea .titleBox .subtitle {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px;
}
@media (max-width: 640px) {
  .benefitArea .titleBox .subtitle {
    margin: 0 auto 10px;
  }
}
.benefitArea .titleBox .text {
  font-size: clamp(14px, 1.8vw, 24px);
  letter-spacing: 1.2px;
  margin-top: clamp(12px, 2.5vw, 36px);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
@media (max-width: 640px) {
  .benefitArea .titleBox .text {
    font-size: 15px;
  }
}
.benefitArea .titleBox .text p {
  margin-bottom: 0.45em;
}
.benefitArea .titleBox .text .highlight {
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .benefitArea .titleBox .text .highlight {
    font-size: 17px;
  }
}
.benefitArea .titleBox .text .remark {
  color: #747474;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-top: clamp(12px, 1.8vw, 22px);
}
@media (max-width: 640px) {
  .benefitArea .titleBox .text .remark {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .benefitArea .titleBox .text .remark {
    margin-top: 8px;
  }
}
.benefitArea .benefitBox {
  position: relative;
}
@media (max-width: 768px) {
  .benefitArea .benefitBox {
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitBox {
    width: 100%;
  }
}
.benefitArea .benefitList {
  display: flex;
  flex-wrap: wrap;
  --col-gap: clamp(20px, 3.2vw, 60px);
  gap: clamp(20px, 3.6vw, 60px) var(--col-gap);
  justify-content: center;
}
.benefitArea .benefitList .slick-list {
  margin: 0 -20px;
}
@media (max-width: 992px) {
  .benefitArea .benefitList .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitList .slick-list {
    margin: 0 -6px;
  }
}
.benefitArea .benefitItem {
  width: calc((100% - var(--col-gap) * 2) / 3);
}
@media (max-width: 1280px) {
  .benefitArea .benefitItem {
    width: calc((100% - var(--col-gap)) / 2);
  }
}
@media (max-width: 992px) {
  .benefitArea .benefitItem {
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 840px) {
  .benefitArea .benefitItem {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitItem {
    padding: 0 6px;
  }
}
.benefitArea .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  min-height: calc(18.542vw + 64px);
  height: 100%;
  padding: clamp(30px, 3.125vw, 60px) clamp(25px, 2.6vw, 50px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease-out;
  border: 2px solid transparent;
  background-image: linear-gradient(135deg, rgba(199, 230, 255, 0.5), rgba(199, 230, 255, 0.2)), linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(193, 214, 245, 0.6));
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken, normal;
}
@media (max-width: 992px) {
  .benefitArea .item {
    min-height: unset;
  }
}
.benefitArea .item::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: url(../../images/tw/benefitCard.png) no-repeat center/cover;
  filter: blur(2px);
  opacity: 0.8;
}
.benefitArea .Img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
}
.benefitArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 360px) {
  .benefitArea .Img {
    width: 90px;
    height: 90px;
  }
}
.benefitArea .Txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .benefitArea .Txt {
    justify-content: space-between;
  }
}
.benefitArea .Txt .title {
  color: #094E7F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .benefitArea .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .benefitArea .Txt .title {
    font-size: 17px;
  }
}
.benefitArea .Txt .text {
  color: #282828;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 2.15;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .benefitArea .Txt .text {
    font-size: 14px;
    line-height: 1.65;
  }
}
.benefitArea .btnBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
@media (max-width: 992px) {
  .benefitArea .btnBox {
    margin-top: 20px;
  }
}
.benefitArea .arrowBox {
  width: calc(100% + 50px);
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 993px) {
  .benefitArea .arrowBox {
    display: none;
  }
}
@media (max-width: 640px) {
  .benefitArea .arrowBox {
    position: static;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0;
    transform: translate(0, 0);
  }
}

.moduleBox.benefit {
  justify-content: flex-end;
  padding: 0;
}
.moduleBox.benefit.show .moduleWrap {
  transform: translateX(0);
}
.moduleBox.benefit .moduleClose {
  top: 38px;
  right: 38px;
}
@media (min-width: 1181px) {
  .moduleBox.benefit .moduleClose::before, .moduleBox.benefit .moduleClose::after {
    width: 80%;
  }
}
@media (min-width: 1181px) {
  .moduleBox.benefit .moduleClose:hover {
    background-color: transparent;
  }
  .moduleBox.benefit .moduleClose:hover::before {
    transform: rotate(25deg);
  }
  .moduleBox.benefit .moduleClose:hover::after {
    transform: rotate(-25deg);
  }
}
@media (max-width: 1180px) {
  .moduleBox.benefit .moduleClose {
    top: 30px;
  }
}
@media (max-width: 480px) {
  .moduleBox.benefit .moduleClose {
    top: 28px;
    right: 28px;
  }
}
@media (max-width: 360px) {
  .moduleBox.benefit .moduleClose {
    top: 20px;
    right: 20px;
  }
}
.moduleBox.benefit .moduleWrap {
  background-color: #fff;
  height: 100%;
  max-width: 520px;
  padding-top: clamp(70px, 8.35vw, 158px);
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 0.6s ease-in-out;
}
@media (max-width: 768px) {
  .moduleBox.benefit .moduleWrap {
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  .moduleBox.benefit .moduleWrap {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .moduleBox.benefit .moduleWrap {
    padding-top: 60px;
  }
}
.moduleBox.benefit .moduleContent {
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 clamp(30px, 5vw, 50px) 30px;
  transition: all 0.6s;
}
@media (max-width: 360px) {
  .moduleBox.benefit .moduleContent {
    padding: 0 20px 30px;
  }
}
.moduleBox.benefit .Img {
  width: 100%;
  height: auto;
}
.moduleBox.benefit .Img.icon {
  width: 100px;
  height: 100px;
  background-color: #E7EEF3;
  border-radius: 50%;
}
@media (max-width: 360px) {
  .moduleBox.benefit .Img.icon {
    width: 90px;
    height: 90px;
  }
}
.moduleBox.benefit .Img.bottomImg {
  margin-top: 38px;
}
.moduleBox.benefit .Img.bottomImg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .moduleBox.benefit .Img.bottomImg {
    margin-top: 30px;
  }
}
.moduleBox.benefit .Txt {
  margin-top: 40px;
  gap: 24px;
}
.moduleBox.benefit .Txt ul {
  padding-left: 20px;
}
.moduleBox.benefit .Txt li {
  position: relative;
  list-style: none;
}
.moduleBox.benefit .Txt li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #282828;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 14px;
}
@media (max-width: 992px) {
  .moduleBox.benefit .Txt li::before {
    top: 11px;
  }
}
@media (max-width: 480px) {
  .moduleBox.benefit .Txt {
    margin-top: 20px;
    gap: 16px;
  }
}
.moduleBox.benefit .title {
  color: #094E7F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .moduleBox.benefit .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .moduleBox.benefit .title {
    font-size: 17px;
  }
}
.moduleBox.benefit .text {
  color: #282828;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 2.12;
  margin: 0;
}
@media (max-width: 992px) {
  .moduleBox.benefit .text {
    font-size: 14px;
    line-height: 1.85;
  }
}

.cultureArea {
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 200px, #f0f0f0 100%);
  padding-bottom: clamp(60px, 5.729vw, 110px);
}
@media (max-width: 640px) {
  .cultureArea {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.cultureArea .boxWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  background-image: url(../../images/tw/cultureBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .cultureArea .boxWrap::after {
    border-radius: 0;
  }
}
@media (max-width: 1180px) {
  .cultureArea .boxWrap {
    max-width: calc(100% - 6vw);
    margin: 0 auto;
    padding: 80px clamp(40px, 2.9vw, 55px) 63px;
  }
}
@media (max-width: 640px) {
  .cultureArea .boxWrap {
    max-width: 100%;
    padding: 60px 20px 45px;
  }
}
.cultureArea .wrap {
  max-width: calc(100% - 24.55vw);
  padding: 70px clamp(30px, 2.9vw, 55px) 63px;
  position: relative;
}
@media (max-width: 1440px) {
  .cultureArea .wrap {
    max-width: calc(100% - 22.4vw);
  }
}
@media (max-width: 1180px) {
  .cultureArea .wrap {
    max-width: 100%;
    padding: 0;
  }
}
.cultureArea .topBox {
  display: flex;
  position: relative;
  --Img-w: clamp(350px, 27.344vw, 525px);
}
@media (max-width: 1024px) {
  .cultureArea .topBox {
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .cultureArea .topBox {
    --Img-w: clamp(300px, 41.667vw, 350px);
  }
}
@media (max-width: 640px) {
  .cultureArea .topBox {
    flex-direction: column;
    gap: 25px;
  }
}
.cultureArea .topBox .Img {
  max-width: var(--Img-w);
  -webkit-mask-image: url("../../images/tw/benefitMainMask.png");
  mask-image: url("../../images/tw/benefitMainMask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -8px;
  pointer-events: none;
}
.cultureArea .topBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .cultureArea .topBox .Img img {
    min-height: 200px;
  }
}
@media (max-width: 1440px) {
  .cultureArea .topBox .Img {
    right: -20px;
    top: -50px;
  }
}
@media (max-width: 640px) {
  .cultureArea .topBox .Img {
    position: static;
    margin: 0 auto;
  }
}
.cultureArea .titleBox {
  text-align: left;
  width: calc(100% - var(--Img-w) - 20px);
  margin-bottom: 0;
}
.cultureArea .titleBox .title {
  font-size: clamp(24px, 3vw, 40px);
  letter-spacing: 2px;
  line-height: 1.65;
  color: #fff;
}
@media (max-width: 840px) {
  .cultureArea .titleBox {
    width: calc(100% - var(--Img-w));
  }
}
@media (max-width: 640px) {
  .cultureArea .titleBox {
    width: 100%;
    text-align: center;
  }
}
.cultureArea .cultureBox {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .cultureArea .cultureBox {
    margin-top: 160px;
  }
  .cultureArea .cultureBox .slick-track {
    display: flex;
    align-items: stretch;
  }
  .cultureArea .cultureBox .slick-track .slick-slide {
    height: auto !important;
  }
  .cultureArea .cultureBox .slick-track .slick-slide > div,
  .cultureArea .cultureBox .slick-track .slick-slide .cultureItem,
  .cultureArea .cultureBox .slick-track .slick-slide .item {
    height: 100% !important;
  }
}
@media (max-width: 840px) {
  .cultureArea .cultureBox {
    margin-top: clamp(50px, 17vw, 140px);
  }
}
@media (max-width: 640px) {
  .cultureArea .cultureBox {
    margin-top: 30px;
  }
}
.cultureArea .itemWrap {
  -webkit-mask-image: url("../../images/tw/benefitItemMask.png");
  mask-image: url("../../images/tw/benefitItemMask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
  mask-position: top right;
  background-color: #fff;
  padding: clamp(22px, 1.41vw, 27px) clamp(22px, 2.2vw, 30px);
  border-radius: 20px 0 20px 20px;
  height: 100%;
}
@media (max-width: 576px) {
  .cultureArea .itemWrap {
    border-radius: 15px 0 15px 15px;
  }
}
@media (max-width: 360px) {
  .cultureArea .itemWrap {
    padding: 26px 18px;
  }
}
.cultureArea .slick-list {
  margin: 0 -10px;
}
.cultureArea .cultureList {
  display: grid;
  grid-template-columns: repeat(132, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 50px;
  width: 1320px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .cultureArea .cultureList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 30px;
  }
}
.cultureArea .cultureList .cultureItem {
  height: 100%;
}
@media (max-width: 1024px) {
  .cultureArea .cultureList .cultureItem {
    width: calc((100% - 40px) / 3);
    height: auto;
  }
}
@media (max-width: 992px) {
  .cultureArea .cultureList .cultureItem {
    width: calc((100% - 20px) / 2);
  }
}
.cultureArea .cultureList .cultureItem:nth-child(1) {
  grid-column: 1/span 36;
  grid-row: 1;
}
@media (max-width: 1440px) {
  .cultureArea .cultureList .cultureItem:nth-child(1) {
    grid-column: 1/span 40;
  }
}
.cultureArea .cultureList .cultureItem:nth-child(2) {
  grid-column: 40/span 36;
  grid-row: 1;
}
@media (max-width: 1440px) {
  .cultureArea .cultureList .cultureItem:nth-child(2) {
    grid-column: 45/span 40;
  }
}
.cultureArea .cultureList .cultureItem:nth-child(3) {
  grid-column: 9/span 36;
  grid-row: 2;
}
@media (max-width: 1440px) {
  .cultureArea .cultureList .cultureItem:nth-child(3) {
    grid-column: 1/span 41;
    grid-column: 5/span 40;
  }
}
.cultureArea .cultureList .cultureItem:nth-child(4) {
  grid-column: 48/span 36;
  grid-row: 2;
}
@media (max-width: 1440px) {
  .cultureArea .cultureList .cultureItem:nth-child(4) {
    grid-column: 45/span 41;
    grid-column: 49/span 40;
  }
}
.cultureArea .cultureList .cultureItem:nth-child(5) {
  grid-column: 87/span 36;
  grid-row: 2;
}
@media (max-width: 1440px) {
  .cultureArea .cultureList .cultureItem:nth-child(5) {
    grid-column: 89/span 41;
    grid-column: 93/span 40;
  }
}
@media (max-width: 840px) {
  .cultureArea .cultureList .cultureItem {
    padding: 0 10px;
  }
}
.cultureArea .cultureList .numBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.cultureArea .cultureList .numBox .num {
  color: #FFF;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  background: rgba(9, 78, 127, 0.3);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cultureArea .cultureList .numBox .num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  border: none;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(from 65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cultureArea .cultureList .numBox .num .cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 100%;
}
.cultureArea .cultureList .numBox .num .cocoen-drag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  width: 5.99vw;
  height: 5.99vw;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.cultureArea .cultureList .item {
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 100%;
}
.cultureArea .cultureList .Img {
  width: 80px;
  overflow: hidden;
  margin-bottom: 18px;
}
.cultureArea .cultureList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .cultureArea .cultureList .Img {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .cultureArea .cultureList .Img {
    width: 60px;
  }
}
.cultureArea .cultureList .Txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  text-align: left;
}
.cultureArea .cultureList .Txt .title {
  color: #094E7F;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cultureArea .cultureList .Txt .title {
    font-size: 18px;
  }
}
.cultureArea .cultureList .Txt .text {
  color: #282828;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-top: 19px;
  padding-top: 12px;
  line-height: 1.9;
}
@media (max-width: 992px) {
  .cultureArea .cultureList .Txt .text {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 360px) {
  .cultureArea .cultureList .Txt .text {
    font-size: 14px;
    line-height: 1.65;
  }
}
.cultureArea .cultureList .Txt .text::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #094E7F;
  width: 39px;
}
.cultureArea .arrowBox {
  width: calc(100% + 50px);
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}
.cultureArea .arrowBox .arrow {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 841px) {
  .cultureArea .arrowBox {
    display: none;
  }
}

.joinArea {
  position: relative;
  padding: clamp(80px, 12vw, 200px) 0;
}
@media (max-width: 480px) {
  .joinArea {
    padding: 60px 0;
  }
}
.joinArea::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(89, 144, 196, 0.5) 0%, rgba(89, 144, 196, 0.5) 100%), url(../../images/tw/joinBg.jpg) lightgray 0px -647.2px/100% 246.568% no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.joinArea .wrap {
  padding: 0 clamp(60px, 5.05vw, 110px);
  max-width: 1380px;
}
@media (max-width: 640px) {
  .joinArea .wrap {
    padding: 0 20px;
  }
}
.joinArea .titleBox {
  text-align: center;
  margin-bottom: 0;
}
.joinArea .titleBox .title,
.joinArea .titleBox .text {
  color: #fff;
}
.joinArea .titleBox .title {
  font-size: clamp(28px, 2.8vw, 52px);
  letter-spacing: 2.4px;
}
.joinArea .titleBox .text {
  font-size: clamp(15px, 2vw, 24px);
  letter-spacing: 2.4px;
  line-height: 1.65;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .joinArea .titleBox .text {
    margin-top: 12px;
  }
}

.serviceArea {
  padding-top: clamp(60px, 9.688vw, 186px);
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #35A8FF 0%, #275BB8 100%);
}
@media (max-width: 768px) {
  .serviceArea {
    padding-bottom: 60px;
  }
}
.serviceArea::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../images/tw/serviceDeco.png);
  background-size: 96px 55.5px;
  background-repeat: repeat;
  background-position: 0 0;
  pointer-events: none;
  z-index: -1;
}
.serviceArea .taiwanMap {
  max-width: clamp(780px, 60vw, 920px);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 992px) {
  .serviceArea .taiwanMap {
    max-width: clamp(620px, 70vw, 690px);
    margin: 0 0 0 -22vw;
  }
}
@media (max-width: 768px) {
  .serviceArea .taiwanMap {
    max-width: 100%;
    margin: 0 auto;
  }
}
.serviceArea .taiwanMap .mapBox {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
@media (max-width: 1440px) {
  .serviceArea .taiwanMap .mapBox {
    padding-right: 0;
  }
}
.serviceArea .taiwanMap .mapBox svg {
  width: 100%;
  height: 100%;
  display: block;
}
.serviceArea .taiwanMap .mapBox .county {
  fill: #fff;
  stroke: #C2DCEE;
  stroke-width: 1;
  transition: fill 0.3s;
}
@media (min-width: 1181px) {
  .serviceArea .taiwanMap .mapBox .county:hover {
    fill: #eaf2fb;
  }
}
.serviceArea .taiwanMap .mapBox .county.active {
  fill: #6EA9D8;
}
@media (min-width: 1181px) {
  .serviceArea .taiwanMap .mapBox .county.active:hover {
    fill: #8bb9e3;
  }
}
.serviceArea .taiwanMap .mapBox .county.current {
  fill: #4a90c8;
}
.serviceArea .taiwanMap .mapTextContent {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.serviceArea .taiwanMap .mapBlock {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
  opacity: 0;
}
.serviceArea .taiwanMap .mapBlock.show {
  opacity: 1;
}
.serviceArea .taiwanMap .mapBlock .point {
  width: 45px;
  aspect-ratio: 45/58;
  background: url(../../images/tw/pin.svg) no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 17.1px rgba(0, 0, 0, 0.38));
  pointer-events: auto;
}
@media (max-width: 768px) {
  .serviceArea .taiwanMap .mapBlock .point {
    width: 35px;
  }
}
@media (max-width: 480px) {
  .serviceArea .taiwanMap .mapBlock .point {
    width: 24px;
  }
}
.serviceArea .taiwanMap .mapBlock .point::after {
  content: "";
  background-color: #3a7199;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .serviceArea .taiwanMap .mapBlock .point::after {
    width: 24px;
    height: 24px;
    top: 5px;
  }
}
@media (max-width: 480px) {
  .serviceArea .taiwanMap .mapBlock .point::after {
    width: 12px;
    height: 12px;
  }
}
.serviceArea .taiwanMap .mapBlock .point .num {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .serviceArea .taiwanMap .mapBlock .point .num {
    font-size: 13px;
    top: 6px;
  }
}
@media (max-width: 480px) {
  .serviceArea .taiwanMap .mapBlock .point .num {
    display: none;
  }
}
.serviceArea .marqueeBox {
  position: absolute;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .serviceArea .marqueeBox {
    top: calc(50% - 60px);
  }
}
.serviceArea .marqueeBox .marqueeInner {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.serviceArea .marqueeBox .marqueeContent {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-left: 44px;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  will-change: transform;
  background: linear-gradient(90deg, #509CD7 0%, #11549C 50%, #509CD7 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: marqueeGradientFlow 10s linear infinite;
}
@media (max-width: 768px) {
  .serviceArea .marqueeBox .marqueeContent {
    font-size: clamp(100px, 23.438vw, 180px);
    padding-left: clamp(20px, 5.3vw, 40px);
    margin-left: clamp(20px, 4vw, 30px);
  }
}
.serviceArea .wrap {
  max-width: calc(100% - 4.55vw);
  padding: 0 clamp(30px, 3.8vw, 75px) 0 clamp(60px, 8vw, 143px);
  position: relative;
}
@media (max-width: 1440px) {
  .serviceArea .wrap {
    padding: 0 30px 0 clamp(60px, 8vw, 143px);
  }
}
@media (max-width: 1180px) {
  .serviceArea .wrap {
    max-width: 100%;
    padding: 0 20px 0 60px;
  }
}
@media (max-width: 768px) {
  .serviceArea .wrap {
    max-width: calc(100% - 6vw);
    margin: 0 auto;
    padding: 0 clamp(40px, 2.9vw, 55px);
  }
}
@media (max-width: 640px) {
  .serviceArea .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}
.serviceArea .titleBox {
  text-align: left;
  max-width: 500px;
  width: 100%;
  margin-bottom: -14.6vw;
  margin-left: 53px;
}
.serviceArea .titleBox .title {
  color: #fff;
  font-size: clamp(40px, 3.5vw, 64px);
}
@media (max-width: 840px) {
  .serviceArea .titleBox .title {
    font-size: clamp(28px, 5.2vw, 40px);
  }
}
@media (max-width: 1440px) {
  .serviceArea .titleBox {
    margin-bottom: -15vw;
  }
}
@media (max-width: 1366px) {
  .serviceArea .titleBox {
    max-width: 100%;
    margin: 0 0 -20px;
    text-align: center;
  }
}
.serviceArea .titleBox .subtitle {
  color: #fff;
  margin-bottom: 18px;
  width: -moz-max-content;
  width: max-content;
}
.serviceArea .titleBox .subtitle::before {
  background-color: #fff;
}
@media (max-width: 1440px) {
  .serviceArea .titleBox .subtitle {
    margin: 0 auto 16px;
  }
}
.serviceArea .serviceContent {
  position: relative;
}
@media (max-width: 992px) {
  .serviceArea .serviceContent {
    padding: 60px 0 0;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceContent {
    padding: 40px 0 0;
  }
}
.serviceArea .serviceBox {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .serviceArea .serviceBox {
    position: static;
    transform: unset;
  }
}
.serviceArea .itemWrap {
  width: clamp(370px, 27.969vw, 537px);
  padding: clamp(24px, 1.8vw, 32px) clamp(24px, 2.2vw, 36px) clamp(24px, 1.5vw, 26px);
  aspect-ratio: 543/218;
  background: rgba(255, 255, 255, 0.15);
  --r: 30px;
  --s: 41px;
  --x: 0px;
  --y: 4px;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  backdrop-filter: blur(15px);
  filter: drop-shadow(1px 6px 13.5px rgba(0, 0, 0, 0.14));
}
@media (max-width: 1440px) {
  .serviceArea .itemWrap {
    --r: 25px;
    --s: 34px;
    --x: 10px;
    --y: 4px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .itemWrap {
    width: clamp(280px, 31.356vw, 370px);
  }
}
@media (max-width: 992px) {
  .serviceArea .itemWrap {
    width: clamp(280px, 40vw, 400px);
    --r: 27px;
    --s: 30px;
    --x: 6px;
    --y: -3px;
  }
}
@media (max-width: 768px) {
  .serviceArea .itemWrap {
    width: auto;
    aspect-ratio: unset;
  }
}
.serviceArea .slick-list {
  margin: 0 -10px;
}
.serviceArea .serviceList {
  display: flex;
  flex-direction: column;
  margin-top: 5.5vw;
}
@media (max-width: 992px) {
  .serviceArea .serviceList {
    gap: 20px;
    margin-top: 0;
    width: 69%;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceList {
    display: block;
    width: 100%;
  }
}
.serviceArea .serviceList .serviceItem {
  pointer-events: auto;
  width: -moz-max-content;
  width: max-content;
}
.serviceArea .serviceList .serviceItem:nth-child(1) {
  margin-left: auto;
}
@media (min-width: 993px) {
  .serviceArea .serviceList .serviceItem:nth-child(1) {
    margin-bottom: -18px;
  }
}
@media (min-width: 993px) {
  .serviceArea .serviceList .serviceItem:nth-child(2) {
    margin-bottom: -30px;
  }
}
.serviceArea .serviceList .serviceItem:nth-child(3) {
  margin-left: auto;
}
@media (min-width: 993px) {
  .serviceArea .serviceList .serviceItem:nth-child(3) {
    margin-right: 7.8vw;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem {
    padding: 0 10px;
  }
}
.serviceArea .serviceList .numBox {
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 3;
}
@media (max-width: 1440px) {
  .serviceArea .serviceList .numBox {
    right: 5px;
  }
}
.serviceArea .serviceList .numBox .num {
  color: #094E7F;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #7DACC5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .serviceArea .serviceList .numBox .num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .serviceArea .serviceList .numBox .num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.serviceArea .serviceList .item {
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.serviceArea .serviceList .Img {
  width: 80px;
  overflow: hidden;
  margin-bottom: 18px;
}
.serviceArea .serviceList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .Img {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceList .Img {
    width: 60px;
  }
}
.serviceArea .serviceList .Txt {
  display: flex;
  flex-direction: column;
  z-index: 2;
  text-align: left;
}
.serviceArea .serviceList .Txt .title {
  width: 90%;
  color: #fff;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 500;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .serviceArea .serviceList .Txt .title {
    font-size: 18px;
  }
}
.serviceArea .serviceList .Txt .infoList {
  width: 90%;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  letter-spacing: 1.6px;
  position: relative;
  margin-top: 10px;
  padding-top: 12px;
  line-height: 2;
}
.serviceArea .serviceList .Txt .infoList li {
  list-style: none;
}
@media (max-width: 1440px) {
  .serviceArea .serviceList .Txt .infoList {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 360px) {
  .serviceArea .serviceList .Txt .infoList {
    font-size: 14px;
    line-height: 1.65;
  }
}
.serviceArea .serviceList .Txt .infoList::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
}
.serviceArea .arrowBox {
  width: calc(100% + 50px);
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}
.serviceArea .arrowBox .arrow {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 769px) {
  .serviceArea .arrowBox {
    display: none;
  }
}