@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: 'Futura PT', Arial, 微軟正黑體, '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:#808080; font-size: 15px; word-wrap: break-word; white-space: normal; line-height: 22px; }

.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 .subtitle {
	line-height: 65px;
}

.editor .link {
	display: inline-block;
	padding: 0 20px 7px;
	font-size: 14px;
	letter-spacing: 4.48px;
	border-bottom: 1px solid #fff;
	margin-top: 22px;
}

.editor p.cookiesTitle{
	font-weight: 500;
    font-size: 48px;
    margin-bottom: 8px;
	line-height: 1.5em;
	color: #000000;
}
.editor p.cookiesContent{
	font-size: 15px ;
	color: #000000;
	line-height: 1.5em;
}
.editor a.cookiesRejectButton, .editor a.cookiesAcceptButton{
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin:  0 4px;
	border-radius: 32px;
	box-shadow: 0 4px 8px -6px rgba(0, 0, 0, .2);
	padding: 8px 20px;
	background-color: #ededed;;
	text-align: center;
	color: #3c3c3c;
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 38px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.editor a.cookiesRejectButton:hover, .editor a.cookiesAcceptButton:hover{
	background-color: #fff;
	border-color: #000000;
}
.editor a.cookiesRejectButton:focus, .editor a.cookiesAcceptButton:focus{
	background-color: #fff;
	outline-width: 2px;
    outline-style: solid ;
    outline-color: #005fcc ;
    outline-offset: 2px ;
}
.editor a.cookiesRejectButton{
	background-image: url('../img/reject.svg');
    background-size: 14px;
}
.editor a.cookiesAcceptButton{
	background-image: url('../img/accept.svg');
    background-size: 16px;
	color: #06281f;
}
@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 .subtitle {
		font-size: 40px !important;
		line-height: normal;
		margin-bottom: 20px;
		* {
			font-size: 40px !important;
		}
	}

	.editor .link {
		display: block;
		text-align: center;
	}
}