@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: #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;
  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;
  }
}

.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 .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: url(../images/topbanner_bg_02.svg) right bottom no-repeat;
  background-size: cover;
  overflow: visible;
  border-bottom-left-radius: 160px;
  min-height: 400px;
  padding: 70px 0 0 0;
}
@media screen and (max-width: 1920px) {
  .topbanner {
    background: url(../images/topbanner_bg_02.svg) right top no-repeat;
    background-size: cover;
    border-bottom-left-radius: 190px;
  }
}
@media screen and (max-width: 1440px) {
  .topbanner {
    background: url(../images/topbanner_bg_02.svg) right top no-repeat;
    background-size: cover;
    padding: 70px 0 0 0;
    min-height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .topbanner {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .topbanner {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .topbanner {
    background: url(../images/topbanner_bg_02_m.svg) right bottom no-repeat;
    background-size: 100%;
    border-bottom-left-radius: 60px;
    margin-top: -12%;
  }
}
@media screen and (max-width: 375px) {
  .topbanner {
    margin-top: calc(-8% - 10px);
    background-size: 110%;
  }
}
.topbanner .wrapper_in {
  position: relative;
  max-width: 1280px;
  min-height: 400px;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .topbanner .wrapper_in {
    margin-top: inherit;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .wrapper_in {
    margin-top: inherit;
    min-height: 368px;
  }
}
.topbanner .dsc {
  max-width: 550px;
  margin-right: 39%;
  margin-top: 40px;
  font-weight: 700;
}
.topbanner .dsc .title {
  font-size: 36px;
}
.topbanner .dsc .title .stitle {
  font-size: 22px;
  margin-left: 20px;
}
.topbanner .dsc .stext {
  font-size: 18px;
  margin-top: 12px;
}
.topbanner .dsc .button-group {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
}
.topbanner .dsc .button-group .button {
  margin-top: 30px;
  background-color: #759bf7;
  color: #fff;
  padding: 4.5px 12.5px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .topbanner .dsc {
    display: flex;
    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;
    margin-right: 0;
    margin-top: 0;
  }
  .topbanner .dsc .title {
    font-size: 36px;
  }
  .topbanner .dsc .stext {
    font-size: 18px;
  }
  .topbanner .dsc .button-group .button {
    padding: 5px 11px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .topbanner .dsc {
    margin-top: 20%;
    padding: 0 5px;
  }
  .topbanner .dsc .button-group .button {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.topbanner .pic {
  position: absolute;
  padding-bottom: 26%;
  width: 30%;
  right: 7%;
}
@media screen and (max-width: 768px) {
  .topbanner .pic {
    margin-top: 22px;
  }
}
.topbanner .pic .img-group {
  position: absolute;
  top: -10%;
}
.topbanner .pic .pic-main {
  position: relative;
  width: 100%;
}
.topbanner .pic .pic-main.person {
  z-index: 2;
}
.topbanner .pic .pic-main.bg {
  position: absolute;
  z-index: 1;
  top: -6%;
  right: -25%;
  max-width: 516px;
  width: 137%;
}
.topbanner .pic .pic-main img {
  image-rendering: pixelated;
}

.solutions {
  margin-top: 90px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 976px) {
  .solutions {
    margin-top: 60px;
  }
}
.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: 60px;
}
.solutions .solutions-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 976px) {
  .solutions .solutions-groups {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.solutions .solutions-groups .card-bind {
  position: relative;
  width: 100%;
  transform-style: preserve-3d; /*3D效果 */
  transition: 0.5s ease;
  min-height: 104px;
}
.solutions .solutions-groups .card-bind .solution-card {
  position: absolute;
  display: flex;
  display: -ms-flexbox;
  height: auto;
  min-height: 104px;
}
.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: #fdfdff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 22px 25px;
  width: 100%;
  gap: 5px;
  cursor: pointer;
  height: 100%;
  transition: all 1s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.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;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  transform: rotateY(180deg);
}
.solutions .solutions-groups .solution-card.back .desc {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-groups .solution-card.back .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .solutions .solutions-groups .solution-card.back .desc {
    font-size: 16px;
  }
}
.solutions .solutions-groups .solution-card .desc {
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@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-tags {
  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;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .solutions .solutions-tags {
    gap: 20px;
    flex-direction: column;
  }
}
.solutions .solutions-tags .tag {
  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;
  color: #fff;
  padding: 12px 55px;
  border-radius: 40px;
  text-decoration: none;
}
.solutions .solutions-tags .tag .title {
  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;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .solutions .solutions-tags .tag .title {
    font-size: 16px;
  }
}
.solutions .solutions-tags .tag .sub-title {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .solutions .solutions-tags .tag .sub-title {
    font-size: 10px;
  }
}
.solutions .solutions-tags .tag.color1 {
  background-color: #4681e3;
  transition: all 0.2s ease;
}
.solutions .solutions-tags .tag.color1:hover {
  color: #fff;
  background: #3573da;
  box-shadow: 0 0 4px 0 #3573da;
  text-decoration: none;
}
.solutions .solutions-tags .tag.color2 {
  background-color: #2cbfdb;
  transition: all 0.2s ease;
}
.solutions .solutions-tags .tag.color2:hover {
  color: #fff;
  background: #25abc5;
  box-shadow: 0 0 4px 0 #25abc5;
  text-decoration: none;
}

.management {
  background: #edf1fe;
  position: relative;
  border-top-left-radius: 200px;
  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 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .management::before {
    display: none;
  }
}
.management .wrapper_in {
  max-width: 1072px;
}
.management .management_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.management .management_list > li {
  width: 20%;
  padding: 12px 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management .management_list > li {
    width: 50%;
    padding: 10px;
  }
}
.management .management_list .list-box {
  background: #fff;
  border-radius: 5px;
  padding: 23px 20px;
  height: 100%;
  transition-duration: 0.2s;
  border: 1px solid transparent;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management .management_list .list-box {
    text-align: center;
    padding: 24px 8px 16px;
  }
}
.management .management_list .list-box .list_title {
  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;
  font-size: 24px;
  font-weight: bold;
  color: #292929;
}
.management .management_list .list-box .list_title .pic {
  margin: 10px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management .management_list .list-box .list_title .pic {
    display: block;
    margin: 10px auto 10px;
  }
}
.management .management_list .list-box .list_desc {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management .management_list .list-box .list_desc {
    margin-top: 10px;
  }
}
.management .management_list .list-box .list_desc li {
  font-size: 16px;
  line-height: 1.75;
  color: #292929;
  width: 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .management .management_list .list-box .list_desc li {
    width: 100%;
  }
}
.management .management_btn_group {
  margin-top: 50px;
  text-align: center;
}
.management .management_btn_group .btn-solid {
  display: inline-block;
}
.management .management_moreSelect {
  display: flex;
  display: -ms-flexbox;
  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;
  margin-top: 120px;
}
.management .management_moreSelect .title {
  font-size: 24px;
  font-weight: 700;
}
.management .management_moreSelect .select_list_group {
  margin-top: 60px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .management .management_moreSelect .select_list_group {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .management .management_moreSelect .select_list_group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.management .management_moreSelect .select_list {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 18px 38px;
  background-color: #fff;
  color: #292929;
}
.management .management-tags {
  margin-top: 50px;
  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;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .management .management-tags {
    gap: 20px;
    flex-direction: column;
  }
}
.management .management-tags .tag {
  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;
  color: #fff;
  padding: 12px 55px;
  border-radius: 40px;
  text-decoration: none;
}
.management .management-tags .tag .title {
  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;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .management .management-tags .tag .title {
    font-size: 16px;
  }
}
.management .management-tags .tag .sub-title {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .management .management-tags .tag .sub-title {
    font-size: 10px;
  }
}
.management .management-tags .tag.color1 {
  background-color: #4681e3;
  transition: all 0.2s ease;
}
.management .management-tags .tag.color1:hover {
  color: #fff;
  background: #3573da;
  box-shadow: 0 0 4px 0 #3573da;
  text-decoration: none;
}
.management .management-tags .tag.color2 {
  background-color: #2cbfdb;
  transition: all 0.2s ease;
}
.management .management-tags .tag.color2:hover {
  color: #fff;
  background: #25abc5;
  box-shadow: 0 0 4px 0 #25abc5;
  text-decoration: none;
}

.client {
  position: relative;
  border-top-right-radius: 200px;
}
.client .list_box {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 16px;
  padding: 17px 25px 17px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .client .list_box {
    padding: 30px 22px 31px 25px;
  }
}
.client .list_box .title {
  font-size: 21px;
  font-weight: bold;
  color: #7598f7;
}
.client .list_box .desc {
  font-size: 16px;
  margin-top: 21px;
  line-height: 26px;
  color: #292929;
}
.client .client_btn_group {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .client .client_btn_group {
    margin-top: 30px;
  }
}
.client .client_btn_group .btn-solid {
  display: inline-block;
}
.client__swiper {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.client__swiper .swiper-pagination {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .client__swiper {
    padding: 0;
  }
  .client__swiper .swiper-button-next,
  .client__swiper .swiper-button-prev {
    display: none;
  }
  .client__swiper .swiper-pagination {
    display: block;
  }
}

.clientSwiper {
  max-width: 1024px;
}

.online {
  position: relative;
  /* 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 */