﻿@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;
	position: relative;
	font-family:Roboto, sans-serif, Arial,"Microsoft Yahei";
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
    margin: -16% 0 0 0;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m_mv {
	display: none;
}

.m_mv img {
	width: 100%;
	height: auto;
}

.video_bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 650px;
	overflow: hidden;
}

.master_vision {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "微軟正黑體";
	width: 100%;
	height: 794px;
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 0;
}

.mv {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	height: 794px;
	position: relative;
	
}

.time {
	position: absolute;
	left: 2.8%;
	top: 10.3%;
	z-index: 2;	
	opacity: 0;
	animation:1s 0.5s forwards time;
}

@keyframes time {
    from {
        opacity: 0;
    }
	
    to {
        opacity: 1;
    }
}

.timeline {
	position: absolute;
	left: 0;
	top: 4.2%;
	z-index: 2;	
	width: 2px;
	height: 0;
	background-color: #3eb866;
	display: block;
	animation:1s forwards timeline;	
}

@keyframes timeline {
    from {
        height:0;
    }
	
    to {
        height:118px;
    }
}

.mv_title {
	position: absolute;
	left: 2.8%;
	top: 34.8%;
	z-index: 2;	
	opacity: 0;
	animation:1s 1.5s forwards mv_title;
}

@keyframes mv_title {
    from {
        opacity: 0;
    }
	
    to {
        opacity: 1;
    }
}

.mv_titleline {
	position: absolute;
	left: 13.1%;
	top: 34.9%;
	z-index: 2;	
	width: 2px;
	height: 0;
	background-color: #3eb866;
	display: block;
	animation:1s 1s forwards mv_titleline;	
}

@keyframes mv_titleline {
    from {
        height:0;
    }
	
    to {
        height:118px;
    }
}

.mavic2_pro {
	position: absolute;
	right: -85px;
	bottom: 13.9%;
	z-index: 2;	
	animation:1s mavic2_pro infinite;
	animation-timing-function: linear;
}

@keyframes mavic2_pro {
	0% {
		bottom: 13.9%;
	}

	50% {
	  	bottom: 13.4%;
	}

	100% {
	  	bottom: 13.9%;
	}
}

.mavic2_pro_text {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	animation:1s 4s forwards mavic2_pro_text;	
}

@keyframes mavic2_pro_text {
    from {
        opacity: 0;
    }
	
    to {
        opacity: 1;
    }
}

.item01 {
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: 2;
	opacity: 0;
	animation:1s 2s forwards item;
}

.item02 {
	position: absolute;
	left: 19.4%;
	bottom: 5%;
	z-index: 2;
	opacity: 0;
	animation:1s 2.5s forwards item;
}

.item03 {
	position: absolute;
	left: 49.3%;
	bottom: 5%;
	z-index: 2;
	opacity: 0;
	animation:1s 3s forwards item;
}

@keyframes item {
    from {
        opacity: 0;
    }
	
    to {
        opacity: 1;
    }
}

/* 共用項目開始 */

.event {
	clear: both;
}

.event hgroup {
	margin: 0;
	padding: 44px 0 0 0;
}

.event h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font-family:"sans-serif", Roboto, Arial,"Microsoft Yahei";
	font-weight: normal;
	font-size: 20px;
	color: #888888;
	text-align: left;
}

.event h3 {
	margin: 0 0 30px 0;
	padding: 0 0 18px 0;
	font-family:"sans-serif", Roboto, Arial,"Microsoft Yahei";
	font-weight: 600;
	font-size: 26px;
	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_group {
	clear: both;
}

.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: 28px;
	color: #fff;
	display:block;
	background-color:#3fbc65;
	border-radius: 99px;
	letter-spacing: 2px;
	text-indent: 8px;
}

.btn a:hover {
	text-decoration: none;
	background-color:#32a956;
}

.btn_box {
	margin: 40px 0 50px 0;
}

.center {
	text-align: center;
}

/* 共用項目結束 */

#entries {
	display: none;
}

.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:#3fbc65;
	background:-moz-linear-gradient(0deg, #3fbc65 0%, #3fbc91 100%);
	background:-webkit-linear-gradient(0deg, #3fbc65 0%, #3fbc91 100%);
	background:-o-linear-gradient(0deg, #3fbc65 0%, #3fbc91 100%);
	box-sizing:border-box;
	width: 0%;
	height: 15px;
}

.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;
}

.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;
}

.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 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;
}

#one .btn a {
	font-size: 22px;
}

#two {
	background:url(images/sea.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position: relative;
	text-align: left;
}

#two h2 {
	color: #fff;
}

#two h3 {
	color: #fff;
}

#two p {
	color: #fff;
	font-size: 18px;
}

#two .gopro_hero5 {
	margin: 13px 0 22px 0;
}

#two .gopro_hero5 img {
	width: 100%;
	height: auto;
	max-width: 637px;
}

#two .btn {
	text-align: left;
}

#two .btn a {
	margin: 0 0 17px 0;
	font-size: 22px;
}

#two .note {
	margin: 0 0 50px 0;
	text-align: left;
	font-size: 17px;
	font-family: Verdana, "微軟正黑體";
	color: #fff;
	
}

#three {
	background-color: #fff;
	background-image: url(images/gift_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#three p {
	font-size: 18px;
	color: #646461;
}


#three .gift {
	margin: 23px 0 0 0;
	padding: 0;
}

#three .gift img {
	width: 100%;
	height: auto;
	max-width: 950px;
}

#three .btn {
	margin: 0 0 50px -123px;
}

#three .btn a {
	font-size: 22px;
}

#three .table_bg {
	background-image:url(images/table.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#four {
	padding: 0 0 50px 0;
	background-color: #f3f3f3;
}

#four p {
	font-size: 18px;
	color: #646461;
}

#four .note {
	margin: 15px 0 30px 0;
	padding: 0 15px;
	font-size: 17px;
	color: #999999;
	float: left;
}

#four .fgo_box {
	margin: 0 0 30px 0;
	width: 100%;
	clear: both;
}

#four .fgo_box:after {
    content: "";
    display: block;
    clear: both;
}

#four .fgo01 {
	width: 48%;
	float: left;
	cursor: pointer;
}

#four .fgo01 img {
	width: 100%;
	height: auto;
}

#four .fgo02 {
	width: 48%;
	float: right;
	cursor: pointer;
}

#four .fgo02 img {
	width: 100%;
	height: auto;
}

#four .btn_box {
	margin: 30px 0 0 0;
	text-align: left;
}

#four .btn a {
	font-size: 22px;
}

#four .false {
	margin: 121px 0 0 0;	
}



#notice {
	margin: 0;
	padding: 0 0 30px 0;
	background-color: #474747;
}

#notice h3 {
	margin: 30px 0;
	padding: 0 0 18px 0;
	font-family:Roboto, sans-serif, Arial,"Microsoft Yahei";
	font-weight: 600;
	font-size: 23px;
	color: #ffffff;
	text-align: left;
	background-image: url(images/notice_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: #fff;
	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;
}

/*蓋台廣宣開始*/

.cover_ad {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    top: 0;
    left: 0;
}

.cover_ad .ad_content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 14px));
	z-index: 1001;
	width: 95%;
	max-width: 600px;
}

.cover_ad .close_cover_ad {
	margin: 0 0 8px 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 100%;
	text-align: right;
}

.cover_ad .close_cover_ad .close {
	cursor: pointer;
	display: inline-block;
}

.cover_ad .cover_ad_img img {
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	width: 100%;
	height: auto;
	max-width: 600px;
}

.cover_ad .close_cover_ad img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: -1px;
	margin: 0 5px 0 0;
}

.cover_ad .overlay {
    height: 100%;
    width: 100%;
}

/*蓋台廣宣結束*/

@media screen and (max-width:1800px) {
	.video-container {
		margin: -10% 0 0 0;
	}
}

@media screen and (max-width:1600px) {
	.video-container {
		margin: -5% 0 0 0;
	}
}

@media screen and (max-width:1440px) {
	.video-container {
		margin: -2% 0 0 0;
	}
}

@media screen and (max-width:1300px) {
	.video-container {
		margin: 00;
	}
}

@media screen and (max-width:1200px) {

.gas_tank {
	top:129px;
}

.event p {
	font-size:20px;
}

#four .btn a {
	padding: 5px 25px; 
}
	
}

@media screen and (max-width:1140px) {

body {
	background: none;
}

.btn_group {
    margin: 20px 0 0 0;
}

#one hgroup {
	margin: 0;
	padding: 20px 0 0 0 !important;
}

.side {
	display: none;
}

.master_vision {
	display: none;
}

.video_bg {
	display: none;
}

.m_mv {
	display: block !important;
}

}

@media screen and (max-width:992px) {

.header .item_box .item {
    padding: 0 3px;
}

.gas_tank {
	top:97px;
}

#two {
	background-position: right bottom;
}

#four .false {
	margin: 30px auto 0 auto;	
}

#four .btn_box {
	text-align: center;
}

}

@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: 10px 15px;
	font-size: 14px !important;
	height: inherit;
	line-height: 150%;
}
	
.gift {
	display: none;
}

.m_gift {
	margin: 10px 0 15px 0 ;
	display: block !important;
}

.m_gift img {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}

#three {
	background: none;
    background-color: #fff;
}

#three .btn {
	margin: 0 0 50px 0;
}

#three .table_bg {
    background: none;
}
	
#notice h2 {
	font-size: 20px;
	height: 85px;
}
	
#notice ul {
    margin-top: 15px;
    padding: 0 10px 0 30px;
}

#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;
}

#two .img_box img {
    width:100%;
    height: auto;
    vertical-align: bottom;
    max-height:inherit;
    max-width: 90%;
}

.mv {
	display: none;
}

.m_mv {
	display: block;
}

.fix_bg {
	display: none;
}

.item_box {
	display: none;
}

}

@media screen and (max-width:500px) {

.event p {
	line-height: 170%;
}

.event p {
	font-size: 14px !important;
}

.event h3 {
    font-size: 26px;
}

.header {
	padding: 0;
	margin: 49px 0 0 0;
}

#three p {
    font-size: 15px;
}

#four .fgo_box {
    margin: 0;
}

#four {
    padding: 0 0 40px 0;
}

#four .note {
	margin: 10px 0 20px 0;
    font-size: 15px;
	width: 100%;
}

#four .btn_box {
    margin: 20px 0 0 0;
    text-align: center;
}

#four .btn a {
	margin: 0 3px;
    padding: 8px 15px;
}
	
.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: 18px !important;
	color: #fff;
	display:block;
	letter-spacing: 2px;
	text-indent: 8px;
}

.btn a:hover {
	text-decoration: none;
	background-color:#33af59;
}

}

@media screen and (max-width:380px) {

#four .btn {
	margin: 0 0 10px 0;
	display: block;
}

#four .btn a {
	width: 100% !important;
}

}

@media (min-width: 1200px){

.container {
    width: 1070px;
}

}