.text-tiny {
  font-size: 0.7em;
}
.text-small {
  font-size: 0.85em;
}
.text-big {
  font-size: 1.2em;
}
.text-huge {
  font-size: 1.6em;
}

.font_content {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei" !important;
}

hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.ck5 p {
  line-height: 26px !important;
}

.ck5 ul li {
  margin-left: 30px;
  list-style: disc !important;
  line-height: 26px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

ol li {
  margin-left: 0px;
  list-style: decimal !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

A.ck5:link {
  color: #0074c5 !important;
  text-decoration: none !important;
}
A.ck5:visited {
  color: #0074c5 !important;
  text-decoration: none !important;
}
A.ck5:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
}

/*圖片置中、靠右對齊*/
.image {
  display: flex;
  justify-content: center;
}

.image.image-style-side {
  display: flex;
  justify-content: flex-end;
}
