@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: #ef3123;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckeditor.navbar img {
  height: 66px;
}
.ckeditor + footer {
  background-color: #6A707A;
  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;
  font-size: 1.75rem;
  color: #000;
  margin: 0.5rem auto;
}
.ckeditor .title-sub {
  position: relative;
  margin: 0.5rem auto;
  z-index: 1;
  font-size: 1.375rem;
}
.ckeditor .text {
  margin: 0.5rem auto;
  font-size: 1rem;
  word-break: break-word;
}
.ckeditor .text-sub {
  margin: 0.5rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #6A707A;
}
.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: #424A58;
}
.ckeditor ul li {
  font-size: 1rem;
}
.ckeditor ol li {
  font-size: 1rem;
}
.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: #6A707A;
  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%);
}