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

@font-face {
    font-family: h_b;
    src: url('../css/font/h_b.ttf') format("truetype");
}

@font-face {
    font-family: h_l;
    src: url('../css/font/h_l.ttf') format("truetype");
}

@font-face {
    font-family: h_r;
    src: url('../css/font/h_r.ttf') format("truetype");
}

@font-face {
    font-family: gt_regular;
    src: url('../css/font/gt_regular.otf') format("opentype");
}
@font-face {
    font-family: gt_bold;
    src: url('../css/font/gt_bold.otf') format("opentype");
}
@font-face {
    font-family: gt_medium;
    src: url('../css/font/gt_medium.otf') format("opentype");
}
@font-face {
    font-family: gt_light;
    src: url('../css/font/gt_light.otf') format("opentype");
}

.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 { font-family: gt_regular;margin:0px; padding:0px; color:#000000; font-size: 27px; 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:#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 table.not-full-width{
	width: initial !important;
}

.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 .button1{
	border: 1px solid #FFFFFF;
	border-radius: 31px;    
	/* padding: 19px 40px; */
    box-sizing: border-box;
    margin-top: 23px;
	position: relative;
	
}
@media screen and (max-width: 1199px) {
	
	.editor .button1{
		margin-top: 28px;
		right: 25px;
		line-height: 35px;
		width: calc(100% - 3px);
	}
	.editor .button1::after{
		right: 46px !important;
	}
}
	
	
@media screen and (max-width: 767px) {
	.editor .button1{
		margin-left: 25px;
		width: unset;
		margin-right: 15px;	
		margin-top: 25px;
		line-height: 40px;
		letter-spacing: -0.2px;
	}
	.editor .button1::after{
		right: 18px !important;
	}
}
.editor .button1:not(:has(a)){
		
	padding: 19px 80px 19px 40px;

}
.editor .button1:has(a) a{
	display: block;
	padding: 19px 120px 19px 40px;
	@media screen and (max-width: 1199px) {
		padding: 39px 240px 39px 67px;
	}
	@media screen and (max-width: 767px) {
		padding: 35px 200px 39px 67px;
	}
	
}
.editor .button1:hover::before{
	
	border: 1px solid #2b144D !important;
	transform: translateY(-50%) scale(1);
}
.editor .button1:hover::after{
	opacity: 0;
}
.editor .button1::before{
	pointer-events: none;
	transition: 0.3s all;
	content:"";
	position: absolute;
	transform: translateY(-50%) scale(0);
	width: 55px;
	height: 55px;
	display: block;
	right: 40px;
	top: 50%;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url("../img/01-Mainpage/banner-learnmore-arrow.svg") no-repeat  center center;
	background-color: #FFFFFF;
}
@media screen and (max-width: 1199px) {
	
	.editor .button1::before{
		right: 45px;
	}
}
@media screen and (max-width: 767px) {
	
	.editor .button1::before{
		right: 18px;
	}
}
.editor .button1::after{
	content:"";
	position: absolute;
	width: 55px;
	height: 55px;
	display: block;
	right: 40px;
	top: 50%;
	pointer-events: none;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	background: url("../img/01-Mainpage/banner-learnmore-arrow.svg") no-repeat center center;

}
.editor ul.white{
	li::marker{
		color: #FFFFFF;
	}
}
.editor .button2{
	border: 1px solid #FFFFFF;
	border-radius: 9100px;    
	/* padding: 19px 40px; */
    box-sizing: border-box;
	/* height: 182px; */
    margin-top: 23px;
	position: relative;
}
.editor .button2:not(:has(a)){
		
	padding: 19px 80px 19px 40px;
}
.editor .button2:has(a) a{
	height: 100%;
	padding: 19px 120px 19px 80px;
	box-sizing: border-box;
	border-radius: 91px;
	display: flex;
	align-items: center;

}
@media (max-width: 1199px) {
	.editor .button2:has(a) a{
		padding: 19px 60px 19px 40px;
	}
}
@media (max-width: 767px) {
	.editor .button2:has(a) a{
		padding: 10px 20px 10px 20px;
	}
}
@media (max-width: 1199px) {
	.editor .button2{
		margin-top: 28px;
		right: 25px;
		padding: 20px 120px 20px 27px;
		line-height: 35px;
		width: calc(100% - 3px);
	}
	.editor .button2::after{
		right: 46px !important;
	}
}
	
@media (max-width: 767px) {
	.editor .button2{
		margin-left: 25px;
		width: unset;
		margin-right: 15px;	
		margin-top: 25px;
		padding: 36px 80px 40px 37px;
		line-height: 40px;
		letter-spacing: -0.2px;
	}
	.editor .button2::after{
		right: 18px !important;
	}
}
.editor .button2:hover::before{
		
	border: 1px solid #2b144D !important;
	transform: translateY(-50%) scale(1);
}
.editor .button2:hover::after{
	opacity: 0;
}
	
.editor .button2::before{
	transition: 0.3s all;
	content:"";
	position: absolute;
	transform: translateY(-50%) scale(0);
	width: 55px;
	height: 55px;
	display: block;
	right: 40px;
	top: 50%;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url("../img/01-Mainpage/banner-learnmore-arrow.svg") no-repeat  center center;
	background-color: #FFFFFF;
}
@media screen and (max-width: 1199px) {
	
	.editor .button2::before{
		right: 45px;
	}
}
@media screen and (max-width: 767px) {
	
	.editor .button2::before{
		right: 18px;
	}
}
.editor .button2::after{
	content:"";
	position: absolute;
	width: 55px;
	height: 55px;
	display: block;
	right: 40px;
	top: 50%;
	pointer-events: none;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	background: url("../img/01-Mainpage/banner-learnmore-arrow.svg") no-repeat center center;
}
@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;
	}
}