@charset "utf-8";

body {margin: 0; padding:0; background:#f4d19f;background:url("bgbg.jpg?t=1778142235292") left center; overflow-x:hidden; overflow-y:scroll;}
@media screen and (max-width:767px){
	body { width:100%;background:#f4d19f;  }

}
/*全域 套用 */
.for_pc { display:block !important; }
.for_pc2 { display:inline-block !important; }
.for_mobile { display:none !important;}
.for_mobile2 { display:none !important;}
.for_pc2 , .for_mobile2{display:inline-block !important;}


@media screen and (max-width:767px){
	.for_pc { display:none !important;}
	.for_mobile { display: block !important;}
	.for_mobile2 { display: inline-block !important;}
	.for_pc2{display:none !important;}
}

/*滑鼠hover 顯示動畫*/
.hover{
	-webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
	transition: all 0.2s ease;}
.hover:hover{transform:scale(0.97); 
	-webkit-transform:scale(0.97);
    -moz-transform:scale(0.97);
    -ms-transform:scale(0.97);
    -o-transform:scale(0.97);
	filter:brightness(115%);
}

/***透明度動畫 ******/
.opacity{animation:opacity 3s ease;}
@keyframes opacity{
	0%{opacity:0;}
	100%{opacity:1;}	
}


/*全BOX版面*/
.WRAPPER { position: relative;margin: 0 auto;padding:0;width:100%; min-width:1220px; max-width:2000px;overflow: hidden;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; 
background:#f5ebe9;  background-size:100%; }

.WRAPPER img {display:;border:0; vertical-align:top;}
.WRAPPER a { text-decoration:none;  display:block;}
.WRAPPER .Area{ margin:0 auto; position:relative;width:100%;}
.WRAPPER .Area .mainArea {display:block;margin:0 auto;padding:0; width:1220px;position:relative;}

@media screen and (max-width:767px){
	
	.WRAPPER { min-width:100%;max-width:100%;background:#f5ebe9 top center scroll;  background-size:300%;}
	.WRAPPER .Area .mainArea {width:100%;}
}
		
		
/********header logo***************************/			
.logoBox{width:100%;margin:0 auto; padding:12px 0px; position:relative;overflow:hidden;background:#cf718f; z-index:2;}	
.logoBox .momologo{width:350px;height:42px; display:block;overflow:hidden;margin-left:30px;float:left;}	
.logoBox .momologo .Home{width:62%;float:left;height:100%;background:url(logo_mo.png?t=1778142235292) right center no-repeat;}	
.logoBox .momologo .Page{width:38%;float:left;height:100%;background:url(logo_tv.png?t=1778142235292) left center no-repeat; }
/*.logoBox .momologo .Home:hover{background:url(logo_mo_1.png?t=1778142235292) right center;}*/
.logoBox .momologo .Page:hover{background:url(logo_tv_1.png?t=1778142235292) left center;}



/*************bgbgbgbgbgbgbgbg****************************************************************************/

.Area.cut00{position:absolute; width:100%;top:10px;left:0px; height:820px; overflow:hidden; background:url(bgbg.jpg?t=1778142235292) top center no-repeat; }
.Area.cut001{position:fixed; width:100%;top:0px;left:0px; height:100%; overflow:hidden;
	background:linear-gradient(top , rgba(240,203,138,1) 20% , rgba(160,205,184,0) 100% );  /*background: url(kv_03.jpg?t=1778142235292) bottom center no-repeat;  background-size:auto; */}
/*.Area.opacity_bg{ width:100%;height:400px;position:absolute; top:951px;left:0px;  
	background:-webkit-linear-gradient(top, rgb(245 235 233) 20%, rgba(160, 205, 184, 0) 100%);
	background:-moz-linear-gradient(top, rgb(245 235 233) 20%, rgba(160, 205, 184, 0) 100%); 
	background:linear-gradient(top, rgb(245 235 233) 20%, rgba(160, 205, 184, 0) 100%); 

}*/

.shape_bg{width:100%;height:120%;position:absolute;z-index:0;top:5%; left:0%; background-size:auto;background-position:center top; opacity:1; 
	background-position:top center; pointer-events:none;transition: 0.5s linear;
    pointer-events: none;}

.Area.float_bg{position:absolute;width:2000px; height:150%; left:50%; margin-left:-1000px;top:300px;z-index:0;opacity:1;
	background-position:bottom center; pointer-events:none; background-attachment:fixed;}

@media screen and (max-width:767px){
	
	.Area.cut00{position:absolute; width:100%;height:100%; top:30px;left:0px; height:100%; overflow:hidden; background:url(bgbg1.jpg?t=1778142235292) scroll top center repeat-x; background-size:100%; }
	.Area.cut001{position:fixed; width:100%;top:0px;left:0px; height:100%; overflow:hidden;  
		/*background:linear-gradient(top , rgba(160,205,184,1) 20% , rgba(160,205,184,0) 100% );background: url(kv_03_m.jpg?t=1778142235292) bottom center ;  background-size:100%; */}

	.Area.opacity_bg{ width:100%;height:200px;position:absolute; top:190vw;left:0px; /*background:#f7e5d7; */
	/*background:-webkit-linear-gradient(top , rgba(240,203,138,1) 20% , rgba(160,205,184,0) 100% ); 
	background:-moz-linear-gradient(top , rgba(240,203,138,1) 20% , rgba(160,205,184,0) 100%); 
	background:linear-gradient(top , rgba(240,203,138,1) 20% , rgba(160,205,184,0) 100% );*/  

	}

}	
	
/*********主視覺*****************************************************/	

.Area.cut01{position:relative;height:820px;  overflow:hidden; z-index:2; }
.Area.cut01 .pic_03{width:2000px;position:absolute; left:50%; margin-left:-1000px; top:0px;animation:pic3 2.5s infinite ease;}
.Area.cut01 .float_1{width:2000px;position:absolute; left:50%; margin-left:-1000px; top:0px;/*animation: floewr 7s infinite ease;*/}

@keyframes floewr{
	0%,100% {transform: translateY(4%);}
	50% {transform: translateY(-4%);}
}
.Area.cut01 .mainArea{width:1220px;  margin:0px auto 0 auto;height:900px; background:;position:relative;overflow:hidden; }
.Area.cut01 {position:relative; z-index:1;}

.Area.cut01 .title_box{display:block;width:460px; margin:170px 0 0 50px;overflow:hidden; position:absolute;z-index:3; }
.Area.cut01 .title_box img.picBg{display:block;width:100%;}

.Area.cut01 .pd_box{ width:1220px;position:absolute; left:1%;  top:20px; z-index:2;}
.Area.cut01 .pd_box .pd{ width:100%;position:absolute; left:0%;  top:0px; }
.Area.cut01 .pd_box .pd.pd02{ width: 60%;  top: 240px; left: 420px; animation:pd02 1s linear; }
.Area.cut01 .pd_box .pd.pd01{ width: 54%; top: 60px; left: 440px; animation: pd01 1s linear; z-index: -1; }

@keyframes pd02{
	0%{transform: translateY(-5%); opacity:0.5; filter:brightness(0%) ;}
	100%{transform: translateY(0%); opacity:1;  filter:brightness(100%) ;}
}
@keyframes pd03{
	0%{transform: translateY(5%); opacity:0.5; filter:brightness(0%) ;}
	100%{transform: translateY(0%); opacity:1;  filter:brightness(100%) ;}
}
@keyframes pd01{
	0%{opacity:0;}
	100%{opacity:1;}
}

@keyframes pic3{
	0%{opacity:1; filter:brightness(150%) ;}
	50%{opacity:0; filter:brightness(100%) ;}
	100%{opacity:1; filter:brightness(150%) ;}
}


@media screen and (max-width:767px){
	.Area.cut01{margin-bottom:0vw; width:100%;height:105vw;background:; }	
	.Area.cut01 .mainArea{width:100%;margin:0px auto 0 auto;position:relative;left:auto; margin-left:0px;height:100%;}
	.Area.cut01 .title_box{display:block;width:100%; margin:2vw auto 0 auto;animation:title_box 0.8s ease; padding-left:3px;}
	.Area.cut01 .title_box img.picBg{display:block;width:100%;}
	.Area.cut01 .float_1{width:100%; z-index:1;  left:0%; margin-left:0px; top:53vw;}
	.Area.cut01 .pd_box{ width:100%;position:absolute; left:0%;  top:2%; z-index:2;}
	.Area.cut01 .pd_box .pd.pd02{ width: 90%; top: 24vw;  left: 10%; animation:pd02 1s linear; }
	.Area.cut01 .pd_box .pd.pd01{ width: 100%; top: 40vw; left: 0; top: 0; animation: pd01 1s linear; z-index: -1; }
	
	.Area.cut01 .m_bg{width:100%;animation:pic2 0.5s linear;}
	.Area.cut01 .momologo{position:absolute;width:30%;top:0%; left:0%; z-index:2;}
	
	@keyframes title_box{
		0%{transform: translateY(10%); opacity:0;}
		50%{transform: translateY(10%); opacity:0;}
		100%{transform: translateX(0%); opacity:1;}
	}
	
}	


	
/*****************************************************************************************/

.Area.cut02{ padding-bottom:0px; margin-top:-100px;position:relative; z-index:2;}
.Area.cut02 .circleBox1{ 
width:90%;height:450px; position:absolute;top:150px;left:5%;
	/*background:-webkit-radial-gradient(rgba(15,50,145,1) 0% , rgba(15,50,145,0) 60% ); 
	background:-moz-radial-gradient(top , rgba(15,50,145,1) 0% , rgba(15,50,145,0) 60%); 
	background:radial-gradient(top , rgba(15,50,145,1) 0% , rgba(15,50,145,0) 60% ); */
}

.Area.cut02 .mainArea {width:1220px; margin:0 auto 20px auto;/*background:url(kv_08.png?t=1778142235292) 0% 0% no-repeat;  background-size:100%;*/ overflow:hidden;}
.Area.cut02 .btn_title{display:block;width:550px; margin:5px auto 10px auto;}

.Area.cut02 .box{overflow:hidden; width:92%; margin:0px 4% 30px 4%;position:relative; background:;overflow:hidden; padding-left:0px;}
.Area.cut02 .box .btn {position:relative;display:block ; float:left; overflow:hidden; margin-bottom:0px; /*background:#000; opacity:0.7;*/}

.Area.cut02 .box .btn:nth-of-type(1){}
.Area.cut02 .box .btn:nth-of-type(2){}
.Area.cut02 .box .btn:nth-of-type(3){}
.Area.cut02 .box .btn img.btnbg{}
.Area.cut02 .box .count{position:absolute;width:120px;padding:2px 3px; font:400 15px "Century Gothic", Arial, "Microsoft JhengHei";overflow:hidden; background:#5074b7;color:#fff; border-radius:100px; bottom:2%; text-align:center; letter-spacing:0.5px; }
.Area.cut02 .box .count.one{right:7.5%;}
.Area.cut02 .box .count.two{right:5%;}

/**警語**/
.Area.cut02 .warningBox{display:block;width:1100px; overflow:hidden;position:relative;margin:5px auto 20px auto;}
.Area.cut02 .warningBox span{color:#c7edfb;}
.Area.cut02 .warningBox p{ margin:0px; padding:0px ;font-size:16px; letter-spacing:1.5px; line-height:24px; text-align:center; font-weight:800;color:#280900;}
.Area.cut02 .warningBox a{ display:inline-block;text-decoration:underline;color:#ae0000;letter-spacing:1px;}



@media screen and (max-width:767px){
	.Area.cut02{ padding-bottom:0vw;margin-bottom:0vw;margin-top:-5vw; background:none;}	
	.Area.cut02 .mainArea{width:100%;margin:0 auto 0vw auto; background:none;}
	.Area.cut02 .btn_title{display:block;width:540px; margin:30px auto 15px auto;}
	.Area.cut02 .box {width:100%; margin:0px auto -1vw auto;  padding-left:0px;padding-top:1.5vw; padding-bottom:5px;}
	.Area.cut02 .box .bg_02{width:100%;}
	.Area.cut02 .box .btn{position:absolute;display:block;margin-bottom:0px; }
	.Area.cut02 .box .btn.one {width:35%;height:72%; top:22%; left:3%;}
	.Area.cut02 .box .btn.two {width:32%; height: 72%; top: 22%; left: 38%;}
	.Area.cut02 .box .btn.three {width:22%; height:36%; top:18%; right:6%;}
	.Area.cut02 .box .btn.four {width:22%; height:36%; top:56%; right:6%;}
	
	.Area.cut02 .warningBox{width:93%;padding-bottom:2vw;margin:1.5vw auto 0 auto;}
	.Area.cut02 .warningBox p{width:100%;margin:1px auto 0px auto; font-size:3vw;letter-spacing:0.5px;line-height:4.5vw; text-align:left; }
	.Area.cut02 .warningBox a{ display:inline-block;}
	
	.Area.cut02 .box .count{position:absolute;width:23%; padding:1.5px 1px;  font:400 3vw "Century Gothic", Arial, "Microsoft JhengHei"; bottom:3%; text-align:center; letter-spacing:0px; }
	.Area.cut02 .box .count.one{right:auto; left:9.5%;}
	.Area.cut02 .box .count.two{right:auto; left:43%;}

}



/****************************精選活動  輪播**************************/

.Area.cut03{ padding:0px 0px 40px 0px; padding-top:20px; overflow:hidden;position:relative;}
.Area.cut03 .mainArea {padding:10px 0px 10px 0px; background-size:100%; background-repeat:no-repeat;}
.activeOut{width:850px;position:relative;margin:10px auto 0 auto;z-index:2;overflow:hidden;padding-bottom: 30px;}
.activeOut .active_box{width:95%;margin:6px auto 6px auto; position:relative;}
.activeOut .box_acty{overflow:hidden;border: 3px solid #fff;box-shadow: 0px 0px 0px 4px #be6384; background: #be6384;border-radius: 20px;}
.activeOut .box_acty .swiper-wrapper{width:100%;} 
.activeOut .box_acty .swiper-wrapper  .swiper-slide{display:block; margin:0vw 0vw 0vw 0vw ;} 
.activeOut .box_acty .swiper-wrapper  .swiper-slide  img{width:100%;display:block;} 

.activeOut  .bank_box8{width:24%;display:block;margin: 0.5% 0.5%; float:left; overflow:hidden; position:relative;z-index:2;}
.activeOut  .bank_box8 img{display:block;width:100%;}

.activeOut .button { background-color:rgba(255,255,255,0.9); box-shadow:0 0 0 10px rgba(255,255,255,0.9), 0 0 15px 10px rgba(0,0,0,0.1); position:absolute;top:135px;}
.activeOut .swiper-button-next, 
.activeOut .swiper-button-prev {display:block;opacity:0;}
.activeOut .swiper-button-next,
.activeOut .swiper-button-prev {}
.activeOut:hover .swiper-button-next, 
.activeOut:hover .swiper-button-prev { display: block;opacity:1;}
.activeOut .swiper-button-next{
     right: 12px !important; 
}
.activeOut .swiper-button-prev  {
    left: 12px !important; 
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -23px !important;
    width: 100%;
}

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

	.Area.cut03{ padding-bottom:2vw;padding-top:2vw;}
	.Area.cut03 .mainArea {padding:3vw 0px 3vw 0px; background-image:none ! important;}
	.activeOut{width:96%;margin:0vw auto 0 auto;padding-bottom:0vw;padding-left:0px;}
	.activeOut .active_box{width:96%;padding-bottom:2vw;margin: 0.8vw auto 0px auto;}
	.activeOut .box_acty{border-width:1px;border: 0.5vw solid #fff;box-shadow: 0px 0px 0px 0.5vw #be6384;border-radius: 2.5vw;}
	.activeOut .box_acty .swiper-wrapper{width:100%;border-width:0.3vw;} 
	.activeOut .box_acty .swiper-wrapper  .swiper-slide{display:block; margin:0vw 0vw 0vw 0vw ;} 
	.activeOut .box_acty .swiper-wrapper  .swiper-slide  img{width:100%;display:block;} 

	.activeOut  .bank_box8{width:24.5%;margin:0.8% 0% 0% 1.8vw;}
	.activeOut .swiper-button-next, 
	.activeOut .swiper-button-prev {display:none;opacity:0;}
	.activeOut .swiper-button-next,
	.activeOut .swiper-button-prev {}
	.activeOut:hover .swiper-button-next, 
	.activeOut:hover .swiper-button-prev {display:none;opacity:0;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -5px !important;
		width: 100%;
	}
	.swiper-pagination-bullet { width: 6px; height: 6px;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:3px}	
	.Area.cut03 .brightnessbg{display:block;height:35vw;z-index:0;}

}


.btn_99{display:block; width:320px; margin:50px auto 50px auto; z-index:9; position:relative;}
.btn_99 img{ width:100%; }
@media screen and (max-width:767px){
	.btn_99{display:block; width:55%; margin:5vw auto 5vw auto;}
	
}




/*****************************************************************/

.apple_txt{text-align:center; width:100%; padding:20px 0px; margin:30px 0px;color:#000;font-size:14px; background:;  position:relative;}
.apple_txt p{width:90%;display:block;margin:0 auto;}	
@media screen and (max-width:767px){
	.apple_txt{padding:5vw 0vw 10vw 0vw; font-size:12px; margin:0px 0px; }
	
}	


/*********浮層框***********************/		
	
.blackBox.agree_more .box .content {width:100%; margin:0 auto;display:block;/*overflow-y:scroll;overflow-x:hidden; */max-height:600px;}/*max-height要設定-給抽mo幣查詢用*/
.blackBox.agree_more .box .content p{text-align:center;font-size:20px;  margin:0px 0px 10px 0px;}
.blackBox.agree_more .box img.pic{ display:block;  width: 90%;margin:10px;margin-left:-20px; float:none;}

.blackBox.agree_more .box   ul{ width: 100%;list-style: none; overflow: hidden; padding: 0; margin:0; background-color: #eee;}
.blackBox.agree_more .box   ul  li{width: calc(100%/2); float: left; text-align: center; font-size:19px; font-family:"微軟正黑體";color: #333;padding:11px 0px;cursor:pointer; font-weight:bold;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}


.blackBox.agree_more .box   ul.menuBox2  li span{display:inline-block;color: #333; }
.blackBox.agree_more .box   ul.menuBox3  li span{display:block;color: #333; }
.blackBox.agree_more .box   ul li.click{background:#f51490; color:#fff;}
.blackBox.agree_more .box   ul li.click span{color: #fff;}


.tab{padding:8px 5px !important; }
.tab01{font-weight:bold;color:#000;width:150px;}
.tab02{padding:10px 5px !important; width:150px;}
.tab.tab02 a{background:#f51490;color:#fff; padding:3px 12px; border-radius:50px;display: inline-block;margin:3px 5px;}
.tab.tab02 img{width:40%;}
.tab.tab03 a{background:#f51490;color:#fff; padding:3px 12px; border-radius:50px;display: inline-block;margin:3px 5px;}
.tab.tab03{text-align:left !important; }

.blackBox tr{padding:5px 0px; }
.blackBox td{padding:10px 0px;}


@media screen and (max-width:767px){
	
	.blackBox.agree_more .box .content{width:100%; margin-top:1.5vw;max-height: 420px;}
	.blackBox.agree_more .box .content p{text-align:center;font-size:16px; margin:0px 0px 10px 0px;}
		
	.blackBox.agree_more .box  img.pic{width: 100%;margin:5px;margin-left:-15px;margin-bottom:15px; float:none;}
	.blackBox.agree_more .box  img.pic.other{width: 100%;}
	.blackBox.agree_more .box  ul  li{float:left; text-align: center; font-size:1.01em;padding:2.4vw 0px;letter-spacing:-0.5px;font-weight:bold;}
	
	.blackBox.agree_more .box  img{ display:block; margin:2vw auto; float:none;}
	.blackBox.agree_more .box  img.pic{width: 100%;}
	.tab01{width:22%;}
	.tab02{width:18%;}
	.tab03{width:55%;}
	.tab.tab02 a{padding:5px 15px; }
	.tab.tab02 img{width:65%;}
	
	.blackBox.agree_more .box   ul.menuBox2  li span{display:block;font-size:0.9em;}
	


}	


	
