/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
@import '../../../../css/reset.css';
body,
html {
  line-height: normal;
  scroll-behavior: smooth;
  font-family: "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

body {
  background-color: #f7f7ff !important;
}

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

.box-spacing {
  padding-top: 8px;
}
.box-spacing:first-child {
  padding-top: 0;
}

.title.box-spacing {
  padding: 3% 0 1% 0;
}

.stitle.box-spacing {
  padding: 1% 0 0.5% 0;
}

.box-padding-row {
  padding-right: 0px;
  padding-left: 16px;
}
.box-padding-row:first-child {
  padding-left: 0;
}

.box-padding-column {
  padding-top: 16px;
  padding-bottom: 0px;
}
.box-padding-column:first-child {
  padding-top: 0;
}

.box-margin-row {
  margin-right: 0px;
  margin-left: 16px;
}
.box-margin-row:first-child {
  margin-left: 0;
}

.box-margin-column {
  padding-top: 16px;
  padding-bottom: 0px;
}
.box-margin-column:first-child {
  padding-top: 0;
}

.box-col-24 {
  width: 100%;
}

.box-col-18 {
  width: 75%;
}

.box-col-16 {
  width: 66.66666667%;
}

.box-col-12 {
  width: 50%;
}

.box-col-8 {
  width: 33.33333333%;
}

.box-col-6 {
  width: 25%;
}

.pic img {
  max-width: 100%;
}

.wrapper_in {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 80px 12px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  .wrapper_in {
    padding: 80px 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper_in {
    padding: 40px 20px;
  }
}

.sidenav {
  height: 100%;
  width: 40vw;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: 0.5s;
  padding-top: 10px;
  padding-left: 15px;
}

.sidenav .closebtn {
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .menus {
  list-style: none;
  margin-top: 30px;
  padding-left: 0;
}

.sidenav .menus a li {
  font-size: 16px;
  display: block;
  color: #818181;
  margin: 25px auto;
}

.sidenav.active {
  max-height: initial;
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s;
  left: 0;
  box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
}

.btn-face {
  background: #7598f7;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
  padding: 8px 12px;
  white-space: nowrap;
  display: inline-block;
}
.btn-face:hover {
  color: #fff;
  background: #4394db;
  box-shadow: 0 0 4px 0 #4394db;
  text-decoration: none;
}

.btn-line {
  color: #7598f7;
  border: solid 1px #7598f7;
  min-width: 200px;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 10px 11px;
  border-radius: 25px;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-line:hover {
  border: solid 1px #4394db;
  box-shadow: 0 0 4px 0 #4394db;
  text-decoration: none;
}
.btn-line.btn-line-bk {
  color: #292929;
  border: solid 1px #292929;
}
.btn-line.btn-line-bk:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 #fff;
}
.btn-line.btn-line-wite {
  color: #fff;
  border: solid 1px #fff;
}
.btn-line.btn-line-wite:hover {
  box-shadow: 0 0 6px 0 #fff;
}
.btn-line.btn-sm {
  min-width: 132px;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 20px;
}

.btn-solid {
  color: #fff;
  background-color: #7598f7;
  border: solid 1px #7598f7;
  min-width: 200px;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 10px 11px;
  border-radius: 25px;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-solid:hover {
  color: #fff;
  background: #4394db;
  box-shadow: 0 0 4px 0 #4394db;
  text-decoration: none;
}
.btn-solid.btn-sm {
  margin-right: 24px;
  min-width: 132px;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .btn-solid.btn-sm {
    margin-right: 0;
  }
}

.section_title {
  text-align: center;
  color: #292929;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section_title {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.section_title .title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.section_title .stitle {
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section_title .stitle {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

.header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
  transition: background-color 0.2s ease;
}
.header .header-top {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.header .header-top ul {
  padding: 0;
  margin: 0px;
  font-size: 14px;
  min-height: 30px;
  display: flex;
  align-items: stretch;
}
.header .header-top ul li {
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.header .header-top ul li a {
  color: #292929;
}
.header .header-top ul li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #ff7800;
}
.header .header-top ul a:hover {
  color: #ff7800;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .header .header-top {
    display: none;
  }
}
.header .header-content {
  padding: 0 0 0 16px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.show_nav_background {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header .logo {
  margin-right: 52px;
}
.header .menu {
  display: flex;
  font-size: 16px;
  flex-grow: 1;
  margin-bottom: 0;
  font-weight: bold;
}
.header .menu a {
  text-decoration: none;
  color: #292929;
  min-height: 70px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 22px;
  padding: 0 8px;
}
.header .menu a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #7598f7;
  bottom: 0;
  left: 0;
  transition: height 0.2s ease;
}
.header .menu a:hover, .header .menu a.active {
  color: #7598f7;
}
.header .menu a:hover:after, .header .menu a.active:after {
  height: 4px;
}
.header .menu a.hover-fixed {
  cursor: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .header .logo {
    margin-right: 24px;
  }
  .header .menu a {
    flex-shrink: 0;
    margin-left: 14px;
    padding: 0 4px;
  }
  .header .menu a li div {
    width: 2.4em;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }
}

.header-m {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.header-m .menuBurger {
  margin-top: 5px;
  margin-right: 10px;
}
.header-m .menuBurger__line {
  border-radius: 10px;
  border-bottom: 2px solid #7598f7;
  width: 24px;
  margin-bottom: 5px;
}
.header-m .logo {
  width: 140px;
}
.header-m .logo img {
  max-width: 100%;
}
.header-m .btn-solid.btn-sm {
  font-size: 14px;
  min-width: 80px;
  padding: 5px 10px;
  line-height: normal;
}
@keyframes topbannerDrift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(1.5%, 1%) scale(1.03);
  }
}
@keyframes topbannerFloaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes topbannerRiseIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes topbannerFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes topbannerSparkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.25) rotate(15deg);
    opacity: 1;
  }
}
@keyframes topbannerChkPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(77, 146, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(77, 146, 255, 0);
  }
}
@keyframes topbannerCellWave {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.94);
  }
}
@keyframes topbannerTypingDot {
  0%, 60%, 100% {
    opacity: 0.25;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes topbannerScan {
  0%, 15% {
    transform: rotate(20deg) translateX(0%);
  }
  60%, 100% {
    transform: rotate(20deg) translateX(560%);
  }
}
.topbanner {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  background-color: #fff;
  border-bottom-right-radius: 200px;
  height: min(490px, calc(100vw * 490 / 1280));
}
@media screen and (max-width: 640px) {
  .topbanner {
    height: calc(100vw * 516 / 360);
    margin-top: 0;
    border-bottom-right-radius: 60px;
  }
}
.topbanner .topbanner-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.topbanner .topbanner-bg__frame {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1280px;
  height: 470px;
  max-width: none;
  overflow: hidden;
  transform-origin: top center;
  transform: translateX(-50%) scale(min(1, calc(100vw / 1280px)));
}
@media screen and (max-width: 640px) {
  .topbanner .topbanner-bg__frame {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    height: calc(100vw * 465 / 360);
    left: 0;
    transform: none;
  }
}
.topbanner .topbanner-bg__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 57.6%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
}
.topbanner .topbanner-bg__photo img {
  position: absolute;
  left: -78.7%;
  top: -132%;
  width: 276%;
  max-width: none;
  animation: topbannerDrift 22s ease-in-out infinite;
}
.topbanner .topbanner-bg__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
@media screen and (max-width: 640px) {
  .topbanner .topbanner-bg__fade {
    display: none;
  }
}
.topbanner .topbanner-bg__color {
  position: absolute;
  inset: 0;
}
.topbanner .topbanner-bg__color img {
  width: 105%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .topbanner .topbanner-bg__color {
    top: auto;
    bottom: 0;
    height: calc(100vw * 465 / 360);
  }
}
.topbanner .wrapper_in {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1280px;
  height: 490px;
  padding: 0;
  overflow: visible;
  transform-origin: top center;
  transform: translateX(-50%) scale(min(1, calc(100vw / 1280px)));
}
@media screen and (max-width: 640px) {
  .topbanner .wrapper_in {
    width: 360px;
    height: 516px;
    transform: translateX(-50%) scale(calc(100vw / 360px));
  }
}
.topbanner .dsc {
  position: absolute;
  left: 200px;
  top: 159px;
  max-width: 520px;
  font-weight: 700;
  opacity: 0;
  animation: topbannerRiseIn 0.8s cubic-bezier(0.22, 0.9, 0.3, 1) 0.2s forwards;
}
@media screen and (max-width: 640px) {
  .topbanner .dsc {
    position: absolute;
    left: 10px;
    top: 48px;
    width: 340px;
    max-width: 340px;
  }
}
.topbanner .dsc .title {
  margin: 0;
  font-weight: 700;
}
.topbanner .dsc .title .title-main {
  display: block;
  font-size: 32px;
  color: #292929;
}
.topbanner .dsc .title .title-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 36px;
}
.topbanner .dsc .title .title-sub .c1 {
  color: #4d92ff;
}
.topbanner .dsc .title .title-sub .c2 {
  color: #2cbfdb;
}
.topbanner .dsc .title .title-sub .diag {
  display: inline-block;
  width: 2px;
  height: 30px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #4d92ff, #2cbfdb);
  transform: rotate(26deg);
}
.topbanner .dsc .stext {
  font-size: 18px;
  font-weight: 400;
  margin: 12px 0 0;
  color: #292929;
}
.topbanner .dsc .btn-topbanner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  background-color: #7598f7;
  color: #fff;
  font-size: 18px;
  padding: 13px 35px 13px 40px;
  border-radius: 99px;
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.topbanner .dsc .btn-topbanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
}
.topbanner .dsc .btn-topbanner:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(77, 146, 255, 0.35);
}
.topbanner .dsc .btn-topbanner:hover::before {
  transform: translateX(120%);
  transition: transform 0.8s ease;
}
.topbanner .dsc .btn-topbanner:hover img {
  transform: translateX(4px);
}
.topbanner .dsc .btn-topbanner img {
  width: 12px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
@media screen and (max-width: 640px) {
  .topbanner .dsc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .topbanner .dsc .title .title-main {
    font-size: 30px;
  }
  .topbanner .dsc .title .title-sub {
    justify-content: center;
  }
  .topbanner .dsc .title .title-sub .c1 {
    font-size: 30px;
  }
  .topbanner .dsc .title .title-sub .c2 {
    font-size: 28px;
  }
  .topbanner .dsc .title .title-sub .diag {
    width: 1.5px;
    height: 20px;
  }
  .topbanner .dsc .stext {
    font-size: 18px;
    color: #5f6c85;
  }
  .topbanner .dsc .btn-topbanner {
    font-size: 16px;
    padding: 14px 24px;
    box-shadow: 0 8px 8px rgba(117, 152, 247, 0.25);
  }
}
.topbanner .pic-m {
  display: none;
  position: absolute;
  left: 10px;
  top: 250px;
  width: 340px;
  height: 380px;
}
@media screen and (max-width: 640px) {
  .topbanner .pic-m {
    display: block;
  }
}
.topbanner .pic-m .img-group {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: topbannerFadeIn 1s cubic-bezier(0.22, 0.9, 0.3, 1) 0.5s forwards;
}
.topbanner .pic-m .person-box {
  position: absolute;
  left: 120px;
  top: 15px;
  width: 220px;
  height: 287px;
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 20px 30px rgba(90, 120, 220, 0.18));
  animation: topbannerFloaty 6.5s ease-in-out infinite;
}
.topbanner .pic-m .person-box img {
  position: absolute;
  left: -25.7%;
  top: -10.4%;
  width: 150.5%;
  max-width: none;
}
.topbanner .pic-m .sparkle {
  position: absolute;
  left: 163px;
  top: 15px;
  width: 12px;
  animation: topbannerSparkle 2.4s ease-in-out infinite;
}
.topbanner .pic-m .float-card {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(223, 225, 255, 0.6);
}
.topbanner .pic-m .float-card__title {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
}
.topbanner .pic-m .float-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbanner .pic-m .card-buddy {
  left: 19px;
  top: 41px;
  width: 150px;
  padding: 12px;
}
.topbanner .pic-m .card-buddy .qa-row {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  margin-top: 8px;
}
.topbanner .pic-m .card-buddy .qa-row + .qa-row {
  margin-top: 6px;
}
.topbanner .pic-m .card-buddy .qa-row p {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  color: #242e42;
}
.topbanner .pic-m .card-buddy .qa-icon {
  display: block;
  width: 10px;
  flex-shrink: 0;
}
.topbanner .pic-m .card-buddy .qa-icon img {
  display: block;
  width: 100%;
}
.topbanner .pic-m .card-buddy .dots-row {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-top: 8px;
}
.topbanner .pic-m .card-buddy .dots-row span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1088f2;
  animation: topbannerTypingDot 1.2s ease-in-out infinite;
}
.topbanner .pic-m .card-buddy .dots-row span:nth-child(1) {
  animation-delay: 0s;
}
.topbanner .pic-m .card-buddy .dots-row span:nth-child(2) {
  animation-delay: 0.2s;
}
.topbanner .pic-m .card-buddy .dots-row span:nth-child(3) {
  animation-delay: 0.4s;
}
.topbanner .pic-m .card-schedule {
  left: 14px;
  top: 146px;
  width: 180px;
  padding: 10px;
}
.topbanner .pic-m .card-schedule .check-icon {
  display: block;
  width: 12px;
}
.topbanner .pic-m .card-schedule .check-icon img {
  display: block;
  width: 100%;
}
.topbanner .pic-m .card-schedule .grid-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.topbanner .pic-m .card-schedule .grid-row__label {
  font-size: 10px;
  color: #5f6c85;
  flex-shrink: 0;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
}
.topbanner .pic-m .card-schedule .cell {
  width: 24px;
  height: 12px;
  border-radius: 2px;
  background: #f1f5f9;
}
.topbanner .pic-m .card-schedule .cell.on1 {
  background: #d6e8ff;
  animation: topbannerCellWave 4.8s ease-in-out infinite;
}
.topbanner .pic-m .card-schedule .cell.on2 {
  background: #d6d6ff;
  animation: topbannerCellWave 4.8s ease-in-out infinite;
}
.topbanner .pic-m .card-compliance {
  left: 230px;
  top: 120px;
  width: 100px;
  padding: 12px;
  text-align: center;
}
.topbanner .pic-m .card-compliance .float-card__title {
  font-size: 14px;
  white-space: nowrap;
}
.topbanner .pic-m .card-compliance .card-compliance__big {
  color: #7598f7;
  font-weight: 700;
  font-size: 16px;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  margin: 6px 0 0;
}
.topbanner .pic-m .card-compliance p {
  margin: 6px 0 0;
  font-size: 10px;
  color: #5f6c85;
  line-height: 1.3;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
}
.topbanner .pic-m .card-compliance .card-compliance__dot {
  display: block;
  width: 14px;
  margin: 6px auto 0;
}
.topbanner .pic {
  position: absolute;
  left: 568.2px;
  top: 110px;
  width: 507.796px;
  height: 384.358px;
}
@media screen and (max-width: 640px) {
  .topbanner .pic {
    display: none;
  }
}
.topbanner .pic .img-group {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: topbannerFadeIn 1s cubic-bezier(0.22, 0.9, 0.3, 1) 0.5s forwards;
}
.topbanner .pic .person-box {
  position: absolute;
  left: 57.5%;
  top: 1.6%;
  width: 58.9%;
  height: 101.5%;
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 20px 30px rgba(90, 120, 220, 0.18));
  animation: topbannerFloaty 6.5s ease-in-out infinite;
}
.topbanner .pic .person-box img {
  position: absolute;
  left: -25.7%;
  top: -10.4%;
  width: 150.5%;
  max-width: none;
}
.topbanner .pic .sparkle {
  position: absolute;
  left: 70.1%;
  top: 12.7%;
  width: 2.9%;
  animation: topbannerSparkle 2.4s ease-in-out infinite;
}
.topbanner .pic .float-card {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 10px 22px rgba(180, 195, 255, 0.45);
  overflow: hidden;
}
.topbanner .pic .float-card::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -35%;
  width: 26%;
  height: 220%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(8px);
  pointer-events: none;
  animation: topbannerScan 5s ease-in-out infinite;
}
.topbanner .pic .float-card__title {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #292929;
}
.topbanner .pic .float-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.topbanner .pic .card-buddy {
  left: 31.3%;
  top: 7.8%;
  width: 34.1%;
  animation: topbannerFloaty 6s ease-in-out infinite 0.2s;
}
.topbanner .pic .card-buddy .qa-row {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin-top: 10px;
}
.topbanner .pic .card-buddy .qa-row p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  color: #242e42;
}
.topbanner .pic .card-buddy .qa-dot {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #4d92ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.topbanner .pic .card-buddy .qa-dot img {
  width: 8px;
}
.topbanner .pic .card-buddy .qa-dot--teal {
  background: #2cbfdb;
}
.topbanner .pic .card-buddy .dots-row {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 10px;
}
.topbanner .pic .card-buddy .dots-row span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1088f2;
  animation: topbannerTypingDot 1.2s ease-in-out infinite;
}
.topbanner .pic .card-buddy .dots-row span:nth-child(1) {
  animation-delay: 0s;
}
.topbanner .pic .card-buddy .dots-row span:nth-child(2) {
  animation-delay: 0.2s;
}
.topbanner .pic .card-buddy .dots-row span:nth-child(3) {
  animation-delay: 0.4s;
}
.topbanner .pic .card-buddy .dots-row span:nth-child(4) {
  animation-delay: 0.6s;
}
.topbanner .pic .card-schedule {
  left: 8.2%;
  top: 48.4%;
  width: 50.2%;
  animation: topbannerFloaty 6.8s ease-in-out infinite 0.6s;
}
.topbanner .pic .card-schedule .check-badge {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4d92ff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: topbannerChkPulse 2.4s ease-in-out infinite;
}
.topbanner .pic .card-schedule .check-badge img {
  width: 8px;
}
.topbanner .pic .card-schedule .week-row {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #5f6c85;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  padding-left: 24px;
  margin-bottom: 6px;
}
.topbanner .pic .card-schedule .grid-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.topbanner .pic .card-schedule .grid-row__label {
  font-size: 9px;
  color: #5f6c85;
  width: 18px;
  flex-shrink: 0;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
}
.topbanner .pic .card-schedule .cell {
  height: 17px;
  border-radius: 3px;
  flex: 1;
  background: #f1f5f9;
}
.topbanner .pic .card-schedule .cell.on1 {
  background: #d6e8ff;
  animation: topbannerCellWave 4.8s ease-in-out infinite;
}
.topbanner .pic .card-schedule .cell.on2 {
  background: #d6d6ff;
  animation: topbannerCellWave 4.8s ease-in-out infinite;
}
.topbanner .pic .card-compliance {
  left: 100.2%;
  top: 49.4%;
  width: 22.1%;
  text-align: center;
  animation: topbannerFloaty 6.2s ease-in-out infinite 0.9s;
}
.topbanner .pic .card-compliance .card-compliance__big {
  color: #7598F7;
  font-weight: 700;
  font-size: 18px;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  margin: 8px 0 6px;
}
.topbanner .pic .card-compliance p {
  margin: 0;
  font-size: 9px;
  color: #5f6c85;
  line-height: 1.4;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
}
.topbanner .pic .card-compliance .card-compliance__dot {
  display: block;
  width: 17px;
  margin: 8px auto 0;
}

.problem .wrapper_in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problem .section_title {
  margin-bottom: 50px;
}
.problem .problem__swiper {
  margin-top: 50px;
  width: 100%;
}
.problem .problemSwiper {
  overflow: visible;
  width: 100%;
}
.problem .swiper-wrapper {
  padding-bottom: 0;
}
.problem .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.problem .swiper-pagination {
  display: none;
}
.problem .swiper-pagination-bullet {
  background-color: #a9a9a9 !important;
  opacity: 1;
  width: 12px;
  height: 6px;
  border-radius: 100px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.problem .swiper-pagination-bullet-active {
  background-color: #7598f7 !important;
  width: 24px;
}
.problem .problem-card {
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 540px;
  max-width: 100%;
  padding: 40px 24px;
  border-radius: 0 50px 0 50px;
  box-shadow: 0 10px 10px #e6eaf6;
  transition: transform 0.4s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.4s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.problem .problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px #d9e0f7;
}
.problem .problem-card:hover .problem-card__icon {
  transform: scale(1.08) rotate(-2deg);
}
.problem .problem-card__icon {
  width: 115px;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  transition: transform 0.5s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.problem .problem-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.problem .problem-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #292929;
}
.problem .problem-card__desc {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: normal;
}
.problem .btn-problem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  background-color: #7598f7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 35px 13px 40px;
  border-radius: 99px;
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.problem .btn-problem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
}
.problem .btn-problem:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(117, 152, 247, 0.35);
}
.problem .btn-problem:hover::before {
  transform: translateX(120%);
  transition: transform 0.8s ease;
}
.problem .btn-problem img {
  width: 12px;
  transform: rotate(90deg);
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.problem .btn-problem:hover img {
  transform: rotate(90deg) translateY(4px);
}
@media screen and (max-width: 768px) {
  .problem {
    background: #f8f9ff;
  }
  .problem .wrapper_in {
    padding: 40px 10px;
  }
  .problem .section_title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .problem .problem__swiper {
    margin-top: 30px;
  }
  .problem .swiper-pagination {
    display: flex;
    position: static;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .problem .problem-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 280px;
    padding: 30px 15px;
    border-radius: 0 40px 0 40px;
    box-shadow: 0 10px 20px #bcc7e2;
  }
  .problem .problem-card__text {
    align-items: center;
    gap: 24px;
  }
  .problem .btn-problem {
    margin-top: 30px;
  }
}
@keyframes enginePopIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.engine {
  background-image: linear-gradient(105deg, rgba(206, 217, 246, 0.3) 2%, rgba(194, 209, 255, 0.3) 44%, rgba(44, 191, 219, 0.3) 101%);
  border-radius: 200px 0 0 200px;
  overflow: hidden;
}
.engine .wrapper_in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
}
.engine .engine-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.engine .engine-head .eyebrow {
  font-size: 21px;
  font-weight: 700;
  color: #292929;
}
.engine .engine-head .titles {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.engine .engine-head .titles span {
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
}
.engine .engine-head .titles .t1 {
  color: #1aa9c5;
  margin-bottom: 5px;
}
.engine .engine-head .titles .t2 {
  color: #6880ff;
}
.engine .engine-head .titles .diag {
  display: inline-block;
  width: 1.5px;
  height: 31px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #4d92ff, #2cbfdb);
  transform: rotate(26deg);
}
.engine .engine-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1048px;
  width: 100%;
}
.engine .engine-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 420px;
}
@media screen and (min-width: 1101px) {
  .engine .engine-list {
    order: 1;
  }
}
.engine .engine-list__head {
  display: flex;
  flex-direction: column;
}
.engine .engine-list__head .kicker {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
.engine .engine-list__head .list-title {
  font-size: 32px;
  font-weight: 700;
  color: #292929;
  margin-top: 6px;
}
.engine .engine-list .feat-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.engine .engine-list .feat-row img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.engine .engine-list .feat-row__text {
  display: flex;
  flex-direction: column;
}
.engine .engine-list .feat-row__title {
  margin: 0;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #292929;
}
.engine .engine-list .feat-row__desc {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  margin-top: 2px;
}
.engine .chat-mock {
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.24) 20%, rgba(255, 255, 255, 0.45) 87%);
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(109, 81, 161, 0.1);
}
@media screen and (min-width: 1101px) {
  .engine .chat-mock {
    order: 2;
  }
}
.engine .chat-mock .chat-inner {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.75) 87%);
  border-radius: 16px;
  padding: 20px 18px;
  width: 440px;
  max-width: 80vw;
}
.engine .chat-mock .msg-user {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.engine .chat-mock .msg-user p {
  background: #c5d5ff;
  color: #003664;
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px 12px 0 12px;
  padding: 16px;
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
}
.engine .chat-mock .msg-bot {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.engine .chat-mock .msg-bot__avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.6);
}
.engine .chat-mock .msg-bot .bubble {
  background: #fff;
  color: #003664;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 12px 12px 12px;
  padding: 16px;
  max-width: 366px;
  opacity: 0;
  transform: translateY(10px);
}
.engine .chat-mock .msg-bot .bubble p {
  margin: 0 0 6px;
}
.engine .chat-mock .msg-bot .bubble ul {
  padding-left: 21px;
  list-style: disc;
}
.engine .chat-mock .msg-bot .bubble li {
  margin-bottom: 4px;
  font-weight: 400;
}
.engine .chat-mock.animated .msg-user p {
  animation: enginePopIn 0.5s cubic-bezier(0.22, 0.9, 0.3, 1) 0.3s forwards;
}
.engine .chat-mock.animated .msg-bot__avatar {
  animation: enginePopIn 0.5s cubic-bezier(0.22, 0.9, 0.3, 1) 0.9s forwards;
}
.engine .chat-mock.animated .bubble {
  animation: enginePopIn 0.5s cubic-bezier(0.22, 0.9, 0.3, 1) 1.1s forwards;
}
.engine .engine-btn-row {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.engine .btn-plan {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  padding: 13px 35px 13px 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.engine .btn-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
}
.engine .btn-plan:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}
.engine .btn-plan:hover::before {
  transform: translateX(120%);
  transition: transform 0.8s ease;
}
.engine .btn-plan:hover .arrow {
  transform: translateX(4px);
}
.engine .btn-plan--hrmax {
  background: #4681e3;
}
.engine .btn-plan--master {
  background: #2cbfdb;
}
.engine .btn-plan span {
  display: block;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: normal;
}
.engine .btn-plan small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.engine .btn-plan b {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.engine .btn-plan img:not(.arrow) {
  width: 60px;
  flex-shrink: 0;
}
.engine .btn-plan .arrow {
  width: 12px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
@media screen and (max-width: 1100px) {
  .engine {
    border-radius: 100px 0 0 100px;
  }
  .engine .wrapper_in {
    gap: 50px;
  }
  .engine .engine-body {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .engine {
    border-radius: 0 0 20px 0;
  }
  .engine .wrapper_in {
    padding: 40px 20px;
    gap: 32px;
  }
  .engine .engine-head .eyebrow {
    font-size: 22px;
  }
  .engine .engine-head .titles {
    flex-direction: column;
    gap: 0;
  }
  .engine .engine-head .titles span {
    font-size: 24px;
    white-space: normal;
  }
  .engine .engine-head .titles .diag {
    display: none;
  }
  .engine .chat-mock .chat-inner {
    width: 100%;
    max-width: none;
  }
  .engine .engine-list {
    max-width: none;
  }
  .engine .engine-list__head .list-title {
    font-size: 28px;
  }
  .engine .engine-btn-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@keyframes scheduleDrawline {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(1deg) scaleX(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(1deg) scaleX(1);
  }
}
.schedule {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.schedule__exclude {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  opacity: 0.9;
}
.schedule .wrapper_in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule .schedule-head {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.schedule .schedule-head .underline-wrap {
  position: relative;
  display: inline-block;
}
.schedule .schedule-head .underline-wrap img {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%) rotate(1deg) scaleX(0);
  width: 110%;
  z-index: 0;
  opacity: 0;
}
.schedule .schedule-head .underline-wrap h2 {
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
.schedule .schedule-head p {
  font-size: 21px;
  font-weight: 400;
  color: #292929;
  margin: 20px 0 0;
}
.schedule .schedule-head.animated .underline-wrap img {
  animation: scheduleDrawline 1s cubic-bezier(0.22, 0.9, 0.3, 1) 0.3s forwards;
}
.schedule .schedule-body {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 1048px;
  width: 100%;
}
.schedule .mock-wrap {
  position: relative;
  width: 528px;
  max-width: 100%;
  aspect-ratio: 528/377;
  border-radius: 20px;
  background-image: linear-gradient(103deg, rgba(167, 188, 245, 0.3) 2%, rgba(194, 209, 255, 0.3) 44%, rgba(44, 191, 219, 0.3) 101%);
  flex-shrink: 0;
}
.schedule .mock-wrap__laptop {
  position: absolute;
  left: 8.97%;
  top: 14.89%;
  width: 80.45%;
  filter: drop-shadow(0 10px 20px rgba(120, 140, 220, 0.25));
}
.schedule .mock-wrap__schedule-card {
  position: absolute;
  left: 6.44%;
  top: 44.53%;
  width: 37.12%;
  height: 42.71%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px #d6e6f7;
  animation: topbannerFloaty 7s ease-in-out infinite;
}
.schedule .mock-wrap__schedule-card img {
  position: absolute;
  left: -3.74%;
  top: -4.1%;
  width: 106.95%;
  height: 109%;
  max-width: none;
}
.schedule .mock-wrap__ai-card {
  position: absolute;
  left: 49.24%;
  top: 21.85%;
  width: 44.51%;
  animation: topbannerFloaty 6.4s ease-in-out infinite 0.4s;
}
.schedule .schedule-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 486px;
  max-width: 100%;
}
.schedule .schedule-list .feat-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.schedule .schedule-list .feat-row img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.schedule .schedule-list .feat-row__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.schedule .schedule-list .feat-row__title {
  margin: 0;
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #292929;
}
.schedule .schedule-list .feat-row__desc {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  margin-top: 2px;
}
.schedule .schedule-btn-row {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.schedule .btn-plan {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  padding: 13px 35px 13px 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.schedule .btn-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
}
.schedule .btn-plan:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}
.schedule .btn-plan:hover::before {
  transform: translateX(120%);
  transition: transform 0.8s ease;
}
.schedule .btn-plan:hover .arrow {
  transform: translateX(4px);
}
.schedule .btn-plan--hrmax {
  background: #4681e3;
}
.schedule .btn-plan--master {
  background: #2cbfdb;
}
.schedule .btn-plan span {
  display: block;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: normal;
}
.schedule .btn-plan small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.schedule .btn-plan b {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.schedule .btn-plan img:not(.arrow) {
  width: 60px;
  flex-shrink: 0;
}
.schedule .btn-plan .arrow {
  width: 12px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .schedule .wrapper_in {
    padding: 40px 20px;
  }
  .schedule .schedule-head {
    margin-bottom: 24px;
  }
  .schedule .schedule-head .underline-wrap h2 {
    font-size: 24px;
  }
  .schedule .schedule-head p {
    font-size: 21px;
    margin-top: 12px;
  }
  .schedule .schedule-body {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .schedule .mock-wrap__ai-card {
    top: 29.94%;
  }
  .schedule .schedule-list {
    width: 100%;
  }
  .schedule .schedule-btn-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.faq {
  background: #f2f5fe;
}
.faq .wrapper_in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq .section_title {
  margin-bottom: 40px;
}
.faq .faq-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.faq .faq-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.faq .faq-class-title {
  font-size: 28px;
  font-weight: 700;
  color: #292929;
  text-align: center;
}
.faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1024px;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq .faq-list > li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.faq .faq-list > li .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.faq .faq-list > li .question h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  margin: 0;
}
.faq .faq-list > li .question .q-style {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #7b9bf3;
}
.faq .faq-list > li .question .fold-btn {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.faq .faq-list > li .answer {
  display: none;
  padding: 10px 0 0 32px;
}
.faq .faq-list > li .answer p {
  margin: 0;
  font-size: 16px;
  color: #616161;
  line-height: 1.6;
}
.faq .faq-list > li.active .fold-btn {
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .faq .wrapper_in {
    padding: 40px 20px;
  }
  .faq .section_title {
    margin-bottom: 30px;
  }
  .faq .faq-content {
    gap: 30px;
  }
  .faq .faq-class {
    gap: 20px;
  }
  .faq .faq-class-title {
    font-size: 22px;
  }
  .faq .faq-list {
    gap: 16px;
  }
  .faq .faq-list > li {
    padding: 16px;
  }
  .faq .faq-list > li .question h3 {
    font-size: 16px;
  }
  .faq .faq-list > li .answer {
    padding-left: 26px;
  }
  .faq .faq-list > li .answer p {
    font-size: 14px;
  }
}

.online {
  background-color: #dfe7ff;
  position: relative;
}
.online::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s8_bg.svg) bottom center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online::before {
    bottom: 50px;
  }
}
.online .wrapper_in {
  max-width: 1024px;
  padding: 60px 12px 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .wrapper_in {
    padding: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .box-wrapper {
    flex-direction: column;
  }
}
.online .title-box {
  box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(117, 152, 247, 0.9);
  width: 360px;
  padding: 60px 40px;
  color: #fff;
  position: relative;
  left: 20px;
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .title-box {
    width: 100%;
    text-align: center;
    left: unset;
    padding: 40px 20px;
  }
}
.online .title-box .title {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .title-box .title {
    font-size: 30px;
  }
}
.online .title-box .stitle {
  display: block;
  margin-top: 10px;
  font-size: 21px;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .title-box .stitle {
    font-size: 16px;
  }
}
.online .title-box .section-content-list {
  margin-top: 48px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .title-box .section-content-list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.online .title-box .slogan {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.online .title-box .phone-group {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .title-box .phone-group {
    margin-top: 20px;
  }
}
.online .title-box i {
  margin-right: 2px;
}
.online .corp {
  text-align: center;
  padding: 18px;
  color: #999;
  font-size: 12px;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .corp {
    background: #fff;
    padding: 10px;
  }
}
.online #contactUsPageForm {
  padding: 40px 40px 30px 60px;
  border-radius: 0 50px 0 50px;
  background-color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online #contactUsPageForm {
    padding: 40px 20px;
    background-color: unset;
    border-radius: unset;
  }
}
.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: 6px 6px 4px 0;
  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: #fff;
}
.online #contactUsPageForm #resetQueryCompany {
  margin-top: 38px;
}
.online #contactUsPageForm #queryCompanyBtn {
  margin-top: 38px;
  font-size: 16px;
}
@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,
.online #contactUsPageForm #empNum {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #fff;
}
.online #contactUsPageForm #phoneAreaCode,
.online #phoneNum,
.online #phoneExt {
  margin: 8px 0 0 0;
}
.online #contactUsPageForm #message {
  height: 70px;
}
.online #contactUsPageForm .J104Checkbox label {
  font-weight: normal;
}
.online #contactUsPageForm .check_info {
  margin-top: 36px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .online .btn-submit {
    margin-top: 20px;
  }
}
.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: #fff;
  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,
.online .J104Select .field.focus:after {
  border-left: none;
  background: none;
  line-height: 38px;
}

.swiper-pagination-bullet {
  background-color: #d9d9d9 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #7d9df3 !important;
}

.swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-slide,
.swiper-wrapper {
  height: auto !important;
}/*# sourceMappingURL=style.css.map */