@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: 33px;
	font-family: 'noto6';
}

.cat_main_cont .main_title h3 {
	line-height: 1.2;
	margin: 10px 0 0;
	letter-spacing: -0.025em;
	font-size: 38px;
	font-family: 'noto7';
}

.cat_main_cont .content_title {
	position: relative;
	width: 100%;
	text-align: center;
}

.cat_main_cont .content_title p {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 40px;
	font-family: 'noto3';
}

.cat_main_cont .content_title h3 {
	display: block;
	line-height: 1.2;
	margin: 6px 0 0;
	letter-spacing: -0.025em;
	font-size: 40px;
	font-family: 'noto7';
}

.cat_main_cont .content_title h3 em {
	color: #fe771f;
}

.cat_main_cont .content_title > span {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 28px;
    margin: 0 0 30px;
    border: 2px solid #000;
    border-radius: 46px;
    letter-spacing: -0.025em;
    font-size: 20px;
    font-family: 'noto6';
    background: #ffbc6d;
}

.cat_main_cont .main_desc {
	line-height: 1.4;
	margin: 11px 0 0;
	letter-spacing: -0.05em;
	text-align: center;
	color: #7b7b7b;
	font-size: 16px;
	font-family: 'noto4';
}

.cat_main_cont .icon {
	display: inline-block;
	vertical-align: middle;
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/review_people.png') no-repeat;
}
.cat_main_cont .icon.icon_l {
	width: 94px;
	height: 94px;
	margin-right: 18px;
}
.cat_main_cont .icon.icon_m {
	width: 74px;
	height: 74px;
	margin-bottom: 8px;
}
.cat_main_cont .icon.icon1 {
	background-position: -18px -18px;
}
.cat_main_cont .icon.icon2 {
	background-position: -119px -18px;
}
.cat_main_cont .icon.icon3 {
	background-position: -222px -18px;
}
.cat_main_cont .icon.icon4 {
	background-position: -18px -122px;
}
.cat_main_cont .icon.icon5 {
	background-position: -119px -122px;
}
.cat_main_cont .icon.icon6 {
	background-position: -222px -122px;
}
.cat_main_cont .icon.icon7 {
	background-position: -18px -242px;
}
.cat_main_cont .icon.icon8 {
	background-position: -99px -242px;
}
.cat_main_cont .icon.icon9 {
	background-position: -182px -242px;
}
.cat_main_cont .icon.icon10 {
	background-position: -266px -242px;
}
.cat_main_cont .icon.icon11 {
	background-position: -349px -242px;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 비주얼 */
.visual_cont {
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/top_bg.png') no-repeat center top;
}

.visual_cont .main_inner {
	padding: 203px 0 119px;
}

.visual_cont .visual_title {
	margin: 0 0 0 -92px;
}

.visual_cont .visual_list {
	display: flex;
	width: 100%;
	margin: 49px 0 0;
	gap: 17px;
}

.visual_cont .visual_list .list_item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 100%;
	height: 193px;
	padding: 0 0 9px 36px;
	border: 2px solid transparent;
	border-radius: 20px;
	background-image: linear-gradient(#000, #000), linear-gradient(to right, #f4cfa0, #a2773d);
	background-origin: padding-box, padding-box, border-box;
	background-clip: padding-box, padding-box;
	background-repeat: no-repeat;
	opacity: 0.7;
	transition: 0.2s ease-in-out;
}

.visual_cont .visual_list .list_item.is_active {
	background-clip: padding-box, padding-box, border-box;
	opacity: 1;
}

.visual_cont .visual_list .list_item_1 {
	background-image:
		url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/top_benefit_1.png'),
		linear-gradient(#000, #000),
		linear-gradient(to right, #f4cfa0, #a2773d);
	background-position: right 5px top 60px, 0 0, 0 0;
}

.visual_cont .visual_list .list_item_2 {
	background-image:
		url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/top_benefit_2.png'),
		linear-gradient(#000, #000),
		linear-gradient(to right, #f4cfa0, #a2773d);
	background-position: right 2px top 62px, 0 0, 0 0;
}

.visual_cont .visual_list .list_item_3 {
	background-image:
		url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/top_benefit_3.png'),
		linear-gradient(#000, #000),
		linear-gradient(to right, #f4cfa0, #a2773d);
	background-position: right 14px top 76px, 0 0, 0 0;
}

.visual_cont .visual_list .item_title {
	line-height: 1.3;
	letter-spacing: -0.025em;
	color: #ffcf92;
	font-size: 28px;
	font-family: 'noto7';
}

.visual_cont .visual_list .item_text {
	line-height: 1.4;
	letter-spacing: -0.025em;
	color: #ebe3d8;
	font-size: 21px;
}


/* 상품 */
.product_cont {
	background: linear-gradient(to bottom, #ffcc6f, #fff 50%);
}

.product_cont .main_inner {
	padding: 140px 0 179px;
}

.product_cont .main_inner::before {
	content: '';
	position: absolute;
	top: -38px;
    left: 48px;
	width: 400px;
	height: 270px;
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/img_coin.png') no-repeat 0 0;
}

.product_cont .main_title p {
	color: #fe771f;
}

.product_cont .product_banner {
	position: relative;
	margin: 51px 0 0;
}

.product_cont .product_banner .btn_go {
	position: absolute;
	top: 19px;
	right: 0;
	width: 365px;
	height: 70px;
}

.product_cont .product_list {
	display: flex;
	gap: 39px;
	width: 100%;
	margin: 66px 0 0;
}

.product_cont .product_list .list_item {
	position: relative;
	width: 100%;
	border-radius: 40px;
	border: 3px solid #213b69;
	background: #f2f2f2;
}

.product_cont .product_list .item_top_contents {
	display: flex;
	align-items: flex-end;
	padding: 53px 59px 45px 54px;
	border-radius: 40px 40px 0 0;
	background: #fff;
}

.product_cont .product_list .item_detail {
	flex: 1 1 auto;
}

.product_cont .product_list .item_tags {
	display: flex;
	gap: 19px;
}

.product_cont .product_list .item_tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 26px;
	border-radius: 42px;
	letter-spacing: -0.025em;
	color: #fff;
	font-size: 24px;
	font-family: 'noto7';
	background: #3d41f4;
}

.product_cont .product_list .item_tags .tag_point {
	background: #ff9344;
	/* animation: blink 1s infinite; */
}

.product_cont .product_list .item_title {
	display: block;
	line-height: 1.1;
	margin: 35px 0 0;
	letter-spacing: -0.02em;
	font-size: 53px;
	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;
	margin: 27px 0 1px;
}

.product_cont .product_list .item_list li {
	display: flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000;
	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;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	padding: 0 0 9px;
}

.product_cont .product_list .price_wrap {
	display: flex;
	align-items: flex-end;
	gap: 15px;
    margin: 0 8px 26px 0;
}

.product_cont .product_list .price_origin {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin: 0 0 1px;
	font-family: 'noto7';
}

.product_cont .product_list .origin_tag {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000;
	font-size: 19px;
	font-family: 'noto6';
}

.product_cont .product_list .origin_num {
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	color: #969696;
	font-size: 28px;
	font-family: 'noto2';
}

.product_cont .product_list .price_total {
	line-height: 1.2;
	margin: 0 0 0 15px;
	font-size: 60px;
	font-family: 'noto7';
}

.product_cont .product_list .price_total span {
	letter-spacing: -0.02em;
	font: inherit;
}

.product_cont .product_list .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -3px;
    bottom: calc(100% + 5px);
	width: 124px;
	height: 122px;
	border-radius: 50%;
	text-align: center;
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_bullet.png') no-repeat 0 0;
}

.product_cont .product_list .price_badge p {
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 25px;
	font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
	font: inherit;
}

.product_cont .product_list .btn_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 407px;
	height: 69px;
	line-height: 1.2;
	border-radius: 69px;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 28px;
	font-family: 'noto5';
	background: #213b69;
	box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}

.product_cont .product_list .btn_scroll::after {
	content: '';
	position: absolute;
	bottom: -31px;
	right: -26px;
	width: 57px;
	height: 63px;
	background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.product_cont .product_list .item_benefits {
	display: flex;
	padding: 0 0 0 46px;
}

.product_cont .product_list .item_benefits li {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	position: relative;
	height: 128px;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #000;
	font-size: 19px;
	font-family: 'noto6';
}

.product_cont .product_list .item_benefits li::before {
	content: '';
	display: block;
	width: 94px;
	height: 55px;
	margin: 0 10px 0 0;
}

.product_cont .product_list .item_benefits li:nth-child(1)::before {
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_benfit_1.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(2)::before {
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_benfit_2.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(3)::before {
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_benfit_3.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(4)::before {
	margin-right: 0;
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_benfit_4.png') no-repeat right center;
}

/* 그래프 */
.graph_cont {
	background: linear-gradient(to bottom, #312f2c 50%, #563f33 60%);
}

.graph_cont .main_inner {
	padding: 138px 0 0;
}

.graph_cont .graph_title {
	text-align: center;
	color: #fff;
	font-size: 38px;
}

.graph_cont .graph_title p {
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-family: 'noto4';
}

.graph_cont .graph_title h3 {
	margin: 10px 0 0;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-size: inherit;
	font-family: 'noto6';
}

.graph_cont .graph_img {
	margin: 126px 0 0 26px;
}

.graph_cont .graph_text {
	line-height: 1.3;
    margin: 92px 0 133px;
	text-align: center;
	letter-spacing: -0.025;
	color: #fff;
	font-size: 33px;
	font-family: 'noto4';
}

.graph_cont .graph_text em {
	color: #ffcf7a;
	font-family: 'noto6';
}

/* 혜택 */
.benefit_cont {
	background: #ff8345;
}

.benefit_cont .main_inner {
	padding: 142px 0 140px;
}

.benefit_cont .main_title p {
	color: #fcff61;
}

.benefit_cont .main_title h3 {
	color: #fff;
}

.benefit_cont .benefit_list_1 {
	display: flex;
	gap: 16px;
	width: 100%;
	margin: 67px 0 0;
}

.benefit_cont .benefit_list_1 .list_item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 211px;
	padding: 43px 0 0 43px;
	border-radius: 20px;
	color: #fff;
	background: #6f665f;
}

.benefit_cont .benefit_list_1 .list_item_1 {
	background: #360f1e url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_1.png') no-repeat right 24px top 32px / 223px auto;
}

.benefit_cont .benefit_list_1 .list_item_2 {
	background: #360f1e url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_2.png') no-repeat right 16px top 42px;
}

.benefit_cont .benefit_list_1 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 22px;
}  

.benefit_cont .benefit_list_1 .item_title {
	display: block;
	line-height: 1.28;
	margin: 2px 0 0;
	letter-spacing: -0.025em;
	color: #fcff61;
	font-size: 29px;
	font-family: 'noto6';
}

.benefit_cont .benefit_list_1 .item_noti {
	line-height: 1.2;
	margin: 29px 0 0;
	opacity: 0.5;
	letter-spacing: -0.02em;
	font-size: 13px;
}

.benefit_cont .benefit_list_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 0;
	width: 100%;
	margin: 33px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 352px;
    height: 304px;
	padding: 28px 0 0;
	border: 2px solid #ff9344;
	border-radius: 22px;
	text-align: center;
}

.benefit_cont .benefit_list_2 .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_3.png') no-repeat left 58px bottom 6px;
}

.benefit_cont .benefit_list_2 .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_4.png') no-repeat left 74px bottom 0px;
}

.benefit_cont .benefit_list_2 .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_5.png') no-repeat left 60px bottom 31px;
}

.benefit_cont .benefit_list_2 .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_6.png') no-repeat left 87px bottom 34px;
}

.benefit_cont .benefit_list_2 .list_item_5 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_7.png') no-repeat left 85px bottom 36px;
}

.benefit_cont .benefit_list_2 .list_item_6 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_8.png') no-repeat left 85px bottom 38px;
}

.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 {
	line-height: 1.2;
	margin: 6px 0 0;
	letter-spacing: -0.035em;
	font-size: 26px;
	font-family: 'noto7';
}

/* 특별 혜택 */
.special_cont {
	background: #e6710a;
}

.special_cont .main_inner {
	padding: 91px 0 138px;
}

.special_cont .main_inner::before {
	content: '+';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -53px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 104px;
	height: 104px;
	border-radius: 50%;
	color: #fff;
	font-size: 60px;
	font-family: 'noto7';
	background: #e6710a;
}

.special_cont .main_title {
	color: #fcff61
}

.special_cont .main_title p {
	margin: 14px 0 0;
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 30px;
	font-family: 'noto4';
}

.special_cont .special_list_1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 27px 0;
    width: 100%;
    margin: 68px 0 0;
}

.special_cont .special_list_1 .list_item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 528px;
	height: 197px;
	padding: 31px 0 0 44px;
	border-radius: 22px;
	background: #fff;
}

.special_cont .special_list_1 .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_special_1.png') no-repeat right 30px top 31px;
}

.special_cont .special_list_1 .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_special_2.png') no-repeat right 25px top 29px;
}

.special_cont .special_list_1 .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_special_3.png') no-repeat right 35px top 21px;
}

.special_cont .special_list_1 .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/benefit_special_4.png') no-repeat right 44px top 21px;
}

.special_cont .special_list_1 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 20px;
}

.special_cont .special_list_1 .item_title {
	line-height: 1.3;
	margin: 6px 0 0;
	letter-spacing: -0.035em;
	font-size: 28px;
	font-family: 'noto7';
}

/* 비교 */
.cost_cont .main_inner {
	padding: 0 0 131px;
}

.cost_cont .cost_banner {
	position: relative;
	width: 100vw;
	padding: 45px 0 47px;
	margin: 0 0 118px;
	text-align: center;
	background: #312f2c;
}

.cost_cont .cost_banner::before {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(14px);
	width: 70px;
	height: 50px;
	background: #312f2c;
}

.cost_cont .cost_banner::after {
	content: '';
	position: absolute;
	bottom: -103px;
    left: 50%;
    transform: translateX(15px);
    width: 150px;
    height: 103px;
    border-radius: 50%;
    background: #fff;
}

.cost_cont .cost_banner p {
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: #ffcf7a;
	font-size: 34px;
	font-family: 'noto4';
}

.cost_cont .cost_banner strong {
	display: block;
	margin: 9px 0 0;
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: #fff;
	font-size: 48px;
	font-family: 'noto7';
}

.cost_cont .main_title {
	margin: 60px 0 0;
}

.cost_cont .main_title h3 {
	margin-top: 3px;
}

.cost_cont .main_title p {
	margin-top: 10px;
}

.cost_cont .main_title > span {
	color: #000;
}

.cost_cont .cost_data {
	position: relative;
	margin: 61px 0 0 18px;
}

.cost_cont .cost_data .data_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 72px;
	left: 0;
	width: 474px;
	padding: 0 34px 0 52px;
	text-align: center;
	box-sizing: border-box;
}

.cost_cont .cost_data .data_item .data_title {
	margin-left: 15px;
	padding: 35px 0 28px;
	font-family: 'noto5';
	font-size: 35px;
	letter-spacing: -0.065em;
	line-height: 1.2;
	text-align: center;
	color: #8e8e8e;
}

.cost_cont .cost_data .data_item .item_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 21px;
	width: 100%;
	padding: 23px 0 0 35px;
	/* border-top: 1px solid #d1d1cf; */
}

.cost_cont .cost_data .data_item .item_list li {
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #5a5a69;
	font-size: 20px;
	font-family: 'noto4';
}

.cost_cont .cost_data .data_item .item_noti {
	margin: 69px 0 0 -26px;
	line-height: 1.3;
	letter-spacing: -0.045em;
	color: #848494;
	font-size: 40px;
	font-family: 'noto7';
}

.cost_cont .cost_data .data_item .item_noti span {
	display: block;
	margin-top: 5px;
	font-family: 'noto4';
	font-size: 16px;
	letter-spacing: -0.045em;
	color: #a0a0a8;
}

.cost_cont .cost_data .data_item_2 {
	position: absolute;
	top: 15px;
	left: 473px;
	width: 627px;
	padding: 0 47px 0 48px;
}

.cost_cont .cost_data .data_item_2 .data_title {
	margin-left: 0;
	padding: 40px 0 25px;
	font-family: 'noto7';
	font-size: 45px;
	letter-spacing: -0.025em;
    line-height: 1.2;
	color: #000;
}

.cost_cont .cost_data .data_item_2 .data_title em {
	letter-spacing: 0;
	color: #ff9046;
}

.cost_cont .cost_data .data_item_2 .item_list {
	gap: 29px;
	padding: 37px 0 0 60px;
}

.cost_cont .cost_data .data_item_2 .item_list li {
	color: #000;
	font-size: 24px;
}

.cost_cont .cost_data .data_item_2 .item_noti {
	margin: 70px 0 0 0;
	color: #fff;
	font-size: 47px;
}

.cost_cont .cost_data .data_item_2 .item_noti span {
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
}

/* 커리큘럼 */
.curriculum_cont {
	background: #f5f5f5;
}

.curriculum_cont .main_inner {
	padding: 159px 0 158px;
}

.curriculum_cont .curri_table {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 66px auto 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.curriculum_cont .curri_table + .curri_table {
	margin-top: 35px;
}

.curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
	height: 100%;
}

.curriculum_cont .curri_table .table_head {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 219px;
	border-radius: 10px;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 19px;
	background: #bdbdbd;
}

.curriculum_cont .curri_table .td_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 1px solid #000;
	background: #fff;
}

.curriculum_cont .curri_table tr + tr .td_inner {
	border-top: none;
}

.curriculum_cont .curri_table th + th .td_inner,
.curriculum_cont .curri_table td + td .td_inner {
	border-left: none;
}

.curriculum_cont .curri_table th:not(:last-child) .td_inner,
.curriculum_cont .curri_table td:not(:last-child) .td_inner {
	border-right: 1px solid #e1e1e1;
}

.curriculum_cont .tr_title .td_inner {
	padding: 9px 0 9px;
	border-bottom: none;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 14px;
	font-family: 'noto6';
}

.curriculum_cont .tr_title th:nth-child(2) .td_inner {
	border-left: 1px solid #000;
	border-radius: 10px 0 0 0;
	background: #fbbf4d;
}

.curriculum_cont .tr_title th:nth-child(3) .td_inner {
	background: #feab5b;
}

.curriculum_cont .tr_title th:nth-child(4) .td_inner {
	background: #ff9b3a;
}

.curriculum_cont .tr_title th:nth-child(5) .td_inner {
	border-radius: 0 10px 0 0;
	background: #f97824;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(2) .td_inner {
	background: #7494e8;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(3) .td_inner {
	background: #2494de;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(4) .td_inner {
	background: #3255d3;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(5) .td_inner {
	background: #1d3fd0;
}

.curriculum_cont .tr_sub_title .td_inner {
	position: relative;
	padding: 8px 0 12px;
	letter-spacing: -0.035em;
	border-bottom-style: dashed;
	font-size: 23px;
	font-family: 'noto7';
}

.curriculum_cont .tr_sub_title .td_inner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 7px;
    height: 10px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/curri_arrow.png') no-repeat 0 0;
}

.curriculum_cont .tr_contents .td_inner {
	align-items: center;
	line-height: 1.35;
	letter-spacing: -0.035em;
	text-align: center;
	font-size: 18px;
}

.curriculum_cont .tr_badge .td_inner {
	margin: -1px 0 0;
	padding: 2px 0 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 18px;
	font-family: 'noto5';
	background: #ff3333;
}

.curriculum_cont .curri_table_2 .tr_badge .td_inner {
	background: #ffa349;
}

.curriculum_cont .tr_badge .td_inner.type-col-4 {
	border-right: 1px solid #000;
}

.curriculum_cont .tr_contents td:nth-child(1) .td_inner {
	border-radius: 0 0 0 10px;
}

.curriculum_cont .tr_badge td:nth-child(2) .td_inner {
	border-radius: 0 0 10px 0;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(4) .td_inner {
	border-radius: 0 0 10px 0;
}


/* 교수 */
.professor_cont {
	background: linear-gradient(to bottom, #fff 506px, #1f1810 506px, #392d21 100%);
}

.professor_cont .main_inner {
	padding: 159px 0 0;
}

.professor_cont .main_desc {
	margin: 18px 0 0;
	color: #000;
}

.professor_cont .professor_slide {
	position: relative;
	width: 1400px;
	margin: 64px 0 0;
	overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 13px;
	position: relative;
	top: 0;
	padding: 24px 0 0;
	width: 100%;
	z-index: 1;
}

.professor_cont .professor_slide .page_item {
	position: relative;
	width: 144px;
	height: 144px;
	padding: 77px 0 0;
	border-radius: 50%;
	cursor: pointer;
	background: #51433a;
	color: #b5b1a6;
}

.professor_cont .professor_slide .page_item.is_active {
	background: #ff9146;
	color: #000;
}

.professor_cont .professor_slide .page_item::after {
	content: '';
	position: absolute;
	bottom: 41px;
	left: 5%;
	width: 90%;
	height: 40px;
	background: linear-gradient(to top, #51433a, transparent);
	z-index: 1;
}

.professor_cont .professor_slide .page_item.is_active::after {
	background: linear-gradient(to top, #ff9146, transparent);
}

.professor_cont .professor_slide .page_item::before {
	content: '';
	position: absolute;
	bottom: 43px;
    left: 0;
    width: 140px;
    height: 122px;
	background-size: 100% auto;
	background-position-y: 10px;
	filter: grayscale(1);
}

.professor_cont .professor_slide .page_item_1::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_1.png');
}

.professor_cont .professor_slide .page_item_2::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_2.png');
}

.professor_cont .professor_slide .page_item_3::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_3.png');
}

.professor_cont .professor_slide .page_item_4::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_4.png');
}

.professor_cont .professor_slide .page_item_5::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_5.png');
}

.professor_cont .professor_slide .page_item_6::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_6.png');
}

.professor_cont .professor_slide .page_item_7::before {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_7.png');
}

.professor_cont .professor_slide .page_item.is_active::before {
	filter: grayscale(0)
}


.professor_cont .professor_slide .page_item p {
	position: relative;
	line-height: 1.2;
	white-space: nowrap;
	letter-spacing: -0.055em;
	font-size: 18px;
	font-family: 'noto3';
	z-index: 2;
}

.professor_cont .professor_slide .page_item strong {
	display: block;
	position: relative;
	line-height: 1.2;
	margin: 3px 0 0;
	letter-spacing: -0.055em;
	font-size: 23px;
	font-family: 'noto6';
	z-index: 2;
}

.professor_cont .professor_slide .swiper-slide {
	position: relative;
	width: 1400px;
	padding: 133px 0 134px 150px;
	text-align: left;
	z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 64px;
    right: 17px;
	width: 881px;
	height: 1082px;
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_1.png') center no-repeat;
	z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_1.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_2::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_2.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_3::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_3.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_4::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_4.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_5::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_5.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_6::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_6.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_7::after {
	background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_7.png') no-repeat center top;
}
.professor_cont .professor_slide .slide_badge {
	position: absolute;
	top: 89px;
    right: 150px;
}
.professor_cont .professor_slide .slide_history {
	display: flex;
	gap: 21px;
	margin: 0 0 13px 0;
}

.professor_cont .professor_slide .slide_history li {
	height: 77px;
	padding: 6px 31px 0;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-align: center;
	color: #e5c288;
	font-size: 18px;
	background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_img_1.png') no-repeat left top,
		url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_img_2.png') no-repeat right top;
}

.professor_cont .professor_slide .slide_sub_title {
	line-height: 1.28;
	margin-bottom: 25px;
	letter-spacing: -0.065em;
	color: #fff;
	font-family: 'noto5';
	font-size: 36px;
}
.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.065em;
	font-family: 'noto4';
	font-size: 23px;
	color: #ff9046;
}
.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: 7px 0 0;
	font-family: 'noto7';
	font-size: 55px;
	letter-spacing: -0.065em;
	color: #ff9046;
}
.professor_cont .professor_slide .slide_list {
	margin: 36px 0 0;
}
.professor_cont .professor_slide .slide_list li {
	line-height: 1.2;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 16px;
	font-family: 'noto4';
}
.professor_cont .professor_slide .slide_list li + li {
	margin: 6px 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: 35px 0 0;
	gap: 11px;
}
.professor_cont .professor_slide .slide_check li {
	display: inline-flex;
	align-items: center;
	min-width: 408px;
	height: 48px;
	padding: 0 30px 0 56px;
	border: 1px solid #f6ce3e;
	border-radius: 100px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 21px;
	font-family: 'noto5';
	background: #2b271a url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_icon.png') no-repeat 25px center;
}
.professor_cont .professor_slide .popupVideo {
	position: relative;
	width: 540px;
	height: 330px;
	margin: 71px 0 0 0;
}

.professor_cont .professor_slide .popupVideo a,
.professor_cont .professor_slide .popupVideo button {
	position: absolute;
	top: 0;
	left: 0;
	width: 539px;
	height: 330px;
}

.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';
}

/* 도서 */
.book_cont .main_inner {
	padding: 172px 0 158px;
}

.book_cont .content_title p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.book_cont .evidence_area {
	position: absolute;
	top: 131px;
    right: 96px;
}

.book_cont .evidence_popup_area {
	left: auto;
	right: 0;
}

.book_cont .book_item {
	position: relative;
	margin: 127px 0 0;
}

.book_cont .book_item .item_bullet {
	position: absolute;
	top: -79px;
    right: -46px;
}

.book_cont .book_item .item_img_2 {
	margin: 157px 0 0 16px;
}

.book_cont .bookreview_slide {
	width: 1100px;
	height: 197px;
	margin: 84px 0 0;
	padding: 0 22px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.book_cont .bookreview_slide .btn_arrow {
	position: absolute;
	z-index: 4;
	top: calc(50% - 24px);
	width: 47px;
	height: 48px;
	cursor: pointer;
	background: url('/_skin/tpl_skin/basic_labor_new/images/apply/half_1/btn.png') no-repeat;
}
.book_cont .bookreview_slide .btn_prev {
	left: 0px;
	background-position: -14px -92px;
}
.book_cont .bookreview_slide .btn_next {
	right: 0;
	background-position: -66px -92px;
}
.book_cont .bookreview_slide .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 122px;
	box-sizing: border-box;
	line-height: 130%;
}
.book_cont .bookreview_slide .div-table {
	flex: 1 1 auto;
}
.book_cont .bookreview_slide .writer {
	width: 17%;
	font-size: 15px;
}
.book_cont .bookreview_slide .writer p {
	margin-bottom: 5px;
}
.book_cont .bookreview_slide .review_tit {
	font-size: 28px;
	font-family: 'noto6';
	line-height: 100%;
}
.book_cont .bookreview_slide .review_txt {
	margin-top: 9px;
	font-size: 18px;
	line-height: 130%;
}

/* 모의고사 */
.mock_cont {
	background: #f4f4f4;
}

.mock_cont .main_inner {
	padding: 142px 0 106px;
}

.mock_cont .mock_box {
	margin-top: 44px
}

.mock_cont .mock_box .box_item_1 {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img4.png');
}

/* 핵지총 */
.core_cont {
	background: #fdf7e9;
}

.core_cont .main_inner {
	padding: 121px 0 159px;
}

.core_cont .main_tab_wrap {
	margin: 80px 0 0;
	width: 100%;
}

.core_cont .main_tab_wrap .tab_menu {
	display: flex;
	gap: 12px;
	width: 100%;
}

.core_cont .main_tab_wrap .tab_menu button {
	width: 100%;
	height: 95px;
	border: 2px solid #ff8a00;
	border-radius: 25px;
	color: #ff8a00;
	background: #fff;
}

.core_cont .main_tab_wrap .tab_menu button.is_active {
	color: #fff;
	background: #ff8a00;
}

.core_cont .main_tab_wrap .tab_menu p {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 20px;
	font-family: 'noto4';
}

.core_cont .main_tab_wrap .tab_menu strong {
	display: block;
	margin: 2px 0 0;
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 30px;
	font-family: 'noto6';
}

.core_cont .main_tab_wrap .tab_content {
	display: none;
	margin: 30px 0 0;
	border-radius: 20px;
	background: #fff;
}

.core_cont .main_tab_wrap .tab_content.is_active {
	display: block;
}

/* 후기 */
.review_cont {
	background: #ffedd9;
}

.review_cont .main_inner {
	padding: 150px 0 137px;
}

.review_cont .review_video {
	position: relative;
	margin: 70px 0 0;
}

.review_cont .review_video > div {
	position: absolute;
	top: 0;
	width: 359px;
	height: 200px;
}

.review_cont .review_video .video_item_1 {
	left: 0;
}

.review_cont .review_video .video_item_2 {
	left: 371px;
}

.review_cont .review_video .video_item_3 {
	left: auto;
	right: 0;
}

.review_cont .review_video .layer,
.review_cont .review_video .start_video {
	display: block;
	width: 100%;
	height: 100%;
}

.review_cont .reviews_slide {
	margin: 68px 0 0;
	width: 100vw;
}

.review_cont .reviews_slide .slide_inner {
	display: inline-flex;
	gap: 53px;
	animation: marquee 20s linear infinite;
}

.review_cont .reviews_slide .slide_inner:hover {
	animation-play-state: paused;
}

.review_cont .reviews_slide .slide_item {
	display: flex;
	flex-direction: column;
	width: 558px;
	height: 240px;
	padding: 31px 0 0;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.22);
}

.review_cont .reviews_slide .item_title {
	line-height: 1.25;
	letter-spacing: -0.025em;
	font-size: 25px;
	font-family: 'noto5';
}  

.review_cont .reviews_slide .item_title em {
	color: #f8996b;
}

.review_cont .reviews_slide .item_text {
	line-height: 1.45;
	margin: 18px 0 0;
	letter-spacing: -0.025em;
	font-size: 19px;
	word-break: keep-all;
}

.review_cont .reviews_slide .item_name {
	letter-spacing: -0.025em;
	margin: 14px 0 0;
	color: #868686;
	font-size: 16px;
} 

.review_cont .review_title {
	margin: 99px 0 0;
	text-align: center;
}

.review_cont .review_title p {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 35px;
	font-family: 'noto4';
}

.review_cont .review_title strong {
	display: block;
	position: relative;
	line-height: 1.3;
	margin: 9px 0 0;
	padding: 0 0 5px;
	letter-spacing: -0.025em;
	font-size: 42px;
	font-family: 'noto7';
	background: linear-gradient(to right, #ffdb5f, #ff8929) no-repeat 0 40px;
}
