@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");
.ckeditor {
  font-family: "Rubik", "Noto Sans TC", "Roboto", sans-serif, Arial, "微軟正黑體", "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 後台編輯器 控制按鈕 */
  /* 主標題 */
  /* 副標題 */
  /* 內容 */
  /* 圖片、影片的說明文字 */
  /* 圖片上的文字 */
}
.ckeditor.navbar {
  background-color: #B8002C;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckeditor.navbar img {
  height: 66px;
}
.ckeditor + footer {
  background-color: #da0133;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}
.ckeditor .control-btnGroup {
  padding: 1rem 2.5rem;
  text-align: right;
}
.ckeditor .control-btnGroup i {
  font-size: 2.5rem;
  cursor: pointer;
}
.ckeditor .control-btnGroup i:hover {
  color: #d3060f;
}
.ckeditor .title {
  font-weight: bold;
  margin: 0 auto;
  font-size: 2.75rem;
  color: #000;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.ckeditor .title::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 6px;
  height: 52px;
  background: center/cover url(../img/icon/pg_title_icon.svg);
}
@media all and (max-width: 767.98px) {
  .ckeditor .title {
    font-size: 2.25rem;
  }
  .ckeditor .title::before {
    width: 6px;
    height: 30px;
    top: 0.3em;
  }
}
.ckeditor .title-sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  line-height: 1.5;
  z-index: 1;
  font-size: 2rem;
}
.ckeditor .title-sub::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#d9d9d9), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(to right, #d9d9d9, rgba(217, 217, 217, 0));
  z-index: -1;
}
@media all and (max-width: 767.98px) {
  .ckeditor .title-sub {
    font-size: 1.75rem;
  }
  .ckeditor .title-sub::before {
    height: 10px;
    bottom: 3px;
  }
}
.ckeditor .text {
  margin: 0.5rem auto;
  font-size: 1.125rem;
}
@media all and (max-width: 767.98px) {
  .ckeditor .text {
    font-size: 1rem;
  }
}
.ckeditor .text-sub {
  margin: 0.5rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #474747;
}
.ckeditor .text-under {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .img-fluid {
  width: 100%;
}
.ckeditor .img-fluid.rounded {
  border-radius: 20px;
}
.ckeditor hr {
  background-color: #898989;
}
.ckeditor ul {
  padding-left: 18px;
}
.ckeditor ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5555em;
  line-height: 1.8;
  font-size: 18px;
}
.ckeditor ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #B8002C;
  position: absolute;
  top: 0.666em;
  left: -18px;
}
@media all and (max-width: 767.98px) {
  .ckeditor ul li {
    font-size: 16px;
  }
}
.ckeditor ol {
  position: relative;
  margin-bottom: 0.5555em;
  line-height: 1.8;
  font-size: 18px;
}
.ckeditor .table-responsive {
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
}
.ckeditor .table {
  margin: 0;
  padding: 18px;
  background-color: white;
  width: 100%;
  /*自動斷行*/
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: inherit;
}
.ckeditor .table thead th {
  vertical-align: middle;
  word-break: break-word;
}
.ckeditor .table th,
.ckeditor .table td {
  vertical-align: middle;
  border: solid 2px #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}
@media (min-width: 768px) {
  .ckeditor .table th,
  .ckeditor .table td {
    font-size: 16px;
    line-height: 1.8;
  }
}
.ckeditor .table th {
  background-color: #B8002C;
  color: white;
  text-align: center;
}
.ckeditor .table td {
  text-align: start;
}
.ckeditor .table tr:nth-child(2n-1) td {
  background-color: #E6E6E6;
}
.ckeditor .table tr:nth-child(2n) td {
  background-color: #F3F3F3;
}
@media all and (max-width: 992px) {
  .ckeditor .table {
    white-space: wrap;
    width: 800px;
    table-layout: auto;
  }
}
.ckeditor .img-box-round {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.ckeditor .img-box-round img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .title_dots_card {
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 20px 22px;
  margin: 0 auto;
  border-radius: 18px;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
  background-color: white;
  overflow: hidden;
}
.ckeditor .title_dots_card p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.ckeditor .title_dots_card .title_box {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 32px;
}
.ckeditor .title_dots_card .title_box .h4_heading {
  position: relative;
}
.ckeditor .title_dots_card .title_box .h4_heading span {
  color: #B8002C;
  position: relative;
  display: inline;
  margin-bottom: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  background-color: white;
}
.ckeditor .title_dots_card .title_box .dashed {
  width: 999px;
  display: inline-block;
  position: absolute;
  bottom: 0.375em;
  left: 0;
  border-bottom: 1px dashed #B8002C;
}
@media all and (max-width: 767.98px) {
  .ckeditor .title_dots_card {
    max-width: 400px;
  }
}
.ckeditor .ibf_allinone_card {
  height: 100%;
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.ckeditor .ibf_allinone_card .h4_heading {
  color: #B8002C;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.4;
}
.ckeditor .ibf_allinone_card p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.ckeditor .ibf_allinone_card .img_box {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-bottom: 16px;
  margin-right: 16px;
  letter-spacing: 0;
  line-height: 0;
  overflow: hidden;
}
.ckeditor .ibf_allinone_card .img_box .holder {
  width: 100%;
  padding-bottom: 100%;
}
.ckeditor .ibf_allinone_card .img_box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 991.98px) {
  .ckeditor .ibf_allinone_card .img_box {
    width: 80px;
    margin-right: 10px;
  }
}
.ckeditor .red_num_card {
  position: relative;
  height: 100%;
  max-width: 380px;
  padding: 77px 20px 30px;
  margin: 20px auto 0;
  background: white;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.ckeditor .red_num_card .red_round {
  width: 70px;
  height: 70px;
  background-color: #B8002C;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ckeditor .red_num_card .red_round .num {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
.ckeditor .red_num_card .red_num_card_title {
  color: #B8002C;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
}
.ckeditor .red_num_card .text {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
.ckeditor .five_card_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ckeditor .five_card_row .col {
  width: 20%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ckeditor .five_card_row img {
  width: 100%;
}
.ckeditor .five_card_row .img_box {
  position: relative;
}
.ckeditor .five_card_row .img_box .holder {
  width: 100%;
}
.ckeditor .chained_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckeditor .chained_list .chained_list_item {
  padding: 0 15px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.ckeditor .chained_list .chained_list_item:first-child > div::before, .ckeditor .chained_list .chained_list_item:last-child > div::after {
  content: none;
}
.ckeditor .chained_list.gap_20 {
  margin: 0 -20px;
}
.ckeditor .chained_list.gap_20 .chained_list_item {
  padding: 0 20px;
}
.ckeditor .chained_list__arrow_card {
  min-width: 190px;
  max-width: 100%;
  height: 100%;
  min-height: 432px;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.ckeditor .chained_list__arrow_card .arrow_card__title {
  margin-bottom: 20px;
  color: var(--PrimaryColor, #B8002C);
  text-align: center;
  /* HeadTitle/H5_Bold */
  font-family: Noto Sans TC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-align: center;
}
.ckeditor .chained_list__arrow_card p {
  font-size: 500;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.ckeditor .chained_list__arrow_card::before {
  content: "";
  display: block;
  width: 37px;
  height: 32px;
  position: absolute;
  right: calc(100% + 7px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/cover no-repeat url(../img/icon/chained_list_arrow.png);
}
@media all and (max-width: 767.98px) {
  .ckeditor .chained_list__arrow_card {
    width: 280px;
    min-height: auto;
  }
}
.ckeditor .two_times_two_card {
  position: relative;
  width: 100%;
}
.ckeditor .two_times_two_card .img_box {
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 0;
  line-height: 0;
  overflow: hidden;
}
.ckeditor .two_times_two_card .img_box .holder {
  width: 100%;
  padding-bottom: 100%;
}
.ckeditor .two_times_two_card .img_box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .two_times_two_card::before {
  content: "";
  display: block;
  background-color: #CCCCCC;
  width: 95%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .two_times_two_card::after {
  content: "";
  display: block;
  background-color: #CCCCCC;
  width: 1px;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 576px) {
  .ckeditor .two_times_two_card .row > div img {
    border-bottom: 1px solid #CCCCCC;
  }
  .ckeditor .two_times_two_card .row > div:last-child img {
    border-bottom: none;
  }
  .ckeditor .two_times_two_card::before, .ckeditor .two_times_two_card::after {
    content: none;
  }
}
.ckeditor .four_time_one_card .img_box {
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 0;
  line-height: 0;
  overflow: hidden;
}
.ckeditor .four_time_one_card .img_box .holder {
  width: 100%;
  padding-bottom: 100%;
}
.ckeditor .four_time_one_card .img_box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .four_time_one_card .row > div {
  border-right: 1px solid #CCCCCC;
}
.ckeditor .four_time_one_card .row > div:last-child {
  border-right: none;
}
@media all and (max-width: 991.98px) {
  .ckeditor .four_time_one_card .row > div {
    border-right: 0 solid #CCCCCC;
  }
  .ckeditor .four_time_one_card::before {
    content: "";
    display: block;
    background-color: #CCCCCC;
    width: 95%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ckeditor .four_time_one_card::after {
    content: "";
    display: block;
    background-color: #CCCCCC;
    width: 1px;
    height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 576px) {
  .ckeditor .four_time_one_card .row > div {
    border-bottom: 1px solid #CCCCCC;
  }
  .ckeditor .four_time_one_card .row > div:last-child img {
    border-bottom: none;
  }
  .ckeditor .four_time_one_card::before, .ckeditor .four_time_one_card::after {
    content: none;
  }
}
/*# sourceMappingURL=page.css.map */