﻿.editor * {
	font-family: Raleway, 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: 17px; word-wrap: break-word; white-space: normal; }

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

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

.editor, .editor p, .editor li { line-height: 32px; }

.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; vertical-align: top; }

hr { border:none; height:1px; background-color:#d5d5d5; color:#d5d5d5; }

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

.editor .table-responsive-wrapper .table-responsive {}

.editor .heading {
	display: block;
	position: relative;
	line-height: 32px;
	font-size: 22px;
	font-weight: 700;
	color: #f58220;
	padding-bottom: 24px;
	margin-bottom: 20px;
}

.editor .heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #f58220;
}

.editor .sub-heading {
	display: block;
	line-height: 32px;
	font-size: 18px;
	font-weight: 700;
	color: #f58220;
}

.editor .tick-bullet {
	display: inline-block;
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	color: #f58220;
	padding-left: 35px;
	background: url(../images/icon-tick.png) no-repeat top 7px left;
	background-size: 26px;
}

@media (min-width: 1024px) {
	table.table-mobile {
		display: none;
	}
}

@media (max-width: 1023px) {
	table.table-pc {
		display: none;
	}
}