@charset "utf-8";

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

html , body , .wrapper{
	margin:0;
	padding:0;
	background:#ffffff;
	width:100%;
	height:100%;
	font-size:16px;
	line-height:1.8;
	font-family:"微軟正黑體", "Times New Roman", "新細明體-ExtB";
	
}


.wrapper{
	background:url(../image/bg01.jpg) no-repeat center;
	background-size:cover;

}


.div1{
	position:fixed;
	top:10%;
	left:50%;
	width:600px;
	margin-left:-300px;
	font-size:1.4em;
	/* margin:5% auto; */
	text-align:center;
	 background:rgba(255,255,255,1);
	/*border-top:10px solid #C9B087;
	border-bottom:10px solid #C9B087; */
	border-radius:10px;
	color:#231917;
	font-weight:600;
	overflow:hidden;
}
.div1 .inner{ padding:30px; }

.subtitle{ font-size:0.7em; }



.sitetxt:hover{color:#C9B087;}


.logo{
	margin-bottom:0px;
}


.slogan{
	/* position:fixed;
	top:10%;
	right:50px; */
}



