@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;
	height: auto;
}

.event_container .main_title p {
	font-family: 'noto5';
	font-size: 42px;
	letter-spacing: -0.065em;
	line-height: 1;
	text-align: center;
	color: #faba00;
}

.event_container .main_title h3 {
	margin-top: 20px;
	font-family: 'noto7';
	font-size: 46px;
	letter-spacing: -0.025em;
	line-height: 1.3;
	text-align: center;
}

@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 .banner_cont {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.event_container .banner_cont .main_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1232px;
	height: 84px;
	padding: 0 119px 0 135px;
	border-radius: 30px 30px 0 0;
	background: #414eff;
}

.event_container .banner_cont .img_wrap {
	width: 263px;
	transform: translate(0, -6px);
}

.event_container .banner_cont strong {
    padding: 5px 10px;
    background: #000;
	letter-spacing: -0.055em;
	color: #ffca34;
	font-size: 24px;
	font-family: 'noto6';
    line-height: 1;
}

.event_container .banner_cont .text_wrap {
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 34px;
	font-family: 'noto6';
    text-indent: -24px;
}

.event_container .banner_cont .text_wrap em {
	color: #ffca34;
}

.event_container .banner_cont .btn_go {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    width: 264px;
	height: 44px;
	padding: 0 48px;
    border: 2px solid #000;
	border-radius: 47px;
	letter-spacing: -0.035em;
	color: #000;
	font-size: 20px;
	font-family: 'noto5';
	background: #ffd02c;
}

.event_container .banner_cont .btn_go::after {
	content: '';
	position: absolute;
	top: 32px;
	right: 3px;
	width: 33px;
	height: 64px;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
	z-index: 3;
}

/* 컨텐츠 */
.event_cont_1 {
	background: url('/img/event/9129/pc/top_bg.png') no-repeat center top;
}

.event_cont_1 .main_inner {
	padding: 0 0 121px;
	background: url('/img/event/9129/pc/top_teacher.png') no-repeat right 59px top 70px;
}

.event_cont_1 .graph_wrap {
	position: relative;
	width: 100%;
	height: 1515px;
	margin-top: -546px;
	padding-top: 240px;
	background: url('/img/event/9129/pc/graph_bg.png') top center no-repeat;
}

.event_cont_1 .main_title h3 {
	margin-top: 20px;
	font-family: 'noto4';
	font-size: 44px;
	letter-spacing: 0.025em;
	line-height: 1.3;
	color: #fff;
}

.event_cont_1 .graph_box {
	width: 100%;
	height: 441px;
	margin-top: 80px;
	background: url('/img/event/9129/pc/graph_box.png') center no-repeat;
}

.event_cont_1 .graph_box img {
	margin: 10px 0 0 20px;
}

.event_cont_1 .graph_img {
	margin-top: 80px;
}

.event_cont_2 {
	height: 1280px;
	background: url('/img/event/9129/pc/hugi_bg.png') no-repeat center top;
}

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

.event_cont_2 .main_title h3 {
	color: #fff;
}

.event_cont_2 .sub_title {
	margin-top: 13px;
	font-family: 'noto4';
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.055em;
	color: #fafbff;
}

.event_cont_2 img {
	margin: 8px 0 0 106px;
}

.event_cont_3 {
	height: 1189px;
	background: url('/img/event/9129/pc/teacher_history_bg.png') top 146px center no-repeat;
}

.event_cont_3 .main_inner {
	padding: 64px 0 0;
}

.event_cont_3 .speechBubble_img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

.event_cont_3 .main_title {
	margin-top: 30px;
}

.event_cont_3 .main_title h3 {
	color: #fff;
}

.event_cont_3 .teacher_history {
	margin: 26px 0 0 82px;
}

.event_cont_4 {
	padding: 117px 0 16px;
	background: url('/img/event/9129/pc/curri_bg.png') top center no-repeat;
}

.event_cont_4 .main_title {
	margin-top: 30px;
}

.content_point {
	margin: 83px auto 120px;
	width: 1100px;
}
.content_point table {
	width: 100%;
	border: 1px solid #000;
	background: #ffffff;
}
.content_point .table_1 {
	margin-bottom: 36px;
}
.content_point th,
.content_point td {
	border: 1px solid #000;
	text-align: center;
}
.content_point th:not(:last-child),
.content_point td:not(:last-child) {
	border-right: 1px solid #dce3dc;
}
.content_point th:not(:first-child) {
	border-bottom: 1px dashed #000;
}
.content_point th {
	padding: 15px 0 12px;
	font-size: 14px;
	font-family: 'noto7';
	font-weight: 100;
	color: #fff;
}
.content_point th:nth-child(2) {
	background: linear-gradient(to right, #fbbd46, #f0ac61);
}
.content_point th:nth-child(3) {
	background: linear-gradient(to right, #f0ac61, #ff9567);
}
.content_point th:nth-child(4) {
	background: linear-gradient(to right, #ff9567, #ff7271);
}
.content_point th:nth-child(5) {
	background: linear-gradient(to right, #ff7271, #e36280);
}
.content_point .table_2 th:nth-child(2) {
	background: linear-gradient(to right, #7993ea, #4a97e5);
}
.content_point .table_2 th:nth-child(3) {
	background: linear-gradient(to right, #4a97e5, #1d99df, #417bde);
}
.content_point .table_2 th:nth-child(4) {
	background: linear-gradient(to right, #417bde, #535dd8);
}
.content_point th:first-child {
	border: 2px solid #f9c766;
	box-sizing: border-box;
	background: #fefef6;
	font-family: 'noto7';
	font-size: 20px;
	letter-spacing: -0.065em;
	color: #f9c766;
}
.content_point .table_2 th:first-child {
	border: 2px solid #67c1f5;
	background: #cce9f9;
	color: #1877ad;
}
.content_point th b {
	display: inline-block;
	font-size: 22px;
	font-family: 'noto7';
	margin-top: -6px;
}
.content_point td {
	padding-top: 16px;
	border-top: 0;
	color: #020202;
	font-size: 18px;
	vertical-align: top;
}
.content_point td:first-child,
.content_point td:last-child{
	padding: 18px 0 0;
}
.content_point .table_2 td {
	padding: 20px 0;
}
.content_point td b {
	font-family: 'noto6';
	font-size: 20px;
}
.content_point td .bg-red {
	margin-top: 14px;
	padding: 4px 0;
	background: #f74447;
	font-family: 'noto6';
	font-size: 18px;
	color: #fff;
}

.event_cont_5 {
	background: url('/img/event/9129/pc/lecture_bg.png') top center no-repeat;
}

.event_cont_5 .main_inner {
	padding: 110px 0 103px;
}

.event_cont_5 .main_title {
	margin: 30px 0 76px;
}

.event_cont_5 .video_box_wrap {
	position: absolute;
	top: 396px;
	left: 0;
	width: 100%;
	height: 486px;
}

.event_cont_5 .video_box_wrap .btn_video {
	display: block;
	width: 100%;
	height: 100%;
}

.event_cont_6 {
	height: 798px;
	background: url('/img/event/9129/pc/teacher_bg.png') no-repeat center top;
}

.event_cont_6 .main_inner {
	padding: 53px 0 155px;
}

.event_cont_6 img {
	margin-left: 44px;
}

.event_cont_7 {
	height: 1294px;
	background: url('/img/event/9129/pc/bottom_bg.png') no-repeat center top;
	overflow: hidden;
}

.event_cont_7 .main_inner {
	padding: 134px 0 0;
}

.event_cont_7 .main_title {
	color: #fff;
}

.event_cont_7 .main_title h3 {
	margin-top: 10px;
	font-family: 'noto4';
	font-size: 40px;
	line-height: 1.1;
}

.event_cont_7 .title {
	margin-top: 36px;
	font-family: 'noto7';
	font-size: 60px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	text-align: center;
	color: #fdeac0;
}

.event_cont_7 .bottom_img {
	margin-top: 4px;
	margin-left: 150px;
}

.event_cont_7 .event_button_wrap {
	position: absolute;
	bottom: 144px;
	left: 50%;
	transform: translateX(-50%);
	width: 737px;
}

.event_cont_7 .event_button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 102px;
	border-radius: 73px;
	letter-spacing: -0.035em;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 36px;
	font-family: 'noto5';
}

.event_cont_7 .event_button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 59px;
	height: 83px;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
	z-index: 3;
}

.event_cont_8 {
	background: #fff;
}

.event_cont_8 .main_inner {
	padding: 139px 0 155px;
}

.event_cont_8 .main_title p {
    font-family: 'noto3';
    font-size: 32px;
    letter-spacing: -0.075em;
    color: #e23644;
}

.event_cont_8 .main_title h3 {
    font-size: 50px;
    letter-spacing: -0.035em;
    color: #e23644;
}

.event_cont_8 .url_list {
	width: 100%;
	margin-top: 59px;
}

.event_cont_8 .url_list .list_item {
}

.event_cont_8 .url_list .list_item + .list_item {
	margin-top: 25px;
}

.event_cont_8 .url_list .list_item a {
	display: block;
	position: relative;
	width: 100%;
	height: 140px;
	padding: 32px 54px;
	background: linear-gradient(to right, #fdba2d, #ffd02c);
}

.event_cont_8 .url_list .item_desc {
	letter-spacing: -0.035em;
	font-size: 25px;
	font-family: 'noto4';
}

.event_cont_8 .url_list .item_title {
	display: block;
	line-height: 1.3;
	margin-top: 0;
	letter-spacing: -0.055em;
	font-size: 48px;
	font-family: 'noto6';
}

.event_cont_8 .url_list .item_title em {
	color: #5cffa2;
	font: inherit;
}

.event_cont_8 .url_list .item_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 39px;
	transform: translate(0, -50%);
	width: 210px;
	height: 69px;
	border: 1px solid #000;
	border-radius: 12px;
	letter-spacing: -0.035em;
	font-size: 18px;
	font-family: 'noto5';
	background: #fff;
}

.event_cont_8 .url_list .item_btn::after {
	content: '';
	position: absolute;
	top: 69%;
	right: -6px;
	width: 39px;
	height: 64px;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
	z-index: 3;
}

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

.event_notice .main_inner {
	width: 1100px;
	height: fit-content;
	margin: 0 auto;
}

.event_notice .notice_title {
	display: block;
	width: 100%;
	border-bottom: 2px solid #000;
	text-indent: -2px;
	letter-spacing: -0.08em;
	font-size: 50px;
	font-family: 'noto5';
	line-height: 1.6;
}

.event_notice .notice_list {
	width: 100%;
	margin-top: 46px;
}

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

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

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

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

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

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

.event_notice .notice_list .list_item ul + p {
	margin: 30px 0 5px;
	font-size: 20px;
	font-family: 'noto5';
}
