@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:"微軟正黑體", "MS UI Gothic", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: white;
	text-decoration: none;
}

h2 {
	font-size: 34px;
    line-height: 46px;
    color: #076eb8;
    font-weight: bold;
	padding-bottom: 1em;
}

p {
	font-size: 24px;
    line-height: 37px;
    color: #000000;
    word-break: break-all;
	padding-bottom: 1em;
}

.wrapper {
	width: 100%;
}

.container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.btn-prime {
	display: block;
    text-align: center;
	margin: 40px 0;
}

.btn-prime a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #eb6100;
    padding: 10px 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.line-break {
	width: 100%;
	padding: 10px 0;
}

.line-break img {
	width: 100%;
	max-width: 950px;
	height: auto;
}

.header {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
}

.headerLogo {
	width: 250px;
}

.headerLogo img {
	width: 100%;
}

.sectionKV{
	width: 100%;
	display: block;
	background-image: url(../images/kv1bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sectionKV_img {
	width: 1000px;
	height: 878px;
	margin: 0 auto;
/*	background-image: url('../images/kv1-1000.jpg');*/
	background-size: 100% auto;
}

.sectionFintech{
	width: 100%;
	background: rgb(40,39,113);
	background: -webkit-linear-gradient(left, rgba(40,39,113,1) 0%, rgba(193,41,40,1) 40%, rgba(229,179,27,1) 100%);
	background: -o-linear-gradient(left, rgba(40,39,113,1) 0%, rgba(193,41,40,1) 40%, rgba(229,179,27,1) 100%);
	background: linear-gradient(to right, rgba(40,39,113,1) 0%, rgba(193,41,40,1) 40%, rgba(229,179,27,1) 100%);
}

.fintechLogo {
	text-align: center;
	width: 55%;
	max-width: 300px;
    margin: 0 auto;
}

.fintechLogo img {
	width: 100%;
}

.sectionIntro {
	width: 100%;
    background-color: #f1e0d0;
    padding: 80px 0;
}

.sectionIntro h2 {
	padding-bottom: 1.5em;
}

.introWrapper {
	width: 100%;
}

.introTxt,
.introMap {
	display: inline-block;
	width: 49.5%;
	vertical-align: middle;
}

.introMap img {
	width: 100%;
}

.sectionFeature {
	width: 100%;
    background-color: #eeeeee;
	padding: 80px 0;
}

.featureItem {
	padding-bottom: 40px;
}

.featureTxt,
.featureIcon {
	display: inline-block;
	vertical-align: top;
}

.featureTxt {
	width: 75%;
	padding-right: 4%;
}

.featureIcon {
	width: 20%;
	text-align: center;
}

.featureIcon img {
	width: 100%;
	max-width: 153px;
}

.footer {
	width: 100%;
	background-color: #007fe0;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

@media only screen and (min-width: 1025px){
	.btn-prime a:hover {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 1024px){
	.sectionKV_img {
		width: 100%;
		height: auto;
		padding-bottom: 117%;
		background-image: url('../images/kv1_m.jpg');
	}
}

@media only screen and (max-width: 767px){
	h2 {
		font-size: 20px;
    	line-height: 32px;
	}
	p {
		font-size: 17px;
    	line-height: 29px;
	}
	.btn-prime {
		margin: 25px 0;		
	}
	.btn-prime a {
		font-size: 18px;
		padding: 10px 60px;
	}
	.headerLogo {
		width: 178px;
	}
	.sectionIntro,
	.sectionFeature {
		padding: 40px 0;
	}
	.introTxt,
	.introMap {
		display: block;
		width: 100%;
	}
	.featureTxt {
		width: 72%;
	}
}
