.editor * {
	font-family: 'Nunito Sans', Arial, 'Microsoft JhengHei', 微軟正黑體, '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:#000000; font-size: 12px; word-wrap: break-word; white-space: normal; line-height: 1.7;}

.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; }

.contentContent{font-size: 18px}
.contentTitle{color: #816d57; font-weight: 600; font-size: 24px}

.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_editor th:first-child{ */
	/* background:#cabeac; */
/* } */
.editor .table_editor td:first-child{
	font-weight:700;
	font-size:16px;
	color:#3f3f3f;
}
.editor .table_editor tr th,.editor .table_editor tr td{
	padding:0;
}

.editor .table_editor hr{
	background:#cabeac;
}
.editor .table_editor{
	width:100%;
	border-top: 2px solid #816d57;
}
.editor .table_editor tr td{
	vertical-align:top;
    padding: 10px 10px 10px 10px;
}
.editor .table_editor tr td{
    line-height: 26px;
	box-sizing:border-box;
}
.editor .table_editor tr th{
	border-top: 2px solid #816d57;
	border-bottom: 2px solid #816d57;
    padding: 7px 0;
	box-sizing:border-box;
}
.table_editor_mobile .table_editor{
	margin-bottom:30px;
}
.editor .table_editor tr th:first-child{
    width: 285px;
}
.editor .table_editor tr th:nth-child(2){
    padding: 7px 10px;
    width: 290px;
}
.editor .table_editor tr th:nth-child(3){
    width: 288px;
    padding: 7px 10px;
}
.editor .table_editor tr th:nth-child(4){
    width: 275px;
}
.editor .table_editor tr td:nth-child(1){
    padding: 10px 0 10px 0;
}
.editor .table_editor tr td:nth-child(4){
    padding: 10px 0 10px 0;
}
.editor .table_editor th p{
	color:#3f3f3f;
	font-size:18px;
	font-weight:700;
    display: inline-block;
    vertical-align: middle;
}
.editor .table_editor th span{
	color:#3f3f3f;
	font-size:18px;
	font-weight:700;
    display: inline-block;
    vertical-align: middle;
}
.editor .table_editor td{
	border-bottom: 1px solid #cabeac;
}
.editor .table_editor table tr:last-child td{
	border-bottom: 1px solid #cabeac;
}



@media screen and (max-width: 1200px) {
	.editor .table_editor {
		border-bottom: 2px solid #816d57;
	}
}


@media screen and (max-width: 768px) {
.editor .table_editor tr th:first-child {
    width: 150px;
}
}










.editor .table-responsive-wrapper {}

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

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

.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 .referTitle{
	font-weight: 600;
	font-size: 16px;
	display: block;
	line-height: 25px;
	margin-top: 9px;
}

.editor .referList{
	display: block;
	list-style: none;
	counter-reset: counter;
	padding-left: 0;
}
.editor .referList li{
	font-style: italic;
	font-size: 16px;
	counter-increment: counter;
	padding-left: 20px;
	position: relative;
	margin-top: -1px;
}
.editor .referList li:first-child{
	margin-top: 0;
}
.editor .referList li::before{
	content: counter(counter);
	font-size: 16px;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
}
.editor .editor-hr{
	background-color: #eee5d3;
	margin-top: 30px;
	margin-bottom: 25px;
}
.editor .productList{
	list-style: none;
	padding-left: 0;
	margin-top: 1px;
}
.editor .productList li{
	font-size: 16px;
	position: relative;
	padding-left: 17px;
	letter-spacing: 0.89px;
	margin-bottom: 3px;
}
.editor .productList li::before{
	content: '';
	position: absolute;
	left: 1px;
	top: 8px;
	width: 4px;
	height: 10px;
	display: inline-block;
	background-color: #816d57;
}
.contentContent{font-size: 18px}
.contentTitle{color: #816d57; font-weight: 600; font-size: 24px; line-height: 49px}
