@charset "utf-8";
/* CSS Document */


body{
	background: #fff;
	overflow-x: hidden;
	overflow-y: hidden;	
}

.content-body{
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 1;
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;	
}

.content-bk{
	width: 100%;
	height: 990px;
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	z-index: 4;
	background: url(../images/2-five-bk.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	animation: secbk 1s ease-out;
}
.content-swipe{
	left: 370px;
}
@keyframes secbk{
	0%{
		opacity:0;
		-webkit-transform: translate(0,150px);
		-moz-transform: translate(0,150px);
		-o-transform: translate(0,150px);
		transform: translate(0,150px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.content-psd{
    width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;			 
}
.content-box-inner{
    width: 1111px;
	margin: 120px auto 0 auto;
	display: block;		 
}
.content-box{
    width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 6;				 
}
.chart-title{
    width: 740px;
	left: 10px;
	top: 0;
	position: absolute;
	z-index: 7;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 33px;
	line-height: 50px;
	color: #000;
	animation:chart-title 1s ease-out; 				 
}
@keyframes chart-title{
	0%{
		opacity:0;
		-webkit-transform: translate(0,-100px);
		-moz-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 90px;
	position: absolute;
	z-index: 8;
	display: block;
    animation:chart-figure 1.2s ease-out; 				 
}
.chart-figure img{
    width: 100%;
	height: auto;
	max-width: 1111px; 				 
}
.chart-figure2{
    width: 100%;
	left: 0;
	top: 120px;
	position: absolute;
	z-index: 8;
	display: none;
    animation:chart-figure 1.2s ease-out; 				 
}
.chart-figure2 img{
    width: 100%;
	height: auto;
	max-width: 768px; 				 
}
.chart-figure3{
    width: 100%;
	left: 0;
	top: 120px;
	position: absolute;
	z-index: 8;
	display: none;
    animation:chart-figure 1.2s ease-out; 				 
}
.chart-figure3 img{
    width: 100%;
	height: auto;
	max-width: 768px; 				 
}
@keyframes chart-figure{
	0%{
		opacity:0;
		-webkit-transform: translate(0,100px);
		-moz-transform: translate(0,100px);
		-o-transform: translate(0,100px);
		transform: translate(0,100px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}









@media only screen and (max-width:1680px){
}
@media only screen and (max-width:1440px){
.content-bk{
	width: 100%;
	height: 990px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 1100px;
	margin: 50px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 640px;
	left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 70px;				 
}
}
@media only screen and (max-width:1366px) and (max-height:1024px){
.content-bk{
	width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 1100px;
	margin: 150px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 640px;
	left: 10px;
	top: 30px;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 100px;				 
}
}
@media only screen and (max-width:1366px) and (max-height:768px){
.content-bk{
	width: 100%;
	height: 768px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 900px;
	margin: 30px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 640px;
	left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 70px;				 
}
}
@media only screen and (max-width:1280px){
.content-bk{
	width: 100%;
	height: 768px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 900px;
	margin: 30px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 640px;
	left: 10px;
	top: 20px;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 90px;				 
}
}
@media only screen and (max-width:1024px) and (max-height:1366px){
.content-bk{
	width: 100%;
	height: 1366px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 900px;
	margin: 330px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 640px;
	left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 80px;				 
}	
}
@media only screen and (max-width:1024px) and (max-height:768px){
.content-bk{
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 670x;
	margin: 70px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 640px;
	left: 10px;
	top: 10px;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 80px;				 
}
}
@media only screen and (max-width:900px){
.content-bk{
	width: 100%;
	height: 1600px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 800px;
	margin: 450px auto 0 auto;
	display: block;		 
}
.chart-title{
     width: 100%;
	left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 70px;				 
}
}
@media only screen and (max-width:800px){
.content-bk{
	width: 100%;
	height: 1300px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 700px;
	margin: 350px auto 0 auto;
	display: block;		 
}
.chart-title{
     width: 100%;
	left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 42px;			 
}
.chart-figure{
    width: 100%;
	left: 0;
	top: 70px;				 
}
}
@media only screen and (max-width:768px){
.content-bk{
	width: 100%;
	height: 1050px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 650px;
	margin: 120px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 100%;
	left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 42px;			 
}

.chart-figure{
	display: none;			 
}

.chart-figure2{
    width: 100%;
	left: 0;
	top: 90px;
	display: block;			 
}
.chart-figure2 img{
    width: 100%;
	height: auto;
	max-width: 768px; 				 
}
}
@media only screen and (max-width:600px){
.content-bk{
	width: 100%;
	height: 1000px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 480px;
	margin: 150px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 100%;
	left: 0px;
	top: 10px;
	font-size: 23px;
	line-height: 40px;			 
}

}
@media only screen and (max-width:480px){
.content-bk{
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 420px;
	margin: 110px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 100%;
	left: 0px;
	top: 0px;
	font-size: 27px;
	line-height: 45px;			 
}
.chart-figure2{
	display: none;			 
}
.chart-figure3{
    width: 100%;
	left: 0;
	top: 120px;
	display: block;				 
}
.chart-figure3 img{
    width: 100%;
	height: auto;
	max-width: 768px; 				 

}
@media only screen and (max-width:414px){
.content-bk{
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 85%;
	margin: 110px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 100%;
	left: 0px;
	top: 0px;
	font-size: 25px;
	line-height: 40px;			 
}
.chart-figure2{
	display: none;			 
}
.chart-figure3{
    width: 100%;
	left: 0;
	top: 120px;
	display: block;				 
}
.chart-figure3 img{
    width: 100%;
	height: auto;
	max-width: 768px; 				 

}
}
@media only screen and (max-width:375px){
.content-bk{
	width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 85%;
	margin: 90px auto 0 auto;
	display: block;		 
}
.chart-title{
    width: 100%;
	left: 0px;
	top: 0px;
	font-size: 24px;
	line-height: 38px;			 
}
.chart-figure3{
    width: 100%;
	left: 0;
	top: 100px;
	display: block;				 
}
}
@media only screen and (max-width:360px){
.chart-title{
    width: 100%;
	left: 10px;
	top: 0px;
	font-size: 24px;
	line-height: 38px;			 
}
}
@media only screen and (max-width:320px) and (max-height:568px){
.chart-title{
    width: 100%;
	left: 10px;
	top: 0px;
	font-size: 20px;
	line-height: 30px;			 
}
.chart-figure3{
    width: 100%;
	left: 0;
	top: 80px;
	display: block;				 
}
}
@media only screen and (max-width:320px) and (max-height:480px){	
}








