* {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	color: #0f0f0f;
	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);}
}

/* confirm */
#dialog-confirm {
	background: url(../images/bg_mask.png);
	width: 100%;
	height: 100%;
	min-height: 750px;
	position: fixed;
	z-index: 9999;
}
.off{ display:none;}
.confirm {
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	width: 40%;
	min-height: 200px;
	margin: 10% auto;
	padding: 20px;
}
.confirm > h2 {
	letter-spacing: 0.1em;
	border-bottom:1px solid #f7f7f7;
	padding-bottom: 20px;
	font-weight: 800;
	text-align: center;
}
.confirm-body {
	height: 150px;
	max-height: 200px;
	padding: 10px;
}
.confirm-body>p{
	color: #333;
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.confirm-body>p>span { color: #E30408;}
.confirm-footer {
	border-top:1px solid #f7f7f7;
	text-align: center;
	padding-top: 30px;
	margin-top: 10px;
}

/* Header */
.header {
	padding: 8px 0;
	background-color: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
}
.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
/*.header.navbar-fixed-top .logo a { background:url("../images/logo.png") center center no-repeat;}*/
.header.navbar-fixed-top .main-nav .nav .nav-item a { color: #666;}
.header.navbar-fixed-top .main-nav .nav .nav-item a:hover,
.header.navbar-fixed-top .main-nav .nav .nav-item a:focus,
.header.navbar-fixed-top .main-nav .nav .nav-item a:active {
	color:#d40046;
	background: none;
	outline: none;
}
.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;
}
.header .main-nav button {
  background: #074f66;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus { outline: none;}
.header .main-nav button .icon-bar { background-color: #fff;}
.header .main-nav .navbar-collapse { padding: 0;}
.header .main-nav .nav .nav-item {
	font-weight: normal;
	margin-right: 30px;
}
.header.navbar-fixed-top .main-nav .nav .nav-item.active a {
	color:#006dd2;
	border-bottom: 2px solid #eb6100;
}
.header .main-nav .nav .nav-item a {
  color: #1d1d1d;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 110%;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover,
.header .main-nav .nav .nav-item a:focus,
.header .main-nav .nav .nav-item a:active {
	color:#d40046;
	background: none;
	outline: none;
}
.header .main-nav .nav .nav-item.last { margin-right: 0;}

.header .main-nav .nav .nav-social {font-size: 230%;}
.header .main-nav .nav .fb a, #yuanta .social-icons a i.fa-facebook-square {color: #3a5a98;}
.header .main-nav .nav .Line a, #yuanta .social-icons a i.fa-line {color: #00b900;}
.header .main-nav .nav .youtube a, #yuanta .social-icons a i.fa-youtube {color: #ca2128;}
.nav>li.nav-social>a, .navbar-nav>li.nav-social>a { background-color: #fff; padding: 5px;}
.header .main-nav .nav .nav-social a:hover,
.header .main-nav .nav .nav-social a:focus,
.header .main-nav .nav .nav-social a:active{
	-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.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 100px;
	height: 100vh;
	-webkit-min-height:100%;
	text-align: center;
	position: relative;
}
#home hgroup { margin-top: 10%; font-size: 300%;}
#home hgroup h1 {
	color: #254061;
	letter-spacing: 0;
	font-size: 140%;
}
#home hgroup h2 {
	color:#eb6100;
	letter-spacing: 0.5em;
	font-size: 90%;
	margin-top: 0.5em;
}
#home hgroup h2 i {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-right: 15px;
}
#phone {
	position: absolute;
	width: 40%;
	right: 3%;
	bottom: 0;
	z-index: 1;
}
section {
	text-align: center;
	padding-top: 0;
	padding-bottom: 80px;
}
section h2 {
	color: #080b0f;
	font-size: 220%;
	margin-top: 10px;
}
section .divider-header {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 60px;
	height: 6px;
	float: right;
	margin-right: 5px;
}
section .section-heading {
	width: 100%;
	height: 420px;
}
section .section-title {
	padding-top: 250px;
	padding-right: 20px;
	text-align: right;
}
section .section-title h2 { color: #fff;}
section .section-title h2>strong { display: block;}
section .container-fluid { padding-right:0; padding-left: 0;}

/* Features */
#features .divider-header { background-color: #eb6100;}
#features .section-heading { background-color: #004986;}
#features .section-photo {
	background: url("../images/function-title.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.APP {
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: left;
}
.features { padding-top: 130px;}

.view h2 {font-size: 220%;font-weight: 700;}
.APP:first-child h2 { color: #154aa0;}
.APP:nth-child(2) h2 { color: #eb0f5c;}
.APP:nth-child(3) h2 { color: #0eadef;}
.APP:nth-child(4) h2 { color: #ef5907;}
.APP:nth-child(5) h2 { color: #8b15a0;}
.APP:last-child h2 { color: #07a1a3;}

.view h2>span {
	color: #eef0f1;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 230%;
	letter-spacing: 0;
}
.view p {
	color: #192428;
	font-size: 150%;
	line-height: 1.1em;
}

/* Offer */
#offer .divider-header { background-color: #fff100;}
#offer .section-heading { background-color: #00a0e9;}
#offer .section-photo {
	background: url("../images/act-title.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	margin-bottom: 50px;
}

#offer h3 {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	padding: 15px;
	font-weight: 700;
}
.date h3 {background-color: #13b5b1;}
.product h3 { background-color: #e5004f;}

.date p, .product p  {
	color: #181d23;
	letter-spacing: 0.1em;
	font-size: 175%;
	font-weight: 600;
	line-height: 3.6em;
	padding-left: 30px;
}

#offer h1 { color: #e80c0c; font-weight: 600;}
/* border */
.border { position: relative; display: inline-block;}
.border-l-r { font-size: 18px; position: absolute;}
.border-l-r .lnr, .border-l-r .fa {
    position: relative;
    top: 3px;
    left: -10px;
}
.border-l-r::after {
    background-color: #dedede;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 120px;
}
.border-l-r::before {
    background-color: #dedede;
    content: "";
    height: 1px;
    right: 50px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 120px;
}
#offer .border { margin-bottom: 100px;}
#offer .border-l-r {color: #3ca5b4;}

.act {
	padding: 20px 30px;
	position: relative;
	text-align: left;
	
}
.act h2>span {
	font-weight: 800;
	padding: 10px 20px;
	position: absolute;
	top:-30px;
}
.act p {font-size: 200%;}

.first {border:2px solid #535353;margin-bottom: 5em;}
.first h2>span {background-color: #fff;color: #1c4fc3;}
#AwardTab { text-align: center;}
#AwardTab li { display: inline-block;width: 30%; margin: 0 1%;}
#AwardTab li a { background-color:#f7f7f7;}
#AwardTab li a:hover, #AwardTab li a:focus { background-color:#FDD549; color: #ed6100;}
#AwardTab li.active a { background-color:#ed6100; color:#fff; font-weight: 800;}
#awardList_button {
	background-color: #005BAC;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	padding: 10px 20px;
}
#awardList_button:hover, #awardList_button:focus {
	background-color: #F7f7f7;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	color: #121212;
	cursor: pointer;
	text-decoration:none;
}
.searchform { width: 90%; margin: 10px auto;}
.searchform label {
	background-color: #0E0C0C;
	color: #fff;
	display: block;
	font-size: 100%;
	text-align: center;
	padding: 5px;
}
.searchform label>small {
	background-color: rgba(255,255,255,0.9);
	color: #121212;
	padding: 3px 8px;
	margin: 0 10px;
}
.searchform input { width: 100%; height: 3em; padding: 8px;}
#AwardTabContent .tab-pane {padding: 20px 10px;}
#AwardTabContent h4 { border-bottom: 5px solid #212121; text-align: left;padding: 10px 20px; font-size: 200%;}
#AwardTabContent ul { width: 100%; margin: 10px auto;}
#AwardTabContent ul li {
	border-bottom: 1px dashed #A0ABB0;
	display: inline-block;
	width: 30%;
	margin: 10px 1%;
	font-size: 125%;
}
#AwardTabContent ul li span {padding: 3px 10px; text-align: center; font-weight: 600;}
#AwardTabContent ul li span:last-child {font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; font-weight: 400;}

.lottery { background-color: #f7f7f7;}
.lottery h2 { color:#ea3403;}
#offer table {
	border-top:6px solid #060e11;
	border-bottom:6px solid #060e11;
	width: 70%;
	margin: 20px auto;
	font-size: 175%;
}
#offer table th {
	background-color: #e5e5e5;
	border-bottom:2px solid #060e11;
	padding: 12px;
	text-align: center;
}
#offer table td {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
}
#offer table td.red {color: #eb0b3a;}
#offer table td.blue {color: #160beb;}

/* Notic */
#notic {padding-top: 20px;padding-bottom: 50px;}
#notic h1 { color: #102240; font-weight: 600;}
#notic .border { margin-bottom: 50px;}
.notic {padding: 0.5em 1em;text-align: left;}
.notic li {
	color: #0f1113;
	text-align: justify;
	text-justify: inter-word;
	margin-top: 10px;
}

/* start footer */
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #005BAC;
	border-top:6px solid #eb6100;
	color: #fff;
}
footer p { padding: 0.5em 15em 0;}
footer p:last-child {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;
}

@media screen and (max-width: 1440px) {
	#home hgroup { font-size: 260%;}
	footer p { padding: 0.5em 10em 0;}
}
@media screen and (max-width: 1360px) {
	#home hgroup { font-size: 220%;}
	.view h2 {font-size: 200%;}
	.view p {font-size: 130%;}
}
@media screen and (max-width: 1280px) {
	.confirm {width: 60%;}
	#home hgroup { font-size: 260%;}
	.view h2 {font-size: 180%;}
	.view p {font-size: 120%;}
	footer p { padding: 0.5em 5em 0;}
}
@media screen and (max-width: 1024px) {
	body { font-size: 15px;}
	.view h2 {font-size: 150%;}
	.view p {font-size: 90%;}
	.act p {font-size: 150%;}
	#AwardTabContent ul li { font-size: 125%;}
	#AwardTabContent ul li span {padding: 3px 10px;}
}
@media screen and (max-width: 991px) {
	.confirm {width: 80%;}
	.header .main-nav .nav .nav-social { display: none;}
	#phone { width: 60%;}
	.features { padding-top: 30px;}
	.view h2 {font-size: 220%;}
	.view p {font-size: 150%;}
	#offer h3 { font-size: 130%;}
	.date p, .product p  { font-size: 160%;}
	.searchform label>small { display: block; width: 30%; margin: 2px auto;}
	#AwardTabContent ul li { width: 48%; font-size: 120%;}
	footer p { padding: 0.5em 2em 0;}
	footer p.copyright>span {display: block;}
}
@media screen and ( max-width: 767px ) {
	body { font-size: 14px;}
	#home hgroup { font-size: 230%; text-align: left; margin-top: 5%; padding-left: 25%;}
	#home hgroup h2 { letter-spacing: 0.1em;}
	#phone { display: none;}
	.header .main-nav .navbar-collapse { padding-left: 15px; padding-right: 15px;}
	.header.navbar-fixed-top .main-nav .nav .nav-item.active a,
	.header .main-nav .nav .nav-item a:hover,
	.header .main-nav .nav .nav-item a:focus,
	.header .main-nav .nav .nav-item a:active {	background-color:#006dd2;color:#fff;border-bottom: none;}
	#home {
		background: url("../images/m_bg.jpg") center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding-top: 25%;
		text-align: center;
	}
	section .section-heading { height: 320px;}
	section .section-title { padding-top: 200px;}
	#offer h3 {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.date p, .product p  { text-align: center;}
	.searchform label>span {display: block;}
	.searchform label>small { width: 50%;}
	#AwardTabContent ul { margin-left: -25px;}
	#AwardTabContent ul li { font-size: 105%; white-space: nowrap;}
	#offer table { width: 90%;}
	footer p { padding: 0.5em 1em 0;}
}
@media screen and ( max-width: 480px ) {
	#home hgroup { font-size: 210%;margin-top: 0;}
	#AwardTab li { margin: 0;}
	#awardList ul li { font-size: 135%;}
	#AwardTabContent ul li { width: 98%;}
	#AwardTabContent ul li { font-size: 160%; text-align: center;}
}
@media screen and ( max-width: 420px ) {
	#home hgroup { font-size: 180%;}
	section .divider-header {width: 40px; height: 4px;}
	section h2 {font-size: 135%;}
	#offer table {font-size: 135%;}
	.act h2>span { font-size: 160%;}
	.date p, .product p {line-height: 1.6em;}
	.searchform label>small { width: 90%;}
	.product p>span {display: block;}
	footer p {font-size: 85%;}
}
@media screen and ( max-width: 375px ) {
	body { font-size: 13px;}
	.act { padding: 20px 30px;}
	.first p>small {display: block;}
	#AwardTabContent ul li { font-size: 135%;}
	#offer table {width: 100%;}
}
@media screen and ( max-width: 360px ) {
	body { font-size: 12px;}
}
@media screen and ( max-width: 320px ){
	body { font-size: 11px;}
	#home hgroup { font-size: 165%;}
	.view p {font-size: 135%;}
}
