@charset "utf-8";
body {
	font:normal 16px/140% Arial, "微軟正黑體","Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
	color:#787474;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align: justify;
	text-justify:inter-ideograph;
}
html {
	width:100%;
	height:100%;
}
div, p, span, ul, ol, li, h1, h2, h3, h4, h5, h6, input, table, td, th, img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 25px;
}
img {
	width:100%;
	height:auto;
	display:block;
}
ul, li {
	list-style-position: outside;
	list-style-type: disc;
}
a {
	text-decoration:underline;
	color:#666666;
}
.clr {
	clear:both;
}
.mMode {
	display: none;
}
.table {
	display: table;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
}
/*----------------------global---------------------*/
.wrapper {
	padding-top: 0px;
}
.header {
	position: relative;
	background-color: #FCA424;
}
/*----------------------FOOTER---------------------*/	
.footer {
	width: 100%;
	color: black;
	font-weight: normal;
	font-size: 0.8em;
	background-color: #DEDEDE;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.footer .copyright {
	padding-left:150px;
	padding-right: 150px;	
}
/*----------------------version_title---------------------*/	
.version {
	
}
.version img{
	height: auto;
	width: 900px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#t03 img {
	float: left;
	width: 40%;
}
#t03 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
	
}

/*----------------------GOTOTOP---------------------*/	
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #F60;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.gotop{
	text-align: center;
	height: 10px;
	width: 100%;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	float: right;
	margin-left: auto;
	clear: both;
}



.dash {
	height: 2px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}



/*index page*/
.topnavi {
	height: 50px;
	position: fixed;
	width: 100%;
	z-index: 999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family:"Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
	background-color: #008ED7;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/logo2.png);
}
.topnavi .logo.subNavBtn img {
	display: none;
}

.topnavi .naviBar {
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
.topnavi li {
	display: inline-block;
	padding-left: 35px;
}
.topnavi li a {
	display: block;
	color: #FFFFFF;
	font-size: 1em;
	transition: all .8s;
	text-decoration: none;
	font-weight: bold;
}
.topnavi li a:hover {
	color: #00FFFF;
	font-size: 1em;
	font-weight: bold;
	transition: all;
}

.topnavi li a.stress{
	color: #0099FF;
	font-weight: bold;
}
.topnavi .logo {
	float: left;
	width: 180px;
	margin-left: 20px;
	margin-top: 10px;
}
.topnavi .webshare {
	width: 100px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

.topnavi .webshare a img {
	padding-left: 5px;
	height: auto;
	width: 35px;
	float: left;
	
}
.topnavi .naviBar .downloadmb {
	display: none;
}

.topnavi .naviBar .accountmb {
	display: none;
}
.topnavi .naviBar .accountpc {
	
}

.mainKV {
	position: relative;
	width: 100%;
	max-width: 1374px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/title_L_03.png);
	background-position: center;
}
.mainKV:after {
    display: block;
    content: '';
    padding-top: 48.76%;
}
	 
.mainKV .content {
	
}

.mainKS {
	padding-top: 50px;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg_main5_250.jpg);
	background-repeat: no-repeat;
}

.mainKS .content {
	position: relative;
	height: 500px;
}



.section.v2 {
	height: auto;
}
.content {
	max-width: 900px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	clear: both;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sec{
	display: block;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	
}

.content .describe {
	text-align: center;
	font-size: 1.25em;
	color: #254061;
	margin-top: 40px;
}
.section .titleBox {
	width: 100%;
	background-color: #011942;
	color: white;
	padding: 45px 0;
	font-size: 1.375em;
	text-align: center;
	}
.section .titleBox p {
	background: url(../img/icon_moustache.png) no-repeat;
	background-size: 60px;
	padding-left: 80px;
	display: inline-block;
	letter-spacing:5px;
}

.list_style li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: none;
	
	
}



@media screen and (min-width: 900px) and (max-width: 1024px) {
.topnavi li a {
	transition: all .8s;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.topnavi li {
	display: inline-block;
	padding-left: 30px;
}
}
 @media screen and (max-width: 900px) {
.wpMode {
	display: none;
}
.mMode {
	display: block;
}
.wrapper {
	width: 100%;
}
.topnavi {
	height: 45px;
	background-color: #008ED8;
	position: fixed;
	width: 100%;
	z-index: 999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: left;
}
.topnavi .logo.subNavBtn img {
	display: block;
}

.topnavi .lineshare {
	position: absolute;
	top: 10px;
	right:60px;
	width: 40px;
	height: 40px;
	background-size: auto 100%;
	cursor: pointer;
	background-image: url(../img/icon_line.png);
	background-repeat: no-repeat;
}
.topnavi .fbshare {
	position: absolute;
	top: 10px;
	right:100px;
	width: 40px;
	height: 40px;
	background-size: auto 100%;
	cursor: pointer;
	background-image: url(../img/icon_facebook.png);
	background-repeat: no-repeat;
}
.topnavi .submenu {
	position: absolute;
	top: 5px;
	right:10px;
	width: 50px;
	height: 50px;
	background:url(../img/bt_menu.png) no-repeat;
	background-size: auto 100%;
	cursor: pointer;
}
.topnavi .naviBar {
	margin: 0;
	float: none;
	padding-top: -50px;
}
.topnavi ul {
	display: none;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
.topnavi li {
	padding: 0;
	width: 100%;
}
.topnavi li a {
	color: #666;
	text-align: center;
	padding:0;
	line-height: 60px;
	display: block;
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: white;
	
}
.topnavi li a:hover {
	color: #0099FF;
	font-size: 1em;
	font-weight: bold;
	transition: all;
}
.topnavi li a.stress{
	font-weight: bolder;
	border-bottom-width: 0px;	
}
.topnavi .naviBar .apply{
	display: none;
	
}
.topnavi .naviBar .downloadpc {
	display: none;
}
.topnavi .naviBar .downloadmb {
	display: block;
}
.open .submenu {
	background-position: right 0;
}
.open ul {
	display: block;
	padding: 0;
}
.topnavi .logo {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.mainKV {
	background-image: url(../img/title_S_02.jpg);
	-webkit-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
.mainKV:after {
      padding-top: 155%; }	

.mainKV .content {

}
	

.mainKS {
	height: 100%;
	padding-top: 100px;
	position: relative;
	box-sizing:border-box;
	background-image: url(../img/evtopbn_mb_200.png);
	background-repeat: no-repeat;
}
.mainKS .content {
	height: 200px;
}
.header .app_image {
	position: relative;
	width: 50%;
	margin: 0 auto;
	left: 0;
	top: 0;
}




/*----------------------SCORLLIBTN---------------------*/	

#SCORLLBTN {
	display:none;
}


.footer ul li {
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}

.wrap {
	display: block;
}
.list_style li {
	font-size: 1.3em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: none;
	
	
}
.topnavi .webshare {
	display: none;
}



/*----------------------FOOTER---------------------*/	
.footer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	color: black;
	font-weight: normal;
	font-size: 0.8em;
	background-color: #D8D8D8;
}
.footer .copyright {
	padding-right: 30px;
	padding-left: 30px;
}
/*----------------------version_title---------------------*/	
.version {
	
}
.version img{
	height: auto;
	width: 100%;
	padding-top: 10px;
}
.landscape::after {
  color: red;
}

.topnavi .naviBar .accountmb {
	display: block;
}
.topnavi .naviBar .accountpc {
	display: none;
}
#t03 img {
	float: left;
	width: 50%;
}
#t03 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}
