/* 各頁面CSS */

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

/*調按鈕*/
.btn_alert_danji { top: 19%; }


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

/*可拖移廣告icon*/
.Area_hammerAD { z-index: 300; display: none; position: fixed; bottom: 0; right: 0; transform: translate3d(0,200px,0); /*background-color: rgba(0,0,0,0.5);*/}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto;}
.Area_hammerAD .closeButton a { display:block; cursor:pointer; position:absolute; width:20px; height:20px; border-radius:50%; font:bold 20px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5); text-decoration: none; z-index:2}
    @media screen and (min-width:768px){
      .Area_hammerAD { display: block; width: 200px; right: 50%!important; margin-right: -820px; transform: translate3d(0,-20px,0)!important;}
		.Area_hammerAD img { width: 75%; height: auto;}
		.Area_hammerAD .closeButton a { display: none;}
    }
    @media screen and (max-width:767px){
        .Area_hammerAD { display: block; width: 22%;}
        .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
    }
    .agree_more3 .agreeArea { top: 10vh !important; }

/*按鈕*/
@media screen and (min-width: 768px) {
  .btn_box {margin: 0 auto 0 auto;}
	.btn_bg{position: absolute;}
  .btn_box .btn01{padding:76px 0 0 0;}
}
@media screen and (max-width: 767px) {
  .btn_box {margin: 0 auto 0 auto;}
	.btn_bg{position: absolute;}
  .btn_box .btn01{padding: 8vw 0 0 0;}
}
    
