.month_next_ad.d-none {
	display: none !important;
}

.month_ad.d-none {
	display: none !important;
}



/*********************↓彈跳廣告CSS寫在這裡↓******************/



@media screen and (max-width: 991px) {}

@media screen and (max-width: 575px) {}

/*********************↑#END_彈跳廣告CSS寫在這裡↑******************/

/*animate*/

.btn_a {
	-webkit-animation: tada 1;
	animation: tada 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.btn_a:hover img {
	transform: scale(1.1, 1.1);
}