@charset "UTF-8";

/* 공통 */
.event_container {
	min-width: 1200px;
	width: 100%;
	color: #000;
	font-family: 'noto4';
}

.event_container button {
	border: none;
	background: none;
	cursor: pointer;
}

.event_container li {
	float: none;
}

.event_container .screen_out {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
}

.event_container .event_txt {
	position: absolute;
	top: 99px;
	left: 54%;
	transform: rotate(-22deg);
	font-family: 'market-l';
	font-size: 18px;
	font-weight: bold;
	color: #bcd7ff;
}

.event_container .event_cont {
	position: relative;
}

.event_container .main_inner {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.event_container .main_title {
	text-align: center;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-56%);
	}
}

@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

@keyframes floating {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes shakeHand {
	0%,
	100% {
		transform: rotate(3deg);
	}
	25% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
	75% {
		transform: rotate(-3deg);
	}
}

/* 컨텐츠 */
.event_container .event_cont_1 {
	position: relative;
	height: 1350px;
	background: url('/img/event/8951/pc/top.png') no-repeat center top;
}

.event_container .event_cont_1 .event_timer {
	display: flex;
	align-items: center;
	gap: 53px;
	position: absolute;
	top: 0;
	left: 454px;
	height: 107px;
}

.event_container .event_cont_1 .event_timer > div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.event_container .event_cont_1 .event_timer span {
	width: 51px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'market-b';
}

.event_container .event_cont_2 {
	height: 1042px;
	background: url('/img/event/8951/pc/event1.png') no-repeat center;
}

.event_container .event_cont_2 .event_btn {
	position: absolute;
	left: 121px;
	bottom: 295px;
	width: 546px;
	height: 340px;
}

.event_container .event_scroll {
	position: relative;
	height: 113px;
	background: url('/img/event/8951/pc/banner.png') no-repeat center top;
	z-index: 1;
}

.event_container .event_scroll .main_inner::before {
	content: '';
	position: absolute;
	top: -30px;
	right: 247px;
	width: 122px;
	height: 100px;
	background: url('/img/event/8951/pc/persimmon.png') no-repeat center top;
	animation: floating 1s ease 0.3s infinite;
}

.event_container .event_scroll .scroll_deco {
	position: absolute;
	top: 15px;
	left: 185px;
	width: 158px;
	height: 131px;
}

.event_container .event_scroll .scroll_deco::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	width: 92px;
	height: 63px;
	transform-origin: 80px bottom;
	background: url('/img/event/8951/pc/flower.png') no-repeat 0 0;
	overflow: hidden;
	animation: shakeHand 2s ease infinite;
}

.event_container .event_scroll .scroll_deco::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 131px;
	background: url('/img/event/8951/pc/rabbit.png') no-repeat center top;
}

.event_container .event_cont_3 {
	height: 1275px;
	margin-top: -13px;
	background: #e5e9f9 url('/img/event/8951/pc/event2.png') no-repeat center top;
}

.event_container .event_cont_3 .main_inner {
	padding: 497px 0 0;
}

.event_container .event_cont_4 {
	height: 1373px;
	background: #8cdfff url('/img/event/8951/pc/event3.png') no-repeat center top;
}

.event_container .event_cont_4 .btn_go {
	position: absolute;
	bottom: 199px;
	left: 339px;
	width: 522px;
	height: 80px;
}

/* 유의사항 */
.event_container .event_notice {
	padding: 102px 0 84px;
	background: #ffffff;
}

.event_container .event_notice .main_inner {
	width: 1000px;
}

.event_container .event_notice .notice_title {
	text-align: center;
	color: #000;
	font-size: 45px;
	font-family: 'noto6';
}

.event_container .event_notice .notice_list {
	margin-top: 77px;
}

.event_container .event_notice .notice_list li {
	display: block;
	position: relative;
	float: none;
	width: 100%;
	line-height: 1.3;
	margin-bottom: 14px;
	padding: 0 0 0 14px;
	letter-spacing: -0.7px;
	font-size: 20px;
	font-weight: 100;
	font-family: 'noto2';
	color: #000;
}

.event_container .event_notice .notice_list li::before {
	content: 'ㆍ';
	margin-right: 10px;
}

.event_container .event_notice .notice_list li em {
	font-family: 'noto6';
}

.event_container .event_notice .notice_banner {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 80px 0 0;
	padding: 22px 33px;
	border-radius: 10px;
	background: #ededed;
	box-sizing: border-box;
	color: #000;
}

.event_container .event_notice .notice_banner .banner_item_1 {
	width: 144px;
	line-height: 1.2;
	font-size: 23px;
	font-family: 'noto4';
	font-weight: bold;
}

.event_container .event_notice .notice_banner .banner_item_2 {
	line-height: 1.3;
	font-size: 19px;
	font-family: 'noto2';
}

.event_container .event_notice .notice_banner .banner_item_3 {
	display: inline-block;
	width: 162px;
	height: 51px;
	line-height: 50px;
	margin-left: auto;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: 'noto5';
	background: #384152;
}

/* 모달 */
.event_container .event_modal {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

.event_container .event_modal.is_active {
	display: flex;
}

.event_container .event_modal .modal_content {
	min-width: 700px;
	padding: 57px 0 49px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
}

.event_container .event_modal .content_head {
	letter-spacing: -0.08em;
	color: #000;
	font-size: 30px;
	font-family: 'market-m';
}

.event_container .event_modal .content_title {
	display: block;
	margin-top: 12px;
	letter-spacing: -0.08em;
	color: #2005cf;
	font-size: 44px;
	font-family: 'market-b';
}

.event_container .event_modal .content_title span {
	position: relative;
	margin-right: 6px;
	padding: 0 7px;
	letter-spacing: -0.04em;
	color: #000;
	font-size: 44px;
	font-family: 'market-b';
}

.event_container .event_modal .content_title span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 4px;
	border-radius: 10px;
	background: #2005cf;
}

.event_container .event_modal .content_desc {
	margin-top: 9px;
	letter-spacing: -0.08em;
	color: #000;
	font-size: 22px;
	font-family: 'market-l';
}

.event_container .event_modal .btn_close {
	min-width: 240px;
	height: 60px;
	margin-top: 38px;
	padding-top: 0.2em;
	border-radius: 30px;
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 30px;
	font-family: 'market-b';
	background: #999;
}
