@charset "UTF-8";
body,
html {
  line-height: normal;
  scroll-behavior: smooth;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0 !important;
}

.rowbox-esg {
  display: flex;
  align-items: center;
}

.wow {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .mb_show_hrm {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pc_show {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .pc_show_hrm {
    display: none !important;
  }
}
.img-box img,
.img img {
  max-width: 100%;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group .btn {
  margin-right: 16px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 10px 67.5px;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn {
    padding: 7px 10px;
    font-size: 16px;
  }
}
.btn:hover {
  color: #fff;
}
.btn.btn-face {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 158px;
  height: 44px;
  color: #fff;
  background: #2d8ef2;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-face {
    width: 158px;
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-face:hover {
  background: #64b1fe;
  color: #fff;
}
.btn.btn-online {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 20px;
  width: 262px;
  color: #fff;
  background: #2d8ef2;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-online {
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-online:hover {
  background: #64b1fe;
  color: #fff;
}

.btn-line {
  color: #0069c2;
  border: solid 1px #0069c2;
  background: #fff;
}
.btn-line:hover {
  color: #fff;
  border: solid 1px #4394db;
  box-shadow: 0 0 4px 0 #4394db;
}

.wrapper-in {
  width: calc(100% - 56px);
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper-in {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}

.nav {
  min-height: 42px;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 100;
}
.nav .logo {
  width: 186px;
  margin-right: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
  color: #0069c2;
  font-weight: bold;
}
.nav .list {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.nav .list li {
  height: 100%;
  transition: background-color 0.2s ease;
}
.nav .list li:hover, .nav .list li.active {
  background-color: #e6f9fa;
}
.nav .list li > a {
  color: #222;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
}
.nav .btn-call {
  text-align: center;
  background: #0069c2;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 12px 14px;
}
.nav .btn-call i {
  margin-right: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .list li > a {
    padding: 0 8px;
  }
}
.fullpage-section-row {
  min-height: 500px;
  display: flex;
}
.fullpage-section-row .wrapper-in {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section-row .wrapper-in {
    margin: 50px 0 0px;
    flex-direction: column;
  }
  .fullpage-section-row .wrapper-in .btn-group {
    display: flex;
  }
  .fullpage-section-row .wrapper-in .btn-group > .btn {
    flex-grow: 1;
  }
}

.fullpage-section {
  padding: 50px 0;
}
.fullpage-section .wrapper-in {
  position: relative;
  z-index: 2;
}
.fullpage-section .wrapper-in > .title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 32px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section .wrapper-in > .title {
    font-size: 24px;
  }
}
.fullpage-section .wrapper-in > .title span {
  font-size: 36px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section .wrapper-in > .title span {
    font-size: 28px;
  }
}

.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#body {
  overflow-x: hidden;
}

.locked {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.topSection {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topSection {
    background-image: url(../images/bg-m.jpg);
    background-size: 200%;
  }
}

.topbanner {
  position: relative;
  overflow: hidden;
}
.topbanner .wrapper-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner .wrapper-in {
    flex-direction: column;
    height: auto;
  }
}
.topbanner .topbanner__txtWrapper {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper {
    height: auto;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #003664;
  font-family: Inter;
  white-space: nowrap;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__content {
    white-space: normal;
    margin-top: 92px;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    text-align: center;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__content .topbanner__badge {
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #8b5add;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.topbanner .topbanner__txtWrapper .topbanner__content .topbanner__badge span {
  white-space: nowrap;
  background: linear-gradient(to right, #885ae0, #c84ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.topbanner .topbanner__txtWrapper .topbanner__content .topbanner__subtitle {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  background: linear-gradient(to right, #885ae0, #c84ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__content .topbanner__subtitle {
    font-size: 28px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__content .topbanner__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  color: #003254;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__content .topbanner__title {
    font-size: 18px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup {
  position: relative;
  flex-shrink: 0;
  width: 580px;
  height: 480px;
  overflow: visible;
  margin-top: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup {
    width: 480px;
    height: 420px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup {
    width: 380px;
    height: 360px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__buddy {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  top: 0;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  animation: float-buddy 6s ease-in-out infinite;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__buddy {
    transform: translateX(-50%);
    animation: float-buddy-sm 6s ease-in-out infinite;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco {
  position: absolute;
  pointer-events: none;
  border-radius: 100px;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco--gold {
  width: 12px;
  height: 13px;
  left: 137px;
  top: 247px;
  background: linear-gradient(-2.84deg, #ffc460 10.64%, #e8a93a 97.81%);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1), inset 0px -8px 10px rgba(255, 244, 225, 0.5);
  animation: float 6s ease-in-out 0.5s infinite;
  will-change: transform;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco--gold {
    left: 113px;
    top: 215px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco--gold {
    left: 90px;
    top: 185px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco--purple {
  width: 17px;
  height: 17px;
  right: 120px;
  top: 70px;
  background: linear-gradient(82deg, #a997eb 13.26%, #9e86f7 73.47%);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15), inset 2px 4px 15px rgba(223, 215, 255, 0.6), inset 0px -8px 10px #755dcb;
  animation: float 12s linear infinite;
  will-change: transform;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco--purple {
    right: 115px;
    top: 61px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .topbanner__deco--purple {
    right: 105px;
    top: 52px;
  }
}
.topbanner .topbanner__statCard {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  border-radius: 24px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.65) 15%, rgba(255, 255, 255, 0.74) 62%, #fff 87%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 111px;
  overflow: hidden;
}
.topbanner .topbanner__statCard--24h {
  left: 30px;
  top: 30px;
  animation: float-reverse 6s ease-in-out infinite;
  will-change: transform;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__statCard--24h {
    left: 10px;
    top: 20px;
  }
}
.topbanner .topbanner__statCard--95 {
  right: 10px;
  top: 60px;
  width: 95px;
  animation: float 6s ease-in-out 3s infinite;
  will-change: transform;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__statCard--95 {
    right: 0;
    top: 40px;
  }
}
.topbanner .topbanner__statCard .topbanner__statCard__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  position: relative;
}
.topbanner .topbanner__statCard .topbanner__statCard__icon img {
  width: 116px;
  height: 116px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topbanner .topbanner__statCard .topbanner__statCard__icon--plain {
  width: 36px;
  height: 36px;
}
.topbanner .topbanner__statCard .topbanner__statCard__icon--plain img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topbanner .topbanner__statBadge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 88px;
  background: linear-gradient(169deg, rgba(255, 255, 255, 0.65) 15%, rgba(255, 255, 255, 0.74) 62%, #fff 87%);
  box-shadow: 0px 3.5px 8.8px rgba(101, 86, 132, 0.1);
  width: 168px;
}
.topbanner .topbanner__statBadge .topbanner__statCard__sub, .topbanner .topbanner__statBadge .topbanner__statCard__title {
  text-align: left;
}
.topbanner .topbanner__statBadge--pink {
  left: 0;
  bottom: 120px;
  animation: float 6s ease-in-out 3s infinite;
  will-change: transform;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__statBadge--pink {
    bottom: 90px;
  }
}
.topbanner .topbanner__statBadge--teal {
  right: -40px;
  bottom: 130px;
  animation: float-reverse 6s ease-in-out 1.5s infinite;
  will-change: transform;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__statBadge--teal {
    right: 0;
    bottom: 100px;
  }
}
.topbanner .topbanner__statBadge .topbanner__statBadge__icon {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  position: relative;
}
.topbanner .topbanner__statBadge .topbanner__statBadge__icon img {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topbanner .topbanner__statCard__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
}
.topbanner .topbanner__statCard__title {
  font-size: 14px;
  font-weight: 700;
  color: #292929;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}
.topbanner .topbanner__statCard__sub {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.topbanner .topbanner__inputWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-start !important;
  align-items: end !important;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    pointer-events: all;
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup {
  pointer-events: all;
  border: 1px solid rgba(20, 143, 229, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  gap: 4px;
  z-index: 1;
  margin-bottom: 180px;
  max-width: 432px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup {
    background: transparent;
    flex-direction: column;
    padding: 0;
    gap: 6px;
    border: none;
    max-width: 312px;
    margin: 0 auto 24px;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input {
  border: none;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input {
    padding: 12px;
    border: 1px solid rgba(20, 143, 229, 0.3);
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::-moz-placeholder {
  color: #003664 !important;
  font-size: 16px;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::placeholder {
  color: #003664 !important;
  font-size: 16px;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  color: #fff;
  background: linear-gradient(96deg, #885ae0 -3.63%, #c84ba6 96.37%);
  max-width: 150px;
  width: 100%;
  border-radius: 8px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn {
    max-width: none;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(96deg, #c84ba6 -3.63%, #885ae0 96.37%);
  opacity: 0;
  z-index: -1;
  transition: opacity 1s;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:hover::after, .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:active::after {
  opacity: 1;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:hover, .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:active {
  color: #fff;
}
.topbanner .topbanner__imgGroup_mb {
  position: relative;
  width: 360px;
  margin: 0 auto;
  height: 252px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__buddy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  animation: float-buddy-sm 6s ease-in-out infinite;
  will-change: transform;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard {
  width: 78px;
  padding: 10px 0;
  gap: 7px;
  border-radius: 14px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard__icon {
  width: 32px;
  height: 32px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard__icon img {
  width: 66px;
  height: 66px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard__icon--plain {
  width: 21px;
  height: 21px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard__icon--plain img {
  width: 21px;
  height: 21px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard__title {
  font-size: 12px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard__sub {
  font-size: 10px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statBadge {
  padding: 8px 12px;
  gap: 6px;
  width: auto;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statBadge__icon {
  width: 28px;
  height: 28px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statBadge__icon img {
  width: 56px;
  height: 56px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__deco {
  position: absolute;
  pointer-events: none;
  border-radius: 100px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__deco--gold {
  width: 7px;
  height: 7.5px;
  left: 90px;
  top: 128px;
  background: linear-gradient(-2.84deg, #ffc460 10.64%, #e8a93a 97.81%);
  box-shadow: 1px 1px 11.5px rgba(0, 0, 0, 0.1), inset 0px -4.6px 5.8px rgba(255, 244, 225, 0.5);
  animation: float 6s ease-in-out 0.5s infinite;
  will-change: transform;
}
.topbanner .topbanner__imgGroup_mb .topbanner__deco--purple {
  width: 10px;
  height: 10px;
  left: 254px;
  top: 32px;
  background: linear-gradient(82deg, #a997eb 13.26%, #9e86f7 73.47%);
  box-shadow: 1px 1px 11.5px rgba(0, 0, 0, 0.15), inset 1px 2.3px 8.6px rgba(223, 215, 255, 0.6), inset 0px -4.6px 5.8px #755dcb;
  animation: float-reverse 6s linear infinite;
  will-change: transform;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard--24h {
  left: 24px;
  top: 20px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statCard--95 {
  right: 12px;
  top: 37px;
  width: 71px;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statBadge--pink {
  left: 31px;
  top: 149px;
  bottom: auto;
}
.topbanner .topbanner__imgGroup_mb .topbanner__statBadge--teal {
  right: 12px;
  top: 194px;
  bottom: auto;
}

#online {
  background: linear-gradient(117deg, #35a9fb 16.25%, #0180d9 88.15%) !important;
  background-size: cover;
  min-height: 719px;
  overflow: hidden;
  background-color: #0869c2;
  padding: 50px 0 0;
}
#online .wrapper-in {
  padding: 0;
  margin: 0 auto;
  max-width: 1055px;
  width: calc(100% - 56px);
  justify-content: space-between;
}
#online .wrapper-in.online-wrapper {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #online .wrapper-in.online-wrapper {
    align-items: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#online .title-box {
  margin-top: 45px;
}
#online .title-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #online .title-box .title {
    max-width: initial;
    margin: 0;
  }
}
#online .title-box .section-content-list {
  margin-top: 50px !important;
  max-width: 419px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list {
    max-width: initial;
    margin: 0 !important;
  }
}
#online .title-box .section-content-list > li + li {
  margin-top: 15px;
}
#online .title-box .section-content-list .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
#online .title-box .section-content-list .title::before {
  content: url(/products/HRMax/images/checked.svg);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .title {
    margin-top: 20px;
    font-size: 24px;
  }
}
#online .title-box .section-content-list .stext {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #292929;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .stext {
    font-size: 16px;
    line-height: 1.5;
  }
}
#online .title-box .section-content-list .phone-group {
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
#online .title-box .section-content-list .phone-group div {
  margin-top: 10px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .phone-group {
    margin: 31px 0 0;
  }
}
#online .title-box .section-content-list .phone-group::before {
  content: url(/products/HRMax/images/phone.svg);
  margin-right: 6px;
  vertical-align: middle;
}
#online .title-box .section-content-list .phone-group .phone-call {
  margin-right: 4px;
  width: 28px;
  fill: #fff;
  font-weight: bold;
}
#online #contactUsPageForm {
  max-width: 528px;
  width: 100% !important;
  padding: 30px 65px 70px !important;
  margin-top: 30px;
  margin-left: 20px;
  height: 830px;
  border-radius: 12px 12px 0 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  #online #contactUsPageForm {
    padding: 15px 30px !important;
    margin-left: 0;
  }
}
#online #contactUsPageForm .modal-body {
  padding: 0 !important;
}
#online #contactUsPageForm .form-title {
  font-size: 24px;
  margin: 0 19px 5px 0px;
  color: #292929;
  font-weight: 600;
}
#online #contactUsPageForm .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
#online {
  /* Contact Us */
}
#online .row {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #online #contactUsPageForm .modal-body {
    padding: 10px;
  }
}
#online #contactUsPageForm .displayNone {
  display: none;
}
#online #newCompanyInfo .errorInfo,
#online #contactUsPageForm .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
#online #contactUsPageForm label {
  padding: 9px 6px 4px 0;
}
#online #contactUsPageForm label {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
  margin: 0 3px;
}
#online #contactUsPageForm label.required:after {
  content: "*";
  color: #ea475b;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #online #contactUsPageForm .job-title {
    text-align: right;
  }
}
#online #contactUsPageForm #queryCompanyInput {
  margin: 8px 0 0;
  font-size: 16px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #resetQueryCompany {
  margin-top: 48px;
}
#online #contactUsPageForm #queryCompanyBtn {
  margin-top: 42px;
  color: #1654b9;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #online #contactUsPageForm #queryCompanyBtn {
    margin-left: -16px;
  }
}
#online #contactUsPageForm #resetQueryCompany .fa-times {
  cursor: pointer;
  color: #ea475b;
}
#online #contactUsPageForm #companyName {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
#online #contactUsPageForm #queryCompanyList {
  list-style: none;
  padding-left: 0;
  border: 1pt solid #b9b9b9;
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  text-align: left;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}
#online #contactUsPageForm #searchInfoRow {
  margin: 0 3px;
}
#online #contactUsPageForm #queryCompanyList li.searching:hover {
  background-color: white !important;
}
#online #contactUsPageForm #queryCompanyList li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
#online #contactUsPageForm #queryCompanyList li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
#online #contactUsPageForm #queryCompanyList li:hover {
  background-color: lightblue;
}
#online #contactUsPageForm #userName {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #empNum {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #identityCategory {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #phoneAreaCode,
#online #phoneNum,
#online #phoneExt {
  margin: 8px 0 0 0;
}
#online #contactUsPageForm #message {
  height: 70px;
}
#online #contactUsPageForm .J104Checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}
@media screen and (max-width: 991px) {
  #online #contactUsPageForm .J104Checkbox {
    grid-template-columns: 1fr;
  }
}
#online .btn-submit {
  width: 180px;
  height: 50px;
  border-radius: 4px;
  background-color: #ff7800;
  color: #fff;
  font-size: 18px;
}
#online .J104Text,
#online .J104Number,
#online .J104Select {
  margin: 0 3px;
}
#online .J104Text input,
#online .J104Text textarea,
#online .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 16px;
  height: 38px;
  color: #7e7e7e;
}
#online .J104Text input ::-moz-placeholder, #online .J104Text textarea ::-moz-placeholder, #online .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
#online .J104Text input ::placeholder,
#online .J104Text textarea ::placeholder,
#online .J104Select .field ::placeholder {
  color: #7e7e7e;
}
#online .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}

.modal-dialog {
  max-width: 822px !important;
  width: 100% !important;
}
.modal-content {
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0px 2px 4px 1px rgba(200, 201, 204, 0.5) !important;
  position: relative;
  border: none !important;
}
.modal-header {
  border: none !important;
  padding-top: 36px !important;
}
.modal-footer {
  border: none !important;
  padding-bottom: 36px !important;
}
.modal .modal-body {
  max-height: calc(100dvh - 120px) !important;
  overflow: auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .modal .modal-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.modal-title {
  text-align: center;
  color: #003664;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__close {
  border: none;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal__btn {
  transition-duration: 0.3s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  background: #ff7800;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  border: none;
  height: 48px;
}
.modal__btn:hover, .modal__btn:active {
  background-color: #ff9100;
}
.modal #contactUsPageForm2 {
  max-width: 394px;
  width: 100%;
  margin: auto;
}
.modal #contactUsPageForm2 .form-title {
  font-size: 24px;
  margin: 0 19px 5px 0px;
  color: #292929;
  font-weight: 600;
}
.modal #contactUsPageForm2 .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
.modal .row {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 21px;
}
.modal #contactUsPageForm2 .displayNone {
  display: none;
}
.modal #newCompanyInfo2 .errorInfo,
.modal #contactUsPageForm2 .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
.modal #contactUsPageForm2 label {
  padding: 9px 6px 4px 0;
}
.modal #contactUsPageForm2 label {
  color: #003664;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 700;
}
.modal #contactUsPageForm2 label.required:after {
  content: "*";
  color: #ea475b;
  margin-left: 4px;
  display: inline-block;
}
.modal #contactUsPageForm2 #queryCompanyInput2 {
  font-size: 16px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #resetQueryCompany2 {
  margin-top: 34px;
}
.modal #contactUsPageForm2 #queryCompanyBtn2 {
  margin-top: 30px;
  color: #0069c2;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .modal #contactUsPageForm2 #queryCompanyBtn2 {
    margin-left: -16px;
  }
}
.modal #contactUsPageForm2 #resetQueryCompany2 .fa-times {
  cursor: pointer;
  color: #ea475b;
}
.modal #contactUsPageForm2 #companyName2 {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
.modal #contactUsPageForm2 #queryCompanyList2 {
  list-style: none;
  padding-left: 0;
  border: 1pt solid #b9b9b9;
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  text-align: left;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}
.modal #contactUsPageForm2 #searchInfoRow2 {
  margin: 0 3px;
}
.modal #contactUsPageForm2 #queryCompanyList2 li.searching:hover {
  background-color: white !important;
}
.modal #contactUsPageForm2 #queryCompanyList2 li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
.modal #contactUsPageForm2 #queryCompanyList2 li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
.modal #contactUsPageForm2 #queryCompanyList2 li:hover {
  background-color: lightblue;
}
.modal #contactUsPageForm2 #userName2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal .J104Text,
.modal .J104Number,
.modal .J104Select {
  margin: 0px;
}
.modal .J104Text:has(#userName2),
.modal .J104Text:has(#phoneAreaCode2),
.modal .J104Text:has(#phoneNum2) {
  margin-right: 8px !important;
}
.modal #contactUsPageForm2 #empNum2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #identityCategory2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #message2 {
  height: 70px;
}
.modal .J104Text input,
.modal .J104Text textarea,
.modal .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 16px;
  height: 38px;
  color: #7e7e7e;
}
.modal .J104Text input ::-moz-placeholder, .modal .J104Text textarea ::-moz-placeholder, .modal .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
.modal .J104Text input ::placeholder,
.modal .J104Text textarea ::placeholder,
.modal .J104Select .field ::placeholder {
  color: #7e7e7e;
}
.modal .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}
.modal #email2,
.modal #queryCompanyInput2,
.modal #userName2,
.modal #empNum2,
.modal #identityCategory2,
.modal #phoneAreaCode2,
.modal #phoneNum2,
.modal #phoneExt2,
.modal #source2,
.modal #message2 {
  color: #003664 !important;
}

.J104Mask.gray {
  z-index: 2000 !important;
}

.J104BoxDialog.wrapper {
  z-index: 2100 !important;
}

.side-menu {
  z-index: 300 !important;
}

#hrService {
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  #hrService {
    padding-bottom: 72px;
  }
}
#hrService .wrapper-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #hrService .wrapper-in {
    gap: 40px;
  }
}
#hrService .hrService__titleBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  color: #003664;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #hrService .hrService__titleBlock {
    padding: 0;
    gap: 24px;
  }
}
#hrService .hrService__title {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #003664;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #hrService .hrService__title {
    font-size: 32px;
  }
}
#hrService .hrService__subtitle {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #hrService .hrService__subtitle {
    font-size: 16px;
  }
}
#hrService .hrService__card {
  width: 100%;
  max-width: 1200px;
  padding: 14px 0;
  border-radius: 24px;
  background: linear-gradient(176.9deg, rgba(255, 255, 255, 0.65) 15.4%, rgba(255, 255, 255, 0.739) 62.2%, #fff 87.5%);
  box-shadow: 0px 3.518px 8.796px rgba(101, 86, 132, 0.1), inset -7.037px -7.037px 3.518px 0px rgba(255, 255, 255, 0.25), inset 0px 5.277px 3.518px 0px rgba(255, 255, 255, 0.3), inset 5.277px 0px 3.518px 0px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #hrService .hrService__card {
    padding: 0 30px;
  }
}
#hrService .hrService__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #hrService .hrService__list {
    gap: 0;
    justify-content: flex-start;
  }
}
#hrService .hrService__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 240px;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  #hrService .hrService__item {
    width: 240px;
    min-height: 60px;
    height: 60px;
  }
}
#hrService .hrService__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
#hrService .hrService__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#hrService .hrService__itemContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #003664;
}
#hrService .hrService__itemTitle {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #003664;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #hrService .hrService__itemTitle {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
  }
}

#aiBuddy {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  #aiBuddy {
    padding: 0 0 60px;
  }
}
#aiBuddy .aiBuddy__inner {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(-81.54deg, rgba(136, 90, 224, 0.44) 3.06%, rgba(243, 202, 255, 0.44) 36.16%, rgba(243, 202, 255, 0.44) 57.66%, rgba(234, 108, 200, 0.44) 89.6%);
  position: relative;
  padding: 64px 84px 80px;
}
@media screen and (max-width: 1100px) {
  #aiBuddy .aiBuddy__inner {
    padding: 64px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__inner {
    padding: 48px 20px;
  }
}
#aiBuddy .aiBuddy__deco {
  position: absolute;
  right: -70px;
  bottom: 10px;
  width: 60px;
  height: 56px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #aiBuddy .aiBuddy__deco {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__deco {
    width: 20px;
    bottom: 0;
    right: 0;
  }
}
#aiBuddy .aiBuddy__deco img {
  position: absolute;
}
#aiBuddy .aiBuddy__decoChar {
  position: absolute;
  right: -20px;
  bottom: -35px;
  width: 74px;
  height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__decoChar {
    width: 40px;
    height: 40px;
    right: 3px;
    bottom: -15px;
  }
}
#aiBuddy .aiBuddy__top {
  display: flex;
  align-items: flex-start;
  gap: 33px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__top {
    flex-direction: column;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__textBlock {
    flex: none;
    width: 100%;
  }
}
#aiBuddy .aiBuddy__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__badge {
    gap: 8px;
    margin-bottom: 0;
  }
}
#aiBuddy .aiBuddy__badge__iconWrap {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__badge__iconWrap {
    width: 24px;
    height: 24px;
  }
}
#aiBuddy .aiBuddy__badge__iconWrap img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__badge__iconWrap img {
    width: 12px;
    height: 12px;
  }
}
#aiBuddy .aiBuddy__badge span {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #003664;
  line-height: 150%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__badge span {
    font-size: 14px;
    font-weight: 500;
  }
}
#aiBuddy .aiBuddy__title {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #003664;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__title {
    font-size: 32px;
  }
}
#aiBuddy .aiBuddy__subtitle {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #003664;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__subtitle {
    font-size: 16px;
  }
}
#aiBuddy .aiBuddy__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__list {
    gap: 16px;
  }
}
#aiBuddy .aiBuddy__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#aiBuddy .aiBuddy__list li img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-top: 5px;
}
#aiBuddy .aiBuddy__list li p {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
#aiBuddy .aiBuddy__list li strong {
  font-weight: 600;
}
#aiBuddy .aiBuddy__chatWrapper {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatWrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
#aiBuddy .aiBuddy__chatBox {
  background: linear-gradient(131.64deg, rgba(255, 255, 255, 0.24) 20.28%, rgba(255, 255, 255, 0.45) 86.68%);
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 5px rgba(109, 81, 161, 0.1);
  padding: 20px;
  width: 100%;
  max-width: 516px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBox {
    max-width: none;
    border-radius: 8px;
    padding: 10px 12px;
  }
}
#aiBuddy .aiBuddy__chatBox__inner {
  background: linear-gradient(132.43deg, rgba(255, 255, 255, 0.24) 20.28%, rgba(255, 255, 255, 0.45) 86.68%);
  border-radius: 16px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBox__inner {
    gap: 6px;
    padding: 10px;
  }
}
#aiBuddy .aiBuddy__chatBubble {
  padding: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #003664;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBubble {
    padding: 8px;
  }
}
#aiBuddy .aiBuddy__chatBubble p {
  margin: 0;
}
#aiBuddy .aiBuddy__chatBubble strong {
  font-weight: 700;
}
#aiBuddy .aiBuddy__chatBubble--user {
  background: #f5d1f3;
  border-radius: 12px 12px 12px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBubble--user {
    border-radius: 6px 6px 6px 0;
  }
}
#aiBuddy .aiBuddy__chatBubble--typing {
  background: #fff;
  border-radius: 12px 12px 12px 0;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBubble--typing {
    border-radius: 6px 6px 6px 0;
  }
}
#aiBuddy .aiBuddy__chatBubble--typing .typing-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}
#aiBuddy .aiBuddy__chatBubble--typing .typing-indicator span {
  width: 5px;
  height: 5px;
  background: #003664;
  border-radius: 50%;
  display: block;
  opacity: 0;
}
#aiBuddy .aiBuddy__chatBubble--typing .typing-indicator span:nth-child(1) {
  animation: typing-dot-1 2.4s ease-in-out infinite;
}
#aiBuddy .aiBuddy__chatBubble--typing .typing-indicator span:nth-child(2) {
  animation: typing-dot-2 2.4s ease-in-out infinite;
}
#aiBuddy .aiBuddy__chatBubble--typing .typing-indicator span:nth-child(3) {
  animation: typing-dot-3 2.4s ease-in-out infinite;
}
#aiBuddy .aiBuddy__chatBubble--ai {
  background: #fff;
  border-radius: 12px 12px 0 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBubble--ai {
    border-radius: 6px 6px 0 6px;
  }
}
#aiBuddy .aiBuddy__chatBubble--hr {
  background: #fff;
  border-radius: 12px 12px 0 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatBubble--hr {
    border-radius: 6px 6px 0 6px;
  }
}
#aiBuddy .aiBuddy__chatGroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#aiBuddy .aiBuddy__chatSource {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__chatSource {
    font-size: 12px;
    font-weight: 500;
  }
}
#aiBuddy .aiBuddy__slide {
  display: contents;
}
#aiBuddy .aiBuddy__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__cards {
    display: block;
    padding-bottom: 32px;
  }
  #aiBuddy .aiBuddy__cards .aiBuddy__slide {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__featureGrid .flickity-page-dots {
    bottom: 6px;
  }
  #aiBuddy .aiBuddy__featureGrid .flickity-page-dots .dot {
    width: 12px;
    height: 6px;
    border-radius: 100px;
    background: rgba(144, 189, 226, 0.87);
    opacity: 0.5;
    margin: 0 4px;
  }
  #aiBuddy .aiBuddy__featureGrid .flickity-page-dots .dot.is-selected {
    width: 24px;
    background: #4695e3;
    opacity: 1;
  }
}
#aiBuddy .aiBuddy__card {
  background: #f4f8fe;
  border-radius: 16px;
  box-shadow: 0 4px 10px 0 rgba(109, 81, 161, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 247px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__card {
    min-height: auto;
    gap: 8px;
    padding: 15px;
    min-height: 217px;
  }
}
#aiBuddy .aiBuddy__card__iconWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__card__iconWrap {
    height: 63px;
  }
}
#aiBuddy .aiBuddy__card__iconWrap img {
  max-height: 82px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__card__iconWrap img {
    max-height: 63px;
  }
}
#aiBuddy .aiBuddy__card__ttl {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #003664;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__card__ttl {
    font-size: 16px;
  }
}
#aiBuddy .aiBuddy__card__dsc {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__card__dsc {
    font-size: 14px;
  }
}
#aiBuddy .aiBuddy__card__dsc em {
  color: #9158d8;
}
#aiBuddy .aiBuddy__featureGrid {
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 5px rgba(109, 81, 161, 0.1);
  background: linear-gradient(140.94deg, rgba(255, 255, 255, 0.4) 20.28%, rgba(255, 255, 255, 0.75) 86.68%);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__featureGrid {
    border-radius: 8px;
  }
}
#aiBuddy .aiBuddy__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #aiBuddy .aiBuddy__cta {
    margin-top: 28px;
  }
}
#aiBuddy .aiBuddy__ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 240px;
  height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 0 solid #0069c2;
  background: linear-gradient(117.11deg, #885ae0 3.63%, #c84ba6 96.37%);
  color: #fff;
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  z-index: 0;
}
#aiBuddy .aiBuddy__ctaBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(96deg, #c84ba6 -3.63%, #885ae0 96.37%);
  opacity: 0;
  z-index: -1;
  transition: opacity 1s;
}
#aiBuddy .aiBuddy__ctaBtn:hover::after, #aiBuddy .aiBuddy__ctaBtn:active::after {
  opacity: 1;
}
#aiBuddy .aiBuddy__ctaBtn:hover, #aiBuddy .aiBuddy__ctaBtn:active {
  color: #fff;
}

/* 總週期 2.4s
   dot1：0%   出現 → 5%  全亮
   dot2：17%  出現 → 22% 全亮
   dot3：33%  出現 → 38% 全亮
   全部：67%  開始消失 → 75% 全暗，維持到 100%
*/
@keyframes typing-dot-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes typing-dot-2 {
  0%, 17% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes typing-dot-3 {
  0%, 33% {
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes float-reverse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes float-buddy {
  0%, 100% {
    transform: translateX(-40%) translateY(0);
  }
  50% {
    transform: translateX(-40%) translateY(-12px);
  }
}
@keyframes float-buddy-sm {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-12px);
  }
}
#quickSetup {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  #quickSetup {
    padding: 40px 0 60px;
  }
}
#quickSetup > .wrapper-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#quickSetup .quickSetup__titleBlock {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
#quickSetup .quickSetup__label {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
#quickSetup .quickSetup__title {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #003664;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__title {
    font-size: 32px;
  }
}
#quickSetup .quickSetup__subtitle {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__subtitle {
    font-size: 16px;
  }
}
#quickSetup .quickSetup__stepsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepsGrid {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
#quickSetup .quickSetup__stepCell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#quickSetup .quickSetup__stepCell:hover .quickSetup__circle::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepCell {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 40px;
    position: relative;
  }
  #quickSetup .quickSetup__stepCell:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 60px;
    bottom: 0;
    width: 1px;
    background: #c34dab;
    z-index: 0;
  }
  #quickSetup .quickSetup__stepCell:last-child {
    padding-bottom: 0;
  }
}
#quickSetup .quickSetup__stepTop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepTop {
    width: auto;
    flex-shrink: 0;
    margin-bottom: 0;
    z-index: 1;
  }
}
#quickSetup .quickSetup__stepTop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: calc(50% + 30px);
  height: 1px;
  background: #c34dab;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepTop::before {
    display: none;
  }
}
#quickSetup .quickSetup__stepTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  right: 0;
  height: 1px;
  background: #c34dab;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepTop::after {
    display: none;
  }
}
#quickSetup .quickSetup__stepCell:first-child .quickSetup__stepTop::before {
  display: none;
}
#quickSetup .quickSetup__stepCell:last-child .quickSetup__stepTop::after {
  display: none;
}
#quickSetup .quickSetup__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(96deg, #885ae0 -3.63%, #c84ba6 96.37%);
  transition: 0.5s;
}
#quickSetup .quickSetup__circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(96deg, #c84ba6 -3.63%, #885ae0 96.37%);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
#quickSetup .quickSetup__circle--2 {
  background: linear-gradient(96deg, #c84ba6 -3.63%, #885ae0 96.37%);
}
#quickSetup .quickSetup__circle--2::after {
  background: linear-gradient(96deg, #885ae0 -3.63%, #c84ba6 96.37%);
}
#quickSetup .quickSetup__stepBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepBody {
    align-items: flex-start;
    text-align: left;
    padding: 0;
    gap: 12px;
  }
}
#quickSetup .quickSetup__stepTitle {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepTitle {
    font-size: 16px;
  }
}
#quickSetup .quickSetup__stepDesc {
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #003664;
  margin: 0;
}
#quickSetup .quickSetup__stepTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(193, 77, 173, 0.6);
  font-family: Inter, "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #c14dad;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #quickSetup .quickSetup__stepTag {
    font-size: 14px;
    line-height: 150%; /* 21px */
  }
}/*# sourceMappingURL=style.css.map */