/* 各頁面CSS */

/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }




/*momo幣這裡用*/
@media screen and (min-width: 768px) {
	.Area_grabmoney_coupon .PD_layout ul { padding: 0 25px; grid-gap: 15px;}
	.Area_grabmoney_coupon .PD_layout img {	border-radius: 10px;}
}
@media screen and (max-width: 767px) {
	.Area_grabmoney_coupon .PD_layout ul { grid-gap: 1.8vw;}
	.Area_grabmoney_coupon .PD_layout img { border-radius: .5em;}

}	
	
#move{width:100%; list-style:none;overflow:hidden; padding:0px; margin:0px auto 0 auto;padding-bottom:50px; padding-left:0px; text-align:center;}
#move li{list-style:none; padding:0px;display:inline-block;text-align:center; width:165px; margin:1% 0%; opacity:1;position:relative;}
#move li:last-child{padding-right:0px; }
#move li a{ width:100%;display:block;}
#move li a img{ width:100%;display:block;}
.hover{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}
.hover:hover{transform:scale(0.95); 
	-webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    -o-transform:scale(0.95);
	filter:brightness(100%);
}

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

	#move{width:106%; padding:0px; margin:0px auto 0 -3%;padding-bottom:2vw; text-align:center;padding-left:0%; }
	#move li{list-style:none; padding:0px;width:22.5%; margin:0.2% 0.1%;}

}


@media screen and (max-width: 767px) {
    .acty .PD_layout.PD_layout-D1_02B .PD h4 {
        font-size: 4vw !important; 
        margin: 0 0 0 2vw;
    }
	
	.acty__el acty__el--4 .swiper-pagination {
        bottom: 4px;
        width: 100% !important; 
        text-align: center;
		z-index: 6;
        /* letter-spacing: 2pt; */
    }
}
