/* 으뜸효율 가전 환급 혜택 */
.event-benefit-template .efficiency-area__btn {
	position: absolute;
	top: 35%;
	left: 4%;
	width: 15%;
	height: 18%;
}

/* 지원대상 제품 모달 */
#popupWrap {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#popupWrap.active {
	display: block;
}
.popup {
	background-color: #fff;
	z-index: 9;
}
.popup h3 {
	font-size: 28px;
	font-weight: 700;
	color: #18181d;
	letter-spacing: -0.02em;
}
.popup .pop-sub-title {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.04rem;
	color: #2e2e33;
	margin-top: 8px;
}
.popup ul {
	margin-top: 16px;
}
.popup ul li {
	position: relative;
	padding-left: 20px;
	font-size: 19px;
	line-height: 1.4;
	color: #767676;
}
.popup ul li::before {
	content: '·';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #767676;
	line-height: 20px;
}
.popup ul li:last-child {
	margin-top: 8px;
}
.popup ul li:last-child img {
	width: 170px;
}
.popup ul li:last-child::before {
	content: ' ';
}
.popup .modal-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.popup .pop-table-box {
	width: 100%;
	margin-top: 24px;
}
.popup .pop-table-box table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
}
.popup .pop-table-box table tr th {
	background-color: #f3f1ed;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.popup .pop-table-box table tr th:nth-child(1) {
	background-color: #f3f1ed;
}
.popup .pop-table-box table tr th:nth-child(1),
.popup .pop-table-box table tr th:nth-child(3) {
	width: 11.8%;
}
.popup .pop-table-box table tr th:nth-child(2),
.popup .pop-table-box table tr th:nth-child(4) {
	width: 44.1%;
}
.popup .pop-table-box table tr td {
	font-size: 18px;
	color: #666;
	line-height: 54px;
	font-weight: 500;
	text-align: center;
}
.popup .pop-table-box table tr td.twoline {
	line-height: unset;
}
.popup .pop-table-box table tr td.twoline p {
	line-height: 22px;
	display: block;
	margin: 6px 0px;
}
.popup .pop-table-box table tr td .small {
	font-size: 16px;
	display: block;
}
@media screen and (max-width: 767px) {
	.event-benefit-template .efficiency-area__btn {
		position: absolute;
		top: 26%;
		left: 8%;
		width: 37.9%;
		height: 8.5%;
	}
	#popupWrap.active {
		display: block;
	}
	.popup {
		/* max-height:60%;*/
		padding: calc(64 / 720 * 100vw) 0; /* border-radius:24px;*/
		/* max-width:calc(624 / 720 * 100vw);*/
	}
	.popup h3 {
		font-size: calc(32 / 720 * 100vw);
	}
	.popup .pop-sub-title {
		font-size: calc(28 / 720 * 100vw);
		margin-top: calc(8 / 720 * 100vw);
	}
	.popup ul {
		margin-top: 16px;
	}
	.popup ul li {
		padding-left: calc(20 / 720 * 100vw);
		font-size: calc(26 / 720 * 100vw);
	}
	.popup ul li::before {
		content: '·';
		position: absolute;
		left: 0;
		top: 0;
		font-size: calc(26 / 720 * 100vw);
		color: #767676;
		line-height: calc(26 / 720 * 100vw);
	}
	.popup ul li:last-child {
		margin-top: calc(16 / 720 * 100vw);
	}
	.popup ul li:last-child img {
		width: calc(220 / 720 * 100vw);
	}
	.popup ul li:last-child::before {
		content: ' ';
	}
	.popup .modal-close {
		top: calc(30 / 720 * 100vw);
		right: calc(30 / 720 * 100vw);
		width: calc(36 / 720 * 100vw);
		height: calc(36 / 720 * 100vw);
	}
	.popup .pop-table-box {
		margin-top: calc(24 / 720 * 100vw);
	}
	.popup .pop-table-box table tr th {
		line-height: calc(54 / 720 * 100vw);
		font-size: calc(22 / 720 * 100vw);
	}
	.popup .pop-table-box table tr th:nth-child(1) {
		background-color: #f3f1ed;
	}
	.popup .pop-table-box table tr th:nth-child(1),
	.popup .pop-table-box table tr th:nth-child(3) {
		width: 14.2%;
	}
	.popup .pop-table-box table tr th:nth-child(2) {
		width: 39.4%;
	}
	.popup .pop-table-box table tr th:nth-child(4) {
		width: 32.4%;
	}
	.popup .pop-table-box table tr td {
		font-size: calc(22 / 720 * 100vw);
		line-height: calc(54 / 720 * 100vw);
	}
	.popup .pop-table-box table tr td.twoline {
		line-height: unset;
	}
	.popup .pop-table-box table tr td.twoline p {
		line-height: 22px;
		display: block;
		margin: calc(10 / 720 * 100vw) 0px;
	}
	.popup .pop-table-box table tr td.twoline p {
		line-height: calc(22 / 720 * 100vw);
		display: block;
		margin: calc(6 / 720 * 100vw);
	}
	.popup .pop-table-box table tr td .small {
		font-size: calc(16 / 720 * 100vw);
		display: block;
	}
}
/* // 지원대상 제품 모달 */

/* // 으뜸효율 가전 환급 혜택 */

/* 추천제품 보러가기 */
.event-benefit-template .article--product-api .c-tab {
	padding: 10px 0;
	background-color: #fff;
}
.event-benefit-template #scroll-tab-content-01 {
	display: flex;
	flex-direction: column;
	row-gap: 48px;
}
.event-benefit-template .c-tab__panel {
	display: flex;
	flex-direction: column;
	row-gap: 52px;
}
/* // 추천제품 보러가기 */

/* 귀한 재료를 맛있게 */
.event-benefit-template .video-area {
	background-color: #fff6e9;
}
.eventPlan-sec1-video-wrap {
	display: flex;
	position: relative;
	column-gap: 32px;
	max-width: 1000px;
	margin: 0 auto;
}
.eventPlan-sec1-video-wrap .swiper-container {
	max-width: 808px;
	background-color: #fbefdd;
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets {
	position: relative;
	display: flex;
	row-gap: 12px;
	top: 0;
	left: 0;
	width: fit-content;
	flex-direction: column;
	align-self: flex-start;
	padding-top: 0;
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	width: 160px !important;
	height: 105px !important;
	border-radius: 16px !important;
	opacity: 1;
	filter: brightness(0.8);
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(1) {
	background: url('/kr/event/2025/12/01_best_fridge/images/video_thimb04.png') center/cover no-repeat;
	margin-left: 0;
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2) {
	background: url('/kr/event/2025/12/01_best_fridge/images/video_thimb01.png') center/cover no-repeat;
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3) {
	background: url('/kr/event/2025/12/01_best_fridge/images/video_thimb02.png') center/cover no-repeat;
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4) {
	background: url('/kr/event/2025/12/01_best_fridge/images/video_thimb03.png') center/cover no-repeat;
	margin-right: 0;
}
.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid red;
	filter: brightness(1);
}
.eventPlan-sec1-video-wrap video {
	width: 100%;
	height: fit-content;
	max-width: 255px;
	border-radius: 16px;
}
.eventplan_video_box {
	width: 100%;
	height: 100%;
}
.eventplan_video_box.main video {
	max-width: 100%;
	max-height: fit-content;
}
@media screen and (max-width: 767px) {
	.eventPlan-sec1-video-wrap {
		flex-direction: column;
	}
	.eventPlan-sec1-video-wrap .swiper-container {
		max-width: calc(350 / 390 * 100vw);
		margin-top: calc(32 / 390 * 100vw);
		border-radius: calc(20 / 390 * 100vw);
	}
	.eventPlan-sec1-video-wrap video {
		max-width: initial;
      	height: calc(624 / 390 * 100vw);
	}
  	.eventplan_video_box .eventplan_video_box2,
  	.eventplan_video_box .eventplan_video_box3,
  	.eventplan_video_box .eventplan_video_box4 video{
      	height: calc(624 / 390 * 100vw);
    }
  	.eventplan_video_box.eventplan_video_box1 video{
      	height: calc(200 / 390 * 100vw);
    }
  
	.eventPlan-sec1-video-wrap .swiper-pagination-bullets {
		flex-direction: row;
		column-gap: calc(6 / 390 * 100vw);
		margin: 0 calc(20 / 390 * 100vw);
	}
	.eventPlan-sec1-video-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
		width: calc(82 / 390 * 100vw) !important;
		height: calc(62 / 390 * 100vw) !important;
		border-radius: calc(10 / 390 * 100vw) !important;
		margin: 0;
	}
}
/* // 귀한 재료를 맛있게 */

/* 살펴보기 */
.event-benefit-template .take-look {
	background-color: #fff6e9;
}
/* // 살펴보기 */

/* 귀한 재료를 맛있게 */
.event-benefit-template .video-area {
	background-color: #fff6e9;
}

/* // 귀한 재료를 맛있게 */

/* 식재료 보관의 끝판왕 */
.take-look-pc {
	display: block;
}
.take-look-mo {
	display: none;
}
.take-look-pc .custom-scroll-slider__item {
	min-width: 1186px;
	overflow: hidden;
}

.take-look-pc .custom-scroll-slider__content-wrapper {
	overflow: auto;
}

.event-benefit-template .take-look-pc .custom-scroll-slider__content-wrapper {
	gap: 0;
}

.take-look-pc .custom-scroll-slider__nav-button--prev {
	left: -4px;
}
.take-look-pc .custom-scroll-slider__nav-button--next {
	right: -4px;
}

.event-benefit-template .take-look-pc .custom-scroll-slider__scrollbar-track {
	background-color: rgba(0, 0, 0, 0.08);
	margin-top: 0;
}
.event-benefit-template .take-look-pc .custom-scroll-slider__scrollbar {
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	.take-look-pc {
		display: none;
	}
	.take-look-mo {
		display: block;
	}
}

/* 맛있게 보관하는 */

.event-benefit-template .take-tip {
	background-color: #fdefdb;
}

.event-benefit-template .take-tip .c-eyebrow {
	margin-bottom: 0;
}

/* 집밥맛을 책임질 */

.event-benefit-template .take-lineup {
	background-color: #fff6e9;
}
.event-benefit-template .take-lineup .c-title__main-title {
	color: #444;
}

.take-lineup .custom-scroll-slider__item {
	min-width: 366px;
	overflow: hidden;
}

.event-benefit-template .take-lineup .custom-scroll-slider__content-wrapper {
	gap: 0;
}

.event-benefit-template .take-lineup .custom-scroll-slider__scrollbar {
	margin-top: 0;
}

.event-benefit-template .take-lineup .custom-scroll-slider__scrollbar-track {
	background-color: rgba(0, 0, 0, 0.08);
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.take-lineup .custom-scroll-slider__item {
		min-width: calc(350 / 390 * 100vw);
	}
	.event-benefit-template .take-lineup .custom-scroll-slider__scrollbar-track {
		margin-top: calc(20 / 390 * 100vw);
		padding: 0;
	}
}
