* {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	background: #f0f1f1;
	background: -moz-linear-gradient(top, #f0f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f0f1f1 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f0f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #161616;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "新細明體", "PMingLiu", AppleGothic, Dotum, Lucida Grande, Verdana Sana-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.075em;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
html, body, h1, p, li, span {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
p {
	text-align: justify;
	text-justify: inter-word;
}
a, a:active, a:hover, a:focus, a:visited { text-decoration:none;}
a {
  color: #17baef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #0e98c5;
}
img {
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

/* start preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
}
.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background:url(../images/logo-icon.png) center center no-repeat;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
	  -webkit-transform: perspective(120px) rotateY(0deg);
	  transform: perspective(120px) rotateY(0deg);}
  50% {
	  -webkit-transform: perspective(120px) rotateY(-180.1deg);
	  transform: perspective(120px) rotateY(-180.1deg);}
  100% {
	  -webkit-transform: perspective(120px) rotateY(-180deg);
	  transform: perspective(120px) rotateY(-180deg);}
}

@keyframes sk-rotatePlane {
  0% {
	  -webkit-transform: perspective(120px) rotateY(0deg);
	  transform: perspective(120px) rotateY(0deg);}
  50% {
	  -webkit-transform: perspective(120px) rotateY(-180.1deg);
	  transform: perspective(120px) rotateY(-180.1deg);}
  100% {
	  -webkit-transform: perspective(120px) rotateY(-180deg);
	  transform: perspective(120px) rotateY(-180deg);}
}

/* Header */
header {
	background: #fff url("../images/bg_flower.jpg") top right no-repeat;
	padding: 8px 0;
	width: 100%;
	position: relative;
}
header .logo { margin: 0; padding-top: 10px;}
header .logo a {
	background:url("../images/logo.png") center center no-repeat;
	display: inline-block;
	width: 160px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
nav {position: absolute; right: 220px; top: 5px; font-size: 230%;}

nav .fb a, #yuanta .social-icons a i.fa-facebook-square {color: #3a5a98;}
nav .Line a, #yuanta .social-icons a i.fa-line {color: #00b900;}
nav .nav-social>a { background-color: #fff; padding: 5px;}
nav span.nav-social a:hover i, nav span.nav-social a:focus i, nav span.nav-social a:active i {
	-webkit-transition: .3s;
    -moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

/* Home */
#home {
	background: url("../images/bg.png") top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 610px;
	text-align: center;
}
#home hgroup {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#home hgroup h1 { text-align: left; padding-left: 30px;}
#secure {
	position: absolute;
	top:110px;
	right: 10px;
	z-index: 1;
}

section {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

/* Info */
#info {padding-top: 50px;padding-bottom: 60px;}
.info-box {
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 2px 6px #9a9fa0;
	padding: 50px;
}
#info h3 { font-size: 145%; text-align: left; margin-bottom: 20px;}
#info p { font-size: 125%;}
#info p:last-child { text-align: right;}
.notic {padding: 0.5em 1em;text-align: left; padding-left: 30px;}
.notic li {
	color: #041626;
	font-size: 120%;
	text-align: justify;
	text-justify: inter-word;
	margin-bottom: 8px;
}

/* start footer */
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #005BAC;
	border-top:6px solid #eb6100;
	color: #fff;
}
footer p { padding: 0.5em 1em 0; text-align: center; margin: 0 auto;}
footer a:hover { text-decoration: underline;}

#go-to-top a {
	text-decoration:none;
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;	
	text-align: center;
	line-height: 60px;
	margin: 0 20px 20px;
	background:url(../images/ui.totop.png) no-repeat left top;
	width: 51px;
	height: 51px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 100;
}
#go-to-top a:hover {
	background: #00a7dd;
	color: #fff;
	background:url(../images/ui.totop.png) no-repeat left -51px;
}

nav{
	right: 20px;
}

@media screen and (max-width: 1024px) {
	nav{ margin-top: 5px; }
	body { font-size: 15px;}
}
@media screen and (max-width: 991px) {	
	#home { padding-left: 0;}
	hgroup{width: 991px;}
	#home, #home hgroup h1>img {height: 500px; padding-left: 3%;}
	#secure>img {height: 380px; padding-right: 10%;}
	#secure { right: 160px;}
	
	footer p.copyright>span {display: block;}
}
@media screen and ( max-width: 767px ) {
	nav{ margin-top: 5px; }
	body { font-size: 14px;}
	#home, #home hgroup h1>img {height: 450px}
	#secure>img {height: 330px;}
	#secure { top:100px; right: 250px;}
}

@media screen and ( max-width: 690px ) {
	nav{ margin-top: 6px; }
	#home, #home hgroup h1>img {height: 380px;}
	#secure>img {height: 280px;}
	#secure { top:90px; right: 350px;}
}

@media screen and ( max-width: 600px ) {
	nav{ margin-top: 7px; }
	#home, #home hgroup h1>img {height: 320px;}
	#secure>img {height: 230px;}
	#secure { top:80px; right: 440px;}
}

@media screen and ( max-width: 500px ) {
	nav{ margin-top: 8px; }
	#home, #home hgroup h1>img {height: 270px;}
	#secure>img {height: 180px;}
	#secure { top:70px; right: 527px;}
}


@media screen and ( max-width: 480px ) {
	.info-box {padding: 30px;}
	#info h3 { font-size: 135%;}
	#info p { font-size: 115%;}
	.notic li {	font-size: 110%;}
}
@media screen and ( max-width: 430px ) {
	nav{ margin-top: 9px; }
	#home, #home hgroup h1>img {height: 230px;}
	#secure>img {height: 140px;}
	#secure { top:60px; right: 595px;}
	footer p {font-size: 85%;}
}
@media screen and ( max-width: 360px ) {
	nav{ margin-top: 10px; }
	#home, #home hgroup h1>img {height: 170px;}
	#secure>img {height: 120px;}
	#secure { top:40px; right: 655px;}
	body { font-size: 12px;}
}
@media screen and ( max-width: 320px ){
	nav{ margin-top: 15px; }
	#home, #home hgroup h1>img {height: 140px;}
	#secure>img {height: 95px;}
	#secure { top:35px; right: 700px;}
	body { font-size: 11px;}
}
