@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: #4FBAA1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckeditor.navbar img {
  height: 66px;
}
.ckeditor + footer {
  background-color: #00AEFC;
  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: #00AEFC;
}
.ckeditor .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.125rem;
  color: #000;
  line-height: 1.5;
  background: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 767.98px) {
  .ckeditor .title {
    font-size: 2rem;
  }
}
.ckeditor .title-sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  z-index: 1;
  font-size: 1.75rem;
  background: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 767.98px) {
  .ckeditor .title-sub {
    font-size: 1.5rem;
  }
}
.ckeditor .text {
  margin: 0.5rem auto;
  font-size: 1.125rem;
  color: white;
}
@media all and (max-width: 767.98px) {
  .ckeditor .text {
    font-size: 0.875rem;
  }
}
.ckeditor .text-sub {
  margin: 0.5rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #474747;
  color: white;
}
.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: #00AEFC;
}
.ckeditor ul {
  padding-left: 18px;
}
.ckeditor ul li {
  line-height: 1.8;
  color: white;
}
.ckeditor ol {
  line-height: 1.8;
  font-size: 16px;
}
.ckeditor ol li {
  line-height: 1.8;
  color: white;
}
.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;
  width: 100%;
  /*自動斷行*/
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: inherit;
  border-spacing: 0;
}
.ckeditor .table thead th {
  vertical-align: middle;
  word-break: break-word;
}
.ckeditor .table th,
.ckeditor .table td {
  vertical-align: middle;
  border: solid 1px;
  -o-border-image: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%) 1;
     border-image: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%) 1;
  color: #1A1A1A;
  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 {
  color: white;
  text-align: center;
  background: linear-gradient(246.04deg, rgba(48, 90, 80, 0.3) 0%, rgba(0, 70, 101, 0.3) 100%);
}
.ckeditor .table td {
  color: white;
  text-align: start;
  background-color: black;
}
@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 .custom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ckeditor .custom-title .img-box {
  position: relative;
  width: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 4px;
}
.ckeditor .custom-title .img-box .holder {
  padding-bottom: 100%;
}
.ckeditor .custom-title .img-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .custom-title .title {
  font-size: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4px;
}
.ckeditor .custom-title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
}
.ckeditor .line-before-sub-title {
  position: relative;
  padding-left: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 200%;
  color: white;
}
.ckeditor .line-before-sub-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  background: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
}
.ckeditor a.custom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  padding: 8px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.ckeditor a.custom-btn::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background: linear-gradient(225deg, #00AEFC 0%, #4FBAA1 50%, #00AEFC 100%);
}
.ckeditor a.custom-btn span {
  text-align: center;
  /* font-family: "PingFang TC"; */
  font-size: 20px;
  line-height: 36px;
  /* 180% */
  color: white;
  z-index: 1;
}
.ckeditor a.custom-btn:hover {
  text-decoration: none;
}
@media all and (min-width: 992px) {
  .ckeditor a.custom-btn:hover::before {
    left: -100%;
  }
}
.ckeditor a.custom-btn.sm {
  padding: 3px 24px;
}
.ckeditor a.custom-btn.sm span {
  font-size: 1rem;
  line-height: 187.5%;
}
.ckeditor .nsit_icon_card_wrapper {
  padding-top: 60px;
}
.ckeditor .nsit_icon_card {
  width: 100%;
  height: 100%;
  padding: 50px 78px 31px 22px;
  position: relative;
  position: relative;
  --border-color: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  --border-color: linear-gradient(225deg, #4FBAA1 0%, #DFFAFF 48%, #00AEFC 100%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 0 15px rgba(204, 239, 254, 0.1);
          box-shadow: 0 0 15px rgba(204, 239, 254, 0.1);
}
.ckeditor .nsit_icon_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 20px;
  background: var(--border-color);
  /* 随便定义一个颜色 */
  --mask-bg: linear-gradient(red, red);
  --mask-clip: content-box, padding-box;
  -webkit-mask-image: var(--mask-bg), var(--mask-bg);
  -webkit-mask-clip: var(--mask-clip);
  /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
  mask-composite: exclude;
  /* 只显示下方遮罩，重合的地方不显示 */
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}
.ckeditor .nsit_icon_card .icon_card_icon {
  position: absolute;
  right: 0;
  top: -60px;
  width: 160px;
  z-index: 10;
}
.ckeditor .nsit_icon_card .icon_card_icon .holder {
  padding-bottom: 100%;
}
.ckeditor .nsit_icon_card .icon_card_icon img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ckeditor .nsit_icon_card .icon_card_title {
  background: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 12px;
}
.ckeditor .nsit_icon_card .icon_card_content {
  font-size: 0.9375rem;
  line-height: 28px;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media all and (min-width: 992px) {
  .ckeditor .nsit_icon_card:hover {
    -webkit-box-shadow: 0 0 15px rgb(204, 239, 254);
            box-shadow: 0 0 15px rgb(204, 239, 254);
  }
  .ckeditor .nsit_icon_card:hover .icon_card_content {
    color: #CCEFFE;
  }
}
@media all and (max-width: 992px) {
  .ckeditor .nsit_icon_card {
    padding: 30px 60px 20px 20px;
  }
  .ckeditor .nsit_icon_card .icon_card_icon {
    width: 120px;
  }
}
.ckeditor .study-map-wrapper {
  position: relative;
  width: 71%;
  margin: 0 auto;
}
.ckeditor .study-map-wrapper img {
  width: 100%;
}
.ckeditor .study-map-wrapper .study-map-grid {
  width: 42.7%;
  height: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 29%;
  left: 51.8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ckeditor .study-map-wrapper .study-map-grid > a {
  width: 20%;
  height: 25%;
  position: relative;
  --border-color: linear-gradient(225deg, #4FBAA1 0%, #00AEFC 100%);
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  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;
  font-size: 0px;
}
.ckeditor .study-map-wrapper .study-map-grid > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 1px;
  background: var(--border-color);
  /* 随便定义一个颜色 */
  --mask-bg: linear-gradient(red, red);
  --mask-clip: content-box, padding-box;
  -webkit-mask-image: var(--mask-bg), var(--mask-bg);
  -webkit-mask-clip: var(--mask-clip);
  /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
  mask-composite: exclude;
  /* 只显示下方遮罩，重合的地方不显示 */
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}
@media all and (max-width: 1199.98px) {
  .ckeditor .study-map-wrapper {
    width: 100%;
  }
}
@media all and (min-width: 1921px) {
  .ckeditor .study-map-wrapper {
    width: 100%;
  }
}
/*# sourceMappingURL=page.css.map */