.renew_side_ad {
	position: sticky;
	top: 100px;
}
.renew_side_ad img {
	/* max-width: 250px; */
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}

/* scroll Button */
.upDown {
	display: flex;
	justify-content: center;
	gap: 0 10px;
}

/* landmarket */
.renew_side_ad.landmarket .wrap{
	max-width: 200px;
	border: 1px solid #ccc;
}
.renew_side_ad.landmarket .banner_a{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.renew_side_ad.landmarket .banner_a img{
	display: block;
	width: 100%;
	height: 100%;
}
.renew_side_ad.landmarket .banner_a img:hover {
	transform: scale(1.1);
	transition: 0.2s ease-in-out;
}
.renew_side_ad.landmarket .landmarket_logo {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 5px;
}
.renew_side_ad.landmarket .landmarket_logo img{
	width: 100px;
}
.renew_side_ad.landmarket .landmarket_logo span{
	background-color: #FA5C1B;
	color: #fff;
	padding: 5px;
	border-radius: 8px;
}

/* abko */
.renew_side_ad.abko .wrap{
	width: 250px;
	height: 800px;
}
.renew_side_ad.abko .banner_a img{
	display: block;
	width: 100%;
	height: 100%;
}

/* hellofans */
.renew_side_ad.hellofans .wrap{
	width: 250px;
	height: 800px;
}
.renew_side_ad.hellofans .banner_a img{
	display: block;
	width: 100%;
	height: 100%;
}

/* market_law */
.renew_side_ad.market_law .wrap{
	width: 250px;
	height: 800px;
}
.renew_side_ad.market_law .banner_a img{
	display: block;
	width: 100%;
	height: 100%;
}

/* massagebooking */
.renew_side_ad.massagebooking .wrap{
	width: 200px;
	height: 800px;
}
.renew_side_ad.massagebooking .banner_a img{
	display: block;
	width: 100%;
	height: 100%;
}

