@charset "UTF-8";

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

.event_container button {
	cursor: pointer;
	border: none;
	background: 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 .main_inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

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

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

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

/* 플로팅 앵커 */
.floating_cont {
	position: fixed;
	top: 100px;
	right: 30px;
	z-index: 10;
}

/* 메인 비주얼 */
.visual_cont {
	height: 1083px;
	padding: 133px 0 0;
	background: url('/img/event/8944/pc/v2/top_bg.png') no-repeat center top;
}

.visual_cont .main_title {
	width: 2560px;
	margin-left: 50%;
	transform: translate(-50%);
}

.visual_cont .btn_event_scroll {
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 1000px;
	height: 206px;
	border: none;
	background: none;
}

/* 집중 */
.concept_cont {
	padding: 140px 0 136px;
	background: #5d0af3;
}

.concept_cont .concept_visual {
	margin: 6px 0 0 -61px;
}

/* 소개 */
.intro_cont {
	padding: 182px 0 209px;
	background: #ff7027;
}

.intro_cont .intro_visual {
	margin: 25px 0 0 -388px;
}

.intro_cont .sub_title {
	position: relative;
	margin: 83px auto 0;
	text-align: center;
	padding: 0 0 0 52px;
}

.intro_cont .sub_title::before,
.intro_cont .sub_title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.intro_cont .sub_title::before {
	top: -74px;
}

.intro_cont .sub_title::after {
	top: -41px;
}

/* 카테고리 */
.category_cont {
	position: relative;
	height: 460px;
	background: #100064;
	overflow: hidden;
}

.category_cont .main_inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #100064, rgba(16, 0, 100, 0) 16%, rgba(16, 0, 100, 0) 80%, #100064);
	z-index: 1;
}

.category_cont .category_slide {
	position: relative;
	height: 460px;
	padding-left: 64px;
}

.category_cont .category_slide::after {
	content: '';
	position: absolute;
	top: 117px;
	left: 14px;
	width: 830px;
	height: 226px;
	background: url('/img/event/8944/pc/con2_box.png') no-repeat 0 0;
	z-index: 1;
}

.category_cont .category_slide .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 726px;
	height: 146px;
	border-radius: 160px;
	opacity: 0.3;
	transition: opacity 0.3s ease-in-out;
	background: #fff;
}

.category_cont .category_slide .swiper-slide div {
	padding-top: 12px;
	letter-spacing: -0.08em;
	font-size: 60px;
	font-family: 'market-b';
}

.category_cont .category_slide .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.category_cont .category_slide .swiper-slide.swiper-slide-active div {
	opacity: 0;
}

.category_cont .category_slide .slide_text {
	position: absolute;
	top: 50%;
	left: 866px;
	transform: translateY(-50%);
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 50px;
	font-family: 'market-b';
}

/* 혜택 */
.benefit_cont {
	height: 1130px;
	padding: 179px 0 0;
	background: url('/img/event/8944/pc/v2/con3_bg.png') no-repeat center top;
}

.benefit_cont .benefit_visual {
	margin: -386px 0 0 -431px;
}

.benefit_cont .btn_go {
	margin: 200px auto 0;
}

/* 인터뷰 */
.interview_cont {
	padding: 178px 0 81px;
}

.interview_cont .interview_slide {
	position: relative;
	width: 1920px;
	height: 500px;
	margin: 73px 0 0 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.interview_cont .interview_slide ul {
	display: inline-flex;
	animation: marquee 20s linear infinite;
}

.interview_cont .interview_slide ul:hover {
	animation-play-state: paused;
}

.interview_cont .interview_slide li {
	position: relative;
	transition: 0.2s ease-in;
}

.interview_cont .interview_slide li:hover {
	transform: translateY(-30px);
}

.interview_cont .interview_slide .popupVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.interview_cont .interview_slide a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 신청방법 */
.apply_cont {
	padding: 181px 0 126px;
	background: #5d0af3;
}

.apply_cont .apply_list {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 79px 0 0 -68px;
}

.apply_cont .btn_go {
	display: block;
	margin: 44px 0 0 81px;
}

/* 다른 혜택 */
.another_cont {
	padding: 178px 0 181px;
}

.another_cont .another_list {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.another_cont .another_list li {
	width: 100%;
	height: 280px;
	border-radius: 30px;
	text-align: center;
	background: #fff;
	box-shadow: 0 30px 60px 0 rgba(0, 3, 12, 0.6);
}

.another_cont .another_list li + li {
	margin-left: 32px;
}

.another_cont .another_list span {
	display: inline-block;
	letter-spacing: -0.08em;
	font-size: 24px;
	font-family: 'market-m';
}

.another_cont .another_list p {
	line-height: 1.2;
	margin-top: 9px;
	letter-spacing: -0.08em;
	font-size: 44px;
	font-family: 'market-b';
}

.another_cont .another_list p em {
	font: inherit;
	color: #463afe;
}

.another_cont .another_list_1 {
	margin-top: 73px;
}

.another_cont .another_list_1 li {
	padding-top: 65px;
}

.another_cont .another_list_1 li:nth-child(1) {
	background: url('/img/event/8944/pc/con6_box1_bg.png') no-repeat center;
}

.another_cont .another_list_1 li:nth-child(2) {
	background: url('/img/event/8944/pc/con6_box2_bg.png') no-repeat center;
}

.another_cont .another_list_2 {
	margin-top: 30px;
}

.another_cont .another_list_2 li {
	height: 150px;
	padding-top: 36px;
}

.another_cont .another_note {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 75px;
	width: 100%;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	letter-spacing: -0.08em;
	font-size: 30px;
	font-family: 'market-m';
}

.another_cont .another_note::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-left: 7px;
	background: url('/img/event/8944/pc/con6_icon.png') no-repeat 0 0;
}

/* 유의사항 */
.notice_cont {
	padding: 163px 0 100px;
	background: #f5f5f5;
}

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

.notice_cont .notice_title {
	display: block;
	border-bottom: 2px solid #000;
	text-indent: -2px;
	letter-spacing: -0.08em;
	font-size: 50px;
	font-family: 'noto5';
}

.notice_cont .notice_list {
	margin-top: 46px;
}

.notice_cont .notice_list .list_item + .list_item {
	margin-top: 37px;
}

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

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

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

.notice_cont .notice_list .list_item ul {
	padding-left: 10px;
}

.notice_cont .notice_list .list_item li {
	float: none;
	font-family: 'noto2';
}
