/* 2041127 */
.couponzone .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.couponzone .main_top_image {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
}

.image_pc {
	display: block;
}

.image_mobile {
	display: none;
}

.couponzone .btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 670px;
	gap: 30px;
	margin: 0 auto 60px;
}

.couponzone .btn-group .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 10px !important;
	font-size: 18px;
	font-family: "Spoqa Han Sans Neo", sans-serif;
	font-weight: 700;
}

.couponzone .btn-group .btn i {
	display: inline-block;
	margin-left: 8px;
	margin-top: 1px;
}

.couponzone .btn-group .btn i img {
	display: inline-block;
	width: 14px;
	height: 16px;
}

.btn_primary {
	background-color: #695fbf;
	color: #fff;
}

.btn_outline_light {
	background-color: #fff;
	color: #695fbf;
	border-color: #695fbf;
}

.benefit_sec {
	display: block;
	width: 100%;
	padding: 32px 16px 80px;
}

.benefit_sec.coupon_01 {
	background-color: #faf9ff;
}

.benefit_sec.coupon_02 {
	background-color: #fff;
}

.benefit_sec.coupon_03 {
	background: #313131 url("/content/images/pages/coupon/bg_03.svg") repeat-x center / auto 100%;
}

.benefit_sec .title_wrap {
	margin-bottom: 40px;
}

.benefit_sec .title_wrap .title {
	display: block;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.benefit_sec .title_wrap .title_img {
	display: block;
	width: 100%;
	height: 86px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	text-indent: -99999px;
	margin-bottom: 2px;
}

.coupon_01 .title_wrap .title {
	color: #4f26a5;
}

.coupon_01 .title_wrap .title_img {
	background-image: url("/content/images/pages/coupon/coupon_tit_01.png");
}

.coupon_02 .title_wrap .title {
	color: #1f34a8;
}

.coupon_02 .title_wrap .title_img {
	background-image: url("/content/images/pages/coupon/coupon_tit_02.png");
}

.coupon_03 .title_wrap .title {
	color: #bcffc6;
}

.coupon_03 .title_wrap .title_img {
	background-image: url("/content/images/pages/coupon/coupon_tit_03.png");
}

.benefit_sec .content_wrap {
	display: grid;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
}

.benefit_sec .coupon_item {
	position: relative;
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.benefit_sec .coupon_item .coupon_info {
	flex: 1;
	display: inline-flex;
	flex-direction: column;
	width: 78%;
	padding: 30px;
	box-sizing: border-box;
}

.benefit_sec .coupon_info > span,
.benefit_sec .coupon_info > p {
	line-height: 1.1;
	display: block;
}

.benefit_sec .coupon_info .title {
	height: 40px;
	margin-bottom: 14px;
}

.benefit_sec .coupon_info .title,
.benefit_sec .coupon_info .title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 400;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
}

.coupon_info .discount {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.coupon_info .discount strong {
	display: inline-block;
	font-size: 1.33em;
	font-weight: inherit;
}

.coupon_info .info {
	font-size: 16px;
	font-weight: 400;
	color: #787878;
}

.coupon_info .info:last-child {
	margin-top: 6px;
}

.benefit_sec .coupon_item .coupon_type {
	position: relative;
	width: 22%;
}

.coupon_type .center_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.download .center_txt i {
	display: block;
	width: 27px;
	height: 32px;
	background: url("/content/images/icon/ico_coupon_get_w.png") no-repeat center / contain;
	margin: 0 auto 12px;
	text-indent: -99999px;
	font-size: 24px;
}

.center_txt span {
	display: block;
	white-space: nowrap;
	color: #fff;
	font-size: 24px;
}

.download .center_txt span {
	font-size: 16px;
}

.coupon_01 .coupon_item {
	border: 1px solid #7d55cf;
}

.coupon_01 .coupon_type {
	background: #7d55cf;
	background: url("/content/images/pages/coupon/type_p.svg") no-repeat top left / cover;
}

.coupon_02 .coupon_item {
	border: 1px solid #5670ff;
}

.coupon_02 .coupon_type {
	background: #5670ff;
	background: url("/content/images/pages/coupon/type_b.svg") no-repeat top left / cover;
}

.coupon_03 .coupon_item {
	border: 1px solid #4fd061;
}

.coupon_03 .coupon_type {
	background: #4fd061;
	background: url("/content/images/pages/coupon/type_g.svg") no-repeat top left / cover;
}

.couponzone .notice_sec {
	background-color: #f3f3f3;
	padding: 50px 16px;
}

.couponzone .notice_sec .inner {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}

.couponzone .notice_sec .title {
	font-size: 24px;
	font-weight: bold;
}

.couponzone .info_dot p {
	color: #ababab;
}

@media (max-width: 768px) {
	.image_pc {
		display: none;
	}

	.image_mobile {
		display: block;
	}

	.couponzone .main_top_image {
		margin-bottom: 20px;
	}

	.couponzone .btn-group {
		padding: 0 16px;
		margin-bottom: 30px;
		gap: 15px;
	}

	.couponzone .btn-group .btn {
		height: 45px;
		font-size: 14px;
		border-radius: 5px !important;
	}

	.couponzone .btn-group .btn i img {
		width: auto;
		height: 14px;
	}

	.benefit_sec {
		padding: 30px 20px 40px;
	}

	.benefit_sec .title_wrap {
		margin-bottom: 20px;
	}

	.benefit_sec .content_wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.benefit_sec .title_wrap .title_img {
		height: 43px;
	}

	.benefit_sec .title_wrap .title {
		font-size: 18px;
	}

	.benefit_sec .coupon_item .coupon_info {
		padding: 20px;
	}

	.benefit_sec .coupon_info .title {
		height: 32px;
		font-size: 12px;
	}

	.coupon_info .discount {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.coupon_info .discount strong {
		font-size: 28px;
	}

	.center_txt span {
		font-size: 16px;
	}

	.download .center_txt span,
	.coupon_info .info {
		font-size: 12px;
	}

	.benefit_sec .coupon_info .title span {
		font-size: 12px;
	}

	.coupon_info .info:last-child {
		margin-top: 2px;
	}

	.download .center_txt i {
		width: 18px;
		height: 21px;
		margin: 0 auto 6px;
	}
}

/* 20241220 psh*/

.disabled.coupon_item,
.disabled .coupon_type {
	filter: grayscale(80%);
	pointer-events: none;
}

.disabled .coupon_info p {
	color: #777;
}

/* 20241227 psh */
.couponzone_btn {
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 40px auto 0;
}

.couponzone_btn span {
	position: absolute;
	text-indent: -9999px;
}

.benefit_sec.app_download_sec .link_wrap {
	display: flex;
	max-width: 670px;
	flex-direction: row;
	gap: 30px;
	margin: 48px auto;
}

.app_link_button {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 10px;
	background-color: #000;
	color: #fff;
	font-family: "Spoqa Han Sans Neo", "Noto Sans KR", "Malgun Gothic", "Montserrat", Tahoma, Helvetica, AppleGothic, Helvetica, Sans-serif;
	box-sizing: border-box;
	padding: 12px 10px 10px;
}

.app_link_button > img {
	flex: none;
	width: 28px;
}

.app_link_button > p {
	margin-left: 8px;
	font-size: 18px;
}

.app_link_button > p strong {
	font-size: 20px;
}
.app_link_button > p em {
	font-size: 16px;
}

@media (max-width: 767px) {
	.benefit_sec.app_download_sec .title {
		width: 197px;
		margin: 0 auto;
	}

	.benefit_sec.app_download_sec .link_wrap {
		gap: 15px;
		margin: 20px auto;
	}
	.app_link_button > img {
		width: 18px;
	}
	.app_link_button > p {
		margin-left: 4px;
		font-size: 13px;
	}

	.app_link_button > p strong {
		font-size: 13px;
	}
	.app_link_button > p em {
		font-size: 12px;
	}
}
