@charset "UTF-8";
/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    +reset
    +common
    +header
    +section
    +.footer
    +jquery plugin
-----------------------------------------------------------------------------*/
/* reset
*----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}
/* common
*----------------------------------------------------------------------------*/
body, html {
    color: #25353c;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Sans CJK TC", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    -webkit-text-size-adjust: none;
    background: #f4f4f4;
	overflow-x:hidden !important;
}

.hidden{
	display:none;
}
.clear{
	display:block;
	clear:both;
	float:none;
}
/**
*
* anchor
*
**/
a:link, a:visited { color: #676767; text-decoration: none;}
a:hover, a:active { color: #000;}
/* wrapper
*----------------------------------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%; 
	margin: 0 auto;
    overflow-x: hidden;
}
#section1{
	position: fixed;
    background-color: #fff;
    height: 100%;
    min-height: 900px;
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
#section1 .logo{
	position:absolute;
	top:40px;
	left:40px;
	z-index:1;
}
#section1 .minTitle{
	position:absolute;
	top:30px;
	right:40px;
	z-index: 1;
}
#section1 .brand_left{
	position:absolute;
	width:40px;
	height:300px;
	top:50%;
	left:70px;	
	background-image:url(../images/s1_brand_left.png);
	margin-top:-150px;
	text-indent:-9999px;
}
#section1 .brand_right{
	position:absolute;
	width:40px;
	height:300px;
	top:50%;
	right:50px;	
	background-image:url(../images/s1_brand_right.png);
	margin-top:-150px;
	text-indent:-9999px;	
}
#section1 .center{
	max-width:850px;
	margin: 5% auto;
}
#section1 .center .bg img{
	width: 100%;
}
#section1 .center .winner{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	margin-top: -16%;
	padding: 0 10%;
	display:none;
} 
#section1 .center .winner img{
	width: 100%;
}
#section1 .center .champion{
	position: relative;
	max-width: 250px;
	margin: 0 auto;
	margin-top: -8%;
	padding: 0 10%;
}
#section2{
	position: relative;
    min-height: 800px;
    background-color: #000;
    overflow: hidden;
    margin-top: 1000px;
}
#section2 .brand_top{
	position:relative;
	top:40px;
	left:40px;
	z-index:1;
}
#section2 .brand_bottom{
    position: relative;
    bottom: 100px;
    left: 40px;
    z-index: 1;
    padding-top: 60px;
}

#section2 .main{
	width: 100%;
	max-width:1200px;
	margin: 80px auto 0px auto;
	padding-bottom: 60px;
}
#section2 .main .areaBox{
	position:relative;
	width:100%;
    display: table;
	margin-bottom:60px;
}
#section2 .main .areaBox::after{
	clear:both;
	display:block;
	float:none;
}
#section2 .main .area{
    width: 568px;
    display: table-cell;
    vertical-align: middle;
}
#section2 .main .block1 .area.right{
	text-align:center;
}
#section2 .main .block2 .area.left .detail{
    margin-top: 40%;
    text-align: center;
}
#section2 .main .block2 .area.right .detail{
    margin-top: 40%;
    text-align: center;
}
#section2 .main .area::after{
	float:none;
}
#section2 .main .area .box{
	/*margin: 0 auto;*/
}
#section2 .main .block1 .area.left .box{
	margin-left: 30px;
}
#section2 .main .area .box .txt{
	max-width:470px;
	color:#fff;
	font-size:13px;
	line-height: 24px;
	margin:0 auto;
}
#section2 .main .area .box .txt a{
	color:#fadf81;
	text-decoration:underline;
}
#section2 .main .area .box.block2-1{
	position:relative;
	float:left;
	width:568px;
	height:440px;
	background:url(../images/s2-2-bg.png) no-repeat center center;
	background-size:100% auto;	
}
#section2 .main .area .box.block2-2{
	width:568px;
	height:440px;
	float:left;
	background:url(../images/s2-2-bg2.png) no-repeat center center;
	background-size:100% auto;
}
#section2 .main .area .box.block3-1{
	position:relative;
	max-width:564px;
	width: 100%;
}
#section2 .main .area .box.block3-2{
	position:relative;
	max-width:564px;
	width: 100%;
}
#section2 .main .block3 .image .title{
	position:absolute;
	bottom:0px;
}
#section2 .main .block3 .image .btn{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
#section3{
	position:relative;
	background-color:#000;
	overflow:hidden;
}
.image{
	cursor:pointer;
}
.image a.fullLink{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.image .bg{
	-webkit-transition: all .s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.image .bg.opacity{
	opacity:.5;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height:90px;
	width:100%;
}
.footer .line{
    text-align: center;
    margin: 0 40px;
}
.footer .line img{
	display: inline;
	width: 100%;
}

.footer .main .auth{
	position:absolute;
	font-size: 11px;
	color: #e1d879;
	left: 40px;
	bottom: 35px;
}
.footer .main .info{
	position:absolute;
	right:40px;
	bottom: 25px;
}
.footer .sharebox a.facebook {
    position: relative;
    display: block;
    float: left;
    height: 30px;
    width: 120px;
    margin: 0 15px 0 0;
    background: #424242;
    background: url(../images/facebook.png) no-repeat;
}
#section2 .main .block2 .area .detail,
#section2 .main .block2 .area .box .txt{
	display:none;
}
@media only screen and (max-width: 1200px){
	#section1 .brand_left,
	#section1 .brand_right{
		display:none;
	}
	
	#section2 .main .areaBox,
	#section2 .main .area{
		display:block;
	}
	
	#section2 .main .area{
		margin:0 auto;
	}
	#section2 .main .area:after{
		content:"";
		display: table;
		clear: both;
	}
	#section2 .main .area{
		margin-top:50px;
	}
	#section2 .main .area .box.block2-1,
	#section2 .main .area .box.block2-2{
		background-size: 568px 440px;
	}
	#section2 .main .block2 .area .detail,
	#section2 .main .block2 .area .box .txt{
		display:block;
	}
}
@media only screen and (max-width: 767px){
	#section1{
		background-color:#fff;
		height:100%;
		min-height: 500px;
		overflow:hidden;
		padding-top:100px;
	}
	.minTitle img {
		width: 60%;
		margin-left: 40%;
	}
	#section1 .center .winner img{
		width: 80%;
		margin:0 10%;
	}
	#section1 .center .champion img{
		width: 80%;
		margin:0 10%;
	}
	#section2 .main .block1 .area.left .box .product img,
	#section2 .main .block1 .area.right .box .detail img{
		width:90%;
	}
	#section2 .main .area{
		width:100%;
	}
	#section2 .main .area .box.block2-1,
	#section2 .main .area .box.block2-2{
		margin-left: calc(50% - 284px);
		background-size: 568px 440px;
	}
	#section2 .main .block2 .area.left .detail img,
	#section2 .main .block2 .area.right .detail img{
		padding: 0 10%;
		width: 80%;
	}
	#section2 .main .area .box .txt{
		padding: 0 10%;
		width: 70%;
	}
	#section2 .main .block2 .area.left .detail{
		margin-top: 35%;
	}
	#section2 .main .block2 .area.right .detail{
		margin-top: 35%;
	}
	#section2 .main .area .box.block3-1,
	#section2 .main .area .box.block3-2{
		max-width:100%;
	}
	#section2 .main .area .box.block3-1 .image img.bg {
		width: 90%;
		padding: 0 5%;
	}
	#section2 .main .area .box.block3-2 .image img.bg {
		width: 90%;
		padding: 0 5%;
	}
	#section2 .main .block3 .image .btn{
		right:5%;
	}
	#section2 .brand_bottom{
		position: relative;
		bottom: 160px;
		left: 40px;
		z-index: 1;
		padding-top: 60px;
	}
	.image a.fullLink{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 90%;
		height: 100%;
		margin:0 5%;
	}
	.brand_bottom {
		bottom: 160px;
		margin-top: 160px;
	}
	.footer{
		padding-top:70px;
		height:150px;
	}
	.footer .main .info{
		bottom:80px;
		right:auto;
		left: 50%;
		margin-left: -67px;
	}
	.footer .main .auth{
		left: 50%;
		margin-left: -115px;
	}	
}
@media only screen and (max-width: 600px){
	#section2 .main .block2 .area.left .detail,
	#section2 .main .block2 .area.right .detail{
		margin-top:110px;
	}
	#section2 .main .area .box.block2-1,
	#section2 .main .area .box.block2-2{
		margin-left: calc(50% - 160px);
		background-size: 320px 278px;
	}
	#section2 .main .area .box.block2-1,
	#section2 .main .area .box.block2-2{
		width: 320px;
    	height: 278px;
	}
	#section2 .main .area .box .txt{
		padding: 0 8%;
    	width: 85%;
		font-size: 12px;
	}
}