/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
.topbanner {
  background-color: #1567c6;
  padding: 80px 0 30px 0;
  text-align: center;
  height: 675px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    padding: 40px 0 0 0;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 49px;
    align-self: stretch;
  }
}
.topbanner .wrapper_in {
  max-width: 1080px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in {
    padding: 0;
  }
}
.topbanner .wrapper_in .section_info {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info {
    gap: 0;
    padding: 20px;
  }
}
.topbanner .wrapper_in .section_info .info_title {
  text-align: center;
  color: #FFF;
}
.topbanner .wrapper_in .section_info .info_title .title {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Noto Sans";
  line-height: 1.2;
  letter-spacing: 1.32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_title .title {
    font-size: 32px;
  }
}
.topbanner .wrapper_in .section_info .info_title .s-title {
  font-family: "Microsoft JhengHei";
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title .s-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_title .s-title {
    font-size: 22px;
  }
}
.topbanner .wrapper_in .section_info .info_title .s-title span {
  font-weight: 300;
}
.topbanner .wrapper_in .section_info .info_content {
  padding-top: 160px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) {
  .topbanner .wrapper_in .section_info .info_content {
    padding-top: 0;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 5;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles {
    top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles {
    top: -20px;
    gap: 15px;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover {
  transform: scale(1.1);
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-shape {
  position: relative;
  width: 156px;
  height: 143px;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: filter 0.3s ease;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-bg-default {
  opacity: 1;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-bg-hover {
  opacity: 0;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .boring-lines {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 94px;
  height: 84px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .boring-lines {
    top: 22px;
    left: 22px;
    width: 85px;
    height: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .boring-lines {
    top: 20px;
    left: 20px;
    width: 80px;
    height: 70px;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 16px;
  font-weight: 400;
  color: #254391;
  transition: color 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  font-family: "Microsoft JhengHei";
  text-align: center;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-text {
    font-size: 18px;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-text .text-default {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item .bubble-text .text-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-1 {
  position: absolute;
  top: 48px;
  left: -303px;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-1 {
    top: 28px;
    left: -220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-1 {
    top: 65px;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-2 {
  position: absolute;
  top: 77px;
  left: -49px;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-2 {
    top: 67px;
    left: -72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-2 {
    top: 100px;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-3 {
  position: absolute;
  top: 62px;
  left: 153px;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-3 {
    top: 31px;
    left: 67px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item.bubble-3 {
    top: 81px;
  }
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover .bubble-bg-default {
  opacity: 0;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover .bubble-bg-hover {
  opacity: 1;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover .boring-lines {
  opacity: 0.7;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover .bubble-text {
  color: #FF7800;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover .bubble-text .text-default {
  opacity: 0;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles .bubble-item:hover .bubble-text .text-hover {
  opacity: 1;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile {
  margin-bottom: 87px;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile .bubble-mobile-container {
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile .bubble-bg-mobile {
  width: 100%;
  max-width: 165px;
  height: auto;
  position: relative;
  z-index: 1;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile .bubble-text-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}
.topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile .bubble-text-item {
  width: 100%;
  text-align: center;
  font-family: Inter;
  color: #254391;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
}
@media (min-width: 376px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles {
    display: block !important;
  }
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles {
    display: none !important;
  }
  .topbanner .wrapper_in .section_info .info_content .thinking-bubbles-mobile {
    display: block !important;
  }
}
.topbanner .wrapper_in .section_info .info_content .pic img {
  width: 546px;
  height: 340px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .pic img {
    margin-top: 44px;
  }
}
@media (max-width: 375px) {
  .topbanner .wrapper_in .section_info .info_content .pic img .thinking-bubbles {
    display: none !important;
  }
  .topbanner .wrapper_in .section_info .info_content .pic img .thinking-bubbles-mobile {
    display: block !important;
  }
}
.topbanner .wrapper_in .section_info .info_content .pic_m img {
  width: 80%;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .pic_m img {
    margin-top: 115px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) {
  .topbanner .wrapper_in .section_info .info_content .pic_m img {
    margin-top: -100px;
  }
}
.topbanner .section_bg {
  position: absolute;
  bottom: -10px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_bg {
    bottom: 19%;
  }
}
.topbanner .section_bg img {
  width: 100%;
}
.topbanner .bg_boder {
  position: absolute;
  bottom: -45px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .bg_boder {
    bottom: -22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .bg_boder {
    bottom: -8%;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .topbanner .bg_boder {
    bottom: -80px;
  }
}
@media screen and (min-width: 1921px) and (max-width: 99999px) {
  .topbanner .bg_boder {
    bottom: -90px;
  }
}
.topbanner .bg_boder img {
  width: 100%;
}

.sectionbox.section_2 {
  padding: 43px 0 100px 0;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 {
    margin-top: 20px;
    padding: 20px 0 45px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_2 {
    padding: 60px 0 100px 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .sectionbox.section_2 {
    padding: 80px 0 100px 0;
  }
}
@media screen and (min-width: 1921px) and (max-width: 99999px) {
  .sectionbox.section_2 {
    padding: 120px 0 100px 0;
  }
}
.sectionbox.section_2 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_2 .section_title {
  color: #003C76;
  text-align: center;
  font-family: "Noto Sans";
}
.sectionbox.section_2 .section_title .title {
  letter-spacing: 1.8px;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_title .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.sectionbox.section_2 .section_title .s-title {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.222px;
}
.sectionbox.section_2 .section_cardGroup {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_cardGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_2 .section_cardGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
  }
}
.sectionbox.section_2 .section_cardGroup .card {
  text-align: center;
  color: #292929;
}
.sectionbox.section_2 .section_cardGroup .card img {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 380px;
}
.sectionbox.section_2 .section_cardGroup .line_group {
  width: 100%;
}
.sectionbox.section_2 .section_cardGroup .line_group .line_1 {
  position: absolute;
  top: 35px;
  left: 22%;
  width: 20%;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_cardGroup .line_group .line_1 {
    width: 10px;
    height: 37px;
    transform: rotate(90deg);
    top: 34%;
    left: 49%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_2 .section_cardGroup .line_group .line_1 {
    display: none;
  }
}
.sectionbox.section_2 .section_cardGroup .line_group .line_2 {
  position: absolute;
  top: 35px;
  right: 25%;
  width: 20%;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_cardGroup .line_group .line_2 {
    width: 10px;
    height: 37px;
    transform: rotate(90deg);
    top: 66%;
    left: 49%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_2 .section_cardGroup .line_group .line_2 {
    display: none;
  }
}
.sectionbox.section_2 .section_desc {
  margin-top: 20px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  color: #1981FD;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_desc {
    margin-top: 0;
    padding-left: 0;
  }
}
.sectionbox.section_2 .section_desc img {
  width: 80px;
  height: 32px;
  flex-shrink: 0;
}
.sectionbox.section_2 .section_desc .desc_text {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.sectionbox.section_2 .section_feature {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature {
    margin: 40px auto 24px auto;
  }
}
.sectionbox.section_2 .section_feature .feature_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature .feature_box {
    display: flex;
    flex-direction: column;
  }
}
.sectionbox.section_2 .section_feature .feature_box .feature_img .feature_pic {
  width: 100%;
  max-width: 405px;
  height: auto;
}
.sectionbox.section_2 .section_feature .feature_box .feature_img .img_desc {
  color: #7E7E7E;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0 0;
  text-align: center;
}
.sectionbox.section_2 .section_feature .feature_box .feature_list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature .feature_box .feature_list {
    display: block;
    padding: 0 12px;
  }
}
.sectionbox.section_2 .section_feature .feature_box .feature_list .list_title {
  color: #1767C7;
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.222px;
  margin-bottom: 12px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature .feature_box .feature_list .list_title {
    margin-bottom: 16px;
  }
}
.sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item {
  font-family: "Microsoft JhengHei";
  margin-bottom: 8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item .feature_title {
  color: #1767C7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.18px;
  margin-bottom: 4px;
}
.sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item .feature_title img {
  vertical-align: middle;
  margin-bottom: 3px;
}
.sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item .feature_title span {
  color: #00AFB8;
}
.sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item .feature_desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature .feature_box .feature_list .feature_item .feature_desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_feature .feature_box_2 {
    flex-direction: column-reverse;
  }
}
.sectionbox.section_2 .section_feature .carousel_group {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 500px;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionbox.section_2 .section_feature .carousel_group .img-box {
    margin: 0 20px;
  }
}
.sectionbox.section_2 .section_feature .carousel_group .img-box img {
  width: 100%;
}
.sectionbox.section_2 .section_feature .carousel_group .flickity-page-dots {
  bottom: 0;
}
.sectionbox.section_2 .section_feature .carousel_group .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #D8D8D8;
}
.sectionbox.section_2 .section_feature .carousel_group .flickity-page-dots .dot.is-selected {
  background: #2F86ED;
}
.sectionbox.section_2 .section_btn {
  width: 160px;
  height: 65px;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  background: #ffa039;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_btn {
    max-width: 160px;
    min-height: 65px;
  }
}
.sectionbox.section_2 .section_btn:hover {
  background: #FF8C00;
  transform: scale(1.05);
  text-decoration: none;
}

.sectionbox.section_3 {
  padding-top: 80px;
  background-color: #E4F0FF;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 45px;
  }
}
.sectionbox.section_3 .bg_boder {
  position: absolute;
  top: -45px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .bg_boder {
    top: -35px;
  }
}
.sectionbox.section_3 .bg_boder img {
  width: 100%;
}
.sectionbox.section_3 .section_title {
  margin-bottom: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_title {
    margin-bottom: 20px;
  }
}
.sectionbox.section_3 .section_title .title {
  color: #003C76;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_title .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
}
.sectionbox.section_3 .section_content .card_header {
  margin: 0 auto 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  max-width: 950px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card_header {
    display: flex;
    flex-direction: initial;
    gap: 0;
    margin: 0 auto 40px auto;
  }
}
.sectionbox.section_3 .section_content .card_header .for-enterprise,
.sectionbox.section_3 .section_content .card_header .for-testing {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card_header .for-enterprise,
  .sectionbox.section_3 .section_content .card_header .for-testing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46%;
    padding: 0 10px;
  }
}
.sectionbox.section_3 .section_content .card_header .for-enterprise .title,
.sectionbox.section_3 .section_content .card_header .for-testing .title {
  border-radius: 12px;
  background: #1981FD;
  display: flex;
  width: 235px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.222px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card_header .for-enterprise .title,
  .sectionbox.section_3 .section_content .card_header .for-testing .title {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.sectionbox.section_3 .section_content .card_header .for-enterprise .title .plus,
.sectionbox.section_3 .section_content .card_header .for-testing .title .plus {
  color: #FFF6CC;
}
.sectionbox.section_3 .section_content .card_header .for-enterprise .desc,
.sectionbox.section_3 .section_content .card_header .for-testing .desc {
  color: #003C76;
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.222px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card_header .for-enterprise .desc,
  .sectionbox.section_3 .section_content .card_header .for-testing .desc {
    font-size: 18px;
  }
}
.sectionbox.section_3 .section_content .card_header .for-enterprise .desc span,
.sectionbox.section_3 .section_content .card_header .for-testing .desc span {
  color: #00AFB8;
}
.sectionbox.section_3 .section_content .card_header .for-enterprise .desc .report-link,
.sectionbox.section_3 .section_content .card_header .for-testing .desc .report-link {
  color: #003C76;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.sectionbox.section_3 .section_content .card_header .for-enterprise .desc .report-link:hover,
.sectionbox.section_3 .section_content .card_header .for-testing .desc .report-link:hover {
  color: #0077B6;
  text-decoration-line: none;
}
.sectionbox.section_3 .section_content .card_header .for-testing .title {
  background: #00AFB8;
}
.sectionbox.section_3 .section_content .card {
  max-width: 949px;
  margin: 0 auto;
  display: flex;
  padding: 28px 20px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 15px;
  background: #FFF;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card {
    width: 100%;
    height: auto !important;
    max-width: none;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 0 0;
    padding: 0 15px 15px 15px;
    gap: 0;
  }
}
.sectionbox.section_3 .section_content .card .tag {
  max-width: 328px;
  position: absolute;
  top: 37px;
  left: -24px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .tag {
    position: relative;
    top: 17px;
    left: auto;
    margin: -27px auto 0 auto;
    text-align: center;
    max-width: 250px;
  }
}
.sectionbox.section_3 .section_content .card .tag img {
  width: 100%;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .tag img {
    width: 100%;
    max-width: 250px;
  }
}
.sectionbox.section_3 .section_content .card .section_left {
  display: flex;
  flex: 0 0 auto;
  width: 50%;
  min-width: 300px;
  padding-top: 160px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .sectionbox.section_3 .section_content .card .section_left {
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_left {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 49px;
    gap: 0;
  }
}
.sectionbox.section_3 .section_content .card .section_left .txt-wrapper {
  margin-bottom: 20px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_left .txt-wrapper {
    margin: 0 auto;
  }
}
.sectionbox.section_3 .section_content .card .section_left .txt-wrapper .title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_left .txt-wrapper .title {
    font-size: 18px;
    letter-spacing: 0.18px;
    text-align: center;
  }
}
.sectionbox.section_3 .section_content .card .section_left .txt-wrapper .title strong {
  font-weight: 700;
}
.sectionbox.section_3 .section_content .card .section_left .txt-wrapper .title span {
  color: #FF7800;
}
.sectionbox.section_3 .section_content .card .section_left .txt-wrapper .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #FFA039;
  display: flex;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  max-width: 155px;
  color: #FFF;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_left .txt-wrapper .btn {
    margin: 10px auto;
  }
}
.sectionbox.section_3 .section_content .card .section_left .txt-wrapper .desc {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.sectionbox.section_3 .section_content .card .section_left .step-box .step-title {
  color: #292929;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-left: 5px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_left .step-box .step-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.sectionbox.section_3 .section_content .card .section_left .step-box .step-title img {
  margin-top: -4px;
  margin-right: 5px;
}
.sectionbox.section_3 .section_content .card .section_left .step-box .step-img {
  width: 100%;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_left .step-box .step-img {
    width: 100%;
  }
}
.sectionbox.section_3 .section_content .card .section_right {
  flex: 1;
  max-width: 648px;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1200px) {
  .sectionbox.section_3 .section_content .card .section_right {
    max-width: 580px;
  }
}
@media (max-width: 992px) {
  .sectionbox.section_3 .section_content .card .section_right {
    max-width: 500px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right {
    width: 100%;
    max-width: none;
    flex: none;
    padding-top: 0;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container {
  width: 100%;
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header {
    gap: 10px;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 20px;
  background: #FFF;
  border: 1px solid #00AFB8;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn {
    padding: 12px 16px;
    width: 45%;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn .tab-label {
  font-size: 24px;
  font-weight: 700;
  color: #00AFB8;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn .tab-label {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn:hover {
  background: #DCF3F4;
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn.active {
  background: #DCF3F4;
  border-bottom: none;
  margin-bottom: -1px;
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn img {
  width: 43px;
  height: 51.39px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-btn img {
    width: 28px;
    height: 33px;
    top: 8%;
    left: 0;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-label-1 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-header .tab-label-1 {
    padding-left: 0;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-content {
  width: 100%;
  border-radius: 0 15px 15px 15px;
  border: 1px solid #00AFB8;
  background: #DCF3F4;
  display: inline-flex;
  height: 517px;
  padding: 15px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-content {
    height: auto;
    padding: 15px 10px 0px 10px;
  }
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-content .tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}
.sectionbox.section_3 .section_content .card .section_right .tabs-container .tabs-content .tab-pane.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sectionbox.section_3 .section_content .card .section_right .step-box {
  width: 100%;
}
.sectionbox.section_3 .section_content .card .section_right .step-box .step-title {
  color: #00AFB8;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  margin: 12px 0 5px 0;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .step-box .step-title {
    margin-left: 0;
    text-align: center;
    margin: 0;
  }
}
.sectionbox.section_3 .section_content .card .section_right .step-box .step-title img {
  margin-top: -4px;
  margin-right: 5px;
}
.sectionbox.section_3 .section_content .card .section_right .step-box .step-title img.new_tag {
  position: absolute;
  top: -14px;
  right: 25px;
  margin: 0;
  width: auto;
  height: 56px;
  z-index: 3;
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .step-box .step-title img.new_tag {
    height: 25px;
    right: -15px;
    top: -8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sectionbox.section_3 .section_content .card .section_right .step-box .step-title img.new_tag {
    height: 40px;
    right: -14px;
    top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_3 .section_content .card .section_right .step-box .step-title img.new_tag {
    height: 40px;
    right: -14px;
    top: 40px;
  }
}
.sectionbox.section_3 .section_content .card .section_right .step-box .step-img {
  width: 100%;
}
@media (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .section_right .step-box .step-img {
    width: 100%;
  }
}
.sectionbox.section_3 .section_content .bg_boder_d {
  position: absolute;
  bottom: -60px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 320px) {
  .sectionbox.section_3 .section_content .bg_boder_d {
    bottom: -24px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .sectionbox.section_3 .section_content .bg_boder_d {
    bottom: -28px;
  }
}
.sectionbox.section_3 .section_content .bg_boder_d img {
  width: 100%;
}
.sectionbox.section_3 .section_btnBox {
  padding: 60px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_btnBox {
    padding: 24px 0 0 0;
  }
}
.sectionbox.section_3 .section_btnBox .title {
  text-align: center;
  margin-bottom: 20px;
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 1.333px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_btnBox .title {
    margin-bottom: 10px;
  }
}
.sectionbox.section_3 .section_btnBox .btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_btnBox .btn_group {
    gap: 24px;
  }
}
.sectionbox.section_3 .section_btnBox .btn_group .btn_item {
  display: flex;
  height: 65px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1981FD;
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 23.4px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.702px;
  z-index: 2;
}
.sectionbox.section_3 .section_btnBox .btn_group .btn_item:hover {
  background: #0A6AD3;
  transform: scale(1.05);
  text-decoration: none;
}
.sectionbox.section_3 .section_btnBox .btn_group .btn-3 {
  background: #FFA039;
}
.sectionbox.section_3 .section_btnBox .btn_group .btn-3:hover {
  background: #FF8C00;
  transform: scale(1.05);
  text-decoration: none;
}
.sectionbox.section_3 .section_btnBox .btn_pic {
  position: absolute;
  bottom: 8%;
  right: 27%;
  z-index: 0;
  width: 132.171px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_3 .section_btnBox .btn_pic {
    right: 16%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sectionbox.section_3 .section_btnBox .btn_pic {
    right: 22%;
  }
}/*# sourceMappingURL=recruitment.css.map */