@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: 'Libre Franklin', 微軟正黑體, '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:#565656; font-size: 15px; line-height: 30px; word-wrap: break-word; white-space: normal; }

.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 .title{
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Libre Franklin';
}

.editor ul.ulcustom li{
	list-style: none;
	position: relative;
}
.editor ul.ulcustom li::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #565656;
    top: 13px;
    left: -26px;
}
.editor ol.olcustom{
	counter-reset: css-counter 0;
}
.editor ol.olcustom li{
    padding-left: 10px;
	position: relative;
	list-style: none;
	counter-increment: css-counter 1;
}
.editor ol.olcustom li::before{
	position: absolute;
	content: counter(css-counter, decimal-leading-zero) ")";
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	font-family: Open Sans;
	color: #565656;
    top: -2px;
    left: -26px;
}
.editor .prod_subtitle{
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #7D7054;
}

.editor .opening_hour_content{
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #565656;
	font-family: 'Open Sans';
}

.editor .prod_content{
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
}

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

.editor .download{
	background: url('../img/1/2/icon-download.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
    height: 40px;
    display: flex;
	padding-left: 55px;
    align-items: center;
	color: #738169 !important;
	font-size: 15px !important;
	line-height: 30px !important;
	text-decoration: underline;
}

.editor .link{
	background: url('../img/1/8/icon-links.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
    height: 40px;
    display: flex;
	padding-left: 55px;
    align-items: center;
	color: #738169 !important;
	font-size: 15px !important;
	line-height: 30px !important;
	text-decoration: underline;
}
.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;
	}
}