@charset "UTF-8";
/* color */
/* font */
/* transition */
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.bannerBox {
  --swiper-navigation-sides-offset: 5%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-size: 18px;
  --swiper-pagination-bottom: 10%;
  --swiper-pagination-bullet-inactive-color: transparent; }
  .bannerBox .swiper-pagination-bullet {
    border: 2px solid #fff; }
  .bannerBox .swiper-slide {
    font-size: 0; }

.outerWrap {
  padding-bottom: 0; }

.mainArea {
  background-image: url("../assets/images/bg.jpg");
  background-position: center top;
  background-size: cover;
  position: relative; }

.serviceBox {
  padding: 160px 0; }
  @media (max-width: 1440px) {
    .serviceBox {
      padding: 120px 0; } }
  @media (max-width: 640px) {
    .serviceBox {
      padding: 60px 0; } }
  .serviceBox .titleBox {
    margin-bottom: 80px; }
    @media (max-width: 1440px) {
      .serviceBox .titleBox {
        margin-bottom: 40px; } }
  .serviceBox .serviceSelectorBox {
    position: relative;
    width: 200px;
    margin: 0 auto 40px; }
    .serviceBox .serviceSelectorBox .serviceCurrent {
      position: relative;
      font-size: 20px;
      text-align: center;
      color: #fff;
      cursor: pointer;
      letter-spacing: 3.12px; }
      .serviceBox .serviceSelectorBox .serviceCurrent svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 24px; }
    .serviceBox .serviceSelectorBox .serviceList {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      color: #627695;
      z-index: 5;
      display: none;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 3.25px;
      box-shadow: 0px 1px 5.76px 0.24px rgba(0, 0, 0, 0.42); }
      .serviceBox .serviceSelectorBox .serviceList li {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #dfdbd4;
        cursor: pointer;
        transition: all 0.5s ease-in-out; }
        @media (min-width: 1181px) {
          .serviceBox .serviceSelectorBox .serviceList li:hover {
            background-color: #627695;
            color: #fff; } }
  .serviceBox .serviceDataBox {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: "leftBox rightBox";
    align-items: center; }
    @media (max-width: 991px) {
      .serviceBox .serviceDataBox {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 640px) {
      .serviceBox .serviceDataBox {
        grid-template-columns: 1fr;
        grid-template-areas: "rightBox" "leftBox"; } }
    .serviceBox .serviceDataBox .leftBox {
      aspect-ratio: 1/1;
      background-color: #fff;
      padding: 75px 50px;
      position: relative;
      z-index: 1;
      grid-area: leftBox; }
      @media (max-width: 1440px) {
        .serviceBox .serviceDataBox .leftBox {
          padding: 40px; } }
      @media (max-width: 768px) {
        .serviceBox .serviceDataBox .leftBox {
          max-width: 85vw;
          margin: 0 auto; } }
    .serviceBox .serviceDataBox .rightBox {
      grid-area: rightBox;
      max-width: 650px; }
      @media (max-width: 768px) {
        .serviceBox .serviceDataBox .rightBox {
          max-width: 85vw;
          margin: 0 auto; } }
    .serviceBox .serviceDataBox .title {
      color: #9f947d;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 16px;
      letter-spacing: 3.6px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 1440px) {
        .serviceBox .serviceDataBox .title {
          font-size: 30px;
          letter-spacing: 2.4px; } }
    .serviceBox .serviceDataBox .text {
      color: #627695;
      font-size: 18px;
      font-family: "Noto Serif TC", sans-serif;
      font-weight: 500;
      line-height: calc(38px / 22px);
      word-break: break-all;
      letter-spacing: 3.08px;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 1440px) {
        .serviceBox .serviceDataBox .text {
          font-size: 16px;
          line-height: calc(30px / 20px);
          letter-spacing: 2.8px; } }
    .serviceBox .serviceDataBox .dataItem {
      font-size: 0; }
  .serviceBox .bottomBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px; }
  .serviceBox .arrowBox {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0; }
    .serviceBox .arrowBox .arrow {
      cursor: pointer; }
      @media (max-width: 991px) {
        .serviceBox .arrowBox .arrow {
          width: 36px; } }
    .serviceBox .arrowBox .prev {
      transform: scaleX(-1); }
  .serviceBox .numBox {
    display: flex;
    align-items: center;
    gap: 36px;
    color: #627595;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3.2px; }
    @media (max-width: 991px) {
      .serviceBox .numBox {
        font-size: 24px;
        letter-spacing: 0.96px; } }
    .serviceBox .numBox .current {
      position: relative; }
      .serviceBox .numBox .current:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 50%;
        left: 140%;
        top: 30%;
        background-color: #627595;
        transform: skewX(-45deg); }
  .serviceBox .btnBox {
    position: absolute;
    left: 40px;
    bottom: -25px; }

.marqueeBox {
  /* 跑馬燈容器樣式 */
  /* 定義跑馬燈動畫關鍵幀 */ }
  .marqueeBox .marqueeText {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    word-break: keep-all;
    text-wrap: nowrap;
    overflow: hidden;
    font-size: 90px;
    letter-spacing: 7.2px; }
    .marqueeBox .marqueeText span {
      animation: marquee 400s linear infinite;
      /* 設定動畫持續時間和特性 */ }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.teamBox {
  padding: 250px 0 160px; }
  @media (max-width: 1440px) {
    .teamBox {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .teamBox {
      padding: 60px 0; } }
  .teamBox .teamDataBox {
    margin-left: -40px;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      .teamBox .teamDataBox {
        margin-left: 0;
        grid-template-columns: 1fr;
        row-gap: 40px; } }
  .teamBox .teamBtn {
    position: absolute;
    width: 220px;
    height: 220px;
    right: -110px;
    bottom: -110px;
    animation: rotate 20s linear infinite; }
    @media (max-width: 1440px) {
      .teamBox .teamBtn {
        width: 160px;
        height: 160px; } }
    @media (max-width: 1280px) {
      .teamBox .teamBtn {
        width: 120px;
        height: 120px;
        right: -60px;
        bottom: -60px; } }
    @media (max-width: 768px) {
      .teamBox .teamBtn {
        right: 40px;
        bottom: -40px; } }
    .teamBox .teamBtn img {
      max-width: 100%; }
  .teamBox .leftBox {
    font-size: 0; }
  .teamBox .rightBox {
    padding-left: 20px; }
  .teamBox .title {
    margin-bottom: 40px; }
  .teamBox .titleBox {
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .teamBox .titleBox {
        margin-bottom: 50px; } }
  .teamBox .text {
    font-size: 20px;
    line-height: calc(38px / 22px);
    letter-spacing: 3.52px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 1440px) {
      .teamBox .text {
        font-size: 16px;
        line-height: calc(30px / 20px);
        letter-spacing: 1.92px; } }

.successBox {
  padding: 50px 0;
  position: relative;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 16px; }
  .successBox .wrap {
    position: relative; }
  .successBox .successSwiper {
    margin-top: 65px; }
    @media (max-width: 991px) {
      .successBox .successSwiper {
        margin-top: 40px; } }
  .successBox .successItem {
    position: relative;
    border: 15px solid #627695;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 640px) {
      .successBox .successItem {
        max-width: 330px;
        margin: 0 auto; } }
    .successBox .successItem .imgBox {
      position: relative;
      z-index: 3;
      max-width: 100%;
      height: 100%;
      font-size: 0; }
      .successBox .successItem .imgBox:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: linear-gradient(to top, #6a84ad 0%, transparent 30%);
        z-index: 2; }
      .successBox .successItem .imgBox img {
        max-width: 100%;
        height: 100%;
        object-fit: cover; }
    .successBox .successItem .textBox {
      position: absolute;
      z-index: 3;
      width: 100%;
      bottom: 0;
      left: 0;
      color: #fff;
      padding: 25px; }
    .successBox .successItem .title {
      font-size: 18px;
      font-weight: 500;
      padding-bottom: 5px;
      margin-bottom: 8px;
      border-bottom: 1px solid #fff;
      text-align: center; }
    .successBox .successItem .text {
      font-size: 14px;
      font-weight: 300;
      line-height: calc(20px / 14px);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .successBox .swiper-wrapper {
    padding-top: 90px; }
    @media (max-width: 640px) {
      .successBox .swiper-wrapper {
        padding-top: 0; } }
  .successBox .swiper-slide {
    transition: all 0.5s ease-in-out; }
  .successBox .swiper-slide-next {
    transform: translateY(-80px); }
    .successBox .swiper-slide-next .successItem {
      border-color: #fff; }
  @media (max-width: 1280px) {
    .successBox {
      --swiper-pagination-bullet-size: 8px;
      --swiper-pagination-bullet-horizontal-gap: 8px; } }
  .successBox .swiper-pagination {
    margin-top: 80px;
    position: relative; }
    @media (max-width: 1280px) {
      .successBox .swiper-pagination {
        margin-top: 50px; } }
  .successBox .btnBox {
    margin-top: 60px;
    justify-content: center; }
  .successBox .swiper-next, .successBox .swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 1181px) {
      .successBox .swiper-next:hover, .successBox .swiper-prev:hover {
        transform: translateY(-50%) scale(0.9); } }
  .successBox .swiper-next {
    right: -200px;
    transform: translateY(-50%) scaleX(-1); }
  .successBox .swiper-prev {
    left: -200px; }

.noteBox {
  padding: 50px 0 120px; }
  .noteBox .titleBox {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 14px; }
    .noteBox .titleBox .subtitle {
      font-size: 40px;
      color: #495f83; }
    .noteBox .titleBox .title {
      font-size: 24px;
      color: #495f83; }
  .noteBox .textEditor p {
    font-family: "Noto Serif TC", sans-serif;
    color: #495f83;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: 2.1px; }
    @media (max-width: 1440px) {
      .noteBox .textEditor p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1.6px; } }
