﻿
/************************************************************************************
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; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
}

/*h1,h2,h3 { display: none;}*/

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}


/*PC
-----------------------------------------------------------------*/
*{box-sizing: border-box;}

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'Noto Sans TC','微軟正黑體';
	color: #3f4054;
	font-size: 14px;
}

.block-center {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	clear: both;
	position: relative;
	padding: 10rem 2rem 4rem;
}
.block-main {
	width: 100%;
	clear: both;
	text-align: center;
}

.main-pad,.main-mobile ,.main-mobile-phone {
	display: none;
	line-height: 0;
}
/*.main-content{padding: 4rem 0 0 0;}*/
/*主視覺*/
.main {
	height:803px;
	overflow: hidden;
	position: relative;
	background: url('../images/main_bg.webp') no-repeat center;
}
.sky,.earth,.airplane{
	position: absolute;
	left: 0;
	top: 0;
}
.sky{
	width: 1324px;
	height: 778px;
	background: url('../images/sky.webp') no-repeat;
	z-index: -3;
	top:35px;
}
.earth{
	width: 1363px;
    height: 1349px;
    background: url(../images/earth.webp) no-repeat;
    z-index: -2;
    top: 450px;
	animation: AA 50s linear infinite  both;
}
.airplane {
    width: 196px;
    height: 62px;
    background: url(../images/airplane.webp) no-repeat;
    z-index: -1;
    top: 240px;
    left: 250px;
    animation: BB 5s linear infinite alternate-reverse;
}
h1{
	text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

@keyframes AA{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
@keyframes BB{
	0%{transform: translateY(0px);}
	100%{transform: translateY(100px);}
}
.main-banner {
	width: 1100px;
	height: 804px;
	margin: 0 auto;
	position: relative;
}
.main-title,.person,.lots-coin{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.person {
    top: 199px;
    left: -380px;
	z-index: 2;
}
.lots-coin {
    top: 540px;
    left: 490px;
}
.main-title {
    width: 615px;
    left: 56%;
    top: 80px;
}
/*img.main-coin {
    position: absolute;
    left: 75px;
    top: 26px;
	animation: CC 1.5s linear infinite alternate-reverse;
}
/*@keyframes CC{
	0%{transform: scaleX(0);}
	100%{transform: scaleX(1);}
}*/

/*主選單*/
/*.all-menu {
	width: 100%;
    clear: both;
	position: -webkit-sticky;
	position: sticky;
    top: 30px !important;
	z-index: 20;
}*/
.main-nav{
	position: sticky;
    top: 40px !important;
	z-index: 20;
}
ul.tabs {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
    background: white;
    border: 2px solid #2b2c5c;
    border-radius: 3rem;
}
ul.tabs li {
	width: calc(100% / 5);
	transition: all 0.3s linear;
	border-radius: 2rem;
}
ul.tabs li:hover{
	background-color: #e3e3ff;
}
ul.tabs li.tab-active{
	background-color: #ffc600;
}
ul.tabs li.tab-active a{
	color: #191a4c;
}
ul.tabs li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 1rem 1rem 4rem;
    color: #7a7ba6;
    background-repeat: no-repeat;
    background-position: left 2rem center;
}
ul.tabs li:nth-child(1) a{
	background-image: url('../images/menu-icon_01.webp');
}
ul.tabs li:nth-child(2) a{
	background-image: url('../images/menu-icon_02.webp');
}
ul.tabs li:nth-child(3) a{
	background-image: url('../images/menu-icon_03.webp');
	background-position: left 3rem center;
}
ul.tabs li:nth-child(4) a{
	background-image: url('../images/menu-icon_04.webp');
	background-position: left 3rem center;
}
ul.tabs li:nth-child(5) a{
	background-image: url('../images/menu-icon_05.webp');
	background-position: left 3rem center;
}
ul.tabs li:nth-child(1).tab-active a{
	background-image: url('../images/menu-icon-hover_01.webp');
}
ul.tabs li:nth-child(2).tab-active a{
	background-image: url('../images/menu-icon-hover_02.webp');
}
ul.tabs li:nth-child(3).tab-active a{
	background-image: url('../images/menu-icon-hover_03.webp');
}
ul.tabs li:nth-child(4).tab-active a{
	background-image: url('../images/menu-icon-hover_04.webp');
}
ul.tabs li:nth-child(5).tab-active a{
	background-image: url('../images/menu-icon-hover_05.webp');
}

/*內容區
#point,#use,#qa,#method{display: none;}*/

#back-top {left: 55% !important;}
/*可樂幣介紹*/
.main-wraper{
	background: url('../images/bg.webp') repeat-y center top;
	background-size: 100%;
}
.content{
	margin-bottom:8rem;
}
.content:last-child{
	margin-bottom: 5rem;
}
.title-wraper{
	text-align: center;
	margin-bottom: 5rem;
}
/*h4.title-content span.title-h4,span.title-h4>br{
	display: none;
}*/
h2.title-content {
    padding: 0 2rem 0.5rem;
    display: inline-block;
    border: 3px solid #191a4c;
    border-radius: 3rem;
    box-shadow: 0 4px #8e90d8;
}
span.title-h2 {
		display: block;
        font-size: 3.5rem;
        font-weight: 900;
        color: #191a4c;
        position: initial;
        margin-top: -25px;
        line-height: 1.2;
        padding: 0 1rem 0;
        background-color: white;
        margin-bottom: 0;
	}
.content-inner>p{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}
.coin-wraper {
    width: calc(100% / 2 - 2rem);
    background-color: #f0f0f9;
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
}
.coin-img {
    display: flex;
    /*height: 15rem;
    position: relative;*/
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
	flex: 1;
}
.coin-img>img{
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
	margin: auto;
}
.coin-content {
	display: flex;
	align-items: center;
	flex-direction: row;
	align-content: space-between;
	justify-content: flex-start;
}
span.number {
    display: block;
    width: 60px;
    line-height: 55px;
    background-color: white;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #191a4c;
    font-size: 2.3rem;
    font-weight: 900;
    margin-right: 1.2rem;
    box-shadow: 0 3px #8e90d8;
}
.coin-p {
	display: block;
	width: calc(100% - 88px);
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 700;
	color: #191a4c;
}
.content-inner-center{
	text-align: center;
	padding: 0 3rem;
}
.content-inner-center>h3{
	font-size: 2.2rem;
	margin-bottom: 2rem;
	color: #191a4c;
}
span.red{
	display: block;
	font-size: 1.2rem;
	color: #d6001c;
	margin-bottom: 2rem;
}
span.remark{
	font-size: 1rem;
	line-height: 1.4;
}
/*如何獲得可樂幣*/
ul.get_list {
    padding-left: 2rem;
    margin: 3rem 0;
}
ul.get_list >li {
    color: #232477;
    font-size: 1.2rem;
    display: list-item;
    list-style-image: url(../images/star.webp);
    margin-bottom: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 0.25rem;
}
.example_wraper{
	overflow: hidden;
	border-radius: 1.5rem;
	margin: 2rem 0;
}
.example_title {
    background-color: #7598e8;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.coin-icon {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    padding-left: 3rem;
    margin-right: 1rem;
    background-image: url(../images/s-coin-icon.webp);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1.3;
}
.coin-icon>b{
	font-size: 2rem;
	margin-right: 1rem;
}
.example_content {
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #f0f0f9;
}
.example_content>p{
	font-size: 1.1rem;
	color: #3f4054;
	font-weight: 500;
	line-height: 1.5;
}
span.notice-title {
    display: inline-block;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.2rem;
    background-color: #ff8d84;
    color: white;
    border-radius: 2rem;
    margin-bottom: 1rem;
}
ul.notice {
    padding-left: 1.5rem;
}
ul.notice li{
	list-style: disc;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5;
}
/*如何使用*/
.use-wraper,
.range-wraper {
    width: calc(100% / 3 - 2rem);
    margin-bottom: 3rem;
}
.use-wraper{
	background-image: url('../images/blue-right.webp');
	background-repeat: no-repeat;
	background-position: right center;
}
.use-wraper:nth-child(3){
	background-image: none;
}
.use-img {
    height: 55%;
    text-align: center;
}
.use-content{
	padding: 0.5rem 1.5rem;
}
.use-content>p{
	font-size: 1.2rem;
	line-height: 1.5;
}
.use-detail-img {
    text-align: center;
    background-color: #f0f0f9;
    padding: 1.5rem;
    max-width: 890px;
    margin: 1rem auto;
	position: relative;
	border-radius: 1rem;
}
.use-detail-img::before {
    content: '';
    width: 40px;
    height: 34px;
    position: absolute;
    background-image: url(../images/gray-top.webp);
    background-repeat: no-repeat;
    top: -34px;
    left: 0;
    right: 0;
    margin: auto;
}
.range-wraper{
	background-color: #f0f0f9;
	overflow: hidden;
	border-radius: 1.5rem;
	text-align: center;
}
.range-content {
    background-color: #7598e8;
    color: white;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.range-title {
    padding: 1.5rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
	color: #191a4c;
}
.range-img {
    margin-bottom: 1rem;
    padding: 1rem;
}

.travel-wraper {
	width: calc(100% / 2 - 2rem);
    align-content: center;
}
.travel-container{
	padding: 1.5rem;
}
.travel-content {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.btn-wraper{
	text-align: left;
}

a.travel-btn {
    display: inline-block;
    padding: 2rem;
    font-size: 1.6rem;
	color: #191a4c;
    background-color: #fcca80;
    border: 2px solid #191a4c;
    border-radius: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px #191a4c;
}
a.travel-btn:hover{
	color: white;
	background-color: #f3ad44;
	transform: translateY(1px);
	box-shadow: 0 1px #191a4c;
}
/*QA*/
.qa_wraper{border-bottom: 1px solid #585864;}
h3.qa_title>a {
    display: flex;
    padding: 2rem 5rem;
    color: #1b1b4d;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    line-height: 2rem;
}
h3.qa_title>a::before{
	content: '';
	display: block;
	width: 41px;
	height: 39px;
	background: url('../images/q-icon.webp') center left;
	background-repeat: no-repeat;
	left: 1rem;
	position: absolute;
} 
h3.qa_title>a.qa_active::before{
	background: url('../images/q-icon-active.webp') center left;
}
h3.qa_title>a::after {
    content: '';
    display: block;
    width: 25px;
    height: 15px;
    background: url(../images/btn-dn.webp) center right;
	background-repeat: no-repeat;
    position: absolute;
	background-size: contain;
    right: 1rem;
	top:40%;
	transition: all .3s linear;
	transform: rotate(0deg);
}
h3.qa_title>a.qa_active::after{
    background: url(../images/btn-up.webp) center right;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(360deg);
}
.qa_container {
    background-color: #f0f0f9;
    padding: 2rem;
}
.qa_container{display: none;}
ul.qa_content{ color: #585864;}
ul.qa_content span.qa_title{
	font-weight: 500;
	line-height: 3rem;
}
ul.qa_content>li {
    line-height: 1.7rem;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
ul.qa_content>li>ol {
    margin: 1rem 0 1rem 0;
    padding-left: 1.5rem;
}
ul.qa_content>li>ol>li{
	display: list-item;
	list-style: disc;
}
h3.qa_title>a.qa_active {
    background-color: #7598e8;
    color: white;
}
span.warning {
	font-weight: 700;
    color: #d6001c;
}
/*#qa_detail{display:none;}*/

/*活動辦法*/
.method-title{
	font-size: 1.4rem;
	color: #1b2f73;
	margin-bottom: 2rem;
}
.method-content {
    margin-bottom: 5rem;
}
ul.method-inner {
	padding-left: 1rem;
	margin-left: 1rem;
}
ul.method-inner li{
	list-style:decimal;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	line-height: 1.5;

}
ul.method-inner>li>ol{
	margin-top: 0.5rem;
	margin-left: 1.5rem;
	margin-bottom: 0.75rem;
}
ul.method-inner>li>ol>li {
    list-style: disc;
	margin-bottom: 0.5rem;
}
.method-s-title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    /*margin-left: -2rem;*/
}
.method-example {
    background-color: #f0f0f9;
    padding: 1.5rem;
    color: #515494;
    border-radius: 1rem;
    margin-top: 0.5rem;
}
.method-example b {
    display: block;
    margin-bottom: 0.5rem;
}
.method-example p{
	/*letter-spacing: 1px;*/
	text-align: justify;
}
.end-date {
    text-align: center;
}
/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1690px) {
	.airplane{display: none;} 
	.main-wraper{
		background:none;
	}
}
@media screen and (max-width: 1350px) {
	.block-main {
		display: none;
	}
	.main-pad{display: block;}
	 ul.tabs {
		max-width: none;
		width: 95%;
	}
	.travel-img {
		width: 80%;
		padding: 0 2rem;
		text-align: center;
		margin: auto;
	}
	
}
@media screen and (max-width: 1300px) {
	ul.tabs li a {
		font-size: 1.5rem;
		padding: 1rem 1rem 1rem 4rem;
		background-position: left 2rem center;
	}
}
@media screen and (max-width: 1279px) {
	.btn-wraper {
		text-align: center;
	}
}
@media screen and (max-width: 1170px) {
	ul.tabs li a {
		font-size: 1.5rem;
		padding: 1rem 1rem 1rem 1rem;
		background-position: left 1rem center;
	}
	ul.tabs li:nth-child(1) a,
	ul.tabs li:nth-child(2) a,
	ul.tabs li:nth-child(3) a,
	ul.tabs li:nth-child(4) a,
	ul.tabs li:nth-child(5) a,
	ul.tabs li:nth-child(1).tab-active a,
	ul.tabs li:nth-child(2).tab-active a,
	ul.tabs li:nth-child(3).tab-active a,
	ul.tabs li:nth-child(4).tab-active a,
	ul.tabs li:nth-child(5).tab-active a{
		background-image: none;
	}
	.use-wraper {
		width: calc(100% / 3 - 2em);
		background-image: none;
	}
	.use-detail-img {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 1060px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}
	ul.tabs li a {
		font-size: 1.3rem;
	}
	h4.title-content {
		padding: 0 0.5rem 0.5rem;
		border: 2px solid #191a4c;
		border-radius: 2rem;
	}
	span.title-h2 {
        font-size: 2.5rem;
	}
	span.title-img {
		display: none;
	}
	.block-menu .sticky {
		top: 30px !important;
	}
	.content-inner>p {
		text-align: justify
	}
	.number-wraper {
		margin-bottom: 1rem;
	}
	.use-img {
		height: 45%;
	}
	.range-title,.range-content{
		font-size: 1.3rem;
	}
	.range-wraper {
		width: calc(100% / 3 - 1rem);
	}
	.travel-content {
		font-size: 1.4rem;
	}
	.content-inner-center>h5 {
		font-size: 1.8rem;
	}
	.travel-wraper:first-child{
		display: none;
	}
	.travel-wraper {
		width: 100%;
		text-align: center;
		align-content: center;
	}
	.travel-container {
		padding: 0 1.5rem;
	}
}
@media screen and (max-width: 780px) {
	.range-wraper {
		width: calc(100% / 2 - 1rem);
	}
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.main-mobile {
        display: block;
        padding-top: 35px;
    }
	.main-pad{display: none;}
	.main-nav {
		display: none;
	}
	.block-center {
        width: 100%;
        margin: 0 auto;
        padding: 3rem 1rem 0rem;
    }
	.main-content {
		padding: 3rem 0 0 0;
	}
	/*.content {
		margin-bottom: 5rem;
	}*/
	.coin-wraper {
		width: calc(100% / 2 - 0.5rem);
		padding: 1rem;
		/*display: flex;
        align-items: center;
        flex-direction: column;
		align-items: baseline;*/
	}
	.use-detail-img {
        display: none;
    }
	.use-img {
		height: 40%;
	}
	ul.qa_content>li,ul.method-inner li {
		font-size: 1rem;
	}
	.coin-img {
    display: flex;
    text-align: center;
    height: auto;
    position: initial;
    margin-bottom: 2rem;
    width: 100%;
  
    }

	.coin-img>img {
		/*position: initial;*/
		margin: auto;
		width: 60%;
	}
	h6.qa_title>a {
        padding: 1.5rem 2rem 1.5rem 3rem;
        font-size: 1.1rem;
    }
	h6.qa_title>a::after {
		right: 0.5rem;
    }
	
	h6.qa_title>a::before {
        width: 30px;
        height: 0px;
        padding-bottom: 5%;
        background: url(../images/q-icon.webp) center left;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0.5rem;
        position: absolute;
    }
	h6.qa_title>a.qa_active::before{
		background: url('../images/q-icon-active.webp') center left;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.coin-p {
		font-size: 1.2rem;
	}
	ul.method-inner>span {
		font-size: 1rem;
	}
}

/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 656px) {
	.travel-content>p>br{
		display: none;
	}
	span.title-h4 >br{display: block;}
	.title-wraper {
		text-align: center;
		margin-bottom: 3rem;
	}
	h2.title-content {
        padding: 0 0 0.5rem;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
}
@media screen and (max-width: 600px) {
	.main-mobile {display: none;}
	.main-mobile-phone{display: block;}
	.use-wraper {
        width: 95%;
		margin-left:auto ;
		margin-right: auto;
        background-image: none;
    }
	.use-img {
		height: 50%;
		margin-bottom: 1rem;
	}
	.range-wraper {
		width: 90%;
		
	}
	.coin-wraper {
		width: 100%;
	}
	.use-content>p {
		text-align: center;
	}
	.example_content {
    padding: 1rem 2.2rem 1.5rem;
	}
	
}
@media screen and (max-width: 500px) {
	ul.get_list >li {
		font-size: 1.1rem;
	}
	.coin-icon {
		font-size: 1.2rem;
		background-image: url(../images/s-coin-icon.webp);
	}
	.coin-icon>b {
		font-size: 1.5rem;
	}
	.example_content>p {
		font-size: 1rem;
	}
	/*.example_content>p>br{display: none;}*/
	span.notice-title {
		font-size: 18px;
	}
	ul.notice li {
		font-size: 1rem;
	}
	.travel-img {
        width: 100%;
    }
	.travel-content {
        font-size: 1.3rem;
    }
	.content-inner>p ,.travel-content{
		font-size: 1.1rem;
	}

}
/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.title-wraper {
		margin-bottom: 3rem;
	}
	/*h4.title-content {
		padding: 0 ;
	}*/
	h4.title-content span.title-h4 {
		display: block;
		font-size: 2.4rem;
	}
	
	.coin-img {
		text-align: center;
		height: auto;
		position: initial;
		margin-bottom: 2rem;
	}
	.coin-img>img {
		width: 50%;
		position: initial;
	}
	.coin-p {
		font-size: 1.2rem;
	}
	.content-inner-center>h3 {
		font-size: 2rem;
	}
	a.travel-btn {
		padding: 1.5rem;
		font-size: 1.2rem;
	}
	h6.qa_title>a::before {
        padding-bottom: 7%;
    }

}

@media (max-width: 320px) {
	
}