/* 各頁面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;}
}




/*momocard內容*/
@media screen and (min-width: 768px) {
.momocard{height:1165px ;}
.momocard img{width:90% ;}

.btn1{z-index: 1;position: absolute;top:0px;left:0px}
.btn1_con{z-index: 2;position: absolute;top:137px;left:158px;width: 68%;}

.btn2{z-index: 1;position: absolute;top:370px;left:0px}
.btn2_btn{z-index: 2;position: absolute;top:995px;left:230px}
.btn2_btn a:hover{padding:5px 0 5px 0 ;}
}

@media screen and (max-width: 767px) {
	.momocard{height:127vw ;}
	.momocard img{width:98% ;}
	.btn1{z-index: 1;position: absolute;top:0;left:0}
	.btn1_con{z-index: 2;position: absolute;top:14vw;left:14.5vw;width: 75%;}
	
	.btn2{z-index: 1;position: absolute;top:40vw;left:0}
	.btn2_btn{z-index: 2;position: absolute;top:110vw;left:0vw}
	.btn2_btn a:hover{padding:5vw 0 5vw 0 ;}
	.btn2_btn img{width:55% ;}

}



/*調整區隔bg*/

	.Area_boxstyle.Area_boxstyle--hasBackdrop {
        margin: 90px auto 150px;
    }
	@media screen and (max-width: 767px) {	
		
	.Area_boxstyle.Area_boxstyle--hasBackdrop {
        margin: 9vw auto 15vw;
    }

}


.Area_boxstyle.Area_boxstyle--hasBackdrop .Area_boxstyle_box {
	background: url(Area_boxstyle_top_hasbg.png?t=1750039308287)  no-repeat !important;
}

@media screen and (max-width: 767px) {	
	.Area_boxstyle.Area_boxstyle--hasBackdrop .Area_boxstyle_box {
		background: url(m_Area_boxstyle_top_hasbg.png?t=1750039308287)  no-repeat !important;background-size: 100% !important;
	}
	
}


@media screen and (max-width: 767px) {	
.danji-pd-foot {
	color: var(--foot-color);
	background: var(--foot-bg);
	font-size: 0.64rem !important;
	padding-block:.25rem}
}
