@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: 'Lato', 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 p { line-height: 32px; letter-spacing: 0.75px; }

.editor ul li { margin: 10px 0; }

.editor ul li, .editor ol li { line-height: 32px; letter-spacing: 0.75px; }

.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 .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 .main-title{
    font-size: 24px;
    font-weight: 700;
    color: #15b7b7;
    padding-bottom: 16px;
}

.editor .sub-title{
    /*font-size: 19px;*/
    /*font-weight: 700;*/
    /*color: #7453a8;*/
}

.editor .theme-bullet {
    list-style: none;
    display: table;
    padding-left: 30px;
}

.editor .theme-bullet li {
    width: 100%;
    /*line-height: 30px;*/
}

.editor .theme-bullet li:before {
    content: '' !important;
    /*content: "\2022" !important;*/
    /*color: : #640a0a;*/
    /*background-color: #fcd50b !important;*/
    border: 2px solid #723993;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 12px !important;
    height: 12px !important;
    margin-left: -1.6em !important;
    margin-right: 0.7em !important;
    border-radius: 50%;
}

.editor .btn-link {
    position: relative;
}

.editor .btn-link .btn-link-text {
    padding: 10px 45px 10px 0;
    cursor: pointer;
    font-size: 18px;
	display: inline-block;
	position:relative;
}

.editor .btn-link .btn-link-text:after {
	content: '';
    width: 36px;
    height: 36px;
    /*border-radius: 50%;*/
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    background: url(../img/link-icon-black.svg) no-repeat center;
    pointer-events: none;
}

.editor .circle-btn {
	position: relative;
}

.editor .circle-btn .circle-link {
    padding: 6.5px 48px 6.5px 0;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.editor .circle-btn .circle-link:after {
	content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
	background: url(../img/download-icon.svg) no-repeat center #15b7b7;
}

.editor .tick-icon {
	position: relative;
}

.editor .tick-icon .tick-text {
    padding: 6.5px 10px 6.5px 30px;
    font-size: 18px;
    /*cursor: pointer;*/
    display: inline-block;
    position: relative;
}

.editor .tick-icon .tick-text:after {
	content: '';
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    position: absolute;
    top: 7px;
    left: 0;
	background: url(../img/tick.svg) no-repeat center;
}

@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 .theme-bullet {
	    padding-left: 33px;
	}

	.editor .theme-bullet li:before {
	    margin-left: -1.8em !important;
	    margin-right: 0.9em !important;
	}
}