body,
html {
  line-height: normal;
  font-size: 20px;
}

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

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

.btn-group .btn {
  margin-right: 16px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 4px;
  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-face {
  color: #fff;
  border: solid 1px #00afb8;
  background: #00afb8;
}
.btn-face:hover {
  border: solid 1px #39c8d0;
  background: #39c8d0;
}

.btn-line {
  color: #00afb8;
  border: solid 1px #00afb8;
  background: #fff;
}
.btn-line:hover {
  color: #39c8d0;
  border: solid 1px #39c8d0;
  box-shadow: 0 0 4px 0 #39c8d0;
}

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

.topbanner {
  background: #01AFB8;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topbanner {
    background: url(../images/topbg-m.jpg) center center no-repeat #01AFB8;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__desc .topbanner__title {
    font-size: 32px;
  }
}

.experience .wrapper-in {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .experience .wrapper-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.experience .experience-table {
  width: 100%;
  display: flex;
  align-content: stretch;
  overflow-x: auto;
}
.experience .experience-table .experience-table-item:nth-child(2) {
  flex: 0 0 30%;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .experience .experience-table .experience-table-item:nth-child(2) {
    min-width: 260px;
    flex-shrink: 0;
  }
}
.experience .experience-table .experience-table-item:nth-child(3) {
  flex: 0 0 33%;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .experience .experience-table .experience-table-item:nth-child(3) {
    min-width: 300px;
    flex-shrink: 0;
  }
}
.experience .experience-table .experience-table-item:nth-child(4) {
  flex: 0 0 37%;
  flex-shrink: 1;
}
@media screen and (max-width: 1024px) {
  .experience .experience-table .experience-table-item:nth-child(4) {
    min-width: 330px;
    flex-shrink: 0;
  }
}
.experience .experience-table .experience-table-item-td, .experience .experience-table .experience-table-item-th {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.experience .experience-table .experience-table-item-td {
  min-height: 90px;
  font-size: 16px;
  color: #292929;
}
.experience .experience-table .experience-table-title_group {
  width: 54px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .experience .experience-table .experience-table-title_group {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #FFF;
    box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.experience .experience-table .experience-table-title_group .experience-table-item-td {
  background: #44CB99;
  color: #FFF;
  text-align: center;
  padding: 0px 16px;
  line-height: 20px;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td + .experience-table-item-td {
  border-top: 1px solid #FFF;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td.active {
  color: #00AFB8;
  font-weight: 700;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td:nth-child(2) {
  border-radius: 10px 0 0 0;
  background: #44CB99;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td:nth-child(3) {
  background: #33D6D9;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td:nth-child(4) {
  background: #44CEDC;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td:nth-child(5) {
  background: #3BBBE9;
}
.experience .experience-table .experience-table-title_group .experience-table-item-td:last-child {
  border-radius: 0 0 0 10px;
  background: #409CD9;
}
.experience .experience-table .experience-table-item-widget {
  border-radius: 10px;
  overflow: hidden;
}
.experience .experience-table .experience-table-item-widget + .experience-table-item-widget {
  margin-left: 2px;
}
.experience .experience-table .experience-table-item-widget .experience-table-item-td {
  position: relative;
  padding: 4px 12px;
}
.experience .experience-table .experience-table-item-widget .experience-table-item-td + .experience-table-item-td:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.experience .experience-table .experience-table-item-th {
  display: flex;
  align-content: center;
  text-align: center;
  height: 57px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.experience .experience-table .experience-table-item-th .light {
  color: #F7F7F7;
  font-size: 22px;
  font-weight: 700;
}
.experience .experience-table .experience-table-item-self .experience-table-item-th {
  color: #F7F7F7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.61%, rgba(0, 0, 0, 0.2) 100%), #CBCBCB;
}
.experience .experience-table .experience-table-item-self .experience-table-item-td {
  color: #9F9F9F;
}
.experience .experience-table .experience-table-item-self .experience-table-item-td:nth-child(2) {
  background: rgba(68, 203, 153, 0.1);
}
.experience .experience-table .experience-table-item-self .experience-table-item-td:nth-child(3) {
  background: rgba(51, 214, 217, 0.1);
}
.experience .experience-table .experience-table-item-self .experience-table-item-td:nth-child(4) {
  background: rgba(68, 206, 220, 0.1);
}
.experience .experience-table .experience-table-item-self .experience-table-item-td:nth-child(5) {
  background: rgba(59, 187, 233, 0.1);
}
.experience .experience-table .experience-table-item-self .experience-table-item-td:last-child {
  background: rgba(64, 156, 217, 0.1);
}
.experience .experience-table .experience-table-item-sat .experience-table-item-th {
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.61%, rgba(0, 0, 0, 0.2) 100%), rgba(0, 175, 184, 0.7);
}
.experience .experience-table .experience-table-item-sat .experience-table-item-td {
  color: #292929;
}
.experience .experience-table .experience-table-item-sat .experience-table-item-td:nth-child(2) {
  background: rgba(68, 203, 153, 0.12);
}
.experience .experience-table .experience-table-item-sat .experience-table-item-td:nth-child(3) {
  background: rgba(51, 214, 217, 0.13);
}
.experience .experience-table .experience-table-item-sat .experience-table-item-td:nth-child(4) {
  background: rgba(68, 206, 220, 0.15);
}
.experience .experience-table .experience-table-item-sat .experience-table-item-td:nth-child(5) {
  background: rgba(59, 187, 233, 0.15);
}
.experience .experience-table .experience-table-item-sat .experience-table-item-td:last-child {
  background: rgba(64, 156, 217, 0.15);
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-th {
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.61%, rgba(0, 0, 0, 0.2) 100%), #00C0CA;
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-td {
  color: #292929;
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-td:nth-child(2) {
  background: rgba(68, 203, 153, 0.12);
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-td:nth-child(3) {
  background: rgba(51, 214, 217, 0.13);
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-td:nth-child(4) {
  background: rgba(68, 206, 220, 0.15);
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-td:nth-child(5) {
  background: rgba(59, 187, 233, 0.15);
}
.experience .experience-table .experience-table-item-sat-consultant .experience-table-item-td:last-child {
  background: rgba(64, 156, 217, 0.15);
}

.solution {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .solution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .solution .wrapper-in {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.solution .rowbox {
  gap: 93px;
}
@media screen and (max-width: 768px) {
  .solution .rowbox {
    gap: 50px;
  }
}
.solution__bg {
  background-color: #edfafa;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.solution__bg .wrapper-in {
  position: relative;
  height: 100%;
  padding: 0 !important;
}
.solution__bgImg {
  position: absolute;
  z-index: -1;
}
.solution__bgImg--1 {
  top: 15%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .solution__bgImg--1 {
    top: 3%;
    left: 7%;
  }
}
.solution__bgImg--2 {
  top: 7.5%;
  left: 37%;
}
@media screen and (max-width: 768px) {
  .solution__bgImg--2 {
    top: 5%;
    left: 83%;
  }
}
.solution__bgImg--3 {
  bottom: 20%;
  right: 45%;
}
@media screen and (max-width: 768px) {
  .solution__bgImg--3 {
    bottom: 15%;
    right: 10.5%;
  }
}
.solution__bgImg--4 {
  bottom: 13%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .solution__bgImg--4 {
    display: none;
  }
}
.solution__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .solution__header {
    gap: 20px;
    align-items: center;
  }
}
.solution__footer {
  text-align: center;
}
.solution__img {
  max-width: 100%;
  height: auto;
  min-width: 340px;
}
.solution__imgWrapper {
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(59, 196, 204, 0.05), 0 0 0 234px rgba(59, 196, 204, 0.05);
}
@media screen and (max-width: 768px) {
  .solution__imgWrapper {
    display: none;
  }
}
.solution__title {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .solution__title {
    text-align: center;
    font-size: 24px;
    margin-left: 0;
  }
}
.solution__title em {
  color: #00afb8;
  font-style: normal;
}
.solutionPanel {
  max-width: 485px;
  border: 1px solid #bdd7d7;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 20px 0px rgba(59, 172, 178, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
  padding: 10px 25px 20px 25px;
}
@media screen and (max-width: 768px) {
  .solutionPanel {
    max-width: none;
    width: 100%;
  }
}
.solutionPanel-1 {
  border-radius: 30px 30px 0px 30px;
}
.solutionPanel-1 .solutionPanel__ol > .solutionPanel__li:first-child {
  margin-bottom: 10px;
}
.solutionPanel-2 {
  border-radius: 0px 30px 30px 30px;
}
.solutionPanel-2 .solutionPanel__ul {
  margin: 0;
}
.solutionPanel-2 .solutionPanel__li {
  list-style-image: url("../images/check.svg");
  margin-bottom: 5px;
}
.solutionPanel__ol {
  padding-left: 0;
  margin: 0;
  counter-reset: item;
  list-style-type: none;
}
.solutionPanel__ol > .solutionPanel__li::before {
  content: counter(item) "  ";
  counter-increment: item;
}
.solutionPanel__li {
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
.solutionPanel__liContent {
  position: relative;
  top: -3px;
}
.solutionPanel__ul {
  padding-left: 20px;
  margin-top: 5px;
}
.solutionPanel__ul .solutionPanel__li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
}
.solutionPanel__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.1px;
  background: linear-gradient(270deg, #04bac4 36.02%, #3ad7db 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  margin-bottom: 20px;
}
.solutionPanel__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #04bac4 36.02%, #3ad7db 100%);
  z-index: -1;
}
.solution__btn {
  justify-content: center;
  margin-left: auto;
  margin-right: 57px;
  margin-top: 40px;
  margin-bottom: 10px;
  max-width: 265px;
  padding: 10px 25px 8px 30px;
  border-radius: 99px;
  background: #ff9f00;
  color: #fff !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .solution__btn {
    max-width: 154px;
  }
}
.solution__btn::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 40%;
  right: -88px;
  background: url("../images/solution-arrow.svg") no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .solution__btn {
    margin-top: 0;
    margin-right: auto;
  }
}
.solution__tips {
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  margin-right: 77.5px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .solution__tips {
    margin-right: auto;
    justify-content: center;
  }
}

.process .wrapper-in {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .process .wrapper-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.process .process-content img {
  width: 100%;
  height: auto;
}

.topic {
  background: #EDFAFA;
}
.topic .wrapper-in {
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .topic .wrapper-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.topic .topic-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.topic .topic-content .topic-content-boxout {
  flex: 1 1 calc(33.33% - 26.66px);
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topic .topic-content .topic-content-boxout {
    flex: 1 1 100%;
  }
}
.topic .topic-content .topic-content-boxout .topic-content-box {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.topic .topic-content .topic-content-boxout .topic-content-box .topic-content-box-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  background: linear-gradient(90deg, #FD9515 0%, #FFB700 100%);
  height: 37px;
  color: #FFF;
}
.topic .topic-content .topic-content-boxout .topic-content-box .topic-content-box-header::before {
  position: absolute;
  content: "";
  display: block;
  width: 19px;
  height: 37px;
  right: -19px;
  top: 0;
  background: linear-gradient(90deg, #FD9515 -1.73%, #FFB601 95.29%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.topic .topic-content .topic-content-boxout .topic-content-box .topic-content-box-header .topic-content-box-icon img {
  width: 100%;
  height: auto;
}
.topic .topic-content .topic-content-boxout .topic-content-box .topic-content-box-header .topic-content-box-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.topic .topic-content .topic-content-boxout .topic-content-box .topic-content-box-body {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
  padding: 8px 10px 12px;
}
.topic .topic-content .topic-content-boxout:nth-child(2) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #6A7B96 0%, #91A3BF 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(2) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #6A7B96 -1.73%, #91A3BF 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(3) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #509E51 0%, #84C66C 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(3) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #509E51 -1.73%, #84C66C 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(4) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #10A7C3 0%, #85D1D6 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(4) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #10A7C3 -1.73%, #85D1D6 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(5) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #2E659C 0%, #4E8BBC 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(5) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #2E659C -1.73%, #4E8BBC 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(6) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #746254 0%, #A18E80 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(6) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #746254 -1.73%, #A18E80 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(7) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #FDB515 0%, #FFE100 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(7) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #FDB515 -1.73%, #FFE100 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(8) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #008843 0%, #2DA96C 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(8) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #008843 -1.73%, #2DA96C 95.29%);
}
.topic .topic-content .topic-content-boxout:nth-child(9) .topic-content-box .topic-content-box-header {
  background: linear-gradient(90deg, #EE3D96 0%, #F17DB1 100%);
}
.topic .topic-content .topic-content-boxout:nth-child(9) .topic-content-box .topic-content-box-header::before {
  background: linear-gradient(90deg, #EE3D96 -1.73%, #F17DB1 95.29%);
}

.improvement {
  background: #DCF4F6;
}

.dialog {
  position: absolute;
  max-width: 270px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dialog {
    position: static;
    max-width: none;
    width: 100% !important;
  }
}
.dialog-1 {
  top: -250px;
}
.dialog-1 .dialog__iconWrapper {
  background: #c6dbff;
}
.dialog-2 {
  right: 0;
  top: -320px;
}
.dialog-2 .dialog__iconWrapper {
  background: #d8fcfd;
}
.dialog-2 .dialog__desc {
  white-space: nowrap;
}
.dialog-2 .dialog__content {
  max-width: 228px;
}
.dialog-3 {
  width: 214px;
  right: 0;
  top: -170px;
}
.dialog-3 .dialog__content {
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #f0f0f0;
}
.dialog-3 .dialog__iconWrapper {
  background: #fffbc6;
}
.dialog__content {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 210px;
  width: 100%;
  top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dialog__content {
    position: static;
    left: initial;
    transform: initial;
    top: initial;
    max-width: none !important;
    width: auto !important;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px #f0f0f0;
  }
}
.dialog__iconWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dialog__iconWrapper {
    margin-bottom: 6px;
  }
}
.dialog__title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.dialog__desc {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dialog__desc span {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.dialogs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}/*# sourceMappingURL=style.css.map */