@charset "UTF-8";
/* CSS Document */
@keyframes slideUpIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.planBannerArea {
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .planBannerArea {
    padding: 20px 0 40px;
  }
}
.planBannerArea .wrap {
  padding-top: 130px;
  border-top: 1.5px solid #A0A0A0;
  max-width: 1765px;
}
@media (max-width: 1180px) {
  .planBannerArea .wrap {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .planBannerArea .wrap {
    padding-top: 50px;
  }
}
.planBannerArea .item {
  display: flex;
}
@media (max-width: 840px) {
  .planBannerArea .item {
    flex-direction: column;
    gap: 20px;
  }
}
.planBannerArea .Txt {
  width: 45%;
  margin-left: 36px;
}
.planBannerArea .Txt .title {
  color: #606060;
  font-size: clamp(40px, 3.1vw, 57px);
  line-height: clamp(60px, 4.9vw, 91px);
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  .planBannerArea .Txt .title {
    font-size: clamp(34px, 3.1vw, 57px);
    line-height: clamp(54px, 4.9vw, 91px);
  }
}
@media (max-width: 640px) {
  .planBannerArea .Txt .title {
    font-size: clamp(28px, 5.5vw, 34px);
    line-height: clamp(46px, 8.5vw, 54px);
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .planBannerArea .Txt .title {
    font-size: 25px;
    line-height: 1.5;
  }
}
.planBannerArea .Txt .text {
  color: #606060;
  font-size: clamp(20px, 1.75vw, 32px);
  line-height: clamp(32px, 3vw, 54px);
  letter-spacing: 1.6px;
  margin-top: 26px;
  width: 80%;
}
@media (max-width: 1024px) {
  .planBannerArea .Txt .text {
    width: 88%;
  }
}
@media (max-width: 840px) {
  .planBannerArea .Txt .text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .planBannerArea .Txt .text {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) {
  .planBannerArea .Txt {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.planBannerArea .Img {
  width: calc(55% + 158px);
  margin-left: -158px;
  margin-top: 20px;
}
.planBannerArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  .planBannerArea .Img {
    width: calc(55% + 100px);
    margin-left: -100px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .planBannerArea .Img {
    width: calc(55% + 30px);
    margin-left: -30px;
  }
}
@media (max-width: 840px) {
  .planBannerArea .Img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .planBannerArea .Img {
    width: 100%;
  }
}

.introArea {
  background-color: var(--bgColor, #001f60);
  padding: 140px 0 60px;
}
@media (max-width: 1180px) {
  .introArea {
    padding: 100px 0 60px;
  }
}
@media (max-width: 360px) {
  .introArea {
    padding: 60px 0;
  }
}
.introArea .wrap {
  max-width: 1685px;
}
.introArea .titleBox {
  margin-bottom: 0;
}
.introArea .titleBox .title {
  font-size: clamp(40px, 3.2vw, 57px);
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .introArea .titleBox .title {
    font-size: 36px;
  }
}
.introArea .textBox {
  margin-top: clamp(50px, 5.15vw, 98px);
}
.introArea .textBox .contentWrapper {
  display: flex;
  gap: 6.5vw;
  color: #fff;
}
@media (max-width: 992px) {
  .introArea .textBox .contentWrapper {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .introArea .textBox .contentWrapper {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .introArea .textBox .contentWrapper {
    gap: 25px;
  }
}
.introArea .textBox .contentWrapper .mainTitle {
  color: #FFF;
  font-size: clamp(28px, 1.849vw, 35.5px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.775px;
  text-align: justify;
}
.introArea .textBox .contentWrapper .introColumn {
  width: 50.3%;
}
@media (max-width: 992px) {
  .introArea .textBox .contentWrapper .introColumn {
    width: 100%;
  }
}
.introArea .textBox .contentWrapper .introColumn .description {
  color: #FFF;
  font-size: clamp(20px, 1.5vw, 26.5px);
  line-height: clamp(40px, 2.7vw, 50px);
  letter-spacing: 1.325px;
  text-align: justify;
  margin-top: 32px;
  font-weight: 300;
}
.introArea .textBox .contentWrapper .introColumn .description + .description {
  margin-top: clamp(30px, 2.8vw, 50px);
}
@media (max-width: 414px) {
  .introArea .textBox .contentWrapper .introColumn .description {
    margin-top: 26px;
  }
  .introArea .textBox .contentWrapper .introColumn .description + .description {
    margin-top: 20px;
  }
}
.introArea .textBox .contentWrapper .introColumn .accent {
  color: #FF9D00;
}
.introArea .textBox .contentWrapper .introColumn .content:not(:first-child) {
  margin-top: clamp(50px, 5.65vw, 108px);
}
.introArea .textBox .contentWrapper .serviceColumn {
  width: 47.4%;
}
@media (max-width: 992px) {
  .introArea .textBox .contentWrapper .serviceColumn {
    width: 100%;
  }
}
.introArea .textBox .contentWrapper .serviceColumn .serviceList {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.56vw, 30px);
  margin-top: 30px;
}
@media (max-width: 992px) {
  .introArea .textBox .contentWrapper .serviceColumn .serviceList {
    padding-left: 20px;
  }
}
.introArea .textBox .contentWrapper .serviceColumn .serviceList .serviceItem {
  position: relative;
  letter-spacing: 1.325px;
  will-change: transform;
}
.introArea .textBox .contentWrapper .serviceColumn .serviceList .serviceItem::marker {
  content: "•";
  color: #FF9D00;
  font-size: clamp(20px, 1.5vw, 26.5px);
}
.introArea .textBox .contentWrapper .serviceColumn .serviceList .serviceItem .title {
  color: #FF9D00;
  font-size: clamp(20px, 1.5vw, 26.5px);
  font-weight: 500;
}
.introArea .textBox .contentWrapper .serviceColumn .serviceList .serviceItem .desc {
  color: #FFF;
  font-size: clamp(20px, 1.5vw, 26.5px);
  line-height: 1.5;
  font-weight: 300;
  margin-top: 18px;
}
@media (max-width: 992px) {
  .introArea .textBox .contentWrapper .serviceColumn .serviceList .serviceItem .desc {
    margin-top: 10px;
  }
}

.planArea {
  padding: 110px 0 clamp(80px, 12.4vw, 12.4vw);
}
.planArea .wrap {
  max-width: 1685px;
}
.planArea .titleBox {
  margin-bottom: 47px;
}
.planArea .titleBox .title {
  text-align: left;
  font-size: 39px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-family: "Noto Sans TC", sans-serif;
}
.planArea .planList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  --gap: 30px;
  gap: 28px var(--gap);
}
@media (max-width: 640px) {
  .planArea .planList {
    --gap: 15px;
  }
}
.planArea .planList .planItem {
  width: calc((100% - var(--gap) * 2) / 3);
  min-height: clamp(420px, 25.156vw, 480px);
}
@media (max-width: 1024px) {
  .planArea .planList .planItem {
    width: calc((100% - var(--gap)) / 2);
  }
}
@media (max-width: 840px) {
  .planArea .planList .planItem {
    min-height: clamp(320px, 50vw, 420px);
  }
}
@media (max-width: 480px) {
  .planArea .planList .planItem {
    width: 100%;
    min-height: clamp(260px, 64vw, 300px);
  }
}
@media (min-width: 1181px) {
  .planArea .planList .planItem:hover .item::after {
    height: 100%;
  }
  .planArea .planList .planItem:hover .item .num {
    -webkit-text-stroke: 1px #fff;
  }
  .planArea .planList .planItem:hover .item .title {
    color: #fff;
  }
  .planArea .planList .planItem:hover .item .Img {
    filter: brightness(0) invert(1);
  }
}
.planArea .planList .item {
  padding: 58px 28px;
  border: 1px solid #474747;
  height: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .planArea .planList .item {
    padding: 40px 20px;
  }
}
@media (max-width: 360px) {
  .planArea .planList .item {
    padding: 30px 10px;
  }
}
.planArea .planList .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #001f60;
  top: 0;
  left: 0;
  transition: height 0.4s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.planArea .planList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.planArea .planList .Img {
  width: 120px;
  position: absolute;
  bottom: 30px;
  right: 23px;
  transition: all 0.3s ease-in-out;
}
.planArea .planList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 840px) {
  .planArea .planList .Img {
    width: 30%;
  }
}
@media (max-width: 360px) {
  .planArea .planList .Img {
    bottom: 10px;
    right: 10px;
  }
}
.planArea .planList .Txt {
  overflow: hidden;
}
.planArea .planList .Txt .num {
  -webkit-text-stroke: 1px #606060;
  color: transparent;
  font-family: "Ropa Sans", sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 0.7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  .planArea .planList .Txt .num {
    font-size: clamp(80px, 15vw, 120px);
  }
}
.planArea .planList .Txt .title {
  color: #606060;
  text-align: left;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin: 18px 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1180px) {
  .planArea .planList .Txt .title {
    font-size: clamp(20px, 2.5vw, 28px);
  }
}

.casesArea {
  padding: 126px 0 16px;
}
@media (max-width: 1180px) {
  .casesArea {
    padding: 60px 0 30px;
  }
}
@media (max-width: 768px) {
  .casesArea {
    padding: 60px 0;
  }
}
.casesArea .wrap {
  max-width: 1695px;
}
.casesArea .titleBox {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}
.casesArea .titleBox .title {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 54px;
  letter-spacing: 1.95px;
}
@media (max-width: 480px) {
  .casesArea .titleBox {
    margin: 0 auto;
  }
  .casesArea .titleBox .title {
    font-size: 32px;
  }
}
.casesArea .casesBox {
  position: relative;
}
.casesArea .casesList {
  padding-top: 52px;
  --padding: 28px;
  margin: 0 calc(var(--padding) * -1);
}
@media (max-width: 1440px) {
  .casesArea .casesList {
    --padding: 15px;
  }
}
@media (max-width: 640px) {
  .casesArea .casesList {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .casesArea .casesList {
    --padding: 10px;
  }
}
.casesArea .casesList .casesItem {
  padding: 0 var(--padding);
}
.casesArea .casesList .Img {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
}
.casesArea .casesList .Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(185, 193, 211, 0.64) 14%, rgba(118, 135, 169, 0.77) 30%, rgba(66, 89, 137, 0.87) 46%, rgba(29, 56, 114, 0.94) 63%, rgba(7, 37, 100, 0.99) 81%, rgb(0, 31, 96) 100%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
.casesArea .casesList .Img {
  border-radius: 16px;
}
.casesArea .casesList .Img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease-in-out;
  filter: grayscale(100%);
}
@media (min-width: 1181px) {
  .casesArea .casesList .Img:hover::after {
    opacity: 0;
  }
  .casesArea .casesList .Img:hover img {
    transform: scale(1.02);
    filter: grayscale(0%);
  }
}
.casesArea .casesList .Txt {
  padding: clamp(30px, 2.3vw, 40px) 0 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .casesArea .casesList .Txt {
    padding: 25px 0;
  }
}
.casesArea .casesList .Txt .title a {
  color: #606060;
  font-size: clamp(22px, 1.6vw, 26.5px);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.325px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .casesArea .casesList .Txt .title a {
    font-size: 20px;
    line-height: 30px;
  }
}
.casesArea .casesList .Txt .text {
  padding-top: 14px;
  color: #606060;
  font-size: clamp(18px, 1.4vw, 21.5px);
  line-height: 37px;
  letter-spacing: 1.075px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .casesArea .casesList .Txt .text {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .casesArea .casesList .Txt .text {
    padding-top: 10px;
  }
}
.casesArea .bottomBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 45px;
  gap: 20px 30px;
}
@media (max-width: 1180px) {
  .casesArea .bottomBox {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .casesArea .bottomBox {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .casesArea .bottomBox {
    margin-top: 10px;
  }
}
.casesArea .arrowBox {
  width: -moz-max-content;
  width: max-content;
  position: static;
  transform: unset;
  gap: 20px;
  z-index: 1;
}
.casesArea .arrowBox .arrow {
  width: 22px;
}
@media (max-width: 360px) {
  .casesArea .arrowBox .arrow {
    width: 18px;
  }
}
.casesArea .btnBox {
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
}
.casesArea .btnBox .btn {
  min-width: 175px;
  font-family: "Montserrat", sans-serif;
  font-size: 26.5px;
  font-weight: 500;
  padding: 12.5px 20px;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .casesArea .btnBox .btn {
    font-size: 22px;
    min-width: 150px;
  }
}

.serviceArea {
  padding: clamp(100px, 9.115vw, 175px) 0 clamp(100px, 12vw, 228px);
  background-color: #F4F4F4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 80px 0;
  }
}
@media (max-width: 360px) {
  .serviceArea {
    padding: 60px 0;
  }
}
.serviceArea .wrap {
  max-width: 1775px;
}
.serviceArea .titleBox .title {
  font-size: clamp(40px, 3.2vw, 57px);
  line-height: clamp(40px, 3vw, 54px);
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.serviceArea .serviceBox {
  width: 100%;
  padding-top: clamp(40px, 3.646vw, 70px);
}
@media (max-width: 640px) {
  .serviceArea .serviceBox {
    padding-top: 0;
    position: relative;
  }
}
.serviceArea .serviceBox .arrowBox {
  display: none;
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .arrowBox {
    top: 40%;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .serviceArea .serviceBox .arrowBox .arrow {
    width: 20px;
  }
}
.serviceArea .serviceList.ph {
  display: none;
}
.serviceArea .serviceList.pc {
  display: grid;
  grid-template-columns: repeat(4, 1fr) clamp(230px, 13.542vw, 260px);
  gap: 0 10px;
  position: relative;
}
@media (min-width: 1367px) {
  .serviceArea .serviceList.pc {
    margin-right: -10px;
  }
}
@media (min-width: 1181px) {
  .serviceArea .serviceList.pc .serviceItem:nth-of-type(n+6) {
    margin-top: -22px;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceList.pc .serviceItem {
    padding-top: 20px;
  }
}
.serviceArea .serviceList.pc .line {
  color: #474747;
}
.serviceArea .serviceList.pc .topLine {
  pointer-events: none;
  position: absolute;
  right: 125px;
  top: 4.4vw;
  aspect-ratio: 1460/261;
  width: 76.042vw;
}
@media (max-width: 1366px) {
  .serviceArea .serviceList.pc .topLine {
    top: 5.2vw;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceList.pc .topLine {
    display: none;
  }
}
.serviceArea .serviceList .item {
  margin: 0 10px;
}
.serviceArea .serviceList .step1 {
  grid-column: 1;
  grid-row: 1;
}
.serviceArea .serviceList .step2 {
  grid-column: 2;
  grid-row: 1;
}
.serviceArea .serviceList .step3 {
  grid-column: 3;
  grid-row: 1;
}
.serviceArea .serviceList .step4 {
  grid-column: 4;
  grid-row: 1;
}
.serviceArea .serviceList .step5 {
  grid-column: 5;
  grid-row: 2;
  position: relative;
}
@media (min-width: 1181px) {
  .serviceArea .serviceList .step5 {
    margin-left: -5px;
    margin-top: -108px;
  }
}
.serviceArea .serviceList .step5 .bottomLine {
  pointer-events: none;
  position: absolute;
  right: 135px;
  top: 100%;
  aspect-ratio: 1400/66;
  width: 72.917vw;
}
@media (max-width: 1366px) {
  .serviceArea .serviceList .step5 .bottomLine {
    bottom: 90px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .step5 .bottomLine {
    display: none;
  }
}
.serviceArea .serviceList .step6 {
  grid-column: 4;
  grid-row: 3;
}
.serviceArea .serviceList .step7 {
  grid-column: 3;
  grid-row: 3;
}
.serviceArea .serviceList .step8 {
  grid-column: 2;
  grid-row: 3;
}
.serviceArea .serviceList .step9 {
  grid-column: 1;
  grid-row: 3;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList.pc {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 40px 10px;
  }
  .serviceArea .serviceList.pc .serviceItem {
    position: relative;
    z-index: 2;
  }
  .serviceArea .serviceList.pc .serviceItem:nth-of-type(3n+2) {
    z-index: 1;
  }
  .serviceArea .serviceList.pc .serviceItem:nth-of-type(3n+2) .Img {
    position: relative;
  }
  .serviceArea .serviceList.pc .serviceItem:nth-of-type(3n+2) .Img::after {
    content: "";
    width: calc(100% + 50vw);
    height: 1px;
    background-color: #474747;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    pointer-events: none;
  }
  .serviceArea .serviceList.pc .serviceItem .text {
    height: 65px;
  }
  .serviceArea .serviceList.pc .step1 {
    grid-column: 1;
    grid-row: 1;
  }
  .serviceArea .serviceList.pc .step2 {
    grid-column: 2;
    grid-row: 1;
  }
  .serviceArea .serviceList.pc .step3 {
    grid-column: 3;
    grid-row: 1;
    position: relative;
    --clip: 0;
  }
  .serviceArea .serviceList.pc .step3::after {
    content: "";
    width: 100px;
    height: 310px;
    border: 1px solid #474747;
    position: absolute;
    top: 70px;
    border-radius: 0 60px 60px 0;
    right: 0;
    border-left: transparent;
    clip-path: inset(0 0 var(--clip) 0);
    z-index: -1;
    pointer-events: none;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .serviceArea .serviceList.pc .step3::after {
    top: 60px;
    height: 290px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceList.pc .step4 {
    grid-column: 3;
    grid-row: 2;
  }
  .serviceArea .serviceList.pc .step5 {
    grid-column: 2;
    grid-row: 2;
  }
  .serviceArea .serviceList.pc .step6 {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    --clip: 0;
  }
  .serviceArea .serviceList.pc .step6::after {
    content: "";
    width: 100px;
    height: 310px;
    border: 1px solid #474747;
    border-right: transparent;
    border-radius: 60px 0 0 60px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
    clip-path: inset(0 0 var(--clip) 0);
    pointer-events: none;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .serviceArea .serviceList.pc .step6::after {
    top: 60px;
    height: 290px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceList.pc .step7 {
    grid-column: 1;
    grid-row: 3;
  }
  .serviceArea .serviceList.pc .step8 {
    grid-column: 2;
    grid-row: 3;
  }
  .serviceArea .serviceList.pc .step9 {
    grid-column: 3;
    grid-row: 3;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceList.pc {
    display: none;
  }
  .serviceArea .serviceList.ph {
    display: block;
    gap: 0;
    width: 100%;
  }
  .serviceArea .serviceList.ph .slick-list {
    margin: 0 -10px;
  }
  .serviceArea .serviceList.ph .serviceItem {
    padding-top: 15px;
  }
}
.serviceArea .Img {
  width: clamp(140px, 8.76vw, 168px);
  height: clamp(140px, 8.76vw, 168px);
  border: 1px solid #474747;
  border-radius: 50%;
  padding: 40px;
  position: relative;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.serviceArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .serviceArea .Img {
    width: 120px;
    height: 120px;
    padding: 30px;
  }
}
.serviceArea .Img .num {
  color: #606060;
  text-align: center;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
}
@media (max-width: 640px) {
  .serviceArea .Img .num {
    width: 46px;
    height: 46px;
    font-size: 26px;
  }
}
.serviceArea .Txt {
  text-align: center;
  padding: 12px 0;
}
.serviceArea .Txt .title {
  color: #606060;
  font-size: clamp(22px, 1.4vw, 26px);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.serviceArea .Txt .text {
  color: #606060;
  font-size: clamp(18px, 1.1vw, 21px);
  line-height: 30px;
  letter-spacing: 1.05px;
  padding-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mainArea.ins {
  padding-bottom: 0;
}

.summaryArea {
  margin-top: 60px;
  min-height: clamp(600px, 46.094vw, 885px);
  width: 100%;
  display: flex;
  background-size: cover;
}
@media (max-width: 1024px) {
  .summaryArea {
    margin-top: 30px;
  }
}
.summaryArea .wrap {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex: 1;
}
@media (max-width: 840px) {
  .summaryArea .wrap {
    flex-direction: column;
  }
}
.summaryArea .leftBox {
  width: 33.3%;
  height: 100%;
  padding: 3.9vw 4.2vw;
  position: relative;
  background-color: rgba(0, 31, 96, 0.95);
  mix-blend-mode: multiply;
}
@media (max-width: 840px) {
  .summaryArea .leftBox {
    width: 100%;
    height: 250px;
    padding: 30px;
  }
}
.summaryArea .rightBox {
  width: 66.7%;
}
.summaryArea .rightBox .textBox {
  color: #606060;
  text-align: justify;
  font-size: clamp(24px, 1.65vw, 30px);
  line-height: clamp(42px, 3.4vw, 58px);
  letter-spacing: 1.5px;
  padding: 7.4vw clamp(50px, 3.5vw, 68px);
}
.summaryArea .rightBox .textBox p {
  width: 87.8%;
}
@media (max-width: 1180px) {
  .summaryArea .rightBox .textBox p {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .summaryArea .rightBox {
    width: 100%;
  }
  .summaryArea .rightBox .textBox {
    font-size: clamp(18px, 4vw, 24px);
    line-height: clamp(30px, 5.5vw, 42px);
    padding: 45px 30px;
  }
}
.summaryArea .Img {
  width: 8.073vw;
  min-width: 120px;
  position: absolute;
  bottom: 4.6vw;
  right: 2.65vw;
  transition: all 0.3s ease-in-out;
}
.summaryArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
@media (max-width: 840px) {
  .summaryArea .Img {
    width: 100px;
    min-width: unset;
  }
}
@media (max-width: 480px) {
  .summaryArea .Img {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 360px) {
  .summaryArea .Img {
    width: 80px;
  }
}
.summaryArea .Txt .num {
  -webkit-text-stroke: 2.08px #fff;
  color: transparent;
  font-family: "Ropa Sans", sans-serif;
  font-size: clamp(140px, 10.104vw, 194px);
  font-weight: 400;
  line-height: 0.7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  .summaryArea .Txt .num {
    font-size: clamp(90px, 15vw, 120px);
  }
}
.summaryArea .Txt .title {
  color: #FFF;
  font-size: clamp(36px, 3vw, 45px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 2.25px;
  margin: 1.8vw 10px;
}
@media (max-width: 840px) {
  .summaryArea .Txt .title {
    font-size: clamp(26px, 5vw, 36px);
  }
}

.detailArea {
  margin: clamp(100px, 11vw, 200px) 0;
}
@media (max-width: 481px) {
  .detailArea {
    margin: 50px 0;
  }
}
.detailArea .wrap {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 841px) {
  .detailArea .slick-list {
    height: 100% !important;
  }
  .detailArea .slick-track {
    height: 100% !important;
    display: flex !important;
  }
  .detailArea .slick-slide {
    height: auto !important;
    display: flex !important;
  }
  .detailArea .slick-slide > div {
    width: 100%;
  }
  .detailArea .detailItem,
  .detailArea .item {
    height: 100% !important;
  }
}
.detailArea .detailBox {
  position: relative;
}
.detailArea .Img {
  width: 33.3%;
}
.detailArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .detailArea .Img {
    width: 45%;
  }
}
@media (max-width: 840px) {
  .detailArea .Img {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 480px) {
  .detailArea .Img {
    height: 300px;
  }
}
.detailArea .Txt {
  width: 66.7%;
  padding: 60px 65px 55px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1536px) {
  .detailArea .Txt {
    padding: 50px 40px;
  }
}
@media (max-width: 1024px) {
  .detailArea .Txt {
    width: 55%;
    padding: 50px 40px 30px;
  }
}
@media (max-width: 840px) {
  .detailArea .Txt {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .detailArea .Txt {
    padding: 30px;
  }
}
.detailArea .Txt .textBox {
  margin-top: 48px;
  width: 85%;
  padding-bottom: 30px;
}
@media (max-width: 1536px) {
  .detailArea .Txt .textBox {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .detailArea .Txt .textBox {
    margin-top: 20px;
  }
}
.detailArea .item {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 840px) {
  .detailArea .item {
    flex-direction: column;
  }
}
.detailArea .item.show img {
  opacity: 1;
  transform: translateX(0);
}
.detailArea .item.show .title {
  animation: slideUpIn 0.4s ease-out forwards;
}
.detailArea .item.show .info {
  animation: slideUpIn 0.4s ease-out forwards;
}
.detailArea .item.show .info:nth-child(1) {
  animation-delay: 0.2s;
}
.detailArea .item.show .info:nth-child(2) {
  animation-delay: 0.4s;
}
.detailArea .item.show .info:nth-child(3) {
  animation-delay: 0.6s;
}
.detailArea .item.show .info:nth-child(4) {
  animation-delay: 0.8s;
}
.detailArea .item.show .info:nth-child(5) {
  animation-delay: 1s;
}
.detailArea .item.show .info:nth-child(6) {
  animation-delay: 1.2s;
}
.detailArea .item.show .info:nth-child(7) {
  animation-delay: 1.4s;
}
.detailArea .item.show .info:nth-child(8) {
  animation-delay: 1.6s;
}
.detailArea .item.show .info:nth-child(9) {
  animation-delay: 1.8s;
}
.detailArea .item.show .info:nth-child(10) {
  animation-delay: 2s;
}
.detailArea .item.show .arrowBox {
  animation: slideUpIn 0.4s ease-out forwards;
}
.detailArea .info {
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.detailArea .info:not(:first-child) {
  margin-top: clamp(20px, 2vw, 36px);
}
.detailArea .title {
  color: #001f60;
  font-size: clamp(28px, 2vw, 35.5px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.775px;
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.detailArea .subtitle {
  color: #606060;
  font-size: clamp(22px, 1.484vw, 28.5px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.425px;
  padding: 0;
  margin-bottom: 0px;
}
.detailArea .text {
  color: #606060;
  font-size: clamp(22px, 1.484vw, 28.5px);
  line-height: clamp(38px, 2.813vw, 54px);
  letter-spacing: 1.425px;
  margin: 0;
}
.detailArea .arrowBox {
  width: 100%;
  position: static;
  width: 285px;
  transform: unset;
  margin: auto 4.427vw 0px auto;
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1536px) {
  .detailArea .arrowBox {
    margin: auto 0 0px auto;
  }
}
@media (max-width: 480px) {
  .detailArea .arrowBox {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
.detailArea .arrowBox .arrow {
  position: static;
}
.detailArea .arrowBox .slick-arrow::before {
  display: none;
}

.faqArea {
  padding: clamp(100px, 8.85vw, 160px) 0 clamp(100px, 8vw, 150px);
  background-color: #F4F4F4;
}
@media (max-width: 480px) {
  .faqArea {
    padding: 100px 0 80px;
  }
}
.faqArea .wrap {
  max-width: 1750px;
}
.faqArea .titleBox {
  margin-bottom: 0;
}
.faqArea .titleBox .title {
  color: #606060;
  text-align: center;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 3.2vw, 57px);
  line-height: 1.5;
  letter-spacing: 2.85px;
}
.faqArea .textBox {
  padding-top: clamp(50px, 4vw, 70px);
}
@media (max-width: 1180px) {
  .faqArea .textBox {
    padding-top: 25px;
  }
}

.contactArea {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contactArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  clip-path: inset(0 0 0 0);
  transition: clip-path 1s ease-in-out;
}
.contactArea.show::after {
  clip-path: inset(0 0 0 100%);
}
.contactArea .wrap {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.contactArea .Txt {
  min-height: clamp(400px, 37.5vw, 720px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 38px;
  padding: 20px 20px 35px;
}
@media (max-width: 768px) {
  .contactArea .Txt {
    min-height: clamp(320px, 55vw, 400px);
    gap: 20px;
    padding: 30px;
  }
}
.contactArea .text {
  color: #606060;
  text-align: center;
  font-size: clamp(28px, 5vw, 67.5px);
  line-height: 1.5;
  letter-spacing: 3.375px;
}