@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap";
.pmp_slider .slick-prev {
  width: 40px;
  height: 40px;
  top: 50%;
  left: -20px;
  z-index: 1; }
  .pmp_slider .slick-prev:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url(../img/pmp_index/icons/ico_slider_l.png), rgba(65, 69, 79, 0.9);
    background-repeat: no-repeat;
    background-size: 13px, contain;
    background-position: 11px center, center;
    border-radius: 40px; }
  @media only screen and (max-width: 767px) {
    .pmp_slider .slick-prev {
      top: 18%; } }

.pmp_slider .slick-next {
  width: 40px;
  height: 40px;
  top: 50%;
  right: -20px;
  z-index: 1; }
  .pmp_slider .slick-next:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url(../img/pmp_index/icons/ico_slider_r.png), rgba(65, 69, 79, 0.9);
    background-repeat: no-repeat;
    background-size: 13px, contain;
    background-position: 15px center, center;
    border-radius: 40px; }
  @media only screen and (max-width: 767px) {
    .pmp_slider .slick-next {
      top: 18%; } }

.pmp_slider .slick-dots {
  bottom: 0; }

@media only screen and (max-width: 767px) {
  #post_slider .slick-prev,
  #post_slider .slick-next {
    top: 32%; } }

@media only screen and (max-width: 991px) {
  #csm_tab_btn.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  #csm_tab_btn.menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

#csm_tab_content .ui.segment {
  background: transparent; }

#csm_tab_content .ui.attached.segment {
  border: none; }

.csm_tab_slider_container a.item {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  color: #41454f;
  text-decoration: none;
  background-image: url(../img/pmp_index/icons/img_point_w_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.csm_tab_slider_container a.item.active,
.csm_tab_slider_container a.item:hover {
  background-color: transparent;
  color: #41454f;
  background-image: url(../img/pmp_index/icons/img_point_r_2.png); }
  .csm_tab_slider_container a.item.active:before,
  .csm_tab_slider_container a.item:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 40px;
    width: 57px;
    height: 45px;
    background-image: url(../img/pmp_index/img_arrow_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media only screen and (max-width: 1099px) {
      .csm_tab_slider_container a.item.active:before,
      .csm_tab_slider_container a.item:hover:before {
        left: 0px; } }

@media only screen and (max-width: 991px) {
  .csm_tab_slider_container a.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    padding: 12px 8px;
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 0;
    background-size: 100% 100%; }
  .csm_tab_slider_container a.item.active:before,
  .csm_tab_slider_container a.item:hover:before {
    top: auto;
    bottom: -26px;
    left: 48%;
    -webkit-transform: rotate(50deg) translateX(-50%);
    transform: rotate(50deg) translateX(-50%);
    width: 30px;
    height: 24px; } }

@media only screen and (max-width: 767px) {
  .csm_tab_slider_container a.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
  .csm_tab_slider_container a.item.active:before,
  .csm_tab_slider_container a.item:hover:before {
    display: none; } }

#faqAccordion {
  width: 100%; }
  #faqAccordion.ui.styled.accordion,
  #faqAccordion .ui.styled.accordion .accordion {
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #faqAccordion.ui.styled.accordion .title {
    width: 100%;
    padding: 0;
    border-top: none;
    border-bottom: none; }

#infoAccordion {
  width: 100%; }
  #infoAccordion.ui.styled.accordion,
  #infoAccordion .ui.styled.accordion .accordion {
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #infoAccordion.ui.styled.accordion .title {
    width: 100%;
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom: none; }

.banner_container {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/pmp_index/banner/bg_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden; }
  .banner_container .inner_content {
    max-width: 1200px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
  .banner_container img.img_block {
    position: absolute;
    top: 18px;
    left: 52%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1030px;
    -webkit-animation: fade 2s linear infinite;
    animation: fade 2s linear infinite; }
  .banner_container .slogan_box {
    font-size: 100px; }
    .banner_container .slogan_box > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .banner_container .slogan_box > div:nth-child(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .banner_container .slogan_box > div:nth-child(2) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0.1em; }
      .banner_container .slogan_box > div:nth-child(3) {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0.2em; }
      .banner_container .slogan_box > div:nth-child(4) {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 1.58em; }
      .banner_container .slogan_box > div img.img_en_1 {
        width: 4.04em; }
      .banner_container .slogan_box > div img.img_en_2 {
        width: 5.09em;
        margin-left: 0.1em; }
      .banner_container .slogan_box > div img.img_cn_1 {
        width: 0.33em; }
      .banner_container .slogan_box > div img.img_cn_2 {
        width: 3.4em;
        margin-left: -0.2em; }
      .banner_container .slogan_box > div img.img_cn_3 {
        width: 2.37em;
        margin-top: 0.2em;
        margin-left: 0.2em; }
      .banner_container .slogan_box > div img.img_line_1 {
        width: 2.41em;
        margin-left: 0.22em; }
      .banner_container .slogan_box > div img.img_line_2 {
        width: 0.55em; }
      .banner_container .slogan_box > div img.img_line_3 {
        width: 0.1em;
        margin-top: -0.4em; }
      .banner_container .slogan_box > div img.ico_triangle {
        width: 1.45em;
        position: absolute;
        top: 0.4em;
        left: 1.33em; }
      .banner_container .slogan_box > div a.img_btn_sign {
        display: block;
        position: absolute;
        top: 0.6em;
        left: 0.2em; }
        .banner_container .slogan_box > div a.img_btn_sign img {
          width: 1.42em; }
  @media only screen and (max-width: 991px) {
    .banner_container {
      padding-top: 340px;
      padding-bottom: 40px;
      background-image: url(../img/pmp_index/banner/bg_banner_m.jpg); }
      .banner_container img.img_block {
        display: none; }
      .banner_container .slogan_box {
        margin-left: 60px; } }
  @media only screen and (max-width: 767px) {
    .banner_container {
      padding-top: 170px; }
      .banner_container .slogan_box {
        font-size: 50px;
        margin-left: 10px; } }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.section_1_content .about_pmp > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%; }

.section_1_content .about_pmp > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%; }

@media only screen and (max-width: 991px) {
  .section_1_content .about_pmp > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .section_1_content .about_pmp > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; } }

.section_1_content .card_container {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 991px) {
    .section_1_content .card_container {
      padding-top: 32px;
      padding-bottom: 32px; } }

.section_1_content .card_data img.img_data {
  width: 166px; }

.section_1_content p.quote_word {
  margin-top: 32px; }

.section_1_content .success_pmp > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.section_1_content .success_pmp > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%; }

.section_1_content .success_pmp img.img_pmp_card {
  width: 100%;
  border-radius: 20px; }

@media only screen and (max-width: 991px) {
  .section_1_content .success_pmp > div:first-child {
    margin-bottom: 20px; } }

.section_1_content ul.success_list {
  margin-top: 0px;
  margin-bottom: 24px; }
  .section_1_content ul.success_list > li {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #4F17A8; }
  @media only screen and (max-width: 767px) {
    .section_1_content ul.success_list {
      margin-bottom: 20px; }
      .section_1_content ul.success_list > li {
        font-size: 16px;
        line-height: 24px; }
        .section_1_content ul.success_list > li br {
          display: none; } }

@media only screen and (max-width: 991px) {
  .section_1_content {
    padding-bottom: 80px; } }

.section_2_content {
  padding-top: 32px; }
  .section_2_content .card_container {
    padding-bottom: 32px; }
    .section_2_content .card_container .triple_column_box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section_2_content .card_container .triple_column_box > div {
        margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .section_2_content .card_container {
        padding-bottom: 32px; }
        .section_2_content .card_container .triple_column_box > div {
          margin-bottom: 32px; } }
  .section_2_content .card_feature img.img_feature {
    width: 100px; }
  .section_2_content #feature_slider {
    width: 100%;
    padding: 40px;
    background: #E8EDF1;
    border-radius: 20px; }
    .section_2_content #feature_slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    @media only screen and (max-width: 767px) {
      .section_2_content #feature_slider {
        padding: 16px 12px; }
        .section_2_content #feature_slider .slick-track {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
  .section_2_content .feature_pmp > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%; }
  .section_2_content .feature_pmp > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .section_2_content .feature_pmp .feature_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px; }
    .section_2_content .feature_pmp .feature_title img.ico_feature {
      width: 60px; }
    .section_2_content .feature_pmp .feature_title img.img_arrow {
      width: 14px;
      margin-left: 10px;
      margin-right: 10px; }
    .section_2_content .feature_pmp .feature_title h4 {
      margin-top: 0;
      margin-bottom: 0;
      color: #41454F;
      font-size: 24px;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: 1.44px; }
  .section_2_content .feature_pmp p {
    font-size: 18px;
    line-height: 32px; }
  @media only screen and (max-width: 991px) {
    .section_2_content .feature_pmp > div:first-child {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .section_2_content .feature_pmp > div:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0; }
    .section_2_content .feature_pmp > div:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 32px; }
    .section_2_content .feature_pmp .feature_title h4 {
      font-size: 20px; }
    .section_2_content .feature_pmp p {
      font-size: 16px;
      line-height: 24px; } }
  .section_2_content h2.emphasis_word {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 0;
    color: #41454F;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    font-weight: normal;
    letter-spacing: 0.72px; }
    .section_2_content h2.emphasis_word span {
      margin-left: 4px;
      margin-right: 4px;
      color: #4F17A8;
      font-size: 32px;
      font-weight: bold; }
    @media only screen and (max-width: 991px) {
      .section_2_content h2.emphasis_word span {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .section_2_content h2.emphasis_word {
        margin-top: 32px;
        font-size: 16px;
        line-height: 32px; }
        .section_2_content h2.emphasis_word span {
          display: block;
          font-size: 20px; } }

.section_3_content .video_pmp > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%; }

.section_3_content .video_pmp > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%; }

@media only screen and (max-width: 991px) {
  .section_3_content .video_pmp > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .section_3_content .video_pmp > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; } }

.section_3_content .pmp_yt_screen {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden; }
  .section_3_content .pmp_yt_screen iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px; }
  @media only screen and (max-width: 767px) {
    .section_3_content .pmp_yt_screen {
      height: 200px;
      border-radius: 20px; } }

.section_3_content .training_pmp {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section_3_content .training_pmp > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .section_3_content .training_pmp > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%; }
  @media only screen and (max-width: 991px) {
    .section_3_content .training_pmp > div:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .section_3_content .training_pmp > div:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 20px; } }

.section_3_content #infoAccordion .title .read_more_btn {
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.6px;
  background-color: #982027;
  border-radius: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 28px; }
  .section_3_content #infoAccordion .title .read_more_btn > img {
    width: 16px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .section_3_content #infoAccordion .title .read_more_btn {
      font-size: 16px;
      line-height: 28px; }
      .section_3_content #infoAccordion .title .read_more_btn > img {
        width: 12px; } }

.section_3_content #infoAccordion .title.appear.active .read_more_btn {
  position: relative;
  z-index: 1; }
  .section_3_content #infoAccordion .title.appear.active .read_more_btn > img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.section_3_content #infoAccordion .content.active {
  margin-top: -30px;
  padding: 60px 35px 40px 35px;
  background-color: #E8EDF1;
  border-radius: 0px 20px 20px 20px; }
  @media only screen and (max-width: 767px) {
    .section_3_content #infoAccordion .content.active {
      padding: 40px 12px 20px 12px; } }

.section_3_content #infoAccordion .ability_table {
  width: 100%;
  padding-bottom: 24.254%;
  background: url(../img/pmp_index/img_table_desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 991px) {
    .section_3_content #infoAccordion .ability_table {
      padding-bottom: 176.744%;
      background: url(../img/pmp_index/img_table_mobile.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }

.section_3_content #infoAccordion .course_picture {
  padding-top: 32px;
  padding-bottom: 32px; }
  .section_3_content #infoAccordion .course_picture > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
  .section_3_content #infoAccordion .course_picture > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
  .section_3_content #infoAccordion .course_picture p.quote_word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px; }
  @media only screen and (max-width: 991px) {
    .section_3_content #infoAccordion .course_picture {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section_3_content #infoAccordion .course_picture > div:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px; }
      .section_3_content #infoAccordion .course_picture > div:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.section_4_content .comparison_table {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .section_4_content .comparison_table .table_td {
    padding: 10px 16px;
    margin: 1.5px;
    border: 2px solid #F1F4F7;
    background: #fff; }
    .section_4_content .comparison_table .table_td:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
      flex: 0 0 19%;
      background: #fff;
      border: none; }
    .section_4_content .comparison_table .table_td.list_title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
      flex: 0 0 19%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .section_4_content .comparison_table .table_td.offline_course, .section_4_content .comparison_table .table_td.online_course {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 39%;
      flex: 1 0 39%; }
    .section_4_content .comparison_table .table_td.course_detail {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
      flex: 1 0 80%; }
    .section_4_content .comparison_table .table_td p {
      margin-bottom: 0;
      color: #41454F;
      font-size: 16px;
      line-height: 40px; }
    .section_4_content .comparison_table .table_td p.comparison_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 0px;
      margin-bottom: 0px;
      text-align: center;
      color: #41454F;
      font-size: 18px;
      line-height: 40px; }
      .section_4_content .comparison_table .table_td p.comparison_title.comparison_title {
        font-weight: bold; }
    .section_4_content .comparison_table .table_td ul {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 20px; }
      .section_4_content .comparison_table .table_td ul li {
        font-size: 18px;
        line-height: 40px;
        color: #41454F; }
    .section_4_content .comparison_table .table_td img.ico_category {
      width: 32px;
      margin-right: 4px; }
    .section_4_content .comparison_table .table_td > span {
      display: none; }
    .section_4_content .comparison_table .table_td.offline_course {
      background: #FDF3D2;
      border: none; }
    .section_4_content .comparison_table .table_td.online_course {
      background: #D4EDFE;
      border: none; }
    .section_4_content .comparison_table .table_td.list_title {
      background: #F1F4F7;
      border: none; }
    .section_4_content .comparison_table .table_td .mobile_show {
      display: none; }
  @media only screen and (max-width: 991px) {
    .section_4_content .comparison_table {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .section_4_content .comparison_table .table_td {
        padding: 10px 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .section_4_content .comparison_table .table_td:first-child, .section_4_content .comparison_table .table_td:nth-child(2), .section_4_content .comparison_table .table_td:nth-child(3) {
          display: none; }
        .section_4_content .comparison_table .table_td.list_title {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
        .section_4_content .comparison_table .table_td.offline_course, .section_4_content .comparison_table .table_td.online_course {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          .section_4_content .comparison_table .table_td.offline_course > .double_column_box, .section_4_content .comparison_table .table_td.online_course > .double_column_box {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            .section_4_content .comparison_table .table_td.offline_course > .double_column_box > p, .section_4_content .comparison_table .table_td.online_course > .double_column_box > p {
              -webkit-box-flex: 0;
              -ms-flex: 0 1 70%;
              flex: 0 1 70%; }
        .section_4_content .comparison_table .table_td.course_detail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
        .section_4_content .comparison_table .table_td p, .section_4_content .comparison_table .table_td p.comparison_title {
          font-size: 16px;
          line-height: 28px; }
        .section_4_content .comparison_table .table_td ul {
          padding-left: 14px; }
          .section_4_content .comparison_table .table_td ul li {
            font-size: 16px;
            line-height: 28px; }
        .section_4_content .comparison_table .table_td .mobile_show {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          margin-right: 10px;
          border-right: 2px solid #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .section_4_content .comparison_table .table_td .mobile_show > p {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }

.section_5_content {
  z-index: 5; }
  .section_5_content .career_map_pmp > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 40px; }
  .section_5_content .career_map_pmp > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 564px; }
  @media only screen and (max-width: 991px) {
    .section_5_content .career_map_pmp > div:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-right: 0px;
      margin-bottom: 20px; }
    .section_5_content .career_map_pmp > div:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .section_5_content #career_slider.pmp_slider {
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 22px 0px #E8EDF1;
    box-shadow: 0px 0px 22px 0px #E8EDF1; }
    .section_5_content #career_slider.pmp_slider img {
      border-radius: 20px;
      border: 2px solid rgba(170, 174, 187, 0.24); }
    .section_5_content #career_slider.pmp_slider .slick-track {
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .section_5_content #career_slider.pmp_slider img {
        min-width: 600px;
        min-height: 400px; } }
    @media only screen and (max-width: 767px) {
      .section_5_content #career_slider.pmp_slider .slick-prev {
        top: 50%; }
      .section_5_content #career_slider.pmp_slider .slick-next {
        top: 50%; }
      .section_5_content #career_slider.pmp_slider img {
        min-width: 290px;
        min-height: 157px; } }
  .section_5_content h2.emphasis_word {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 32px;
    color: #41454F;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.72px; }
    @media only screen and (max-width: 767px) {
      .section_5_content h2.emphasis_word {
        margin-top: 32px;
        font-size: 16px; } }
  .section_5_content .recommend_pmp > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 576px; }
  .section_5_content .recommend_pmp > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 420px;
    margin-left: 40px; }
  @media only screen and (max-width: 1199px) {
    .section_5_content .recommend_pmp > div:first-child {
      max-width: 450px; }
    .section_5_content .recommend_pmp > div:last-child {
      max-width: 400px; } }
  @media only screen and (max-width: 991px) {
    .section_5_content .recommend_pmp.double_column_box {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .section_5_content #post_slider.pmp_slider {
    width: 100%;
    position: relative; }
    .section_5_content #post_slider.pmp_slider h4.post_title {
      position: absolute;
      top: 300px;
      z-index: 1;
      margin-top: 0;
      margin-bottom: 0;
      padding: 4px 20px;
      border-radius: 0px 10px 10px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #FFF;
      color: #982027;
      font-size: 20px;
      font-weight: bold; }
      .section_5_content #post_slider.pmp_slider h4.post_title img {
        width: 12px;
        margin-right: 8px; }
    .section_5_content #post_slider.pmp_slider .post_detail_row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .section_5_content #post_slider.pmp_slider .post_detail_row > div:first-child {
        margin-top: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%; }
      .section_5_content #post_slider.pmp_slider .post_detail_row > div:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    @media only screen and (max-width: 1199px) {
      .section_5_content #post_slider.pmp_slider h4.post_title {
        top: 220px; } }
    @media only screen and (max-width: 767px) {
      .section_5_content #post_slider.pmp_slider h4.post_title {
        position: relative;
        top: 0px;
        font-size: 16px;
        padding: 0;
        background: transparent;
        margin-top: 10px; }
      .section_5_content #post_slider.pmp_slider .post_detail_row > div:first-child {
        margin-top: 4px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .section_5_content #post_slider.pmp_slider .post_detail_row > div:last-child {
        margin-top: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .section_5_content #post_slider.pmp_slider .post_detail_row p {
        line-height: 28px; } }
  .section_5_content #logo_slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .section_5_content #logo_slider h4 {
      color: #41454F;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      .section_5_content #logo_slider h4 > span {
        color: #982027;
        font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .section_5_content #logo_slider {
        margin-top: 32px; } }
  .section_5_content .success_pmp {
    margin-top: 60px; }
    .section_5_content .success_pmp.double_column_box {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .section_5_content .success_pmp > div:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
    .section_5_content .success_pmp > div:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
    @media only screen and (max-width: 991px) {
      .section_5_content .success_pmp > div:last-child {
        margin-top: 32px; } }
    .section_5_content .success_pmp h3.sec_title {
      color: #41454F;
      font-size: 24px;
      line-height: 40px;
      font-weight: bold;
      letter-spacing: 1.2px; }
      .section_5_content .success_pmp h3.sec_title span {
        color: #982027;
        font-size: 32px; }
      .section_5_content .success_pmp h3.sec_title img {
        width: 12px;
        margin-right: 8px; }
    .section_5_content .success_pmp .experience_toggle.accordion {
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .section_5_content .success_pmp .experience_toggle.accordion > div {
        border-radius: 20px;
        background: #F1F4F7;
        margin-bottom: 20px; }
      .section_5_content .success_pmp .experience_toggle.accordion .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px 24px 16px 22px;
        border-top: none;
        border-bottom: none; }
        .section_5_content .success_pmp .experience_toggle.accordion .title > p {
          margin-bottom: 0;
          color: #41454F;
          font-size: 16px;
          line-height: 28px;
          font-weight: bold; }
        .section_5_content .success_pmp .experience_toggle.accordion .title > img {
          width: 16px;
          margin-left: 10px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        @media only screen and (max-width: 767px) {
          .section_5_content .success_pmp .experience_toggle.accordion .title {
            padding: 16px; } }
      .section_5_content .success_pmp .experience_toggle.accordion .title.appear.active {
        position: relative;
        z-index: 1; }
        .section_5_content .success_pmp .experience_toggle.accordion .title.appear.active > img {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .section_5_content .success_pmp .experience_toggle.accordion .content.active {
        padding: 0px 28px 20px 28px; }
        @media only screen and (max-width: 767px) {
          .section_5_content .success_pmp .experience_toggle.accordion .content.active {
            padding: 0px 16px 16px 16px; } }

#sign_up_row {
  margin-top: -60px;
  padding-top: 120px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.04%, #BCDDF8), color-stop(59.44%, #FFF));
  background: linear-gradient(180deg, #BCDDF8 -26.04%, #FFF 59.44%); }
  #sign_up_row .inner_gap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
  #sign_up_row h2 {
    position: relative;
    z-index: 1;
    color: #41454F;
    font-size: 32px;
    line-height: 64px;
    font-weight: bold; }
    #sign_up_row h2 span {
      color: #982027;
      font-size: 42px;
      padding-left: 4px;
      padding-right: 4px; }
  #sign_up_row img {
    margin-left: auto;
    margin-right: auto; }
  #sign_up_row img.img_step {
    display: block;
    width: 100%;
    max-width: 700px;
    margin-top: -70px; }
  #sign_up_row img.img_ticket {
    display: block;
    width: 100%;
    max-width: 460px;
    margin-top: -70px; }
  @media only screen and (max-width: 767px) {
    #sign_up_row {
      padding-top: 100px;
      padding-bottom: 40px; }
      #sign_up_row h2 {
        font-size: 15px;
        line-height: 32px;
        letter-spacing: -1px; }
        #sign_up_row h2 span {
          font-size: 20px;
          padding-left: 2px;
          padding-right: 2px; }
      #sign_up_row img.img_step {
        margin-top: -40px; }
      #sign_up_row img.img_ticket {
        margin-top: -40px; } }

.inner_box.faq_block {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  background-color: transparent;
  border-radius: 0px; }
  .inner_box.faq_block h3 {
    color: #41454F;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: center; }
    .inner_box.faq_block h3 span {
      font-size: 32px;
      color: #AC3626;
      padding-left: 4px;
      padding-right: 4px; }
  .inner_box.faq_block #faqAccordion > div {
    border-radius: 20px;
    background: #FFF;
    margin-bottom: 20px;
    padding: 24px; }
  .inner_box.faq_block #faqAccordion .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .inner_box.faq_block #faqAccordion .title > p {
      margin-bottom: 0;
      color: #41454F;
      font-size: 18px;
      line-height: 32px;
      font-weight: bold; }
    .inner_box.faq_block #faqAccordion .title > img {
      width: 16px;
      margin-left: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    @media only screen and (max-width: 767px) {
      .inner_box.faq_block #faqAccordion .title {
        padding: 16px; } }
  .inner_box.faq_block #faqAccordion .content.active {
    padding: 24px 0px 0px 0px; }
    .inner_box.faq_block #faqAccordion .content.active p {
      margin-bottom: 0; }
  .inner_box.faq_block p.info {
    text-align: center; }
  .inner_box.faq_block a.link_btn {
    max-width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .inner_box.faq_block img.img_faq {
    width: 100%;
    margin-bottom: 10px; }
  .inner_box.faq_block ul li {
    font-size: 20px;
    line-height: 32px;
    color: #41454F; }
    @media only screen and (max-width: 767px) {
      .inner_box.faq_block ul li {
        font-size: 16px; } }

section.pmp_index {
  overflow: hidden; }
  section.pmp_index h1, section.pmp_index h2, section.pmp_index h3, section.pmp_index h4, section.pmp_index h5, section.pmp_index h6, section.pmp_index a, section.pmp_index p, section.pmp_index li, section.pmp_index ol, section.pmp_index span {
    font-family: "Jost", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif; }

.pmp_container {
  width: 100%;
  background: url(../img/pmp_index/img_bg_path.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center; }

.inner_gap {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .inner_gap .section_gap {
    padding-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .inner_gap .section_gap {
        padding-bottom: 60px; } }
  .inner_gap .section_5_content.section_gap {
    padding-bottom: 0; }

.inner_box {
  max-width: 1200px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px; }
  .inner_box .single_column_box {
    width: 100%;
    text-align: left; }
  .inner_box .double_column_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .inner_box .double_column_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .inner_box .double_column_box > div:first-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
        .inner_box .double_column_box > div:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  .inner_box .triple_column_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .inner_box .triple_column_box > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .inner_box .triple_column_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .inner_box .triple_column_box > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-bottom: 32px; }
        .inner_box .triple_column_box > div:last-child {
          margin-bottom: 0px; } }
  .inner_box .card_container {
    margin-left: -24px;
    margin-right: -24px; }
    .inner_box .card_container .gap {
      padding-left: 24px;
      padding-right: 24px; }
    .inner_box .card_container img.img_arrow {
      width: 14px;
      margin-bottom: 12px; }
    .inner_box .card_container h3 {
      margin-top: 24px;
      margin-bottom: 4px;
      font-size: 28px;
      line-height: 40px; }
    @media only screen and (max-width: 991px) {
      .inner_box .card_container {
        margin-left: -10px;
        margin-right: -10px; }
        .inner_box .card_container .gap {
          padding-left: 10px;
          padding-right: 10px; }
        .inner_box .card_container img.img_arrow {
          margin-bottom: 8px; }
        .inner_box .card_container h3 {
          margin-top: 12px;
          font-size: 24px;
          line-height: 30px; } }
    @media only screen and (max-width: 767px) {
      .inner_box .card_container h3 {
        font-size: 20px; } }
  .inner_box img.img_pmp_card {
    width: 100%;
    border-radius: 20px; }
  @media only screen and (max-width: 767px) {
    .inner_box {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .inner_box .pmp_title {
    margin-bottom: 32px;
    position: relative; }
    .inner_box .pmp_title > h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 40px;
      font-weight: bold;
      color: #41454F;
      line-height: 56px;
      letter-spacing: 1.2px; }
      .inner_box .pmp_title > h2 > span {
        font-size: 72px;
        line-height: 84px;
        color: #982027; }
    .inner_box .pmp_title > h5.number {
      position: absolute;
      top: 0;
      left: -40px;
      margin-top: 0px;
      margin-bottom: 0px;
      color: #982027;
      font-size: 24px;
      font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .inner_box .pmp_title {
        margin-bottom: 20px;
        text-align: center; }
        .inner_box .pmp_title > h2 {
          font-size: 28px;
          line-height: 36px; }
          .inner_box .pmp_title > h2 > span {
            font-size: 40px;
            line-height: 56px;
            margin-left: 4px;
            margin-right: 4px; }
        .inner_box .pmp_title > h5.number {
          position: relative;
          left: 0;
          font-size: 14px; } }
  .inner_box h4.paragraph_title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #ac3626; }
    @media only screen and (max-width: 767px) {
      .inner_box h4.paragraph_title {
        font-size: 20px; } }
  .inner_box p {
    font-size: 20px;
    line-height: 32px;
    color: #41454F;
    margin-bottom: 24px; }
    .inner_box p:last-child {
      margin-bottom: 0; }
    .inner_box p > span {
      margin-left: 4px;
      margin-right: 4px;
      font-size: 24px;
      line-height: 36px;
      font-weight: bold;
      color: #4F17A8; }
    .inner_box p > span.preface {
      display: inline-block;
      font-size: 32px;
      color: #41454F; }
    .inner_box p.quote_word {
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
      .inner_box p.quote_word > img.description_arrow {
        width: 8px;
        margin-right: 8px; }
    @media only screen and (max-width: 767px) {
      .inner_box p {
        font-size: 16px;
        margin-bottom: 20px; }
        .inner_box p > span {
          font-size: 20px;
          line-height: 32px; }
        .inner_box p > span.preface {
          font-size: 24px; } }
  .inner_box a {
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: underline;
    font-weight: bold;
    color: #982027;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .inner_box a:hover {
      color: #F5C620; }
  .inner_box a.link_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 60px;
    background: #982027;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 16px;
    line-height: 24px;
    font-family: normal;
    color: #ffffff; }
    .inner_box a.link_btn > span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: 10px; }
      .inner_box a.link_btn > span img {
        width: 6px; }
    .inner_box a.link_btn:hover {
      background: #f88600; }
    .inner_box a.link_btn.btn_small {
      padding: 8px 16px 8px 24px;
      font-size: 18px;
      line-height: 26px; }
      .inner_box a.link_btn.btn_small > span img {
        width: 18px; }
    @media only screen and (max-width: 767px) {
      .inner_box a.link_btn.btn_small {
        padding: 12px;
        font-size: 16px;
        line-height: 20px; }
        .inner_box a.link_btn.btn_small > span img {
          width: 16px; } }
  .inner_box ul.feature_list {
    margin-top: 24px;
    margin-bottom: 24px; }
    .inner_box ul.feature_list.two_columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .inner_box ul.feature_list.two_columns > li {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        .inner_box ul.feature_list.two_columns > li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-bottom: 16px; } }
    .inner_box ul.feature_list > li {
      position: relative;
      list-style: none;
      margin-bottom: 16px;
      font-size: 20px;
      line-height: 26px;
      font-weight: bold;
      color: #131313; }
      .inner_box ul.feature_list > li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 2px;
        left: -32px;
        width: 27px;
        height: 22px;
        background-image: url(../img/pmp_index/icons/ico_check.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat; }

/*# sourceMappingURL=base.css.map */
