/* 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;
	text-align: center;
	color: #333;
	}

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

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

p {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-align: justify;
	text-justify: distribute;
}

h3 {
	font-size: 15px;
	text-align: left;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	line-height: 26px;
	margin: 15px;
}

h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	margin: 20px 0 0 0;
}


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

a {
	word-break: break-all;
}

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

.cursorPointer {
    cursor: pointer;
}

@media screen and (max-width: 320px) {
	h4 {
		font-size: 18px;
		line-height: 22px;
		margin: 10px;
	}
}

/*---- 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: 40px;
	line-height: 4px;
	z-index: 1;
	color: #fff;
	font-size: 22px;}

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


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

.container {
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.container {
		min-width: 760px;
	}
}

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

.theme_q1kv {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 0 auto;
}

.deco_cloud01 {
	position: absolute;
	background: url(../images/deco_cloud1.png) center no-repeat;
	background-size: contain;
	width: 128px;
	height: 49px;
	top: 5%;
	right: 40%;	
	animation: float 3s linear infinite;
}
.deco_cloud02 {
	position: absolute;
	background: url(../images/deco_cloud2.png) center no-repeat;
	background-size: contain;
	width: 94px;
	height: 36px;
	top: 20%;
	left: 10%;	
	animation: float 5s linear infinite;
}
.deco_cloud03 {
	position: absolute;
	background: url(../images/deco_cloud2.png) center no-repeat;
	background-size: contain;
	width: 94px;
	height: 36px;
	top: 40%;
	right: 1%;	
	animation: float 4s linear infinite;
}


@media screen and (max-width: 767px) {
	.deco_cloud01 {
		max-width: 80px;
		top: 5%;
		right: 25%;	
	}
	.deco_cloud02 {
		max-width: 75px;
		top: 20%;
		left: 0%;
	}
	.deco_cloud03 {
		max-width: 75px;
		top: 40%;
		right: -10%;
	}

}

@media screen and (max-width: 575px) {

}

@media screen and (max-width: 375px) {
	.deco_cloud02 {
		top: 30%;
		left: 0%;
	}
}

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

.wrapper {
	width: 100%;
	margin: 0 auto;
	border-radius: 25px;
	margin-bottom: 60px;
}

/* section01 */
.label ,.label_m{
	text-align: center;
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
}
.label img {
	width: 100%;
	max-width: 879px;
}
.label_m img {
	width: 100%;
	max-width: 600px;
}

.prize_title img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 248px;
	height: auto;
}

.prize_bg {
	background-color: #fffdfd;
	border-radius: 15px;
	padding: 25px 10px;
}

.prize_txt {
	margin-bottom: 15px;
}

.prize1 img{
	width: 100%;
	max-width: 428px;
	height: auto;
	margin: 0 auto;
}

.prize1_m {
	display: none;
}

.prize2_bg {
	line-height: 273px;
	vertical-align: middle;
}

.prize_voucher {
	background-color: #fff1f1;
	border: 6px solid #ff90b3;
	border-radius: 15px;
	margin: 35px auto;
	padding: 6px;
}

.prize_voucher_line {
	border: 1px solid #ff90b3;
	border-radius: 8px;
	padding: 45px 20px 30px 20px;
}

.deco_grass1 {
	position: absolute;
	bottom: 0;
	left: -5%;
}
.deco_grass2 {
	position: absolute;
	bottom: 5%;
	right: -5%;
}

/* section02 */

.btn_more {
	text-align: center;
	margin-top: -30px;
}
.btn_more img {
	width: 100%;
	max-width: 250px;
	margin-bottom: 20px;
}
.btn_more img:hover {
	transform: translateY(-8px);
}

@media screen and (max-width: 1200px) {
	.prize_bg {
		padding: 18px 10px;
	}
	.btn_more img {
		max-width: 210px;
	}
	.prize2_bg {
		line-height: 0;
	}
	.prize2 img {
		margin-top: 20px;
	}

}

@media screen and (max-width: 991px) {
	.prize_bg {
		padding: 15px 10px;
	}
	.prize2 img{
		margin-top: 15px;
	}
	.prize2_bg {
		line-height: 0;
	}
}

@media screen and (max-width: 575px) {
	.label_m{
		margin-bottom: 0;
	}
	.prize_title img{
		top: 0px;
	}
	.prize_bg {
		padding: 10px;
	}
	.prize1 {
		display: none;
	}
	.prize1_m {
		display: block;
		margin-top: 20px;
	}
	.deco_grass1 {
		position: absolute;
		bottom: -2%;
		left: -15%;
	}
	.deco_grass2 {
		bottom: -2%;
		right: -5%;
	}
}

@media screen and (max-width: 375px) {
	.prize_title img{
		width: 70%;
		top:1%;
	}
	.prize_voucher {
		padding: 7px;
		margin: 35px auto 10px auto;
	}
	.deco_grass1,.deco_grass2 {
		max-width: 130px;
	}
}
	
@media screen and (max-width: 279px) {
	.deco_grass1,.deco_grass2 {
		display: none;
	}
}

/* table */
table td{
	vertical-align: middle !important; 
	font-size: 15px;
	font-weight: 600;
}

tr:nth-child(odd){
	background-color:#e7f2fa;
}

tr:nth-child(1) {
	background-color: #007d7d;
	font-size: 1.2rem;
}

.note li{
	text-align: left;
	font-size: 14px;
	margin-left: 20px;
}
.note_table ul {
	 margin-bottom: 0;
 }
.note_table li {
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}

.note_table ol {
	counter-reset: my-counter;
}

.note_table ol li {
	counter-increment: my-counter;
	text-indent: -1.2em;
}

.note_table ol li::before {
    content: "("counter(my-counter)")";
}

.note_update{
	color: #da5026;
	font-weight: 900;
	text-align: center;
}
.note_update span {
	font-size: 22px;
	color: #da5026;
	font-weight: 900;
}
.HL {
	color: #da5026;
}

@media screen and (max-width: 576px) {
	.note_table ol {
		margin-left: -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;
}


/*-- 活動辦法 --*/
.rules-wrap{padding: 20px 20px 20px;}
#rules-switch{display: none;}

.rules-title{
	display: inline-block;
	width: auto;
	cursor: pointer;}

.rules-title h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 38px;
	font-weight: 900;
	color: #333;
	margin-bottom: 0px;}

.rules{
	max-width: 1100px;
	margin: 20px auto 10px;
	padding: 20px 2%;
	height: 0;
	overflow: hidden;
	padding: 0;
	background: #fff;
	border:1px solid #fff;}

.rules-title::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 35px ;
	height: 31px;
	background: url(../images/deco-triangle.png) center no-repeat;
	top: 75px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	transition: 0.5s;}

.rules ol {
	padding-left: 30px;
    padding-right: 10px;}

.rules > ol > li{
	color: #3c4a4c;
	font-size: 15px;}

.rules ol li{
	font-weight: 600;
	text-align: left;
	line-height: 24px;
	margin-bottom: 10px;}

.rules ol li h3{
	margin: 10px 0;
	text-align: left;
	font-size: 17px;
	white-space: pre-line;
	color: #f44336;}
	
.rules ol li ul{
	background: #efefef;
	padding: 10px;
	padding-left: 30px;
	margin-top: 10px;}

.rules ol li ul li{
	list-style: none;
	font-weight: 600;
	margin-bottom: 5px;}

.rules ol li ul li span{color: #ff5722;}

.rules ol li ol{padding-left: 5px;}
.rules ol li ol li{
	list-style: inherit;
    margin-bottom: 0;
    font-size: 15px;
    margin-left: 10px;}

/*活動辦法開關控制器*/
#rules-switch:checked ~ .rules{
	height: auto;
	padding: 30px 2%;}

#rules-switch:checked ~ .rules-title::after{
	transform: translateX(-50%) rotate(180deg);}



/*----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: #6666cc;
	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: #f29318;
	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: 1200px) {
	.btnTop{
		transform: translateX(-120%);}
}

/*---KV動畫----*/

@keyframes jump { 
	0%{ transform: translateY(0);
		-webkit-transform: translateY(0);
		}	
	50%{ transform: translateY(-10px);
		 -webkit-transform: translateY(-10px);
		 }
	100%{ transform: translateY(0px);
		  -webkit-transform: translateY(0px);
		 }
	}

@keyframes float { 
	0%{ transform: translateX(0);
		opacity: 0;
		-webkit-transform: translateX(0);
		-webkit-opacity: 0;}	
	50%{ transform: translateX(-50px);
			opacity: 1;
			-webkit-transform: translateX(-50px);
			-webkit-opacity: 1;}		
	100%{ transform: translateX(-100px);
			opacity: 0;
			-webkit-transform: translateX(-100px);
			-webkit-opacity: 0;}
	}
  