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


/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	max-height: 680px;
	overflow: hidden;
	position: relative;
	clear: both;
	background: none;
}

.indexBanner > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > p {
	position: absolute;
	bottom: 20px; 
	left: 50%;
	z-index: 3;
	-ms-transform: translateX(-50%);  
    -moz-transform: translateX(-50%);  
	-webkit-transform: translateX(-50%);  
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	margin: 0; 
}
  
.indexBanner > p > a { 
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 8px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #fff;
}



/* 首頁圖片 */
.bannerBox {
	height: 780px;
	position: relative;
	border-top: 10px solid #00c4b3;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bannerBox h3 {
	font-size: 85px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.bannerBox h3 span {
	color: #05d9c7;
}

.summaryBox {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
}

.summaryBox h4 {
	font-size: 72px;
	color: #00c4b3;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.summaryBox h4::before {
	content: " ";
	display: block;
	width: 78px;
	height: 3px;
	position: absolute;
	background-color: #00c4b3;
	left: 3px;
	top: -10px;
}

.summaryTxt {
	font-size: 23px;
	color: #fff;
	/*font-weight: 300;*/
	line-height: 1.7;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.summaryTxt span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}

a.moreBtn {
	width: 140px;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 6px 0;
	margin-top: 50px;
	border: 1px solid #01c3b2;
	text-align: center;
}

a:hover.moreBtn, 
a:focus.moreBtn {
	background-color: #01c3b2;
}

.bottomBg {
	height: 610px;
	background: url(../images/tw/index-img-03.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




@media (max-width: 1299px){

/*----- 首頁 -----*/

}



@media (max-width: 1199px){

/*----- 首頁 -----*/

}



@media (max-width: 991px){

/*----- 首頁 -----*/
.bannerBox {
	height: 500px;
}

.bannerBox h3 {
	font-size: 64px;
	margin-top: 10px;
}

.summaryBox {
	left: 12%;
}

.summaryBox h4 {
	font-size: 52px;
}

.summaryTxt {
	font-size: 20px;
}

.summaryTxt span {
	font-size: 21px;
}

.bottomBg {
	height: 400px;
}


}


@media (max-width: 767px){

/*----- 首頁 -----*/


}


@media (max-width: 575px){

/*----- 首頁 -----*/
.bannerBox {
	height: 350px;
	border-top: 5px solid #00c4b3;
}

.bannerBox h3 {
	font-size: 40px;
}

.summaryBox {
	width: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.summaryBox h4 {
	font-size: 32px;
	margin-bottom: 10px;
}

.summaryTxt {
	font-size: 16px;
	line-height: 1.5;
}

.summaryTxt span {
	font-size: 17px;
	letter-spacing: 0;
}

a.moreBtn {
	margin-top: 22px;
}

.bottomBg {
	height: 230px;
}


}


@media (max-width: 480px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 7px; 
}



}