@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: 'Roboto', Arial, "Microsoft Yahei", '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:#555555; font-size: 15px; word-wrap: break-word; white-space: normal; line-height: 36px;letter-spacing: 0px;}

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

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

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#1ebbf0; font-size: inherit;     text-decoration: underline;}

.editor a:hover { color:#1ab0e2; }

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

@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 h5.description_text {
	font-weight: 700;
	font-size: 16px;
    text-transform: none;
	letter-spacing: 3px;;
	color: #333333;
	line-height: 26px;;
}
.editor ul{
	/* margin-bottom: 10px; */
}
.editor ul li{
	line-height: 27px;;
	letter-spacing: 0px;
}
.editor .dt-highlight{
	background: #1ebbf0;
    background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
    background: linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
	color: #fff !important;
	padding: 1px 4px;
	line-height: 26px;
}
.editor table{
	border: 0px;
}
.editor table td, .editor table th{
	border-style: solid;
	border-color: transparent;
}
.editor table.no_border td, .editor table.no_border th{
	border : 0px solid transparent !important;
}
.editor table.recycle_table{
	background-color: #fff;
	width: 100%;
}
.editor table tr td{
	padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
	box-sizing: border-box;
}
.editor table tr td ul{
	margin-bottom: 0px;
}
.editor table tr td.accept_cell, .editor table tr td.reject_cell{
	position: relative;
	box-sizing: border-box;
	padding-top: 10px ;
    padding-bottom: 10px ;
    padding-left: 15px ;
    padding-right: 15px ;
	font-weight: bold;
	font-size: 16px;
}
.editor table tr td.accept_cell::before, .editor table tr td.reject_cell::before{
	width: 31px;
	/* height: 27px; */
	color: #ffffff;
    font-size: 16px;
	display: inline-block;
	font-family: 'Defaults';
	vertical-align: top;
	font-weight: normal;
}
.editor table tr td.accept_cell::before{
	content: "\f00c";
}
.editor table tr td.reject_cell::before{
	content: "\f00d";
}
.editor p.contentContent{
	font-weight: 700;
	font-size: 20px;
	line-height:30px;
	margin-bottom: 10px;
	color: #333333;
}
.editor .unlockLineHeight{
	line-height: unset !important;
}
.editor p.adver_title{
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	font-weight: 700;
}
.editor a.half_blue_but{
	width: calc(50% - 15px);
	min-height: 54.4px;
	box-sizing: border-box;
	text-decoration: none;;
	padding: 18px 36px 18px 36px;
	margin-right: 15px;
	background: #1ebbf0;
    background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
    background: linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	color: #fff;
	position: relative;
	line-height: 19px;
}
@media (max-width:767px) {
	.editor a.half_blue_but{
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 15px;
	}
	
}
.editor a.half_blue_but + a.half_blue_but{
	margin-right: 0;
	margin-left: 15px;
}
.editor a.full_blue_but{
	width: 100%;
	min-height: 54.4px;
	box-sizing: border-box;
	text-decoration: none;;
	padding: 18px 36px 18px 36px;
	background: #1ebbf0;
    background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
    background: linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	color: #fff;
	position: relative;
	line-height: 19px;
}
.editor a.small_blue_but{
	box-sizing: border-box;
	text-decoration: none;;
	padding: 8px 20px 7px 20px;
	background: #1ebbf0;
	background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
    background: linear-gradient(135deg, #1ebbf0 30%, #3fe7d9 100%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size:12px;
	color: #fff;
	position: relative;
	line-height: 15px;
	font-weight: 700;
}
.editor a.small_blue_but.center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.editor a.full_blue_but::after, .editor a.half_blue_but::after, .editor a.small_blue_but::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	opacity: 0;
}
.editor a.full_blue_but:hover, .editor a.half_blue_but:hover, .editor a.small_blue_but:hover{
	background: #27b99e;
	color: #ebebeb;
}
.editor a.full_blue_but:active::after, .editor a.half_blue_but:active::after, .editor a.small_blue_but:active::after{
	opacity: 1;
}
.editor p.terms_title{
	font-size: 20px;;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}
ol.terms li{
	line-height: 27px;;
	font-size: 15px;
}


.editor p.sectionTitle_editor{
	position: relative;
	margin-bottom: 35px;
	font-size: 22px;
	line-height:32px;
	font-weight: bold;
	padding-bottom: 10px;
	box-sizing: border-box;
	color: #333;
	&:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		border-color: transparent;
		-webkit-border-image: -webkit-linear-gradient(left, #1ebbf0 30%, #3fe7d9 100%);
		border-image: linear-gradient(left, #1ebbf0 30%, #3fe7d9 100%);
		border-image-slice: 1;
		border-style: solid;
		border-bottom-width: 1.5px;
		width: 70px;
		border-bottom-width: 0px;

	}
}