@charset "UTF-8";
/* 공통 */
.popup_increase_wrapper {
	display: none;
}

.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;
	justify-content: center;
	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.065em;
	font-size: 35px;
	font-family: 'noto6';
}

.cat_main_cont .main_title h3 {
	margin-top: 7px;
	line-height: 1.3;
	letter-spacing: -0.065em;
	font-size: 50px;
	font-family: 'noto7';
}

.cat_main_cont .main_title h3 em {
	color: #66e118;
}

.cat_main_cont .main_title span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 25px;
	border-radius: 50%;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 30px;
	font-family: 'noto6';
	background: #66e118;
}

.cat_main_cont .item_bullet {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes tcRotate {
	from {
		transform: rotateY(180deg);
		opacity: 0;
	}
	to {
		transform: rotateY(0deg);
		opacity: 1;
	}
}

@keyframes blinks {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 비주얼 */
.visual_cont {
	background-color: #353638;
	background-image: repeating-conic-gradient(#303133 0% 25%, #353638 25% 50%, #303133 50% 75%, #353638 75% 100%);
	background-size: 1280px 980px;
	background-position: calc(50% - 640px) -490px;
}

.visual_cont .main_inner {
	padding: 46px 0 261px;
	min-height: 984px;
}

.visual_cont .main_inner > * {
	position: relative;
	z-index: 1;
}

.visual_cont .visual_teacher {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1280px;
	z-index: 1;
}

.visual_cont .visual_teacher li {
	width: 640px;
	animation: tcRotate 0.5s ease;
	animation-fill-mode: forwards;
	transform: rotateY(180deg);
	opacity: 0;
}

.visual_cont .visual_teacher li:nth-child(1) {
	animation-delay: 0.2s;
}

.visual_cont .visual_teacher li:nth-child(2) {
	animation-delay: 0.4s;
}

.visual_cont .visual_teacher li:nth-child(3) {
	animation-delay: 0.6s;
}

.visual_cont .visual_teacher li:nth-child(4) {
	animation-delay: 0.8s;
}

.visual_cont .visual_text_1 {
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #fff;
	font-size: 24px;
	font-family: 'noto6';
}

.visual_cont .visual_text_2 {
	line-height: 1.2;
	margin: 6px 0 0;
	color: #fff;
	font-size: 15px;
	opacity: 0.2;
}

.visual_cont .visual_slide {
	width: 500px;
	height: 50px;
	margin: 75px 0 37px;
	letter-spacing: 0.02em;
	color: #60ff00;
	font-size: 36px;
	font-family: 'noto6';
	overflow: hidden;
}

.visual_cont .visual_slide .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 상품 */
.product_cont {
	position: relative;
	background: #fff;
	z-index: 1;
}

.product_cont .main_inner {
	padding: 135px 0 182px;
}

.product_cont .product_list {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 75px 0 0;
}

.product_cont .product_list .list_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
    position: relative;
	width: 100%;
	padding: 33px 44px 41px;
	border: 3px solid #233d69;
	border-radius: 40px;
}

.product_cont .product_list .list_item .event_bullet {
    display: none;
    position: absolute;
    top: -98px;
    left: -71px;
}

/* .product_cont .product_list .list_item:first-child::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: -80px;
    width: 134px;
    height: 136px;
    background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/txt.png') center no-repeat;
} */

.product_cont .product_list .item_tags {
	display: flex;
	gap: 11px;
	min-height: 42px;
	margin: 0 0 0 2px;
}

.product_cont .product_list .item_tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	border: 2px solid #000;
	border-radius: 42px;
	letter-spacing: -0.02em;
	font-size: 24px;
	font-family: 'noto6';
}

.product_cont .product_list .item_tags li.tab_point {
	background: #ffbf00;
}

.product_cont .product_list .item_title {
	line-height: 1.2;
	margin: 36px 0 0;
	letter-spacing: -0.02em;
	font-size: 53px;
	font-family: 'noto7';
}

.product_cont .product_list .item_price {
	display: flex;
	align-items: flex-end;
	position: relative;
	gap: 16px;
	margin: 36px 0 0;
	width: 100%;
}

.product_cont .product_list .price_origin {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
}

.product_cont .product_list .origin_tag {
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-size: 18px;
	font-family: 'noto6';
}

.product_cont .product_list .origin_num {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #969696;
	font-size: 30px;
	text-decoration: line-through;
}

.product_cont .product_list .price_total {
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #ff3636;
	font-size: 49px;
	font-family: 'noto7';
}

.product_cont .product_list .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 27px;
	right: -17px;
	width: 89px;
	height: 89px;
	border-radius: 50%;
	background: #ffbf00;
}

.product_cont .product_list .price_badge p {
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.025em;
	font-size: 20px;
	font-family: 'noto6';
}

.product_cont .product_list .item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	min-height: 88px;
	margin: 32px 0 0;
}

.product_cont .product_list .item_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 223px;
	height: 38px;
	border-radius: 4px;
	letter-spacing: -0.02em;
	font-size: 19px;
	background: #eee8d6;
}

.product_cont .product_list .btn_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 69px;
	margin: 23px 0 0;
	border-radius: 69px;
	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);
}

/* 얼리버드 이벤트 */
.event_cont {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1011px;
    overflow: hidden;
}

/* 혜택 */
.benefit_cont {
	background: #232726;
}

.benefit_cont .main_inner {
	padding: 111px 0 160px;
}

.benefit_cont .benefit_title {
	text-align: center;
}

.benefit_cont .benefit_title p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 45px;
	font-family: 'noto2';
}

.benefit_cont .benefit_title h3 {
	line-height: 1.2;
	letter-spacing: -0.035em;
	margin: 7px 0 0;
	color: #65ff03;
	font-size: 50px;
	font-family: 'noto7';
}

.benefit_cont .benefit_list_1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	margin: 82px 0 0;
}

.benefit_cont .benefit_list_1 .list_item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	min-height: 231px;
	padding: 61px 30px 16px 56px;
	border: 1px solid #38ff7a;
	border-radius: 20px;
	background: #000;
}

.benefit_cont .benefit_list_1 .list_item::after {
	content: '';
	position: absolute;
	top: -16px;
	right: 63px;
	width: 346px;
	height: 215px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_1.png') no-repeat 0 0;
}

.benefit_cont .benefit_list_1 .item_sub_title {
	line-height: 1.2;
	color: #dccfb3;
	letter-spacing: -0.02em;
	font-size: 26px;
}

.benefit_cont .benefit_list_1 .item_title {
	margin: 10px 0 0;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 42px;
	font-family: 'noto7';
}

.benefit_cont .benefit_list_1 .item_noti {
	margin: auto 0 0 auto;
	letter-spacing: -0.02em;
	color: #7a7f7f;
	font-size: 13px;
}

.benefit_cont .benefit_list_2 {
	display: flex;
	gap: 15px;
	margin: 25px 0 0;
	width: 100%;
}

.benefit_cont .benefit_list_2 .list_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 211px;
	padding: 0 0 6px 39px;
	border-radius: 20px;
}

.benefit_cont .benefit_list_2 .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_2.png') no-repeat right 11px top 42px;
}

.benefit_cont .benefit_list_2 .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_3.png') no-repeat right 35px top 55px;
}

.benefit_cont .benefit_list_2 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 22px;
}

.benefit_cont .benefit_list_2 .item_title {
	line-height: 1.2;
	margin: 7px 0 0;
	letter-spacing: -0.035em;
	font-size: 29px;
	font-family: 'noto6';
}

.benefit_cont .benefit_list_2 .item_noti {
	position: absolute;
	left: 38px;
	bottom: 21px;
	opacity: 0.5;
}

.benefit_cont .benefit_list_3 {
	display: flex;
	gap: 13px;
	margin: 22px 0 0;
	width: 100%;
}

.benefit_cont .benefit_list_3 .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 300px;
	padding: 33px 0 0 0;
	border-radius: 20px;
	text-align: center;
}

.benefit_cont .benefit_list_3 .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_4.png') no-repeat left 13px bottom 10px;
}

.benefit_cont .benefit_list_3 .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_5.png') no-repeat center bottom 21px;
}

.benefit_cont .benefit_list_3 .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_6.png') no-repeat left 40px bottom 33px;
}

.benefit_cont .benefit_list_3 .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_7.png') no-repeat left 41px bottom 44px;
}

.benefit_cont .benefit_list_3 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 18px;
}

.benefit_cont .benefit_list_3 .item_title {
	margin: 4px 0 0;
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 22px;
	font-family: 'noto6';
}

.benefit_cont .benefit_list_4 {
	display: flex;
	gap: 20px;
	margin: 48px 0 0;
	width: 100%;
}

.benefit_cont .benefit_list_4 .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 50px 35px 48px;
	border-radius: 20px;
	background: linear-gradient(to right, #65ff03, #4ae37f);
}

.benefit_cont .benefit_list_4 .list_item::before {
	content: '+';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 3px solid #000;
	color: #000;
	font-size: 40px;
	font-family: 'noto7';
	background: #64fd0a;
}

.benefit_cont .benefit_list_4 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 38px;
}

.benefit_cont .benefit_list_4 .item_sub_title em {
	color: #000;
	font-family: 'noto6';
}

.benefit_cont .benefit_list_4 .item_title {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.035em;
	margin: 5px 0 0;
	font-size: 40px;
	font-family: 'noto7';
}

.benefit_cont .benefit_list_4 .item_banner_wrap {
	display: flex;
	gap: 20px;
	width: 100%;
	margin: 50px 0 0;
}

.benefit_cont .benefit_list_4 .item_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 208px;
	padding: 0 200px 9px 39px;
	border-radius: 20px;
}

.benefit_cont .benefit_list_4 .item_banner_1 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_special_1.png') no-repeat right 17px top 29px;
}

.benefit_cont .benefit_list_4 .item_banner_2 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/benefit_special_2.png') no-repeat right -4px top 44px;
}

.benefit_cont .benefit_list_4 .item_banner p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 23px;
}

.benefit_cont .benefit_list_4 .item_banner strong {
	display: block;
	line-height: 1.2;
	margin: -2px 0 0;
	letter-spacing: -0.035em;
	font-size: 30px;
	font-weight: normal;
	font-family: 'noto7';
}

.benefit_cont .benefit_list_4 .item_banner p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 23px;
}

/* 추천 */
.recommend_cont {
	background: #f3fcf2;
}

.recommend_cont .main_inner {
	padding: 139px 0 93px;
}

.recommend_cont .main_title {
	margin: 0 0 39px;
}

/* 취득 */
.acquisition_cont {
	background: #292929;
}

.acquisition_cont .main_inner {
	padding: 140px 0 140px;
}

.acquisition_cont .main_title {
	margin: 0 0 62px;
}

.acquisition_cont .main_title p {
	color: #fff;
}

.acquisition_cont .main_title h3 {
	color: #65ff03;
}

/* 리뷰 */
.review_cont {
	background: #fff;
}

.review_cont .main_inner {
	padding: 147px 0 107px;
}

.review_cont .reviews_slide {
	position: relative;
	margin: 36px 0 0;
	width: 1300px;
	height: 480px;
	padding: 110px 100px 0;
	overflow: hidden;
}

.review_cont .reviews_slide .swiper-slide {
	position: relative;
	width: 1100px;
	height: 286px;
	padding: 36px 0 0 83px;
	border-radius: 20px;
	box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.2);
}

.review_cont .reviews_slide .swiper-slide::before {
	content: '';
	position: absolute;
	top: -81px;
	right: 253px;
	width: 287px;
	height: 126px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/hugi_bullet.png') no-repeat 0 0;
	z-index: 1;
}

.review_cont .reviews_slide .swiper-slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 413px;
	height: 343px;
}

.review_cont .reviews_slide .swiper-slide_1::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/hugi_img1.png') no-repeat 0 0;
}

.review_cont .reviews_slide .swiper-slide_2::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/hugi_img2.png') no-repeat 0 0;
}

.review_cont .reviews_slide .swiper-slide_3::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/hugi_img3.png') no-repeat 0 0;
}

.review_cont .reviews_slide .swiper-slide_4::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/hugi_img4.png') no-repeat 0 0;
}

.review_cont .reviews_slide .swiper-slide_5::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/hugi_img5.png') no-repeat 0 0;
}

.review_cont .reviews_slide .swiper-button-prev,
.review_cont .reviews_slide .swiper-button-next {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	z-index: 1;
}

.review_cont .reviews_slide .swiper-button-prev {
	left: 9px;
	background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_l.png') no-repeat center;
}

.review_cont .reviews_slide .swiper-button-next {
	right: 9px;
	background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_r.png') no-repeat center;
}

.review_cont .reviews_slide .slide_title {
	line-height: 1.2;
	letter-spacing: -0.045em;
	color: #233d69;
	font-size: 30px;
	font-family: 'noto6';
}

.review_cont .reviews_slide .slide_text {
	line-height: 1.5;
	margin: 15px 0 0;
	font-size: 20px;
	letter-spacing: -0.045em;
}

.review_cont .reviews_slide .slide_name {
	line-height: 1.2;
	margin: 15px 0 0;
	letter-spacing: -0.045em;
	color: #a1a1a1;
	font-size: 18px;
	font-family: 'noto6';
}

/* 교수 */
.professor_cont {
	background: linear-gradient(to bottom, #fff 660px, #2b2d2c 660px);
}

.professor_cont .main_title {
	margin: 55px 0 0;
}

.professor_cont .professor_slide {
	width: 1180px;
	height: 1357px;
	margin: -20px 0 0;
	padding: 50px 0 0 0;
	overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 52px;
	position: relative;
	width: 1100px;
	margin: 50px auto 0;
	z-index: 2;
}
.professor_cont .professor_slide .page_item {
	position: relative;
	width: 164px;
	height: 164px;
	padding-top: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #3c3941;
	color: #ababab;
	cursor: pointer;
}
.professor_cont .professor_slide .page_item.is_active {
	background: #7ee544;
	color: #000;
}
.professor_cont .professor_slide .page_item::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 58px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 149px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_tab.png') 0 0 no-repeat;
	z-index: 1;
}
.professor_cont .professor_slide .page_item_1::after {
	background-position: top -214px left -30px;
}
.professor_cont .professor_slide .page_item_2::after {
	background-position: top -214px left -242px;
}
.professor_cont .professor_slide .page_item_3::after {
	background-position: top -214px left -463px;
}
.professor_cont .professor_slide .page_item_4::after {
	background-position: top -214px left -683px;
}
.professor_cont .professor_slide .page_item_5::after {
	background-position: top -214px left -633px;
}
.professor_cont .professor_slide .page_item_6::after {
	background-position: top -214px left -792px;
}
.professor_cont .professor_slide .page_item_7::after {
	background-position: top -214px left -950px;
}
.professor_cont .professor_slide .page_item.is_active::after {
	background-position-y: 3px;
}
.professor_cont .professor_slide .page_item p,
.professor_cont .professor_slide .page_item strong {
	position: relative;
	line-height: 1.2;
	z-index: 2;
}
.professor_cont .professor_slide .page_item p {
	letter-spacing: -0.065em;
	font-family: 'noto4';
	font-size: 16px;
}
.professor_cont .professor_slide .page_item strong {
	display: block;
	margin: 2px 0 0;
	letter-spacing: -0.065em;
	font-size: 23px;
	font-family: 'noto5';
}
.professor_cont .professor_slide .swiper-slide {
	position: relative;
	width: 100%;
	padding: 129px 0 0 41px;
	text-align: left;
	z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: -94px;
	right: 20px;
	width: 652px;
	height: 983px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_1.png') center no-repeat;
	z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
	right: 10px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_2.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
	right: -20px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_3.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_4::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_4.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_5.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
	right: -37px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_6.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_7::after {
	right: -37px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_7.png') center bottom no-repeat;
}
.professor_cont .professor_slide .slide_badge {
	position: absolute;
	top: 332px;
	right: 0;
}
.professor_cont .professor_slide .slide_sub_title {
	line-height: 1.28;
	margin-bottom: 32px;
	color: #fff;
	font-family: 'noto6';
	font-size: 36px;
	letter-spacing: -0.065em;
}
.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;
	font-family: 'noto4';
	font-size: 23px;
	color: #fff;
}
.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
	background: linear-gradient(to right, #62fa84, #7ee544);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	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: 13px 0 0;
	font-family: 'noto7';
	font-size: 55px;
	letter-spacing: -0.065em;
	color: #fff;
	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 {
	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: 32px 0 0;
	gap: 11px;
}
.professor_cont .professor_slide .slide_check li {
	display: inline-flex;
	align-items: center;
	min-width: 532px;
	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: auto;
	margin-top: 61px;
}

.professor_cont .professor_slide .popupVideo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 539px;
	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';
}

/* 커리큘럼 */
.curriculum_cont {
	background: #f9f9f9;
}

.curriculum_cont .main_inner {
	padding: 105px 0 156px;
}

.curriculum_cont table {
	position: relative;
	width: 1002px;
	height: 265px;
	margin: 71px auto 0 5px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #000;
}
.curriculum_cont table::after {
	content: '';
	position: absolute;
	top: -101px;
	right: -271px;
	width: 336px;
	height: 391px;
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/curri_bullet.png') no-repeat 0 0;
}
.curriculum_cont table.curri_table_2 {
	width: 850px;
	margin-top: 17px;
}
.curriculum_cont table th,
.curriculum_cont table td {
	/* border: 1px solid #000; */
}
.curriculum_cont table th:not(:last-child),
.curriculum_cont table td:not(:last-child) {
	border-right: 1px solid #e1e1e1;
}
.curriculum_cont table th {
	height: 73px;
	color: #233769;
	background: #eef2fd;
}

.curriculum_cont table th p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 23px;
	font-family: 'noto7';
}

.curriculum_cont table th strong {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 23px;
	font-family: 'noto7';
}
/* .curriculum_cont table.curri_table th:first-child {
	border: 2px solid #bb95f4;
	background: #f9f6ff;
}
.curriculum_cont table.curri_table_2 th:first-child {
	border: 2px solid #bb95f4;
	background: #dbcbf8;
} */
.curriculum_cont table th {
	position: relative;
	border-bottom: 1px dashed #000;
}
.curriculum_cont table th:nth-child(1) {
	background: linear-gradient(to right, #65e11a, #41ce78);
}

.curriculum_cont table th:nth-child(2) {
	background: linear-gradient(to right, #3dcc82, #1cbbd6);
}

.curriculum_cont table th:nth-child(3) {
	background: linear-gradient(to right, #ff9e6e, #ff9073);
}

.curriculum_cont table th:nth-child(4) {
	background: linear-gradient(to right, #ff8f74, #ff707f);
}
.curriculum_cont table.curri_table_2 th:last-child {
	border-style: solid;
	line-height: 1.2;
	padding: 33px 0 0 40px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font-size: 27px;
}
.curriculum_cont table th:not(:last-child)::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 7px;
	height: 10px;
	background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/curri_arrow.png') center no-repeat;
}
.curriculum_cont table.curri_table_2 th:last-child::after {
	top: 0px;
	bottom: auto;
	right: -72px;
	width: 292px;
	height: 228px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content5/v2/curri_img.png') no-repeat 0 0;
}
.curriculum_cont table td {
	position: relative;
	padding: 38px 0 32px;
	border-top: 0;
	vertical-align: top;
	font-family: 'noto4';
	font-size: 18px;
	letter-spacing: -0.035em;
	text-align: center;
	line-height: 1.4;
}

.curriculum_cont table td strong {
	line-height: 1.2;
	letter-spacing: -0.035em;
	color: #393939;
	font-size: 22px;
	font-family: 'noto7';
}

.curriculum_cont table td p {
	line-height: 1.4;
	margin: 9px 0 0;
	letter-spacing: -0.035em;
	color: #393939;
	font-size: 18px;
}

.curriculum_cont table .table_badge {
	position: relative;
	top: 24px;
	width: 100%;
	margin: -3px 0 0;
	padding: 4px 0 4px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 18px;
	background: #ff7261;
}

.curriculum_cont .curri_img {
	margin: 102px 0 0;
}

/* 도서 */
.book_cont .main_inner {
	padding: 114px 0 154px;
}

.book_cont .book_img_wrap {
	position: relative;
	margin: 132px 0 0 3px;
}

.book_cont .book_img_wrap .book_img_badge {
	position: absolute;
	top: -79px;
	right: -94px;
}

.book_cont .book_img {
	margin: 91px 0 0 10px;
}

.book_cont .review_list li strong {
	padding: 26px 0 0 27px !important;
}

.book_cont .review_list li .review_txt {
	padding: 14px 25px 0 !important;
}

.book_cont .review_list_wrap {
	width: 100vw;
}

.book_cont .review_list {
	display: inline-flex;
	margin-top: 109px;
	transform: translate(-50%, 0);
	animation: marquee 37s linear infinite;
}

.book_cont .review_list:hover {
	animation-play-state: paused;
}

.book_cont .review_list li {
	display: flex;
	flex-direction: column;
	width: 370px;
	height: 261px;
	border-radius: 22px;
	overflow: hidden;
	transition: 0.2s ease-in;
	box-shadow: 0px 14px 35px 0px rgba(16, 16, 19, 0.25);
}

/*.book_cont .review_list li:hover {
	transform: translateY(-25px);
}*/

.book_cont .review_list li + li {
	margin-left: 20px;
}

.book_cont .review_list li strong {
	flex-grow: 1;
	display: block;
	padding: 26px 0 0 35px;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 22px;
	font-family: 'spoqa2';
}

.book_cont .review_list li strong span {
	position: relative;
	font-family: 'spoqa4';
	z-index: 1;
}

.book_cont .review_list li strong span::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 14px;
	background: #fdedc3;
	z-index: -1;
}

.book_cont .review_list li:nth-child(1) strong,
.book_cont .review_list li:nth-child(10) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_1.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(2) strong,
.book_cont .review_list li:nth-child(11) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_2.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(3) strong,
.book_cont .review_list li:nth-child(12) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_3.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(4) strong,
.book_cont .review_list li:nth-child(13) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_4.png') no-repeat bottom -2px right 10px;
}

.book_cont .review_list li:nth-child(5) strong,
.book_cont .review_list li:nth-child(14) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_5.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(6) strong,
.book_cont .review_list li:nth-child(15) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_6.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(7) strong,
.book_cont .review_list li:nth-child(16) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_7.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(8) strong,
.book_cont .review_list li:nth-child(17) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_8.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(9) strong,
.book_cont .review_list li:nth-child(18) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_9.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(10) strong,
.book_cont .review_list li:nth-child(19) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_10.png') no-repeat bottom right 10px;
}

.book_cont .review_list li:nth-child(11) strong,
.book_cont .review_list li:nth-child(20) strong {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/book_hugi_11.png') no-repeat bottom right 10px;
}

.book_cont .review_list li .review_txt {
	margin-top: auto;
	height: 132px;
	padding: 14px 27px 0 30px;
	word-break: keep-all;
	letter-spacing: -0.04em;
	color: #fff;
	background: #8191da;
}

.book_cont .review_list li .review_txt p {
	font-size: 15px;
	font-family: 'spoqa3';
}

.book_cont .review_list li .review_txt em {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
}

/* 모의고사 */
.mock_cont {
	background: #f4fbf8;
}

.mock_cont .main_inner {
	padding: 112px 0 126px;
}

.mock_cont .mock_img {
	margin: 51px 0 0 -17px;
}

/* 특별 혜택 */
.special_cont .main_inner {
	padding: 115px 0 182px;
}

.special_cont .special_list {
	display: flex;
	gap: 26px;
	width: 100%;
	margin: 134px 0 0;
}

.special_cont .special_list .list_item {
	position: relative;
	width: 100%;
	height: 352px;
	padding: 50px 0 0;
	border: 2px solid #f7bb3f;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 32px 0 rgba(96, 96, 96, 0.38);
}

.special_cont .special_list .list_item_1 {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/bottom_benefit_1.png') no-repeat left 57px bottom 23px;
}

.special_cont .special_list .list_item_2 {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/bottom_benefit_2.png') no-repeat left 51px bottom 39px;
}

.special_cont .special_list .list_item_3 {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/bottom_benefit_3.png') no-repeat left 58px bottom 50px;
}

.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: 277px;
	height: 47px;
	border-radius: 47px;
	letter-spacing: -0.065em;
	font-size: 25px;
	background: #ffa045;
}

.special_cont .special_list .item_text {
	line-height: 1.25;
	letter-spacing: -0.065em;
	text-align: center;
	font-size: 34px;
}

.special_cont .special_list .item_text em {
	font-family: 'noto7';
}

/* Q&A */
.qna_cont {
	background: #f3f3f3;
}

.qna_cont .main_inner {
	padding: 109px 0 89px;
}

.qna_cont .qna_img {
	display: block;
	margin: 54px 0 0 -48px;
}

/* 환급 */
.refund_cont .main_inner {
	padding: 124px 0 146px;
}

.refund_cont .refund_list {
	display: flex;
	gap: 32px;
	position: relative;
	width: 100%;
	margin: 93px 0 0;
}

.refund_cont .refund_list .list_item {
	position: relative;
	width: 100%;
	height: 369px;
	padding: 40px 0 0;
	border: 2px solid #40f37e;
	border-radius: 20px;
	box-shadow: 0px 10px 32px 0px rgba(96, 96, 96, 0.38);
	list-style-type: none;
	text-align: center;
}

.refund_cont .refund_list .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/bottom_benefit_4.png') no-repeat center bottom 41px;
}

.refund_cont .refund_list .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/bottom_benefit_5.png') no-repeat center bottom 48px;
}

.refund_cont .refund_list .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/bottom_benefit_6.png') no-repeat center bottom 50px;
}

.refund_cont .refund_list .item_text {
	line-height: 1.6;
	letter-spacing: -0.065em;
	font-size: 28px;
}

.refund_cont .refund_list .item_text em {
	line-height: 1.2;
	padding: 0 5px;
	font-size: 32px;
	font-family: 'noto7';
	box-shadow: inset 0 -20px 0 #d2fedb;
}

.refund_cont .refund_noti {
	margin: 31px 0 0;
	width: 100%;
}

.refund_cont .refund_noti li {
	line-height: 1.2;
	text-align: right;
	letter-spacing: -0.065em;
	color: #888;
	font-size: 17px;
	opacity: 0.5;
}

.refund_cont .refund_noti li + li {
	margin: 4px 0 0;
}

/* 시작 */
.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';
}
