@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:  'Work Sans', 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:#191919; font-size: 16px; word-wrap: break-word; white-space: normal; }

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

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

.editor ul { 
	padding-left: 0px;
}
.editor ul li{ 
	position: relative;
	padding-left: 0px;
	list-style: none;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 30px;;
	letter-spacing:0.5px;
	margin-bottom:10px;
}
.editor ul li::before{
	position : absolute;
	content: "";
	top: 9px;
	left: 0;
	height: 8px;
	width: 8px;
	border-radius:  50%;;
	background-color:#b59278;
}
.editor ul ul {
	margin-top: 5px;;
}
.editor ul ul li{
	padding-left: 13px;
	margin-bottom: 11px;;
}
.editor ul ul li::before{
	position : absolute;
	content: "";
	top: 15px;
	left: 0;
	height: 1px;
	width: 5px;
	background-color:#191919;
}
.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;
	clear: both;
}

.editor .text-left {
	float: right;
	margin-left: 20px;
	clear: both;
}
.editor .text-right_full {
	float: left;
	margin-right: 20px;
}

.editor .text-left_full {
	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 .light{
	font-weight: 300;
}
.editor .semibold{
	font-weight: 600;
}
.editor .link_download{

	font-size: 16px;
	display: table;
	background-image: url('download-icon.svg');;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-left: 40px;;
	padding-top: 3px;
	line-height: 33px;
}
.editor .contentTitle{
	text-align: center;
    font-size: 60px;
    font-family: 'Libre Bodoni', serif;
    line-height: 92px;
	letter-spacing: 0.5px;
	color: #000;
}
.editor .contentTitle2{
	text-align: center;
    font-size: 30px;
    font-family: 'Libre Bodoni', serif;
    line-height: 40px;
	letter-spacing: 0.5px;
	color: #000;
}

.editor .contentTitle2{
	font-size: 28px;
	text-align:center;
	font-family: 'Libre Bodoni', serif;
    line-height: 59px;
	letter-spacing: 0.5px;
	color: #000;
}
.editor .record_row{
	margin-bottom: 20px;
	position: relative;
}
.editor .record_row td{
	padding: 0px;;
}
.editor .record_row .image img{
	width: 100%;
	height: auto;
	max-width: 500px;;
}
.editor .record_row:not(.left) .text{
	padding-right: 80px;;
}
.editor .record_row.left .text{
	padding-left: 80px;;
}

.editor a.our_rate{
	width: 170px;
	height: 50px;
	border: 1px solid #b59278;
	border-radius:  25px;
	box-sizing: border-box;
	display: flex;
	/* margin-left:auto;
	margin-right:auto; */
	justify-content: center;
	align-items: center;
	/* margin-top: 27px;; */
	text-align: center;
	overflow: hidden;
	position: relative;
}
.editor a.our_rate p, .editor a.our_rate span{
	font-size: 16px;
	color: #b59278;
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
	letter-spacing:2px;
	transition: color 0.5s;
	position: relative;
	z-index: 2;
}
.editor a.our_rate .under{
	z-index: 1;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background-color:#b59278;
	transition: transform 0.5s;
	transform: translate(-50%, -50%) scale(0);
	position: absolute;
	pointer-events: none;
	z-index: 1;
	color: transparent !important;
}
.editor a.our_rate:hover .under{
	transform: translate(-50%, -50%) scale(2);
}
.editor a.our_rate:hover p, .editor a.our_rate:hover span{
	color: #fff;
}

.editor .remarks_title{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Microsoft JhengHei', Arial;
	margin-bottom: 25px;;
}
.editor .remarks_list{
	padding-left:19px;
	counter-reset: item;
}
.editor .remarks_list li{
	box-sizing: border-box;
	padding-left:  21px;;
	letter-spacing:0.6px;
	margin-bottom: 10px;
	position: relative;
	list-style: none;
	counter-increment: item;
}
.editor .remarks_list li:last-child{
	margin-bottom: 0px;
}
.editor .remarks_list li:before {
	position: absolute;
	left: -19px;
	top:0;
	content: counter(item)'.';
	border-radius: 100%;
	color: #191919;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: -0.1px;
}

.editor .price_table{

	width: 100%;
}
.editor .price_table tr:first-child td{
	font-size: 20px;
	padding-left: 1px;
	border-bottom: 2px solid #b59278;
	padding-bottom:12px;
}
.editor .price_table tr td{
	padding: 1px;
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-top: 10px;;
	vertical-align: top;
	font-size: 20px;
	color: #000;
}
@media screen and (max-width: 1239px) {
	.editor .text-right_full,
	.editor .text-left_full {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	/* .editor .record_row{
		margin-bottom: 20px;
	}
	.editor .record_row td{
		padding: 0px;;
		display: block;
		width: 100%;
	}
	.editor .record_row .image{
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.editor .record_row .text{
		padding-left:0px !important;
		padding-right:0px !important;
	} */
}
@media screen and (max-width: 899px) {
	.editor .text-right,
	.editor .text-left {
		float: none;
		display: block;
		margin: 0 auto 20px !important;
	}
}
@media screen and (max-width: 768px) {

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