@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');

html, body{
	width: 100%;
	height: 100%;
	
	font-family: Arial,"Noto Sans TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
}

html{
	background: rgb(242,225,147);
	background: linear-gradient(0deg, rgba(242,225,147,1) 0%, rgba(241,238,229,1) 100%);

}

body{
	position: relative;
	background:linear-gradient(0deg, rgba(242,225,147,1) 0%, rgba(241,238,229,1) 100%)!important;
}

.forPc{
	display: none!important;
}

.for_m{
	display: block!important;
}


.clearBoth{
	clear: both;
}


.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.d-flex{
	display: flex;
}

.han-row-flex{
	display: block;
}

.han-col{
	width: 100%;
}

#loading{
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#loading img{
	width: 30%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}


.wholeWrapper{
	width: 100%;
	margin: 0 auto;
}

.pic-row{
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pic-row a{
	width:calc(100%/2);
}

.pic-row a img{
	width:100%;
	height:auto;
}

/* ============================================================================= */

.mainBannerWrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: none;
}


.mainBanner{
	width: 100%;
	height: 50vw;
	padding: 0;
	margin: 0 auto;
	position: relative;
/* 	background: #fff; */

}


#bannerItem{
	width: 500px;
	height: 330px;
	position: absolute;
	right: 60px;
	top:50px;
}

#alertWave1{
	width: 375px;
	height: 349px;
	background: url(../images/alertWave1.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 1;
	opacity: 0;
}

#alertWave2{
	width: 116px;
	height: 268px;
	background: url(../images/alertWave2.png?=2);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -40px;
	top: -60px;
	z-index: 2;
	opacity: 0;
}


#mainPic{
	width: 470px;
	height: 405px;
	background: url(../images/mainBanner.png?v=2);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	bottom: -425px;
	z-index: 3;
}

#title1{
	width: 160px;
	height: 80px;
	background: url(../images/title1.png?v=2);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -30px;
	top: 95px;
	z-index: 4;
	opacity: 0;
}


#title2{
	width: 305px;
	height: 180px;
	background: url(../images/title2.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 100px;
	top: -40px;
	z-index: 5;
	opacity: 0;
}


#title3{
	width: 55px;
	height: 38px;
	background: url(../images/title3.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	top: 175px;
	z-index: 6;
	opacity: 0;
}


#title4{
	width: 460px;
	height: 140px;
	background: url(../images/title4.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 30px;
	top: 100px;
	z-index: 7;
	opacity: 0;
}


#smallTitle{
	width: 445px;
	height: 46px;
	background: url(../images/smallTitle.png) #fff;
	background-size: 415px auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 30px;
	z-index: 8;
	border-radius: 23px;
}



.smallTitle{
	font-size: 2.15em;
	color: #8f2d51;
	line-height: 1.7;
	font-weight: bolder;
	text-align: justify;
/* 　text-justify: inter-ideograph;
　-ms-text-justify: inter-ideograph; /IE9/
　-moz-text-align-last:justify; /Firefox/
　-webkit-text-align-last:justify; /Chrome/ */
}

.smallTitle span{
		text-shadow: -1px -1px 3px #ffffff, 1px -1px 3px #ffffff, -1px 1px 3px #ffffff, 1px 1px 3px #ffffff;

}

.smallTitle:after {
　content:"";
　display: inline-block;
　width: 100%;
}

#mainContentBox{
	width: 57%;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 9;
}

#mainContentBox img.smallTitle{
	width:100%;
	height: auto;
	margin-bottom: 10px;
}


#mainContentBox  h2{
	font-size: 1.22em;
	line-height: 1.6;
	font-weight: 400;
}

#mainContentBox  h2 b{
	font-weight: bold;
}

#mainContentBox a#joinBtn{
	width: 139px;
	height: 158px;
	display:block;
	background: url(../images/joinIn.png) no-repeat center center;
	background-size: 80%;
	position: absolute;
	right: 30px;
	bottom: 0px;
}

#mainContentBox p{
	font-size: 1em;
	color: #222;
	line-height: 1.6;
	font-weight: 500;
}

.mainMenu{
	width: 100%;
	height: 50px;
	background: #fff;
	margin-bottom:40px;
	display: none;
}


.mainMenu_m{
	display: block;
}


.mainMenu_m .mbileMenuHambuger{
	width: 100%;
	height: 50px;
	display: block;
	background: #fff;
	position: fixed;
	top:0;
	z-index: 999;
}

.mainMenu_m .mbileMenuHambuger a{
	text-decoration: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: gray;
	font-size: 2em;
}

.mainMenu_m .mainMenuBar{
	width: 70%;
	height: 100%;
	margin: 0 auto;
	display: block;
	justify-content:space-between;
	background: rgba(255,255,255,.9);
	padding: 2%;
	padding-top: 10%;
	position: fixed;
	left: -70%;
	top:50px;
	z-index: 998;
	overflow-x: hidden;
	transition: 0.5s;
}

.mainMenu_m .mainMenuBar.show{
	left: 0%;
}

.mainMenu_m .mainMenuBar a:link, .mainMenu_m .mainMenuBar a:visited{
	padding:0 0;
	padding-left: 13%;
	text-decoration: none;
	text-align: left;
	font-size: 1.1em;
	color: #888;
	line-height: 50px;
	letter-spacing: 2px;
	 transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   position: relative;
   width: 90%;
   display: block;
   margin-left: 10%; 
}

.mainMenu_m .mainMenuBar a:hover{
	color: #8E2C50;
}

.mainMenu_m .mainMenuBar a img{
	position: absolute;
	width: auto;
	height: 40px;
	left: -6%;
	top:5px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
}


.mainMenuBar{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

.mainMenuBar a:link, .mainMenuBar a:visited{
	padding:0 10px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	color: #888;
	line-height: 50px;
	letter-spacing: 1px;
	 transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   position: relative;
  
}

.mainMenuBar a:hover{
	color: #ce3959;
/* 	 border-bottom: 2px #ce3959 solid; */
}

.mainMenuBar a img{
	position: absolute;
	width: auto;
	height: 40px;
	left: -30px;
	top:5px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
}

.mainMenuBar a:hover img{
	width: auto;
	height: 40px;
	left: -30px;
	top:5px;
}

.mainWrapper{
	width: 100%;
	height: auto;
	background: #f8f0d8;
	margin-bottom: 20px;
}

.mainWrapperContent{
	width: 100%;
	margin: 0 auto;
	padding: 10px 10px;
	
}

.indexPage .mainWrapperContent{
	padding-top: 20px;
}

.mainWrapperContent .contentBox{
	width: 95%;
	margin: 0 auto;
}


.mainWrapperContent .contentBox.intro{
	text-align: center;
	margin-bottom: 70px;
	padding-top: 30px;
	position: relative;
/* 	border-radius: 10px; */
	padding: 30px;
	border-top:1px solid #fff;
/* 	border-bottom:1px solid #fff; */
	
}

.mainWrapperContent .contentBox.intro span{
	position: absolute;
	top:-2px;
	left:50%;
	color: #fff;
}

.indexPage .mainWrapperContent .contentBox.intro{

	padding-bottom: 20px;
}


.mainWrapperContent .contentBox.intro p{
	line-height: 1.6;
	font-weight: 400;
	font-size: 15pt;
	margin-bottom: 15px;
	color: #ce3959;
}

.mainWrapperContent .contentBox.intro p b{
	color: #ce3959;
	font-size: 1.5em;
	font-weight: 500;
}

.mainWrapperContent .contentBox.intro p.introTitle{
	position: absolute;
	top:-80px;
	left:50%;
	margin-left: -25%;
}

.mainWrapperContent .contentBox.intro p.introTitle b{
	font-size: 2em;
	font-weight: 600;
	
/*
	color: #ce3959;*/
	text-shadow:
	-1px -1px 3px #ce3959,  
	 1px -1px 3px #ce3959,
	-1px  1px 3px #ce3959,
	 1px  1px 3px #ce3959;
	 
	 
	color: #fff;
}

.mainWrapperContent .contentBox.left h2{
	font-size: 1.3em;
	color: #000;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #EE8593;
}

.mainWrapperContent .contentBox p{
	font-size: 1em;
	color: #222;
	line-height: 1.6;
	font-weight: 500;
}

.mainWrapperContent .contentBox.gift{
	padding: 0px;
	position: relative;
	margin-bottom: 50px;
/* 	background: #fff; */
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainWrapperContent .contentBox.gift a.giftLink{
	width:100%;
	height:auto;
	display: block;
}

.mainWrapperContent .contentBox.gift a.giftLink img{
	width:100%;
	height:auto;
}


.mainWrapperContent .contentBox.gift .carousel-row{
	width:100%;
}

.mainWrapperContent .contentBox.gift .carousel-item img{
	width:auto!important;
	margin:0 auto;
	max-height: 330px;
}

.mainWrapperContent .contentBox.gift .carousel-row .carousel-col{
	background: none;
	/* background-repeat: no-repeat;
	background-size: 100%;
	background-position:center; */
	display: flex;
	flex-direction: column-reverse;
}

.mainWrapperContent .contentBox.gift p{
/* 	position: absolute; */
	font-size: 0.9em;
	color: #222;
	line-height: 1.4;
	font-weight: 300;
	width: 400px;
	bottom: 0px;
/* 	left: 5px; */
}

.storybtnbox{
	position: relative;
	padding-top: 0;
	padding-right: 0;
}

.mainWrapperContent .contentBox.gift .carousel-row h5{
	color:#da6a5f;
	font-weight: 300;
	font-size: 1.8rem;
	width:100%;
	text-align: center;
}

.mainWrapperContent .contentBox.gift .carousel-row .carousel-col a.storysBtn{
	position: relative;
	
}

.mainWrapperContent .contentBox.gift .carousel-row .carousel-col a.storysBtn img{
	width:auto;
	height:60px;
}

span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next{
	justify-content:end!important;
}

.carousel-control-prev{
	justify-content:start!important;
}

.mainWrapperContent .contentBox.gift p.giftText{
	padding-left: 50px;
}

.mainWrapperContent .contentBox.gift p.giftText b{
	line-height: 2;
}


.mainWrapperContent .contentBox.gift .eventText{
	width: 100%;
	font-size: 20pt;
	color: gray;
	padding-left: 0px;
	position: relative;
	text-align: justify;
	text-justify:inter-ideograph; 

}

.mainWrapperContent .contentBox.gift .eventText img{
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}


.mainWrapperContent .contentBox.gift .eventText p{
	position: relative;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.mainWrapperContent .contentBox.gift .eventText b{
	color: #ff3162;
	text-shadow:
	-1px -1px 0 #fff,  
	 1px -1px 0 #fff,
	-1px  1px 0 #fff,
	 1px  1px 0 #fff;
}

.mainWrapperContent .contentBox.gift .eventText span{
	font-weight: bold;
}

.mainWrapperContent .contentBox.gift img.mainRightContentTitle{
	width:56%;
	height: auto;
	margin-bottom: 10px;
	position: absolute;
	z-index: 13;
	top:-10px;
}

.mainWrapperContent .contentBox.gift img.logo{
	width:50%;
	height: auto;
	margin-bottom: 10px;
}



.mainWrapperContent .contentBox.gift img.gift{
	position: absolute;
}


.mainWrapperContent .contentBox.gift img.gift.one{
	width: 220px;
	height: auto;
	top:80px;
	right:350px;
	z-index: 12;
}

.mainWrapperContent .contentBox.gift img.gift.two{
	width: 220px;
	height: auto;
	top:120px;
	right:120px;
	z-index: 11;
}


.mainWrapperContent .contentBox.gift img.gift.three{
	width: 180px;
	height: auto;
	top:-60px;
	right:320px;
	z-index: 10;
}

.mainWrapperContent .contentBox.gift img.gift.four{
	width: 180px;
	height: auto;
	top:0px;
	right:220px;
	z-index: 10;
}

.mainWrapperContent .contentBox.gift img.gift.all{
	width: 110%;
	height: auto;
	top:-40px;
	left:0px;
	z-index: 11;
	position: absolute;
}



.mainWrapperContent .videoWrapper{
	width:100%;
	background: url("../images/videoBack.png?v=2");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 40px 10px;
	
}

.mainWrapperContent .videoWrapper .embedVideo{
	width:90%;
	position: relative;
	padding-bottom: 50.625%; 
	overflow: hidden;
	border-radius: 10px;
	margin: 0 auto;
}

.mainWrapperContent .embedVideo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.mainWrapperContent .embedVideo iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





a#joinBtn{
	width: 170px;
	height: 134px;
	display:block;
	background: url(../images/joinIn.png?v=2) no-repeat center center;
	background-size: contain;
	position: absolute;
	left:-55px;
	top: -30px;
	z-index: 14;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transform: rotate(-10deg);
}

/*
a#joinBtn:hover{
	width: 180px;
	transform: rotate(0deg);
	left: -70px;
	top: -30px;
}
*/



/* page star ======================================== */


.pageBannerWrapper{
	width: 100%;
	height: 45vw;
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
}

.pageBannerWrapper a.homeBtn{
	position: absolute;
	width: 60px;
	height: 60px;
	bottom:10px;
	left: 30px;
	display: none;
	background: url(../images/btn_homeBtn.png) no-repeat center center;
	background-size: 60px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transform: rotate(0deg);
  
}

.pageBannerWrapper a.homeBtn:hover{
	 transform: rotate(10deg);
}

.pageBannerWrapper .pageMenuMainPic{
	width: auto;
	height: auto;
	display: block;
	justify-content: space-between;
/* 	background: pink; */
	padding-left: 0px;
	box-sizing: border-box;
	position: absolute;
	text-align: center;
	bottom: -3px;
}


.pageBannerWrapper .pageMenuMainPic img.pageMainPic{
	width: 98%;
	height: auto;
/* 	float: left; */
}



/* pageBannerWrapper mobile */
.pageBannerWrapper.mobile a#logoBtn{
	display: none;
}


.pageMenu{
	width: 60%;
	float: right;
	display: block;
	padding-top: 50px;
	margin-left: 2%;

}

.pageMenu a:link,.pageMenu a:visited{
	padding: 0 26px;
/* width: 100%; */
	height: 50px;
	display: block;
	line-height: 50px;
	background: #fff;
	display: block;
	text-decoration: none;
	font-size: 14pt;
	margin:5px 6px;
	float: left;
	border-radius: 12px;
	margin-left: 5px;
	color: #ce3959;
	 transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;	
}


.pageMenu a:hover{
	background: #ce3959;
	color: #fff;
}



.mainPageWrapper{
	width: 100%;
	background: #fef7eb;
	padding: 40px 20px;
	margin-bottom: 30px;
	border-radius: 0px;
	padding-bottom: 30px;
	min-height: 500px;
}

.mainPageWrapper h1{
	font-size: 1.6em;
	line-height: 1.4;
	color: #333;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	padding-left: 50px;
	border-bottom: 2px dotted #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.05em;
}

.mainPageWrapper h1 span{
	font-size: 1.3em;
	font-family: "Noto Sans TC", sans-serif;
	color: #ce3959;
}


.mainPageWrapper.pageOne h1{
	background: url(../images/menuBtn1.png) left top no-repeat ;
	background-size: 50px auto;
}



.mainPageWrapper.pageTwo h1{
	background: url(../images/menuBtn2.png) left top no-repeat;
	background-size: 50px auto;
	background-position-y: 0px
}

.mainPageWrapper.pageThree h1{
	background: url(../images/menuBtn3.png) left top no-repeat ;
	background-size: 50px auto;
}

.mainPageWrapper.pageFour h1{
	background: url(../images/menuBtn4.png) left top no-repeat ;
	background-size: 50px auto;
}

.mainPageWrapper.pageFive h1{
	background: url(../images/menuBtn5.png) left top no-repeat ;
	background-size: 50px auto;
}


.mainPageWrapper.pageThree ol{}

.mainPageWrapper.pageThree ol li{
	font-size:1.1em;
	line-height: 1.4;
}


/* 獲獎名單頁面 */

.mainPageWrapper.winnerlistP .winnerNote{
	width: 100%;
	height: auto;
	padding: 0px;
}

.mainPageWrapper.winnerlistP .winnerNote p.ming-font{
	font-family: 'Noto Serif TC', serif;
	font-weight: bold;
	font-size: 1.2rem;
	color:#ce3959;
	
}

.mainPageWrapper.winnerlistP .winnerNote p.clickguid{
	color:#ce3959;
	display: flex;
	align-items: center;
}

.mainPageWrapper.winnerlistP .winnerNote p.clickguid img{
	width:30px;
	height:auto;
	margin-right:.35rem;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText{
	padding: 15px;
	border: 1px solid #333;
	margin-bottom: 30px;
	background: #eaf9f3;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText ul{
	margin-bottom: 0px;
	list-style: disc;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText ul li{
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.4;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText p{
	margin-bottom: 0;
}

.mainPageWrapper.winnerlistP .winnerNote a.downloadBtn:link,
.mainPageWrapper.winnerlistP .winnerNote a.downloadBtn:visited{
	width: 300px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	font-size: 20pt;
	color: #fff;
	background: #076874;
	border-radius:40px;
	border:2px solid #076874;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	margin-bottom: 30px;
}


.mainPageWrapper.winnerlistP .winnerNote a.downloadBtn:hover{
	color: #076874;
	background: #fff;
}


.mainPageWrapper.winnerlistP table{
	width: 100%;
}

.mainPageWrapper.winnerlistP table tr{
	background: #fff;
}

.mainPageWrapper.winnerlistP table tr:nth-child(odd){
	background: #eaf9f3;
}

.mainPageWrapper.winnerlistP table tr td,
.mainPageWrapper.winnerlistP table tr th{
	line-height: 1.4;
	padding: 10px 20px;
	font-size: 0.9em;
}

.mainPageWrapper.winnerlistP table tr td:nth-child(2),
.mainPageWrapper.winnerlistP table tr td:nth-child(3){
	text-align: center;
}

.mainPageWrapper.winnerlistP table tr th{
	background: #076874;
	color: #fff;
	text-align: center;
}

.mainPageWrapper.winnerlistP .winnerNote table{
	margin-bottom: 30px;
}

.mainPageWrapper.winnerlistP .winnerNote table tr td{
	text-align: left;
	font-size: 1.2em;
}



.mainPageWrapper h2{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: -1px -1px 3px #ce3959, 1px -1px 3px #ce3959, -1px 1px 3px #ce3959, 1px 1px 3px #ce3959;
	color: #fff;
	margin-bottom: 15px;
}

/*
.mainPageWrapper.pageFour h2{
	line-height: 2;
}
*/

.mainPageWrapper h2.dateText{
	color: #ffffbc;
	padding-left: 55px;
	background: url(../images/iconCalenda.png) no-repeat left bottom;
	background-size: auto 55px;
	margin-bottom: 20px;
}

.mainPageWrapper p{
	font-size: 1.1em;
	color: #000;
	line-height: 1.8;
	margin-bottom: 10px;
	text-align: justify;
	text-justify:inter-ideograph; 
}


.mainPageWrapper p b{
	color: #000;
}

.mainPageWrapper .borrowProcess{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.mainPageWrapper .borrowProcess .processText{
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 5px;
	border-radius: 12px;
	height: auto;
	font-size: 12pt;
}

.mainPageWrapper .borrowProcess .processText:before{
	  content:'';
 
}

.mainPageWrapper .borrowProcess .processText p{
display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.mainPageWrapper .borrowProcess .processText.arrow{
	width: 100%;
	background: none;
	font-size: 20pt;
	
}


.mainPageWrapper .borrowProcess .processText.arrow p.deskTop{
	display: none;
}

.mainPageWrapper .borrowProcess .processText.arrow p.mobile{
	display: block;
	width: 100%;
	text-align: center;
	color: #ce3959;
}

.mainPageWrapper .giftBoxWrapper{
	width: 100%;
	height: 100%;
	position: relative;
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/
	margin-bottom: 30px;
}




.mainPageWrapper .giftBoxWrapper .giftBox{
	padding: 20px;
	width: 50%;
	float: left;
	margin-left: 20px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
	height: 430px;
}


.mainPageWrapper .giftBoxWrapper .giftBox{
	background: #c9e9e5;
	padding: 10px;
	width: 35vw;
	height: 35vw;
	margin-left: 0px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	margin-left: 20px;
}

.mainPageWrapper .giftBoxWrapper .giftBox.nopadding{
	padding:0;
}



.mainPageWrapper .giftBoxWrapper .giftBox h3{
	font-size: 0.9em;
	line-height: 1.4;
	color: #545454;
	font-weight: 400;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic{
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 30px;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic img{
	width: 80%;
	height: auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.mainPageWrapper .giftBoxWrapper .giftBox.withPic.book .giftPic img{
	width: 70%;
}


.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift1 img{
	width:100%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift2 img{
	width:90%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift3 img{
	width:100%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift4 img{
	width:120%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift5 img{
	width:110%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift6 img{
	width:52%;
}



.mainPageWrapper .giftBox ul{
	list-style: disc;
	margin-left: 40px;
}

.mainPageWrapper .giftBox ul li{
	line-height: 1.5;
}

/* 各禮物位置 */
.mainPageWrapper .giftBoxWrapper .giftBox.withPic.omronOne{
	margin-top: 0;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.omronTwo{
	margin-top: 0;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.hotelTix{
	margin-top: 0%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.backpack{
	position: relative;
	top:0;
	left: 0;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.playTix{
	margin-top: 0;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.cookie{
	margin-top:0;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.book{
	margin-top: 0;
}


.mainPageWrapper .giftBoxWrapper .giftRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.mainPageWrapper .giftBoxWrapper.set2025 .giftRow img{
	width: 100%;
	height:auto;
}

.mainPageWrapper .giftBoxWrapper .giftRow.firRow{
	margin-bottom: 0px;
}


.awardTextBox{
	width:100%;
	display: block;
	text-align: center;
	margin-bottom:1rem;
}

.awardTextBox img.awardText{
	width:70%;
	height: auto;
}

/*
.mainPageWrapper .giftBoxWrapper .giftBox.withPic.omronOne{
	top:10%;
	left: 20%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.omronTwo{
	top:20%;
	left: 30%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.hotelTix{
	top:-30%;
	left: 60%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.playTix{
	top:60%;
	left: 70%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.cookie{
	top:40%;
	left: 80%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.book{
	top:80%;
	left: 50%;
}
*/


.donateWay{
	padding: 20px 0;
	border-top: 2px dotted #fff;
}



.donateWay ul{
	margin-left: 0px;
	list-style: none;
}

.donateWay ul li{
	line-height: 1.5;
	
}


.donateWay ul li .donaeRow{
	display:block;
	margin-bottom:35px;
}


.donateWay ul li .donaeRow .donateIcon{
	width:50px;
	height:auto;
}

.donateWay ul li .donaeRow .donateIcon img{
	width:100%;
	height:auto;
}


.donateWay ul li h3{
	margin-bottom: 10px;
}


.donateWay ul li h3 a:link, .donateWay ul li h3 a:visited {
	color: #201a77;
	text-decoration: none;
}

.donateWay ul li h3 a:hover{
	color: #ff3589;
	text-decoration: underline;
}



.donateWay ul li h3 a img{
	width: 15px;
	height: auto;
}

.donateWay ol{
	margin-left: 20px;
}



.donateWay ol li{
	border-bottom: 1px solid #EE8593;
	margin-bottom: 20px;
}

.donateWay.hairDonate ol li{
	border-bottom: 0px;
	line-height: 1.5;
	margin-bottom: 0px;
}

.donateWay ol li h3, .donateWay ul li h3{
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.5;
	color: #ce3959;
}

.donateWay.howTo ul li h3{
	color: #201a77;
}


.donateWay ol li p{
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.6;
}

.donateWay ol li p.sec{
	margin-bottom: 5px;
}


.donateWay.QA{
	border-top:0;
}



.donateWay.QA ol{
	list-style: none;
	margin-left: 0px;
	
}

.donateWay.QA ol li{
	margin-bottom: 20px;
	background: #fff;
	padding: 20px;
	border-bottom: 0;
	border-radius: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 25px;
	position: relative;
}

.donateWay.QA ol li h3{
	margin-bottom: 10px;
}

.donateWay.QA ol li:before{
	content: "Q";
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ce3959;
	color: #fff;
	line-height: 40px;
	font-size: 1.5em;
	text-align: center;
	top:7%;
	left: -1%;
}

.donateWay .borrowPicBox{
	width: 90%;
	position: relative;
}


.donateWay.hairDonate.luckyDrawP ol li p{
	margin-bottom: 10px;
	font-size: 1em;
}
/*
.donateWay .borrowPicBox img{
	position: absolute;
	width: 48%;
	margin-left: 2%;
	border-radius: 50%;
}
*/

.mainPageWrapper.pageFour{
	position: relative;
}

.mainPageWrapper.pageFour .picItemBox{
	position: relative;
	width: 100%;
	height: auto;
}


.mainPageWrapper.pageFour .picItemBox .borrowWigPic_m{
	display: block;
	width: 100%;
	height: auto;
}


.mainPageWrapper.pageFour .picItem{
	position: absolute;
	
	display: none;
	background: red;
	border-radius: 50%;
	box-shadow: 0px 0px 20px #fff;
}

.mainPageWrapper.pageFour .picItem.one{
	width: 280px;
	height: 280px;
	background: url(../images/borrowWigPic1.jpg) no-repeat;
	background-size: 180%;
	background-position: -180px 0px;
	top:5%;
	left: 2%;
	
}

.mainPageWrapper.pageFour .picItem.two{
	width: 200px;
	height: 200px;
	background: url(../images/borrowWigPic2.jpg) no-repeat center center;
	background-size: 220%;
	background-position: -80px -10px;
	bottom:5%;
	right: 2%;
	
}


a.toLuckyDraw{
	width: 100%;
	height: 160px;
	text-decoration: none;
	
	background: #ce3959;
	border:2px solid #ce3959;
	text-align: center;
	padding-right: 0px;
	padding: 5px 15px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   position: relative;
}

a.toLuckyDraw p{
	font-size: 1.5em;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}

a.toLuckyDraw:hover{
	background: #ce3959;
}


a.toLuckyDraw:hover p{
	
	color: #fff;
}


a.toLuckyDraw img{
	position: relative;
	width: 80px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
	height: auto;
	
}

a.toLuckyDraw:hover img{
	position: relative;
	width: 80px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
	height: auto;
}

/* page end ======================================== */


.footer{
	width: 95%;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}


.footer .mainLogo{
	margin-right:0;
	margin-bottom:20px;
}


.footer img.logo{
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}


.footer .sponsorLogo img{
	width:auto;
	height:45px;
	margin:10px;
}

.footer .sponsorLogo img.fuing{
	height:38px;
}


.footer p{
	width: 90%;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.4;
}

.footer .sponsorBox p{
	color:#076874;
	border-top:1px solid #076874;
	border-bottom:1px solid #076874;
	padding:5px 0;
	margin-bottom: .6em;
}

.footer .sponsorBox p::after{
	content: '';
	display:inline-block;
	color:#076874;
}


.noteContent ul{
	list-style: disc;
	margin-left:20px;
}

.noteContent ul li{
	font-size: 0.9rem;
}

/* 手機版 */
.mainBannerWrapper_m{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mainBannerWrapper_m .mainBanner{
	width: 100%;
	height: 0; /* 關鍵：設定高度為 0 */
	padding-bottom:126.39%; /* 關鍵：使用 padding-bottom 設定比例高度 */
	position: relative;
}

.mainBannerWrapper_m .mainBanner #mainPic_m{
	width: 90%;
	height: 90%;
	display: block;
	
	/* 置中元素本體的關鍵屬性 */
	position: absolute;
	top: -30%; 
	left: 50%; /* 設置起點為父元素寬度的 50% */
	transform: translateX(-50%); /* 往左平移自身寬度的 50%，實現精確置中 */
	
	/* 背景圖設定：確保背景圖在 #mainPic_m 內置中 */
	background: url("../images/2025/mainTitleItem1.png") no-repeat center center; /* <--- 關鍵修改: 改為 center center */
	background-size: contain;
	
	opacity: 0;
	z-index: 3;
} 

.mainBannerWrapper_m .mainBanner #mainTitle_m{
	width: 90%; /* 寬度 90% */
	height: 50%; /* 調整為基於寬度 720px 的比例 360px/720px = 50% */
	display: block;
	
	background: url("../images/2025/indexBannerTxt.png") no-repeat center bottom; /* 背景圖置中 */
	background-size: contain;
	position: absolute;
	
	/* 元素水平置中 */
	bottom: 2%; 
	left: 50%; /* 設置起點為父元素寬度的 50% */
	transform: translateX(-50%); /* 往左平移自身寬度的 50% */
	
	opacity: 0;
	z-index: 99;
} 


/* .mainBannerWrapper_m .mainBanner #titlePic_m{
	width: 100%;
	height: 60%;
	display: block;
	background: url("../images/2024/mainTitle.png") no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 48%;
	left:50%;
	transform:translate(-50%,-65%);
	opacity: 0;
	z-index: 5;
}  */

.mainBannerWrapper_m .mainBanner #titlePic_m img{
	width:100%;
	height:auto;
}

/* .mainBannerWrapper_m .mainBanner #titlePic2_m{
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/2024/mainTitleItem5.png") no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 5%;
	left: 0;
	opacity: 0;
	z-index: 2;
}  */

.mainBannerWrapper_m .mainBanner .talkingB{
	width: 40%;
	height: auto;
	position: absolute;
	top: 65%;
	left: 6%;
	z-index: 990;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	opacity: 0;
}

.contentBox.deskTop{
	display: none;
}

.contentBox.mobile{
	display: block;
}

a#triggerMobileMenu{
	text-decoration: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:url("../images/hamburgerBtn.png?v=2.1") no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-size: 100px auto;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
}

a#triggerMobileMenu.toggle{
	background-position-x: right;
}



.mainMenu_m .mbileMenuHambuger a#logoBtn{
	width: 50%;
	height: 50px;
	display: block;
	position: absolute;
	right: 3%;
	background: url(../images/logo.png) no-repeat right center;
	background-size: 95%;
}


.pageBannerWrapper #logoBtn{
	width: 250px;
	height: auto;
	display: block;
	position: relative;
}



.mainWrapperContent .contentBox.gift.mobile {
	margin-left: 0px;
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 5vw;
}

.mainWrapperContent .contentBox.gift.mobile .eventText {
	width: 95%;
	font-size: 1.5em;
	margin: 0 auto;
}

.mainWrapperContent .contentBox.gift.mobile .eventText p {
	position: relative;
	margin-bottom: 15px;
	font-weight: 400;
	width: 95%;
	margin: 0 auto;
}


.mainWrapperContent .contentBox.gift.mobile img.gift.all {
	width: 100%;
	height: auto;
	top: 0px;
	right: 0px;
	z-index: 11;
	position: relative;
	/* margin-bottom: 20px; */
}

.mainWrapperContent .contentBox.gift.mobile a#joinBtn{
	width: 33%;
	height: 0;
	padding-bottom: 28%;
	display:block;
	background: url(../images/joinIn.png?v=2) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: auto;
	left: 1%;
	bottom: auto;
	top: -8%;
	z-index: 14;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transform: rotate(15deg);
} 


