.event-benefit-template {
/* 	[data-tab-type="scroll"] + .c-tab__content > .c-tab__panel {
		display: flex;
		flex-direction: column;
	} */

	/* .c-custom-scrollbar의 padding-bottom: 2px가 2depth sticky 구간에서 겹침 유발 */
	/* : 2depth sticky 구간에서만 .c-custom-scrollbar 하단 패딩 제거 */
	/* .c-tab--3depth[data-tab-sticky="2depth"] {
		padding-bottom: 2px;
		& .c-custom-scrollbar.c-custom-scrollbar {
			padding-bottom: 0;
		}
	} */

	.benefit-linker {
		position: absolute;
        width: calc(91 * var(--ratio));
        height: calc(37 * var(--ratio));
        top: 64%;
        left: 2%;

	}
	.bundle-product-link {
		position: absolute;
		width: calc(33 * var(--ratio));
		height: calc(33 * var(--ratio));
		/* background: tomato;
        opacity: 0.4; */
	}
	.bundle-product-link--refrigerator {
		top: 30.3%;
        left: 15%;
	}
	.bundle-product-link--induction {
		top: 29.3%;
        left: 36.3%;
	}
	.bundle-product-link--washing-machine {
		top: 56.8%;
        left: 88.2%;
	}
	.bundle-product-link--tv {
		top: 31.4%;
        left: 8.4%;
	}
	.bundle-product-link--notebook {
		top: 25%;
        left: 57.4%;
	}
	.no-gap {
		row-gap: 0;
		.c-title {
			padding-bottom: calc(4 * var(--ratio));
		}
	}
	.bundle-purchase__banner {
		padding-bottom: calc(4 * var(--ratio));
	}
	
}