﻿.editor * {
	font-family: 'Roboto Condensed', sans-serif, Arial, 'Microsoft JhengHei', 微軟正黑體, 'PMingLiU', 新細明體 !important;
}

.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: 18px; word-wrap: break-word; white-space: normal; }

.editor ul, .editor ol { margin: 0; }

.editor ul, .editor ol { padding-left: 25px; }

.editor, .editor p, .editor li { line-height:30px; }

.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 {}

.editor .table-responsive-wrapper .table-responsive {}

.editor .editorTitle {
	line-height: normal;
	font-size: 32px;
	font-weight: 700;
	color: #003a6e;
}

.editor .editorSubtitle {
	line-height: normal;
	font-size: 25px;
	font-weight: 700;
	color: #003a6e;
	margin-bottom: 15px;
}

.editor .editorSubtitle.bsocscTitle {
	font-size: 32px;
	margin-bottom: 28px;
}

.editor .editorBullet {
	list-style-type: none;
	padding-left: 23px;
}

.editor .editorBullet li {
	position: relative;
}

.editor .editorBullet li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: -23px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #003a6e;
}

.editor hr {
	height: 2px;
	color: #ececec;
	background-color: #ececec;
	margin: 25px 0;
}

.editor a.externalLink,
.editor a.downloadLink {
	display: inline-block;
	position: relative;
	line-height: 28px;
	color: #00529c;
	padding: 11px 0;
    padding-left: 70px;
    margin-right: 60px;
	margin-bottom: 10px;
}

.editor a.externalLink:before,
.editor a.downloadLink:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(img/download-icon.svg) no-repeat center center, #00529c;
}

.editor a.externalLink:before {
	background: url(img/link-icon.svg) no-repeat center center, #00529c;
}

.editor .bsocscTable tr td {
	border-bottom: 2px solid #ececec;
}

.editor .bsocscTable tr th {
	font-weight: 700;
	color: #003a6e;
	border-bottom: 2px solid #00529c;
}

.editor .bsocscTable2 tr:last-child * {
	border-bottom: 0;
}

.editor .bsocscTable2 tr:nth-last-child(2) * {
	border-bottom-color: #00529c;
}

.editor .gray_box{
	background-color:#ececec;
	font-size:22px;
	box-sizing:border-box;
	padding:15px 20px;
	color:#003a6e;
	display:block;
	width:100%;
}