@charset "UTF-8";
/* CSS Document */
/*文字編輯器*/
.textEditor {
  clear: both;
  font-family: "Bellefair", "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .08em;
  color: #ddd;
  line-height: 1.8;
  text-align: left;
}

.textEditor.full {
  width: 100%;
}

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

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

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

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

.textEditor table {
  width: 100%;
  border: 1px solid #4a4a4a;
  border-right: none;
  border-bottom: none;
  border-collapse: collapse;
}

.textEditor thead:first-child th {
  border-top: none;
}

.textEditor th,
.textEditor td {
  padding: 12px 14px;
  font-size: 14px;
  letter-spacing: .08em;
  vertical-align: middle;
  border: 1px solid #4a4a4a;
  border-top: none;
  border-left: none;
}

.textEditor .c1 {
  color: #d8af6e;
}

.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.center {
  text-align: center;
}

.textEditor.right {
  text-align: right;
}

.textEditor .topNote,
.textEditor .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textEditor .topNote {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4a4a4a;
  text-align: center;
}

.textEditor .topNote .title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .12em;
  color: #d8af6e;
}

.textEditor .list {
  width: 100%;
  text-align: left;
  font-size: 14px;
  letter-spacing: .08em;
}

.textEditor .list > li {
  margin-bottom: 20px;
}

.textEditor .list.border > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4a4a4a;
}

.textEditor .list .title {
  font-size: 14px;
  color: #d8af6e;
  letter-spacing: .12em;
}

.textEditor .list table {
  margin: 12px 0;
}

.textEditor .list2 {
  padding: 5px 0;
}

.textEditor .list2 li {
  position: relative;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textEditor .list2 li::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #606060;
}

.textEditor .title2 {
  font-size: 14px;
  color: #d8af6e;
  letter-spacing: .12em;
}

.textEditor hr {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #4a4a4a;
}
