.special_price_pop.show {
	display: inline-block !important;
	height: 100% !important;
}

.special_price_pop .modal-dialog,
.special_price_pop .modal-dialog .modal-content {
	width: auto;
}

.special_price_pop .modal-body {
	padding: 0;
}

.special_price_pop .content_wrap {
	position: relative;
	width: auto;
}

/* [START] 상품 1개일 경우 */
.cartHidden1 .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 44%;
	height: 10%;
	bottom: 3%;
	left: 5%;
}

.cartHidden1 .content_wrap a:nth-child(2) {
	position: absolute;
	font-size: 0;
	width: 44%;
	height: 10%;
	bottom: 3%;
	left: 51%;
}

/* [END] 상품 1개일 경우 */

/* [START] 상품 2개일 경우 */
/* 특가 보러가기 */
.cartHidden2 .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 54%;
	height: 9%;
	bottom: 3%;
	left: 23%;
}

/* 장바구니 담기 1 */
.cartHidden2 .content_wrap a:nth-child(2) {
	position: absolute;
	text-indent: -9999px;
	width: 44%;
	height: 9%;
	bottom: 15%;
	left: 5%;
}

/* 장바구니 담기 2 */
.cartHidden2 .content_wrap a:nth-child(3) {
	position: absolute;
	text-indent: -9999px;
	width: 44%;
	height: 9%;
	bottom: 15%;
	left: 51%;
}

/* [END] 상품 2개일 경우 */

/* [START] 상품 3개일 경우 */
/* 특가 보러가기 */
.cartHidden3 .content_wrap a {
	position: absolute;
	font-size: 0;
	width: 54%;
	height: 9%;
	bottom: 1%;
	left: 23%;
}

/* 장바구니 담기 1 */
.cartHidden3 .content_wrap a:nth-child(2) {
	position: absolute;
	font-size: 0;
	width: 27%;
	height: 6%;
	bottom: 57%;
	left: 62%;
}

/* 장바구니 담기 2 */
.cartHidden3 .content_wrap a:nth-child(3) {
	position: absolute;
	font-size: 0;
	width: 27%;
	height: 6%;
	bottom: 35%;
	left: 62%;
}

/* 장바구니 담기 3 */
.cartHidden3 .content_wrap a:nth-child(4) {
	position: absolute;
	font-size: 0;
	width: 27%;
	height: 6%;
	bottom: 14%;
	left: 62%;
}

@media (max-width: 767px) {
	.special_price_pop .modal-dialog .modal-content {
		width: calc(100% - 40px);
		max-width: 480px;
	}
}
