.event-benefit-template .c-container_teasing {
	position: relative;
	container-type: inline-size;
}

.event-benefit-template .c-container_teasing .c-container_timer {
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 6cqw;
	transform: translateX(-50%);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	max-width: 50.725cqw;
	width: 100%;
}

.event-benefit-template #c-timer--case01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 16px;
	flex-direction: row;
}

.event-benefit-template .c-timer__value {
	font-size: 62px;
	font-weight: 700;
	color: #fff;
}

.event-benefit-template .c-timer__unit {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
}

.event-benefit-template .c-timer__box {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width: 104px;
	height: 107px;
	background-color: #222;
}

.event-benefit-template .c-timer__box::before {
	content: ' ';
	display: block;
	position: absolute;
	display: block;
	width: 104px;
	height: 107px;
	left: 0;
	top: 0;
	background-image: url('/kr/event/2026/01/06_aerominium_teasing/images/timer_pc.png');
}

.event-benefit-template .article__01 {
	position: relative;
	max-width: 1380px;
	width: 100%;
    margin-top: -1px;
	background-color: #010101;
}
.event-benefit-template .article_01_btn01 {
	position: absolute;
	width: 18.85%;
	height: 11.4%;
	top: 47%;
	left: 40.4%;
}

.event-benefit-template .article_notice {
	background-color: #010101;
	overflow: hidden;
  	margin-top: -1px;
	padding-bottom: 72px;
}

.event-benefit-template .article_notice .c-toggle__btn {
	color: #fff;
}

.event-benefit-template .article_notice .c-toggle__btn--text::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 5px;
	background: url(/kr/event/2026/01/06_aerominium_teasing/images/icon-line-chervron-down.svg) no-repeat;
	background-size: 9px;
	transform: translateY(-50%);
	transform-origin: center;
	transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .c-container_teasing .c-container_timer {
		bottom: 13cqw;
	}

	.event-benefit-template #c-timer--case01 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		gap: 16px;
	}

	.event-benefit-template .c-timer__value {
		font-size: calc(36 / 390 * 100vw);
	}

	.event-benefit-template .c-timer__unit {
		font-size: calc(8 / 390 * 100vw);
	}

	.event-benefit-template .c-timer__box {
		position: relative;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		width: calc(60 / 390 * 100vw);
		height: calc(62 / 390 * 100vw);
		background-color: #222;
	}

	.event-benefit-template .c-timer__box::before {
		content: ' ';
		display: block;
		position: absolute;
		display: block;
		width: calc(60 / 390 * 100vw);
		height: calc(62 / 390 * 100vw);
		left: 0;
		top: 0;
		background-image: url('/kr/event/2026/01/06_aerominium_teasing/images/timer_mo.png');
		background-size: contain;
	}

	.event-benefit-template .article__01 {
		position: relative;
		width: 100%;
	}
	.event-benefit-template .article_01_btn01 {
		position: absolute;
		width: 90%;
		height: 13.7%;
		top: 48%;
		left: 5%;
	}

	.event-benefit-template .article_notice {
		padding-bottom: calc(40 / 390 * 100vw);
	}
}
