body {
	margin:0;
	background-color: #000;
}
.product-wrap p {
	font-size: 20px;
	margin: 0; 
}
.product-wrap h1 {
	margin-top: 0; 
}

/*========================MENU========================*/
	#menu .navbar-default {
		position: absolute;
		width: 100%;
		z-index: 3;
		border: none;
		border-radius: 0;
		padding: 20px;
		box-shadow: none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	#menu .navbar-brand {
		position: static;
	}
	#menu .navbar-brand img {
		margin:20px;
	}
	#menu .navbar-collapse {
		float: right;
	}
	#menu .navbar-default .navbar-nav li a {
		color: #aaa;
		text-shadow: none;
		padding: 10px 20px;
	}
	#menu .navbar-default .navbar-nav li a:hover {
		color: #fff;
	}
	#menu .navbar-default .navbar-nav .active a {
		background-image: none;
		background-color: rgba(255,255,255,0);
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	#menu .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	#menu .navbar-default .navbar-collapse {
		border: none;
	}

/*========================MENU========================*/

#section01 {
	padding-top: 0;
	padding-bottom: 0;
}
#section01 .S01_bg img {
	min-height: 100%;
	width: 100%;
}
#section01 .S01_fsp {
	position: absolute;
	z-index: 2;
	padding-top: 20px;
	padding-left: 20px;
}
#section01 .S01_slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/* animation-delay:1s; 動畫幾秒後播放 */
	animation: slogan 3s;
	animation-iteration-count:infinite; /* 無限播放 */
}
@keyframes slogan {
	0%{ opacity: 1;filter: hue-rotate(0deg); }
	80%{ opacity: 1; }
	85%{ opacity: 0; }
	90%{ opacity: 1; }
	95%{ opacity: 0; }
	100%{ opacity: 1;filter: hue-rotate(-360deg); }
}
#section01 .S01_photo img {
	position: absolute;
}
@keyframes slideInRight {
	0% {
		opacity: 100;
		-webkit-transform: translate(2000px,0);
		-ms-transform: translate(2000px,0);
		transform: translate(2000px,0);
	}
}
#section02 {
	padding-top: 160px;
	padding-bottom: 160px;
}
#section02 .s02_point {
	background-color: rgba(0,0,0,0.7);
	padding: 30px;
	border-radius: 20px;
	margin-top: 60px;
	animation: fontlight 2.5s;
	animation-iteration-count:infinite;
}
#section02 .s03_point {
	background-color: rgba(0,0,0,0.7);
	padding: 30px;
	border-radius: 20px;
	margin-top: 60px;
	color: #ffe88d;
}
@keyframes fontlight {
	 0%{ color:#3effff; text-shadow: none;}
	25%{ color:#fff; text-shadow: 0 0 30px rgba(62,255,255,0.5);}
	50%{ color:#3effff; text-shadow: none;}
	75%{ color:#fff; text-shadow: 0 0 30px rgba(62,255,255,0.5);}
	100%{ color:#3effff; text-shadow: none;}
}
#section06 {
		padding: 120px 0;
	}
#section06 img {
		padding-top: 60px;
	}
#section08 {
	background-position: bottom;
}
#section08 h1 {
	font-size: 26px;
}
#section08 .S08_link {
	display: inline-block;
}
#section08 .S08_link a {
	width: 57px;
	height: 57px;
	margin: 0 5px;
	display: block;
	float: left;
}
#section08 .S08_link .S08_link_yb {
	background-image: url(../imgs/yb-icon.png);
}
#section08 .S08_link .S08_link_fb {
	background-image: url(../imgs/fb-icon.png);
}
footer .text-center {
	padding: 20px 10px;
}




/*RWD*/
@media screen and (max-width:1600px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (min-width:1200px) {
	#section02 .container {
		width: 900px;
	}
}
@media screen and (max-width:1200px) {
	#menu .navbar-default {
		padding: 10px;
	}
	#section01 .S01_slogan {
		padding-left: 40px;
	}
}
@media screen and (max-width:991px)	{
	.product-wrap p {
		font-size: 16px;
	}
	#section02 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width:768px)	{
	#menu .navbar-default {
		position: relative;
		padding: 10px;
		margin-bottom: 0;
	}
	#menu .navbar-brand img {
		margin:10px;
		width: 100px;
	}
	#menu .navbar-collapse {
		margin-top: 4%;
	}
	#menu .navbar-default .navbar-nav li a {
		font-size: 16px;
	}
	#menu .navbar-default .navbar-nav .active a {
		border:none;
		background-color: #666;
	}
	#section01 .S01_fsp img {
		width: 80px;
	}
}
@media screen and (max-width:500px)	{
	#section08 img {
		width: 80%;
	}
}