@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");
body {
  font-family: "Roboto", "Noto Sans TC", 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 {
  /* 後台編輯器 控制按鈕 */
  /* 主標題 */
  /* 副標題 */
  /* 內容 */
  /* 圖片、影片的說明文字 */
  /* 圖片上的文字 */
  /* 人物姓名 */
  /* 人物職稱 */
  /* 人物介紹 */
  /* 會員資料 */
  /* 會員姓名 */
  /* 會員職稱 */
  /* 會員標籤 */
}
.ckeditor.navbar {
  background-color: #008597;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckeditor.navbar img {
  height: 66px;
}
.ckeditor + footer {
  background-color: #BAD8DE;
  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 {
  margin: 0.5rem auto;
  font-size: 1.625rem;
  font-weight: bold;
  color: #000000;
}
.ckeditor .title-sub {
  margin: 0.5rem auto;
  font-size: 1.375rem;
  font-weight: bold;
  color: #000000;
}
.ckeditor .text {
  margin: 0.5rem auto;
  font-size: 1rem;
}
.ckeditor .text-sub {
  margin: 0.5rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #B3B3B3;
}
.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-20 {
  border-radius: 10px !important;
}
@media (min-width: 768px) {
  .ckeditor .img-fluid.rounded-20 {
    border-radius: 20px !important;
  }
}
.ckeditor hr {
  background-color: #424242;
}
.ckeditor .table {
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ckeditor .table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.ckeditor .table thead th {
  text-align: center;
  vertical-align: middle;
}
.ckeditor .table th, .ckeditor .table td {
  text-align: center;
  vertical-align: middle;
  border: solid 4px #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ckeditor .table th, .ckeditor .table td {
    font-size: 16px;
    line-height: 22px;
  }
}
.ckeditor .table th {
  background-color: #F8F8F8;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #008597;
}
@media (max-width: 992px) {
  .ckeditor .table th {
    font-size: 0.9375rem;
  }
}
.ckeditor .table td {
  background-color: white;
  position: relative;
  font-size: 0.9375rem;
}
.ckeditor .table td::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #CCCCCC;
}
@media (max-width: 992px) {
  .ckeditor .table td {
    font-size: 1rem;
  }
}
.table-model .ckeditor .table thead th {
  background-color: #E6E6E6;
}
.table-model .ckeditor .table th, .table-model .ckeditor .table td {
  text-align: center;
}
.table-model .ckeditor .table th:nth-child(2n), .table-model .ckeditor .table td:nth-child(2n) {
  background-color: transparent;
}
.table-model .ckeditor .table td {
  background-color: transparent;
}
.ckeditor .table button {
  padding: 5px 10px;
  border: 1px solid #424242;
  color: #424242;
}
.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 .person-name {
  background: -webkit-gradient(linear, right top, left top, from(rgba(115, 51, 136, 0.4)), color-stop(21.35%, #733388), color-stop(78.13%, #733388), to(rgba(115, 51, 136, 0.4)));
  background: linear-gradient(270deg, rgba(115, 51, 136, 0.4) 0%, #733388 21.35%, #733388 78.13%, rgba(115, 51, 136, 0.4) 100%);
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ckeditor .person-title {
  color: #008597;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7;
}
.ckeditor .person-intro {
  color: #000000;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}
.ckeditor .member-img {
  max-width: 40%;
}
.ckeditor .member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
}
.ckeditor .member-name {
  color: #008597;
  font-size: 1.3rem;
  line-height: 1.7;
}
.ckeditor .member-title {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.5;
}
.ckeditor .member-intro {
  color: #424242;
  background-color: rgba(186, 216, 222, 0.5);
  display: inline;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 2px 6px;
  margin-top: auto;
  margin-right: 0.5rem;
  border-radius: 2px;
}
.ckeditor .custom-table {
  width: 100%;
  margin: 0 auto !important;
  border-top: 4px solid white;
  border-left: 4px solid white;
}
.ckeditor .custom-table p {
  padding: 5px 0px;
  margin: 0;
}
.ckeditor .custom-table .col-md-4, .ckeditor .custom-table .col-md-3, .ckeditor .custom-table .col-md-8, .ckeditor .custom-table .col-md-9 {
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ckeditor .custom-table .col-md-4,
.ckeditor .custom-table .col-md-3 {
  text-align: center;
  vertical-align: middle;
  background-color: #F8F5F1;
  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;
}
.ckeditor .custom-table .col-md-8,
.ckeditor .custom-table .col-md-9 {
  background-color: #F6F6F6;
}
.ckeditor .custom-table .right .col-md-6 {
  border-bottom: 4px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ckeditor .custom-table .right .col-md-6:nth-last-child(1), .ckeditor .custom-table .right .col-md-6:nth-last-child(2) {
  border-bottom: 0px;
}
.ckeditor .custom-table .right .col-md-6:nth-child(2n-1) {
  border-right: 4px solid white;
}
.ckeditor .custom-table .right .col-12:not(:last-child) {
  border-bottom: 4px solid white;
}
@media all and (max-width: 768px) {
  .ckeditor .custom-table p {
    text-align: start;
  }
  .ckeditor .custom-table .col-md-4, .ckeditor .custom-table .col-md-3, .ckeditor .custom-table .col-md-8, .ckeditor .custom-table .col-md-9 {
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ckeditor .custom-table .right .col-md-6:nth-last-child(2) {
    border-bottom: 4px solid white;
  }
  .ckeditor .custom-table .right .col-md-6:nth-child(2n-1) {
    border-right: 0px solid white;
  }
}
.ckeditor .text-bg-gray {
  padding: 20px;
}
.ckeditor .text-bg-gray .bg-lightgray {
  border-radius: 16px;
  background-color: #F6F6F6;
}
.ckeditor .text-bg-gray .text-purple {
  color: #5C1979;
}
.ckeditor .center_line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 768px) {
  .ckeditor .center_line {
    display: none;
  }
}
.ckeditor .custom-list-smecf {
  padding-left: 12px;
}
.ckeditor .custom-list-smecf .list-item {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 12px;
  position: relative;
  list-style: none;
}
.ckeditor .custom-list-smecf .list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 214, 0)), to(rgb(69, 199, 191)));
  background: linear-gradient(to right, rgb(255, 214, 0) 0%, rgb(69, 199, 191) 100%);
  position: absolute;
  left: -12px;
  top: 8px;
  border-radius: 99999px;
}
.ckeditor .custom-list-smecf .list-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: bold;
  word-break: keep-all;
  min-width: 72px;
  line-height: 1.8;
}
.ckeditor .custom-list-smecf .list-content {
  font-size: 1rem;
  line-height: 1.8;
}
.ckeditor .custom-list-smecf.en p {
  display: inline-block;
  width: auto;
}
.ckeditor .custom-list-smecf.en .list-item {
  display: list-item;
  margin-bottom: 12px;
  position: relative;
}
.ckeditor .custom-list-smecf.en .list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 214, 0)), to(rgb(69, 199, 191)));
  background: linear-gradient(to right, rgb(255, 214, 0) 0%, rgb(69, 199, 191) 100%);
  position: absolute;
  left: -12px;
  top: 8px;
  border-radius: 99999px;
}
.ckeditor .dot-card {
  padding-left: 15px;
  margin-bottom: 20px;
}
.ckeditor .dot-card p.h4 {
  position: relative;
}
.ckeditor .dot-card p.h4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -11px;
  width: 4px;
  height: 16px;
  background-color: #93C22E;
  border-radius: 999px;
}
.ckeditor .contact-qrcode {
  border-radius: 20px;
  background-color: #F3F3F3;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckeditor .contact-qrcode p {
  margin: 10px 0;
}