@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: 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 {
  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);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-face {
    width: 158px;
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-face:hover {
  background: #64b1fe;
  color: #fff;
}
.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);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-online {
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-online:hover {
  background: #64b1fe;
  color: #fff;
}

.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: 1256px;
  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;
}
.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;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .list li > a {
    padding: 0 8px;
  }
}
.fullpage-section-row {
  min-height: 500px;
  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: 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;
}
@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: 36px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .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;
  background: url(../images/group_wrapper_bg.png) no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
}
.background-overlay-wrapper .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 1280px;
  background: url(../images/background_light.png) lightgray no-repeat;
  mix-blend-mode: screen;
  z-index: 1;
}

#body {
  overflow-x: hidden;
}

.locked {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.topbanner {
  position: relative;
  background-color: #EAF5FF;
}
.topbanner .wrapper-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner .wrapper-in {
    flex-direction: column;
    max-height: calc(100dvh - 80px) !important;
    height: 540px;
  }
}
.topbanner .topbanner__txtWrapper {
  width: 100%;
  height: 700px;
  background-color: #EAF5FF;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper {
    height: 350px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #003664;
  font-family: Inter;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__content {
    white-space: normal;
    margin-top: 84px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__content .topbanner__subtitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 21px;
  order: -1;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__content .topbanner__subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__content .topbanner__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__content .topbanner__title {
    font-size: 18px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup {
  position: relative;
  margin-top: 100px;
  max-width: 800px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup {
    max-width: 560px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup {
    margin-bottom: 110px;
    max-width: 350px;
    margin: 0 auto 140px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .green {
  color: #01AFB8;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blue {
  color: #2D8EF2;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg01 {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg01 {
    width: 108%;
    margin-bottom: -115px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg01 {
    width: 90%;
    margin-bottom: -60px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg02,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle01,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle02,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--1,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--2,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--3,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--4,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--5,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--1,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--2,
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--3 {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg02 {
  top: 10%;
  left: 25%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg02 {
    width: 80%;
    top: -2%;
    left: 21%;
  }
}
@media screen and (min-width: 881px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg02 {
    width: 83%;
    top: -42%;
    left: 16%;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_bg02 {
    width: 83%;
    top: -101%;
    left: 16%;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra {
  top: 60%;
  left: 35%;
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra {
    width: 50%;
    top: 70%;
    left: 35%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra {
    width: 50%;
    top: 69%;
    left: 33%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle01 {
  top: 28%;
  left: 27%;
  animation: float 2s ease-in-out 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle01 {
    width: 31%;
    top: 27%;
    left: 27%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle01 {
    width: 31%;
    top: 24%;
    left: 25%;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle02 {
  top: 28%;
  left: 57%;
  animation: float 2s ease-in-out 1;
  animation-delay: 1s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle02 {
    width: 31%;
    top: 27%;
    left: 63%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .libra_circle02 {
    width: 31%;
    top: 24%;
    left: 61%;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--1 {
  top: 23%;
  left: 34%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--1 {
    top: 18%;
    left: 32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--1 {
    top: 1%;
    left: 31%;
    font-size: 17px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--2 {
  top: 17%;
  left: 41%;
  font-size: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--2 {
    top: 7%;
    left: 44%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--2 {
    top: -19%;
    left: 47%;
    font-size: 14px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--3 {
  top: 29%;
  left: 26%;
  font-size: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--3 {
    top: 33%;
    left: 24%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--3 {
    top: 27%;
    left: 20%;
    font-size: 14px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--4 {
  top: 27%;
  left: 44%;
  font-size: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--4 {
    top: 26%;
    left: 47%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--4 {
    top: 18%;
    left: 42%;
    font-size: 13px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--5 {
  top: 18%;
  left: 26%;
  font-size: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--5 {
    top: 10%;
    left: 21%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .greenTxt--5 {
    top: -12%;
    left: 24%;
    font-size: 13px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--1 {
  top: 25%;
  left: 67%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--1 {
    top: 25%;
    left: 74%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--1 {
    top: 12%;
    left: 65%;
    font-size: 17px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--2 {
  top: 20%;
  left: 77%;
  font-size: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--2 {
    top: 13%;
    left: 82%;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--2 {
    top: -21%;
    left: 75%;
    font-size: 13px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--3 {
  top: 17%;
  left: 62%;
  font-size: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--3 {
    top: 10%;
    left: 65%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .topbanner__txtWrapper .topbanner__imgGroup .blueTxt--3 {
    top: -6%;
    left: 60%;
    font-size: 13px;
  }
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .opacity-1 {
  opacity: 1;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .opacity-08 {
  opacity: 0.8;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .opacity-07 {
  opacity: 0.7;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .opacity-06 {
  opacity: 0.6;
}
.topbanner .topbanner__txtWrapper .topbanner__imgGroup .opacity-05 {
  opacity: 0.5;
}
.topbanner .topbanner__inputWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-start !important;
  align-items: end !important;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper {
    align-items: start !important;
    top: -35%;
    z-index: 2;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup {
  pointer-events: all;
  border: 1px solid rgba(20, 143, 229, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  background: #FFF;
  gap: 4px;
  z-index: 1;
  margin-bottom: 200px;
  max-width: 432px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup {
    background: transparent;
    flex-direction: column;
    padding: 0;
    gap: 6px;
    border: none;
    max-width: none;
    margin-bottom: 24px;
    margin-top: auto;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input {
  border: none;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input {
    padding: 12px;
    border: 1px solid rgba(20, 143, 229, 0.3);
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::-moz-placeholder {
  color: #003664;
  font-size: 16px;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::-moz-placeholder, .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::placeholder {
  color: #003664;
  font-size: 16px;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn {
  transition-duration: 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  color: #fff;
  background: #FF7800;
  max-width: 150px;
  width: 100%;
  border-radius: 8px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn {
    max-width: none;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:hover, .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:active {
  background: #FF9100;
}
.topbanner .topbanner__imgGroup_mb {
  position: relative;
  margin-top: 100px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__imgGroup_mb {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__imgGroup_mb img {
    width: 100%;
  }
}
.topbanner .topbanner__imgGroup_mb .green {
  color: #01AFB8;
  text-align: center;
  font-size: 11.4px;
  font-weight: 600;
}
.topbanner .topbanner__imgGroup_mb .blue {
  color: #2D8EF2;
  text-align: center;
  font-size: 10.7px;
  font-weight: 600;
}
.topbanner .topbanner__imgGroup_mb .libra_bg01 {
  width: 100%;
}
.topbanner .topbanner__imgGroup_mb .libra_bg02 {
  top: -56%;
  left: 2%;
}
.topbanner .topbanner__imgGroup_mb .libra_bg02,
.topbanner .topbanner__imgGroup_mb .libra,
.topbanner .topbanner__imgGroup_mb .libra_circle01,
.topbanner .topbanner__imgGroup_mb .libra_circle02,
.topbanner .topbanner__imgGroup_mb .greenTxt--1,
.topbanner .topbanner__imgGroup_mb .greenTxt--2,
.topbanner .topbanner__imgGroup_mb .greenTxt--3,
.topbanner .topbanner__imgGroup_mb .greenTxt--4,
.topbanner .topbanner__imgGroup_mb .greenTxt--5,
.topbanner .topbanner__imgGroup_mb .blueTxt--1,
.topbanner .topbanner__imgGroup_mb .blueTxt--2,
.topbanner .topbanner__imgGroup_mb .blueTxt--3 {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.topbanner .topbanner__imgGroup_mb .libra {
  width: 63%;
  top: 53%;
  left: 19%;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.topbanner .topbanner__imgGroup_mb .libra_circle01 {
  width: 39%;
  top: 14%;
  left: 11%;
  animation: float 2s ease-in-out 1;
}
.topbanner .topbanner__imgGroup_mb .libra_circle02 {
  width: 39%;
  top: 14%;
  left: 53%;
  animation: float 2s ease-in-out 1;
  animation-delay: 1s;
}
.topbanner .topbanner__imgGroup_mb .greenTxt--1 {
  top: 11%;
  left: 19%;
}
.topbanner .topbanner__imgGroup_mb .greenTxt--2 {
  top: 5%;
  left: 32%;
  font-size: 9.4px;
}
.topbanner .topbanner__imgGroup_mb .greenTxt--3 {
  top: 19%;
  left: 9%;
  font-size: 9.4px;
}
.topbanner .topbanner__imgGroup_mb .greenTxt--4 {
  top: 15%;
  left: 37%;
  font-size: 8.7px;
}
.topbanner .topbanner__imgGroup_mb .greenTxt--5 {
  top: 7%;
  left: 8%;
  font-size: 8.7px;
}
.topbanner .topbanner__imgGroup_mb .blueTxt--1 {
  top: 14%;
  left: 67%;
}
.topbanner .topbanner__imgGroup_mb .blueTxt--2 {
  top: 8%;
  left: 82%;
  font-size: 8.7px;
}
.topbanner .topbanner__imgGroup_mb .blueTxt--3 {
  top: 5%;
  left: 62%;
  font-size: 8.7px;
}
.topbanner .topbanner__imgGroup_mb .opacity-1 {
  opacity: 1;
}
.topbanner .topbanner__imgGroup_mb .opacity-08 {
  opacity: 0.8;
}
.topbanner .topbanner__imgGroup_mb .opacity-07 {
  opacity: 0.7;
}
.topbanner .topbanner__imgGroup_mb .opacity-06 {
  opacity: 0.6;
}
.topbanner .topbanner__imgGroup_mb .opacity-05 {
  opacity: 0.5;
}

.plans {
  overflow-x: hidden;
  background: #FFF;
}
.plans .wrapper-in {
  padding-top: 72px;
  padding-bottom: 72px;
}
.plans .plans__cardGroup {
  display: flex;
  padding-bottom: 72px;
  align-self: stretch;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  flex: 1 0 0;
  flex-wrap: wrap;
}
.plans .plans__cardGroup .plan_card {
  display: flex;
  padding: 24px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(226, 242, 253, 0.6);
  color: #003664;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 992px) and (min-width: 481px) {
  .plans .plans__cardGroup .plan_card {
    width: calc(50% - 8px);
    justify-content: left;
  }
}
@media screen and (max-width: 480px) {
  .plans .plans__cardGroup .plan_card {
    width: 95%;
    justify-content: left;
  }
}
.plans .plans__header {
  color: #003664;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .plans .plans__header {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.plans .plans__footer {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .plans .plans__footer {
    flex-wrap: wrap;
    gap: 57px;
  }
}
.plans .plans__footer .plan {
  color: #003664;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .plans .plans__footer .plan {
    padding: 20px 20px 8px;
    width: 100%;
    min-width: initial !important;
    min-height: initial !important;
  }
  .plans .plans__footer .plan .plan__tag {
    max-width: 70px;
    width: 100%;
  }
}
.plans .plans__footer .plan-green {
  background: #A3E5F3;
  min-width: 400px;
}
.plans .plans__footer .plan-green .plan__img {
  right: -6px;
  top: 41px;
}
@media screen and (max-width: 768px) {
  .plans .plans__footer .plan-green .plan__img {
    top: initial;
    bottom: 0;
    right: -21px;
  }
}
.plans .plans__footer .plan-green .plan__li {
  list-style-image: url("../images/check.svg");
}
.plans .plans__footer .plan-purple {
  background: #E2ECFF;
}
.plans .plans__footer .plan-purple .plan__img {
  bottom: 11px;
  right: -26px;
}
@media screen and (max-width: 768px) {
  .plans .plans__footer .plan-purple .plan__img {
    bottom: 3px;
    right: -11px;
  }
}
.plans .plans__footer .plan-purple .plan__li {
  list-style-image: url("../images/check-purple.svg");
}
.plans .plans__footer .plan .plan__tag {
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.plans .plans__footer .plan .plan__title {
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.902px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .plans .plans__footer .plan .plan__title {
    margin-bottom: 10px;
  }
}
.plans .plans__footer .plan .plan__title span {
  font-size: 17px;
}
.plans .plans__footer .plan .plan__ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.plans .plans__footer .plan .plan__ul .plan__li {
  font-family: "Microsoft JhengHei";
  font-size: 14.874px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  .plans .plans__footer .plan .plan__ul .plan__li {
    font-size: 12.8px;
  }
}
.plans .plans__footer .plan .plan__ul .plan__li .plan__text {
  position: relative;
  top: -3px;
}
.plans .plans__footer .plan .plan__ul .plan__li .plan__text span {
  color: #F00;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-left: 2px;
}
.plans .plans__footer .plan .plan__img {
  position: absolute;
}
.plans .plans_stitle {
  color: #003664;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  padding: 36px 0;
}
@media screen and (max-width: 768px) {
  .plans .plans_stitle {
    font-size: 16px;
  }
}
.plans .plans__btn {
  transition-duration: 0.3s;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #FF7800;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF7800;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  max-width: 228px;
  width: 100%;
  height: 48px;
  text-decoration: none !important;
}
.plans .plans__btn:hover, .plans .plans__btn:active {
  border-color: #FF9100;
  color: #FF9100;
}

.workFlow {
  overflow-x: hidden;
  background: #F2F8FF;
}
.workFlow .wrapper-in {
  padding-top: 72px;
  padding-bottom: 72px;
}
.workFlow .workFlow__header {
  color: #003664;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .workFlow .workFlow__header {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.workFlow .workFlow__footer {
  text-align: center;
}
.workFlow .workFlow__footer img {
  max-width: 915px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .workFlow .workFlow__footer img {
    width: 90%;
  }
}
.workFlow .workFlow__btn {
  transition-duration: 0.3s;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  max-width: 915px;
  text-decoration: none !important;
  color: #1654B9;
  text-align: right;
}
.workFlow .workFlow__btn:hover, .workFlow .workFlow__btn:active {
  color: #4E91FF;
}
@media screen and (max-width: 768px) {
  .workFlow .workFlow__btn {
    justify-content: center;
  }
}

.whyCloud {
  overflow-x: hidden;
  background: #FFF;
  min-height: 600px;
  position: relative;
}
.whyCloud .wrapper-in {
  padding-top: 72px;
  padding-bottom: 72px;
}
.whyCloud .whyCloud__bg {
  position: absolute;
  top: 6%;
  left: -13%;
  width: 135%;
  height: 100%;
  max-height: 1038.604px;
  background-image: url("../images/whyCloud_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.whyCloud .whyCloud__header {
  color: #003664;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .whyCloud .whyCloud__header {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.whyCloud .whyCloud__header .stitle {
  color: #003664;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  align-self: stretch;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .whyCloud .whyCloud__header .stitle {
    font-size: 18px;
    font-weight: 500;
  }
}
.whyCloud .whyCloud__footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 80px 0;
}
.whyCloud .whyCloud__footer .tabs {
  width: 100%;
  display: flex;
  border-radius: 10px 10px 0 0;
  background-color: #125aaf;
}
.whyCloud .whyCloud__footer .tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70px;
  border-radius: 10px 10px 0 0;
  background-color: #125aaf;
  color: #87bbf9;
  font-size: 18px;
  cursor: pointer;
}
.whyCloud .whyCloud__footer .tabs .tab.active {
  font-size: 21px;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #50a0ff;
  color: #fff;
}
.whyCloud .whyCloud__footer .content_box .th {
  position: relative;
  height: 88px;
  box-sizing: border-box;
}
.whyCloud .whyCloud__footer .content_box .tr {
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 88px;
  padding: 20px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 960px) {
  .whyCloud .whyCloud__footer .content_box .tr {
    height: 112px;
  }
}
.whyCloud .whyCloud__footer .content_box.title {
  width: 16%;
  min-width: 110px;
}
.whyCloud .whyCloud__footer .content_box.title .th .pic {
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 2;
}
.whyCloud .whyCloud__footer .content_box.title .tr {
  display: flex;
  align-items: center;
  color: #292929;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
.whyCloud .whyCloud__footer .content_box.title .tr + .tr {
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.title .tr.tr-diff {
  border-radius: 12px 0 0 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.title .tr.tr-diff-2 {
  border-radius: 0 0 0 12px;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .th, .whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .th, .whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .th {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .tr, .whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .tr, .whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr {
  background-color: #F2F8FF;
  padding: 20px 16px;
  letter-spacing: 1px;
  border-left: 1px solid #EEE;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .tr + .tr, .whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .tr + .tr, .whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr + .tr {
  position: relative;
  border-top: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .tr + .tr::after, .whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .tr + .tr::after, .whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr + .tr::after {
  content: "";
  position: absolute;
  width: 90%;
  top: -1px;
  left: 5%;
  border-top: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .tr .title, .whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .tr .title, .whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr .title {
  color: #2187ff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local {
  width: 27%;
  z-index: 1;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .th .th-tab {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F0994C;
  border-radius: 10px 10px 0 0;
  display: flex;
  height: 88px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .th .th-tab .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .th .th-tab .title img {
  margin-right: 10px;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .tr {
  background: #FEF7F1;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.local .tr.tr-diff-3 {
  border-bottom: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud {
  width: 27%;
  z-index: 1;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .th .th-tab {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #2EA3F5;
  border-radius: 10px 10px 0 0;
  display: flex;
  height: 88px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .th .th-tab .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .th .th-tab .title img {
  margin-right: 10px;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .tr {
  color: #003664;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.cloud .tr.tr-diff-3 {
  border-bottom: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS {
  width: 26%;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .th .th-tab {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #39C8D0;
  border-radius: 12px 12px 0 0;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .th .th-tab .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .th .th-tab .title img {
  margin-right: 10px;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr {
  font-weight: normal;
  color: #292929;
  background: rgba(249, 249, 249, 0.8);
  border-right: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr.tr-diff-4 {
  border-radius: 0 0 12px 0;
  border-bottom: 1px solid #EEE;
}
.whyCloud .whyCloud__footer .content_box.content_box_tbody.SaaS .tr::before {
  display: none;
}
.whyCloud .whyCloud__footer_mb {
  margin: 48px 0 48px 5px;
}
.whyCloud .whyCloud__footer_mb .carousel {
  width: 100%;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell {
  width: 100%;
  margin-right: 0;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell .tab-header {
  width: 86%;
  margin: 0 auto 50px auto;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell .tab-header .title {
  width: 100%;
  height: 120px;
  padding: 20px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 12px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell .tab-header .title img {
  margin-bottom: 10px;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell:nth-child(1) .tab-header .title {
  background: #F0994C;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell:nth-child(2) .tab-header .title {
  background: #2EA3F5;
}
.whyCloud .whyCloud__footer_mb .carousel .carousel-cell:nth-child(3) .tab-header .title {
  background: #39C8D0;
}
.whyCloud .whyCloud__footer_mb .carousel .flickity-page-dots {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  z-index: 10;
}
.whyCloud .whyCloud__footer_mb .carousel .flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin: 0 6px;
  background: #C4C4C4;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 100px;
  opacity: 0.5;
  background: rgba(144, 189, 226, 0.87);
}
.whyCloud .whyCloud__footer_mb .carousel .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #4695E3;
  border-radius: 100px;
  width: 24px;
  height: 6px;
}
.whyCloud .whyCloud__footer_mb .content_box {
  width: 100%;
  margin-top: 50px !important;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr {
  background-color: #F2F8FF;
  padding: 20px 16px;
  letter-spacing: 1px;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  height: 119px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-self: stretch;
  justify-content: flex-start;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr + .tr, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr + .tr, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr + .tr {
  position: relative;
  border-top: 1px solid #EEE;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr + .tr::after, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr + .tr::after, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr + .tr::after {
  content: "";
  position: absolute;
  width: 90%;
  top: -1px;
  left: 5%;
  border-top: 1px solid #EEE;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr .title, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr .title, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr .title {
  color: #003664;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left !important;
  display: flex;
  justify-self: flex-start;
  align-self: flex-start;
  width: 100%;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr .title img, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr .title img, .whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr .title img {
  margin-right: 10px;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local {
  width: 86%;
  z-index: 1;
  margin: 0 auto;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr {
  color: #292929;
  background: #FEF7F1;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr .title {
  color: #292929;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.local .tr.tr-diff-3 {
  border-bottom: 1px solid #EEE;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud {
  width: 86%;
  z-index: 1;
  margin: 0 auto;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr {
  color: #003664;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.cloud .tr.tr-diff-3 {
  border-bottom: 1px solid #EEE;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS {
  width: 86%;
  margin: 0 auto;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr {
  font-weight: normal;
  color: #292929;
  background: rgba(249, 249, 249, 0.8);
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr .title {
  color: #292929;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr.tr-diff-4 {
  border-bottom: 1px solid #EEE;
}
.whyCloud .whyCloud__footer_mb .content_box.content_box_tbody.SaaS .tr::before {
  display: none;
}
.whyCloud .whyCloud__btn {
  transition-duration: 0.3s;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #FF7800;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF7800;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  max-width: 355px;
  width: 100%;
  height: 48px;
  text-decoration: none !important;
}
.whyCloud .whyCloud__btn:hover, .whyCloud .whyCloud__btn:active {
  border-color: #FF9100;
  color: #FF9100;
}
@media screen and (max-width: 768px) {
  .whyCloud .whyCloud__btn {
    min-width: 150px;
    padding: 12px 36px;
    gap: 10px;
    align-self: stretch;
    height: 72px;
    text-align: center;
  }
}

#online {
  background: linear-gradient(117deg, #35A9FB 16.25%, #0180D9 88.15%) !important;
  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: #FF7800;
  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;
}

.modal-dialog {
  max-width: 822px !important;
  width: 100% !important;
}
.modal-content {
  border-radius: 8px !important;
  background: #FFF;
  box-shadow: 0px 2px 4px 1px rgba(200, 201, 204, 0.5) !important;
  position: relative;
  border: none !important;
}
.modal-header {
  border: none !important;
  padding-top: 36px !important;
}
.modal-footer {
  border: none !important;
  padding-bottom: 36px !important;
}
.modal .modal-body {
  max-height: calc(100dvh - 120px) !important;
  overflow: auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .modal .modal-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.modal-title {
  text-align: center;
  color: #003664;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__close {
  border: none;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal__btn {
  transition-duration: 0.3s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  background: #FF7800;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  border: none;
  height: 48px;
}
.modal__btn:hover, .modal__btn:active {
  background-color: #FF9100;
}
.modal #contactUsPageForm2 {
  max-width: 394px;
  width: 100%;
  margin: auto;
}
.modal #contactUsPageForm2 .form-title {
  font-size: 24px;
  margin: 0 19px 5px 0px;
  color: #292929;
  font-weight: 600;
}
.modal #contactUsPageForm2 .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
.modal .row {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 21px;
}
.modal #contactUsPageForm2 .displayNone {
  display: none;
}
.modal #newCompanyInfo2 .errorInfo,
.modal #contactUsPageForm2 .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
.modal #contactUsPageForm2 label {
  padding: 9px 6px 4px 0;
}
.modal #contactUsPageForm2 label {
  color: #003664;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 700;
}
.modal #contactUsPageForm2 label.required:after {
  content: "*";
  color: #EA475B;
  margin-left: 4px;
  display: inline-block;
}
.modal #contactUsPageForm2 #queryCompanyInput2 {
  font-size: 16px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #resetQueryCompany2 {
  margin-top: 34px;
}
.modal #contactUsPageForm2 #queryCompanyBtn2 {
  margin-top: 30px;
  color: #0069C2;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .modal #contactUsPageForm2 #queryCompanyBtn2 {
    margin-left: -16px;
  }
}
.modal #contactUsPageForm2 #resetQueryCompany2 .fa-times {
  cursor: pointer;
  color: #ea475b;
}
.modal #contactUsPageForm2 #companyName2 {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
.modal #contactUsPageForm2 #queryCompanyList2 {
  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%;
}
.modal #contactUsPageForm2 #searchInfoRow2 {
  margin: 0 3px;
}
.modal #contactUsPageForm2 #queryCompanyList2 li.searching:hover {
  background-color: white !important;
}
.modal #contactUsPageForm2 #queryCompanyList2 li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
.modal #contactUsPageForm2 #queryCompanyList2 li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
.modal #contactUsPageForm2 #queryCompanyList2 li:hover {
  background-color: lightblue;
}
.modal #contactUsPageForm2 #userName2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal .J104Text,
.modal .J104Number,
.modal .J104Select {
  margin: 0px;
}
.modal .J104Text:has(#userName2),
.modal .J104Text:has(#phoneAreaCode2),
.modal .J104Text:has(#phoneNum2) {
  margin-right: 8px !important;
}
.modal #contactUsPageForm2 #empNum2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #identityCategory2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #message2 {
  height: 70px;
}
.modal .J104Text input,
.modal .J104Text textarea,
.modal .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;
}
.modal .J104Text input ::-moz-placeholder, .modal .J104Text textarea ::-moz-placeholder, .modal .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
.modal .J104Text input ::placeholder,
.modal .J104Text textarea ::placeholder,
.modal .J104Select .field ::placeholder {
  color: #7e7e7e;
}
.modal .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}
.modal #email2,
.modal #queryCompanyInput2,
.modal #userName2,
.modal #empNum2,
.modal #identityCategory2,
.modal #phoneAreaCode2,
.modal #phoneNum2,
.modal #phoneExt2,
.modal #source2,
.modal #message2 {
  color: #003664 !important;
}

.J104Mask.gray {
  z-index: 2000 !important;
}

.J104BoxDialog.wrapper {
  z-index: 2100 !important;
}

.side-menu {
  z-index: 300 !important;
}/*# sourceMappingURL=style.css.map */