body{/*temp*/
	background: url("../images/bg.jpg") repeat 50% -1399px;
}

/************************************************************\
* Banner
\************************************************************/
#banner{
	background: url("../images/product_02/banner_bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
	z-index: 90;
	width: 100%;
	height: 717px;
	opacity: 0;
}
/*****************************\
* opening
\*****************************/
#banner .banner_img {
	position: absolute;
	top: -71px;
	left: 50%;
	z-index: 2;
	margin-left: -412px;
}
.banner_img .bai {
	position: absolute;
	z-index: 3;
	opacity: 0;
}
.banner_img .ba_01 {
	top: 150px;
	left: 320px;
	z-index: 5;
}
.banner_img .ba_02 {
	top: 558px;
	left: 508px;
	z-index: 4;
}
.banner_img .ba_03 {
	top: 230px;
	left: 240px;
}
.banner_img .ba_04 {
	top: 729px;
	left: 140px;
}
.banner_img .ba_06 {
	top: 758px;
	left: 283px;
}
.banner_img .ba_07 {
	top: 693px;
	left: 450px;
}
.banner_img .ba_08 {
	top: 784px;
	left: 534px;
}
.banner_img .ba_09 {
	top: 698px;
	left: 582px;
}
.banner_img .ba_10 {
	top: 801px;
	left:  680px;
}
.banner_img .ba_11 {
	top: 872px;
	left: 567px;
}
/*****************************\
* text
\*****************************/
#banner .banner_txt {
	position: absolute;
	top: 211px;
	left: 50%;
	z-index: 2;
	margin-left: -520px;
}
.banner_txt .title_tw {
	margin-left: 15px;
	color: #fff;
    font-family: "微軟正黑體", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.3em;
	font-weight: 700;
	font-style: italic;
	-webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	-moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	opacity: 0;
}
.banner_txt .title {
	margin-top: 5px;
	display: block;
	color: #ffffff;
	font-family: proxima_novasemibold;
	font-size: 89.81px;
	line-height: 89.81px;
	letter-spacing: 0.005em;
	font-style: italic;
	text-transform: uppercase;
	-webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	-moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	opacity: 0;
}
.banner_txt .title_en {
	margin-top: 33px;
	margin-left: 10px;
	display: block;
	color: #ffffff;
	font-family: proxima_novasemibold;
	font-size: 32.41px;
	line-height: 37.63px;
	letter-spacing: 0.075em;
	font-style: italic;
	-webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	-moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
	opacity: 0;
}
.banner_txt .titleb {
	margin-top: 40px;
	margin-left: 10px;
	color: #1a1a1a;
    font-family: "微軟正黑體", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21.24px;
	line-height: 33px;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-style: italic;
	opacity: 0;
}
.banner_txt .summary {
	margin-top: 9px;
	margin-left: 10px;
	color: #282828;
    font-family: "微軟正黑體", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 23.31px;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-style: italic;
	opacity: 0;
}

/************************************************************\
* leaves
\************************************************************/
#banner .leaves{
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 1;
}
#banner .leave {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
	opacity: 0;
}
#banner .leave img {
	opacity: 0;
}
#banner .leave_01 {
    top: -71px;
    left: 228px;
    z-index: 4;
}
#banner .leave_02 {
    top: -71px;
    right: -0;
    z-index: 4;
}
#banner .leave_03 {
    top: -2px;
    right: 0;
}
#banner .leave_04 {
    bottom: 47px;
    left: 0;
}

/************************************************************\
* wrapper
\************************************************************/
#wrapper .inner .pagetitle{
	padding-top: 419px;
	padding-left: 22px;
	padding-bottom: 35px;
	opacity: 0;
}


@media only screen and (max-height: 850px) {

#banner .banner_img{
	    transform: scale(0.8);
	    -o-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
}

#banner .banner_txt{
	    transform: scale(0.9);
	    -o-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);	    top: 25%;
}





}