/*
Modal*/
.remodal.remodal-sale{
	max-width: 450px;
	padding: 0;
}
.modal-default_wr.modal-default-sale{
	padding: 0;
}
.sale-modal{
	cursor: pointer;
}
.wr-modal-sale{
	padding: 30px 30px 10px 30px;
	/*  margin-left: -20px;*/
}
.list-modal-sale{
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	margin-left: -20px;
	/*gup:20px*/
}
.modal-img-sale{
	width: 100%;
	height: auto;
	margin-bottom: -7px;
}
.modal-sale-link{
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	transition: all .3s ease;
	width: calc(50% - 20px);
}
.modal-sale-link:hover{
	transform: translateY(-4px);
}
.close-modal {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 100;
	background-image: url(/modal_sale/close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.close-modal:hover {
	transform: rotate(90deg);
}