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

.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;
	}
}

.c-container_video_box {
	position: relative;
}

/* 컨트롤 공통 */
.video-controls {
	position: absolute;
	inset: 0; /* top/right/bottom/left = 0 */
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none; /* 기본은 클릭 불가 */
	opacity: 0;
	transition: opacity 0.2s ease;
}

/* hover 시 컨트롤 노출 */
.c-container_video_box:hover .video-controls {
	opacity: 1;
	pointer-events: auto;
}

/* 버튼 공통 */
.video-controls button {
	pointer-events: auto;
	margin: 0 6px;
}

/* 상태별 토글 */
.video-controls .btn-video-play {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
}
.video-controls .btn-video-stop {
	display: none;
}

/* 재생 중 */
.c-container_video_box.is-playing .btn-video-play {
	display: none;
}
.c-container_video_box.is-playing .btn-video-stop {
	display: block;
}

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

.c-container_video_box .btn-video-play img,
.c-container_video_box .btn-video-stop img {
	min-width: 50px !important;
	max-width: 50px !important;
	width: 50px !important;
	height: 50px !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;
	}
}

/* 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뎁스 메뉴 스타일 추가 */

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

/* LG gram pro AI 2026 핵심 기술 */
.event-benefit-template .article__main_video {
	background-color: #111;
}

.event-benefit-template .article__main_video .custom-scroll-slider {
	max-width: 656px;
	margin: 0 auto;
}
.event-benefit-template .article__main_video .c-title__main-title {
	color: #fff;
	text-align: center;
}

.event-benefit-template .article__main_video .custom-scroll-slider__container {
	width: 654px;
}

.event-benefit-template .article__main_video .custom-scroll-slider__item {
	max-width: 202px;
}

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

.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: 24px 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 .custom-scroll-slider__container {
		width: auto;
		margin: 0;
	}

	.event-benefit-template .article__main_video .custom-scroll-slider__item {
		max-width: calc(136 / 390 * 100vw);
		min-width: calc(136 / 390 * 100vw);
		width: 100%;
		padding: 0;
	}

	.event-benefit-template .article__main_video .custom-scroll-slider__item video,
	.event-benefit-template .article__main_video .custom-scroll-slider__item img {
		min-width: calc(136 / 390 * 100vw);
		max-width: calc(136 / 390 * 100vw);
	}

	.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: 24px 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;
	}
}

/* // 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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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;
	} */
}

.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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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/02/03_academy_festival/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);
	}
}

/* // 상단 USP영역 */

/* 에어로미늄 VIDEO + 텍스트 부분 */

.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 video {
	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% - (40 / 390 * 100vw));
		margin: 0 calc(17 / 390 * 100vw);
		height: 56%;
		top: calc(9 / 390 * 100vw);
		left: calc(3 / 390 * 100vw);
		border-radius: 8px 0px 0px 8px;
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		overflow: hidden;
	}
}

/* // 에어로미늄 VIDEO + 텍스트 부분 */

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

.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) {
	.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 .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%;
}

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

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

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

/* // 그램을 더 잘 쓰는 비법 */

/* 윈도우 11로 더 맣은 작업을 수행해 보세요 */
.event-benefit-template .new_ban {
	margin-top: 40px;
	cursor: pointer;
	position: relative;
}

.event-benefit-template .new_ban 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%;
}

/* 혜택영역 탭 메뉴 2depth */

.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;
	}
}

/* // 혜택영역 탭 메뉴 2depth */

/* 사은품 영역 */
.event-benefit-template .article__03 .button_gift_01 {
	position: absolute;
	top: 0;
	left: 0.8%;
	width: 48.2%;
	height: 24%;
}
.event-benefit-template .article__03 .button_gift_02 {
	position: absolute;
	top: 26%;
	left: 0.8%;
	width: 48.2%;
	height: 23%;
}

.event-benefit-template .article__03 .button_gift_03 {
	position: absolute;
	top: 76%;
	left: 0.8%;
	width: 48.3%;
	height: 23%;
}

.event-benefit-template .article__03 .article__content-relative {
	position: relative;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article__03 .button_gift_01 {
		top: 0;
		left: 5%;
		width: 43.2%;
		height: 27.5%;
	}
	.event-benefit-template .article__03 .button_gift_02 {
		top: 28%;
		left: 5%;
		width: 43.2%;
		height: 26.5%;
	}
	.event-benefit-template .article__03 .button_gift_03 {
		top: 82%;
		left: 5%;
		width: 88%;
		height: 16.5%;
	}
}
/* // 사은품 영역 */

/* 쿠폰 혜택 */

.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) {
	.event-benefit-template .c-coupon.c-coupon-only-one {
		max-width: unset;
		width: unset;
		margin: 0 calc(20 / 390 * 100vw);
	}

	.event-benefit-template .app-only-coupon .c-divider + .c-title-area {
		padding-top: calc(32 / 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-top: 64px;
}

.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;
	}
}
/* // 쿠폰 혜택 */

/* 카드결제 혜택 */

.article__04 .payment-shinhan__linker01 {
	position: absolute;
	width: 22.1%;
	height: 16%;
	bottom: 7%;
	left: 1.8%;
}
.article__04 .payment-shinhan__linker02 {
	position: absolute;
	width: 22.3%;
	height: 16%;
	bottom: 7%;
	left: 24.6%;
}

@media screen and (max-width: 767px) {
	.article__04 .payment-shinhan__linker01 {
		position: absolute;
		width: 39%;
		height: 8.5%;
		bottom: unset;
		left: 10%;
		top: 46%;
	}
	.article__04 .payment-shinhan__linker02 {
		position: absolute;
		width: 39%;
		height: 8.5%;
		bottom: unset;
		left: 51%;
		top: 46%;
	}

	.event-benefit-template .article__04 .custom-scroll-slider--shadow {
		margin-top: calc(14 / 390 * 100vw);
	}
}

/* 공통 모달 (커스텀) */
#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) {
	.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;
	}
}
/* // 공통 모달 (커스텀) */

/* // 카드결제 혜택 */

/* 에어로미늄 그램 출시 기념 리뷰 이벤트 */

.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-box_on {
	display: block;
}

.event-benefit-template .article__05 .c-toggle_img-box .c-toggle_img-box_off {
	display: none;
}

.event-benefit-template .article__05 .c-toggle_img-box.on .c-toggle_img-box_on {
	display: none;
}

.event-benefit-template .article__05 .c-toggle_img-box.on .c-toggle_img-box_off {
	display: block;
}

.event-benefit-template .article__05 .c-toggle_img-box .review_event_btn {
	position: absolute;
	top: 80%;
	width: 8%;
	left: 44%;
	height: 8%;
}

.event-benefit-template .article__05 .c-toggle_img-box.on .review_event_btn {
	position: absolute;
	top: 30%;
	width: 8%;
	left: 44%;
	height: 4%;
}

@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 .review_event_btn {
		position: absolute;
		top: 85%;
		left: 39%;
		width: 22%;
		height: 6%;
	}

	.event-benefit-template .article__05 .c-toggle_img-box.on .review_event_btn {
		position: absolute;
		top: 27%;
		left: 39%;
		width: 22%;
		height: 2.5%;
	}

	.event-benefit-template .article__05 .c-toggle_img-box.on.active .review_event_btn {
		position: absolute;
		top: 30%;
	}

	.event-benefit-template .article__05 .c-toggle_img-box .c-toggle_img-btn {
		position: absolute;
		top: 46.7%;
		left: 8%;
		width: 31%;
		height: 2.5%;
	}

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

/* // 에어로미늄 그램 출시 기념 리뷰 이벤트 */

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

.event-benefit-template .article__07 .c-custom-hidden-area--fade {
	height: 590px;
	overflow: hidden;
}
.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 .toggle_cont_compen {
	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;
	margin: 0px 10px;
}

.event-benefit-template .article__07 .c-toggle--compare .c-toggle_content-box .article__content-area:nth-child(2) {
	margin-bottom: 80px;
}

.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: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 95%, #fff 90%);
}

@media screen and (max-width: 767px) {
	.event-benefit-template .article__07 .c-toggle--compare .c-toggle_content-box .article__content-area:nth-child(2) {
		padding-bottom: calc(40 / 390 * 100vw);
		margin-bottom: 0;
	}

	.event-benefit-template .article__07 .c-toggle--compare .c-toggle_content-box .article__content-area + .c-divider + .c-title-area {
		margin-top: 32px;
	}

	.event-benefit-template .article__07 .c-toggle--notice {
		margin: 0;
	}
	.event-benefit-template .article__07 .toggle_cont_compen {
		padding: calc(20 / 390 * 100vw);
		box-shadow: unset;
		border-radius: unset;
		margin: 0;
	}

	.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: calc(100% - (40 / 390 * 100vw));
		height: calc(48 / 390 * 100vw);
		margin: calc(24 / 390 * 100vw) calc(20 / 390 * 100vw);
	}

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

	.event-benefit-template .article__07 .c-custom-hidden-area--fade::after {
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0.8) 95%, #fff 110%);
	}
}

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

/* timer */
.c-article-main-banner {
	position: relative;
	margin-bottom: 24px;
}

.event-benefit-template .c-timer__box {
	display: inline-flex;
}

.event-benefit-template .c-timer--type2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 480px;
	margin: 24px 32px;
}

.event-benefit-template .c-timer--type2 .c-timer__item {
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 32px;
	background: rgba(168, 168, 168, 0.2);
	border-radius: 8px;
	backdrop-filter: blur(4px);
}

.event-benefit-template .c-timer--type2 .c-timer__label {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #111;
}

.event-benefit-template .c-timer--type2 .c-timer__content {
	display: flex;
	column-gap: 4px;
	font-weight: 800;
}
.event-benefit-template .c-timer--type2 .c-timer__box {
	column-gap: 4px;
	align-items: center;
}
.event-benefit-template .c-timer--type2 .c-timer__value {
	min-width: 40px;
	padding: 4px 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 140%;
	text-align: center;
	letter-spacing: -0.36px;
	background-color: #fff;
	border-radius: 4px;
}

.event-benefit-template .c-timer--type2 .c-timer__unit {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #000;
	letter-spacing: -0.28px;
}

.event-benefit-template .c-timer--white .c-timer__label,
.event-benefit-template .c-timer--white .c-timer__unit {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.c-article-main-banner {
		position: relative;
		margin-bottom: calc(24 / 390 * 100vw);
	}
	.event-benefit-template .c-timer--type2 {
		width: 100%;
		padding: 0 calc(16 / 390 * 100vw) calc(16 / 390 * 100vw);
		margin: 0;
	}
	.event-benefit-template .c-timer--type2 .c-timer__item {
		display: flex;
		gap: initial;
		justify-content: space-between;
		padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw);
		border-radius: calc(8 / 390 * 100vw);
		backdrop-filter: blur(10px);
	}

	.event-benefit-template .c-timer--type2 .c-timer__label {
		font-size: max(10px, calc(12 / 390 * 100vw));
		font-weight: 700;
		line-height: 166.667%;
	}
	.event-benefit-template .c-timer__box {
		display: inline-flex;
	}
	.event-benefit-template .c-timer--type2 .c-timer__value {
		min-width: calc(32 / 390 * 100vw);
		padding: 2px 0;
		font-size: calc(16 / 390 * 100vw);
		line-height: 140%;
		letter-spacing: calc(-0.32em / 16);
		border-radius: calc(4 / 390 * 100vw);
	}

	.event-benefit-template .c-timer--type2 .c-timer__unit {
		font-size: max(10px, calc(10 / 390 * 100vw));
		font-weight: 600;
		letter-spacing: calc(-0.2em / 10);
	}
}
/* // timer */

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

.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;
	}
}

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

/* 2026 새로운 그램을 만나보세요 */

.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);
	}
}

/* 2026 새로운 그램을 만나보세요 */
