@charset "UTF-8";

/* 공통 */
.event_container {
	position: relative;
	width: 100%;
	color: #000;
	font-family: 'noto4';
	background: #ccddff;
}

.mo_event_container {
	max-width: 750px;
}

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

.event_container img {
	display: inline-block;
	;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.event_container .event_cont {
	position: relative;
}

.event_container .main_inner {
	position: relative;
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.event_container .content_wrap {
	position: relative;
	width: 100%;
	border: 5px solid #7d32e6;
	border-radius: 30px;
	background: #fff;
}

.event_container .button_wrap {
	display: flex;
	gap: 10px;
}

.content_title {
	font-size: 50px;
	font-family: 'noto7';
	letter-spacing: -1px;
	line-height: 1.2;
}

.content_title>span {
	font-family: inherit;
	color: #0021ed;
}

@keyframes pointerBounceDiagonal {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

.fix_bottom {
	position: fixed;
	bottom: 0;
}

.event_header {
	background: #e9ebf3;
	font-size: 0;
	padding: 74px 0 0;
}

.content_1 {
	background: linear-gradient(180deg, #0e1631, #1e206b);
	padding: 149px 0 151px;
}

.content_2 {
	background: #ffffff;
	padding: 154px 0 150px;
}

.content_3 {
	background: #ebf2f9;
	padding: 150px 0;
}

.content_3 .professor_slide {
	position: relative;
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}

.content_3 .professor_slide .swiper-button-prev {
	height: 49px;
	top: calc(50% + 67px);
	left: 30px;
	background: url('/img/event/9348/pc/slide_arrow.png') center no-repeat;
}

.content_3 .professor_slide .swiper-button-next {
	height: 49px;
	top: calc(50% + 67px);
	right: 30px;
	background: url('/img/event/9348/pc/slide_arrow.png') center no-repeat;
	transform: scaleX(-1);
}

.content_3 .teacher_tab {
	position: relative;
	display: flex;
	width: 100%;
	gap: 12px;
}

.content_3 .teacher_tab button {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 105px;
	padding: 0 0 0 34px;
	/* border: 1px solid #c8cbde; */
	border-radius: 10px;
	text-align: left;
	color: #abacad;
	letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 100;
}

.content_3 .teacher_tab p {
	font-family: 'noto3';
	font-size: 20px;
}

.content_3 .teacher_tab strong {
	font-size: 26px;
	font-family: 'noto5';
}

.content_3 .teacher_tab .page_item_1 {
	background: #fff url('/img/event/9348/pc/tab_tea1.png') no-repeat center/ cover;
}

.content_3 .teacher_tab .page_item_2 {
	background: #fff url('/img/event/9348/pc/tab_tea2.png') no-repeat center/ cover;
}

.content_3 .teacher_tab .page_item_3 {
	background: #fff url('/img/event/9348/pc/tab_tea3.png') no-repeat center/ cover;
}

.content_3 .teacher_tab .page_item_4 {
	background: #fff url('/img/event/9348/pc/tab_tea4.png') no-repeat center/ cover;
}

.content_3 .teacher_tab .page_item_1.is_active {
	color: #000000;
	background: #fff url('/img/event/9348/pc/tab_tea1_on.png') no-repeat center/ contain;
}

.content_3 .teacher_tab .page_item_2.is_active {
	color: #000000;
	background: #fff url('/img/event/9348/pc/tab_tea2_on.png') no-repeat center/ cover;
}

.content_3 .teacher_tab .page_item_3.is_active {
	color: #000000;
	background: #fff url('/img/event/9348/pc/tab_tea3_on.png') no-repeat center/ cover;
}

.content_3 .teacher_tab .page_item_4.is_active {
	color: #000000;
	background: #fff url('/img/event/9348/pc/tab_tea4_on.png') no-repeat center/ cover;
}

.content_3 .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	width: 100%;
	height: 364px;
	margin-top: 32px;
	padding-left: 145px;
}

.content_3 .swiper-slide_1 {
	background: url('/img/event/9348/pc/teacher1.png');
}

.content_3 .swiper-slide_2 {
	background: url('/img/event/9348/pc/teacher2.png');
}

.content_3 .swiper-slide_3 {
	background: url('/img/event/9348/pc/teacher3.png');
}

.content_3 .swiper-slide_4 {
	background: url('/img/event/9348/pc/teacher4.png');
}

.content_3 .professor_name {
	font-size: 42px;
	font-family: 'noto5';
	letter-spacing: -1px;
}

.content_3 .professor_name span {
	font-family: "noto7";
	color: #0021ed;
}

.content_3 .professor_point {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 15px;
	margin-top: 39px;
}

.content_3 .professor_point li {
	position: relative;
	width: 498px;
	padding: 14px 0 14px 55px;
	font-size: 28px;
	font-family: 'noto3';
	background: linear-gradient(90deg, #fff7c7 80%, transparent);
	text-align: left;
	line-height: 1;
	letter-spacing: -1px;
}

.content_3 .professor_point li:before {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	content: '';
	left: 12px;
	top: 14px;
	background: url('/img/event/9348/pc/check.png')
}

.content_4 {
	background: #cbe0f7;
	padding: 150px 0;
}

.content_5 {
	background: url('/img/event/9348/pc/con5_bg.png')top center no-repeat #f5f9fe;
	padding: 150px 0 0;
}

.content_6 {
	background: #ccddff;
	padding: 135px 0;
}

.content_6 .content_title {
	margin-bottom: 47px;
}

.event_detail {
	width: 100%;
	margin-top: 50px;
	padding: 34px 0 38px 238px;
	border-radius: 30px;
	box-sizing: border-box;
	background: #fff;
}

.detail_item {
	display: flex;
	align-items: center;
	gap: 28px;
}

.detail_item+.detail_item {
	margin-top: 16px;
}

.detail_item dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 150px;
	height: 50px;
	border: 2px solid #0808ff;
	border-radius: 45px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #0808ff;
	font-size: 27px;
	font-family: 'noto6';
}

.detail_item dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'noto4';
}

.detail_item dd p {
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 27px;
	color: #000;
}

.detail_item:nth-child(3) dd p {
	transform: translateY(4px);
	line-height: 1.4;
}


.fix_bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

.fix_bottom.sticky-bottom {
	position: static;
	margin-top: -16px;
}

.main_inner .btn {
	display: inline-block;
	position: absolute;
	font-size: 0;
}

.main_inner .btn_link {
	width: 129px;
	height: 36px;
	left: 50%;
	top: 50%;
	transform: translateX(-107px) translateY(144px);
}

.main_inner .btn_down {
	width: 100px;
	height: 100px;
	bottom: 0;
	left: 50%;
}

.main_inner .btn_event {
	position: relative;
	width: 572px;
	height: 92px;
	margin-top: 36px;
	/* left: 50%; */
	/* bottom: 20px; */
	/* transform: translateX(-376px); */
}

.main_inner .btn_event:after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -83px;
	right: -54px;
	width: 105px;
	height: 113px;
	background: url('/img/event/8965/pc/finger.png') center no-repeat;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.main_inner .btn_move_section {
	width: 265px;
	height: 52px;
	right: 50px;
	bottom: 27px;
}

.btn_move_section:after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -33px;
	right: -17px;
	width: 45px;
	height: 53px;
	background: url('/img/event/8965/pc/finger.png') center no-repeat;
	animation: pointerBounceDiagonal 0.8s ease infinite;
	background-size: cover;
}

.mo_btn_link {
	width: 22%;
	height: 3%;
	left: 60%;
	top: 62%;
	transform: none;
}

.mo_btn_event {
	width: 90%;
	height: 6%;
	left: 5%;
	bottom: 8%;
	transform: translateX(0);
}

.event_container .scroll_top {
	display: none;
	position: absolute;
	right: -60px;
	bottom: calc(50% - 34px);
	width: 40px;
	height: 40px;
	border: 1px solid #a0a0a0;
	padding-top: 10px;
	background: url('//static-sdedu.akamaized.net/img1/mobile/images/free_consulting/arrow_top_on.png') no-repeat center 11% #fff;
	background-size: 30%;
	color: #a0a0a0;
	font-size: 14px;
	font-family: 'noto5';
	letter-spacing: -0.8px;
}

.event_container .sticky-bottom .scroll_top {
	display: block;
}