@charset "UTF-8";
.hwan > * {
	line-height: 1;
}
.con {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-family: 'noto3';
	font-weight: 100;
	color: #000;
}
.con .inner,
.con .mid {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.con:after {
	content: '';
	clear: both;
}
.div-table {
	display: table;
	width: 100%;
}
.div-table > * {
	display: table-cell;
	vertical-align: middle;
}
.con .main_title p {
	margin-bottom: 10px;
	font-family: 'noto3';
	font-size: 50px;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #000;
}
.con .main_title h3 {
	font-family: 'noto7';
	font-size: 50px;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #000;
}

#banner_open_fmb {
	/* 환급반 하단 띠배너 삭제할때 이것도 같이 삭제*/
	display: none !important;
}
/* 하단 환급패스 수강신청 띠배너 : S */
.bottom_banner {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
}
/* 하단 환급패스 수강신청 띠배너 : E */

/* top : S */
.top_cont {
	height: 1102px;
	padding: 123px 0 77px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/top_bg.png') center no-repeat;
}
.top_cont .title_wrap {
	position: relative;
	width: 100%;
	height: 535px;
}
.top_cont .top_txt {
	display: block;
	opacity: 0;
}
.top_cont .top_txt_1 {
	animation: fade-in 0.8s ease-in-out 0.2s forwards;
}
.top_cont .top_txt_2 {
	margin: 30px 0 80px;
	animation: fade-in 0.8s ease-in-out 0.4s forwards;
}
.top_cont .top_txt_3 {
	animation: fade-in 0.8s ease-in-out 0.5s forwards;
}
.top_cont .top_txt_4 {
	display: flex;
}
.top_cont .top_txt_4_1 {
	animation: fade-in 0.8s ease-in-out 0.7s forwards;
}
.top_cont .top_txt_4_2 {
	animation: fade-in 0.8s ease-in-out 0.9s forwards;
}
.top_cont .top_txt_4_3 {
	animation: fade-in 0.8s ease-in-out 1.1s forwards;
}
.top_cont .top_txt_4_4 {
	animation: fade-in 0.8s ease-in-out 1.3s forwards;
}
.top_cont .top_txt_5,
.top_cont .top_txt_6 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.top_cont .top_txt_5 {
	right: -130px;
	bottom: -94px;
	animation: fade-in 0.8s ease-in-out 0.4s forwards;
}
.top_cont .top_txt_6 {
	bottom: 14px;
	right: -48px;
	animation: fade-in 0.8s ease-in-out 0.5s forwards;
}
@keyframes fade-in {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.top_cont .top_benefit_wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.top_cont .top_benefit {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	width: 264px;
	height: 237px;
	margin-top: 120px;
	padding: 30px;
	border: 3px solid #fff;
	box-sizing: border-box;
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/top_benefit_1.png') top 18px left 57px no-repeat;
	transition: 0.5s;
}
.top_cont .top_benefit.on {
	border: 3px solid #09ffef;
}
.top_cont .top_benefit_1::after,
.top_cont .top_benefit_2::after {
	clear: both;
	content: '최종합격시';
	display: block;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 22px;
	border-radius: 50px;
	box-sizing: border-box;
	background: #09ffef;
	font-family: 'noto4';
	font-size: 18px;
	font-weight: bold;
}
.top_cont .top_benefit_2::after {
	content: '불합격시';
}
.top_cont .top_benefit_1 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/top_benefit_1.png') top 18px left 57px no-repeat;
}
.top_cont .top_benefit_2 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/top_benefit_2.png') top 23px left 58px no-repeat;
}
.top_cont .top_benefit_3 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/top_benefit_3.png') top 23px left 63px no-repeat;
}
.top_cont .top_benefit_4 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/top_benefit_4.png') top 23px left 64px no-repeat;
}
.top_cont .top_benefit p {
	margin-top: auto;
	font-family: 'noto4';
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.065em;
	text-align: center;
}
.top_cont .top_benefit p span {
	font-family: 'noto7';
}
/* top : E */
/* 상품 : s */
.product_cont .main_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 146px 0 113px;
}

.product_cont .main_title {
	text-align: center;
}

.product_cont .product_item {
	position: relative;
	width: 100%;
	margin: 100px 0 176px;
	border: 3px solid #233d69;
	border-radius: 40px;
	overflow: hidden;
}

.product_cont .product_item .item_body {
	min-height: 359px;
	padding: 49px 0 0 54px;
}

.product_cont .product_item .item_footer {
	background: #efefef;
}

.product_cont .product_item .item_tags {
	display: flex;
	gap: 11px;
}

.product_cont .product_item .item_tags li {
	display: flex;
	align-items: center;
	height: 42px;
	padding: 0 20px;
	border-radius: 42px;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 24px;
	font-family: 'noto7';
	background: #f13f76;
}

.product_cont .product_item .item_tags li:nth-child(2) {
	background: #2151dc;
}

.product_cont .product_item .item_title {
	display: block;
	line-height: 1.1;
	margin: 33px 0 0;
	letter-spacing: -0.02em;
	font-size: 53px;
	font-family: 'noto7';
}

.product_cont .product_item .item_list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 23px 0 0;
}

.product_cont .product_item .item_list li {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #5f5f5f;
	font-size: 20px;
}

.product_cont .product_item .item_price {
	position: absolute;
	top: 154px;
	right: 59px;
	text-align: right;
}

.product_cont .product_item .item_price .price_wrap {
	display: flex;
	gap: 26px;
}

.product_cont .product_item .price_origin_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product_cont .product_item .price_origin_tag {
	letter-spacing: -0.02em;
	font-size: 20px;
	font-family: 'noto6';
}

.product_cont .product_item .price_origin {
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: line-through;
	color: #969696;
	font-size: 28px;
	font-family: 'noto3';
}

.product_cont .product_item .price_total {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ff3636;
	font-size: 60px;
	font-family: 'noto7';
}

.product_cont .product_item .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -133px;
	right: -3px;
	width: 131px;
	height: 131px;
	border-radius: 50%;
	background: #93ff63;
}

.product_cont .product_item .price_badge p {
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	font-size: 28px;
	font-family: 'noto7';
}

.product_cont .product_item .btn_scroll {
	position: relative;
	width: 377px;
	height: 69px;
	margin: 22px 0 0;
	border-radius: 39px;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 28px;
	font-family: 'noto6';
	background: #233d69;
	box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}

.product_cont .product_item .btn_scroll .btn_tag {
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
}

.product_cont .product_item .item_benefit {
	display: flex;
	width: 100%;
	padding: 30px 0 25px 18px;
}

.product_cont .product_item .item_benefit li {
	width: 100%;
	height: 79px;
	padding: 8px 0 18px 160px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-size: 23px;
	font-family: 'noto6';
}

.product_cont .product_item .item_benefit li + li {
	border-left: 1px solid #b2b2b2;
}

.product_cont .product_item .item_benefit li:nth-child(1) {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/price_benefit_1.png') no-repeat 43px 11px;
}

.product_cont .product_item .item_benefit li:nth-child(2) {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/price_benefit_2.png') no-repeat 82px 5px;
}

.product_cont .product_item .item_benefit li:nth-child(3) {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/price_benefit_3.png') no-repeat 40px 1px;
}

.product_cont .product_img {
	margin: 79px 0 0;
}
/* 상품 : e */
/* 특별 혜택 : S */
.special_cont {
	padding: 132px 0 136px;
	background: #6e73f5;
}
.special_cont .main_title p,
.special_cont .main_title h3 {
	color: #fff;
}
.special_cont .big_bene_wrap {
	display: flex;
	width: 100%;
	height: 235px;
	margin-top: 116px;
	border-radius: 20px;
	box-shadow: 0 20px 30px rgba(53, 59, 200, 1);
	background: #82ffbd;
}
.special_cont .big_bene_wrap .big_bene {
	position: relative;
	width: 50%;
	height: 100%;
	padding: 46px 60px;
	box-sizing: border-box;
}
.special_cont .big_bene_wrap .big_bene_2 {
	padding: 46px 30px;
}
.special_cont .big_bene_wrap .big_bene::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: -35px;
	right: -10px;
	width: 263px;
	height: 204px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_top_1.png') center no-repeat;
}
.special_cont .big_bene_wrap .big_bene_2::after {
	top: -45px;
	right: 0px;
	width: 236px;
	height: 226px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_top_2.png') center no-repeat;
}
.special_cont .big_bene_wrap .big_bene h3 {
	font-family: 'noto7';
	font-size: 32px;
	letter-spacing: -0.065em;
	line-height: 1.2;
	text-align: left;
}
.special_cont .big_bene_wrap .big_bene p {
	margin-top: 12px;
	font-family: 'noto4';
	font-size: 22px;
	letter-spacing: -0.065em;
	line-height: 1.3;
	text-align: left;
}
.special_cont .bene_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-top: 44px;
	padding: 48px;
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5), 0 20px 30px rgba(53, 59, 200, 1);
	background: #8287f3;
}
.special_cont .bene_wrap .bene {
	position: relative;
	width: calc((100% - 80px) / 3);
	height: 317px;
	padding: 36px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
}
.special_cont .bene_wrap .bene_1 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_1.png') bottom 43px left 45% no-repeat;
}
.special_cont .bene_wrap .bene_2 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_2.png') bottom 40px left 50% no-repeat;
}
.special_cont .bene_wrap .bene_3 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_3.png') bottom 21px left 50% no-repeat;
}
.special_cont .bene_wrap .bene_4 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_4.png') bottom 5px left 45% no-repeat;
}
.special_cont .bene_wrap .bene_5 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_5.png') bottom 7px left 30% no-repeat;
}
.special_cont .bene_wrap .bene_6 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_6.png') bottom 20px left 50% no-repeat;
}
.special_cont .bene_wrap .bene_7 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_10.png') bottom 0px left 45% no-repeat;
}
.special_cont .bene_wrap .bene_8 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_11.png') bottom 20px left 40% no-repeat;
}
.special_cont .bene_wrap .bene_9 {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/benefit_12.png') bottom 10px left 50% no-repeat;
}
.special_cont .bene_wrap .bene p {
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.065em;
	text-align: left;
}
.special_cont .bene_wrap .bene strong {
	display: block;
	margin-top: 8px;
	font-family: 'noto7';
	font-size: 25px;
	letter-spacing: -0.065em;
	line-height: 1.2;
	text-align: left;
}
.special_cont .bene_wrap .bene span {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'noto4';
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: -0.065em;
	color: #838383;
}
/* 특별 혜택 : E */
/* plus 혜택 : S */
.plus_cont {
	padding: 116px 0 110px;
	background: #4c00a9;
}
.plus_cont::after {
	clear: both;
	content: '+';
	display: block;
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	padding-top: 26px;
	border-radius: 100px;
	background: #4c00a9;
	font-family: 'noto7';
	font-size: 65px;
	letter-spacing: -0.065em;
	text-align: center;
	color: #82ffbd;
}
.plus_cont .main_title h3 {
	color: #82ffbd;
}
.plus_cont .plus_bene_wrap {
	display: flex;
	align-items: center;
	gap: 23px;
	margin-top: 66px;
}
.plus_cont .plus_bene_wrap .bene {
	width: calc((100% - 69px) / 4);
	height: 282px;
	padding: 46px 30px;
	padding-right: 0;
	border: 1px solid #e7e7ee;
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 0 10px 20px rgba(47, 49, 108, 1);
	background: #d4fff8;
}
.plus_cont .plus_bene_wrap .bene_1 {
	background: #d4fff8 url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_plus_1.png') bottom 25px left 50% no-repeat;
}
.plus_cont .plus_bene_wrap .bene_2 {
	background: #d4fff8 url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_plus_2.png') bottom 27px left 50% no-repeat;
}
.plus_cont .plus_bene_wrap .bene_3 {
	background: #d4fff8 url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_plus_3.png') bottom 24px left 50% no-repeat;
}
.plus_cont .plus_bene_wrap .bene_4 {
	background: #d4fff8 url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_plus_4.png') bottom 24px left 50% no-repeat;
}
.plus_cont .plus_bene_wrap .bene p {
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.065em;
	text-align: left;
}
.plus_cont .plus_bene_wrap .bene strong {
	display: block;
	margin-top: 10px;
	font-family: 'noto7';
	font-size: 25px;
	letter-spacing: -0.065em;
	text-align: left;
}
/* plus 혜택 : E */
/* 특별 제공 : s */
.gift_cont {
	position: relative;
	padding: 106px 0 60px;
	background: #82ffbd;
}

.gift_cont::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/plus.png') no-repeat 0 0;
}

.gift_cont .special_imgs {
	display: flex;
	margin: 39px 0 0 -136px;
}

.gift_cont .special_imgs img:nth-child(2) {
	margin-top: 23px;
}
/* 특별 제공 : e */
/* recommend : S */
.rec_cont {
	padding: 160px 0 125px;
}
.rec_cont .rec_img {
	display: block;
	margin-top: 66px;
	margin-left: -44px;
}
/* recommend : E */
/* Q&A 영역 : S */
.qna_cont {
	padding: 134px 0 130px;
	background: #f7f7f7;
}
.qna_cont .qna_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 52px 57px;
	margin-top: 111px;
}
.qna_cont .qna_wrap .qna {
	position: relative;
	width: calc((100% - 57px) / 2);
	height: 352px;
	cursor: pointer;
}
.qna_cont .qna_wrap .qna .question {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: #4c00a9;
	color: #fff;
}
.qna_cont .qna_wrap .qna .question::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	right: 5px;
	width: 113px;
	height: 112px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/pointer.png') center no-repeat;
	animation: bounce 0.8s ease infinite;
}
.qna_cont .qna_wrap .qna .question > div {
	margin-top: -17px;
}
.qna_cont .qna_wrap .qna .question strong,
.qna_cont .qna_wrap .qna .answer strong {
	display: block;
	margin-bottom: 24px;
	font-family: 'noto7';
	font-size: 32px;
	letter-spacing: -0.065em;
}
.qna_cont .qna_wrap .qna .question p {
	font-family: 'noto7';
	font-size: 32px;
	line-height: 1.3;
	letter-spacing: -0.065em;
}
.qna_cont .qna_wrap .qna .question p span {
	color: #85ff9e;
}
.qna_cont .qna_wrap .qna .answer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.qna_cont .qna_wrap .qna:hover .answer {
	opacity: 1;
	visibility: visible;
}
.qna_cont .qna_wrap .qna .answer > div {
	margin-top: -32px;
}
.qna_cont .qna_wrap .qna .answer p {
	font-family: 'noto4';
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.065em;
}
.qna_cont .qna_wrap .qna .answer p span {
	font-family: 'noto7';
	box-shadow: inset 0 -14px 0 #d2fedb;
}
.qna_cont .qna_desc {
	margin-top: 100px;
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.065em;
	color: #9d9d9d;
}
/* Q&A 영역 : E */
/* 교수 소개 및 커리큘럼 : S */
.teacher_curri_cont {
	width: 100%;
	height: 2947px;
	/* margin-top: 450px; */
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_bg.png') bottom 30px left 50% no-repeat;
}
.teacher_curri_cont .img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 70px;
	overflow: hidden;
}
.teacher_curri_cont .img_wrap img {
	margin-left: -20px;
}
.teacher_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.teacher_cont .professor_slide {
	margin: 60px 0 75px;
	width: 1150px;
	height: 1060px;
	/* border: 1px solid red; */
	overflow: hidden;
}
.teacher_cont .professor_slide .swiper-pagination {
	display: flex;
	gap: 8px;
	position: static;
	width: 1100px;
	margin-top: 24px;
}
.teacher_cont .professor_slide .page_item {
	position: relative;
	width: 115px;
	height: 115px;
	padding-top: 65px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #3c3941;
	color: #828282;
}
.teacher_cont .professor_slide .page_item.is_active {
	background: #7048e8;
	color: #fff;
}
.teacher_cont .professor_slide .page_item::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 25px;
	left: 32%;
	transform: scale(0.7) translateX(-50%);
	width: 150px;
	height: 150px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 10px left -28px no-repeat;
	z-index: 1;
}
.teacher_cont .professor_slide .page_item_1::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 10px left -28px no-repeat;
}
.teacher_cont .professor_slide .page_item_2::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -181px no-repeat;
}
.teacher_cont .professor_slide .page_item_3::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -341px no-repeat;
}
.teacher_cont .professor_slide .page_item_4::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -1256px no-repeat;
}
.teacher_cont .professor_slide .page_item_5::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -660px no-repeat;
}
.teacher_cont .professor_slide .page_item_6::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -820px no-repeat;
}
.teacher_cont .professor_slide .page_item_7::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -969px no-repeat;
}
.teacher_cont .professor_slide .page_item_8::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -1111px no-repeat;
}
.teacher_cont .professor_slide .page_item_9::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') top 14px left -1397px no-repeat;
}
.teacher_cont .professor_slide .page_item_1.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -34px left -28px no-repeat;
}
.teacher_cont .professor_slide .page_item_2.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -181px no-repeat;
}
.teacher_cont .professor_slide .page_item_3.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -341px no-repeat;
}
.teacher_cont .professor_slide .page_item_4.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -1256px no-repeat;
}
.teacher_cont .professor_slide .page_item_5.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -660px no-repeat;
}
.teacher_cont .professor_slide .page_item_6.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -820px no-repeat;
}
.teacher_cont .professor_slide .page_item_7.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -969px no-repeat;
}
.teacher_cont .professor_slide .page_item_8.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -1111px no-repeat;
}
.teacher_cont .professor_slide .page_item_9.is_active::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_tab_1.png') bottom -38px left -1397px no-repeat;
}
.teacher_cont .professor_slide .page_item p,
.teacher_cont .professor_slide .page_item strong {
	position: relative;
	z-index: 2;
}
.teacher_cont .professor_slide .page_item p {
	font-family: 'noto4';
	font-size: 16px;
	letter-spacing: -0.065em;
}
.teacher_cont .professor_slide .page_item strong {
	font-family: 'noto5';
	font-size: 18px;
	letter-spacing: -0.065em;
	line-height: 1;
}
.teacher_cont .professor_slide .swiper-slide {
	position: relative;
	height: 885px;
	padding: 136px 0 0;
	text-align: left;
	color: #fff;
	overflow: hidden;
	z-index: 1;
}
.teacher_cont .professor_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 68px;
	right: 20px;
	width: 652px;
	height: 983px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_1.png') center no-repeat;
	z-index: -1;
}
.teacher_cont .professor_slide .swiper-slide_1::after {
	right: 10px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_1.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_2::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/silhouette_2.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_3::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_3.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_4::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/silhouette_3.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_5::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_5.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_6::after {
	right: 10px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_6.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_7::after {
	right: 15px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/teacher_7.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_8::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/silhouette_1.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide_9::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/silhouette_4.png') center no-repeat;
}
.teacher_cont .professor_slide .swiper-slide .slide_badge {
	position: absolute;
	top: 50px;
	right: 100px;
}
.teacher_cont .professor_slide .swiper-slide .slide_sub_title {
	margin-bottom: 40px;
	font-family: 'noto5';
	font-size: 36px;
	letter-spacing: -0.065em;
}
.teacher_cont .professor_slide .swiper-slide .slide_title {
	width: fit-content;
	margin-bottom: 16px;
	font-family: 'noto4';
	font-size: 23px;
	letter-spacing: -0.065em;
	background: linear-gradient(to right, #5dfb76, #05d4c7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.teacher_cont .professor_slide .swiper-slide .slide_name {
	width: fit-content;
	font-family: 'noto7';
	font-size: 55px;
	letter-spacing: -0.065em;
	background: linear-gradient(to right, #5dfb76, #05d4c7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.teacher_cont .professor_slide .swiper-slide .video_wrap {
	margin-top: 84px;
}
.curri_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.curri_cont .main_title p,
.curri_cont .main_title h3 {
	color: #fff;
}
.curri_cont .curri_wrap {
	position: relative;
	width: 100%;
	height: 653px;
	margin-top: 107px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_line.png') top 50% right 0 no-repeat;
}
.curri_cont .curri_wrap::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -60px;
	left: -64px;
	width: 352px;
	height: 392px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_final.png') center no-repeat;
}
.curri_cont .curri_wrap .curri {
	position: absolute;
	top: 0;
	left: -40px;
	width: 284px;
	height: 284px;
	padding-top: 32px;
	border-radius: 50%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
	background: #4c00a9;
	transition: 0.3s;
}
.curri_cont .curri_wrap .curri.on {
	background: #fff;
}
.curri_cont .curri_wrap .curri_1 {
	top: 0;
	left: -40px;
}
.curri_cont .curri_wrap .curri_2 {
	top: 0;
	left: 312px;
}
.curri_cont .curri_wrap .curri_3 {
	top: 0;
	left: 634px;
}
.curri_cont .curri_wrap .curri_4 {
	top: 193px;
	left: auto;
	right: -94px;
}
.curri_cont .curri_wrap .curri_5 {
	top: auto;
	bottom: 0;
	left: auto;
	right: 170px;
}
.curri_cont .curri_wrap .curri_6 {
	top: auto;
	bottom: 0;
	left: 320px;
}
.curri_cont .curri_wrap .curri span {
	padding: 1px 17px 3px;
	border-radius: 30px;
	background: #000;
	font-family: 'noto7';
	font-size: 16px;
	letter-spacing: -0.065em;
	color: #fff;
}
.curri_cont .curri_wrap .curri.on span {
	color: #c0f658;
}
.curri_cont .curri_wrap .curri .icon {
	width: 50px;
	height: 50px;
	margin: 24px auto 5px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') center left -27px no-repeat;
}
.curri_cont .curri_wrap .curri_1 .icon {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') center left -27px no-repeat;
}
.curri_cont .curri_wrap .curri_2 .icon {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') center left -100px no-repeat;
}
.curri_cont .curri_wrap .curri_3 .icon {
	margin: 16px auto 5px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') top -19px left -173px no-repeat;
}
.curri_cont .curri_wrap .curri_4 .icon {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') center left -245px no-repeat;
}
.curri_cont .curri_wrap .curri_5 .icon {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') center left -318px no-repeat;
}
.curri_cont .curri_wrap .curri_6 .icon {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/curri_icon_2.png') center left -390px no-repeat;
}
.curri_cont .curri_wrap .curri strong {
	font-family: 'noto7';
	font-size: 35px;
	letter-spacing: -0.065em;
	color: #fff;
}
.curri_cont .curri_wrap .curri.on strong {
	color: #000;
}
.curri_cont .curri_wrap .curri p {
	margin-top: 10px;
	font-family: 'noto4';
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.065em;
	color: #b9a8e6;
}
.curri_cont .curri_wrap .curri.on p {
	color: #656565;
}
.curri_cont .curri_desc {
	margin-top: 114px;
	font-family: 'noto4';
	font-size: 18px;
	text-align: right;
	letter-spacing: -0.065em;
	color: #8b8b8b;
}
/* 교수 소개 및 커리큘럼 : E */
/* 도서 : S */
.book_cont {
	padding: 119px 0;
}
.book_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.book_cont .book_wrap {
	margin-top: 110px;
}
.book_cont .book_info_img {
	margin-top: 64px;
	margin-left: -29px;
}
.book_cont .book_slide {
	position: relative;
	width: 100%;
	height: 344px;
	overflow: hidden;
}
.book_cont .book_slide .swiper-wrapper {
	width: 100%;
	height: 314px;
}
.book_cont .book_slide .swiper-slide {
	width: 100%;
	height: 100%;
}
.book_cont .book_slide .book_pagination {
	display: flex;
	position: absolute;
	width: fit-content;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.book_cont .book_slide .book_pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	background: #7048e8;
	border: 0;
}

.book_cont .book_slide .book_pagination .swiper-pagination-bullet-active {
	background: #7048e8;
	border: 0;
}
/* 도서 : E */
/* 포인트 : S */
.point_cont {
	padding: 38px 0 156px;
}
.point_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.point_cont .point_img {
	margin-top: 69px;
	margin-left: -30px;
}
/* 포인트 : E */
/* 모의고사 : S */
.mock_cont {
	padding: 72px 0 86px;
	background: #f5f5f5;
}
.mock_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.mock_cont .mock_img {
	margin-top: 69px;
	margin-left: -30px;
}
/* 모의고사 : E */
/* 특별제공 : S */
.special_cont {
    padding: 75px 0 88px;
	background: #fff;
}
.special_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.special_cont .main_title p,
.special_cont .main_title h3 {
    color: #000;
}
.special_cont .special_img {
	margin-top: 35px;
    margin-left: -69px;
}
/* 특별제공 : E */
/* 1:1학습 : S */
.inquiry_cont {
	padding: 72px 0 86px;
	background: #fff;
}
.inquiry_cont .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-bottom: 36px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/circle.png') center no-repeat;
	font-family: 'noto7';
	font-size: 30px;
	letter-spacing: -0.065em;
	color: #fff;
}
.inquiry_cont .inquiry_img {
	margin-top: 40px;
	margin-left: -129px;
}
/* 1:1학습 : E */
/* 학습 동기 부여 : S */
.moti_cont {
	height: 741px;
	padding: 104px 0 89px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_bg.png') center no-repeat;
}
.moti_cont .main_title {
	position: relative;
	z-index: 1;
}
.moti_cont .main_title p {
	position: relative;
	width: fit-content;
	margin: 0 auto 20px;
	font-family: 'noto4';
	font-size: 35px;
	background: linear-gradient(to right, #5dfb76, #05d4c7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.moti_cont .main_title p::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 107%;
	height: 120%;
	background: #000;
	z-index: -1;
}
.moti_cont .main_title h3 {
	color: #fff;
}
.moti_cont .moti_wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	margin-top: 92px;
}
.moti_cont .moti_wrap li {
	width: 352px;
	height: 352px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_circle.png') center no-repeat;
}
.moti_cont .moti_wrap li.moti_1 {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_1.png') top 25px left 50% no-repeat,
		url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_circle.png') center no-repeat;
}
.moti_cont .moti_wrap li.moti_2 {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_2.png') top 36px left 55% no-repeat,
		url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_circle.png') center no-repeat;
}
.moti_cont .moti_wrap li.moti_3 {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_3.png') top 36px left 43% no-repeat,
		url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/bottom_circle.png') center no-repeat;
}
.moti_cont .moti_wrap li strong {
	display: block;
	margin-top: 140px;
	font-family: 'noto7';
	font-size: 31px;
	line-height: 1.2;
	letter-spacing: -0.065em;
	text-align: center;
	color: #fff;
}
.moti_cont .moti_wrap li p {
	margin-top: 10px;
	font-family: 'noto4';
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.065em;
	text-align: center;
	color: #fff;
}
/* 학습 동기 부여 : E */
