@charset "UTF-8";
/*通用css宣告*/
.tableOverParent {
  position: relative;
}
.tableOverParent .tableOver-btn {
  padding-top: 2em;
  padding-bottom: 0.5em;
  width: 100%;
  border: 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.tableOverParent .tableOver-btn.styleDark {
  background: linear-gradient(to top, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.tableOverParent .tableOver-btn.styleGray {
  background: linear-gradient(to top, rgb(33, 33, 33) 50%, rgba(33, 33, 33, 0) 100%);
  color: #fff;
}
.tableOverParent .tableOver-btn.styleGray2 {
  background: linear-gradient(to top, rgb(230, 230, 230) 50%, rgba(230, 230, 230, 0) 100%);
}
.tableOverParent .tableOver-btn[aria-expanded=false] {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}
.tableOverParent .tableOver-btn[aria-expanded=true] {
  position: relative;
  background: unset;
  padding-top: 0.5em;
  padding-bottom: 2em;
  color: #fff;
}
.tableOverParent._darkBg .tableOver-btn[aria-expanded=true] {
  color: black;
}

.tableOverHidden {
  height: 30vh;
  overflow-y: hidden;
  z-index: 1;
}
.tableOverHidden.showing {
  overflow-y: visible;
  height: unset;
}
.tableOverHidden.showing .table {
  margin-bottom: 0;
}

.style-btnlike-w7G1vB5 {
  display: inline-block;
}
.style-btnlike-w7G1vB5:after {
  content: "\e70d";
  font-family: MSHPIconsRegular;
  display: inline-block;
  padding-left: 0.5em;
  text-align: center;
}

.tableOverParent .tableOver-btn[aria-expanded=true] {
  padding-bottom: 0.5em;
  border: 1px white solid;
}
.tableOverParent .tableOver-btn[aria-expanded=true] .style-btnlike-w7G1vB5:after {
  content: "\e70e";
}
.tableOverParent._darkBg .tableOver-btn[aria-expanded=true] {
  border: 1px black solid;
}

@media (max-width: 769px) {
  .rwdTable thead {
    display: none;
  }
  .rwdTable,
  .rwdTable tbody,
  .rwdTable th,
  .rwdTable tr,
  .rwdTable td {
    display: block;
    width: 100%;
  }
  .rwdTable thead {
    display: none;
  }
}
.mobileshow, .mobileshow-db {
  display: none;
}

@media (max-width: 769px) {
  .mobileshow {
    display: inline-block;
  }
  .mobileshow-db {
    display: block;
  }
}
:root {
  --theme-text-gradient-purple: #702573;
  --theme-text-gradient-blue: #00579a;
  --theme-box-shadow-light: #0000001c;
  --theme-box-shadow-medium: #00000021;
  --theme-box-shadow-heavy: #0000002e;
  --theme-box-shadow-extra-heavy: #00000038;
  --theme-border-white-high-contrast: #fff0;
  --theme-text: #161616;
  --theme-card-background: #fff;
  --theme-default-blue: #0078d4;
}

.background_color_fff {
  background-color: #fff;
}

.background_color_f4f3f5 {
  background-color: #f4f3f5;
}

.background_color_e9e6de {
  background-color: #e9e6de;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_justify {
  text-align: justify !important;
}

.color_0078d4 {
  color: #0078d4;
}

.color_FF5C39 {
  color: #FF5C39;
}

.color_C731CC {
  color: #C731CC;
}

.color_F4364C {
  color: #F4364C;
}

.color_2A446F {
  color: #2A446F;
}

.color_73391D {
  color: #73391D;
}

.color_702573 {
  color: #702573;
}

.color_73262F {
  color: #73262F;
}

/*margin and padding 宣告 ex:p_[num]px ml_[num]px*/
.mt_0px {
  margin-top: 0px !important;
}

.mr_0px {
  margin-right: 0px !important;
}

.mb_0px {
  margin-bottom: 0px !important;
}

.ml_0px {
  margin-left: 0px !important;
}

.m_0px {
  margin: 0px !important;
}

.pt_0px {
  padding-top: 0px !important;
}

.pr_0px {
  padding-right: 0px !important;
}

.pb_0px {
  padding-bottom: 0px !important;
}

.pl_0px {
  margin-left: 0px !important;
}

.p_0px {
  padding: 0px !important;
}

.mt_5px {
  margin-top: 5px !important;
}

.mr_5px {
  margin-right: 5px !important;
}

.mb_5px {
  margin-bottom: 5px !important;
}

.ml_5px {
  margin-left: 5px !important;
}

.m_5px {
  margin: 5px !important;
}

.pt_5px {
  padding-top: 5px !important;
}

.pr_5px {
  padding-right: 5px !important;
}

.pb_5px {
  padding-bottom: 5px !important;
}

.pl_5px {
  margin-left: 5px !important;
}

.p_5px {
  padding: 5px !important;
}

.mt_10px {
  margin-top: 10px !important;
}

.mr_10px {
  margin-right: 10px !important;
}

.mb_10px {
  margin-bottom: 10px !important;
}

.ml_10px {
  margin-left: 10px !important;
}

.m_10px {
  margin: 10px !important;
}

.pt_10px {
  padding-top: 10px !important;
}

.pr_10px {
  padding-right: 10px !important;
}

.pb_10px {
  padding-bottom: 10px !important;
}

.pl_10px {
  margin-left: 10px !important;
}

.p_10px {
  padding: 10px !important;
}

.mt_15px {
  margin-top: 15px !important;
}

.mr_15px {
  margin-right: 15px !important;
}

.mb_15px {
  margin-bottom: 15px !important;
}

.ml_15px {
  margin-left: 15px !important;
}

.m_15px {
  margin: 15px !important;
}

.pt_15px {
  padding-top: 15px !important;
}

.pr_15px {
  padding-right: 15px !important;
}

.pb_15px {
  padding-bottom: 15px !important;
}

.pl_15px {
  margin-left: 15px !important;
}

.p_15px {
  padding: 15px !important;
}

.mt_20px {
  margin-top: 20px !important;
}

.mr_20px {
  margin-right: 20px !important;
}

.mb_20px {
  margin-bottom: 20px !important;
}

.ml_20px {
  margin-left: 20px !important;
}

.m_20px {
  margin: 20px !important;
}

.pt_20px {
  padding-top: 20px !important;
}

.pr_20px {
  padding-right: 20px !important;
}

.pb_20px {
  padding-bottom: 20px !important;
}

.pl_20px {
  margin-left: 20px !important;
}

.p_20px {
  padding: 20px !important;
}

.mt_25px {
  margin-top: 25px !important;
}

.mr_25px {
  margin-right: 25px !important;
}

.mb_25px {
  margin-bottom: 25px !important;
}

.ml_25px {
  margin-left: 25px !important;
}

.m_25px {
  margin: 25px !important;
}

.pt_25px {
  padding-top: 25px !important;
}

.pr_25px {
  padding-right: 25px !important;
}

.pb_25px {
  padding-bottom: 25px !important;
}

.pl_25px {
  margin-left: 25px !important;
}

.p_25px {
  padding: 25px !important;
}

.mt_30px {
  margin-top: 30px !important;
}

.mr_30px {
  margin-right: 30px !important;
}

.mb_30px {
  margin-bottom: 30px !important;
}

.ml_30px {
  margin-left: 30px !important;
}

.m_30px {
  margin: 30px !important;
}

.pt_30px {
  padding-top: 30px !important;
}

.pr_30px {
  padding-right: 30px !important;
}

.pb_30px {
  padding-bottom: 30px !important;
}

.pl_30px {
  margin-left: 30px !important;
}

.p_30px {
  padding: 30px !important;
}

.mt_35px {
  margin-top: 35px !important;
}

.mr_35px {
  margin-right: 35px !important;
}

.mb_35px {
  margin-bottom: 35px !important;
}

.ml_35px {
  margin-left: 35px !important;
}

.m_35px {
  margin: 35px !important;
}

.pt_35px {
  padding-top: 35px !important;
}

.pr_35px {
  padding-right: 35px !important;
}

.pb_35px {
  padding-bottom: 35px !important;
}

.pl_35px {
  margin-left: 35px !important;
}

.p_35px {
  padding: 35px !important;
}

.mt_40px {
  margin-top: 40px !important;
}

.mr_40px {
  margin-right: 40px !important;
}

.mb_40px {
  margin-bottom: 40px !important;
}

.ml_40px {
  margin-left: 40px !important;
}

.m_40px {
  margin: 40px !important;
}

.pt_40px {
  padding-top: 40px !important;
}

.pr_40px {
  padding-right: 40px !important;
}

.pb_40px {
  padding-bottom: 40px !important;
}

.pl_40px {
  margin-left: 40px !important;
}

.p_40px {
  padding: 40px !important;
}

.mt_45px {
  margin-top: 45px !important;
}

.mr_45px {
  margin-right: 45px !important;
}

.mb_45px {
  margin-bottom: 45px !important;
}

.ml_45px {
  margin-left: 45px !important;
}

.m_45px {
  margin: 45px !important;
}

.pt_45px {
  padding-top: 45px !important;
}

.pr_45px {
  padding-right: 45px !important;
}

.pb_45px {
  padding-bottom: 45px !important;
}

.pl_45px {
  margin-left: 45px !important;
}

.p_45px {
  padding: 45px !important;
}

.mt_50px {
  margin-top: 50px !important;
}

.mr_50px {
  margin-right: 50px !important;
}

.mb_50px {
  margin-bottom: 50px !important;
}

.ml_50px {
  margin-left: 50px !important;
}

.m_50px {
  margin: 50px !important;
}

.pt_50px {
  padding-top: 50px !important;
}

.pr_50px {
  padding-right: 50px !important;
}

.pb_50px {
  padding-bottom: 50px !important;
}

.pl_50px {
  margin-left: 50px !important;
}

.p_50px {
  padding: 50px !important;
}

.mt_55px {
  margin-top: 55px !important;
}

.mr_55px {
  margin-right: 55px !important;
}

.mb_55px {
  margin-bottom: 55px !important;
}

.ml_55px {
  margin-left: 55px !important;
}

.m_55px {
  margin: 55px !important;
}

.pt_55px {
  padding-top: 55px !important;
}

.pr_55px {
  padding-right: 55px !important;
}

.pb_55px {
  padding-bottom: 55px !important;
}

.pl_55px {
  margin-left: 55px !important;
}

.p_55px {
  padding: 55px !important;
}

.mt_60px {
  margin-top: 60px !important;
}

.mr_60px {
  margin-right: 60px !important;
}

.mb_60px {
  margin-bottom: 60px !important;
}

.ml_60px {
  margin-left: 60px !important;
}

.m_60px {
  margin: 60px !important;
}

.pt_60px {
  padding-top: 60px !important;
}

.pr_60px {
  padding-right: 60px !important;
}

.pb_60px {
  padding-bottom: 60px !important;
}

.pl_60px {
  margin-left: 60px !important;
}

.p_60px {
  padding: 60px !important;
}

.mt_65px {
  margin-top: 65px !important;
}

.mr_65px {
  margin-right: 65px !important;
}

.mb_65px {
  margin-bottom: 65px !important;
}

.ml_65px {
  margin-left: 65px !important;
}

.m_65px {
  margin: 65px !important;
}

.pt_65px {
  padding-top: 65px !important;
}

.pr_65px {
  padding-right: 65px !important;
}

.pb_65px {
  padding-bottom: 65px !important;
}

.pl_65px {
  margin-left: 65px !important;
}

.p_65px {
  padding: 65px !important;
}

.btn span:after {
  display: none;
}

a {
  color: var(--theme-default-blue);
  text-decoration: none;
}
a:hover {
  color: var(--theme-default-blue);
  text-decoration: underline;
}
a:target {
  background-color: #caf4ff;
}

button.btn-link {
  background-color: unset;
  color: var(--theme-default-blue);
  box-shadow: unset;
  padding: unset;
  margin: unset;
}
button.btn-link:hover {
  background-color: unset;
  color: var(--theme-default-blue);
  text-decoration: underline;
}

/*獨立通用宣告*/
@media screen and (min-width: 991px) {
  .text-md-center {
    text-align: center;
    font-size: 0;
  }
  .col-md-centered {
    float: none;
    display: inline-block;
  }
}
.font-family-segoeUI {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.font-small-80 {
  font-size: 80%;
}

.img_max100, .iconDefault {
  max-width: 100%;
  height: auto;
}

.border-radius-rounded {
  border-radius: 290486px !important;
}

.word_nowrap {
  white-space: nowrap;
}

.vertical-align_baseline {
  vertical-align: baseline;
}

.list-style-type_cjk-ideographic {
  list-style-type: cjk-ideographic;
}

.text-gradient-purple-blue {
  background-color: var(--theme-text-gradient-purple);
  background-image: linear-gradient(90deg, var(--theme-text-gradient-purple), var(--theme-text-gradient-blue));
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
}

.background-image-YyX63 {
  background-image: url(../images/2024futureready/section-testimonials_light.jpg);
  background-size: cover;
}

.border-radius_style-BvZxaq98 {
  border: 6px transparent solid;
  border-radius: 20px;
}

.border-color_0078d4 {
  border-color: #0078d4 !important;
}

.border-color_FF5C39 {
  border-color: #FF5C39 !important;
}

.border-color_C731CC {
  border-color: #C731CC !important;
}

.border-color_F4364C {
  border-color: #F4364C !important;
}

.border-color_8dc8e8 {
  border-color: #8dc8e8 !important;
}

.border-color_ffa38b {
  border-color: #ffa38b !important;
}

.border-color_cd9bcf {
  border-color: #cd9bcf !important;
}

.border-color_ffb3bb {
  border-color: #ffb3bb !important;
}

.border-color_990000 {
  border-color: #990000 !important;
}

.border-style_J7zcs5 {
  border-bottom: 1px #ccc solid;
  position: relative;
}
.border-style_J7zcs5:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  height: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.border-style_tVwdwa {
  border: 1px transparent solid;
}

@media screen and (min-width: 768px) {
  .d-md-flex .flex-item-4 {
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*KV*/
/*@media (min-width: 992px) {
    .style-vB6z3aq {
        background-image: url('/taiwan/education/0composition/images/2024futureready/KV1920x538.jpg');
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;

    }
    .min_height-YgXC36{
        min-height: 20vw;
    }
    .style-Xc63z{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}*/
@media (min-width: 992px) {
  .style-Ncasdfc {
    background-image: url("/taiwan/education/0composition/images/2024futureready/home-hero2_light.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .min_height-YgXC36 {
    min-height: 20vw;
  }
}
@media (min-width: 1200px) {
  .style-Ncasdfc {
    background-position: 80% center;
  }
}
@media (max-width: 1199px) {
  .style-Ncasdfc {
    background-position: right center;
  }
}
.kv_title {
  margin: 0;
}

/*.kv_sec_title{
    font-size:38px;
    font-weight: 900;
}*/
.style-Gaz0 .card {
  width: 19.999999%;
}
.style-Gaz0 .card.m_10px {
  width: calc(19.999999% - 20px);
}

@media screen and (max-width: 551px) {
  .style-Gaz0 .card {
    width: 49.99999%;
  }
  .style-Gaz0 .card.m_10px {
    width: calc(49.99999% - 20px);
  }
}
.style-Vbz6xc .card, .style-nZr6Y3g .card {
  width: 100%;
}
.style-Vbz6xc .card.m_10px, .style-nZr6Y3g .card.m_10px {
  width: calc(100% - 20px);
}

@media screen and (min-width: 551px) {
  .style-Vbz6xc .card {
    width: 49.99999%;
  }
  .style-Vbz6xc .card.m_10px {
    width: calc(49.99999% - 20px);
  }
}
.box-shadow-Csqwee .card {
  border: 1px solid var(--theme-border-white-high-contrast);
  outline-color: var(--theme-text);
  box-shadow: 0 1.6px 3.6px 0 var(--theme-box-shadow-medium), 0 0.3px 0.9px 0 var(--theme-box-shadow-light);
}

.style_h8Xz62 .card {
  width: 100%;
}
.style_h8Xz62 .card.m_10px {
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .style_h8Xz62 .card {
    width: 49.99999%;
  }
  .style_h8Xz62 .card.m_10px {
    width: calc(49.99999% - 20px);
  }
}
@media screen and (min-width: 1654px) {
  .style_h8Xz62 .card {
    width: 33.3333%;
  }
  .style_h8Xz62 .card.m_10px {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 1654px) and (min-width: 768px) {
  .style_h8Xz62 .card {
    width: 49.99999%;
  }
  .style_h8Xz62 .card.m_10px {
    width: calc(49.99999% - 20px);
  }
}
.style_bXCsqasd .card {
  width: 33.3333%;
}
.style_bXCsqasd .card.m_10px {
  width: calc(33.3333% - 20px);
}

.style-VbxAwf .card {
  width: 49.99999%;
}
.style-VbxAwf .card.m_10px {
  width: calc(49.99999% - 20px);
}

@media screen and (max-width: 768px) {
  .style_bXCsqasd .card, .style-VbxAwf .card {
    width: 100%;
  }
  .style_bXCsqasd .card.m_10px, .style-VbxAwf .card.m_10px {
    width: calc(100% - 20px);
  }
}
.support_topGroup {
  align-items: center;
}

.support_title {
  font-weight: bolder;
}

.support_img {
  min-width: 100px;
}

.img_w150 {
  width: 150px;
  max-width: 100%;
}

.iconDefault {
  width: 100px;
}

.section-bg-style1 {
  background-image: url(../images/2024futureready/section-bg-style1.jpg);
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 22.96875%;
  z-index: 1;
  margin-top: -10vw;
  margin-bottom: -3em;
}

@media screen and (min-width: 1440px) {
  .section-bg-style1 {
    margin-top: -8vw;
  }
}
/*nav*/
.event-navigation {
  position: fixed;
  box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.3);
}

.event-navigation.intro {
  right: 25px;
}

.event-navigation {
  position: fixed;
  /*position: absolute;*/
  right: -100%;
  top: 50%;
  /*top: 1850px;*/
  display: inline-block;
  transform: translateY(-50%);
  text-align: right;
  z-index: 99;
  transition: bottom 0.3s ease-out, right 0.5s ease-out;
  -webkit-font-smoothing: antialiased;
  border-radius: 15px;
  /*background-color: #e8e6df;
              box-shadow: 1px 1px 5px #c3bdae, -2px -2px 2px #fff;*/
  background: linear-gradient(45deg, #1a58a3 0%, #b84ee2 50%, #dc9e88 100%);
  padding: 20px;
}

@media screen and (max-width: 540px) {
  .event-navigation {
    top: unset;
    bottom: -20px;
  }
}
.event-navigation:before {
  content: "";
  display: block;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
  position: absolute;
  background-color: #e8e6df;
  border-radius: 15px;
  z-index: 1;
}

.event-navigation ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 2;
}

.event-navigation li {
  display: block;
  /*margin: 0 0 1em;*/
  line-height: 1.02em;
  z-index: 2;
}

.event-navigation.lite a {
  color: var(--theme-default-blue);
  text-decoration: none;
}
.event-navigation.lite a span {
  text-decoration: none;
}

.event-navigation a:after {
  content: "";
  display: inline-block;
  float: right;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  /*background-color: transparent;
              border-radius: 50%;
              border: 2px solid;*/
  background-image: url("../images/2024futureready/Rectangle 116.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: all 0.2s linear;
}

.event-navigation.lite a:hover:after {
  /*background-color: #0274A5;*/
  transform: rotate(0deg);
}

.event-navigation a span {
  display: inline-block;
  transition: all 0.2s ease-out;
}

.style-GbXzwd6 {
  flex-direction: column;
  justify-content: space-between;
}

.font-YxaawF {
  font-size: 250%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 426px) {
  .bg01 {
    background-image: url(../images/2024futureready/bg01.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .bg01.pos-RB {
    background-position: right bottom;
  }
}
@media screen and (max-width: 1440px) {
  .bg01 {
    background-position-y: 40%;
    background-size: 40%;
  }
}
@media screen and (max-width: 768px) {
  .bg01 {
    background-position-y: 55%;
    background-size: 40%;
  }
}
.bg02 {
  background-image: url(../images/2024futureready/bg05.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.bg02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(233, 230, 222, 0.9) 0%, rgba(233, 230, 222, 0.5) 100%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bg02 {
    background-position: right bottom;
  }
}
.bg03 {
  background-image: url(../images/2024futureready/bg03.jpg);
  background-repeat: no-repeat;
  background-position: left 10%;
}

@media screen and (max-width: 1440px) {
  .bg03 {
    background-position: -5% 10%;
  }
}
@media screen and (max-width: 1024px) {
  .bg03 {
    background-image: none;
  }
}
@counter-style bracketsNum {
  prefix: "(";
  symbols: "1" "2" "3" "4" "5" "6" "7" "8" "9" "10";
  suffix: "). ";
}
[data-MWFicon]:after,
[data-MWFicon]:before {
  font-family: "MWF-MDL2";
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: baseline;
}

[data-mwficon=calendar_after]:after {
  margin-left: 0.2rem;
  content: "\e787";
}

[data-mwficon=chevronRight_after]:after {
  margin-left: 0.2rem;
  content: "\e76c";
}

.style-FfFasd6 {
  min-width: 10em;
}

.cardGroup-Style-Vbeqw .card:nth-child(n+7) {
  display: none;
}
.cardGroup-Style-Vbeqw.showAll .card:nth-child(n+7) {
  display: block;
}

@media screen and (max-width: 551px) {
  .cardGroup-Style-Vbeqw .card:nth-child(n+4) {
    display: none;
  }
  .cardGroup-Style-Vbeqw.showAll .card:nth-child(n+4) {
    display: block;
  }
}/*# sourceMappingURL=2024futureready.css.map */