@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 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;
	height: 100%;
	margin: 0 auto;
}

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

.event_container .main_title {
	line-height: 1.3;
	text-align: center;
	color: #000;
	font-weight: normal;
}

.event_container .main_title p {
	letter-spacing: -0.035em;
	font-size: 50px;
	font-family: 'noto4';
}

.event_container .main_title h2 {
	letter-spacing: -0.035em;
	font-size: 50px;
	font-family: 'noto7';
}

@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_cont_1 {
	background: url('/img/event/9088/pc/top_bg.png') no-repeat center top;
}

.event_cont_1 .main_inner {
	padding: 55px 0 100px;
}

.event_cont_1 .event_visual_1 {
	position: absolute;
	top: 326px;
	left: 398px;
	z-index: 1;
	transition: 0.4s ease-in-out 0s;
}

.event_cont_1 .event_visual_2 {
	position: absolute;
	top: 402px;
	left: 133px;
	transition: 0.4s ease-in-out 0.2s;
}

.event_cont_1 .event_visual_3 {
	position: absolute;
	top: 474px;
	left: 656px;
	transition: 0.4s ease-in-out 0.4s;
}

.event_cont_1 .event_visual {
	opacity: 0;
	transform: translate(0, -100px);
}

.event_cont_1.is_active .event_visual {
	opacity: 1;
	transform: translate(0, 0);
}

.event_cont_1 .event_text {
	position: absolute;
	top: 323px;
	left: 140px;
	width: 0;
	overflow: hidden;
	transition: 0.4s ease-in-out 0.6s;
}

.event_cont_1.is_active .event_text {
	width: 242px;
}

.event_cont_1 .event_bullet {
	position: absolute;
	top: 797px;
	left: 393px;
	opacity: 0;
	z-index: 1;
	transition: 0.4s ease-in-out 0.6s;
}

.event_cont_1.is_active .event_bullet {
	opacity: 1;
}

.event_cont_1 .btn_event_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1100px;
	height: 64px;
	margin: 187px auto 0;
	border-radius: 64px;
	background: #000;
	box-shadow: 0px 19px 51px 0px rgba(22, 37, 118, 0.42);
}

.event_cont_1 .btn_event_scroll p::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -83px;
	width: 59px;
	height: 73px;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_1 .btn_event_scroll p {
	position: relative;
	font-size: 25px;
	font-family: 'noto6';
	background: linear-gradient(to right, #ffa0c2 40%, #fff3b3 60%);
	color: transparent;
	-webkit-background-clip: text;
}

.event_cont_2 {
	background: linear-gradient(to bottom, #fbfbfb, #ecebeb);
}

.event_cont_2 .main_inner {
	padding: 59px 0 0;
}

.event_cont_2 .book_slide {
	display: flex;
	margin: 104px 0 167px;
}

.event_cont_2 .slide_inner {
	display: flex;
	animation: marquee 70s linear infinite;
}

.event_cont_2 .slide_inner li {
	margin-right: 15px;
}

.event_cont_3 .main_inner {
	padding: 124px 0 160px;
}

.event_cont_3 .event_tab {
	width: 100%;
	margin: 84px auto 0;
}

.event_cont_3 .event_tab .tab_wrap {
	display: flex;
	gap: 39px;
}

.event_cont_3 .event_tab .tab_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 69px;
	line-height: 1.2;
	border-radius: 69px;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 27px;
	font-family: 'noto5';
	background: #aaadc1;
}

.event_cont_3 .event_tab .tab_btn.is_active {
	background: #293eb0;
}

.event_cont_3 .event_tab .tab_content {
	padding: 100px 0 0;
}

.event_cont_3 .event_tab .tab_content + .tab_content {
	margin: 30px 0 0;
}

.event_cont_3 .event_tab .content_title {
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.035em;
	font-size: 42px;
	font-family: 'noto7';
}

.event_cont_3 .event_tab .content_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
	margin: 51px 0 0;
}

.event_cont_3 .event_tab .list_item {
	position: relative;
	width: 541px;
	height: 293px;
	padding: 31px 10px 20px 249px;
	border: 1px solid transparent;
	border-radius: 20px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.22);
}

.event_cont_3 .event_tab .list_item:hover {
	border: 1px solid #525fa4;
}

.event_cont_3 .event_tab .item_thumb {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 52px;
	width: 161px;
	height: 100%;
}

.event_cont_3 .event_tab .item_thumb img {
	width: 100%;
	height: auto;
	border: 1px solid #dfdfdf;
}

.event_cont_3 .event_tab #tab_content_1 .item_thumb img {
	border-color: #36509d;
}

.event_cont_3 .event_tab #tab_content_2 .item_thumb img {
	border-color: #42a398;
}

.event_cont_3 .event_tab #tab_content_3 .item_thumb img {
	border-color: #fd5230;
}

.event_cont_3 .event_tab .item_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 33px;
	font-family: 'noto6';
}

.event_cont_3 .event_tab .item_desc {
	line-height: 1.4;
	margin-top: 12px;
	letter-spacing: -0.035em;
	font-size: 24px;
	font-family: 'noto4';
}

.event_cont_3 .event_tab .btn_download {
	display: inline-flex;
	align-items: center;
	height: 35px;
	line-height: 1.1;
	border-radius: 35px;
	margin: 24px 0 0 2px;
	padding: 0 26px 0 40px;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 16px;
	font-family: 'noto4';
	background: #6f738b url('/img/event/9088/pc/icon_down.png') no-repeat 20px 10px / 14px;
	box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
}

.event_cont_3 .event_tab .list_item:hover .btn_download {
	background-color: #525fa4;
}

.event_cont_3 .event_notice {
	width: 100%;
	margin: 65px 0 0;
}

.event_cont_3 .event_notice strong {
	letter-spacing: -0.035em;
	font-size: 25px;
	font-family: 'noto7';
}

.event_cont_3 .event_notice ul {
	margin: 15px 0 0;
}

.event_cont_3 .event_notice li {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 18px;
	font-family: 'noto4';
}

.event_cont_3 .event_notice li + li {
	margin-top: 8px;
}

.event_cont_4 {
	background: #f8f8f8 url('/img/event/9088/pc/title_bar.png') no-repeat center top;
}

.event_cont_4 .main_inner {
	padding: 46px 0 85px;
}

.event_cont_4 .main_title {
	padding-bottom: 215px;
	color: #fff;
}

/* 컨텐츠 리포트 S:*/
.hab_number {
	padding-top: 153px;
	padding-bottom: 119px;
}
.hab_number .title {
	margin-bottom: 80px;
	text-align: center;
}
.hab_number .title > img {
	margin: 0 auto;
}
.hab_number .report > ul {
	display: flex;
}
.hab_number .report > ul > li {
	float: none;
	width: calc((100% - 20px) / 4);
	margin-right: 20px;
	text-align: center;
}
.hab_number .report > ul > li:last-child {
	margin-right: 0;
}
.hab_number .report .count-number {
	position: relative;
	font-size: 62px;
	font-family: 'market-b';
	background: linear-gradient(130deg, #0439f7, #1e3d7b);
	color: transparent;
	-webkit-background-clip: text;
	letter-spacing: -1px;
}
.hab_number .report sup {
	color: #2a3862;
	font-size: 20px;
	font-family: 'noto2';
	vertical-align: top;
	position: static;
	line-height: 25px;
	font-weight: lighter;
	letter-spacing: -1.5px;
}
.hab_number .report li .count-number::after {
	position: absolute;
	top: -25px;
	left: 0px;
	content: '';
	width: 19px;
	height: 18px;
	background: url('/_skin/sidae/popkon/main/2023/number_data_line.png') no-repeat;
}
.hab_number .report .content_txt {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	font-family: 'noto6';
	letter-spacing: -0.5px;
	color: #2a3862;
}
/* 컨텐츠 리포트 E:*/

/* 합격생 리스트 S:  */
#hab_list {
	position: relative;
	background: url('/_skin/sidae/popkon/main/2023/review_bg_img.png') 133% top no-repeat #f7d036;
	padding: 70px 0 130px;
}
.pass_person_wrap {
	width: auto;
	padding: 88px 0 0;
}
.pass_person_wrap > .mid {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.pass_person_wrap .title {
	margin-bottom: 60px;
}
.pass_person_wrap .title > img {
	margin: 0 auto;
}
.pass_person_wrap .title > strong {
	font-family: 'noto6';
	font-size: 47px;
	color: #000;
	letter-spacing: -4px;
	line-height: 55px;
}
.pass_person_wrap .line_box .hidden {
	position: relative;
	overflow: hidden;
	text-align: left;
	height: 355px;
}
.pass_person_wrap .line_box .hidden:after {
	display: block;
	content: '';
	background: linear-gradient(to bottom, #f7d036 -25%, rgba(201, 184, 166, 0) 65%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pass_person_wrap .line_box .slick-list {
	height: 355px !important;
}
.pass_person_wrap .add_txt {
	text-align: right;
	position: absolute;
	right: 50px;
	bottom: -125px;
	color: #7a736d;
	font-size: 16px;
}

.pass_person_wrap .pass_list li {
	display: table;
	width: 100%;
}
.pass_person_wrap .pass_list li dl {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}
.pass_person_wrap .pass_list li dl dd {
	font-size: 19px;
	padding: 8px 0;
	text-align: left;
	font-family: 'noto3';
}
/* 합격생 리스트 E:  */

/* 합격생 후기 이미지 리스트 S:  */
.hab_review_new {
	width: auto;
}
.hab_review_new .hab_review_slide {
	display: flex;
	width: calc(401px * 100);
	height: 100%;
	flex-wrap: nowrap;
	animation: marquee 250s linear infinite;
}
.hab_review_new .hab_review_slide:hover {
	animation-play-state: paused;
}
.more_hugi {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 75px;
}
/* 합격생 후기 이미지 리스트 E:  */
