@charset "UTF-8";
/* 공통 */
#notice_popup_wrap {
    display: none !important;
}


html {
	scroll-behavior: smooth;
}

a,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}

.event_container {
	min-width: 1100px;
	width: 100%;
	color: #000;
	font-family: 'noto4';
	overflow: hidden;
}

.event_container * {
	line-height: normal;
}

.event_container img {
	display: block;
}

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

.event_container li {
	float: none;
	font-weight: normal;
}

.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_cont {
	position: relative;
	width: 100%;
}

.event_container .event_cont .main_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

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

.event_container .main_title > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 77px;
	height: 44px;
	margin: 0 0 22px;
	padding: 0 0 12px;
	letter-spacing: -0.025em;
	font-size: 35px;
	font-family: 'noto6';
	background: url('/img/event/9133/pc/num_img.png') no-repeat 0 0 / contain;
}

.event_container .main_title h3 {
	line-height: 1.29;
	letter-spacing: -0.025em;
	font-size: 55px;
	font-family: 'noto7';
}

.event_container .main_title h3 em {
	color: #92ff67;
	font: inherit;
}

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

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

@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);
	}
}

/* 하단 배너 */
.bottom_banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}

.bottom_banner .main_inner {
	display: flex;
	/* width: 1260px; */
	margin: 0 auto;
}

.bottom_banner button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 20px 0 14px;
	box-sizing: border-box;
}

.bottom_banner .button_1 {
	border: 3px solid #0d7bd0;
	background: linear-gradient(to bottom right, #0b97d5 10%, #0186ec);
}

.bottom_banner .button_2 {
	border: 3px solid #a2d66b;
	background: linear-gradient(to bottom right, #ecfe1f 10%, #c4f392);
}

.bottom_banner button p {
	font-family: 'noto6';
	font-size: 24px;
	letter-spacing: -0.025em;
	text-align: center;
	line-height: 1.1;
}

.bottom_banner button p em {
	font-family: 'noto6';
}

.bottom_banner .button_1 p {
	color: #fff;
}

.bottom_banner .button_1 p em {
	color: #ffe615;
}

.bottom_banner .button_2 p {
	color: #1b1d49;
}

.bottom_banner .button_2 p em {
	color: #2f35b7;
}

/* 컨텐츠 */
.event_container .event_cont_1 .main_inner {
	justify-content: flex-start;
	position: relative;
	height: 100%;
}

.event_container .event_cont_1 .main_inner::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 187px;
	right: -267px;
	width: 470px;
	height: 444px;
	background: url('/img/event/9133/pc/monitor_img.png') no-repeat center;
}

.event_container .event_cont_1 .event_top_1 .main_inner {
	padding-top: 98px;
}

.event_container .event_cont_1 .event_top_2 .main_inner {
	padding-top: 125px;
}
.event_container .event_cont_1 .event_top_1 {
    height: 730px;
	background: url('/img/event/9133/pc/top_bg.png') no-repeat center top / cover;
}

.event_container .event_cont_1 .event_top_2 {
    height: 760px;
	background: url('/img/event/9133/pc/top2_bg.png') no-repeat center top / cover;
}


.event_cont_2 {
	padding: 134px 0 105px;
	background: #d7f5f5;
}

.event_cont_3 {
	height: 2327px;
}

.event_cont_3 .main_inner {
	padding: 236px 0 131px;
}

.event_cont_3 .contnet2_wrap {
	position: relative;
	margin: 128px 0 115px;
}

.event_cont_3 .mock_slide_wrap {
	display: flex;
	position: absolute;
	top: 144px;
	left: 0;
	width: 100%;
	height: 452px;
	padding: 37px 0 0;
	box-sizing: border-box;
}

.event_cont_3 .mock_slide {
	position: relative;
	width: 591px;
	height: 371px;
	margin-left: 418px;
	overflow: hidden;
}

.event_cont_3 .mock_slide .swiper-slide {
}

.event_cont_3 .mock_slide_wrap .swiper-pagination {
	top: 72px;
	left: 60px;
}

.event_cont_3 .mock_slide_wrap .swiper-pagination-bullet {
	display: block;
	width: fit-content;
	height: fit-content;
	margin-bottom: 13px;
	border: 0;
	border-bottom: 1px solid transparent;
	background: transparent;
	font-family: 'noto7';
	font-size: 24px;
	letter-spacing: -0.025em;
}

.event_cont_3 .mock_slide_wrap .swiper-pagination-bullet-active {
	border-bottom: 1px solid #d554ff;
	color: #d554ff;
}

.event_cont_3 .mock_slide_wrap .swiper-button-next,
.event_cont_3 .mock_slide_wrap .swiper-button-prev {
	width: 61px;
	height: 61px;
	top: 51%;
}

.event_cont_3 .mock_slide_wrap .swiper-button-prev {
	left: 359px;
	background: url('/img/event/9133/pc/btn_l.png') center no-repeat;
}

.event_cont_3 .mock_slide_wrap .swiper-button-next {
	right: 32px;
	background: url('/img/event/9133/pc/btn_r.png') center no-repeat;
}

.event_cont_4 {
	background: #e5ecfd;
}

.event_cont_4 .main_inner {
	padding: 119px 0 80px;
}

.event_cont_4 .img_title {
	margin: 0 0 89px;
}

.event_cont_5 {
	background: url('/img/event/9133/pc/bonus_bg.png') center top no-repeat;
}

.event_cont_5 .main_inner {
	padding: 96px 0 105px;
}

.event_cont_5 .main_title {
	position: absolute;
	top: 139px;
	left: 0;
	width: 100%;
}

.event_cont_5 .main_title h3 {
	color: #fff;
}

.event_cont_5 .event_coupon {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 130px;
	left: 50.2%;
	transform: translateX(-50%);
}

.event_cont_5 .event_coupon .btn_coupon {
	width: 900px;
	height: 75px;
}

.event_cont_6 {
	background: #e9e9e9;
}

.event_cont_6 .main_inner {
	position: relative;
	padding: 143px 0 120px;
}

.event_cont_6 .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 11px;
	position: absolute;
	top: 289px;
	left: 0;
	width: 100%;
}

.event_cont_6 .btn_wrap li {
	width: 544px;
	height: 157px;
	padding-top: 86px;
	padding-left: 51px;
	box-sizing: border-box;
}

.event_cont_6 .btn_wrap li:nth-child(2n) {
	padding-left: 61px;
}

.event_cont_6 .btn_wrap li button {
	width: 126px;
	height: 35px;
	cursor: pointer;
}

/* 유의사항 */
.event_notice {
	padding: 121px 0 100px;
}

.event_notice .main_inner {
	width: 1100px;
	margin: 0 auto;
}

.event_notice .notice_title {
	display: block;
	width: 100%;
	background: url('/img/event/9133/pc/sound_icon.png') center left no-repeat;
	text-indent: 68px;
	letter-spacing: -0.08em;
	font-size: 35px;
	font-family: 'noto7';
}

.event_notice .notice_list {
	width: 100%;
	margin-top: 45px;
	margin-left: 70px;
}

.event_notice .notice_list .list_item + .list_item {
	margin-top: 41px;
}

.event_notice .notice_list .list_item dt {
	line-height: 1.2;
	letter-spacing: -0.08em;
	font-size: 26px;
	font-family: 'noto6';
}

.event_notice .notice_list .list_item dd {
	display: block;
	width: 100%;
	line-height: 34px;
	margin-top: 9px;
	letter-spacing: -0.01em;
	font-size: 18px;
	font-family: 'noto2';
}

.event_notice .notice_list .list_item p {
	font-family: 'noto2';
}

.event_notice .notice_list .list_item li {
	float: none;
	font-family: 'noto2';
	line-height: 1.65;
}

.event_notice .notice_list .list_item ul + p {
	margin: 30px 0 5px;
	font-size: 20px;
	font-family: 'noto5';
}
