@font-face {
  font-family: 'Microsoft JhengHei';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic), local(PMingLiU);
}

.editor * {
    font-family: "Noto Sans HK", "Noto Sans SC", Arial, 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Heiti TC', STHeitiTC, 新細明體, 'PMingLiU';
}

.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#787878; font-size: 22px; line-height: 44px; word-wrap: break-word; white-space: normal; letter-spacing: 2.64px;}

.editor ul, .editor ol { margin: 0; }

.editor ul, .editor ol { padding-left: 25px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#000000; font-size: inherit; }

.editor a:hover { color:#000000; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #000000;
}

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor:after {
	clear: both;
    display: block;
    content: " ";
}

.editor .table-responsive-wrapper {
	width: 100%;
}

.editor .table-responsive-wrapper .table-responsive {

}

.editor .text-right {
	float: left;
	margin-right: 20px;
}

.editor .title-pink{
	font-size: 30px;
	line-height: 44px;
	color: #E98686;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 3.6px;
}

.editor .text-left {
	float: right;
	margin-left: 20px;
}

.editor .round-border {
	border-radius: 30px;
}

.editor .two-col,
.editor .three-col,
.editor .four-col {
	font-size: 0;
	white-space: nowrap;
}

.editor .two-col .col,
.editor .three-col .col,
.editor .four-col .col {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.editor .two-col .col {
	width: 49%;
}

.editor .three-col .col {
	width: 32%;
}

.editor .four-col .col {
	width: 23.5%;
}

.editor .two-col .col + .col,
.editor .three-col .col + .col,
.editor .four-col .col + .col {
	margin-left: 2%;
}

@media screen and (max-width: 768px) {
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.editor .two-col,
	.editor .three-col,
	.editor .four-col {
		white-space: normal;
	}

	.editor .two-col .col,
	.editor .three-col .col,
	.editor .four-col .col {
		display: block;
		width: 100%;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-top: 20px;
	}

	.editor .two-col .col + .col,
	.editor .three-col .col + .col,
	.editor .four-col .col + .col {
		margin-left: 0;
	}
}



.editor .index_title1{
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 5.6px;
  color: #E98686;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #FFD6D6;
  max-width: calc(~"100% - 15px");
  margin-left: auto;
  margin-right: auto;
}
.editor .indexContent1{
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 4.8px;
  color: #E98686;
  margin-top: 24px;
  margin-bottom: 20px;
}
.editor .indexContent2{
  font-size: 18px;
  line-height: 1.7778em;
  letter-spacing: 1.44px;
  color: #787878;
}
.editor p.indexContent3{
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 4.8px;
  color: #787878;
  font-family : 'Noto Sans SC';
}
.editor .ul-red{
  list-style: none;
  padding-left: 28px;
}
.editor .ul-red li{
  position: relative;
}
.editor .ul-red li + li{
  
    margin-top: 13px;
}
.editor .ul-red li::before{
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(233, 134, 134, 1);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 13px;
    left: -27px;
}

@media (max-width:1199px) {
  .editor .indexContent1{
    font-size: 22px;
    letter-spacing: 4.4px;
    margin-bottom: 18px;
  }
  .editor .indexContent2{
    letter-spacing: 1.4px;
    font-size: 20px;
    line-height: 1.7em;
    text-align: center;
    box-sizing: border-box;
    padding:  0 10px;
  }
}
@media (max-width:767px) {
  .editor .index_title1{
    font-size: 24px;
    line-height: 1.41667em;
    letter-spacing: 4.8px;
    color: #E98686;
    padding-bottom: 17px;
    max-width: unset;
  }
  .editor .indexContent1{
    margin-top: 22px;
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 1.65em;
    letter-spacing: 4px;
  }
  .editor .indexContent2{
    letter-spacing: 1.8px;
    font-size: 18px;
    line-height: 1.77778em;
    text-align: left;
    box-sizing: border-box;
    padding:  0 0px;
    padding-left: 23px;
  }
}