@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: 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:#454545; font-size: 20px; word-wrap: break-word; white-space: normal; /*line-height:  30px;*/}

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

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

.editor ul{
	padding-left: 0px;
	list-style: none;
}
.editor ul li{
	position: relative;
	box-sizing: border-box;
	padding-left:20px;
	margin-bottom: 10px;
}
.editor ul li:last-child{
	margin-bottom: 0px;
}
.editor ul li::before{
	position: absolute;
	left:0;
	top: 5px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #85ce49;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #85ce49;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.editor img { border:none; }

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

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

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

.editor .sealed{
	box-sizing: border-box;
	padding-left:67px;
	font-size: 22px;
	font-weight: bold;
	color: #335636;
	background-image: url('img/icon-intro-1.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-position-x: -8px;
	min-height: 73px;;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}.editor .tool{
	box-sizing: border-box;
	padding-left:67px;
	font-size: 22px;
	font-weight: bold;
	color: #335636;
	background-image: url('img/icon-intro-2.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-position-x: -8px;
	min-height: 73px;;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.editor .green_table{
	width : 100%;
	margin-top:  23px;;
}

.editor .green_table tr th{
	font-size: 22px;
	color: #335636;
	font-weight: bold;
	background-color: #eaffd9;
	vertical-align:  middle;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.editor .green_table tr td{
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #c9f6a5;
	vertical-align: top;
}

.editor .bubble{
	background-color: #85ce49;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius:  50%;
	overflow: hidden;
	display: inline-block;
	vertical-align:top;
	font-size: 16px;
	font-weight: bold;
	font-family:'Microsoft JhengHei';
	margin-right: 0px;
}

.editor ol.green_num {
	list-style: none;
	counter-reset: item;
	margin-top: 11px;
	margin-bottom: 30px;
	padding-left: 0px;;
}

.editor ol.green_num  li {
	counter-increment: item;
	letter-spacing: 0.3px;
	margin-bottom: 9px;
	position: relative;
}
.editor ol.green_num  li::before {
	content: counter(item);
	background-color: #85ce49;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius:  50%;
	overflow: hidden;
	display: inline-block;
	vertical-align:top;
	font-size: 16px;
	font-weight: bold;
	font-family:'Microsoft JhengHei';
	margin-right: 14px;
}

.editor .titleContent{
	font-size: 22px;
	font-weight: bold;
	color: #335636;
}

.editor .green_num_container{
	display: block;
	position: relative;
}
.editor .green_num_container .bubble_container{
	display: table-cell;
	vertical-align:top;
	width: 25px;
	box-sizing: border-box;
	padding-top: 1px;;
}
.editor .green_num_container .bubble{
	display: inline-block;
	vertical-align:top;
	width: 25px;
}
.editor .green_num_container .bubble span{
	max-height: 25px;
}


.editor .green_num_container .green_content{
	display: table-cell;
	vertical-align:top;
	line-height: 27px;
	letter-spacing: 0.35px;
	box-sizing: border-box;
	padding-left:11px;
	min-height:25px;
}

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

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