@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
html {
  scroll-behavior: smooth;
}

.topbanner {
  background: linear-gradient(135deg, #5264D4 0%, #7B5CC8 100%);
  padding: 10px 0 30px 0;
  text-align: center;
  height: 450px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    padding: 10px 0 0px 0;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 29px;
    align-self: stretch;
    border-bottom: 5px solid #94A8D2;
  }
}
.topbanner .wrapper_in {
  max-width: 1158px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in {
    padding: 0;
  }
}
.topbanner .wrapper_in .section_info {
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info {
    display: block;
    padding: 0 20px 65px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info {
    padding-top: 20px;
  }
}
.topbanner .wrapper_in .section_info .info_title {
  text-align: left;
  margin-top: 72px;
  position: absolute;
  z-index: 5;
  left: 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title {
    position: relative;
    text-align: center;
    left: 0;
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_title {
    margin-top: 0;
  }
}
.topbanner .wrapper_in .section_info .info_title .title {
  font-size: 48px;
  font-family: "Noto Sans";
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_title .title {
    font-size: 36px;
  }
}
.topbanner .wrapper_in .section_info .info_title .s-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title .s-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_title .s-title {
    font-size: 22px;
    margin-bottom: 49px;
  }
}
.topbanner .wrapper_in .section_info .info_title .section_btn {
  width: 130px;
  height: 45px;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8.125px;
  background: #ffa039;
  padding: 8.125px 24.375px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title .section_btn {
    max-width: 132px;
    max-height: 53px;
    display: inline-block;
    border-radius: 8.125px;
    padding: 8.125px 24.375px;
    justify-content: center;
    align-items: center;
    gap: 8.125px;
    margin-top: 20px;
    line-height: 36.563px;
    letter-spacing: 1.083px;
    white-space: nowrap;
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
  }
}
.topbanner .wrapper_in .section_info .info_title .section_btn:hover {
  background: #f3b97b;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content {
    display: none;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual {
  position: relative;
  width: 826px;
  height: 450px;
  overflow: visible;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual {
    width: 550px;
    overflow: hidden;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual .banner_main {
  position: absolute;
  left: 164px;
  top: 0;
  height: 450px;
  width: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .banner_main {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .banner_main {
    left: 100px;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle {
  position: absolute;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle {
    display: none;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_lg {
  width: 200px;
  left: 472px;
  top: 125px;
  animation: circle_float 3.8s ease-in-out infinite;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_lg {
    width: 130px;
    left: 385px;
    top: 149px;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_top {
  width: 110px;
  left: 609px;
  top: 26px;
  animation: circle_float 5.5s ease-in-out 0.4s infinite;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_top {
    width: 75px;
    left: 78%;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_right {
  width: 120px;
  left: 706px;
  top: 142px;
  animation: circle_float 4.1s ease-in-out 1.2s infinite;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_right {
    width: 80px;
    left: 88%;
  }
}
.topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_btm {
  width: 100px;
  left: 662px;
  top: 282px;
  animation: circle_float 3.5s ease-in-out 0.9s infinite;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .topbanner .wrapper_in .section_info .info_content .banner_visual .b_circle_btm {
    width: 65px;
    left: 86%;
  }
}
.topbanner .bg_boder {
  position: absolute;
  bottom: -57px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .bg_boder {
    bottom: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .topbanner .bg_boder {
    bottom: -35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .bg_boder {
    bottom: -40px;
  }
}
.topbanner .bg_boder img {
  width: 100%;
}

@keyframes circle_float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.06);
  }
}
.sectionbox.section_2 {
  padding: 80px 0 120px 0;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.sectionbox.section_2 .wrapper_in {
  max-width: 1200px;
  position: relative;
}
.sectionbox.section_2 .section_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_title {
    margin-bottom: 40px;
    gap: 12px;
  }
}
.sectionbox.section_2 .section_title .title {
  color: #4055C6;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.08px;
  line-height: 100%;
  padding-top: 0;
}
@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;
  }
}
.sectionbox.section_2 .section_title .s-title {
  margin-top: 0;
  color: #292929;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_title .s-title {
    font-size: 16px;
    line-height: 140%;
  }
}
.sectionbox.section_2 .section_challenges {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_challenges {
    gap: 30px;
  }
}
.sectionbox.section_2 .section_challenges .challenges_content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionbox.section_2 .section_challenges .info_cards_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1142px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_challenges .info_cards_wrapper {
    gap: 20px;
    width: 100%;
    padding: 0 20px;
  }
}
.sectionbox.section_2 .section_challenges .info_card {
  width: 260px;
  height: 128px;
  text-align: center;
  background: #fff;
  border-radius: 20px 20px 20px 0;
  box-shadow: 0 10px 20px 0 #cedcff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_challenges .info_card {
    width: 100%;
    max-width: 280px;
    height: auto;
    padding: 20px;
  }
}
.sectionbox.section_2 .section_challenges .info_card .card_title {
  color: #292929;
  font-size: 23px;
  font-weight: 700;
  font-family: "Microsoft JhengHei", sans-serif;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_challenges .info_card .card_title {
    font-size: 18px;
  }
}
.sectionbox.section_2 .section_challenges .info_card .card_subtitle {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  font-family: "Microsoft JhengHei", sans-serif;
  width: 100%;
}
.sectionbox.section_2 .section_challenges .info_card .card_subtitle p {
  margin: 0;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_challenges .info_card .card_subtitle {
    font-size: 14px;
  }
}
.sectionbox.section_2 .section_challenges .character_left,
.sectionbox.section_2 .section_challenges .character_right {
  position: absolute;
  width: 150px;
  height: 250px;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
  .sectionbox.section_2 .section_challenges .character_left,
  .sectionbox.section_2 .section_challenges .character_right {
    display: none;
  }
}
.sectionbox.section_2 .section_challenges .character_left img,
.sectionbox.section_2 .section_challenges .character_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: float 4s ease-in-out infinite;
}
.sectionbox.section_2 .section_challenges .character_left {
  left: 0;
  bottom: -130px;
}
.sectionbox.section_2 .section_challenges .character_right {
  right: 0;
  bottom: -130px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.sectionbox.section_3 {
  padding: 80px 0 120px;
  position: relative;
  background-color: #dde7ff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 {
    padding: 40px 0;
  }
}
.sectionbox.section_3 .wrapper_in {
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .wrapper_in {
    gap: 20px;
    padding: 0 20px;
  }
}
.sectionbox.section_3 .bg_boder {
  position: absolute;
  top: -30px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 425px) {
  .sectionbox.section_3 .bg_boder {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .bg_boder {
    top: -13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_3 .bg_boder {
    top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sectionbox.section_3 .bg_boder {
    top: -22px;
  }
}
.sectionbox.section_3 .bg_boder img {
  width: 100%;
}
.sectionbox.section_3 .section_title {
  text-align: center;
}
.sectionbox.section_3 .section_title .title {
  color: #4055c6;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_title .title {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
.sectionbox.section_3 .content_row {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_3 .content_row {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_3 .row_competency .card_competency {
    order: -1;
  }
}
.sectionbox.section_3 .feature_card {
  width: 472px;
  flex-shrink: 0;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  min-height: 449px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_3 .feature_card {
    width: 100%;
    min-height: 320px;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: unset;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card.card_personality {
    background-color: #76aaff;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card.card_competency {
    background-color: #99DDF6;
  }
}
.sectionbox.section_3 .feature_card .card_bg_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_bg_img {
    display: none;
  }
}
.sectionbox.section_3 .feature_card .card_person {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_3 .feature_card .card_person {
    width: 120px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_person {
    order: 2;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 130px;
  }
}
.sectionbox.section_3 .feature_card .card_person img {
  width: 100%;
  display: block;
}
.sectionbox.section_3 .feature_card .card_text {
  position: relative;
  z-index: 1;
  padding: 20px 44px 0 44px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_3 .feature_card .card_text {
    padding: 24px 24px 0 24px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_text {
    order: 1;
    width: 100%;
    padding: 20px 10px 15px;
  }
}
.sectionbox.section_3 .feature_card .card_heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.sectionbox.section_3 .feature_card .card_heading .heading_main {
  color: #fff;
  font-size: 36px;
  font-family: "Noto Sans";
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_heading .heading_main {
    font-size: 36px;
  }
}
.sectionbox.section_3 .feature_card .card_heading .heading_en {
  color: #BED5FF;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_heading .heading_en {
    font-size: 24px;
  }
}
.sectionbox.section_3 .feature_card .card_heading .heading_en_teal {
  color: #CEFDFF;
}
.sectionbox.section_3 .feature_card .card_subtitle {
  color: #0054B9;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 5px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_subtitle {
    font-size: 22px;
    text-align: center;
  }
}
.sectionbox.section_3 .feature_card .card_subtitle_teal {
  color: #00ABB7;
}
.sectionbox.section_3 .feature_card .card_quote {
  font-family: "HanziPen SC";
  color: #fff;
  font-size: 30px;
  letter-spacing: -3px;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .feature_card .card_quote {
    font-size: 26px;
    text-align: center;
  }
}
.sectionbox.section_3 .boxes_panel {
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .boxes_panel {
    padding: 20px;
    gap: 20px;
  }
}
.sectionbox.section_3 .panel_personality {
  background-color: #c5d9ff;
}
.sectionbox.section_3 .panel_competency {
  background-color: #C2E3FC;
}
.sectionbox.section_3 .persona_box {
  background: #C5D9FF;
  border: 1px solid #FFF;
  border-radius: 25px;
  box-shadow: 0 10px 20px 0 #BCC7E2;
  padding: 20px 15px 20px 10px;
  display: flex;
  gap: 5px;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box {
    padding: 15px 15px 20px 10px;
    gap: 5px;
    flex-direction: column;
    align-items: center;
  }
}
.sectionbox.section_3 .persona_box .box_icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box .box_icon {
    width: 50px;
    height: 50px;
  }
}
.sectionbox.section_3 .persona_box .box_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sectionbox.section_3 .persona_box .box_content {
  flex: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box .box_content {
    text-align: center;
    width: 100%;
  }
}
.sectionbox.section_3 .persona_box .box_type {
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 8px;
  font-family: "Microsoft JhengHei", sans-serif;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box .box_type {
    font-size: 24px;
    text-align: center;
  }
}
.sectionbox.section_3 .persona_box .box_desc {
  font-size: 17px;
  font-weight: 400;
  color: #292929;
  line-height: 1.6;
  margin-bottom: 8px;
  font-family: "Microsoft JhengHei", sans-serif;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box .box_desc {
    font-size: 17px;
    text-align: center;
  }
}
.sectionbox.section_3 .persona_box .box_desc strong {
  font-weight: 700;
}
.sectionbox.section_3 .persona_box .box_desc p {
  margin: 0;
  padding-left: 5em;
  text-indent: -5em;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box .box_desc p {
    padding-left: 0;
    text-indent: 0;
  }
}
.sectionbox.section_3 .persona_box .box_traits {
  display: flex;
  height: 25px;
  align-items: flex-end;
  align-self: stretch;
  font-size: 13px;
  color: #292929;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .persona_box .box_traits {
    justify-content: center;
  }
}
.sectionbox.section_3 .ability_box {
  border: 1px solid #FFF;
  border-radius: 25px;
  box-shadow: 0 10px 20px 0 #BCC7E2;
  padding: 12px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  align-self: stretch;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .ability_box {
    padding: 14px 12px;
    gap: 8px;
  }
}
.sectionbox.section_3 .ability_box .ability_left {
  flex-shrink: 0;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .ability_box .ability_left {
    width: 25%;
  }
}
.sectionbox.section_3 .ability_box .ability_icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .ability_box .ability_icon {
    width: 44px;
    height: 44px;
  }
}
.sectionbox.section_3 .ability_box .ability_label {
  text-align: center;
}
.sectionbox.section_3 .ability_box .ability_label .label_main {
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  margin: 0;
  font-family: Arial;
}
.sectionbox.section_3 .ability_box .ability_label .label_sub {
  font-size: 16px;
  color: #595959;
  margin: 0;
  font-family: Arial;
  line-height: normal;
  letter-spacing: 0.8px;
}
.sectionbox.section_3 .ability_box .ability_right {
  flex: 1;
  min-width: 0;
}
.sectionbox.section_3 .ability_box .ability_desc {
  font-size: 17px;
  color: #292929;
  line-height: 1.5;
  font-family: "Microsoft JhengHei", sans-serif;
}
.sectionbox.section_3 .ability_box .ability_traits {
  display: flex;
  height: 35px;
  align-self: stretch;
  align-items: flex-end;
  font-size: 13px;
  color: #292929;
  margin: 0;
  font-family: "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  white-space: nowrap;
}
.sectionbox.section_3 .ability_box .ability_traits strong {
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .ability_box .ability_traits {
    white-space: normal;
    height: auto;
    align-items: flex-start;
    display: block;
  }
}
.sectionbox.section_3 .hl-teal {
  color: #0297A2;
}
.sectionbox.section_3 .hl-green {
  color: #00ABB8;
  font-weight: 700;
}
.sectionbox.section_3 .hl-purple {
  color: #60C;
  font-weight: 700;
}
.sectionbox.section_3 .section_cta {
  text-align: center;
  margin-top: 10px;
}
.sectionbox.section_3 .section_cta .cta_btn {
  display: inline-block;
  background: linear-gradient(111.27deg, #576cd7 24.221%, #69d8e0 95.302%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Microsoft JhengHei", sans-serif;
  transition: opacity 0.2s;
}
.sectionbox.section_3 .section_cta .cta_btn:hover {
  opacity: 0.85;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_cta .cta_btn {
    font-size: 18px;
    padding: 10px 24px;
  }
}

.sectionbox.section_4 {
  padding: 80px 0 100px;
  background: url("../images/ai/s4_bg.png") center center/cover no-repeat;
  position: relative;
}
.sectionbox.section_4 .bg_boder {
  position: absolute;
  top: 2px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bg_boder {
    top: -3px;
  }
}
.sectionbox.section_4 .bg_boder img {
  width: 100%;
  transform: translateY(-100%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 {
    padding: 40px 0 20px;
  }
}
.sectionbox.section_4 .section_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_title {
    margin-bottom: 20px;
  }
}
.sectionbox.section_4 .section_title .title {
  color: #fff;
  font-family: "Noto Sans", "Microsoft JhengHei", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.08px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_title .title {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 12px;
  }
}
.sectionbox.section_4 .section_title .s-title {
  color: #fff;
  font-family: "Noto Sans", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_title .s-title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.sectionbox.section_4 .section_content {
  display: flex;
  justify-content: center;
}
.sectionbox.section_4 .circles_row {
  display: flex;
  gap: 112px;
  padding: 11px 5px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionbox.section_4 .circles_row {
    gap: 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .circles_row {
    flex-direction: column;
    gap: 24px;
  }
}
.sectionbox.section_4 .circle_item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(109deg, rgba(255, 255, 255, 0.24) 1.57%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: center;
  padding: 18px 35px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .circle_item {
    width: 160px;
    height: 160px;
    padding: 15px 28px;
    gap: 10px;
  }
}
.sectionbox.section_4 .circle_title {
  color: #fff;
  font-family: "Noto Sans", "Microsoft JhengHei", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.24px;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .circle_title {
    font-size: 22px;
  }
}
.sectionbox.section_4 .circle_subtitle {
  color: #e4e4e4;
  font-family: "Noto Sans", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .circle_subtitle {
    font-size: 14px;
  }
}
.sectionbox.section_4 .circle_items p {
  color: #73E1FF;
  font-family: "Noto Sans", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.71px;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}

.sectionbox.section_5 {
  position: relative;
  padding: 100px 0 300px;
  background-color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 {
    padding: 60px 0 220px;
  }
}
.sectionbox.section_5 .section_content {
  display: flex;
  align-items: center;
  gap: 115px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionbox.section_5 .section_content {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_5 .section_content {
    gap: 40px;
  }
}
.sectionbox.section_5 .visual_col {
  flex: 0 0 450px;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionbox.section_5 .visual_col {
    flex: none;
    width: 100%;
    max-width: 480px;
  }
}
.sectionbox.section_5 .img_card {
  position: relative;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  height: 400px;
  box-shadow: 0px 38px 60px rgba(0, 0, 0, 0.1);
  background: #5F7DFF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .img_card {
    height: 260px;
    border-radius: 0 60px 0 60px;
  }
}
.sectionbox.section_5 .img_card .card_main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}
.sectionbox.section_5 .img_card .card_overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionbox.section_5 .text_col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sectionbox.section_5 .s5_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sectionbox.section_5 .s5_heading .s5_main_title {
  font-size: 38px;
  font-weight: 700;
  color: #292929;
  letter-spacing: -0.38px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .s5_heading .s5_main_title {
    font-size: 28px;
    text-align: center;
  }
}
.sectionbox.section_5 .s5_heading .s5_main_desc {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #292929;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .s5_heading .s5_main_desc {
    font-size: 16px;
    text-align: center;
  }
}
.sectionbox.section_5 .feature_rows {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sectionbox.section_5 .feature_row {
  display: flex;
  align-items: center;
  gap: 23px;
  overflow: visible;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .feature_row {
    justify-content: center;
  }
}
.sectionbox.section_5 .feature_icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  overflow: visible;
  display: flex;
  padding: 17.075px;
  justify-content: center;
  align-items: center;
  gap: 9.486px;
  border-radius: 28.458px;
  background: #FFF;
  box-shadow: 0 18.972px 75.889px 0 rgba(0, 0, 0, 0.12);
}
.sectionbox.section_5 .feature_icon img {
  width: 20px;
  height: 20px;
}
.sectionbox.section_5 .feature_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sectionbox.section_5 .feature_text .feature_title {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #292929;
  line-height: 1.55;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .feature_text .feature_title {
    font-size: 20px;
  }
}
.sectionbox.section_5 .feature_text .feature_desc {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #686868;
  letter-spacing: 0.8px;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .feature_text .feature_desc {
    font-size: 14px;
  }
}

/* Contact Section */
#contact-form {
  background: #00386E;
  min-height: 900px;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 200px 0 0 0;
  margin-top: -200px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form {
    padding: 20px 0 0;
    min-height: 600px;
    border-radius: 0;
    background: none;
  }
}
#contact-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-image: url("../images/index/contactUs_bg_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #contact-form::before {
    width: 391.74px;
    height: 577px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form::before {
    display: none;
  }
}
#contact-form::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: url("../images/index/contactUs_bg_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #contact-form::after {
    width: 238px;
    height: 375px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form::after {
    display: none;
  }
}
#contact-form {
  /* 主要容器 */
}
#contact-form .wrapper_in {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 56px);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in {
    width: 100%;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
  }
}
#contact-form .wrapper_in .contactUs_form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form {
    flex-direction: column;
    align-items: stretch;
    background-color: transparent;
  }
}
#contact-form .wrapper_in .contactUs_form .info_panel {
  max-width: 430px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  background: #1567C6;
  box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin-top: 235px;
  margin-right: -20px;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #contact-form .wrapper_in .contactUs_form .info_panel {
    max-width: 360px;
    padding: 30px 20px;
    max-height: none;
  }
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_title {
    font-size: 28px;
  }
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_features .info_feature {
    font-size: 15px;
  }
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_contact .contact_number {
    font-size: 18px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .info_panel {
    border-radius: 0;
    max-width: unset;
    min-height: unset;
    padding: 40px 20px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  #contact-form .wrapper_in .contactUs_form .info_panel .info_features {
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact-form .wrapper_in .contactUs_form .info_panel .info_contact {
    display: flex;
    justify-content: center;
  }
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content {
  color: #FFF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content {
    text-align: center;
    margin: 0 auto;
  }
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_title {
  margin-bottom: 10px;
  align-self: stretch;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_title {
    font-size: 22px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_title {
    font-size: 28px;
  }
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_subtitle {
  margin-bottom: 30px;
  line-height: 1.4;
  color: #FFF;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_features {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_features .info_feature {
  position: relative;
  line-height: 1.4;
  color: #FFF;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_features .info_feature .check_icon {
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_features .info_feature {
    font-size: 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_features .info_feature {
    margin-bottom: 10px;
  }
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_contact {
  padding-left: 6px;
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_contact .contact_number {
  margin: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #FFF;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  gap: 5px;
}
#contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_contact .phone {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .info_panel .info_content .info_contact .phone {
    width: 24px;
    height: 24px;
  }
}
#contact-form .wrapper_in .contactUs_form {
  /* J104 表單容器 */
}
#contact-form .wrapper_in .contactUs_form .form-wrapper {
  max-width: 630px;
  width: 100% !important;
  padding: 40px 50px !important;
  min-height: 830px;
  background-color: #fff;
  border-radius: 0 50px;
}
@media (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .form-wrapper {
    padding: 15px 30px !important;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #contact-form .wrapper_in .contactUs_form .form-wrapper .modal-body {
    padding: 10px;
  }
}
#contact-form .wrapper_in .contactUs_form {
  /* J104 表單區塊 */
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm .modal-body {
  padding: 0 !important;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm .form-title {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #292929;
  font-weight: 600;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm .form-subtitle {
  font-size: 18px;
  color: #292929;
  font-weight: 600;
  margin: 0 0 20px 0;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm .displayNone {
  display: none;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm {
  /* 表單標籤 */
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm label {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
  margin: 0 3px;
  padding: 0;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm label.required:after {
  content: "*";
  color: #ea475b;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #contact-form .wrapper_in .contactUs_form #contactUsPageForm .job-title {
    text-align: right;
  }
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm {
  /* 表單輸入框 */
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyInput,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #userName,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #empNum,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #identityCategory,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #email {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyInput {
  font-size: 16px;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #phoneAreaCode,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #phoneNum,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #phoneExt {
  margin: 8px 0 0 0;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #message {
  height: 70px;
  resize: vertical;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #resetQueryCompany {
  margin-top: 48px;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #resetQueryCompany .fa-times {
  cursor: pointer;
  color: #ea475b;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyBtn {
  min-width: 0 !important;
  margin-top: 27px;
  line-height: 34px;
  color: #1567C6;
  background-color: transparent;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
  padding: 0.375rem 0.75rem !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyBtn {
    margin-left: -16px;
  }
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #companyName {
  color: #1567C6;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
#contact-form .wrapper_in .contactUs_form #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%;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyList li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyList li:hover {
  background-color: lightblue;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyList li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #queryCompanyList li.searching:hover {
  background-color: white !important;
}
#contact-form .wrapper_in .contactUs_form #contactUsPageForm #searchInfoRow {
  margin: 5px 3px;
}
#contact-form .wrapper_in .contactUs_form {
  /* 錯誤訊息 */
}
#contact-form .wrapper_in .contactUs_form #newCompanyInfo .errorInfo,
#contact-form .wrapper_in .contactUs_form #contactUsPageForm .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
#contact-form .wrapper_in .contactUs_form {
  /* 網格系統 */
}
#contact-form .wrapper_in .contactUs_form .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .row.row-to-column {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .row.row-to-column .col-sm-6 {
    padding-right: 10px;
  }
  #contact-form .wrapper_in .contactUs_form .row.row-to-column .col-sm-6:last-child {
    padding-right: 15px;
    padding-left: 10px;
  }
}
#contact-form .wrapper_in .contactUs_form .row {
  /* 清除浮動 */
}
#contact-form .wrapper_in .contactUs_form .row:before, #contact-form .wrapper_in .contactUs_form .row:after {
  display: table;
  content: " ";
}
#contact-form .wrapper_in .contactUs_form .row:after {
  clear: both;
}
#contact-form .wrapper_in .contactUs_form {
  /* Bootstrap 網格類別 */
}
#contact-form .wrapper_in .contactUs_form .col-xs-12,
#contact-form .wrapper_in .contactUs_form .col-sm-6,
#contact-form .wrapper_in .contactUs_form .col-md-10,
#contact-form .wrapper_in .contactUs_form .col-md-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#contact-form .wrapper_in .contactUs_form .col-xs-12 {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none;
}
#contact-form .wrapper_in .contactUs_form .col-xs-12 input,
#contact-form .wrapper_in .contactUs_form .col-xs-12 select,
#contact-form .wrapper_in .contactUs_form .col-xs-12 textarea {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#contact-form .wrapper_in .contactUs_form .col-md-10 {
  width: 83.3333333333%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#contact-form .wrapper_in .contactUs_form .col-xs-1 {
  width: 8.3333333333%;
  float: left;
}
@media (min-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .col-sm-6 {
    width: 50%;
    float: left;
  }
  #contact-form .wrapper_in .contactUs_form .col-md-10 {
    width: 83.33333333%;
    float: left;
  }
  #contact-form .wrapper_in .contactUs_form .col-md-1 {
    width: 8.33333333%;
    float: left;
  }
}
#contact-form .wrapper_in .contactUs_form {
  /* 電話欄位 */
}
#contact-form .wrapper_in .contactUs_form .phone-row {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
#contact-form .wrapper_in .contactUs_form .phone-row .col-xs-3,
#contact-form .wrapper_in .contactUs_form .phone-row .col-xs-6 {
  float: none;
  flex: none;
}
#contact-form .wrapper_in .contactUs_form .phone-row .col-xs-3 {
  width: 25%;
}
#contact-form .wrapper_in .contactUs_form .phone-row .col-xs-6 {
  width: 50%;
}
#contact-form .wrapper_in .contactUs_form .phone-row > div {
  padding: 0 5px 0 0;
}
#contact-form .wrapper_in .contactUs_form .phone-row > div:last-child {
  padding-right: 0;
}
#contact-form .wrapper_in .contactUs_form .phone-fields .col-xs-3 {
  width: 25%;
  float: left;
}
#contact-form .wrapper_in .contactUs_form .phone-fields .col-xs-6 {
  width: 50%;
  float: left;
}
#contact-form .wrapper_in .contactUs_form {
  /* Email 和職務類別欄位 */
}
@media (min-width: 768px) {
  #contact-form .wrapper_in .contactUs_form .email-job-row .col-sm-6 {
    padding-right: 10px;
  }
  #contact-form .wrapper_in .contactUs_form .email-job-row .col-sm-6:last-child {
    padding-right: 15px;
    padding-left: 10px;
  }
}
#contact-form .wrapper_in .contactUs_form {
  /* 表單控件 */
}
#contact-form .wrapper_in .contactUs_form .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .wrapper_in .contactUs_form .form-control,
#contact-form .wrapper_in .contactUs_form .J104Select .field,
#contact-form .wrapper_in .contactUs_form select {
  height: 38px;
  line-height: 1.4;
}
#contact-form .wrapper_in .contactUs_form {
  /* J104 表單元件 */
}
#contact-form .wrapper_in .contactUs_form .J104Text,
#contact-form .wrapper_in .contactUs_form .J104Number,
#contact-form .wrapper_in .contactUs_form .J104Select {
  margin: 0 3px;
}
#contact-form .wrapper_in .contactUs_form .J104Text input,
#contact-form .wrapper_in .contactUs_form .J104Text textarea,
#contact-form .wrapper_in .contactUs_form .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 14px;
  height: 38px;
  color: #7e7e7e;
}
#contact-form .wrapper_in .contactUs_form .J104Text input ::-moz-placeholder, #contact-form .wrapper_in .contactUs_form .J104Text textarea ::-moz-placeholder, #contact-form .wrapper_in .contactUs_form .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
#contact-form .wrapper_in .contactUs_form .J104Text input ::placeholder,
#contact-form .wrapper_in .contactUs_form .J104Text textarea ::placeholder,
#contact-form .wrapper_in .contactUs_form .J104Select .field ::placeholder {
  color: #7e7e7e;
}
#contact-form .wrapper_in .contactUs_form .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}
#contact-form .wrapper_in .contactUs_form {
  /* 按鈕 */
}
#contact-form .wrapper_in .contactUs_form .btn-submit {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  height: 48px;
  padding: 12px 60px;
  border-radius: 99px;
  background-color: #1567C6;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0 0;
}
#contact-form .wrapper_in .contactUs_form .btn-submit:hover {
  background-color: #1456A8;
  color: #FFF;
  text-decoration: none;
}
#contact-form .wrapper_in .contactUs_form {
  /* 多選框區塊 */
}
#contact-form .wrapper_in .contactUs_form .checkbox-section {
  margin: 25px 0;
}
#contact-form .wrapper_in .contactUs_form .checkbox-section .checkbox-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#contact-form .wrapper_in .contactUs_form #productNameColumn .J104Checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  #contact-form .wrapper_in .contactUs_form #productNameColumn .J104Checkbox {
    grid-template-columns: 1fr;
  }
}
#contact-form .wrapper_in .contactUs_form #productNameColumn .J104Checkbox label.inline {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
#contact-form .wrapper_in .contactUs_form #productNameColumn .J104Checkbox .checkbox-peer:before {
  width: 18px;
  height: 18px;
}
#contact-form .wrapper_in .contactUs_form {
  /* 額外的更具體的選擇器 */
}
#contact-form .wrapper_in .contactUs_form #contact-form #productNameColumn .J104Checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
}
#contact-form .wrapper_in .contactUs_form .text-center {
  text-align: center;
}
#contact-form .wrapper_in .contactUs_form .tips {
  margin-top: 10px;
  font-size: 16px;
  color: #7E7E7E;
}
@media (max-width: 767px) {
  #contact-form .wrapper_in .contactUs_form .search-submit-btn {
    margin-top: 10px;
    width: 100%;
  }
}
#contact-form .wrapper_in .contactUs_form #userName,
#contact-form .wrapper_in .contactUs_form #email,
#contact-form .wrapper_in .contactUs_form #source,
#contact-form .wrapper_in .contactUs_form #message {
  transform: translateX(0) !important;
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  #contact-form .wrapper_in .contactUs_form .row-to-column {
    display: block;
  }
  #contact-form .wrapper_in .contactUs_form .row-to-column .col-sm-6 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #contact-form .wrapper_in .contactUs_form .email-job-row .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  #contact-form .wrapper_in .contactUs_form .row {
    margin-bottom: 0;
  }
  #contact-form .wrapper_in .contactUs_form .col-xs-12 {
    margin-bottom: 10px;
  }
}

.sectionbox.section_footer .corpy {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}/*# sourceMappingURL=ai.css.map */