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

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

ul {
  margin: 0 !important;
}

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

.wow {
  visibility: hidden;
}

@media screen and (min-width: 1080px) {
  .mb_show_1080 {
    display: none !important;
  }
}
@media screen and (min-width: 976px) {
  .mb_show_976 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1080px) {
  .pc_show_1080 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 975px) {
  .pc_show_976 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pc_show {
    display: none !important;
  }
}
.img-box img,
.img img {
  max-width: 100%;
}

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

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

.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 0 0px;
    flex-direction: column;
  }
  .fullpage-section-row .wrapper-in .btn-group {
    display: flex;
  }
  .fullpage-section-row .wrapper-in .btn-group > .btn {
    flex-grow: 1;
  }
}

.fullpage-section {
  padding: 60px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .fullpage-section {
    padding: 60px 0 0 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;
}

#topbanner {
  background: url(../images/topbanner_wrapper_bg.png) no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
  #topbanner {
    margin-top: 0px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner {
    background: url(../images/topbanner_wrapper_bg_m.png) no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
#topbanner .title-box {
  font-weight: bold;
  margin-bottom: 120px;
  margin-top: 14%;
  flex: 46%;
}
@media screen and (min-width: 0) and (max-width: 1040px) {
  #topbanner .title-box {
    margin-bottom: 60px;
    margin-right: 65%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .title-box {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #topbanner .title-box {
    margin-top: 12px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 25px;
    text-align: center;
    padding-bottom: 0;
    flex: none;
  }
}
#topbanner .title-box .title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #topbanner .title-box .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .title-box .title {
    font-size: 30px;
  }
}
#topbanner .title-box .title span {
  color: #2D8EF2;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
#topbanner .title-box .stitle {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  line-height: normal;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #topbanner .title-box .stitle {
    font-size: 18px;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 30px;
  }
}
#topbanner .topbanner-img {
  margin: 70px 0 0 37%;
  flex: 66%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 220px;
  z-index: -1;
  transform: translateZ(0);
}
@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 33%;
  }
}
@media screen and (min-width: 0) and (max-width: 1180px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 28%;
  }
}
@media screen and (min-width: 0) and (max-width: 1040px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 23%;
  }
}
@media screen and (min-width: 0) and (max-width: 976px) {
  #topbanner .topbanner-img {
    left: 16%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .topbanner-img {
    margin: 20px 0 0;
    left: inherit;
    min-width: 400px;
    display: flex;
    justify-content: center;
    flex: none;
    bottom: -41px;
  }
}
#topbanner .topbanner-img .people {
  bottom: -15px;
  max-width: 460px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .people {
    max-width: inherit;
    width: 74%;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .people {
    min-width: 380px;
    max-width: inherit;
    width: 71%;
    margin-left: 24px;
    margin-top: 29px;
  }
}
#topbanner .topbanner-img .positioning-container {
  bottom: -90px;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .positioning-container {
    max-width: 700px;
    bottom: -45px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #topbanner .topbanner-img .positioning-container {
    max-width: 700px;
    bottom: -80px;
  }
}
#topbanner .topbanner-img .block01 {
  width: 83px;
  position: absolute;
  bottom: 95px;
  left: -13px;
  z-index: 3;
}
#topbanner .topbanner-img .block01.float {
  animation: float 5s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 976px) {
  #topbanner .topbanner-img .block01 {
    bottom: 95px;
    left: 8px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .block01 {
    bottom: 131px;
    left: 9%;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .block01 {
    bottom: 131px;
    left: 9%;
  }
}
#topbanner .topbanner-img .block02 {
  width: 115px;
  position: absolute;
  bottom: 163px;
  left: 30px;
  z-index: 3;
}
#topbanner .topbanner-img .block02.float {
  animation: float 4s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 976px) {
  #topbanner .topbanner-img .block02 {
    bottom: 180px;
    left: 41px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .block02 {
    bottom: 207px;
    left: 18%;
    width: 87px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .block02 {
    bottom: 207px;
    left: 18%;
    width: 87px;
  }
}
#topbanner .topbanner-img .block03 {
  width: 98px;
  position: absolute;
  bottom: 226px;
  left: 398px;
  z-index: 3;
}
#topbanner .topbanner-img .block03.float {
  animation: float 6s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 976px) {
  #topbanner .topbanner-img .block03 {
    bottom: 226px;
    left: 51%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .block03 {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .block03 {
    display: none;
  }
}
#topbanner .topbanner-img .block04 {
  width: 131px;
  position: absolute;
  bottom: 75px;
  left: 367px;
  z-index: 3;
}
#topbanner .topbanner-img .block04.float {
  animation: float 4s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 976px) {
  #topbanner .topbanner-img .block04 {
    bottom: 75px;
    left: 47%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .block04 {
    bottom: 102px;
    left: 78%;
    width: 106px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .block04 {
    bottom: 102px;
    left: 78%;
    width: 106px;
  }
}
#topbanner .topbanner-img .block05 {
  width: 78px;
  position: absolute;
  bottom: 204px;
  left: 330px;
  z-index: 3;
}
#topbanner .topbanner-img .block05.float {
  animation: float 6s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 976px) {
  #topbanner .topbanner-img .block05 {
    bottom: 204px;
    left: 44%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .block05 {
    bottom: 211px;
    left: 71%;
    width: 118px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .block05 {
    bottom: 211px;
    left: 71%;
    width: 118px;
  }
}

#solution .title {
  color: #292929;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #solution .title {
    font-size: 22px;
  }
}
#solution .stitle {
  font-weight: 700;
  text-align: center;
  color: #2D8EF2;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #solution .stitle {
    font-size: 28px;
    padding: 24px 0;
  }
}
#solution .solution-box-wrapper {
  padding: 16px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper {
    flex-direction: column-reverse;
    padding: 24px 0 0px;
  }
}
#solution .solution-box-wrapper .solution-people {
  width: 100%;
  max-width: 469px;
}
@media screen and (min-width: 769px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-people {
    max-width: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #solution .solution-box-wrapper .solution-people {
    max-width: 80%;
  }
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 15px;
    padding: 0 0 20px;
    width: 100%;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  color: #292929;
  font-size: 20px;
  width: 264px;
  border-radius: 12px;
  background: rgba(220, 233, 255, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(67, 140, 196, 0.06);
  padding: 12px;
}
@media screen and (min-width: 977px) and (max-width: 1024px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item {
    font-size: 18px;
    width: 265px;
  }
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    width: 100%;
    padding: 11px;
    text-align: left;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item.greenBg {
  background: rgba(163, 229, 243, 0.2);
  box-shadow: 0px 0px 12px 0px rgba(83, 67, 196, 0.06);
}
#solution .solution-box-wrapper .solution-item-wrapper .item.item-01 {
  top: 54%;
  left: 0%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item.item-01 {
    top: 0;
    left: 0;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item.item-02 {
  top: 33%;
  left: -2%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item.item-02 {
    top: 0;
    left: 0;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item.item-03 {
  top: 10%;
  left: 2%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item.item-03 {
    top: 0;
    left: 0;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item.item-04 {
  top: 8%;
  right: 2%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item.item-04 {
    top: 0;
    right: 0;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item.item-05 {
  top: 31%;
  right: 11%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item.item-05 {
    top: 0;
    right: 0;
  }
}
#solution .solution-box-wrapper .solution-item-wrapper .item.item-06 {
  top: 56%;
  right: 7%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #solution .solution-box-wrapper .solution-item-wrapper .item.item-06 {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #checkIns {
    padding: 60px 0;
  }
}
#checkIns .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
@media screen and (max-width: 768px) {
  #checkIns .section-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
#checkIns .section-content .dsc {
  width: 86%;
}
#checkIns .section-content .dsc .title-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  #checkIns .section-content .dsc .title-box {
    text-align: center;
  }
}
#checkIns .section-content .dsc .title-box .title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #checkIns .section-content .dsc .title-box .title {
    font-size: 30px;
  }
}
#checkIns .section-content .dsc .title-box .title span {
  color: #2D8EF2;
}
#checkIns .section-content .dsc .title-box .stitle {
  color: #292929;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #checkIns .section-content .dsc .title-box .stitle {
    font-size: 22px;
  }
}
#checkIns .section-content .dsc .dsc_ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
}
#checkIns .section-content .dsc .dsc_ul .dsc_li {
  display: flex;
  gap: 10px;
}
#checkIns .section-content .pic-main {
  max-width: 420px;
}
@media screen and (min-width: 769px) and (max-width: 976px) {
  #checkIns .section-content .pic-main {
    max-width: 100%;
    max-width: 300px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #checkIns .section-content .pic-main {
    max-width: 100%;
    max-width: 289px;
  }
}

#WorkinghoursCheck {
  background: url(../images/WorkinghoursCheck_bg.png) no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-size: cover;
  height: 535px;
}
@media screen and (max-width: 768px) {
  #WorkinghoursCheck {
    height: auto;
    background: url(../images/WorkinghoursCheck_bg_m.png) no-repeat;
    background-size: contain;
    background-size: 120% 100%;
    padding-bottom: 20px;
  }
}
#WorkinghoursCheck .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
@media screen and (max-width: 768px) {
  #WorkinghoursCheck .section-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
#WorkinghoursCheck .section-content .dsc {
  width: 80%;
}
#WorkinghoursCheck .section-content .dsc .title-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 52px;
  white-space: nowrap;
}
@media screen and (max-width: 976px) {
  #WorkinghoursCheck .section-content .dsc .title-box {
    text-align: center;
    white-space: normal;
  }
}
#WorkinghoursCheck .section-content .dsc .title-box .title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #WorkinghoursCheck .section-content .dsc .title-box .title {
    font-size: 30px;
  }
}
#WorkinghoursCheck .section-content .dsc .title-box .title span {
  color: #2D8EF2;
}
#WorkinghoursCheck .section-content .dsc .title-box .stitle {
  color: #292929;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #WorkinghoursCheck .section-content .dsc .title-box .stitle {
    font-size: 22px;
  }
}
#WorkinghoursCheck .section-content .dsc .dsc_ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
}
#WorkinghoursCheck .section-content .dsc .dsc_ul .dsc_li {
  display: flex;
  gap: 10px;
}
#WorkinghoursCheck .section-content .pic-main {
  max-width: 450px;
}
@media screen and (min-width: 769px) and (max-width: 976px) {
  #WorkinghoursCheck .section-content .pic-main {
    max-width: 100%;
    max-width: 330px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #WorkinghoursCheck .section-content .pic-main {
    max-width: 100%;
    max-width: 320px;
  }
}

#ElectronicSalaryBag .title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #ElectronicSalaryBag .title {
    font-size: 30px;
  }
}
#ElectronicSalaryBag .title span {
  color: #2D8EF2;
}
#ElectronicSalaryBag .title .stitle {
  color: #292929;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #ElectronicSalaryBag .title .stitle {
    font-size: 22px;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper {
  padding: 16px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper {
    flex-direction: column-reverse;
    padding: 40px 0 60px;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag {
  width: 100%;
  max-width: 469px;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item {
  position: absolute;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 264px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 977px) and (max-width: 1024px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item {
    font-size: 18px;
    width: 265px;
  }
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 12px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15.853px;
    align-self: stretch;
    font-size: 18px;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-03 {
  top: 46%;
  left: 9%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-03 {
    top: 0;
    left: 0;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-01 {
  top: 13%;
  left: 9%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-01 {
    top: 0;
    left: 0;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-02 {
  top: 13%;
  right: 4%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-02 {
    top: 0;
    right: 0;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-04 {
  top: 46%;
  right: 4%;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item.item-04 {
    top: 0;
    right: 0;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item .text {
  width: 144px;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item .text {
    width: auto;
    flex: 1;
  }
}
#ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item .item_icon {
  width: 59px;
  height: 59px;
  flex-shrink: 0;
}
@media screen and (min-width: 0px) and (max-width: 976px) {
  #ElectronicSalaryBag .ElectronicSalaryBag-box-wrapper .ElectronicSalaryBag-item-wrapper .item .item_icon {
    width: 94px;
    height: 94px;
  }
}

#SuccessfulCases {
  background-image: url(../images/SuccessfulCases_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 526px;
  padding: 60px 100px;
  justify-content: center;
  align-items: center;
  gap: 52px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #SuccessfulCases {
    padding: 60px 20px;
  }
}
#SuccessfulCases .title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  #SuccessfulCases .title {
    font-size: 30px;
    margin-top: 100px;
  }
}
#SuccessfulCases .title span {
  color: #2D8EF2;
}
#SuccessfulCases .title .stitle {
  color: #292929;
  text-align: center;
  font-size: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #SuccessfulCases .title .stitle {
    margin-top: 24px;
  }
}
#SuccessfulCases .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3019607843);
  border-radius: 12px;
  background-color: #2d8ef2;
  max-width: 262px;
  margin: 0 auto;
  width: 100%;
  height: 73px;
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  #SuccessfulCases .btn-group {
    margin-bottom: 100px;
  }
}
#SuccessfulCases .btn-group:hover {
  background-color: rgb(20.9865470852, 129.0784753363, 240.5134529148);
}
#SuccessfulCases .btn-group .btn-contact {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
#SuccessfulCases .btn-group .btn-contact:active {
  transform: none;
  box-shadow: none;
}
#SuccessfulCases .btn-group .btn-contact:focus {
  outline: none;
}

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

.footer {
  padding: 0 16px;
  min-height: 32px;
  background: #292929;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer {
    flex-direction: column;
    padding: 6px 16px;
    text-align: center;
  }
}
.footer a {
  color: #fff;
}
.footer ul {
  display: flex;
}
.footer ul li {
  padding: 0 6px;
  border-right: solid 1px #a9a9a9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer ul li {
    padding: 0 4px;
  }
}
.footer ul li:last-child {
  border-right: none;
}/*# sourceMappingURL=style.css.map */