@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: Arial, '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:#242424; font-size: 0.8rem; line-height: 2; 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:#242424; font-size: inherit; }

.editor a:hover { color:#242424; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #242424;
}

.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 a:not([class]), .editor a:not([class]):link, .editor a:not([class]):active, .editor a:not([class]):visited {
	color: #731472;
	text-decoration: underline;
}

.editor .editor-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #731472;
	margin-bottom: 10px;
}

.editor .editor-subtitle {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 6px;
}

.editor .editor-subtitle2 {
	position: relative;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 26px;
}

.editor .editor-subtitle2:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 60px;
	height: 1px;
	background: #f1e7f1;
}

.editor ol {
	list-style-type: none;
	padding-left: 40px;
	counter-reset: ol;
}

.editor li {
	position: relative;
	padding: 10px 0;
}

.editor ol:not(.editor-roman) > li:before {
	counter-increment: ol;
	content: counter(ol);
	position: absolute;
	top: calc(1em - 3px);
	left: -40px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	border-radius: 50%;
	background: #731472;
}

.editor ol.editor-roman {
	list-style-type: lower-roman;
	padding-left: 20px;
}

.editor ol.editor-privacy li:before {
	content: counter(ol) '.';
	width: auto;
	text-align: left;
	color: #242424;
	border-radius: 0;
	background: none;
}

.editor ul {
	list-style-type: none;
	padding-left: 32px;
}

.editor ul li:before {
	content: '';
	position: absolute;
	top: calc(1em + 6px);
	left: -32px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8ec64f;
}

.editor ul ul,
.editor ul ol,
.editor ol ul,
.editor ol ol {
	margin-bottom: -10px;
}

.editor a.editor-link {
	display: inline-block;
	position: relative;
	padding: 4px 0;
	padding-left: 50px;
	margin: 5px 0;
	vertical-align: top;
}

.editor a.editor-link:before {
	content: '';
	position: absolute;
	top: calc(1em - 20px + 4px);
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #8ec64f;
	background-repeat: no-repeat;
	background-position: center center;
}

.editor a.editor-download:before {
	background-image: url(img/icon_download.svg);
}

.editor a.editor-email:before {
	background-image: url(img/icon_email.svg);
}

.editor a.editor-external:before {
	background-image: url(img/icon_link.svg);
}

.editor table.editor-project {
	border-top: solid 4px #731472;
}

.editor table.editor-project tr {
	background: #f8f3f8;
}

.editor table.editor-project tr:nth-child(2n) {
	background: #f1e7f1;
}

.editor table.editor-project td,
.editor table.editor-tech td {
	padding: 0 30px;
}

.editor table.editor-tech td {
	border-bottom: solid 2px #dee5d7;
}

.editor table.editor-tech tr:first-child td {
	font-size: 0.9rem;
	font-weight: 700;
	color: #731472;
	border-bottom: solid 3px #731472;
}

/*Tommy editor*/

.editor .careerTitle{
	font-size: 1rem;
	font-weight: bold;
	color: #242424;
}

.editor p.benefitTitle{
	font-size: 1.4rem;
	font-weight: bold;
	color: #242424;
}

.editor p.termsTitle{
	text-align: center;
	color: #731472;
	font-size: 1.4rem;
	font-weight: bold;
}

.editor p.termsSubTitle{
	color: #731472;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.4px;
}


.editor .contentTitle{
	font-size: 1.1rem;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 14px;
	position: relative;
	letter-spacing: 0px;;
	line-height: 1.3rem;
}
.editor .contentTitle::after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 60px;
	background-color: #f1e7f1;
	letter-spacing: 0px;
}
.editor ul.greenDotList{
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 33px;
	margin-bottom: 33px;
}
.editor ul.greenDotList li{
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 31px;
	line-height: 1rem;
	position: relative;
	margin-top: 32px;
}
.editor ul.greenDotList li:first-child{
	margin-top: 0;
}
.editor ul.greenDotList li::before{
	content:'';
	position: absolute;
	left: 0;
	top: 0.25rem;
	width: 8px;
	height: 8px;
	background-color: #8ec64f;
	border-radius: 50%;
}
.editor ul.termList{
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}
.editor ul.termList li{
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 21px;
	line-height: 1rem;
	position: relative;
	margin-top: 20px;
	text-align: justify;
	line-height: 1.6rem;
}
.editor ul.termList li:first-child{
	margin-top: 0;
}
.editor ul.termList li::before{
	content:'';
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 8px;
	height: 8px;
	background-color: #8ec64f;
	border-radius: 50%;
}
.editor ul.benefitList{
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 33px;
	margin-bottom: 33px;
}
.editor ul.benefitList li{
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 31px;
	line-height: 1rem;
	position: relative;
	margin-top: 50px;
	letter-spacing: 0.44px;
	line-height: 1.6rem;
}
.editor ul.benefitList li .benefitListTitle{
	font-size: 1rem;
	color: #242424;
	line-height: 1rem;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 0px;
	margin-left: -3px;
}
.editor ul.benefitList li:first-child{
	margin-top: 0;
}
.editor ul.benefitList li::before{
	content:'';
	position: absolute;
	left: 0;
	top: 0.25rem;
	width: 8px;
	height: 8px;
	background-color: #8ec64f;
	border-radius: 50%;
}
.editor ol.number_list{
	padding-left: 12px;
}
.editor ol.number_list li{
	font-size: 16px;
	line-height: 1.6rem;
	color: #242424;
	box-sizing: border-box;
	padding-left: 3px;
}

.editor a.email_link{
	position: relative;
	font-size: 0.8rem;
	color: #242424;
	box-sizing: border-box;
	padding-left: 61px;
	line-height: 40px;
	display: table;
}
.editor a.email_link::before{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #8ec64f;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('img/1/2/icon_email.svg');
	border-radius: 50%;
}

.editor a.purpleLink{
	display: table;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #731472;
	text-align: center;
	box-sizing: border-box;
	padding: 18px 47px;
	border-radius: 80px;
}

/* END */

@media screen and (max-width: 767px) {
	.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 table.editor-tech,
	.editor table.editor-tech tbody,
	.editor table.editor-tech tr,
	.editor table.editor-tech td {
		display: block;
		width: 100% !important;
	}
}