/* 단순 가로스크롤 상단 이미지 영역 */

.contents.event .ev-detail-wrap .ev-detail-con .event-benefit-template{
	text-align: unset!important;
}

.mo_br {
	display: none;
}

.img_box_horizontal_scroll {
	width: 100%;
}

.event-benefit-template .c-eyebrow--txt-center.mb24 {
	margin-bottom: 24px !important;
}

.blind-top{
    position: absolute;
    top: 3%;
    left: 1.5%;
}
.blind-bot{
    position: absolute;
    top: 3%;
    left: 1.5%;
}

@media screen and (max-width: 767px) {
	.img_box_horizontal_scroll {
		max-width: 100%;
		width: 100%;
	}

	.img_box_horizontal_scroll img {
		width: calc(740 / 390 * 100vw) !important;
		max-width: calc(740 / 390 * 100vw) !important;
	}

	.event-benefit-template .c-eyebrow--txt-center.mb24 {
		margin-bottom: calc(24 / 390 * 100vw) !important;
	}

.blind-top{
    position: absolute;
    top: 2%;
    left: 4.5%;
}
.blind-bot{
    position: absolute;
    top: 44%;
    left: 1.5%;
}
}

/* 결제혜택 */
.article__content-benefits {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}
.article__content-benefits .benefits__top-area {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 1px rgba(33, 39, 49, 0.15), 0 2px 20px rgba(33, 39, 49, 0.15);
	border-radius: 12px;
	min-height: 275px;
	background: url('/kr/event/2025/12/01_tv_soundbar_set/images/point_bg.png') right 59px bottom 35px/204px no-repeat;
}

.article__content-benefits .benefits__top-area .benefits__top-cont {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	padding: 36px 0 0 32px;
}

.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-badge {
	width: 100%;
	max-width: 83px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	color: #ea1917;
	border-radius: 4px;
	background-color: #fef4f3;
}

.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-title {
	font-size: 24px;
	font-weight: 600;
	color: #111;
	line-height: 1.3333;
}

.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-title .benefits__top-point {
	color: #ea1917;
}

.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-period {
	font-size: 17px;
	font-weight: 400;
	color: #727780;
	line-height: 1.3333;
}

.article__content-benefits .benefits__sub-area ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.article__content-benefits .benefits__sub-area ul::after {
	content: ' ';
	position: absolute;
	top: 168px;
	left: 0;
	width: 100%;
	height: 1px;
	background: repeating-linear-gradient(to right, #8f9298 0 2px, transparent 2px 6px);
}

.article__content-benefits .benefits__sub-area ul li {
	position: relative;
	display: flex;
	width: 50%;
	min-height: 168px;
	padding: 32px;
	flex-direction: column;
	row-gap: 8px;
}

.article__content-benefits .benefits__sub-area ul li:nth-child(odd)::before {
	content: ' ';
	position: absolute;
	top: 24px;
	bottom: 24px;
	right: 0;
	width: 1px;
	height: calc(100% - 48px);
	width: 1px;
	background: repeating-linear-gradient(to bottom, #8f9298 0 2px, transparent 2px 6px);
}

.article__content-benefits .benefits__sub-area ul li .b-sub-title {
	font-size: 20px;
	color: #111;
	font-weight: 600;
	line-height: 1.3333;
}

.article__content-benefits .benefits__sub-area ul li .b-sub-text {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	font-size: 16px;
	color: #444;
	font-weight: 400;
	line-height: 1.3333;
}

.article__content-benefits .benefits__sub-area ul li .b-sub-dotted {
	display: flex;
	flex-direction: column;
}

.article__content-benefits .benefits__sub-area ul li .b-sub-dotted span {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	padding-left: 22px;
	position: relative;
}

.article__content-benefits .benefits__sub-area ul li .b-sub-dotted span::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: 6px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #444;
}

.article__content-benefits .article__02 img{
	width: 100%;
}
  
@media screen and (max-width: 767px) {
	.mo_br {
		display: block;
	}

	.article__content-benefits {
		row-gap: calc(8 / 390 * 100vw);
		margin: 0 calc(20 / 390 * 100vw);
	}
	.article__content-benefits .benefits__top-area {
		box-shadow: 0 0 calc(1 / 390 * 100vw) rgba(33, 39, 49, 0.15), 0 calc(2 / 390 * 100vw) calc(20 / 390 * 100vw) rgba(33, 39, 49, 0.15);
		border-radius: calc(8 / 390 * 100vw);
		min-height: calc(339 / 390 * 100vw);
		background: url('/kr/event/2025/12/01_tv_soundbar_set/images/point_bg.png') right calc(20 / 390 * 100vw) bottom calc(20 / 390 * 100vw) / 160px
			no-repeat;
	}

	.article__content-benefits .benefits__top-area .benefits__top-cont {
		row-gap: calc(8 / 390 * 100vw);
		padding: calc(20 / 390 * 100vw);
	}

	.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-badge {
		max-width: calc(75 / 390 * 100vw);
		height: calc(20 / 390 * 100vw);
		font-size: calc(11 / 390 * 100vw);
		line-height: calc(24 / 390 * 100vw);
		border-radius: calc(24 / 390 * 100vw);
	}

	.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-title {
		font-size: calc(20 / 390 * 100vw);
		line-height: 1.4;
	}

	.article__content-benefits .benefits__top-area .benefits__top-cont .benefits__top-period {
		font-size: calc(13 / 390 * 100vw);
		line-height: 1.4;
	}
	.article__content-benefits .benefits__sub-area ul::after {
		display: none;
	}

	.article__content-benefits .benefits__sub-area ul li {
		width: 100%;
		min-height: unset;
		padding: calc(20 / 390 * 100vw) 0;
		row-gap: calc(2 / 390 * 100vw);
	}

	.article__content-benefits .benefits__sub-area ul li:nth-child(odd)::before {
		display: none;
	}

	.article__content-benefits .benefits__sub-area ul li::after {
		content: ' ';
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		background-image: repeating-linear-gradient(to right, #8f9298 0 calc(2 / 390 * 100vw), transparent calc(2 / 390 * 100vw) calc(6 / 390 * 100vw));
	}

	.article__content-benefits .benefits__sub-area ul li .b-sub-title {
		font-size: calc(16 / 390 * 100vw);
		line-height: 1.4;
	}

	.article__content-benefits .benefits__sub-area ul li .b-sub-text {
		row-gap: calc(12 / 390 * 100vw);
		font-size: calc(13 / 390 * 100vw);
		line-height: 1.4;
	}

	.article__content-benefits .benefits__sub-area ul li .b-sub-dotted span {
		font-size: calc(12 / 390 * 100vw);
		padding-left: calc(13 / 390 * 100vw);
	}

	.article__content-benefits .benefits__sub-area ul li .b-sub-dotted span::before {
		content: '';
		position: absolute;
		top: calc(7 / 390 * 100vw);
		left: 3px;
		width: 3px;
		height: 3px;
		border-radius: 3px;
	}
}
