@charset "UTF-8";
/*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: #f8f9ff !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;
  text-align: center;
  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;
  }
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 10px;
  background-color: #7598f7;
  color: #fff;
  padding: 13px 40px 13px 40px;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-cta:hover {
  background-color: #4394db;
  box-shadow: 0 0 4px 0 #4394db;
  color: #fff;
  text-decoration: none;
}
.btn-cta.btn-warm {
  background-color: #F5BE5F;
}
.btn-cta.btn-warm:hover {
  background-color: #dca34b;
  box-shadow: 0 0 4px 0 #dca34b;
}
.btn-cta img {
  width: 12px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .btn-cta {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 576px) {
  .btn-cta {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.section_title {
  text-align: center;
  color: #292929;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section_title {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.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;
}

.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;
}

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

.topbanner {
  margin-top: 30px;
  background: linear-gradient(90deg, #1f2734 0%, #1f2734 100%);
  overflow: hidden;
  border-bottom-right-radius: 200px;
  min-height: 470px;
  padding: 80px 0;
  position: relative;
}
.topbanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 39, 52, 0.8) 0%, rgba(31, 39, 52, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topbanner::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .topbanner {
    margin-top: 0;
    border-bottom-right-radius: 60px;
    min-height: 400px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .topbanner {
    padding: 40px 0;
    min-height: 320px;
  }
}
.topbanner .wrapper_in {
  position: relative;
  max-width: 1280px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .topbanner .wrapper_in {
    min-height: 320px;
    flex-direction: column;
  }
}
.topbanner .dsc {
  max-width: 588px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 22px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topbanner .dsc {
    padding-top: 20%;
  }
}
.topbanner .dsc .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .topbanner .dsc .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .topbanner .dsc .title {
    font-size: 28px;
  }
}
.topbanner .dsc .stext {
  font-size: 21px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .topbanner .dsc .stext {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .topbanner .dsc .stext {
    font-size: 16px;
  }
}
.topbanner .btn-cta {
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 10px;
  background-color: #7598f7;
  color: #fff;
  padding: 13px 40px 13px 40px;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.topbanner .btn-cta:hover {
  background-color: #4394db;
  box-shadow: 0 0 4px 0 #4394db;
  color: #fff;
  text-decoration: none;
}
.topbanner .btn-cta img {
  width: 12px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .topbanner .btn-cta {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 576px) {
  .topbanner .btn-cta {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.topbanner .pic-left-m {
  display: none;
}
@media screen and (max-width: 768px) {
  .topbanner .pic-left-m {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
  }
  .topbanner .pic-left-m img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.topbanner .pic-left {
  position: absolute;
  left: -12%;
  top: -3%;
  width: 77%;
  max-width: 1056px;
  z-index: 1;
  opacity: 0.3;
}
@media screen and (min-width: 1480px) {
  .topbanner .pic-left {
    left: calc((100vw - 1280px) / -2);
    width: 100%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .topbanner .pic-left {
    width: 100%;
    height: 123%;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .pic-left {
    display: none;
  }
}
.topbanner .pic-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 1280px) {
  .topbanner .pic-left img {
    width: 110%;
  }
}

.solutions {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #f8f9ff;
}
@media screen and (max-width: 976px) {
  .solutions {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .solutions .section_title {
    font-size: 24px;
  }
}
.solutions .wrapper_in {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-direction: column;
  gap: 30px;
}
.solutions .solutions-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  grid-gap: 20px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 976px) {
  .solutions .solutions-groups {
    grid-template-columns: repeat(1, minmax(0, 400px));
    gap: 30px;
  }
}
.solutions .solutions-groups .card-bind {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  /*3D效果 */
  transition: 0.5s ease;
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .card-bind {
    min-height: 200px;
  }
}
.solutions .solutions-groups .card-bind .solution-card {
  position: absolute;
  display: flex;
  display: -ms-flexbox;
  height: auto;
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .card-bind .solution-card {
    min-height: 200px;
  }
}
.solutions .solutions-groups .flipped {
  transform: rotateY(180deg);
}
.solutions .solutions-groups .solution-card {
  display: flex;
  display: -ms-flexbox;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0px 10px 20px 0px rgb(230, 234, 246);
  padding: 20px 22px 30px;
  width: 100%;
  gap: 15px;
  cursor: pointer;
  height: 100%;
  transition: all 1s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.solutions .solutions-groups .solution-card .card-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card .card-icon {
    width: 50px;
    height: 50px;
  }
}
.solutions .solutions-groups .solution-card.first {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 22px 43px;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card.first {
    padding: 22px 20px;
  }
}
.solutions .solutions-groups .solution-card.first .title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #292929;
}
.solutions .solutions-groups .solution-card.first .title-group .light {
  color: #6880ff;
}
@media screen and (max-width: 576px) {
  .solutions .solutions-groups .solution-card.first .title-group {
    font-size: 16px;
  }
}
.solutions .solutions-groups .solution-card.first .dash {
  width: 2px;
  height: 52px;
  background: #6880ff;
  margin: 0 15px 0 24px;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card.first .dash {
    margin: 0 5px;
  }
}
.solutions .solutions-groups .solution-card.first .title-light {
  font-size: 36px;
  color: #292929;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .solutions .solutions-groups .solution-card.first .title-light {
    font-size: 24px;
  }
}
.solutions .solutions-groups .solution-card.back {
  background-color: #6880ff;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  transform: rotateY(180deg);
  padding: 20px 25px 30px;
  text-align: center;
  gap: 8px;
}
.solutions .solutions-groups .solution-card.back .card-icon {
  display: none;
}
.solutions .solutions-groups .solution-card.back .arrow-button {
  display: none;
}
.solutions .solutions-groups .solution-card.back .card-button {
  display: none;
}
.solutions .solutions-groups .solution-card.back .back-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  margin-bottom: 8px;
}
.solutions .solutions-groups .solution-card.back .desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  flex: none;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card.back .desc {
    font-size: 16px;
  }
}
.solutions .solutions-groups .solution-card .card-content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 5px;
  width: 280px;
  flex-shrink: 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card .card-content {
    width: 80%;
  }
}
.solutions .solutions-groups .solution-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #292929;
  line-height: normal;
}
@media screen and (max-width: 476px) {
  .solutions .solutions-groups .solution-card .card-title {
    font-size: 18px;
  }
}
.solutions .solutions-groups .solution-card .card-desc {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: normal;
}
@media screen and (max-width: 476px) {
  .solutions .solutions-groups .solution-card .card-desc {
    font-size: 16px;
  }
}
.solutions .solutions-groups .solution-card .card-list {
  list-style-position: outside;
  padding-left: 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: normal;
}
.solutions .solutions-groups .solution-card .card-list li {
  margin-bottom: 0;
  line-height: normal;
  display: list-item;
  list-style-type: disc;
}
.solutions .solutions-groups .solution-card .card-list li::marker {
  color: #292929;
}
.solutions .solutions-groups .solution-card .card-reference {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  padding-top: 10px;
  line-height: normal;
}
.solutions .solutions-groups .solution-card .card-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #7598f7;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 3px;
  padding: 4px 10px;
  border-top-left-radius: 10px;
}
.solutions .solutions-groups .solution-card .card-button span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}
.solutions .solutions-groups .solution-card .card-button img {
  width: 14px;
  height: 14px;
}
.solutions .solutions-groups .solution-card .desc {
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .solutions .solutions-groups .solution-card .desc {
    font-size: 16px;
  }
}
.solutions .solutions-groups .solution-card .arrow-button {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.solutions .solutions-btn {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 20px;
}

.document {
  background: #edf0ff;
  position: relative;
}
.document .document-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/document_bg.png);
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  pointer-events: none;
}
.document .document-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(112.41deg, rgba(237, 240, 255, 0) 33.65%, #edf0ff 74.9%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .document .section_title {
    font-size: 24px;
  }
}
.document .section_title .subtitle {
  margin-top: 19px;
  font-size: 21px;
  font-weight: 400;
  color: #292929;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .document .section_title .subtitle {
    font-size: 18px;
  }
}
.document .wrapper_in {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
.document .document_list {
  margin: 60px 0 0;
  position: relative;
  overflow: hidden;
  /* Desktop Layout: Grid/Flex */
  /* Mobile Layout: Swiper */
}
@media screen and (min-width: 769px) {
  .document .document_list .swiper-wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    transform: none !important;
  }
  .document .document_list .swiper-slide {
    width: auto !important;
    flex: 0 0 265px;
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 0) and (max-width: 976px) {
  .document .document_list .swiper-slide {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .document .document_list {
    margin-top: 40px;
    overflow: hidden;
  }
}
.document .document_list .list-box {
  background: #fff;
  border-radius: 5px;
  padding: 30px 22px;
  height: 240px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 15px;
  transition-duration: 0.2s;
  border: 1px solid transparent;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0px 10px 20px 0px #bcc7e2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .document .document_list .list-box {
    text-align: center;
    padding: 0px;
  }
}
.document .document_list .list-box .pic {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.document .document_list .list-box .list_title {
  font-size: 22px;
  font-weight: bold;
  color: #292929;
  text-align: center;
}
.document .document_list .list-box .list_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #292929;
  text-align: center;
}
@media screen and (max-width: 476px) {
  .document .document_list .list-box .list_desc {
    font-size: 14px;
  }
}
.document .document_btn_group {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .document .document_btn_group {
    margin-top: 20px;
  }
}
.document .document_btn_group .btn-solid {
  display: inline-block;
}

.management {
  background: #edf1fe;
  position: relative;
  border-bottom-left-radius: 200px;
}
.management::before {
  content: "";
  position: absolute;
  bottom: -400px;
  width: 200px;
  height: 400px;
  right: 0;
  border-top-right-radius: 200px;
  background-color: transparent;
  box-shadow: 0 -200px 0 0 #edf1fe;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management .section_title {
    font-size: 24px;
  }
}
.management .section_title .title {
  display: inline-block;
  background: url("../images/client_union.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .management::before {
    display: none;
  }
}
.management .wrapper_in {
  max-width: 1072px;
}
.management .management_ad {
  margin-top: 20px;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .management .management_ad {
    width: 90%;
  }
}
@media screen and (min-width: 476px) and (max-width: 768px) {
  .management .management_ad {
    padding: 0;
    text-align: center;
    width: 80%;
  }
}
@media screen and (min-width: 0) and (max-width: 475px) {
  .management .management_ad .pic {
    height: auto;
    margin: 0 auto;
  }
}

.news {
  background-color: #F8F9FF;
}
.news .wrapper_in {
  max-width: 1140px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .news .wrapper_in {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .news .section_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.news__swiper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.news__swiper .swiper-button-prev,
.news__swiper .swiper-button-next {
  color: #7598f7;
  transition: all 0.3s;
  /* Adjust color as needed */
}
.news__swiper .swiper-button-prev::after,
.news__swiper .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
}
.news__swiper .swiper-button-prev:hover,
.news__swiper .swiper-button-next:hover {
  color: #4394db;
  /* Darker blue on hover */
  opacity: 0.8;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .news__swiper {
    padding: 0;
  }
  .news__swiper .swiper-button-prev,
  .news__swiper .swiper-button-next {
    display: none;
  }
}

.newsCard {
  margin: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 66.3%, 0.2);
  transition: all 0.3s;
  text-decoration: none !important;
  color: inherit;
}
.newsCard:hover {
  box-shadow: 0 5px 16px rgba(41, 41, 41, 0.2);
  scale: 1.01;
}
.newsCard__imageWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e5e7eb;
}
.newsCard__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.newsCard__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 20px 0;
}
.newsCard__meta {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .newsCard__meta {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.newsCard__date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newsCard__author {
  margin-left: 12px;
}
.newsCard__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  height: 50px;
  color: #343434;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  transition: color 0.3s ease;
  margin-bottom: 10px;
}
.newsCard__description {
  color: #6c6c6c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  margin-bottom: 10px;
}

.online {
  position: relative;
  background: #DFE7FF;
  border-top-left-radius: 200px;
  /* Contact Us */
}
.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 {
  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 {
  margin-top: 10px;
  font-size: 21px;
}
@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 .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;
}
.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: #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,
.online #contactUsPageForm #identityCategory {
  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;
}

#featureModal .modal-dialog {
  max-width: 1030px;
  width: 100%;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal-dialog {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 16px;
  }
}
#featureModal .modal-content {
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border: none;
  min-height: 552px;
}
#featureModal .modal-header {
  padding: 30px;
  display: flex;
  justify-content: end;
  border: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal-header {
    padding: 16px;
  }
}
#featureModal .modal-body {
  padding: 12px 35px 50px;
}
#featureModal .modal-body .title {
  font-size: 30px;
  font-weight: 700;
  margin-top: -25px;
  text-align: center;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal-body .title {
    font-size: 24px;
    margin-top: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal-body {
    padding: 0 16px 16px;
  }
}
#featureModal .modal-body .table {
  font-size: 18px;
  margin: 20px auto 0;
  font-weight: 700;
}
#featureModal .modal-body .table table {
  width: 100%;
  background-color: #fff;
}
#featureModal .modal-body .table thead {
  background: #7598f7;
  color: #fff;
}
#featureModal .modal-body .table tbody tr:nth-child(even) {
  background-color: #f2f4ff;
}
#featureModal .modal-body .table th {
  text-align: left;
  vertical-align: top;
  padding: 20px 10px;
  color: #fff;
  border: 2px solid #fff;
}
#featureModal .modal-body .table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 10px;
  color: #292929;
  border: 2px solid #fff;
}
#featureModal .modal__close {
  background-color: transparent;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#featureModal .modal__main {
  margin-top: 60px;
  margin-bottom: 54px;
  display: flex;
  color: #000;
  gap: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal__main {
    padding: 0;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 12px;
    gap: 16px;
  }
}
#featureModal .modal__imgWrapper {
  width: 380px;
  height: 225px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal__imgWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal__img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#featureModal .modal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal__title {
    font-size: 18px;
  }
}
#featureModal .modal__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
#featureModal .modal__btnGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#featureModal .modal__btn {
  max-width: 130px;
  width: 100%;
  height: 32px;
  border-radius: 25px;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #featureModal .modal__btn {
    padding: 0;
    font-size: 14px;
  }
}
#featureModal .modal__btn--primary {
  background-color: #4681e3;
}
#featureModal .modal__btn--secondary {
  background-color: #2cbfdb;
}
#featureModal .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  width: 15px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-button-next::after {
  background-image: url(../images/arrow-right.svg);
}

.swiper-button-prev::after {
  background-image: url(../images/arrow-left.svg);
}

.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-disabled.swiper-button-next::after {
  background-image: url(../images/arrow-right-disabled.svg);
}
.swiper-button-disabled.swiper-button-prev::after {
  background-image: url(../images/arrow-left-disabled.svg);
}

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