.editor * {
	font-family: 'Open Sans', 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:#000000; font-size: 15px; word-wrap: break-word; white-space: normal; line-height: 26px;}

.editor ul, .editor ol { margin: 0; list-style-position: inside;}

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

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#006437; text-decoration: underline; }

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

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

.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 .list_style_dot{
	position:relative;
	counter-increment: ol;
	box-sizing: border-box;
    /* color: #003e7d; */
    font-size: 15px;
	list-style-type: none;
	padding-left:20px;
}
.editor .list_style_dot::before {
	content: '';
	color: #fff;
	background-color:#006437;
	border-radius:50%;
	display: inline-block;
	width: 6px;
	height: 6px;
	left: 0;
	top: 10px;
	position: absolute;
	text-align: center;
}

.editor .main_title{
	font-size:26px;
	font-weight:300;
	margin-bottom: 9px;
}
.editor .subtitle{
	font-size:20px;
	color:#4f4f4f;
	font-weight:600;
	margin-bottom: 17px;
}
.editor .list_title{
	font-size:15px;
	font-weight:600;
}
.editor .semiBold{
	font-weight:600;
}
.editor .app_button{
	background:url(../img/icon_continue.png) no-repeat left 31px center #006437;
	color:#fff !important;
	background-size: 32px auto;
	font-size:17px;
	box-sizing:border-box;
    padding-left: 70px;
    padding-right: 31px;
    padding-top: 11px;
    padding-bottom: 11px;
	text-decoration: auto !important;
    display: inline-block;
}
.editor .app_button_in{
	background:url(../img/icon_apply_form.png) no-repeat left 31px center #006437;
	color:#fff !important;
	background-size: 27px auto;
	font-size:17px;
	box-sizing:border-box;
	padding-left:70px;
	padding-right:30px;
	padding-top: 11px;
    padding-bottom: 11px;
	text-decoration: auto !important;
    display: inline-block;
}



.editor .style_table_dif th{
	background-color:#257a8e;
	color:#fff;
	box-sizing:border-box;
	padding:7px 25px;
	font-weight:600;
}
.editor .style_table_dif td{
	box-sizing:border-box;
	padding:7px 25px;
}
.editor .style_table_dif td:first-child{
	font-weight:600;
}
.editor .style_table_dif tr:nth-child(odd) {
	background-color:#f5f5f5;
}
.editor .style_table_dif tr:nth-child(even) {
	background-color:#ececec;
}


.editor .style_table{
	background:#ececec;
}
.editor .style_table p, .editor .style_table a, .editor .style_table li{
	font-size: 17px;
}
.editor .style_table tr{
	position:relative;
}
.editor .style_table tr:first-child{
	width:45.3% !important;
}
.editor .style_table th{
	background-color:#d54005;
	font-size:17px;
	font-weight: 600;
	padding:13px 20px;
	box-sizing:border-box;
	color:#fff;
	vertical-align:top;
    position: relative;
}
.editor .style_table th:first-child{
	width:45.3% !important;
}
.editor .style_table td{
	padding:13px 20px;
	box-sizing:border-box;
	vertical-align:top;
	position:relative;
	border-top:1px solid #ececec;
	font-size:17px;
}
.editor .style_table tr td:before{
    content: '';
	position:absolute;
	left:0;
	top:0;
	height:1px;
	width:calc(100% - 20px);
	background:#4f4f4f;
}
.editor .style_table tr td:first-child:before{
	left:auto;
	right:0;
}
.editor .style_table tr:first-child td:before{
    content: '';
	height:0;
}
.editor .style_table tr:first-child td{
	border-top:0px solid #ececec;
}
.editor .table-responsive-wrapper{
	width:100%;
}
.editor .table-responsive-wrapper .table-responsive{
	width:100%;
}

@media screen and (max-width: 768px) {
	.editor .style_table tr td:before {
		width: 100%;
	}
	.editor .style_table tr th:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 100%;
		background: #fff;
	}
	.editor .style_table_dif td {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		display: block !important;
	}
	.editor .style_table_dif td:first-child {
		padding: 7px 25px 0;
	}
}