/* ================================ */
/* // 공통 영역 */
/* ================================ */
/* ================================ */
/* // 공통 영역 */
/* ================================ */

/* ================================ */
/* // 개별 영역 */
/* ================================ */
.event-benefit-template{
	.wm-cont01{
		.benefit__linker{
			position: absolute;
			width: calc(158 * var(--ratio));
			height: calc(40 * var(--ratio));
			&.benefit__linker--01{
                top: 34%;
                left: 1.7%
			}
			&.benefit__linker--02{
                top: 34%;
                right: 1.7%
			}
			&.benefit__linker--03{
                bottom: 1.5%;
                left: 1.7%
			}
			&.benefit__linker--04{
                bottom: 1.5%;
                right: 1.7%
			}
		}
	}
	.wm-cont02{
		.c-custom-accordion__area--fade{
			height: calc(90 * var(--ratio));
		}
		.c-custom-accordion__btn-wrap{
			margin-top: calc(-44 * var(--ratio));
			&:has([aria-expanded="true"]){
				margin-top: 0;
			}
		}
	}
	
	.wm-cont04{
		.wm-strengths__tab-content{
			position: relative;
			border-radius:calc(16 * var(--ratio));
			overflow:hidden;
			&:after{
				content: '';
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: calc(189 * var(--ratio));
				background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #262626 100%);
				z-index: 0;
			}
		}
		.c-responsive-video{
			overflow:hidden;
		}
		.video-wrap01-01, .video-wrap02-04{
			.c-responsive-video__element{
				height: auto;
			}
		}
		.wm-strengths__tab-text{
			position: absolute;
			bottom: 0;
			left: 0;
			padding: calc(25 * var(--ratio)) calc(24 * var(--ratio));
			width: 100%;
			font-size:calc(18 * var(--ratio));
			font-weight: 600;
			line-height: 1.4;
			letter-spacing: calc(-0.72 * var(--ratio));
			color:var(--gray-white);
			z-index: 1;
		}
	}
	.wm-cont12{
		.ai__linker{
			position:absolute;
			width: calc(292 * var(--ratio));
			height: calc(45 * var(--ratio));
            left: 8%;
			&.ai__linker--01{
                top: 36%;
			}
			&.ai__linker--02{
                top: 50.5%;
			}
			&.ai__linker--03{
                top: 65.5%;
			}
		} 
	}
}
/* ================================ */
/* // 개별 영역 */
/* ================================ */