body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family:  Microsoft JhengHei;
    width: 100%;
    height: 100%;
	font-size:14px;
}
/*--------------------------gotop-------------------------*/
.gotop {
	width: 55px;
	z-index: 10;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
.gotop img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.gotop {
		width: 40px;
		bottom: 10px;
		right: 10px;
	}
}
/*--------------------------跑馬燈-------------------------*/
.marquee {
/*	position: absolute;*/
	background-color: #2f3790;
	width: 100%;
	height: 50px;
	top: 0;
	overflow: hidden;
}
.marquee-box {
	margin-top: 16px;
	width: max-content;
	animation: run 15s linear infinite;
}
.marquee-box img {
	margin: auto 10px;
}

@keyframes run {
	0% {
		left: 0;
		transform: translateX(0%);
	}
	100% {
		left: 0;
		transform: translateX(-20%);
	}
		
}

/*--------------------------主視覺-------------------------*/
.main{
	max-width:1280px;
	margin:0 auto;
}
.header{
	width: 100%;
	height:auto;
	position: relative;
	background-color:#c72222;
}
.top-bg, .top-bg-m{
	max-width: 100%;
}

.title{
	position: absolute;	
	width:70%;
	left:25%;
}
.top-title, .subtitleA{
	max-width:70%;
}
.top-title{
	padding:5% 0;
}
.subtitleA{
	padding-top:8%;	
}
.subtitleB{
	padding-bottom:5%;
	max-width: 50%;	
	padding-left:10%;
}

@media screen and (min-width:767px){
	.top-title-m, .top-bg-m{
		display: none;
	}
}
@media screen and (max-width:768px){
	.top-title, .top-bg{
		display: none;
	}
	.top-title-m, .top-bg-m{
		display: block;
	}
	
	.top-title-m{
		max-width:55%;
		padding:5% 0 5% 16%;	
	}
	.title{
		position: absolute;	
		width:70%;
		left:20%;
	}	
	.subtitleA{
		max-width:90%;
		padding-top:15%;		
	}
	.subtitleB{
		max-width: 70%;	
		padding-left:10%;
		padding-top:5%;
	}	
}

/*--------------------------前言-------------------------*/
.intro-bg {
	position: relative;
	width: 100%;
	height:auto;
	background-color: #c72222;
	color:#fff;
}
.intro-bg h2 {
	padding:5% 0 3% 0;
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
}
.terms{
	width:45%;
	margin: auto;
	font-size:1.5em;
	line-height: 2em;
}
.terms ul {
	display:inline-block;
	top:-42px;
	position:relative;
	padding-left:137px;
}
.terms ul h5 {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.terms ul h5:after {
	content:" ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 0;
	top:14px;
}
.terms ul h6 {
	display: inline-block;
	border:1px solid #ffe543;
	border-radius: 50px;
	color:#ffe543;
	padding:0px 13px;
	line-height: 1.6em;
	margin:0 0 0 10px;
}
.terms ul p {
	font-size: 19px;
}
.terms span{
	background-color:#2f3790;
	padding:2px 10px;
	border-radius: 20px;
	margin-right:10px;
}
.line{
	max-width: 100%;
	text-align: center;
}
.source{
	font-size:.8em;
	text-align: center;
	color:#fff;
	padding-top:3%;
	padding-bottom:4%;
}
.help-wrap {
	text-align: center;
}
.help-title {
	text-align: center;
	margin:40px 0 35px 0;
}
.help-wrap .help {
	margin: 0 15px;
}
.help-wrap h2 {
	display: none;
}

@media screen and (min-width:1680px){
	.terms{
		width:35%;
	}
}
@media screen and (max-width:768px){
	.terms{
		width:90%;
	}
	.line img{
		max-width:90%;
		padding:3% 0;
	}
	.intro-bg h2 {
		padding:10% 0 5% 0;
	}	
	.help-wrap h2 {
		display: block;
	}
	.help-title {
		display: none;
	}
}
@media screen and (max-width:639px){
	.intro-bg h2{
		font-size:1.8em;	
	}
	.terms{
		font-size:1.2em;
		line-height: 1.8em;
	}	
	.help-wrap .help {
		margin:0 0 10px 0;
	}
}
/*-----------------------learn---------------------*/
.learn, .witness{
	width:100%;
	text-align: center;
	background-color:#fdf6e3;
	background-size:  35px 35px, 35px 35px;
	background-image: linear-gradient(rgba(237, 237, 237, .9) 1px, transparent 1px), linear-gradient(90deg, rgba(237, 237, 237, .9) 1px, transparent 1px);	
}
.learn-flex {
    display: flex;
    flex-direction: row;  
	justify-content:center;	
}
.learn h2{
	padding:5% 0 ;
}
.learn .item{
	margin:0 2%;
}
.pay{
	max-width: 100%;
}
.language {
	width: 580px;
	margin:30px auto 120px auto;;
	height: 323px
}
.language img {
	height: 323px;
}
.language-m {
	display: none;
}
@media screen and (min-width:767px){
	.learn-tilte-m{
		display: none;
	}

}
@media screen and (max-width:768px){
	.language {
		width: 580px;
		margin:30px auto 60px auto;;
		height: 323px
	}
	.language img {
		height: 323px;
	}
	.learn-title{
		display: none;
	}
	.learn-tilte-m{
		display: block;
	}
	.learn-tilte-m img{
		max-width: 80%;
	}
	.learn .item{
		margin:5% 2%;
	}	
	
	.learn .main{
		padding-top:5%;
	}
}
@media screen and (max-width:639px){
	.language {
		width: 100%;
		margin:30px auto -20px auto;;
	}
	.language img {
		width:100%;
		height: auto;
	}
	.learn-flex{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:420px){
	.terms ul {
		top:0;
		padding:0;
		margin:10px 0 20px 0;
	}
	.terms ul h5:after {
		top:8px;
	}
	.terms ul p {
		margin-bottom:7px;
	}
	.slick-prev, .slick-next {
		display: none!important;
	}

}
/*-----------------------witness---------------------*/
.witness{
	padding-bottom: 5%;
}

.witness h2{
	padding:8% 0 5% 0;
}
.witness-pic{
	max-width: 100%;
}
.witness-flex {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;  
	justify-content:center;	
}
.witness .item{
	margin:2%;
}
@media screen and (max-width:768px){
	.witness h2 img{
		max-width: 70%;
	}
	.witness h2{
		padding:15% 0 5% 0;
	}	
	
}
/*-----------------------GO TOP---------------------*/
.footer{
	width:100%;
    height:auto;
	padding:2% 0;
    text-align: center;
    font-size:32px;
	cursor:pointer;
	background-color: #c72222;
}
.footer img{
	max-width: 100%;
}
.blink {
    animation-duration: .6s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.floating{
	animation-duration: .6s;
    animation-name: floating;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	animation-delay:.6s;
    animation-timing-function: ease-in-out;
}
@keyframes floating{
	100%{
		transform:translate(0, -13px);
	}
	0%{
		transform: translate(0,0);
	}

}


/* ============footer============ */
.mobile_bottom_footer .mobile_bottom_box li {
	font-size: 0.9em;
	margin:2px 0 5px 5px;
	height:23px;
}
.mobile_bottom_footer .mobile_bottom_logo {
	height: 140px;
	line-height: 120px;
}


