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

*{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, "微軟正黑體";
	width:100%;
	background-image: url(../images/home_left.png), url(../images/homebg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, center center;
	background-size: contain, cover;
	overflow:hidden;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



#header-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
	z-index: 1000;
}
#header-wrapper .navigation {
	width:100%;
	margin: 20px 0px;
	text-align:right;
	overflow:hidden;
}
#header-wrapper .navigation div{
	display:inline-block;
}
#header-wrapper .navigation div a {
    color: #333;
    padding-right: 5px;
    padding-left: 10px;
}
#header-wrapper .navigation div + div a:before {
    content: "│";
    color: #999;
    margin-right: 10px;
}




#logo {
	position: absolute;
    top: 7%;
    right: 10%;
    width: 200px;
	max-height: 70%;
	text-align: right;
	overflow:hidden;
	z-index:1000;
}
#logo img {
	max-width:100%;
	max-height:100%;
}



#enter {
	position: absolute;
    right: 40px;
    bottom: 40px;
	height:50px;
	z-index:2000;
}
#enter a{
	padding:8px 20px;
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
	background-color:#C00;
    border: 2px solid #C00;
    border-radius: 20px;
}
#enter a:hover {
	color: #C00;
	background-color: transparent;	
	
}



#light {
	position: absolute;
	top: 0px;
	right:0px;
	height: 100%;
	width: auto;
	text-align: right;
	z-index: 760;
	opacity:0.3;
	-webkit-transform:  rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform:  rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
    transition: all 2s linear;
}
#light.stay {
	position: absolute;
	top: -50px;
	right: 0px;
	height: 100%;
	width: auto;
	z-index: 760;
	opacity:0.8;
	-webkit-transform:  rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform:  rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
	-webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
    -ms-transition: all 2.5s linear;
    transition: all 2.5s linear;
}
#light img {
	height: 100%;
	width: auto;
}

.banner-box {
	width: 100%;
	margin: 50px;
    float: left;
}

.banner-box a{
	margin: 15px 0;
	
}

footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
	height: auto;
	width: 100%;
    padding-bottom: 10px;
	z-index:1000;
}
footer .footer-bottom {
    max-width: 1000px;
    margin:0 auto;
	font-size: 12px;
    line-height: 24px;
    color: #000;
    text-align: center;
}
