body, html {
	font-family: "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "新細明體", "PMingLiu", AppleGothic, Dotum, Lucida Grande, Verdana Sana-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #161616;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #262626;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F4D03F;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 0.1em;
	background: #0b287a;
	text-transform: uppercase;
	font-size: 1.6em;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a { color: #fff;}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #E75926;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #E75926;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#logo-bar {
	width:100%;
	height:56px;
	background: url(../images/logobar.jpg) center center no-repeat;
	position:absolute;
	top:0;
	z-index:10;
}
.submenu {
	width:320px;
	height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin-top:30px;
	float:right;
	text-align:center;
}
.submenu a { color:#fff;}
.submenu > a:hover { border-bottom:1px solid #E6F6F9;}
.submenu span {
	font-size:10px;
	margin:0 5px 0;
	color:#135d9b;
}

#intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	background: url(../images/bg_xxxl.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
#intro .intro-body {
	display: table-cell;
	vertical-align: bottom;
}
#intro h1 {
	background:url(../images/title.png) center center no-repeat;
	width:100%;
	height:136px;
	text-indent:-9999px;
	position:absolute;
	top:80px;
	z-index:1;
}

/* hot balloon */
.balloon {
	display:block;
	position:absolute;
	z-index:2;
}
#us {
	width:240px;
	height:390px;
	top:4%;
	left:8%;
	-webkit-animation: floating 3s infinite;
	animation: floating 3s infinite;
}
#us2 {
	width:80px;
	height:170px;
	top:50%;
	right:23%;
	-webkit-animation: floating 6s infinite;
	animation: floating 6s infinite;
}
#eu {
	width:150px;
	height:240px;
	top:60%;
	left:18%;
	-webkit-animation: floating 4s infinite;
	animation: floating 4s infinite;
}
#jp {
	width:230px;
	height:330px;
	top:10%;
	right:8%;
	-webkit-animation: floating 4.2s infinite;
	animation: floating 4.2s infinite;
}

@keyframes floating {
	0% { transform: translateY(0%);}
	50% { transform: translateY(10%);}	
	100% { transform: translateY(0%);}			
}

@-webkit-keyframes floating {
	0% { -webkit-transform: translateY(0%);}
	50% { -webkit-transform: translateY(10%);}	
	100% { -webkit-transform: translateY(0%);}			
}

/* Rotate */
.taiwan {
	background:url(../images/taiwan.png) 250px 135px no-repeat;
}
#rotateShow {
	display:block;
	margin: 30px auto;
	width: 620px;
	height:620px;
	/*border-radius:50%;
	background-color:rgba(205,205,205,0.6);*/
	position: relative;
	-webkit-animation: a 10s linear infinite;
	-moz-animation: a 10s linear infinite;
	animation: a 10s linear infinite;
}
#rotateShow > a {
	position: absolute;
	border:0;
	-webkit-animation: b 10s linear infinite;
	-moz-animation: b 10s linear infinite;
	animation: b 10s linear infinite;
}
#rotateShow > a:first-child{
	top: -20px;
	left: 250px;
}
#rotateShow > a:nth-child(2){
	top: 110px;
	left: 470px;
}
#rotateShow > a:nth-child(3){
	top: 400px;
	left: 460px;
}
#rotateShow > a:nth-child(4){
	bottom: -20px;
	left: 250px;
}
#rotateShow > a:nth-child(5){
	top: 400px;
	left: 20px;
}
#rotateShow > a:last-child{
	top: 110px;
	left: 20px;
}
@keyframes a{
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@-webkit-keyframes a {
	from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes a {
	from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes b{
	from{transform: rotate(0deg);}
	to{transform: rotate(-360deg);}
}
@-webkit-keyframes b {
	from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(-360deg);}
}
@-moz-keyframes b {
    from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(-360deg);}
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
}
.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}

dt {
	color:#191919;
	font-size:1.6em;
	font-weight:600;
	letter-spacing:0.1em;
	line-height:1.8em;
	margin-bottom:50px;
}

/* Market Section */
#market {
	padding: 80px 0;
	background: #ffffff;
}
#market .about-text {
	margin-left: 10px;
}

#market h4 { margin-bottom:60px;}
#market p {
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing:0.2em;
}
#piechart {
	width:760px;
	height:440px;
	margin-left:-80px;
	overflow:hidden;
}
#taipei {
	width:96%;
	font-size:1.2em;
	letter-spacing:0.1em;
	margin:0 auto;
}
#taipei caption {
	text-align:right;
	letter-spacing:0.2em;
}
#taipei th, #taipei td { padding:10px 5px 10px;}
#taipei tr:nth-child(odd) { background-color:#c8e4ff;}
#taipei th {
	border-top:2px solid #4b9be5;
	border-bottom:1px solid #4b9be5;
}
#taipei td { border-bottom:1px solid #4b9be5;}
#taipei td.text { white-space: nowrap;}
#taipei td:first-child,
#taipei td:nth-child(2),
#taipei td:nth-child(4),
#taipei td:nth-child(5) { border-right:1px solid #4b9be5;}
#taipei tr:last-child { background-color: #FFE979;}
#taipei td.nocolor {
	background-color:#ffffff;
	border-bottom: none;
	border-right: none;
}

/* Superior Section */
#superior {
	padding: 80px 0;
	background: url(../images/superior-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#superior .sitem { padding: 20px 10px;}

#superior h2 { color: #f6f6f6;}
#superior h3 {
	font-size: 1.6em;
	font-weight: 600;
	color: #f6f6f6;
	padding-bottom:10px;
}
#superior p {
	padding-top:15px;
	border-top: 1px solid #ffffff;
	font-size: 1.3em;
	letter-spacing:0.1em;
	color: #ffffff;
}
.space { margin-top: 40px;}
#superior i.fa {
	width:160px;
	height:160px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #ffffff;
	transition: all 0.5s;
}
.fa-s1 { background:url(../images/icons1.png) center center no-repeat;}
.fa-s2 { background:url(../images/icons2.png) center center no-repeat;}
.fa-s3 { background:url(../images/icons3.png) center center no-repeat;}
.fa-s4 { background:url(../images/icons4.png) center center no-repeat;}

/* Norm Section */
#norm {
	padding: 80px 0;
	background: #ffffff;
}
#normTab {
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height:1.8em;
}
#normTab tr:nth-child(odd) { background-color: #F4EAD5;}
#normTab th, #normTab td,
#rewardTab th, #rewardTab td { padding:10px;}
#normTab th {
	background-color: #E05A00;
	color:#FFFCED;
}
#normTab td:first-child { white-space:nowrap;}

/* Reward Section */
#reward {
	padding: 80px 0;
	background: #f6f6f6;
}
#reward p {
	font-size:1.5em;
	font-weight:600;
	letter-spacing:0.1em;
	margin-top:20px;
}
#rewardTab {
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height:1.8em;
}
#rewardTab tr:nth-child(odd) { background-color: #ffffff;}
#rewardTab th {
	background-color: #056498;
	border-bottom:1px solid #333333;
	color: #E5F5FC;
}
#rewardTab td {
	border-right:1px solid #929292;
	border-bottom:1px solid #929292;
}
#rewardTab td:last-child { border-right: none;}
#rewardTab td > ol { margin-top:20px;}
#rewardTab td > ol li {
	display:inline-block;
	float:left;
	width:160px;
}
#rewardTab td > span {
	color:#9E1517;
	font-size:0.8em;
}

/* other Section */
#other {
	padding: 80px 0 50px 0;
	background: #ffffff;
}
#other .other-item {
	padding: 20px;
	margin: 20px;
	border-radius: 4px;
}
#other .btn-rmb {
	border: 0;
	border-radius: 20px;
	padding: 50px 20px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight:600;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
}
#other .btn-future { background: #e0122f url(../images/btn.png) top center no-repeat;}
#other .btn-option { background: #eb3d00 url(../images/btn.png) top center no-repeat;}

#other .btn-future:hover, #other .btn-future:focus {
	color: #e0122f;
	border:2px solid #e0122f;
}
#other .btn-option:hover, #other .btn-option:focus {
	color: #eb3d00;
	border:2px solid #eb3d00;
}
#other .btn-rmb:hover, #other .btn-rmb:focus {
	background: #ffffff;
	background-image: none;
	transition: all .6s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

#other .other-item > p {
	margin-top:70px;
	font-size:1.6em;
	font-weight:600;
	letter-spacing:0.1em;
}

/* Footer Section*/
#footer {
	background-color: #005bac;
	border-top:3px solid #eb6100;
	color: #777;
	padding: 20px 0;
	text-align: center;
}

#footer p {
	color:#ffffff;
	font-size: 1.2em;
	letter-spacing:0.1em;
	margin-top: 10px;
}

@media (max-width: 1440px) {
#us {
	top:4%;
	left:5%;
}
#us2 {
	top:70%;
	right:16%;
}
#eu {
	top:60%;
	left:13%;
}
#jp {
	top:10%;
	right:5%;
}
}

@media (max-width: 1280px) {
#us {left:2%;}
#eu {left:10%;}
#jp {right:2%;}
}


@media (max-width: 1024px) {
.balloon { display:none;}
}


@media (max-width: 800px) {
	.submenu, #intro h1, .taiwan, #rotateShow { display:none;}
    #intro {
        background: url(../images/bg_xxl.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
	#logo-bar {
		background:#009be4 url(../images/ltopbar.png) 0 0 no-repeat;
		width:100%;
		height:70px;
	}
    
    .navbar { min-height: 50px;}
    .navbar-brand > img { width:60%;}
	.navbar-nav li {
		font-size:0.8em;
		letter-spacing:0;
	}
    
    #piechart {
        width: 98%;
        height:380px;
        margin-left:0;
    }
    
    #normTab, #rewardTab {
        width: 98%;
        margin: 0 auto;
    }
    
    #normTab td {
        border-right:1px solid #efbf5b;
        border-bottom:1px solid #efbf5b;
    }
     #normTab td:last-child { border-right:none;}
    
    #footer p > span { display:block;}
}

@media (max-width: 640px) {
	#intro { height: 100%;}
}

@media (max-width: 480px) {
    #logo-bar {	height:64px;}
    
	#intro {
        height: auto;
        min-height:700px;
        background: url(../images/bg_xl.jpg) no-repeat center center fixed;
    }
    
    dt {
        font-size:1.4em;
        line-height:1.6em;
    }
    
    #market h4 {
        width: 90%;
        line-height: 1.6em;
        margin: 0 auto;
    }
    
    #market p {
        margin-top: 10px;
        margin-bottom: 20px;
        letter-spacing:0.1em;
    }
    
    #taipei { font-size:1em;}
    
    .space { display: none;}
    
    #taipei td.text,
    #normTab td:first-child { white-space: normal;}
    
    #normTab, #rewardTab {
        font-size:1.2em;
        line-height:1.4em;
    }
    #normTab th, #normTab td,
	#rewardTab th, #rewardTab td { padding:8px;}
	#reward p {	font-size:1.2em;}
	#rewardTab td > span { line-height:1em;}
    
    #other .btn-rmb,
    #other .other-item > p { font-size: 1.3em;}
    .btn-rmb > span { display: none;}
    
    #footer { padding: 10px 0;}
    #footer p { font-size: 1em;}
}

@media (max-width: 375px) {
    #logo-bar {
		background:#009be4 url(../images/mtopbar.png) 0 0 no-repeat;
		height:52px;
	}
    
	#intro {
        min-height:560px;
        background: url(../images/bg_l.jpg) no-repeat center center fixed;
    }
    
    dt { font-size:1.2em;}
    
    #market, #superior, #norm, #rewardTab #other { padding: 50px 0;}
    
    #market h4 { line-height: 1.4em;}
    #market p { font-size:0.9em;}
    
    #superior h3 { font-size: 1.4em;}
    #superior p { font-size: 1.2em;}
    
    #normTab {
        font-size:1em;
        line-height:1.6em;
    }
    
    #other .btn-rmb,
    #other .other-item > p {
        font-size: 1.2em;
        letter-spacing: 0;
    }
    
    #footer p { font-size: 0.9em;}
}

@media (max-width: 320px) {

    #market, #superior, #norm, #other { padding: 30px 0;}
    
    #market h4 { font-size: 1.3em;}

    #rewardTab {
        font-size:1em;
        line-height:1.6em;
    }
	#rewardTab td { padding:0;}
	#rewardTab td > ol li { width:150px;}
    
    #other .btn-rmb,
    #other .other-item > p { font-size: 1em;}

}
