@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

/*camera_slider*/
#camera_wrap_4 {
	height: 100%;
	margin-bottom: 0!important;
}
/*
.camera_bar {
	z-index: 2;
}
.camera_overlayer {
	opacity: .1;
}

*/
.camera_wrap .camera_pag .camera_pag_ul {
	margin: -60px 0 0 0;
	text-align: center;
}

.canvas_banner {
	height:100vh;
	margin:0;
	padding:0;
}


#zoom-slide-1, #zoom-slide-2, #zoom-slide-3 {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100vw;
	height: 100vh;
	background-color: #999;
}

.home_caption{
	position: absolute;
	width: 100vw;
	height:100vh;
	text-align: center;
	z-index: 10;
}
.home_caption h1{
	color: #FFF;
	font-size: 6rem;
	text-shadow: 0.1em 0.1em 0.2em black;
	/*@*/
	/*margin: 45vh 0 0 0;*/
	opacity: 0;
	margin: 0 0 0 0;
}
.home_caption h3{
	text-align: center;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.2em black;
	/*@*/
	opacity: 0;
}

/*iPhone*/
@media screen and (max-width: 767px) {

	.home_caption h1{
		font-size: 4rem;
		/*text-shadow: 0.1em 0.1em 0.2em black;*/
		/*@*/
		/*opacity: 0;*/
		/*margin: 0 0 0 0;*/
	}
}