@charset "UTF-8";
/* CSS Document */
.textEditor .tipBox {
  box-sizing: border-box;
}

/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 13px;
  color: #737373;
  line-height: 1.8;
}

.textEditor .myTitle {
  font-weight: 700;
  font-size: 20px;
  color: #043248;
}

.textEditor .pageTitle {
  margin-bottom: 15px;
  color: #043248;
  font: 400 36px 'Times New Roman', 'Noto Sans TC', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.textEditor .stitle, .textEditor .titleLine {
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  letter-spacing: 2px;
}

.textEditor .titleLine {
  padding-left: 30px;
}

.textEditor .titleLine::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 1px;
  margin-top: -.5px;
  background-color: #043248;
}

.textEditor .tipBox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
}

.textEditor .tipBox::before {
  content: 'i';
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  font: italic 12px "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
  background-color: #ab8e59;
}

.textEditor a {
  color: #06F;
}

.textEditor p {
  margin-bottom: 15px;
}

.textEditor img {
  max-width: 100%;
}

.textEditor ul {
  list-style: disc outside;
  padding-left: 30px;
}

.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}

.textEditor table {
  border-collapse: collapse;
}

.textEditor th {
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #043248;
  border: 1px solid #e1e6e9;
}

.textEditor td {
  padding: 5px;
  border: 1px solid #e1e6e9;
}

.textEditor hr {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  background: #e9e9e9;
}

.textEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ccc;
}

.textEditor .tableStyle {
  font-size: 14px;
}

.textEditor .tableStyle th, .textEditor .tableStyle td {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  letter-spacing: 1px;
}

.textEditor .tableStyle th:first-child, .textEditor .tableStyle td:first-child {
  min-width: 12%;
  padding-left: 35px;
  text-align: left;
}

.textEditor .tableStyle td:first-child {
  background-color: #f5f5f5;
}
