/* CSS Document */

* {	font-family: '微軟正黑體', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
	font-family: '微軟正黑體';
	box-sizing: border-box;
	transition: 0.8s;
	color: #333;
	text-align: center;
	}

html {
	height: 100%;
	overflow-x:hidden;
	background-color: #574b7d;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-color: #574b7d;
	margin-bottom: 0;
	overflow-x:hidden;
}

p {
	line-height: 26px;
	text-align: justify;
	text-justify: distribute;
}
h3 {
	font-size: 15px;
	text-align: left;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	font-weight: 600;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

a:link, a:checked, a:visited{
	color:#db491d;
	text-decoration: none;}

.cursorPointer {
    cursor: pointer;
}

/*---- Header----*/

header{
	width: 100%;
	height: 70px;
	background: #007c7c;
	position: fixed;
    top: 0;
	z-index: 999;}

.header-wrap{
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 15px 2%;
	max-width: 1200px;}

.logo-wrap{
	display: inline-block;
	position: relative;
	width: auto;
	text-align: left;
	height: 55px;
	line-height: 4px;
	z-index: 1;
	color: #fff;
	font-size: 22px;}

.logo-wrap img{
	height: 100%;
	vertical-align: middle}


/*---KV----*/

.container {
	position: relative;
}

.theme-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../images/theme_bg.png) bottom center no-repeat;
	background-size: cover;
	margin-top: 70px;
}

.theme {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 99;
	padding: 0 20px;
}

@media screen and (max-width: 992px){
	.container{
		max-width: 860px;
	}
}


/*----main content----*/

.wrapper {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	border: solid 4px #322a49;
	padding: 30px 20px;
	margin-bottom: 40px;
}
.title {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* section01 */

.rules {
	margin-bottom: 10px;
}

.event_note p ,.event_note ul {
	font-size: 17px;
	font-weight: 700;
	margin: 20px 30px;
	text-align: justify;
}
.event_note ul li{
	text-align: left;
}

.note_list{
	list-style: none;
	padding-left: 0.8em;
	counter-reset: note;
}
.note_list li {
	position: relative;
	padding-left: 2.5em;
}

.note_list li::before {
	counter-increment: note;
	content: "註" counter(note) "：" ;
	position: absolute;
	left: 0;
}

/* section02 */

.sp_list {
	list-style: none;	
}

.sp_list li::before {
	content: "※";
	margin-left: -20px;
	margin-right: 5px;
}
.download {
	margin-top: 40px;
	margin-bottom: 10px;
}

.download img:hover {
	transform: translateY(-8px);
}

@media screen and (max-width: 992px) {
	.event_note p ,.event_note ul {
		margin: 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	.download img {
		margin-bottom: 20px;}
}

@media screen and (max-width: 576px) {
	.event_note p ,.event_note ul {
		margin: 20px 0px;
	}
	.theme {
	padding: 0 5px;
	}
	.title {
	margin-top: 0px;
	margin-bottom: 20px;
	}

}


/*---Footer----*/

.footer {
	background-color: #fff;
	padding-bottom: 1px;

}

.green_line {
	background-color: #007c7c;
	height: 20px;	
}

.footer p {
	font-size: 16px;
	text-align: center;
	padding: 15px 30px 0px 30px;
}


/*----BTN TO TOP ------*/
.section-btnTop{
	display: inline-block;
	position: fixed;
	width: 100%;
	max-width: 1200px;
	height: 1px;
	margin: 0 auto;
	bottom: 25%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-align: right;
	z-index: 99;}

.btnTop-Wrap{
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;}

.btnTop{
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	border-radius: 30px;
	font-weight: 600;
	padding: 5px;
	background: #fc8c2f;
	line-height: 50px;
	color: #ffffff;
	font-size: 1.2em;
	cursor: pointer;
	transition: 0.5s;
	box-shadow: 0 6px 16px -9px rgba(00, 00, 00, 0.8);}

.btnTop:active,
.btnTop:hover{
	color: #fff;
	background: #6cc161;
	box-shadow: 0 6px 16px -9px rgba(00, 00, 00, 0);} 
	
.cno{
	display: block;
	text-align: right;
	width: 100%;
	background: #007c7c;
	color: #fff;
	font-weight: 900;
	padding: 5px 2%;
	z-index: -1;}

footer{
	padding: 10px 2%;
	font-size: 15px;
	z-index: 1;
	background-color: #fff;
}

@media screen and (max-width: 1330px) {
	.btnTop{
		transform: translateX(-150%);}
}

@media screen and (max-width: 992px) {
	.section-btnTop{
		bottom: 10%;
		}
}
/*---KV動畫----*/

.coin {
	background: url(../images/deco_coin.png) center no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10vh;
}
  

@keyframes coinfall {
	0% {
	transform: translate3d(0, 0, 0);
	-webkit-transform:  translate3d(0, 0, 0);
	opacity: 1;
	-webkit-opacity: 1;
	}
	50% {
	opacity: 1;
	-webkit-opacity: 1;
	}
	70% {
	opacity: 0;
	-webkit-opacity: 0;
	}
	100% {
	transform: translate3d(0, 90vh, 0);
	-webkit-transform: translate3d(0, 90vh, 0);
	opacity: 0;
	-webkit-opacity: 0;
	}
}


.coin:nth-child(1) {
	left: 5vw;
	animation: coinfall 6s linear infinite;
	animation-delay: -8s;
}

.coin:nth-child(2) {
	left: 18vw;
	animation: coinfall 8s linear infinite;
	animation-delay: -7s;
}

.coin:nth-child(3) {
	left: 24vw;
	animation: coinfall 5s linear infinite;
	animation-delay: -2s;
}

.coin:nth-child(4) {
	left: 30vw;
	animation: coinfall 7s linear infinite;
	animation-delay: -3s;
}

.coin:nth-child(5) {
	left: 38vw;
	animation: coinfall 9s linear infinite;
	animation-delay: -7s;
}

.coin:nth-child(6) {
	left: 50vw;
	animation: coinfall 10s linear infinite;
	animation-delay: -3s;
}

.coin:nth-child(7) {
	left: 64vw;
	animation: coinfall 6s linear infinite;
	animation-delay: -3s;
}

.coin:nth-child(8) {
	left: 72vw;
	animation: coinfall 5s linear infinite;
	animation-delay: -1s;
}

.coin:nth-child(9) {
	left: 80vw;
	animation: coinfall 8s linear infinite;
	animation-delay: -6s;
}

.coin:nth-child(10) {
	left: 92vw;
	animation: coinfall 5s linear infinite;
	animation-delay: -9s;
}

@media screen and (min-width: 1400px) {
	
	.coin:nth-child(1) {
		left: 20vw;
		animation: coinfall 6s linear infinite;
		animation-delay: -8s;
	}

	.coin:nth-child(2) {
		left: 24vw;
		animation: coinfall 8s linear infinite;
		animation-delay: -7s;
	}

	.coin:nth-child(3) {
		left: 34vw;
		animation: coinfall 5s linear infinite;
		animation-delay: -2s;
	}

	.coin:nth-child(4) {
		left: 40vw;
		animation: coinfall 7s linear infinite;
		animation-delay: -3s;
	}

	.coin:nth-child(5) {
		left: 48vw;
		animation: coinfall 9s linear infinite;
		animation-delay: -7s;
	}

	.coin:nth-child(6) {
		left: 54vw;
		animation: coinfall 10s linear infinite;
		animation-delay: -3s;
	}

	.coin:nth-child(7) {
		left: 60vw;
		animation: coinfall 6s linear infinite;
		animation-delay: -3s;
	}

	.coin:nth-child(8) {
		left: 66vw;
		animation: coinfall 5s linear infinite;
		animation-delay: -1s;
	}

	.coin:nth-child(9) {
		left: 72vw;
		animation: coinfall 8s linear infinite;
		animation-delay: -6s;
	}

	.coin:nth-child(10) {
		left: 78vw;
		animation: coinfall 5s linear infinite;
		animation-delay: -9s;
	}

}

@media screen and (max-width: 576px) {
	.coin {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
		
}