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

/************************************************************\
* Banner
\************************************************************/
#banner{
	background: url("../images/product_05/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%;
	margin-left: -800px;
	z-index: 2;
}
.banner_img .bai {
	position: absolute;
	z-index: 3;
	opacity: 0;
}
.banner_img .ba_01 {
	top: 432px;
	left: 69px;
	z-index: 4;
}
.banner_img .ba_02 {
	top: 432px;
	left: 69px;
}
/*****************************\
* text
\*****************************/
#banner .banner_txt {
	position: absolute;
	top: 176px;
	left: 50%;
	z-index: 2;
	margin-left: -530px;
}
.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: 23px;
	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: 38px;
	margin-left: 15px;
	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: 15px;
	color: #1a1a1a;
    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: 252px;
    z-index: 4;
}
#banner .leave_02 {
    top: -71px;
    right: 0;
    z-index: 4;
}
#banner .leave_03 {
    top: 1px;
    right: 0;
}
#banner .leave_04 {
    bottom: -44px;
    left: 0;
}
#banner .leave_05 {
    bottom: -282px;
    right: 0;
}


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


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

#banner .banner_img{
	    transform: scale(.8);
	    -o-transform: scale(.8);
	    -moz-transform: scale(.8);
	    -webkit-transform: scale(.8);
	    -ms-transform: scale(.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: 16%;
}


#wrapper .inner .pagetitle{
	padding-top: 280px;
}


}