@charset "UTF-8";
/* 공통 */
.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;
}

.cat_main_cont {
	width: 100%;
	color: #000;
	font-family: 'noto4';
	overflow: hidden;
}

.cat_main_cont button {
	cursor: pointer;
}

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

.cat_main_cont .main_title {
	position: relative;
	width: 100%;
	text-align: center;
}

.cat_main_cont .main_title p {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 32px;
	font-family: 'noto5';
}

.cat_main_cont .main_title h3 {
	display: block;
	line-height: 1.3;
	margin: 9px 0 0;
	letter-spacing: -0.025em;
	font-size: 43px;
	font-family: 'noto7';
}

.cat_main_cont .main_title > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 28px;
	margin: 0 0 22px;
	border: 2px solid #000;
	border-radius: 46px;
	letter-spacing: -0.025em;
	font-size: 20px;
	font-family: 'noto6';
	background: #e9ff2a;
}

.cat_main_cont .main_desc {
	line-height: 1.4;
	letter-spacing: -0.045em;
	text-align: center;
	color: #ebe9f3;
	font-size: 21px;
	font-family: 'noto3';
}

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

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

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

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

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 비주얼 */
.visual_cont {
	background: #00bfb0;
}

.visual_cont .main_inner {
	padding: 94px 0 57px;
}

.visual_cont .visual_text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 57px;
	padding: 0 36px;
	border: 3px solid #e9ff2a;
	border-radius: 57px;
	letter-spacing: -0.025em;
	color: #e9ff2a;
	font-size: 31px;
	font-family: 'noto5';
}

.visual_cont .visual_img_1 {
	margin: 31px 0 0;
}

.visual_cont .visual_img_2 {
	position: absolute;
	top: 324px;
    left: 352px;
}

.visual_cont .visual_img_3 {
	position: absolute;
	top: 153px;
    left: -307px;
}

.visual_cont .visual_list {
	display: flex;
	gap: 22px;
	width: 100%;
	margin: 85px 0 0;
}

.visual_cont .visual_list .list_item {
	width: 100%;
	min-height: 193px;
	padding: 39px 0 0 33px;
	border-radius: 20px;
	transition: 0.2s ease-in-out;
}

.visual_cont .visual_list .list_item_1 {
	background: rgba(255, 255, 255, 0.8) url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/top_benefit_1.png') no-repeat right 21px top 21px;
}

.visual_cont .visual_list .list_item_2 {
	background: rgba(255, 255, 255, 0.8) url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/top_benefit_2.png') no-repeat right 16px top 13px;
}

.visual_cont .visual_list .list_item_3 {
	background: rgba(255, 255, 255, 0.8) url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/top_benefit_3.png') no-repeat right 20px top 20px;
}

.visual_cont .visual_list .list_item.is_active {
	color: #fff;
	background-color: #384bff;
}

.visual_cont .visual_list .item_title {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 27px;
	font-family: 'noto6';
}

.visual_cont .visual_list .item_text {
	margin: 11px 0 0;
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 20px;
}

.visual_cont .visual_noti {
	width: 100%;
	margin: 8px 0 0;
	text-align: right;
	letter-spacing: -0.025em;
	font-size: 15px;
}

/* 상품 */
.product_cont .main_inner {
	padding: 140px 0 179px;
}

.product_cont .product_banner {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 78px;
	padding: 0 53px 0 65px;
	margin: 68px 0 0;
	border-radius: 15px;
	color: #fff;
	background: #009f9d;
}

.product_cont .product_banner::before {
	content: '';
	display: block;
	width: 47px;
	height: 48px;
	margin: 0 27px 0 0;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_img.png') no-repeat 0 0;
}

.product_cont .product_banner .banner_text {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 30px;
}

.product_cont .product_banner .banner_text em {
	font-family: 'noto6';
}

.product_cont .product_banner .btn_go {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 191px;
	height: 41px;
	margin: 0 0 0 auto;
	border-radius: 7px;
	letter-spacing: -0.025em;
	font-size: 18px;
	background: #000;
}

.product_cont .product_list {
	display: flex;
	gap: 20px;
	width: 100%;
}

.product_cont .product_list .list_item {
	position: relative;
	width: 100%;
	border: 3px solid #233d69;
	border-radius: 40px;
	background: #fff;
}

.product_cont .product_list .item_top_contents {
	display: flex;
	align-items: flex-end;
	padding: 0 0 0 12px;
}

.product_cont .product_list .item_detail {
	flex: 1 1 auto;
}

.product_cont .product_list .item_tags {
	display: flex;
	gap: 13px;
}

.product_cont .product_list .item_tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 23px;
	border: 2px solid #000;
	border-radius: 42px;
	letter-spacing: -0.02em;
	font-size: 24px;
	font-family: 'noto6';
}

.product_cont .product_list .item_tags .tag_point {
	background: #57ff99;
	/* animation: blink 1s infinite; */
}

.product_cont .product_list .item_title {
	display: block;
	line-height: 1.3;
	color: #151947;
	font-family: 'noto7';
}

.product_cont .product_list .item_title em {
	color: #e40d44;
}

.product_cont .product_list .item_list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product_cont .product_list .item_list li {
	display: flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #151947;
	font-size: 20px;
	font-family: 'noto5';
}

.product_cont .product_list .item_list li::before {
	content: '·';
	margin: 0 4px 0 0;
}

.product_cont .product_list .item_list li em {
	color: #bf1919;
}

.product_cont .product_list .item_price {
	display: flex;
	position: relative;
}

.product_cont .product_list .price_wrap {
	display: flex;
	align-items: flex-end;
    margin: 0 0 22px;
    gap: 12px;
}

.product_cont .product_list .price_origin {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	color: #000;
}

.product_cont .product_list .origin_tag {
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-family: 'noto6'
}

.product_cont .product_list .origin_num {
	color: rgba(123, 123, 123, 0.6);
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.product_cont .product_list .price_total {
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-size: 49px;
	font-family: 'noto7';
}

.product_cont .product_list .price_total span {
	font: inherit;
	font-size: 50px;
}

.product_cont .product_list .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: calc(100% + 20px);
	padding: 0 0 5px;
	border-radius: 50%;
	text-align: center;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_bullet.png') no-repeat 0 0 / contain;
}

.product_cont .product_list .price_badge p {
	line-height: 1.15;
	letter-spacing: -0.025em;
	color: #fff;
	font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
	color: #fff;
	font-family: 'noto7';
}

.product_cont .product_list .btn_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	font-family: 'noto6';
	background: #292c3f;
	box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);;
}

.product_cont .product_list .item_benefits {
	display: flex;
	margin: 49px 3px 0 9px;
	padding: 26px 0 0;
	border-top: 1px solid #cecece;
	gap: 11px;
}

.product_cont .product_list .item_benefits li {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 97px;
	line-height: 1.3;
	padding: 0 0 0 31px;
	border: 1px solid #cecece;
	border-radius: 20px;
	letter-spacing: -0.075em;
	color: #151947;
	font-size: 20px;
	font-family: 'noto6';
	background: #fff;
}

.product_cont .product_list .item_benefits li:nth-child(1) {
	background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon1.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(2) {
	background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon2.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(3) {
	background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon3.png') no-repeat right center;
}

.product_cont .product_list_1 {
	margin: 35px 0 0;
}

.product_cont .product_list_1 .list_item {
	padding: 39px 29px 47px 19px;
}

.product_cont .product_list_1 .item_title {
	margin: 21px 0 0;
	letter-spacing: -0.05em;
	font-size: 50px;
}

.product_cont .product_list_1 .item_list {
	margin: 22px 0 5px;
}

.product_cont .product_list_1 .btn_scroll {
	width: 368px;
	height: 55px;
	border-radius: 10px;
	font-size: 20px;
}

.product_cont .product_list_1 .origin_tag {
	font-family: 'noto4';
	font-size: 15px;
}

.product_cont .product_list_1 .origin_num {
	font-size: 23px;
}

.product_cont .product_list_1 .price_total {
	margin: 0 0 0 15px;
}

.product_cont .product_list_1 .price_badge {
	width: 107px;
	height: 107px;
}

.product_cont .product_list_1 .price_badge p {
	font-size: 18px;
}

.product_cont .product_list_1 .price_badge span {
	font-size: 28px;
}

.product_cont .product_list_2 {
	margin: 50px 0 0;
}

.product_cont .product_list_2 .list_item {
	padding: 33px 31px 45px 44px;
}

.product_cont .product_list_2 .item_title {
	margin: 30px 0 0;
	letter-spacing: -0.02em;
	font-size: 44px;
}

.product_cont .product_list_2 .item_list {
	gap: 4px;
	margin: 22px 0 5px;
}

.product_cont .product_list_2 .btn_scroll {
	width: 100%;
	height: 69px;
	margin: 37px 0 0;
	border-radius: 69px;
	font-size: 28px;
}

.product_cont .product_list_2 .origin_tag {
	font-size: 18px;
}

.product_cont .product_list_2 .item_price {
	gap: 11px;
	margin: 29px 0 0;
}

.product_cont .product_list_2 .origin_num {
	font-size: 30px;
}

.product_cont .product_list_2 .price_total {
	margin: 0 0 0 8px;
}

.product_cont .product_list_2 .price_badge {
	bottom: 47px;
    right: -15px;
    width: 112px;
    height: 111px;
}

.product_cont .product_list_2 .price_badge p {
	font-size: 22px;
}

.product_cont .product_list_2 .price_badge span {
	font-size: 22px;
}

/* 혜택 */
.benefit_cont {
	background: #323646;
}

.benefit_cont .main_inner {
	padding: 144px 0 151px;
}

.benefit_cont .main_title {
	color: #fff;
}

.benefit_cont .benefit_list_1 {
	display: flex;
	gap: 16px;
	margin: 74px 0 0;
	width: 100%;
}

.benefit_cont .benefit_list_1 .list_item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 211px;
	padding: 31px 0 26px 38px;
	border-radius: 20px;
	background: #57ff99;
}

.benefit_cont .benefit_list_1 .list_item_1 {
	background: #57ff99 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_1.png') no-repeat right 5px bottom 11px;
}

.benefit_cont .benefit_list_1 .list_item_2 {
	background: #57ff99 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_2.png') no-repeat right 16px bottom -33px;
}

.benefit_cont .benefit_list_1 .item_badge {
	position: absolute;
	top: -69px;
    right: -30px;
}

.benefit_cont .benefit_list_1 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 22px;
}

.benefit_cont .benefit_list_1 .item_title {
	display: block;
	line-height: 1.2;
	margin: 8px 0 0;
	font-size: 29px;
	font-family: 'noto6';
}

.benefit_cont .benefit_list_1 .item_noti {
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: auto 0 0;
	font-size: 13px;
	opacity: 0.5;
}

.benefit_cont .benefit_list_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 26px 0;
	width: 100%;
	margin: 34px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 351px;
	height: 312px;
	padding: 27px 23px 11px;
	border: 2px solid #57ff99;
	border-radius: 21px;
	text-align: center;
	background: #fff;
}

.benefit_cont .benefit_list_2 .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_3.png') no-repeat left 45px bottom 1px;
}

.benefit_cont .benefit_list_2 .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/top_benefit_4.png') no-repeat left 63px bottom 15px;
}

.benefit_cont .benefit_list_2 .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_5.png') no-repeat left 81px bottom 25px;
}

.benefit_cont .benefit_list_2 .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_6.png') no-repeat left 79px bottom 35px;
}

.benefit_cont .benefit_list_2 .list_item_5 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_7.png') no-repeat left 85px bottom 42px;
}

.benefit_cont .benefit_list_2 .list_item_6 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_8.png') no-repeat left 51px bottom 11px;
}

.benefit_cont .benefit_list_2 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 20px;
}

.benefit_cont .benefit_list_2 .item_title {
	display: block;
	line-height: 1.2;
	margin: 6px 0 0;
	letter-spacing: -0.035em;
	font-size: 26px;
	font-family: 'noto6';
}

.benefit_cont .benefit_list_2  .item_noti {
	width: 100%;
	margin: auto 0 0;
	text-align: right;
	letter-spacing: -0.02em;
	font-size: 13px;
	opacity: 0.5;
}

/* 이유 */
.reason_cont .main_inner {
	padding: 138px 0 197px;
}

.reason_cont .reason_list {
	margin: 66px 0 0;
}

/* 가성비 */
.cost_cont {
	background: #323646;
}

.cost_cont .main_title {
	margin: 92px 0 0;
	color: #fff;
}

.cost_cont .main_title > span {
	color: #000;
}

.cost_cont .cost_data {
	position: relative;
	margin: 116px 0 0;
}

.cost_cont .cost_data .data_item_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 302px;
	text-align: center;
}

.cost_cont .cost_data .data_item_1 .item_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	height: 266px;
}

.cost_cont .cost_data .data_item_1 .item_list li {
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #828fbc;
	font-size: 33px;
	font-family: 'noto5';
}

.cost_cont .cost_data .data_item_1 .item_noti {
	margin: 23px 0 0;
	line-height: 1.3;
	letter-spacing: -0.025em;
	color: #656f95;
	font-size: 15px;
}

.cost_cont .cost_data .data_item_2 {
	position: absolute;
	bottom: 63px;
	left: 325px;
	width: 342px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.025em;
	color: #57ff99;
	font-size: 50px;
	font-family: 'noto7';
}

/* 커리큘럼 */
.curri_cont {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/curri_bg.png') no-repeat center top / cover;
}

.curri_cont .main_inner {
	padding: 124px 0 148px;
}

.curri_cont .curri_list {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 493px;
	margin: 143px 0 0;
}

.curri_cont .curri_list .list_item {
	position: relative;
	width: 100%;
}

.curri_cont .curri_list li:nth-child(1)::before {
	content: '';
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
	height: 101px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/curri_img_1.png') no-repeat 72px 0 / contain;
}

.curri_cont .curri_list li:nth-child(5)::before {
	content: '';
	position: absolute;
	top: -203px;
	left: 0;
	width: 100%;
	height: 186px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/curri_img_2.png') no-repeat 48px 0 / contain;
}

.curri_cont .curri_list .item_head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
}

.curri_cont.is_active .curri_list .item_head {
	transform: translateY(0);
	opacity: 1;
}

.curri_cont .curri_list li:nth-child(1) .item_head {
	transition: 0.4s ease-in-out 0.6s;
}

.curri_cont .curri_list li:nth-child(2) .item_head {
	transition: 0.4s ease-in-out 1s;
}

.curri_cont .curri_list li:nth-child(3) .item_head {
	transition: 0.4s ease-in-out 1.2s;
}

.curri_cont .curri_list li:nth-child(4) .item_head {
	transition: 0.4s ease-in-out 1.6s;
}

.curri_cont .curri_list li:nth-child(5) .item_head {
	transition: 0.4s ease-in-out 1.8s;
}

.curri_cont .curri_list .item_head span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	border: 1px solid #000;
	padding: 0 11px;
	border-radius: 20px;
	font-size: 14px;
}

.curri_cont .curri_list .item_head p {
	line-height: 1.2;
	margin: 6px 0 0;
	letter-spacing: -0.065em;
	font-size: 24px;
	font-family: 'noto5';
}

.curri_cont .curri_list .item_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0;
	margin: 12px 0 0;
	overflow: hidden;
	opacity: 0;
	transform-origin: center bottom;
	background: rgb(0, 192, 255);
}

.curri_cont.is_active .curri_list .item_content {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}

.curri_cont.is_active .curri_list li:nth-child(1) .item_content {
	height: 145px;
	background: rgb(0, 192, 255, 0.4);
	transition: all 0.4s ease-in-out 0.3s;
}

.curri_cont.is_active .curri_list li:nth-child(2) .item_content {
	height: 186px;
	background: rgb(0, 192, 255, 0.6);
	transition: all 0.4s ease-in-out 0.5s;
}

.curri_cont.is_active .curri_list li:nth-child(3) .item_content {
	height: 258px;
	background: rgb(0, 192, 255, 0.7);
	transition: all 0.5s ease-in-out 0.7s;
}

.curri_cont.is_active .curri_list li:nth-child(4) .item_content {
	height: 330px;
	background: rgb(0, 192, 255, 0.8);
	transition: all 0.7s ease-in-out 0.9s;
}

.curri_cont.is_active .curri_list li:nth-child(5) .item_content {
	height: 427px;
	background: rgb(0, 192, 255, 0.9);
	transition: all 0.8s ease-in-out 1.1s;
}

.curri_cont .curri_list .item_content strong {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 30px;
	font-family: 'noto5';
	opacity: 0;
	transform: translateY(60px);
}

.curri_cont .curri_list .item_content p {
	line-height: 1.2;
	margin: 9px 0 0;
	text-align: center;
	letter-spacing: -0.065em;
	font-size: 19px;
	opacity: 0;
	transform: translateY(60px);
}

.curri_cont.is_active .curri_list li .item_content p,
.curri_cont.is_active .curri_list li .item_content strong {
	opacity: 1;
	transform: translateY(0);
}

.curri_cont .curri_list li:nth-child(1) .item_content p,
.curri_cont .curri_list li:nth-child(1) .item_content strong {
	transition: 0.4s ease-in-out 0.6s;
}

.curri_cont .curri_list li:nth-child(2) .item_content p,
.curri_cont .curri_list li:nth-child(2) .item_content strong {
	transition: 0.4s ease-in-out 1s;
}

.curri_cont .curri_list li:nth-child(3) .item_content p,
.curri_cont .curri_list li:nth-child(3) .item_content strong {
	transition: 0.4s ease-in-out 1.2s;
}

.curri_cont .curri_list li:nth-child(4) .item_content p,
.curri_cont .curri_list li:nth-child(4) .item_content strong {
	transition: 0.4s ease-in-out 1.6s;
}

.curri_cont .curri_list li:nth-child(5) .item_content p,
.curri_cont .curri_list li:nth-child(5) .item_content strong {
	transition: 0.4s ease-in-out 1.8s;
}

/* 교수 */
.professor_cont {
	background: linear-gradient(to bottom, #fff 503px, #2b2d2c 503px);
}

.professor_cont .main_inner {
	padding: 151px 0 173px;
}

.professor_cont .professor_slide {
	position: relative;
	width: 1400px;
	margin: 56px 0 0;
	padding: 59px 0 0;
	overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
	display: flex;
	justify-content: center;
	position: relative;
	gap: 13px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.professor_cont .professor_slide .page_item {
	position: relative;
	width: 146px;
	height: 146px;
	padding: 66px 0 0;
	border-radius: 50%;
	color: #b6b9b0;
	background: #3c3941;
	cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
	color: #000;
	background: #b0ff2a;
}

.professor_cont .professor_slide .page_item::before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 180px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_tab.png') no-repeat 0 0;
}

.professor_cont .professor_slide .page_item_1::before {
	background-position-x: -37px;
}

.professor_cont .professor_slide .page_item_2::before {
	background-position-x: -196px;
}

.professor_cont .professor_slide .page_item_3::before {
	background-position-x: -356px;
}

.professor_cont .professor_slide .page_item_4::before {
	background-position-x: -514px;
}

.professor_cont .professor_slide .page_item_5::before {
	background-position-x: -673px;
}

.professor_cont .professor_slide .page_item_6::before {
	background-position-x: -833px;
}

.professor_cont .professor_slide .page_item_7::before {
	background-position-x: -990px;
}

.professor_cont .professor_slide .page_item.is_active::before {
	background-position-y: -189px;
}

.professor_cont .professor_slide .page_item p {
	position: relative;
	line-height: 1.2;
	letter-spacing: -0.065em;
	text-align: center;
	font-size: 20px;
	font-family: 'noto6';
	z-index: 1;
}

.professor_cont .professor_slide .swiper-slide {
	position: relative;
	width: 1400px;
	padding: 111px 0 100px 150px;
	text-align: left;
	z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 18px;
    right: -46px;
	width: 881px;
	height: 935px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center no-repeat;
	z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_2.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
	right: -20px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_3.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_4::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_4.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_5.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
	right: -37px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_6.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_7::after {
	right: -37px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_7.png') center bottom no-repeat;
}
.professor_cont .professor_slide .slide_badge {
	position: absolute;
	top: 332px;
	right: 0;
}
.professor_cont .professor_slide .slide_history {
	display: flex;
	gap: 16px;
	margin: 0 0 43px 0;
}

.professor_cont .professor_slide .slide_history li {
	width: 182px;
	height: 77px;
	padding: 15px 0 0;
	line-height: 1.2;
	letter-spacing: -0.075em;
	text-align: center;
	color: #e4d080;
	font-size: 18px;
	background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_4/teacher_shape.png') no-repeat 0 0;
}

.professor_cont .professor_slide .slide_sub_title {
	line-height: 1.28;
	margin-bottom: 12px;
	color: #fff;
	font-family: 'noto6';
	font-size: 36px;
	letter-spacing: -0.025em;
}
.professor_cont .professor_slide .slide_sub_title em {
	display: block;
	font-family: 'noto6';
}
.professor_cont .professor_slide .slide_title {
	display: flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	letter-spacing: -0.025em;
	font-family: 'noto4';
	font-size: 23px;
	background: linear-gradient(to right, #62fa84, #7ee544);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
	line-height: 1.1;
}
.professor_cont .professor_slide .slide_title span {
	display: flex;
	align-items: center;
	height: 32px;
	padding: 0 11px 0 12px;
	border-radius: 60px;
	background: #ffdb00;
}
.professor_cont .professor_slide .slide_name {
	display: block;
	line-height: 1.2;
	width: fit-content;
	margin: 32px 0 0;
	letter-spacing: -0.025em;
	font-family: 'noto7';
	font-size: 55px;
	background: linear-gradient(to right, #62fa84, #7ee544);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.professor_cont .professor_slide .slide_list {
	position: absolute;
	right: 152px;
    bottom: 100px;
}
.professor_cont .professor_slide .slide_list li {
	line-height: 1.2;
	letter-spacing: -0.065em;
	text-align: right;
	color: #fff;
	font-size: 20px;
	font-family: 'noto4';
}
.professor_cont .professor_slide .slide_list li + li {
	margin: 8px 0 0;
}
/* .professor_cont .professor_slide .slide_list li::before {
	content: '·';
} */
.professor_cont .professor_slide .slide_check {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 32px 0 0;
	gap: 11px;
}
.professor_cont .professor_slide .slide_check li {
	display: inline-flex;
	align-items: center;
	min-width: 356px;
	height: 52px;
	padding: 0 30px 0 56px;
	border: 2px solid #00834a;
	border-radius: 100px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 21px;
	font-family: 'noto5';
	background: #2b3e3e url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/teacher_check.png') no-repeat 25px center;
}
.professor_cont .professor_slide .popupVideo {
	position: relative;
	width: 539px;
	height: 330px;
	margin: 43px 0 0 0;
}

.professor_cont .professor_slide .popupVideo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.professor_cont .professor_slide .btn_video {
	display: block;
	margin: 61px 0 0;
	width: 539px;
}

.professor_cont .professor_slide .slide_review {
	display: flex;
	gap: 35px;
	margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
	display: flex;
	align-items: center;
	width: 343px;
	height: 165px;
	padding: 6px 20px 0 148px;
	border-radius: 20px;
	word-break: keep-all;
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
	background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}
.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}
.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
	background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
	word-break: keep-all;
	line-height: 1.45;
	letter-spacing: -0.045em;
	font-size: 20px;
	font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
	color: #0054ff;
	font-family: 'noto6';
}

.professor_cont .reviews_slide {
	width: 100vw;
	margin: 79px 0 0;
}

.professor_cont .review_list {
	display: inline-flex;
	animation: marquee 20s linear infinite;
}
.professor_cont .review_list:hover {
	animation-play-state: paused;
}
.professor_cont .review_list li {
	position: relative;
	width: 439px;
	height: 321px;
	margin-right: 48px;
	padding: 30px 0;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	font-family: 'noto4';
	text-align: center;
	letter-spacing: -0.065em;
	transition: transform 0.2s ease-in;
	background: #fff;
}
.professor_cont .review_list li * {
	cursor: default;
}
.professor_cont .review_list li .review_img {
	width: 108px;
	height: 108px;
	margin: 0 auto;
	border-radius: 200px;
	background: #e3e4ef url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/hugi_icon.png') no-repeat 0 0;
}
.professor_cont .review_list li.review01 .review_img {
	background-position: 7px 0;
}
.professor_cont .review_list li.review02 .review_img {
	background-position: -93px 0;
}
.professor_cont .review_list li.review03 .review_img {
	background-position: -193px 0;
}
.professor_cont .review_list li.review04 .review_img {
	background-position: -293px 0;
}
.professor_cont .review_list li.review05 .review_img {
	background-position: -399px 0;
}
.professor_cont .review_list li.review06 .review_img {
	background-position: -497px 0;
}
.professor_cont .review_list li.review07 .review_img {
	background-position: -593px 0;
}
.professor_cont .review_list li.review08 .review_img {
	background-position: -693px 0;
}
.professor_cont .review_list li.review09 .review_img {
	background-position: -793px 0;
}
.professor_cont .review_list li.review10 .review_img {
	background-position: -893px 0;
}
.professor_cont .review_list li .list_text {
	margin: 18px 0 20px;
	font-family: 'noto4';
	font-size: 24px;
	line-height: 1.3;
	color: #000;
}
.professor_cont .review_list li .list_text span {
	font-family: 'noto6';
}
.professor_cont .review_list li .list_name {
	font-size: 16px;
	color: #7c7d8c;
}

/* 도서 */
.book_cont .main_inner {
	padding: 148px 0 98px;
}

.book_cont .book_item {
	position: relative;
	margin: 139px 0 0 81px;
}

.book_cont .book_item .item_bullet {
	position: absolute;
	top: -58px;
    right: -26px;
}

.book_cont .book_list {
	margin: 65px 0 0;
}

.book_cont .book_slide {
	position: relative;
	margin: 71px 0 0;
	width: 1100px;
	height: 567px;
	overflow: hidden;
}

.book_cont .book_slide .swiper-pagination {
	display: flex;
	gap: 12px;
	position: absolute;
	top: 38px;
	left: 0;
	padding: 0 0 0 35px;
	width: 100%;
}

.book_cont .book_slide .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #000;
	opacity: 1;
	background: transparent;
}

.book_cont .book_slide .swiper-pagination-bullet-active {
	background: #000;
}
.book_cont .book_review_wrap {
	position: relative;
	width: 1350px;
	margin: 110px 0 0;
}
.book_cont .book_review {
	position: static;
	height: 321px;
	width: 1120px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.book_cont .book_review .swiper-slide {
	position: relative;
	width: 559px;
	height: 204px;
	box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.3);
	border-radius: 25px;
	box-sizing: border-box;
}
.book_cont .book_review .div-table {
	width: 100%;
}
.book_cont .book_review .div-table > div {
	display: flex;
	width: 100%;
	padding: 32px 30px;
	text-align: left;
}
.book_cont .book_review .div-table .txt {
	font-size: 23px;
	letter-spacing: -0.065em;
	line-height: 1.3;
	color: #000;
	cursor: default;
}
.book_cont .book_review .div-table .name {
	margin-top: 16px;
	font-size: 15px;
	letter-spacing: -0.065em;
	color: #666666;
}
.book_cont .book_review .div-table .imgwrap {
	width: 108px;
	height: 108px;
	border-radius: 100px;
	background: #dff2ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/hugi_icon.png') no-repeat 7px 0;
	transform: scale(0.7);
}
.book_cont .book_review .sl2 .div-table .imgwrap {
	background-position: -93px 0;
}
.book_cont .book_review .sl3 .div-table .imgwrap {
	background-position: -193px 0;
}
.book_cont .book_review .sl4 .div-table .imgwrap {
	background-position:-293px 0;
}

.book_cont .book_review .swiper-button {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 30%;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.book_reveiw_area .swiper-button-prev img {
	display: block;
	margin-left: -6px;
}
.book_reveiw_area .swiper-button-next img {
	display: block;
	margin-right: -6px;
}
.book_reveiw_area .swiper-button:after {
	display: none;
}

/* 특별 혜택 */
.special_cont {
	background: #f1faee;
}

.special_cont .main_inner {
	padding: 121px 0 144px;
}

.special_cont .special_list {
	display: flex;
	gap: 25px;
	width: 100%;
	margin: 142px 0 0;
}

.special_cont .special_list .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	height: 342px;
	padding: 54px 0 26px;
	border: 2px solid #00bfb0;
	border-radius: 20px;
	box-shadow: 0px 10px 32px 0px rgba(96, 96, 96, 0.38);
	background: #fff;
}

.special_cont .special_list .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/bottom_benefit_1.png') no-repeat left 74px bottom 47px;
}

.special_cont .special_list .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/bottom_benefit_2.png') no-repeat left 69px bottom 43px;
}

.special_cont .special_list .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/bottom_benefit_3.png') no-repeat left 89px bottom 53px;
}

.special_cont .special_list .item_title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 197px;
	height: 47px;
	border-radius: 47px;
	letter-spacing: -0.065em;
	font-size: 22px;
	font-family: 'noto6';
	background: #00bfb0;
}

.special_cont .special_list .item_text {
	line-height: 1.3;
	letter-spacing: -0.065em;
	text-align: center;
	font-size: 28px;
	font-family: 'noto5';
}

.special_cont .special_list .item_text em {
	font-family: 'noto6';
}

.special_cont .special_list .item_noti {
	width: 100%;
	margin: auto 0 0;
	padding: 0 71px 0 0;
	line-height: 1.2;
	letter-spacing: -0.065em;
	text-align: right;
	color: #585858;
	font-size: 13px;
}

/* 리뷰 */
.review_cont .main_inner {
	padding: 164px 0 0;
}

.review_cont .main_title p {
	font-size: 37px;
}

.review_cont .reviews_slide {
	position: relative;
	width: 1150px;
	height: 853px;
	margin: 79px 0 0 -25px;
	padding: 60px 25px 0;
	box-sizing: border-box;
	overflow-y: hidden;
}
.review_cont .reviews_slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 650px;
	background: linear-gradient(to top, #fff 5%, rgba(255, 255, 255, 0));
	z-index: 2;
}
.review_cont .reviews_slide .swiper-wrapper {
	z-index: 1;
}
.review_cont .reviews_slide .swiper-slide {
	position: relative;
	width: 100%;
	height: 256px;
	padding: 50px 0 0 70px;
	border-radius: 30px;
	box-shadow: 0 11px 32px rgba(0, 0, 0, 0.2);
	background: #fff;
	opacity: 1;
	transition: 0.3s ease-in;
}
.review_cont .reviews_slide .swiper-slide::before,
.review_cont .reviews_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
}
.review_cont .reviews_slide .swiper-slide::before {
	position: absolute;
	top: -53px;
	right: 268px;
	width: 287px;
	height: 126px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_bullet.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide::after {
	bottom: 0;
	right: 32px;
}
.review_cont .reviews_slide .swiper-slide_1::after {
	width: 320px;
	height: 307px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_1.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_2::after {
	width: 294px;
	height: 306px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_2.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_3::after {
	right: 20px;
	width: 321px;
	height: 311px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_3.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_4::after {
	width: 310px;
	height: 295px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_4.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_5::after {
	width: 255px;
	height: 298px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_5.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_6::after {
	width: 312px;
	height: 303px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_6.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_7::after {
	width: 312px;
	height: 303px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_7.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_8::after {
	width: 312px;
	height: 303px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_8.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide-prev {
	box-shadow: none;
}
.review_cont .reviews_slide .swiper-slide strong {
	display: block;
	font-family: 'noto7';
	font-size: 36px;
	letter-spacing: -0.045em;
	line-height: 1;
	text-align: left;
	color: #233d69;
}
.review_cont .reviews_slide .swiper-slide p {
	margin-top: 26px;
	font-family: 'noto4';
	font-size: 22px;
	letter-spacing: -0.045em;
	line-height: 1.4;
	text-align: left;
}
.review_cont .reviews_slide .swiper-slide span {
	line-height: 1.2;
	letter-spacing: -0.045em;
	font-size: 15px;
}

/* 시작 */
.start_cont {
	height: 732px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}

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

.start_cont .main_title p {
	color: #fff;
	font-size: 50px;
	font-family: 'noto4';
}

.start_cont .main_title h3 {
	color: #40f37e;
}

.start_cont .start_list {
	display: flex;
	flex-wrap: wrap;
	gap: 17px 15px;
	width: 100%;
	margin: 86px 0 0 10px;
}

.start_cont .start_list .list_item {
	position: relative;
	width: 215px;
	height: 129px;
	padding: 18px 0 0;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 21px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}

.start_cont .start_list .list_item:nth-child(n + 5) {
	left: 90px;
}

.start_cont .start_list .list_item em {
	font-family: 'noto6';
}

.start_cont .main_title .evidence_area {
	top: 82px;
	right: 103px;
}

/* 하단 배너 */
.banner_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
}

.banner_bottom button {
	display: block;
}
