.editor * {
	font-family: 'Mulish', sans-serif, 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: 18px; word-wrap: break-word; white-space: normal; }

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

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

.editor, .editor li { line-height:30px; }

.editor, .editor p { line-height:32px;letter-spacing: 0.2px; }

.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.clear-style td{
	color: #000000 !important;
	background: transparent !important;
}

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

.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 .float-left{
    float: left;
    margin-right: 20px;
}

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

.editor .image-white-shadow{
	position: relative;
	/*padding: 0 10px 10px 0;*/
    /*box-sizing: border-box;*/
    /*overflow: hidden;*/
    border-radius: 30px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 20px;
}
.editor .image-white-shadow:before{
	/*content: '';*/
	/*background-color: #fff;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*position: absolute;*/
	/*top: 10px;*/
	/*left: 10px;*/
}
.editor .image-shadow img,
.editor .image-white-shadow img{
	position: relative;
	width: 100%;
}
.editor .image-white-shadow img{
    position: relative;
    width: 100%;
}

.editor ul {
    position: relative;
    list-style: none;
	display:block;
    margin-left: 0;
    padding-left: 0;
}

.editor ul li {
    list-style: none;
    margin-bottom: 20px;
	position: relative;
	padding-left: 1.9em;
}

.editor ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1f365b;
}

.editor .title-style1 {
	font-size: 30px;
	font-weight: 700;
	color: #1f365b;
	padding-bottom: 16px;
	box-sizing: border-box;
}

.editor .theme-table{
	border-radius: 30px;
	overflow: hidden;
}
.editor .theme-table tbody tr{
	background-color: #ddf7ff;
    border-bottom: 2px solid #fff; 
    font-size: 18px;
} 
.editor .theme-table tbody td{
    /*line-height: 50px;*/
    /*padding: 0 20px;*/
    padding: 13px 30px;
    box-sizing: border-box;
} 
.editor .theme-table tbody td{
	vertical-align: top;
    border-right: 2px solid #fff; 
} 
.editor .theme-table tbody td p{
	line-height: 30px;
	letter-spacing: 0.3px;
} 
.editor .theme-table tbody td:first-child{
	background-color: #2b638b;
	font-weight: 700;
	color: #fff;
} 
.editor .theme-table tbody td:first-child p{
	font-weight: 700;
	color: #fff;
} 
.editor .theme-table tbody td:last-child{
    border-right: 0; 
    padding: 14px 32px;
    letter-spacing: 2px;
} 
.editor .theme-table tbody tr:last-child{
    border-bottom: 0; 
} 

.editor table tr {
	border-bottom: 2px solid #fff;
}
.editor table tr:first-child td:first-child {
	border-top-left-radius: 20px;
}
.editor table tr:first-child td:last-child {
	border-top-right-radius: 20px;
}
.editor table tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}
.editor table tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}
.editor table td {
	padding: 18px 30px;
	vertical-align: top;
	background: #ddecf6;
	border-right: 2px solid #fff;
}
.editor table td:first-child {
	color: #fff;
	background: #2b638b;
	font-weight: bold;
}
.editor table td:last-child {
	border-right: none;
}

@media screen and (max-width:800px){
.editor .image-shadow-wrapper{
	text-align: center;
}

.editor .image-white-shadow{
    margin: auto;
    margin-bottom: 20px;
    float: none;
    display: inline-block;
}

.editor .float-left{
    /*margin: auto;*/
}

.editor .float-right{
    /*margin: auto;*/
}
}

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