@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: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

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

ul {
  margin: 0 !important;
}

.wow {
  visibility: hidden;
}

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

.img-box img,
.img img {
  max-width: 100%;
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleUpDown {
  0% {
    transform: scale(0, 0) translateY(0);
  }
  25% {
    transform: scale(1.2, 1.2) translateY(-10px);
  }
  50% {
    transform: scale(0.9, 0.9) translateY(10px);
  }
  75% {
    transform: scale(1.1, 1.1) translateY(-5px);
    transform: translateY(20px);
  }
  100% {
    transform: scale(1, 1) translateY(0);
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0, 0) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
  }
}
.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);
}

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

.wow {
  visibility: hidden;
}

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

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

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

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

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

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

.fullpage-section-row {
  min-height: 550px;
  display: flex;
}
.fullpage-section-row .wrapper-in {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section-row .wrapper-in {
    margin: 50px auto;
    flex-direction: column;
  }
  .fullpage-section-row .wrapper-in .btn-group {
    display: flex;
  }
  .fullpage-section-row .wrapper-in .btn-group > .btn {
    flex-grow: 1;
  }
}

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

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

.background-overlay-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -109px;
  background: url(../images/s2_bg.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 123px;
}
@media screen and (min-width: 0) and (max-width: 439px) {
  .background-overlay-wrapper {
    margin-top: -84px;
    background-size: contain;
    padding-top: 40px;
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .background-overlay-wrapper {
    margin-top: -21px;
    background-size: contain;
    padding-top: 60px;
  }
}

#topbanner {
  background: url(../images/topbanner_bg.png) no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner {
    margin-bottom: 0;
    padding-top: 50px;
    overflow: visible;
    padding-bottom: 120px;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
#topbanner .title-box {
  font-weight: bold;
  margin-bottom: 120px;
  margin-top: 20%;
  flex: 46%;
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  #topbanner .title-box {
    margin-top: 10%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .title-box {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #topbanner .title-box {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
#topbanner .title-box .title {
  color: #292929;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #topbanner .title-box .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .title-box .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
#topbanner .title-box .stitle {
  font-size: 36px;
  font-weight: 700;
  color: #2D8EF2;
  background: linear-gradient(116deg, #2E8EF2 13.49%, #00AFB8 108.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #topbanner .title-box .stitle {
    font-size: 30px;
    margin-bottom: 10px;
    display: flex;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .title-box .stitle {
    font-size: 28px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
  }
}
#topbanner .title-box .stitle .star {
  margin-bottom: 10px;
  margin-left: -8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #topbanner .title-box .stitle .star {
    margin-left: 2px;
  }
}
#topbanner .topbanner-img {
  margin: 70px 0 0 37%;
  flex: 66%;
  position: absolute;
  max-width: 600px;
  bottom: 0;
  left: 80px;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 40%;
  }
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 38%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .topbanner-img {
    margin: 20px 0;
    min-width: 400px;
    bottom: -219px;
  }
}
@media screen and (min-width: 0) and (max-width: 439px) {
  #topbanner .topbanner-img {
    bottom: -125px;
    min-width: 200px;
  }
}
#topbanner .topbanner-img img {
  width: 100%;
}
#topbanner .topbanner-img .block01 {
  width: 161px;
  position: absolute;
  top: 335px;
  left: -24px;
  z-index: -1;
}
@media screen and (min-width: 577px) and (max-width: 976px) {
  #topbanner .topbanner-img .block01 {
    top: 167px;
    left: -60px;
  }
}
@media screen and (min-width: 438px) and (max-width: 576px) {
  #topbanner .topbanner-img .block01 {
    width: 108px;
    top: 161px;
    left: -28px;
  }
}
@media screen and (min-width: 0) and (max-width: 439px) {
  #topbanner .topbanner-img .block01 {
    width: 84.166px;
    top: 85px;
    left: -63px;
  }
}
#topbanner .topbanner-img .block02 {
  width: 115px;
  position: absolute;
  top: 187px;
  right: 162px;
  z-index: -1;
}
@media screen and (min-width: 577px) and (max-width: 976px) {
  #topbanner .topbanner-img .block02 {
    width: 90px;
    top: 88px;
    right: 20%;
  }
}
@media screen and (min-width: 440px) and (max-width: 576px) {
  #topbanner .topbanner-img .block02 {
    width: 90px;
    top: 70px;
    right: 110px;
  }
}
@media screen and (min-width: 0) and (max-width: 439px) {
  #topbanner .topbanner-img .block02 {
    width: 72px;
    top: 22px;
    right: 56px;
  }
}
#topbanner .topbanner-img .block03 {
  width: 136px;
  position: absolute;
  top: 275px;
  right: 51px;
}
@media screen and (min-width: 577px) and (max-width: 976px) {
  #topbanner .topbanner-img .block03 {
    width: 109px;
    top: 180px;
    right: -5px;
  }
}
@media screen and (min-width: 440px) and (max-width: 576px) {
  #topbanner .topbanner-img .block03 {
    width: 109px;
    top: 161px;
    right: 44px;
    z-index: -1;
  }
}
@media screen and (min-width: 0) and (max-width: 439px) {
  #topbanner .topbanner-img .block03 {
    width: 85px;
    top: 93px;
    right: 15px;
    z-index: -1;
  }
}
#topbanner .topbanner-img .block04 {
  width: 50px;
  position: absolute;
  top: 216px;
  left: 435px;
}
@media screen and (min-width: 577px) and (max-width: 976px) {
  #topbanner .topbanner-img .block04 {
    top: 122px;
    left: 76%;
  }
}
@media screen and (min-width: 440px) and (max-width: 576px) {
  #topbanner .topbanner-img .block04 {
    width: 41px;
    top: 128px;
    left: 297px;
  }
}
@media screen and (min-width: 0) and (max-width: 439px) {
  #topbanner .topbanner-img .block04 {
    width: 35px;
    top: 67px;
    left: 188px;
  }
}

#three-advantages {
  position: relative;
  z-index: 2;
}
#three-advantages .wrapper-in {
  text-align: center;
}
#three-advantages .wrapper-in .text-group {
  text-align: center;
}
#three-advantages .wrapper-in .text-group .title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #three-advantages .wrapper-in .text-group .title {
    font-size: 30px;
  }
}
#three-advantages .wrapper-in .text-group .title span {
  background: linear-gradient(116deg, #176CC3 13.49%, #00AFB8 108.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
#three-advantages .wrapper-in .text-group .stitle {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #three-advantages .wrapper-in .text-group .stitle {
    font-size: 18px;
  }
}
#three-advantages .wrapper-in .circle-group {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #three-advantages .wrapper-in .circle-group {
    display: block;
    justify-content: center;
    margin: 0 auto;
  }
}
#three-advantages .wrapper-in .circle-group .circle {
  display: flex;
  width: 145px;
  height: 199px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
#three-advantages .wrapper-in .circle-group .circle .circle-header {
  color: #292929;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 39.927px;
}
#three-advantages .wrapper-in .circle-group .circle .circle-footer img {
  width: 143px;
  height: 143px;
}
#three-advantages .wrapper-in .circle-group .dashed-line {
  position: absolute;
  top: 56%;
  left: 32%;
  height: 2px;
  background-image: linear-gradient(to right, #2D8EF2 50%, transparent 50%);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  z-index: -1;
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #three-advantages .wrapper-in .circle-group .dashed-line {
    width: 40%;
    left: 32%;
  }
}
#three-advantages .wrapper-in .circle-group-mobile {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #three-advantages .wrapper-in .circle-group-mobile {
    margin: 30px auto 0px auto;
  }
}
#three-advantages .wrapper-in .circle-group-mobile .mobile-circle-item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#three-advantages .wrapper-in .circle-group-mobile .mobile-circle-item .circle {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #three-advantages .wrapper-in .circle-group-mobile .mobile-circle-item .circle {
    margin-bottom: 40px;
  }
}
#three-advantages .wrapper-in .circle-group-mobile .mobile-circle-item .circle .circle-header {
  color: #292929;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #three-advantages .wrapper-in .circle-group-mobile .mobile-circle-item .circle .circle-header {
    margin-left: 16px;
  }
}
#three-advantages .wrapper-in .circle-group-mobile .mobile-circle-item .circle .circle-footer img {
  width: 100px;
  height: 100px;
}
#three-advantages .wrapper-in .circle-group-mobile .dashed-line-m {
  position: absolute;
  top: 14px;
  left: 35%;
  transform: translateX(-50%);
  width: 2px;
  height: 69%;
  background-image: linear-gradient(to bottom, #2D8EF2 50%, transparent 50%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  z-index: -1;
}
#three-advantages .wrapper-in .Market-salary {
  position: relative;
  z-index: 3;
  padding: 30px 0;
}
#three-advantages .wrapper-in .Market-salary .rowbox {
  display: flex;
  justify-content: center;
  gap: 140px;
}
@media screen and (max-width: 976px) {
  #three-advantages .wrapper-in .Market-salary .rowbox {
    gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .Market-salary .rowbox {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
  }
}
#three-advantages .wrapper-in .Market-salary .img {
  max-width: 472px;
}
#three-advantages .wrapper-in .Market-salary .img .img-wrapper {
  position: relative;
  width: 587px;
}
@media screen and (max-width: 976px) {
  #three-advantages .wrapper-in .Market-salary .img .img-wrapper {
    width: 100%;
    max-width: 587px;
  }
}
#three-advantages .wrapper-in .Market-salary .img .img-wrapper img {
  width: 100%;
}
#three-advantages .wrapper-in .Market-salary .desc_group {
  text-align: left;
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_tag {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .Market-salary .desc_group .desc_tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_tag .tag_box {
  display: flex;
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_tag .tag_box .tag_title {
  width: 85px;
  height: 23px;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 24.783px;
  background: linear-gradient(116deg, rgba(45, 142, 242, 0.7) 13.49%, rgba(0, 175, 184, 0.7) 108.37%);
  color: #FFF;
  font-size: 13.217px;
  font-weight: 700;
  position: relative;
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_tag .tag_box .tag_title span {
  color: #FFFCC9;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .Market-salary .desc_group .desc_tag .tag_box .tag_title {
    margin-bottom: 5px;
  }
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_tag .tag_box .star {
  margin-bottom: 20px;
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_tag .tag_keywords {
  margin-left: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(116deg, rgba(45, 142, 242, 0.7) 13.49%, rgba(0, 175, 184, 0.7) 108.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_title {
  font-weight: 700;
  font-size: 36px;
  color: #292929;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .Market-salary .desc_group .desc_title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #three-advantages .wrapper-in .Market-salary .desc_group .desc_title {
    font-size: 30px;
  }
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_ul {
  margin-top: 20px !important;
  margin-left: 20px !important;
  display: flex;
  width: 408px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .Market-salary .desc_group .desc_ul {
    width: 100%;
  }
}
#three-advantages .wrapper-in .Market-salary .desc_group .desc_ul .desc_li {
  list-style: disc;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  #three-advantages .wrapper-in .Market-salary .desc_group .desc_ul .desc_li {
    font-size: 16px;
  }
}
#three-advantages .wrapper-in .One-click {
  position: relative;
  max-height: 506px;
  z-index: 3;
  padding: 30px 0;
}
#three-advantages .wrapper-in .One-click .rowbox {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .rowbox {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
  }
}
#three-advantages .wrapper-in .One-click .img {
  max-width: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .img {
    min-width: 311px;
  }
}
#three-advantages .wrapper-in .One-click .img .img-wrapper {
  width: 587px;
}
@media screen and (max-width: 976px) {
  #three-advantages .wrapper-in .One-click .img .img-wrapper {
    width: 100%;
    max-width: 587px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #three-advantages .wrapper-in .One-click .img .img-wrapper {
    width: 100%;
    max-width: 597px;
  }
}
#three-advantages .wrapper-in .One-click .img .One-click01 {
  width: 100%;
  max-width: 587px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .img .One-click01 {
    max-width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #three-advantages .wrapper-in .One-click .img .One-click01 {
    width: 321px;
    height: 211px;
  }
}
#three-advantages .wrapper-in .One-click .img .One-click02 {
  width: 209.511px;
  height: 257.936px;
  position: absolute;
  top: 27px;
  right: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #three-advantages .wrapper-in .One-click .img .One-click02 {
    width: 111.043px;
    height: 136.709px;
    top: 9%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .img .One-click02 {
    width: 111.043px;
    height: 136.709px;
    position: absolute;
    top: 3%;
    right: 8%;
  }
}
#three-advantages .wrapper-in .One-click .img .One-click03 {
  width: 87.644px;
  height: 41.97px;
  position: absolute;
  top: 167px;
  right: 139px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .img .One-click03 {
    width: 46.452px;
    height: 22.245px;
    top: 27%;
    right: 28%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #three-advantages .wrapper-in .One-click .img .One-click03 {
    width: 46.452px;
    height: 22.245px;
    top: 44%;
    right: 20%;
  }
}
#three-advantages .wrapper-in .One-click .img .One-click04 {
  width: 207.659px;
  height: 133.587px;
  position: absolute;
  top: 237px;
  right: 378px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .img .One-click04 {
    width: 110.061px;
    height: 70.802px;
    top: 65%;
    right: 69%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #three-advantages .wrapper-in .One-click .img .One-click04 {
    width: 110.061px;
    height: 70.802px;
    top: 65%;
    right: 69%;
  }
}
#three-advantages .wrapper-in .One-click .desc_group {
  text-align: left;
}
#three-advantages .wrapper-in .One-click .desc_group .desc_tag {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .desc_group .desc_tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#three-advantages .wrapper-in .One-click .desc_group .desc_tag .tag_box {
  display: flex;
}
#three-advantages .wrapper-in .One-click .desc_group .desc_tag .tag_box .tag_title {
  width: 85px;
  height: 23px;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 24.783px;
  background: linear-gradient(116deg, rgba(45, 142, 242, 0.7) 13.49%, rgba(0, 175, 184, 0.7) 108.37%);
  color: #FFF;
  font-size: 13.217px;
  font-weight: 700;
  position: relative;
}
#three-advantages .wrapper-in .One-click .desc_group .desc_tag .tag_box .tag_title span {
  color: #FFFCC9;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .desc_group .desc_tag .tag_box .tag_title {
    margin-bottom: 5px;
  }
}
#three-advantages .wrapper-in .One-click .desc_group .desc_tag .tag_box .star {
  margin-bottom: 20px;
}
#three-advantages .wrapper-in .One-click .desc_group .desc_tag .tag_keywords {
  margin-left: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(116deg, rgba(45, 142, 242, 0.7) 13.49%, rgba(0, 175, 184, 0.7) 108.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#three-advantages .wrapper-in .One-click .desc_group .desc_title {
  font-weight: 700;
  font-size: 36px;
  color: #292929;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .desc_group .desc_title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #three-advantages .wrapper-in .One-click .desc_group .desc_title {
    font-size: 30px;
  }
}
#three-advantages .wrapper-in .One-click .desc_group .desc_ul {
  margin-top: 20px !important;
  margin-left: 20px !important;
  display: flex;
  width: 408px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .One-click .desc_group .desc_ul {
    width: 100%;
  }
}
#three-advantages .wrapper-in .One-click .desc_group .desc_ul .desc_li {
  list-style: disc;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  #three-advantages .wrapper-in .One-click .desc_group .desc_ul .desc_li {
    font-size: 16px;
  }
}
#three-advantages .wrapper-in .LMSwithMax {
  margin-top: 40px;
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
#three-advantages .wrapper-in .LMSwithMax .rowbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .LMSwithMax .rowbox {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
  }
}
#three-advantages .wrapper-in .LMSwithMax .img {
  max-width: 597px;
}
#three-advantages .wrapper-in .LMSwithMax .img .img-wrapper {
  position: relative;
  width: 587px;
}
#three-advantages .wrapper-in .LMSwithMax .img .img-wrapper img {
  width: 100%;
}
#three-advantages .wrapper-in .LMSwithMax .desc_group {
  text-align: left;
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag .tag_box {
  display: flex;
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag .tag_box .tag_title {
  width: 85px;
  height: 23px;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 24.783px;
  background: linear-gradient(116deg, rgba(45, 142, 242, 0.7) 13.49%, rgba(0, 175, 184, 0.7) 108.37%);
  color: #FFF;
  font-size: 13.217px;
  font-weight: 700;
  position: relative;
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag .tag_box .tag_title span {
  color: #FFFCC9;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag .tag_box .tag_title {
    margin-bottom: 5px;
  }
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag .tag_box .star {
  margin-bottom: 20px;
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_tag .tag_keywords {
  margin-left: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(116deg, rgba(45, 142, 242, 0.7) 13.49%, rgba(0, 175, 184, 0.7) 108.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_title {
  font-weight: 700;
  font-size: 36px;
  color: #292929;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .LMSwithMax .desc_group .desc_title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #three-advantages .wrapper-in .LMSwithMax .desc_group .desc_title {
    font-size: 30px;
  }
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_ul {
  margin-top: 20px !important;
  margin-left: 20px !important;
  display: flex;
  width: 408px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #three-advantages .wrapper-in .LMSwithMax .desc_group .desc_ul {
    width: 100%;
  }
}
#three-advantages .wrapper-in .LMSwithMax .desc_group .desc_ul .desc_li {
  list-style: disc;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  #three-advantages .wrapper-in .LMSwithMax .desc_group .desc_ul .desc_li {
    font-size: 16px;
  }
}
#three-advantages .wrapper-in .LMSwithMax .img img {
  width: 100%;
}

#all-round-system {
  padding: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #all-round-system {
    padding: 45px 20px 36px 20px;
  }
}
#all-round-system .wrapper-in .text-group {
  text-align: center;
  color: #292929;
}
#all-round-system .wrapper-in .text-group .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #all-round-system .wrapper-in .text-group .title {
    font-size: 30px;
  }
}
#all-round-system .wrapper-in .circles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 88px;
       column-gap: 88px;
  row-gap: 40px;
  max-width: 581px;
  margin: 59px auto 0 auto;
}
@media screen and (max-width: 992px) {
  #all-round-system .wrapper-in .circles-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  #all-round-system .wrapper-in .circles-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
#all-round-system .wrapper-in .circles-container .circle-item {
  display: flex;
  justify-content: center;
}
#all-round-system .wrapper-in .circles-container .circle-item .circle {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #all-round-system .wrapper-in .circles-container .circle-item .circle {
    margin-top: 20px;
  }
}
#all-round-system .wrapper-in .circles-container .circle-item .circle .circle-header img {
  width: 143px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  #all-round-system .wrapper-in .circles-container .circle-item .circle .circle-header img {
    width: 120px;
    height: 120px;
  }
}
#all-round-system .wrapper-in .circles-container .circle-item .circle .circle-footer {
  color: #292929;
  font-size: 14px;
  font-weight: 400;
}
#all-round-system .wrapper-in .circles-container .circle-item .circle .circle-footer .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #all-round-system .wrapper-in .circles-container .circle-item .circle .circle-footer .title {
    font-size: 20px;
  }
}
#all-round-system .wrapper-in .circles-container .circle-item .circle .circle-footer .s-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #all-round-system .wrapper-in .circles-container .circle-item .circle .circle-footer .s-title {
    font-size: 18px;
    font-weight: 400;
  }
}

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

@media screen and (max-width: 768px) {
  #online .wrapper-in.online-wrapper {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */