.pop_down_coupon .coupon_list {
	display: flex;
	flex-direction: column;
	margin: 0;
	border-top: 0;
}

.pop_down_coupon .table_detail th,
.pop_down_coupon .table_detail td {
	border-right: 1px solid #e2e2e2;
	text-align: center;
}

.pop_down_coupon .table_detail td:first-child {
	text-align: left;
}

.pop_down_coupon .btn_down_coupon span {
	display: inline-block;
}

.btn_down_coupon span:before {
	display: inline-block;
	margin-right: 8px;
	width: 15px;
	height: 14px;
	background: #fbfbfb url(/content/images/icon/icon_down01.png) no-repeat center / 15px auto;
	content: "";
}

.coupon_guide {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	color: #333;
	text-align: center;
}

.coupon_guide strong {
	color: #000;
}

.pop_down_coupon {
	top: unset;
}

@media (min-width: 768px) {
	.pop_down_coupon .modal-content {
		width: 100%;
		max-width: 800px;
	}
}

@media (max-width: 767px) {
	.pop_down_coupon .coupon_list {
		overflow-y: auto;
	}

	.btn_down_coupon {
		margin-bottom: 20px;
	}

	.coupon_guide {
		margin: 10px 0 30px;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.4;
	}

	.modal .coupon_list .list_area {
		margin: 0;
	}
}
