@charset "UTF-8";
/* CSS Document */

@charset "utf-8";
/*luckybanner*/
.luckybanner {
	z-index: 999;
	position: fixed;
	top: 0px;
	right: 50px;
	top: 150px;
}
.luckybanner h1 {
	margin: 0;
	padding: 0;
}
.luckybanner .h2 {
	display: block;
	margin: 0;
	padding: 0;
	font: bold 16px/22px "微軟正黑體", Helvetica bold;
	color: fff;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	background-color: #000;/*background-color:rgba(255,22,0,0.5)*/
}
.luckybanner .h2 p {
	display: block;
	text-align: center;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px;
	border-bottom: solid #a1a1a1 1px;
}
.luckybanner .h2 p:last-child {
	border-bottom: inherit;
}
.luckybanner .h2.woowoo {
	padding: 5px 0px 0px 0px;
	width: 90px;
}
.luckybanner .h2.woowoo:last-child {
	padding: 0px 0px 10px 0px;
}
.luckybanner .h2.woowoo a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.luckybanner .h2.woowoo a:hover {
	color: #fff000;
}
.up {
	position: absolute;
	top: 50%;
	right: 30%;
	width: 78px;
	z-index: 999;
	animation-name: oxxo;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up2 {
	position: absolute;
	top: 60%;
	right: 40%;
	width: 78px;
	z-index: 999;
	animation-name: oxxo2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up3 {
	position: absolute;
	top: 60%;
	left: 30%;
	width: 78px;
	z-index: 999;
	animation-name: oxxo3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up4 {
	position: absolute;
	top: 100%;
	left: 70%;
	width: 150px;
	z-index: 999;
	animation-direction: alternate;
	animation-name: oxxo4;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.robot {
	position: absolute;
	top: 100%;
	left: 70%;
	z-index: 999;
	width: 150px;
}
.textfooter {
	text-align: center;
	padding: 20px;
	color: #000000;
}
.bg-blue {
	background-color: #e0e0e0 !important;
}
.container-fluid {
	width: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@keyframes oxxo {
 from {
 top:50%;
}
 to {
 top:30%;
}
}
@keyframes oxxo2 {
 from {
 top:60%;
}
 to {
 top:40%;
}
}
@keyframes oxxo3 {
 from {
 top:80%;
}
 to {
 top:40%;
}
}
@keyframes oxxo4 {
 from {
 top:115%;
}
 to {
 top:110%;
}
}

@media (max-width: 992px) {
.up {
	position: absolute;
	top: 50%;
	right: 10%;
	width: 50px;
	z-index: 999;
	animation-name: oxxo;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up2 {
	position: absolute;
	top: 60%;
	right: 20%;
	width: 50px;
	z-index: 999;
	animation-name: oxxo2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up3 {
	position: absolute;
	top: 60%;
	left: 30%;
	width: 50px;
	z-index: 999;
	animation-name: oxxo3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.container-fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
 @keyframes oxxo {
 from {
 top:60%;
}
 to {
 top:30%;
}
}
@keyframes oxxo2 {
 from {
 top:60%;
}
 to {
 top:40%;
}
}
}

@media screen and (max-width: 750px) {
.up {
	position: absolute;
	top: 50%;
	right: 30%;
	width: 50px;
	z-index: 999;
	animation-name: oxxo;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up2 {
	position: absolute;
	top: 60%;
	right: 40%;
	width: 50px;
	z-index: 999;
	animation-name: oxxo2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.up3 {
	position: absolute;
	top: 60%;
	left: 30%;
	width: 50px;
	z-index: 999;
	animation-name: oxxo3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.container-fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
 @keyframes oxxo {
 from {
 top:60%;
}
 to {
 top:20%;
}
}
@keyframes oxxo2 {
 from {
 top:60%;
}
 to {
 top:30%;
}
}
}
