/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
.topbanner {
  background-color: #1567c6;
  padding: 10px 0 30px 0;
  text-align: center;
  height: 420px;
  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: 49px;
    align-self: stretch;
    border-bottom: 5px solid #94A8D2;
  }
}
.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;
  gap: 50px;
  padding: 30px;
}
@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: left;
  margin-top: 55px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_info .info_title {
    text-align: center;
  }
}
.topbanner .wrapper_in .section_info .info_title .title {
  font-size: 48px;
  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: 0px;
  }
}
@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: 22px;
  font-weight: 700;
  letter-spacing: 0.66px;
}
@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;
    margin-bottom: 49px;
    white-space: nowrap;
  }
}
.topbanner .wrapper_in .section_info .info_title .s-title span {
  font-weight: 300;
}
.topbanner .wrapper_in .section_info .info_title .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;
  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: 769px) and (max-width: 991px) {
  .topbanner .wrapper_in .section_info .info_content .pic img {
    margin-top: 44px;
  }
}
.topbanner .wrapper_in .section_info .info_content .pic_m img {
  width: 100%;
  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: 29px;
  }
}
.topbanner .bg_boder {
  position: absolute;
  bottom: -10px;
  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: -1px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .topbanner .bg_boder {
    bottom: -1px;
  }
}
.topbanner .bg_boder img {
  width: 100%;
}

.sectionbox.section_2 {
  background-image: url(../images/competency/s2_bg.svg);
  background-color: #F4F9FF;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 33%;
  width: 100%;
  padding-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 {
    background-image: none;
    background: #F4F9FF;
  }
}
.sectionbox.section_2 .wrapper_in {
  max-width: 1080px;
  display: flex;
  gap: 50px;
  padding: 20px 80px 0px 0px;
  margin-top: 125px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .wrapper_in {
    padding: 20px 10px;
    display: block;
    gap: 0px;
    margin-top: 0px;
  }
}
.sectionbox.section_2 .wrapper_in .section_question {
  display: flex;
}
.sectionbox.section_2 .wrapper_in .section_question img {
  width: 100px;
  height: 236px;
  margin-right: -7px;
}
.sectionbox.section_2 .wrapper_in .section_question .question_box {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: -25px;
  white-space: nowrap;
}
.sectionbox.section_2 .wrapper_in .section_answer .answer_box {
  display: flex;
  width: 420px;
  padding: 30px 20px;
  align-items: center;
  gap: 50px;
  border-radius: 15px;
  background: #F9FCFF;
  box-shadow: 0px 0px 20px 0px rgba(54, 98, 178, 0.2);
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
.sectionbox.section_2 .wrapper_in .section_answer .answer_box_bubble {
  width: 54px;
  height: 34.126px;
  position: absolute;
  left: -40px;
  bottom: 123px;
  z-index: 3;
}
.sectionbox.section_2 .wrapper_in .section_question_m {
  display: flex;
  gap: 20px;
  height: 128px;
  justify-content: center;
  align-items: center;
}
.sectionbox.section_2 .wrapper_in .section_question_m img {
  height: 100%;
}
.sectionbox.section_2 .wrapper_in .section_question_m .question_box {
  width: 221px;
  display: flex;
  margin-top: -10px;
}
.sectionbox.section_2 .wrapper_in .section_question_m .question_box .question_prefix {
  color: #3F85D7;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.sectionbox.section_2 .wrapper_in .section_question_m .question_box .carousel_group {
  width: 100%;
  position: relative;
}
.sectionbox.section_2 .wrapper_in .section_question_m .question_box .carousel_group .carousel_item {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.sectionbox.section_2 .wrapper_in .section_question_m .question_box .carousel_group .flickity-page-dots {
  display: none;
}
.sectionbox.section_2 .wrapper_in .section_question_m .question_box .carousel_group .flickity-button {
  display: none;
}
.sectionbox.section_2 .wrapper_in .section_answer_m {
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 15px;
  background: #F4F9FF;
  box-shadow: 0px 0px 20px 0px rgba(54, 98, 178, 0.2);
  color: #292929;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}

.sectionbox.section_3 {
  padding: 80px 0;
  position: relative;
  margin-top: -20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 {
    padding-bottom: 40px;
    padding-top: 20px;
    margin-top: 0;
  }
}
.sectionbox.section_3 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_3 .section_title .title {
  text-align: center;
  color: #003c76;
  letter-spacing: 1.8px;
  padding-top: 50px;
}
@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;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.sectionbox.section_3 .section_title .s-title {
  margin-top: 20px;
  color: #292929;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.sectionbox.section_3 .section_content {
  margin-top: 60px;
  gap: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    margin: 0 auto;
  }
}
.sectionbox.section_3 .section_content .card {
  text-align: center;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_content .card {
    display: flex;
    padding: 10px 10px 10px 20px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #78B6FF;
  }
}
.sectionbox.section_3 .section_content .card .icon {
  margin-bottom: 25px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .icon {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sectionbox.section_3 .section_content .card .icon img {
    width: 60px;
    height: 61.5px;
  }
}
.sectionbox.section_3 .section_content .card .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .title {
    margin-bottom: 5px;
  }
}
.sectionbox.section_3 .section_content .card .desc {
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_content .card .desc {
    font-size: 18px;
  }
}
.sectionbox.section_3 .section_content .card .textBox {
  text-align: left;
}

.sectionbox.section_4 {
  padding-top: 80px;
  padding-bottom: 140px;
  background-color: #E4F0FF;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 {
    padding-bottom: 70px;
    padding-top: 20px;
  }
}
.sectionbox.section_4 .bg_boder {
  position: absolute;
  top: -30px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bg_boder {
    top: -20px;
  }
}
.sectionbox.section_4 .bg_boder img {
  width: 100%;
}
.sectionbox.section_4 .section_title {
  margin-bottom: 60px;
}
@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: #1767C7;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.08px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_title .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
}
.sectionbox.section_4 .section_content .titleBox {
  border-radius: 50px;
  background: #FFFFF0;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  color: #292929;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_content .titleBox {
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
  }
}
.sectionbox.section_4 .section_content .titleBox span {
  color: #5184C3;
  font-size: 24px;
  font-weight: 400;
}
.sectionbox.section_4 .section_content .carousel_group {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 800px;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionbox.section_4 .section_content .carousel_group .img-box {
    margin: 0 20px;
  }
}
.sectionbox.section_4 .section_content .carousel_group .img-box img {
  width: 100%;
}
.sectionbox.section_4 .section_content .carousel_group .flickity-page-dots {
  bottom: -40px;
}
.sectionbox.section_4 .section_content .carousel_group .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #D8D8D8;
}
.sectionbox.section_4 .section_content .carousel_group .flickity-page-dots .dot.is-selected {
  background: #2F86ED;
}
.sectionbox.section_4 .section_content .competency-fit {
  margin-bottom: 60px;
  text-align: center;
}
.sectionbox.section_4 .section_content .competency-fit .imgbox {
  margin: 0 20px;
}
.sectionbox.section_4 .section_content .competency-fit .imgbox .pic_01 {
  max-width: 800px;
  width: 100%;
}
.sectionbox.section_4 .bg_boder_d {
  position: absolute;
  bottom: -60px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 320px) {
  .sectionbox.section_4 .bg_boder_d {
    bottom: -24px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .sectionbox.section_4 .bg_boder_d {
    bottom: -28px;
  }
}
.sectionbox.section_4 .bg_boder_d img {
  width: 100%;
}

.sectionbox.section_5 {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 {
    padding-bottom: 40px;
    padding-top: 70px;
  }
}
.sectionbox.section_5 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_5 .section_title {
  text-align: center;
  color: #003c76;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: 1.2px;
  }
}
.sectionbox.section_5 .section_content {
  padding-top: 50px;
  height: auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content {
    display: block;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_5 .section_content {
    margin: 0 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sectionbox.section_5 .section_content {
    margin: 0 20px;
  }
}
.sectionbox.section_5 .section_content .pic-book {
  border-radius: 20px;
  background: #E4F0FF;
  display: flex;
  padding: 20px 40px 30px 40px;
  flex-direction: column;
  align-items: center;
  height: 730px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .pic-book {
    height: 115%;
    padding: 20px 20px 30px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sectionbox.section_5 .section_content .pic-book {
    max-height: 630px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sectionbox.section_5 .section_content .pic-book {
    height: 730px;
    padding: 20px 20px 0px 20px;
  }
}
.sectionbox.section_5 .section_content .pic-book .title {
  color: #292929;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.sectionbox.section_5 .section_content .pic-book .stitle {
  color: #292929;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
.sectionbox.section_5 .section_content .pic-book .pic-box {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .pic-book .pic-box .pic-box-view {
    height: 170%;
  }
}
.sectionbox.section_5 .section_content .pic-book .pic-box .pic-box-view img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .pic-book .pic-box .pic-box-view img {
    height: auto;
    width: 100%;
  }
}
.sectionbox.section_5 .section_content .pic-book .download {
  padding: 10px 0px;
  color: #1981FD;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sectionbox.section_5 .section_content .pic-book:first-child {
  margin-right: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .pic-book:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .book-container {
    width: 90%;
  }
}
.sectionbox.section_5 .btn-group {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .btn-group {
    margin-top: 20px;
    gap: 15px;
  }
}
.sectionbox.section_5 .btn-group .desc {
  color: #292929;
  text-align: justify;
  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_5 .btn-group .desc {
    text-align: center;
    line-height: 20px;
  }
}
.sectionbox.section_5 .btn-group .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;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .btn-group .section_btn {
    max-width: 160px;
    min-height: 65px;
  }
}
.sectionbox.section_5 .btn-group .section_btn:hover {
  background: #f3b97b;
}
.sectionbox.section_5 .btn-group .rocket {
  position: absolute;
  top: 62%;
  left: 32%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sectionbox.section_5 .btn-group .rocket {
    left: 25%;
  }
}
.sectionbox.section_5 .btn-group .arrow {
  position: absolute;
  top: 38%;
  right: 36%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sectionbox.section_5 .btn-group .arrow {
    right: 29%;
  }
}

.sectionbox.section_6 {
  padding-top: 30px;
  padding-bottom: 130px;
  background-color: #E4F0FF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.sectionbox.section_6 .section_title {
  margin-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_title {
    margin-bottom: 0;
  }
}
.sectionbox.section_6 .section_title .title {
  color: #1767C7;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_title .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
}
.sectionbox.section_6 .section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionbox.section_6 .section_content ul.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_content ul.faq-list {
    margin: 20px 0;
  }
}
.sectionbox.section_6 .section_content ul.faq-list > li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sectionbox.section_6 .section_content ul.faq-list > li.active .question .fold-btn {
  transform: rotate(0deg);
}
.sectionbox.section_6 .section_content ul.faq-list > li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.sectionbox.section_6 .section_content ul.faq-list > li .question .title {
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_content ul.faq-list > li .question .title {
    align-items: normal;
  }
}
.sectionbox.section_6 .section_content ul.faq-list > li .question .q-style {
  margin-right: 6px;
  color: #1567C6;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.sectionbox.section_6 .section_content ul.faq-list > li .question .fold-btn {
  width: 23px;
  height: 23px;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.sectionbox.section_6 .section_content ul.faq-list > li .answer {
  display: none;
  margin-top: 10px;
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.sectionbox.section_6 .section_content ul.faq-list > li .answer ol {
  margin-left: 25px;
}
.sectionbox.section_6 .section_content ul.faq-list > li .answer ol li {
  list-style: disc;
}
.sectionbox.section_6 .section_content ul.faq-list > li .answer p,
.sectionbox.section_6 .section_content ul.faq-list > li .answer li {
  color: #616161;
}
.sectionbox.section_6 .section_content ul.faq-list > li .answer p:not(:nth-of-type(1)) {
  margin-top: 10px;
}/*# sourceMappingURL=competency.css.map */