/* 기획전 공통 반영 영역 */

.only-pc {
	display: block !important;
}

.only-mo {
	display: none !important;
}

.c-tab--sub-transparent .c-tab__inner {
	background-color: transparent !important;
}

.event-benefit-template .c-title-area-center .c-title {
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	.only-pc {
		display: none !important;
	}

	.only-mo {
		display: block !important;
	}

	/* 모바일 단일 가로 스크롤 */

	.event-benefit-template .article__table .custom-scroll-slider__item {
		scroll-snap-align: unset !important;
	}
}

.event-benefit-template .c-product__care-service {
	display: none !important;
}

.c-product_sub-title-top {
	font-size: 18px;
	color: #444;
	margin-bottom: 24px;
	line-height: 1.333;
}

.c-product_sub-title-bot {
	margin: 56px 0px 24px;
	font-size: 18px;
	color: #444;
	line-height: 1.333;
}

@media screen and (max-width: 767px) {
	.c-product_sub-title-top {
		font-size: calc(15 / 390 * 100vw);
		color: #444;
		margin: 0 calc(20 / 390 * 100vw) calc(4 / 390 * 100vw);
	}

	.c-product_sub-title-bot {
		margin: calc(28 / 390 * 100vw) calc(20 / 390 * 100vw) calc(4 / 390 * 100vw);
		font-size: calc(15 / 390 * 100vw);
		color: #444;
	}
}

/* 기획전 공통 반영 영역 */

/* LG gram pro AI 2026 핵심 기술 */

.event-benefit-template .article__main_video {
	background-color: #111;
}

.event-benefit-template .article__main_video .c-title__main-title {
	color: #fff;
}

.event-benefit-template .article__main_video .custom-scroll-slider__item video,
.event-benefit-template .article__main_video .custom-scroll-slider__item img {
	min-width: 365px;
	max-width: 365px;
}

.event-benefit-template .article__main_video .article__inner:has(.custom-scroll-slider--shadow) .c-title-area {
	margin-bottom: 36px;
}

.event-benefit-template .article__main_video .c-container_main_video {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 1280 / 720;
}

.event-benefit-template .article__main_video .c-container_video {
	position: relative;
	max-width: 315px;
	aspect-ratio: 315/559;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 16px;
	overflow: hidden;
}

.event-benefit-template .article__main_video .c-title-area-behind {
	margin: 56px 0 32px !important;
}

.event-benefit-template .c-container_video_box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-benefit-template .c-container_video_box .c-container_video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.event-benefit-template .c-container_video_box .c-container_video_overlay picture,
.event-benefit-template .c-container_video_box .c-container_video_overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-benefit-template .article__main_video .custom-scroll-slider__scrollbar-track {
	background-color: rgba(255, 255, 255, 0.3);
}
.event-benefit-template .article__main_video .custom-scroll-slider__scrollbar-thumb {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article__main_video .c-container_video_box {
		max-width: 100%;
		margin: 0 auto;
	}

	.event-benefit-template .c-container_video .c-container_main_video {
		max-width: calc(350 / 390 * 100vw);
		aspect-ratio: 350/622;
	}
	.event-benefit-template .article__main_video .custom-scroll-slider__item {
		min-width: 100%;
	}

	.event-benefit-template .article__main_video .custom-scroll-slider__item video,
	.event-benefit-template .article__main_video .custom-scroll-slider__item img {
		min-width: 100%;
		max-width: 100%;
	}

	.event-benefit-template .article__main_video .c-title-area-behind {
		margin: calc(40 / 390 * 100vw) 0 calc(20 / 390 * 100vw) !important;
	}
	.event-benefit-template .article__main_video .article__inner:has(.custom-scroll-slider--shadow) .c-title-area {
		margin-bottom: calc(24 / 390 * 100vw);
	}
}

/* // LG gram pro AI 2026 핵심 기술 */

/* 상단 USP영역 */

.event-benefit-template .article_usp_pc .c-usp_container_pc {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1146px;
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 40px;
	container-type: inline-size;
	gap: calc(41 / 1146 * 100cqw);
}

.event-benefit-template .article_usp_pc .c-tab--round .c-tab__list {
	flex-direction: column;
	overflow: unset;
	gap: 12px;
}

.event-benefit-template .article_usp_pc .c-tab__list .c-tab__item {
	display: flex;
	width: calc(322 / 1146 * 100cqw);
	height: calc(108 / 1146 * 100cqw);
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
	border: none;
}

.event-benefit-template .article_usp_pc .c-tab__button {
	display: block;
	font-size: calc(22 / 1146 * 100cqw);
	color: #777;
	font-weight: 500;
	padding: 0;
	width: 100%;
	line-height: 1.333;
	text-align: left;
	padding-left: calc(32 / 1146 * 100cqw);
}

.event-benefit-template .article_usp_pc .c-tab__panel {
	max-width: calc(660 / 1146 * 100cqw);
}

.event-benefit-template .article_usp_pc .c-tab__panel img {
	width: calc(660 / 1146 * 100cqw);
	height: calc(508 / 1146 * 100cqw);
}

.event-benefit-template .article_usp_pc .c-tab__list .c-tab__item.active {
	background: linear-gradient(to right, #444444 0%, #111111 100%);
}
.event-benefit-template .article_usp_pc .c-tab__list .c-tab__item .active .c-tab__button {
}

.event-benefit-template .c-coupon-article .c-toggle.on .c-toggle__btn::after {
	transform: translateY(-50%) rotate(0) !important;
}

.swiper-wrapper {
}

.event-benefit-template .article_usp .swiper-slide {
	width: 560px; /* 카드 고정 폭 */
	margin: 0 12px;
}

.event-benefit-template .article_usp .swiper-pagination {
	position: unset;
	width: 308px;
	height: 48px;
	border-radius: 48px;
	background-color: #fff;
	padding: 4px;
	box-shadow: 0px 4px 20px rgba(162, 162, 162, 0.25);
	display: flex;
	margin: 0 auto 36px;
}

.event-benefit-template .article_usp .swiper {
	position: relative;
}
/* 
.event-benefit-template .article_usp .swiper-slide.swiper-slide-prev::before {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) -50%, rgba(255, 255, 255, 0.65) -16%, rgba(255, 255, 255, 1) 40%);
	z-index: 2;
}

.event-benefit-template .article_usp .swiper-slide.swiper-slide-next::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) -50%, rgba(255, 255, 255, 0.65) -16%, rgba(255, 255, 255, 1) 40%);
	z-index: 2;
} */

.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet {
	width: 100px;
	height: 40px;
	margin: 0;
	border-radius: 48px;
	border: none;
	background: #fff;
	opacity: 1 !important;
}

.event-benefit-template .article_usp .swiper-slide.swiper-slide-prev {
	filter: grayscale(95%);
	mask-image: linear-gradient(to right, transparent 0%, #000 35%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, #000 35%);
}

.event-benefit-template .article_usp .swiper-slide.swiper-slide-next {
	filter: grayscale(95%);
	mask-image: linear-gradient(to left, transparent 0%, #000 35%);
	-webkit-mask-image: linear-gradient(to left, transparent 0%, #000 35%);
}

.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
	background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_01.png);
	background-repeat: no-repeat;
	background-size: 100px 40px;
}
.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
	background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_02.png);
	background-repeat: no-repeat;
	background-size: 100px 40px;
}
.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
	background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_03.png);
	background-repeat: no-repeat;
	background-size: 100px 40px;
}
.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet-active:nth-child(1) {
	background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_01_active.png);
	background-repeat: no-repeat;
	background-size: 100px 40px;
}
.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet-active:nth-child(2) {
	background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_02_active.png);
	background-repeat: no-repeat;
	background-size: 100px 40px;
}
.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet-active:nth-child(3) {
	background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_03_active.png);
	background-repeat: no-repeat;
	background-size: 100px 40px;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article_usp .swiper-pagination {
		position: unset;
		width: calc(289 / 390 * 100vw);
		height: calc(48 / 390 * 100vw);
		border-radius: calc(48 / 390 * 100vw);
		background-color: #fff;
		padding: calc(4 / 390 * 100vw);
		gap: calc(4 / 390 * 100vw);
		box-shadow: 0px 4px 20px rgba(162, 162, 162, 0.25);
		display: flex;
		margin: 0 auto calc(24 / 390 * 100vw);
	}

	.event-benefit-template .article_usp .swiper-slide {
		width: calc(350 / 390 * 100vw); /* 카드 고정 폭 */
		margin: 0 calc(6 / 390 * 100vw);
	}

	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet {
		height: 100%;
	}

	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
		width: calc(85 / 390 * 100vw);
		min-width: calc(85 / 390 * 100vw);
		max-width: calc(85 / 390 * 100vw);
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
		width: calc(96 / 390 * 100vw);
		min-width: calc(96 / 390 * 100vw);
		max-width: calc(96 / 390 * 100vw);
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
		width: calc(92 / 390 * 100vw);
		min-width: calc(92 / 390 * 100vw);
		max-width: calc(92 / 390 * 100vw);
	}

	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
		background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_01_m.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
		background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_02_m.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
		background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_03_m.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet-active:nth-child(1) {
		background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_01_m_active.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet-active:nth-child(2) {
		background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_02_m_active.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.event-benefit-template .article_usp .swiper-pagination .swiper-pagination-bullet-active:nth-child(3) {
		background-image: url(/kr/event/2026/01/06_aerominium/images/img_usp_button_03_m_active.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* .event-benefit-template .article_usp .swiper::before {
		content: ' ';
		position: absolute;
		right: 0;
		top: 0;
		width: 8cqw;
		height: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0) -50%, rgba(255, 255, 255, 0.65) -16%, rgba(255, 255, 255, 1) 40%);
		z-index: 2;
	}

	.event-benefit-template .article_usp .swiper::after {
		content: ' ';
		position: absolute;
		left: 0;
		top: 0;
		width: 8cqw;
		height: 100%;
		background: linear-gradient(to right, rgba(255, 255, 255, 0) -50%, rgba(255, 255, 255, 0.65) -16%, rgba(255, 255, 255, 1) 40%);
		z-index: 2;
	} */
}

/* // 상단 USP영역 */

/* 그램을 더 잘 쓰는 비법 */
.event-benefit-template .article__01 .custom-scroll-slider__item {
	min-width: 560px;
	position: relative;
}

.event-benefit-template .article__01 .custom-scroll-slider__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.event-benefit-template .article_01_ban {
	margin-top: 40px;
	position: relative;
}

.event-benefit-template .article_01_ban a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article__01 .custom-scroll-slider__item {
		min-width: 100%;
	}

	.event-benefit-template .article_01_ban {
		margin: calc(48 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
	}
}

/* 강력해진 그램 라인업 */

.article__table .img_box_horizontal_scroll img {
}

.event-benefit-template .article__table .custom-scroll-slider__content-wrapper {
	display: flex;
	column-gap: 48px;
	overflow-x: auto;
	cursor: grab;
	user-select: none;
	scrollbar-width: none;
}

.event-benefit-template .article__table .custom-scroll-slider--shadow .custom-scroll-slider__item img {
	min-width: 350px;
}

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

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

	.event-benefit-template .article__table .custom-scroll-slider--shadow .custom-scroll-slider__item img {
		min-width: calc(350 / 390 * 100vw);
	}

	.event-benefit-template .article__table .custom-scroll-slider__nav-button {
		top: calc(180 / 390 * 100vw);
	}
}

/* 혜택영역 탭 메뉴 */

.event-benefit-template .c-tab__panel_02 .c-tab__panel {
	position: relative;
}

.event-benefit-template .c-tab__panel_02 .scroll-target-maker {
	position: absolute;
	top: -60px;
	left: 0;
}

.event-benefit-template .c-tab--sub .c-tab__inner {
	display: flex;
	justify-content: center;
	background-color: #fff;
}

.event-benefit-template .c-tab--sub .c-tab__list {
	display: flex;
	width: 100%;
	max-width: 1146px;
	height: 60px;
	margin: 0 10px;
	overflow-x: auto;
	border-bottom: solid 1px #eff0f2;
}

.event-benefit-template .c-tab--sub .c-tab__item {
	position: relative;
	display: flex;
	flex: 1;
	column-gap: 24px;
	justify-content: center;
}

.event-benefit-template .c-tab--sub .c-tab__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #505050;
	text-align: center;
	letter-spacing: -0.2px;
	white-space: nowrap;
	transition: color 0.3s;
}

.event-benefit-template .c-tab__item.active .c-tab__button {
	font-weight: 600;
	color: #111;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .c-tab--sub .c-tab__list {
		column-gap: calc(24 / 390 * 100vw);
		height: calc(48 / 390 * 100vw);
		padding: 0 calc(20 / 390 * 100vw);
		margin: 0;
	}

	.event-benefit-template .c-tab--sub .c-tab__button {
		font-size: calc(14 / 390 * 100vw);
		line-height: 1.42857;
		text-align: center;
	}
}
/* // main switch tab */

/* 사은품 영역 */

/*  // 사은품 영역 */

.event-benefit-template .article__03 .button_gift_01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 49%;
	height: 24%;
}
.event-benefit-template .article__03 .button_gift_02 {
	position: absolute;
	top: 25%;
	left: 0;
	width: 49%;
	height: 24%;
}

/* 섹션03 */
.event-benefit-template .c-coupon.c-coupon-only-one {
	max-width: 560px;
	margin: 0 auto;
}

.event-benefit-template .c-coupon.c-coupon-only-one .c-coupon__logoText {
	font-size: 14px;
	color: #727780;
}

.event-benefit-template .c-coupon-only-one .c-coupon__info {
	height: 160px;
}

.event-benefit-template .c-coupon-only-one .c-coupon__price {
	font-size: 36px;
}

.event-benefit-template .c-coupon-only-one .c-coupon__download {
	height: 160px;
}

.event-benefit-template .c-coupon-only-one .c-coupon__condition {
	font-size: 16px;
	color: #111;
}

@media screen and (max-width: 767px) {
	/* 섹션03 */
	.event-benefit-template .c-coupon.c-coupon-only-one {
		max-width: unset;
		width: unset;
		margin: 0 calc(20 / 390 * 100vw);
	}

	.event-benefit-template .c-coupon.c-coupon-only-one .c-coupon__text {
		gap: 0;
	}
	.event-benefit-template .c-coupon.c-coupon-only-one .c-coupon__logoText {
		font-size: calc(11 / 390 * 100vw);
		position: absolute;
		top: calc(16 / 390 * 100vw);
		right: calc(23 / 390 * 100vw);
	}

	.event-benefit-template .c-coupon-only-one .c-coupon__info {
		height: calc(92 / 390 * 100vw);
	}

	.event-benefit-template .c-coupon-only-one .c-coupon__price {
		font-size: calc(32 / 390 * 100vw);
	}

	.event-benefit-template .c-coupon-only-one .c-coupon__download {
		width: calc(60 / 390 * 100vw);
		height: calc(92 / 390 * 100vw);
	}

	.event-benefit-template .c-coupon-only-one .c-coupon__condition {
		font-size: calc(12 / 390 * 100vw);
	}
}

/* 쿠폰 혜택 */

.c-coupon-article .custom-scroll-slider__content-wrapper {
	flex-wrap: wrap;
	gap: 24px;
}

.event-benefit-template .c-coupon-article .c-toggle--notice .c-toggle__btn-wrap {
	margin: 48px 0 0;
	padding: 16px 0px;
}

.c-coupon-article .custom-scroll-slider__item {
	width: calc(50% - 12px);
}

.event-benefit-template .c-coupon__download,
.event-benefit-template .c-coupon__info {
	border: none;
	box-shadow: 0 0 1px 0 rgba(33, 39, 49, 0.15), 0 1px 10px 0 rgba(33, 39, 49, 0.15);
}

@media screen and (max-width: 767px) {
	.c-coupon-article .custom-scroll-slider__content-wrapper {
		flex-wrap: unset;
		column-gap: calc(12 / 390 * 100vw);
	}

	.c-coupon-article .custom-scroll-slider__item {
		min-width: calc(350 / 390 * 100vw);
	}

	.event-benefit-template .c-coupon-article .c-toggle--notice .c-toggle__btn-wrap {
		margin: calc(24 / 390 * 100vw) 0 0;
		padding: 0px;
	}
}

/* 카드결제 혜택 */

.article__04 .article__content-area:nth-child(2) {
	position: relative;
	margin-bottom: 64px;
}

.article__04 .payment-shinhan__linker01 {
	position: absolute;
	width: 24.1%;
	height: 16%;
	bottom: 13%;
	left: 41.2%;
}
.article__04 .payment-shinhan__linker02 {
	position: absolute;
	width: 24.1%;
	height: 16%;
	bottom: 13%;
	left: 66.4%;
}

.article__04 .payment-benefits__linker01 {
	position: absolute;
	top: 0;
	left: 24.5%;
	width: 25.4%;
	height: 100%;
}

.article__04 .payment-benefits__linker02 {
	position: absolute;
	top: 0;
	left: 49.5%;
	width: 25.4%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.article__04 .article__content-area:nth-child(2) {
		position: relative;
		margin-bottom: calc(40 / 390 * 100vw);
	}

	.article__04 .payment-shinhan__linker01 {
		position: absolute;
		width: 39%;
		height: 6.5%;
		bottom: 4%;
		left: 10%;
	}
	.article__04 .payment-shinhan__linker02 {
		position: absolute;
		width: 39%;
		height: 6.5%;
		bottom: 4%;
		left: 51%;
	}

	.article__04 .payment-benefits__linker01 {
		position: absolute;
		top: 22%;
		left: 5%;
		width: 90.4%;
		height: 27.6%;
	}

	.article__04 .payment-benefits__linker02 {
		position: absolute;
		top: 50%;
		left: 5%;
		width: 90.4%;
		height: 27.6%;
	}
}

/* 그램 신제품 리뷰 이벤트 */

.event-benefit-template .article__05 .c-button-group {
	margin: 32px 0px;
}

.event-benefit-template .article_review_two .article__inner {
	padding-top: 0;
}

.event-benefit-template .article__05 .c-toggle_img-box {
	position: relative;
}

.event-benefit-template .article__05 .c-toggle_img-box .c-toggle_img-btn {
	position: absolute;
	top: 52%;
	left: 51%;
	width: 11%;
	height: 4%;
}

.event-benefit-template .article__05 .c-toggle_img-box.active .c-toggle_img-btn {
	top: 47%;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article__05 .c-button-group {
		margin: 24px 0px 12px;
	}

	.event-benefit-template .article_review_two .article__inner {
		padding: calc(72 / 1165 * 100%) 10px calc(80 / 1165 * 100%);
	}

	.event-benefit-template .article__05 .c-toggle_img-box .c-toggle_img-btn {
		position: absolute;
		top: 49%;
		left: 7%;
		width: 30%;
		height: 2.2%;
	}

	.event-benefit-template .article__05 .c-toggle_img-box.active .c-toggle_img-btn {
		top: 45%;
	}
}

/* // 그램 신제품 리뷰 이벤트 */

/* 한눈에 보는 중고보상 혜택 */

.event-benefit-template .article__07 .c-custom-hidden-area--fade {
	height: 360px;
	overflow: hidden;
}

.event-benefit-template .article__07 .c-toggle_content-box {
	padding: 48px 72px;
	box-shadow: 0px 2px 10px rgba(33, 39, 49, 0.15), 0px 0px 1px rgba(33, 39, 49, 0.15);
	border-radius: 12px;
}

.event-benefit-template .article__07 .c-toggle.on .c-toggle__content {
	margin-top: 24px;
}
.event-benefit-template .c-toggle--compare .c-toggle__btn-wrap {
	margin: 24px 0px 0px;
}

.event-benefit-template .article__inner:has(.img-shadow-only-pc) {
	max-width: 1166px;
}

.event-benefit-template .article__07 .c-button-group {
	margin: 32px 0px 48px;
}

.event-benefit-template .article__07 .c-toggle--compare .c-toggle__btn-wrap.c-toggle__btn-model {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 56px;
	border: 1px solid #dee1e5;
	border-radius: 8px;
	margin: 32px auto;
}
.event-benefit-template .article__07 .c-custom-hidden-area--fade::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -200px;
	left: 0;
	width: 100%;
	height: calc(100% + 200px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) -60%, rgba(255, 255, 255, 0) -45%, #fff 93%);
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article__07 .c-toggle_content-box {
		padding: calc(20 / 390 * 100vw) calc(8 / 390 * 100vw);
	}

	.event-benefit-template .article__07 .c-button-group {
		margin: calc(20 / 390 * 100vw) 0 calc(36 / 390 * 100vw);
	}

	.event-benefit-template .article__07 .c-toggle--compare .c-toggle__btn-wrap.c-toggle__btn-model {
		width: 100%;
		height: calc(48 / 390 * 100vw);
		margin: calc(24 / 390 * 100vw) auto;
	}

	.event-benefit-template .article__07 .c-custom-hidden-area--fade {
		height: calc(225 / 390 * 100vw);
		overflow: hidden;
	}

	.event-benefit-template .article__07 .c-custom-hidden-area--fade::after {
		content: '';
		position: absolute;
		z-index: 2;
		top: calc(-200 / 390 * 100vw);
		left: 0;
		width: 100%;
		height: calc(100% + (200 / 390 * 100vw));
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) -60%, rgba(255, 255, 255, 0) -45%, #fff 93%);
	}
}

/* 한눈에 보는 중고보상 혜택 */

/* 노트북 케어 서비스 */

.event-benefit-template .article_care .c-content-like .custom-scroll-slider__container {
	margin-bottom: 48px;
}

.event-benefit-template .article_care .c-content-area-video {
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	border-radius: 16px;
	margin: 0 auto 32px;
}

.event-benefit-template .article_care .custom-scroll-slider__container {
	margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article_care .c-content-like {
		margin-bottom: calc(24 / 390 * 100vw);
	}
	.event-benefit-template .article_care .c-content-like .custom-scroll-slider__container {
		margin-bottom: calc(20 / 390 * 100vw);
	}

	.event-benefit-template .article_care .c-content-area-video {
		margin: 0 calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
		width: calc(100% - (40 / 390 * 100vw));
	}

	.article_care .c-content-area-video {
		width: calc(350 / 390 * 100vw);
		margin-bottom: calc(24 / 390 * 100vw);
		border-radius: 8px;
	}

	.article_care .c-content-area-video video {
		width: calc(350 / 390 * 100vw);
	}
	.event-benefit-template .article_care .custom-scroll-slider__item {
		min-width: calc(350 / 390 * 100vw);
	}

	.event-benefit-template .article_care .custom-scroll-slider__container {
		margin-bottom: calc(20 / 390 * 100vw);
	}
	.event-benefit-template .article_care .custom-scroll-slider__scrollbar {
		margin: 0 !important;
		padding: 0 !important;
	}
}

/* 공통 모달 (커스텀) */
#paymentBenefitsInterestFree {
	max-width: 500px;
}

#paymentBenefitsKakaoPay {
	max-width: 480px;
}
.popup-wrap .relative-area {
	position: relative;
}
.popup-wrap img {
	max-width: 100%;
}

.kakao-pay__link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33%;
}
@media screen and (max-width: 767px) {
	.event-benefit-template .article__07 .c-toggle--compare {
		padding: calc(20 / 390 * 100vw) calc(8 / 390 * 100vw) 0;
	}
	.popup-wrap {
		max-width: initial;
	}
	.kakao-pay__link {
		height: 48%;
	}
	#paymentBenefitsInterestFree {
		max-width: 100%;
	}

	#paymentBenefitsKakaoPay {
		max-width: 100%;
	}

	.event-benefit-template .c-toggle--notice .c-toggle__btn-wrap {
		margin: calc(16 / 390 * 100vw) 0 0;
	}
}
/* // 공통 모달 (커스텀) */

/* 2뎁스 메뉴 스타일 추가 */

.event-benefit-template .c-tab__two-depth .c-tab--sub {
	padding-top: 12px;
}

.event-benefit-template .c-tab__two-depth .c-tab--sub .c-tab__list {
	max-width: 573px;
	height: 64px;
	border-radius: 64px;
	background-color: #f3f5f7;
	padding: 8px;
	gap: 8px;
}

.event-benefit-template .c-tab__two-depth .c-tab--sub .c-tab__list li {
	width: calc((100% - 16px) / 3);
	border-radius: 48px;
}

.event-benefit-template .c-tab__two-depth .c-tab--sub .c-tab__list li.active {
	background-color: #000;
}

.event-benefit-template .c-tab__two-depth .c-tab--sub .c-tab__list li.active a {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .c-tab__two-depth .c-tab--sub {
		padding-top: calc(8 / 390 * 100vw);
	}

	.event-benefit-template .c-tab__two-depth .c-tab--sub .c-tab__list {
		max-width: calc(350 / 390 * 100vw);
		height: calc(48 / 390 * 100vw);
		border-radius: calc(48 / 390 * 100vw);
		background-color: #f3f5f7;
		padding: calc(4 / 390 * 100vw);
		gap: calc(4 / 390 * 100vw);
	}

	.event-benefit-template .c-tab__two-depth .c-tab--sub .c-tab__list li {
		width: calc((100% - (8 / 350 * 100vw)) / 3);
		border-radius: calc(48 / 390 * 100vw);
	}
}

.notice_article_bottom .article__inner {
	padding: 0 !important;
}

/* // 2뎁스 메뉴 스타일 추가 */

/* 추가 gif */
.article__intro {
	position: relative;
	container-type: inline-size;
}
.article__intro .article_gif_box {
	width: calc(50% - 10px);
	height: 95%;
	top: 8px;
	left: 10px;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
	position: absolute;
}

.article__intro .article_gif_box picture,
.article__intro .article_gif_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.article__intro {
		position: relative;
	}
	.article__intro .article_gif_box {
		width: calc(100% - (39 / 390 * 100vw));
		margin: 0 calc(16 / 390 * 100vw);
		height: 56.5%;
		top: calc(7 / 390 * 100vw);
		left: calc(3 / 390 * 100vw);
		border-radius: 8px 0px 0px 8px;
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		overflow: hidden;
	}
}

.custom-progress {
	width: 200px;
	height: 4px;
	background: rgba(0, 0, 0, 0.08);
	margin: 24px auto 0;
}

.custom-progress .bar {
	width: 0;
	height: 100%;
	display: block;
	background-color: #111;
	transition: width 0.3s ease;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 22;
}

.swiper-navigation-icon,
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next img,
.swiper-button-prev img {
	display: none;
}

.event-benefit-template .article_usp .swiper-slide:last-child {
	position: relative;
}

.event-benefit-template .article_usp .swiper-slide:last-child::after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(calc(100% + 24px));
	background: url('/kr/event/2026/01/06_aerominium/images/img-usp_pc_01.png');
	opacity: 0.5;
}

.event-benefit-template .article_usp .swiper-slide:first-child {
	position: relative;
}

.event-benefit-template .article_usp .swiper-slide:first-child::after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(calc(-100% - 24px));
	background: url('/kr/event/2026/01/06_aerominium/images/img-usp_pc_03.png');
	opacity: 0.5;
	filter: grayscale(95%);
	mask-image: linear-gradient(to right, transparent 0%, #000 35%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, #000 35%);
}

.swiper-button-prev,
.swiper-button-next {
	top: calc(50% + 30px);
}

.swiper-slide-prev,
.swiper-slide-next {
	opacity: 0.3;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-radius: 100px;
	box-shadow: 0 0 1px 0 rgba(33, 39, 49, 0.36), 0 2px 8px 0 rgba(33, 39, 49, 0.08);
	transform: translateY(-50%);
	background: #fff url(/kr/event/promotions/images/icon-line-chervron-left-black.svg) no-repeat;
	background-size: 7px 12px;
	background-position: center;
	transition: background-color 0.2s, box-shadow 0.2s, opacity 0.2s;
	background-color: #fff;
}

.event-benefit-template .article_usp .custom-scroll-slider__nav-button--prev {
	left: 23.5%;
	top: calc(50% + 24px);
}

.event-benefit-template .article_usp .custom-scroll-slider__nav-button--next {
	right: 23.5%;
	top: calc(50% + 24px);
}

.event-benefit-template .c-title-area.c-title-area_margin {
	margin: 24px 0px 56px;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article_usp .swiper-slide:last-child::after {
		content: ' ';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		transform: translateX(calc(100% + 24px));
		background: url('/kr/event/2026/01/06_aerominium/images/img-usp_mo_01.png');
		background-size: 100%;
		background-position: right;
		opacity: 0.5;
		display: none;
	}

	.event-benefit-template .article_usp .swiper-slide:first-child {
		position: relative;
	}

	.event-benefit-template .article_usp .swiper-slide:first-child::after {
		content: ' ';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		transform: translateX(calc(-100% - 24px));
		background: url('/kr/event/2026/01/06_aerominium/images/img-usp_mo_03.png');
		opacity: 0.5;
		background-size: 100%;
		background-position: right;
		display: none;
	}

	.event-benefit-template .article_usp .custom-scroll-slider__nav-button--prev {
		display: none;
	}

	.event-benefit-template .article_usp .custom-scroll-slider__nav-button--next {
		display: none;
	}
	.custom-progress {
		width: 80px;
	}

	.event-benefit-template .c-title-area.c-title-area_margin {
		margin: calc(32 / 390 * 100vw) calc(24 / 390 * 100vw) calc(24 / 390 * 100vw);
	}
}

/* 제품 CPU 뱃지 영역 */

.event-benefit-template .c-product__badge--cpu {
	font-size: 11px;
	font-weight: 400;
	color: #111;
	padding: 4.5px 7px;
	border: 1px solid #8f9298;
	background-color: #f4f4f4;
	border-radius: 4px;
}

.event-benefit-template .c-product__list-big.c-product__list--thumnail-custom-pc-horizontal-mo-vertical span[data-prdvalue] > a {
	width: 580px;
	flex-basis: 580px;
}

.event-benefit-template .c-product__list-big.c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__info-container {
	flex-basis: 566px;
}

.event-benefit-template .c-product__list-big .c-product__image-wrapper {
	aspect-ratio: unset;
}

.event-benefit-template .c-product__list-big .c-product__custom-container {
	max-width: 240px;
	padding: 8px 12px;
	background-color: #f3f5f7;
}

.event-benefit-template .c-product__list-big .c-product__custom-container dl {
	display: grid;
	grid-template-columns: auto 1fr;
	font-size: 11px;
	color: #444;
	font-weight: 400;
	line-height: 1.333;
}

.event-benefit-template .c-product__list-big .c-product__custom-container dl dt,
.event-benefit-template .c-product__list-big .c-product__custom-container dl dd {
	display: flex;
	align-items: center;
}

.event-benefit-template .c-product__list-big .c-product__custom-container dl dd {
	position: relative;
	padding-left: 9px;
}

.event-benefit-template .c-product__list-big .c-product__custom-container dl dd::before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1px;
	height: 8px;
	top: calc(50% - 5.5px);
	left: 4px;
	background-color: #ddd;
}

.c-product__item.c-product__x7 .c-product__visual {
	position: relative;
}

.c-product__item > span {
	position: relative;
}

.c-product__item.c-product__x7 > span::before {
	content: '인텔 X7';
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 7px;
	background-color: #f4f4f4;
	border: 1px solid #8f9298;
	border-radius: 4px;
	font-size: 11px;
	color: #111;
	font-family: 'Pretendard';
	z-index: 1;
}
.c-product__item.c-product__u5 > span::before {
	content: '인텔 U5';
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 7px;
	background-color: #f4f4f4;
	border: 1px solid #8f9298;
	border-radius: 4px;
	font-size: 11px;
	color: #111;
	font-family: 'Pretendard';
	z-index: 1;
}
.c-product__item.c-product__u7 > span::before {
	content: '인텔 U7';
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 7px;
	background-color: #f4f4f4;
	border: 1px solid #8f9298;
	border-radius: 4px;
	font-size: 11px;
	color: #111;
	font-family: 'Pretendard';
	z-index: 1;
}
.c-product__item.c-product__r5 > span::before {
	content: 'AMD R5';
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 7px;
	background-color: #f4f4f4;
	border: 1px solid #8f9298;
	border-radius: 4px;
	font-size: 11px;
	color: #111;
	font-family: 'Pretendard';
	z-index: 1;
}
.c-product__item.c-product__r7 > span::before {
	content: 'AMD R7';
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 7px;
	background-color: #f4f4f4;
	border: 1px solid #8091b3;
	border-radius: 4px;
	font-size: 11px;
	color: #111;
	font-weight: 400;
	font-family: 'Pretendard';
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .c-product__badge--cpu {
		font-size: calc(9 / 390 * 100vw);
		padding: calc(3.5 / 390 * 100vw) calc(7 / 390 * 100vw);
		border-radius: calc(4 / 390 * 100vw);
	}

	.c-product__badge-container-cpu {
		position: absolute;
		top: calc(298 / 390 * 100vw);
	}

	.event-benefit-template .c-product__list-cpu .c-product__price-area {
		margin-top: calc(36 / 390 * 100vw) !important;
	}

	.event-benefit-template .c-product__list-big.c-product__list--thumnail-custom-pc-horizontal-mo-vertical span[data-prdvalue] > a {
		width: 100%;
		flex-basis: initial;
	}

	.event-benefit-template .c-product__list-big.c-product__list--thumnail-custom-pc-horizontal-mo-vertical .c-product__info-container {
		flex-basis: initial;
	}

	.event-benefit-template .c-product__list-big .c-product__image-wrapper {
		aspect-ratio: unset;
	}

	.event-benefit-template .c-product__list-big .c-product__custom-container {
		max-width: calc(175 / 390 * 100vw);
		padding: calc(8 / 390 * 100vw) calc(10 / 390 * 100vw);
	}

	.event-benefit-template .c-product__list-big .c-product__custom-container dl {
		font-size: calc(11 / 390 * 100vw);
	}

	.event-benefit-template .c-product__list-big .c-product__custom-container dl dd {
		position: relative;
		padding-left: calc(9 / 390 * 100vw);
	}

	.event-benefit-template .c-product__list-big .c-product__custom-container dl dd::before {
		content: ' ';
		display: block;
		position: absolute;
		width: 1px;
		height: calc(8 / 390 * 100vw);
		top: calc(50% - (5 / 390 * 100vw));
		left: calc(4 / 390 * 100vw);
	}
	.c-product__item.c-product__x7 > span::before {
		content: '인텔 X7';
		display: block;
		position: absolute;
		top: calc(8 / 390 * 100vw);
		right: calc(8 / 390 * 100vw);
		padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
		border-radius: calc(4 / 390 * 100vw);
		font-size: calc(9 / 390 * 100vw);
	}
	.c-product__item.c-product__u5 > span::before {
		content: '인텔 U5';
		display: block;
		position: absolute;
		top: calc(8 / 390 * 100vw);
		right: calc(8 / 390 * 100vw);
		padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
		border-radius: calc(4 / 390 * 100vw);
		font-size: calc(9 / 390 * 100vw);
	}
	.c-product__item.c-product__u7 > span::before {
		content: '인텔 U7';
		display: block;
		position: absolute;
		top: calc(8 / 390 * 100vw);
		right: calc(8 / 390 * 100vw);
		padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
		border-radius: calc(4 / 390 * 100vw);
		font-size: calc(9 / 390 * 100vw);
	}
	.c-product__item.c-product__r5 > span::before {
		content: 'AMD R5';
		display: block;
		position: absolute;
		top: calc(8 / 390 * 100vw);
		right: calc(8 / 390 * 100vw);
		padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
		border-radius: calc(4 / 390 * 100vw);
		font-size: calc(9 / 390 * 100vw);
	}
	.c-product__item.c-product__r7 > span::before {
		content: 'AMD R7';
		display: block;
		position: absolute;
		top: calc(8 / 390 * 100vw);
		right: calc(8 / 390 * 100vw);
		padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
		border-radius: calc(4 / 390 * 100vw);
		font-size: calc(9 / 390 * 100vw);
	}
}

/* // 제품 CPU 뱃지 영역 */
