@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: 'Nunito 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:#000000; font-size: 26px; word-wrap: break-word; white-space: normal; line-height: 36px; 

	letter-spacing: 0.4px; 
    letter-spacing: 0.9px
	
}

.editor a{
	text-decoration: underline;
}

.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: 60px;
    margin-top: -10px;
}

.editor .text-left {
	float: right;
	margin-left: 60px;
    margin-top: -10px;
}

.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 .blue_title{
	font-size:37px;
	color:#00b0f0;
	font-weight:700;
    margin-bottom: 12px;
    letter-spacing: 0.7px;
}

.editor .title{
	color: #1d3a6b;
    font-size: 32px;
    font-weight: 700;
    /* padding-top: 29px; */
    padding-bottom: 23px;
    letter-spacing: 0.6px;
}

.editor .subtitle{
	color: #1d3a6b;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 23px;
    letter-spacing: 0.6px;
}

.editor .subtitle_org{
	color: #f26e24;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 23px;
    letter-spacing: 0.6px;
}


.editor .theme-list {
	list-style: none;    
	padding-left: 30px;
}

.editor .blue-bullet li{
	display:block;
	position:relative;
	font-size:26px;
	letter-spacing: 1.05px;
    margin-bottom: 14px;
}

.editor .blue-bullet li:after{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	top:11px;
	left:-30px;
	background:#1d3a6b;
	border-radius:50%;
}
.editor .org-bullet li{
	display:block;
	position:relative;
	font-size:26px;
	letter-spacing: 1.05px;
    margin-bottom: 14px;
}

.editor .org-bullet li ul{
	 margin-top: 14px;
}

.editor .org-bullet li:after{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	top:11px;
	left:-30px;
	background:#ff9357;
	border-radius:50%;
}

.editor .org-bullet li li:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	top:11px;
	left:-30px;
	background:#fff;
	border:2px solid #ff9357;
	border-radius:50%;
}

.editor .org-bullet li li li:after{
	content:'';
	position: absolute;
    width: 40px;
    height: 21px;
    top: 6px;
    left: -47px;
	border:0px solid #ff9357;
	background:url(../img/point-arrow.svg) no-repeat top center;
	border-radius:50%;
}

.editor .number-list {
	list-style: none; 
	counter-reset: li;
	padding-left: 41px;
}

.editor .lower-aplha-bullet{
	
}

.editor .lower-aplha-bullet li{
	counter-increment: item;
	display:block;
	position: relative;
    letter-spacing: 1.05px;
    margin-bottom: 14px;
}


.editor .lower-aplha-bullet li::before{
	content: counter(item, lower-alpha) ". ";
	font-size:26px;
	color:#1d3a6b;
	position: absolute;
	top: 0;
    left: -40px;
}



.editor .step_title{
	margin-bottom: 31px;
}

.editor .step_box{
	text-align:center;   
	padding-bottom: 29px;
}

.editor .step_box_inner{
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

.editor .step-bullet{
	position:relative;
	padding-left: 44px;
}

.editor .step-bullet:after{
	content: '';
    top: 9px;
    left: 13px;
    background: #c2c2c2;
    width: 5px;
    height: 90%;
    position: absolute;
}

.editor .step-bullet li{
	display:block;
	position:relative;
	font-size:26px;
	letter-spacing: 1px;
    margin-bottom: 14px;
}
.editor .step-bullet li:after{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	box-sizing:border-box;
	background:#fff;
	top: 7px;
    left: -39px;
	border:5px solid #ff9357;
	border-radius:50%;
	z-index:1;
}




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