﻿@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
/* CSS Document */

input,button,select,textarea{outline:none}
 *:focus { outline: none; }

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

html {
	margin:0;
	padding:0;	
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	animation:80s forwards animation-bg;
}

.topbar {
	position: fixed;
	padding: 7px 0 0 0;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 99;
	background: #a5a5a5;
	animation-name:topbar;
    animation-duration:1s;	
}

.master_vision {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "微軟正黑體";
	text-align: center;
	width: 100%;
	max-width: 1140px;
}

.master_vision .mv {
	margin:0 auto;
	padding: 0;
	width: 100%;
	max-width:1140px;
}

.master_vision .mv img {
	width: 100%;
	max-width:1140px;
}

.master_vision .mv .plane_fly {
	animation-name:animation-plane-fly;
    animation-duration:2s;
	animation-delay: 2s;
	animation-iteration-count:infinite;
}

.master_vision .mv .mv_plane {
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	animation-name:animation-plane;
    animation-duration:2s;
}

.master_vision .mv .mv_mail {
	position:absolute;
	z-index: 2;
	left: 0;
	top: 0;
	opacity: 0;
	animation:animation-mail 0.1s 2.5s forwards;	
}






















@keyframes animation-bg {
    0% {
		background-position: 0 top;
    }
	
    3% {
		background-position: -400px top;
    }
	
	100% {
		background-position: -1968px top;
    }
}

@keyframes animation-bg-m {
    0% {
		background-position: 0 -250px;
    }
	
    3% {
		background-position: -400px -250px;
    }
	
	100% {
		background-position: -1968px -250px;
    }
}

@keyframes animation-plane {
    from {
		left: -150%;
		top: 15%;
    }
	
    to {
		left: 0;
		top: 0;
    }
}

@keyframes animation-plane-fly {
    0% {
		margin: 0 0 0 0;
    }
	
    50% {
		margin: 5px 0 0 0;

    }
	
    100% {
		margin: 0 0 0 0;
    }	
}

@keyframes animation-mail {
    from {
		opacity: 0;
		
    }
	
    to {
		opacity: 100;
    }	
}

@keyframes topbar {
    from {
		opacity:0;
        top:-100px;
    }
	
    to {
		opacity:1;
        top:0px;
    }
}

@keyframes side {
    from {
		opacity:0;
        right:-100px;
    }
	
    to {
		opacity:1;
        right:30px;
    }
}







/* 共用項目開始 */

.event hgroup {
	margin: 0;
	padding: 44px 0 0 0;
}

.event h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font-family:"Microsoft Yahei";
	font-weight: 600;
	font-size: 23px;
	color: #85857b;
	text-align: left;
}

.event h3 {
	margin: 0 0 30px 0;
	padding: 0 0 18px 0;
	font-family:"Microsoft Yahei";
	font-weight: 600;
	font-size: 30px;
	color: #383836;
	text-align: left;
	background-image: url(images/divider.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.event p {
	margin: 0;
	padding: 0;
	font-family:Verdana, "微軟正黑體";
	font-size: 22px;
	color: #646461;
	text-align: left;
	line-height: 180%;
}

.event .note {
	margin: 20px 0 0 0;
	padding:0;
	font-size: 16px;
	color: #828282;
	line-height: 100%;

}

.btn {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
}

.btn a {
	margin: 0 7px;
	padding: 5px 30px;
	font-family: Verdana, Microsoft JhengHei;
	font-size: 2rem;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	display:block;
	background-color:#434343;
	background:-moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	border: 1px solid #000000;
	border-radius: 6px;
	box-shadow:0 1px 1px rgba(98,98,98,1) inset;
	letter-spacing: 2px;
	text-indent: 8px;
}

.btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}

.btn_box {
	margin: 40px 0 60px 0;
}

.single_btn {
	margin: 40px 0 58px 0;
}

.single_btn a {
	margin: 0;
	padding:13px 30px;
}

.inline_btn {
	margin: 0;
}

.inline_btn a {
	margin: 0 10px;
	padding:13px 30px;
}

.inline_btn a {
	margin: 0 10px;
	padding:13px 30px;
}

.double_btn {
	margin: 0;
	display: inline-block;
}

.double_btn a {
    margin: 0 7px;
    padding: 13px 30px;
    font-family: Verdana, Microsoft JhengHei;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    display: block;
    background-color: #434343;
    background: -moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
    background: -webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
    background: -o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
    border: 1px solid #000000;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(98,98,98,1) inset;
    letter-spacing: 2px;
    text-indent: 8px;
}

.double_btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}

.center {
	text-align: center;
}

/* 共用項目結束 */

#entries {
	display: none;
}

.side {
	position: fixed;
	right: 30px;
	top: 120px;
	background-color: #151515;
	border-radius:10px;
	width: 100%;
	max-width: 55px;
	text-align: center;
	z-index: 1;
	padding: 10px 0 0 0;
    animation-name:side;
    animation-duration:1s;	
}

.side h3 {
	margin: 0 auto;
	color: #999;
	max-width: 35px;
	text-align:center;
	font-family: Verdana, "微軟正黑體";
	font-size: 17px;
	font-weight: normal;
	line-height: 120%;
}

.side ul {
	margin: 0;
	padding: 0;
}

.side li {
	margin: 0;
	padding: 10px 0;
	color: #59d1ff;
	list-style: none;
	background-image:url(images/side_divider.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	font-family:'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 100%;
	display: block; 
}

.side li a {
	color: #59d1ff;
	text-decoration: none;
	transition: 1s;
	display: block;
}

.side li:last-child {
	background:none;
}

.side li a:hover {
	color: #fff;
}

.side button {
	padding: 0 0 10px 0;
	background: none;
	border:none;
	color: #999;
	transition: 1s;
}

.side button:hover {
	color: #fff;
}

.step {
	position: relative;
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1040px;
	display: inline-block;
}

.step_img {
	position:relative;
	width: 25%;
	float:left;
	max-width: 260px;
	z-index: 1;
}

.step_img img {
	width: 100%;
	height: auto;
}

.step_ov {
	width: 25%;
	position: absolute;
	z-index: 1;
}

.step_ov img {
	width: 100%;
	height: auto;
}

.gas_tank {
	position: absolute;
	top:144px;
	left: 0;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #d9d9d9;
	border-radius:99px;
	line-height: 15px;
	width: 100%;
	max-width: 1140px;
	text-align: right;
	overflow: hidden;
}

.gas {
	background-color:#7dbfe7;
	box-sizing:border-box;
	width: 0%;
	height: 15px;
}

.gift {
	margin: 30px 0 40px 0;
	padding: 0;
}

.gift img {
	width: 100%;
	height: auto;
	max-width: 854px;
}

.tb {
	margin: 30px auto 0 auto;
	width: 100%;
	border-radius:6px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border:1px solid #e4e4e4;
	font-family:Verdana, "微軟正黑體";
	font-size:17px;
	color: #000;
	line-height: 52px;
}

.ts_tb {
	margin: 0 auto;
}

.join_tb td {
	padding: 35px 0 !important;
}

.tb th {
	padding: 0 30px;
	background-color:#e9e9e9;
	background:-moz-linear-gradient(270deg, #e9e9e9 0%, #f3f3f3 35%, #e4e4e4 100%);
	background:-webkit-linear-gradient(270deg, #e9e9e9 0%, #f3f3f3 35%, #e4e4e4 100%);
	background:-o-linear-gradient(270deg, #e9e9e9 0%, #f3f3f3 35%, #e4e4e4 100%);
	color: #000;
	height: 53px;
}

.ts_tb th {
	padding: 0 30px;
	background: none;
	background-color:#d80d18;
	color: #fff;
	height: 53px;
	text-align: center;
	font-size:22px;
}

.tb td {
	padding: 12px 30px;
	background-color: #fff;
	color: #000;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	box-sizing: border-box;
	word-break: break-all;
	font-size:16px;
	line-height: 180%;
}

.tb_large td {
	padding: 21px 30px;
}

.ts_tb td {
	padding: 20px 30px;
}

.tb td:last-child {
	border-right:none;
}

.tb td img {
	margin:5px 0 4px 0;
	width:100%;
}

tr:first-child th:first-child {
	border-top-left-radius: 6px;
	border-right:1px solid #e4e4e4;
}

tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

tr:last-child td {
	border-bottom:none !important;
}

tr:last-child td:first-child{
  border-bottom-left-radius: 6px;
}

tr:last-child td:last-child{
  border-bottom-right-radius: 6px;
}

#one {
	background-color: #fff;
}

#two {
	background:url(images/MacBook_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#two .img_box {
	position: relative;
	padding: 0;
	margin: 0 0 30px 0;
}

#two .img_box img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#three {
	background-color: #fff;
}

#four {
	padding: 0;
	background-color: #f3f3f3;
}

#notice {
	margin: 0;
	padding: 0 0 30px 0;
	background-color: #474747;
}

#notice h3 {
	margin: 30px 0;
	padding: 0 0 18px 0;
	font-family:"Microsoft Yahei";
	font-weight: 600;
	font-size: 23px;
	color: #ffffff;
	text-align: left;
	background-image: url(images/divider.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;

}

#notice ul {
	margin: 0;
	padding: 0 50px;
	box-sizing: border-box;

}

#notice li {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	list-style:decimal;
	line-height: 180%;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
}

#notice li a {
	margin: 0 5px;
	color: #ff6476;
	text-decoration: underline;
}

/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/

.fix {
	padding:0;
}

/*Facebook Button開始*/

.fb_bg {
	padding: 15px 0;
	width: 100%;
	background-color: #202020;
}

.fb {
  	margin: 0 auto;
  	padding: 0 15px;
  	width: 100%;
  	max-width: 445px;
  	box-sizing: border-box;
}

.fb .box {
	width: 100%;
    background-color: #4267b2 !important;
    padding: 5px 0;
    max-width: 410px;
    margin: 0;
    border-radius: 6px;
}

.fb .box:hover {
    background-color: #4a70be !important;
}

.fb p {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: #fff;
	font-size:13px;
}

.fb p img {
    margin: 0 5px 0 0;
}

.fb p a {
    color: #fff;
}

.fb p a:hover {
    text-decoration: none;
}

/*Facebook Button結束*/

#gotop {
	display:none;
	position:fixed;
	right:15px;
	bottom:70px;
	background-color:rgba(155, 155, 155, 0.4);
	font-family:Verdana, "新細明體";
	font-size:15px;
	color:#000;
	margin:0;
	padding:8px 15px;
	border-radius:4px;
	cursor:pointer;
	z-index:999;
}

#gotop:hover {
	background-color:rgba(180, 180, 180, 0.4);
}

#hotgame {
	padding: 0 0 30px 0;
	background: url(images/hotgame_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	
}

#hotgame img {
	margin: 0 0 5px 0;
	width: 100%;
}

#hotgame p {
	margin: 0 0 30px 0;
	padding: 0;
	font-family:Verdana, "微軟正黑體";
	font-size:15px;
	line-height: 100%;
	text-align: center;
}

#hotgame p a {
	color: #000;
	text-decoration: none;
}

.bx-wrapper .bx-viewport {
	background: none;
}

.ts_notice {
	padding: 20px 0 35px 0;
	font-size: 14px;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
	background-color: #202020;
	line-height: 150%;
}

.ts_notice .strong {
	margin: 0;
	padding:0;
	font-size: 26px;
	line-height: 100%;
}

.ts_notice .ts_notice_box {
	padding: 0 23px;
}

.ts_notice .ts_notice_box p {
	color: #fff;
}

@media screen and (max-width:1200px) {

.gas_tank {
	top:129px;
}

.event p {
	font-size:20px;
}
	
}

@media screen and (max-width:1140px) {
	
.header {
	padding: 56px 0 0 0;
}
	
.side {
	display: none;
}

.single_btn {
	margin-bottom: 40px !important;
}

}

@media screen and (max-width:992px) {

.gas_tank {
	top:97px;
}

#two {
	background-image: url(images/MacBook_m_bg.jpg);
	background-color: #f3f3f3;
}

}

@media screen and (max-width:750px) {

body {
	animation:80s forwards animation-bg-m;
}

.step {
	margin: 30px auto 0 auto;
}

.step_img {
    position: inherit;
    width: 50%;
    float: left;
    max-width: 100%;
    z-index: 1;
	margin: 0 0 15px 0;
}

.gas_tank {
	position: inherit;
	top: 0;
}

.btn_box {
	margin: 30px 0 40px 0;
}	

.event h2 {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 16px;
}
	
.event h3 {
    margin: 0 0 15px 0;
    font-family: "Microsoft Yahei";
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: left;
}
	
.event p {
    font-size: 15px;
}
	
.tb th {
	padding: 0 15px;
	font-size: 15px;
	height: inherit;
	line-height: 45px;
}
	
.tb td {
	padding: 0 15px;
	font-size: 15px;
	height: inherit;
	line-height: 45px;
}
	
.ts_tb img {
	width: 100%;
	max-width: 180px;
}
	
.ts_tb td {
	padding: 15px 20px;
	line-height: 180%;
	box-sizing: border-box;
}
	
.gift {
	margin: 20px 0 30px 0;
}
	
#notice h2 {
	font-size: 20px;
	height: 85px;
}
	
#notice ul {
	margin-top: 15px;
    padding: 0 20px 0 50px;
}

#copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
	
#copyright p {
    margin: 0 0 15px 0;
    display: block;
    line-height: 100%;
}
	
}

@media screen and (max-width:550px) {

.step {
	margin: 30px auto 0 auto;
}

.step_img {
    position: inherit;
    width: 50%;
    float: left;
    max-width: 100%;
    z-index: 1;
	margin: 0 0 15px 0;
}

.gas_tank {
	position: inherit;
	top: 0;
}

}

@media screen and (max-width:500px) {
	
.header {
	padding: 49px 0 0 0;
}
	
.btn {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
}

.btn a {
	margin: 0 7px;
	padding: 5px 15px;
	font-family: Verdana, Microsoft JhengHei;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	display:block;
	background-color:#434343;
	background:-moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	border: 1px solid #000000;
	border-radius: 6px;
	box-shadow:0 1px 1px rgba(98,98,98,1) inset;
	letter-spacing: 2px;
	text-indent: 8px;
}

.btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}
	
.double_btn {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
	width: 49%;
}

.double_btn a {
	margin: 0;
	padding: 13px 0;
	font-family: Verdana, Microsoft JhengHei;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	display:inline-block;
	background-color:#434343;
	background:-moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	border: 1px solid #000000;
	border-radius: 6px;
	box-shadow:0 1px 1px rgba(98,98,98,1) inset;
	letter-spacing: 2px;
	text-indent: 8px;
	width: 95%;
}

.double_btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}

.single_btn {
	margin: 30px 0 0 0;
}

.single_btn a {
	padding:13px 30px;
}
	
.ts_notice .ts_notice_box {
    padding: 0;
}
	
.ts_notice_box {
	display: flex;
	flex-direction:column-reverse;
}
	
.ts_notice {
	padding: 30px 0 10px 0;
	font-size: 14px;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
	line-height: 150%;
}
	
}

@media (min-width: 1200px){

.container {
    width: 1070px;
}

}