/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 02:25:07 */
/*==【文字編輯器】==*/
.Txt h1,
.Txt h2,
.Txt h3,
.Txt h4,
.Txt h5,
.Txt h6 {
  margin: 0;
  padding: 7px 0;
}

.Txt h2 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 24px;
  color: #307367;
}

.Txt h3 {
  font-weight: 500;
  font-size: 22px;
  color: #307367;
}
.Txt h4 {
  font-weight: 500;
  font-size: 20px;
}
.Txt p {
  padding: 8px 0;
}

.Txt ul,
.Txt ol {
  margin: 2px 0 10px 0;
  padding-left: 20px;
  overflow: visible;
}

.Txt ul ul,
.Txt ol ol,
.Txt ul ol,
.Txt ol ul {
  margin-bottom: 10px;
}

.Txt ul li,
.Txt ol li {
  padding: 2px 0;
  background: none;
  overflow: visible;
  border: 0;
}

.Txt ul li li,
.Txt ol li li {}

.Txt a {
  color: #307367;
  padding: 0;
  display: inline-block;
}

.Txt a:hover {
  text-decoration: underline;
}
.Txt blockquote {
  padding: 23px 35px;
  background: #f2f2f2;
  line-height: 32px;

  position: relative;
  margin: 26px 0px;
}
.Txt blockquote::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  background: #32bca7;
  left: 0;
  top: 0;
}

.Txt table {
  margin: 20px 0;
  table-layout: fixed;
  width: 100% !important;
  overflow-x: scroll;
}

.Txt table tr td {
  border: 1px solid #ababab;
  padding: 15px;
  text-align: center;
  background: #fff !important;
  width: 100% !important;
  word-break: break-all;
 
}
.Txt table tr td img {
  max-width: 100%;
}

.Txt img{
  height: auto !important;
}
