@charset "UTF-8";
/* 공통 */
html {
	scroll-behavior: smooth;
}

.top_navi_new {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 63px;
	background: #fff;
}

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

.event_container * {
	line-height: normal;
}

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

.event_container li {
	float: none;
}

.event_container img {
	display: block;
}

.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: 1100px;
	margin: 0 auto;
}

.event_container .event_cont .main_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event_container .main_title {
	line-height: 1.1;
	text-align: center;
	letter-spacing: -0.005em;
	color: #000;
	font-size: 60px;
	font-family: 'noto7';
	font-weight: normal;
}

@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_marquee {
	background: #92ff66;
	overflow: hidden;
}
.event_container .event_marquee .marquee_inner {
	display: flex;
	align-items: center;
	height: 70px;
	animation: marquee 10s linear infinite;
}
.event_container .event_marquee .marquee_inner ul {
	display: flex;
	align-items: center;
}
.event_container .event_marquee .marquee_inner ul li {
	margin: 0 40px;
	font-family: 'noto7';
	font-size: 28px;
	letter-spacing: -0.08em;
	white-space: nowrap;
	color: #000;
}

/* 플로팅배너 */
.event_container .event_floating {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: fixed;
	top: 151px;
	right: 50px;
	width: 200px;
	height: 419px;
	background: url('/img/event/9091/pc/bn.png') no-repeat 0 0;
	z-index: 21;
}
.event_container .event_floating a {
	display: block;
	width: 100%;
	height: 200px;
	border-radius: 20px;
}

/* 타이머 */
.event_container .event_timer_area {
	/* position: absolute; */
	/* top: 63px; */
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 77px;
	background: url('/img/event/8955/pc/time_bg.png') center no-repeat;
	z-index: 1;
}

/* .event_container .event_timer_area.is_fixed {
	position: fixed;
} */

.event_container .event_timer_area .main_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}

.event_container .event_timer_area p {
	line-height: 1.2;
	letter-spacing: -0.075em;
	color: #fff;
	font-size: 20px;
	font-family: 'noto4';
}

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

.event_container .event_timer_area .img_item {
	margin-top: 11px;
}

.event_container .event_timer_area .timer_visual {
	display: flex;
	align-items: center;
}

.event_container .event_timer_area .event_timer {
	display: flex;
	align-items: center;
	gap: 56px;
	height: 100%;
	padding-right: 50px;
}

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

.event_container .event_timer_area .event_timer span {
	width: 40px;
	height: 50px;
	line-height: 58px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'market-b';
	background: #050509;
}

.event_container .event_timer_area .event_timer > div::after {
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 22px;
	font-family: 'noto4';
}

.event_container .event_timer_area .event_timer .timer_day::after {
	content: '일';
}

.event_container .event_timer_area .event_timer .timer_hour::after {
	content: '시';
}

.event_container .event_timer_area .event_timer .timer_minute::after {
	content: '분';
}

.event_container .event_timer_area .event_timer .timer_seconds::after {
	content: '초';
}

.event_container .event_timer_area .btn_go {
	display: flex;
	align-items: center;
	position: relative;
	height: 48px;
	padding: 0 31px 0 32px;
	border-radius: 48px;
	letter-spacing: -0.035em;
	color: #000;
	font-size: 21px;
	font-family: 'noto5';
	background: #92ff66;
}

.event_container .event_timer_area .btn_go::after {
	content: '>';
	margin-left: 6px;
}

.event_container .event_timer_area .btn_go::before {
	content: '';
	position: absolute;
	top: 24px;
	right: -21px;
	width: 37px;
	height: 48px;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

/* 컨텐츠 */
.event_container .event_cont_1 .main_inner {
	padding: 0 0 132px;
}

.event_container .event_cont_1 .floating_items {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: absolute;
	top: 680px;
	right: -141px;
	animation: floating 1s ease infinite;
}

.event_container .event_cont_1 .event_title {
	margin: -9px 0 0;
}

.event_container .event_cont_1 .btn_scroll {
	position: absolute;
	bottom: 137px;
	left: 235px;
	width: 628px;
	height: 86px;
}

.event_container .event_cont_1 .btn_scroll::after {
	content: '';
	position: absolute;
	top: 44px;
	right: 6px;
	width: 91px;
	height: 91px;
	background: url('/img/event/9118/common/button_motion.png') no-repeat 0 0;
	animation: pointerBounceDiagonal 0.8s ease infinite;
	z-index: 1;
}

.event_container .event_cont_2 {
	background: #e1f0fc;
}

.event_container .event_cont_2 .main_inner {
	padding: 133px 0 132px;
}

.event_container .event_cont_3 .main_inner {
	padding: 126px 0 169px;
}

.event_container .event_cont_4 {
	background: #f5f6f8;
}

.event_container .event_cont_4 .main_inner {
	padding: 125px 0 6px;
}

.event_container .event_cont_4 .professor_slide {
	width: 100%;
	margin: 48px 0 0;
	overflow: hidden;
}

.event_container .event_cont_4 .swiper-pagination {
	display: flex;
	gap: 8px;
	position: static;
	width: 100%;
}

.event_container .event_cont_4 .page_item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 94px;
	padding: 0 0 0 9px;
	border: 1px solid #c8cbde;
	border-radius: 10px;
	text-align: left;
	color: #abacad;
	font-family: 'noto4';
	background: #fff url('/img/event/9118/common/t_tab_t1_out.png') no-repeat right bottom / 84px auto;
}

.event_container .event_cont_4 .page_item.is_active {
	color: #000;
	border-color: #61bbea;
}

.event_container .event_cont_4 .page_item_1 {
	background-image: url('/img/event/9118/common/t_tab_t1_out.png');
}

.event_container .event_cont_4 .page_item_1.is_active {
	background: url('/img/event/9118/common/t_tab_t1_over.png') no-repeat right bottom / 84px auto, linear-gradient(30deg, #fff, #ebf6fd);
}

.event_container .event_cont_4 .page_item_2 {
	background-image: url('/img/event/9118/common/t_tab_t2_out.png');
}

.event_container .event_cont_4 .page_item_2.is_active {
	background: url('/img/event/9118/common/t_tab_t2_over.png') no-repeat right bottom / 84px auto, linear-gradient(30deg, #fff, #ebf6fd);
}

.event_container .event_cont_4 .page_item_3 {
	background-image: url('/img/event/9118/common/t_tab_t3_out.png');
}

.event_container .event_cont_4 .page_item_3.is_active {
	background: url('/img/event/9118/common/t_tab_t3_over.png') no-repeat right bottom / 84px auto, linear-gradient(30deg, #fff, #ebf6fd);
}

.event_container .event_cont_4 .page_item_4 {
	background-image: url('/img/event/9118/common/t_tab_t4_out.png');
}

.event_container .event_cont_4 .page_item_4.is_active {
	background: url('/img/event/9118/common/t_tab_t4_over.png') no-repeat right bottom / 84px auto, linear-gradient(30deg, #fff, #ebf6fd);
}

.event_container .event_cont_4 .page_item_5 {
	background-image: url('/img/event/9118/common/t_tab_t5_out.png');
}

.event_container .event_cont_4 .page_item_5.is_active {
	background: url('/img/event/9118/common/t_tab_t5_over.png') no-repeat right bottom / 84px auto, linear-gradient(30deg, #fff, #ebf6fd);
}

.event_container .event_cont_4 .page_item_6 {
	background-image: url('/img/event/9118/common/t_tab_t6_out.png');
}

.event_container .event_cont_4 .page_item_6.is_active {
	background: url('/img/event/9118/common/t_tab_t6_over.png') no-repeat right bottom / 84px auto, linear-gradient(30deg, #fff, #ebf6fd);
}

.event_container .event_cont_4 .page_item p {
	line-height: 1.1;
	letter-spacing: -0.035em;
	font-size: 16px;
}

.event_container .event_cont_4 .page_item strong {
	display: block;
	line-height: 1.2;
	margin: 1px 0 0;
	font-size: 21px;
	font-family: 'noto6';
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide {
	position: relative;
	padding: 128px 0 0;
	width: 100%;
	height: 755px;
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide_1 {
	background: url('/img/event/9118/common/t_photo_1.png') no-repeat top 10px right 10px / 550px auto;
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide_2 {
	background: url('/img/event/9118/common/t_photo_2.png') no-repeat top 10px right 10px / 550px auto;
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide_3 {
	background: url('/img/event/9118/common/t_photo_3.png') no-repeat top 10px right 10px / 550px auto;
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide_4 {
	background: url('/img/event/9118/common/t_photo_4.png') no-repeat top 10px right 10px / 550px auto;
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide_5 {
	background: url('/img/event/9118/common/t_photo_5.png') no-repeat top 10px right 10px / 550px auto;
}

.event_container .event_cont_4 .swiper-wrapper_professor > .swiper-slide_6 {
	background: url('/img/event/9118/common/t_photo_6.png') no-repeat top 10px right 10px / 550px auto;
}

.event_container .event_cont_4 .slide_point {
	padding: 20px 0 0 130px;
	min-height: 158px;
}

.event_container .event_cont_4 .swiper-slide_1 .slide_point {
	background: url('/img/event/9118/common/t_point_1.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-slide_2 .slide_point {
	background: url('/img/event/9118/common/t_point_2.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-slide_3 .slide_point {
	background: url('/img/event/9118/common/t_point_3.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-slide_4 .slide_point {
	background: url('/img/event/9118/common/t_point_4.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-slide_5 .slide_point {
	background: url('/img/event/9118/common/t_point_5.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-slide_6 .slide_point {
	background: url('/img/event/9118/common/t_point_6.png') no-repeat 0 0;
}

.event_container .event_cont_4 .slide_point p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 39px;
	font-family: 'noto7';
}

.event_container .event_cont_4 .slide_point p em {
	display: inline-block;
	color: #0063ff;
}

.event_container .event_cont_4 .slide_point ul {
	margin: 16px 0 0 -5px;
}

.event_container .event_cont_4 .slide_point li {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 23px;
	font-family: 'noto6';
}

.event_container .event_cont_4 .slide_point li + li {
	margin: 8px 0 0;
}

.event_container .event_cont_4 .slide_name {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 200px;
	right: 0;
	border: 1px solid #61bbea;
	border-radius: 50%;
	background: linear-gradient(to right, #fff, #ebf6fd);
}

.event_container .event_cont_4 .slide_name p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 20px;
}

.event_container .event_cont_4 .slide_name strong {
	letter-spacing: -0.035em;
	font-size: 30px;
	font-family: 'noto6';
}

.event_container .event_cont_4 .review_slide_title {
	display: block;
	min-height: 42px;
	padding: 0 0 0 59px;
	margin: 61px 0 0;
	letter-spacing: -0.035em;
	font-size: 30px;
	font-family: 'noto7';
	background: url('/img/event/9118/common/check.png') no-repeat 12px 5px / 41px auto;
}

.event_container .event_cont_4 .reviews_slide {
	position: relative;
	width: 546px;
	height: 147px;
	margin: 22px 0 0 12px;
	overflow: hidden;
}

.event_container .event_cont_4 .swiper-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 14px 1px 0;
}

.event_container .event_cont_4 .swiper-button-prev,
.event_container .event_cont_4 .swiper-button-next {
	position: static;
	width: 46px;
	height: 46px;
}

.event_container .event_cont_4 .swiper-button-prev {
	background: url('/img/event/9118/common/review_l.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-button-next {
	background: url('/img/event/9118/common/review_r.png') no-repeat 0 0;
}

.event_container .event_cont_4 .swiper-wrapper_reviews > .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 20px 54px 19px 80px;
	border: 1px solid #c8cbde;
	border-radius: 10px;
	font-size: 19px;
	background: #fff;
}

.event_container .event_cont_4 .swiper-slide em {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.045em;
	font-family: 'noto6';
}

.event_container .event_cont_4 .swiper-slide p {
	line-height: 1.4;
	margin: 3px 0 0;
	word-break: keep-all;
	letter-spacing: -0.065em;
}

.event_container .event_cont_5 .main_inner {
	padding: 121px 0 126px;
}

.event_container .event_cont_6 {
	background: #badcf8;
}

.event_container .event_cont_6 .main_inner {
	padding: 76px 0 150px;
}

.event_container .event_cont_6 .main_inner > img {
	position: relative;
	z-index: 1;
}

.event_container .event_cont_6 .event_detail {
	width: 100%;
	margin: -67px 0 0;
	padding: 67px 0 65px 67px;
	border-radius: 30px;
	font-size: 20px;
	background: #fff;
}

.event_container .event_cont_6 .detail_item {
	display: flex;
	gap: 25px;
}

.event_container .event_cont_6 .detail_item + .detail_item {
	margin: 19px 0 0;
}

.event_container .event_cont_6 .detail_item dt {
	line-height: 1.4;
	letter-spacing: -0.035em;
	color: #0063ff;
	font-family: 'noto6';
}

.event_container .event_cont_6 .detail_item dd p {
	line-height: 1.45;
	letter-spacing: -0.035em;
}

.event_container .event_cont_6 .detail_item button {
	display: inline-flex;
	align-items: center;
	height: 33px;
	padding: 0 23px;
	margin: -4px 0 0 3px;
	border-radius: 20px;
	letter-spacing: -0.035em;
	font-size: 15px;
	font-family: 'noto5';
	background: #ffdf5e;
}

.event_container .event_cont_6 .btn_apply {
	position: relative;
	margin: 44px 0 0;
}

.event_container .event_cont_6 .btn_apply::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 208px;
	transform: translateY(-50%);
	width: 91px;
	height: 91px;
	background: url('/img/event/9118/common/button_motion.png') no-repeat 0 0;
	animation: pointerBounceDiagonal 0.8s ease infinite;
	z-index: 1;
}
