@charset "UTF-8";

/* 공통 */
html {
	scroll-behavior: smooth;
}

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

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

.event_container li {
	float: none;
}

.event_container img {
	display: block;
}

.event_container .event_cont .main_title {
	font-family: 'noto4';
	font-size: 48px;
	letter-spacing: -0.09em;
	line-height: 1.2;
	text-align: center;
	color: #001f21;
}

.event_container .event_cont .main_title .point_wrap {
	width: 104px;
	height: 78px;
	margin: 55px auto 0;
	padding-top: 10px;
	background: #162661;
	color: #fff;
}

.event_container .event_cont .main_title .point_wrap span {
	display: block;
	font-family: 'market-l';
	font-size: 18px;
	letter-spacing: -0.07em;
}

.event_container .event_cont .main_title .point_wrap p {
	font-family: 'market-b';
	font-size: 36px;
	letter-spacing: 0.01em;
}

.event_container .event_cont .main_title h3 {
	margin: 45px 0 40px;
	font-family: 'noto4';
	font-size: 30px;
	letter-spacing: -0.11em;
	line-height: 1.2;
	color: #000;
}

.event_container .event_cont .main_title h3 em {
	font-family: 'noto5';
	color: #1743eb;
}

.event_container .event_cont .speechBubble_img_wrap {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 266px;
	z-index: 1;
}

.event_container .event_cont .speechBubble_img_wrap .speechBubble_img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.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;
}

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

.event_container .main_inner img {
	display: block;
	margin: 0 auto;
}

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

/* 플로팅배너 */
.event_container .event_floating {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: fixed;
	top: 263px;
	right: 20px;
	width: 190px;
	z-index: 2;
}
.event_container .event_floating a {
	display: block;
	width: 100%;
	height: 280px;
}

/* 하단 배너*/
.btm_link {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 2;
	background: linear-gradient(to right, #391f94, #391f94);
}

.btm_link .main_inner {
	position: relative;
	top: -30px;
	height: 140px;
	background: url('/img/event/9027/pc/fixbnr.png') no-repeat center top;
}

/* 컨텐츠 */
.event_container .event_cont_1 {
	background: #5124cf url('/img/event/9027/pc/visual_bg.jpg') center top no-repeat;
}

.event_container .event_cont_1 .event_badge {
	display: none;
	position: absolute;
	top: 700px;
    right: 112px;
	animation: floating 1s ease infinite;
}

.event_container .event_cont_2 {
	background: #e8e4fd;
}

.event_container .event_cont_3 {
	background: #542cd8 url('/img/event/9027/pc/con2_bg.jpg') center top no-repeat;
}

.event_container .event_cont_3 .video_box_wrap {
	position: absolute;
	top: 311px;
    right: 112px;
	width: 980px;
	height: 600px;
}

.event_container .event_cont_3 .video_box_wrap button {
	display: block;
	width: 100%;
	height: 100%;
}

.event_container .event_cont_4 {
	background: #221f4c url('/img/event/9027/pc/con3_01_bg.jpg') center top no-repeat;
}

.event_container .event_cont_5 {
	background: #f0edfe url('/img/event/9027/pc/con4_bg.jpg') center top no-repeat;
}

.event_container .event_cont_6 {
	background: #542cd8 url('/img/event/9027/pc/con5_bg.jpg') center top no-repeat;
}

.event_container .event_cont_6 .btn_apply {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 640px;
	height: 90px;
}

.event_container .event_cont_6 .btn_apply::after {
	content: '';
	position: absolute;
	top: 64px;
    right: -5px;
	width: 80px;
	height: 78px;
	background: url('/img/event/8963/pc/finger.png') no-repeat center / 100% auto;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_container .event_cont_7 {
	padding: 0 0 137px;
	background: #fdf4cd url('/img/event/8964/pc/best_apply_bg.png') top 317px center no-repeat;
}

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

.event_container .event_cont_7 .item_wrap {
	width: 1100px;
	height: 616px;
	padding: 39px 58px 0 45px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	box-shadow: 5px 8px 29px 0px rgba(0, 0, 0, 0.28);
}
.event_container .event_cont_7 .item_wrap .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 26px 20px 23px 19px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
}
.event_container .event_cont_7 .item_wrap .item:last-child {
	border-bottom: 0;
}
.event_container .event_cont_7 .item_wrap .item .box_wrap {
	display: flex;
	align-items: center;
	gap: 31px;
}
.event_container .event_cont_7 .item_wrap .item .box_wrap p {
	margin-bottom: 8px;
	font-family: 'noto5';
	font-size: 22px;
	letter-spacing: -0.05em;
	line-height: 1;
	color: #7a7a7a;
}
.event_container .event_cont_7 .item_wrap .item .box_wrap h3 {
	font-family: 'noto5';
	font-size: 42px;
	letter-spacing: -0.05em;
	line-height: 1;
}

.event_container .event_cont_7 .item_wrap .item .txt_wrap {
	padding-bottom: 5px;
}

/* 유의사항 */
.event_container .event_notice {
	padding: 69px 0;
	background: #6b758e;
	color: #fff;
}

.event_container .event_notice .btn_go {
	padding: 2px 8px;
	font-size: 16px;
	color: #fff;
	background: #000;
	text-decoration: none;
}

.event_container .event_notice .notice_title {
	margin-bottom: 13px;
	font-family: 'noto5';
	font-size: 40px;
	letter-spacing: -0.045em;
}
.event_container .event_notice .notice_sub_title {
	margin-bottom: 8px;
	font-family: 'noto5';
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.045em;
}
.event_container .event_notice ul + .notice_sub_title {
	margin-top: 20px;
}
.event_container .event_notice .notice_list li {
	font-family: 'noto3';
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -0.045em;
}
