@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

/* 공통 */
.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;
}

.event_container .event_cont ul.event_noti {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	padding: 40px 50px;
	border-radius: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	letter-spacing: -0.065em;
	line-height: 1.6;
	color: #575558;
}

/* 플로팅배너 */
.event_container .event_floating {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: fixed;
	top: 330px;
	right: 70px;
	width: 312px;
	height: 532px;
	background: url('/img/event/8955/pc/quick.png') no-repeat 0 0;
	z-index: 2;
}

.event_container .event_floating a {
	display: block;
	width: 100%;
	height: 240px;
}

@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: 1520px;
	background: url('/img/event/8955/pc/top.png') no-repeat center top 80px;
}

.event_container .event_cont_1 .go_link {
	display: block;
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 115px;
}
.event_container .event_cont_1 .go_link::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -53px;
	right: -24px;
	width: 105px;
	height: 113px;
	background: url('/img/event/8955/pc/finger.png') center no-repeat;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_container .event_cont_1 .event_timer_area {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 80px;
	background: url('/img/event/8955/pc/time_bg.png') center no-repeat;
}

.event_container .event_cont_1 .event_timer_wrap {
	display: flex;
	align-items: center;
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.event_container .event_cont_1 .event_timer_inner {
	display: flex;
	align-items: center;
}

.event_container .event_cont_1 .event_timer_inner > img {
	display: block;
	margin-top: 14px;
}

.event_container .event_cont_1 .event_timer_inner p {
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.08em;
	color: #fff;
}

.event_container .event_cont_1 .event_timer_inner p span {
	color: #6cbad7;
}

.event_container .event_cont_1 .event_timer_inner .line {
	width: 160px;
	height: 1px;
	margin: 0 15px;
	background: #727b7c;
}

.event_container .event_cont_1 .event_timer_inner ul {
	display: flex;
	align-items: center;
}

.event_container .event_cont_1 .event_timer_inner ul li {
	margin-left: 10px;
	margin-right: 23px;
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.08em;
	color: #fff;
}

.event_container .event_cont_1 .event_timer_inner ul .num_box {
	width: 40px;
	height: 50px;
	margin-left: 0;
	margin-right: 6px;
	border-radius: 4px;
	background: #050509;
}

.event_container .event_cont_1 .event_timer {
	display: flex;
	align-items: center;
	gap: 56px;
	position: absolute;
	top: 52%;
	right: 70px;
	transform: translateY(-50%);
	height: 100%;
}

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

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

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

.event_container .event_cont_2 .event_btn {
	position: absolute;
	bottom: 410px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 115px;
}
.event_container .event_cont_2 .event_btn::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -53px;
	right: -24px;
	width: 105px;
	height: 113px;
	background: url('/img/event/8955/pc/finger.png') center no-repeat;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_container .event_cont_3 {
	position: relative;
	height: 1782px;
	background: #e5e9f9 url('/img/event/8955/pc/event2.png') no-repeat center top;
}

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

.event_container .event_cont_3 .event2_object {
	position: absolute;
	top: -30px;
	left: 9%;
}

.event_container .event_cont_3 .item {
	position: absolute;
	top: 455px;
	left: 46%;
	transform: translate(-50%);
	width: 330px;
	height: 300px;
	cursor: pointer;
}

.event_container .event_cont_3 .item_2 {
	top: 705px;
	left: 40%;
}

.event_container .event_cont_3 .item_3 {
	top: 655px;
	right: 5%;
	left: auto;
}

.event_container .event_cont_3 .item::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 31px;
	right: 47px;
	width: 76px;
	height: 78px;
	background: url('/img/event/8955/pc/finger2.png') center no-repeat;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_container .event_cont_3 .item_2::after {
	right: 38px;
}

.event_container .event_cont_3 .item_3::after {
	bottom: 20px;
	right: 76px;
}

.event_container .event_cont_3 .bubble {
	position: absolute;
	bottom: 614px;
	animation: shakeHand 1.5s ease-in-out infinite;
}

.event_container .event_cont_3 .bubble_1 {
	left: 20px;
}

.event_container .event_cont_3 .bubble_2 {
	bottom: 484px;
	left: 445px;
}

.event_container .event_cont_3 .bubble_3 {
	bottom: 444px;
	right: 415px;
}

.event_container .event_cont_3 .bubble_4 {
	bottom: 594px;
	right: 17px;
}

/* 유의사항 */
.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 .close_btn {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 23px;
    height: 23px;
    background: url('/img/event/8955/pc/btn_X.png') center / contain no-repeat;
    cursor: pointer;
}

.event_container .event_modal .modal_content {
	position: relative;
	width: 680px;
	height: 700px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
}

.event_container .event_modal .modal_content::before,
.event_container .event_modal .modal_content::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
}

.event_container .event_modal .modal_content::before {
	top: -20px;
	right: 5px;
	width: 83px;
	height: 99px;
	background: url('/img/event/8955/pc/popup_object2.png') center no-repeat;
}

.event_container .event_modal .modal_content::after {
	top: 25px;
	left: -44px;
	width: 117px;
	height: 128px;
	background: url('/img/event/8955/pc/popup_object1.png') center no-repeat;
}

.event_container .event_modal .content_head {
	margin-top: 52px;
	margin-bottom: 25px;
	letter-spacing: -0.08em;
	color: #000;
	font-size: 36px;
	font-family: 'spoqa4';
	font-weight: bold;
	color: #f96301;
}

.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 {
	position: relative;
	margin-top: 4px;
	padding: 0 70px;
	box-sizing: border-box;
	letter-spacing: -0.08em;
	color: #525454;
	font-size: 18px;
	font-family: 'spoqa3';
	text-align: left;
}

.event_container .event_modal .content_desc li {
	padding-left: 4px;
	list-style-type: '-';
}

.event_container .event_modal .btn_close {
	width: 100%;
	height: 80px;
	margin-top: 49px;
	padding-top: 0.2em;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 30px;
	font-family: 'market-b';
	background: #f96301 url('/img/event/8955/pc/popup_btn.png') center no-repeat;
}
