@charset "UTF-8";
.jong {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	font-family: 'noto3';
}
.con .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.top_area {
	height: 978px;
	padding: 97px 0 0;
	box-sizing: border-box;
	background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/top_bg.png') no-repeat center;
	background-size: cover;
}
.top_area .inner::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: -314px;
	width: 815px;
	height: 922px;
	background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/top_teacher.png') no-repeat center;
}
.top_area .tit {
	margin-bottom: 44px;
	font-family: 'noto3';
	font-size: 80px;
	font-weight: normal;
	letter-spacing: -0.045em;
	line-height: 1;
	color: #fff;
}
.top_area .main_tit {
	font-family: 'market-b';
	font-size: 115px;
	font-weight: normal;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #fff;
}
.top_area .sub_txt {
	margin-top: 53px;
	font-family: 'noto4';
	font-size: 29px;
	letter-spacing: -0.065em;
}
.top_area .sub_txt em {
    font-family: 'noto6';
}
.top_area .top_itme_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 610px;
	margin-top: 36px;
}
.top_area .top_itme_wrap .top_item {
	width: 300px;
	height: 136px;
	padding: 40px 32px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
	font-size: 24px;
	letter-spacing: -0.065em;
	line-height: 1.3;
	color: #fff;
}
.top_area .top_itme_wrap .top_item_1 {
	background: rgba(0, 0, 0, 0.3) url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/top_icon1.png') center right 15px no-repeat;
}
.top_area .top_itme_wrap .top_item_2 {
	background: rgba(0, 0, 0, 0.3) url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/top_icon2.png') center right 28px no-repeat;
}
.top_area .top_itme_wrap .top_item_3 {
	width: 100%;
	height: 166px;
	padding: 32px;
	background: rgba(0, 0, 0, 0.3) url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/top_icon3.png') center right 44px no-repeat;
}
.top_area .top_itme_wrap .top_item p {
	font-family: 'noto3';
}
.top_area .top_itme_wrap .top_item strong {
	font-family: 'noto6';
}
.top_area .top_itme_wrap .top_item strong em {
	color: #cdff6d;
}

.recommend_area {
	padding: 98px 0 88px;
	background: linear-gradient(to bottom, #072e54, #002690);
}

.vs_cont {
	padding: 163px 0 99px;
}
.vs_cont .vs_wrap {
	display: flex;
	gap: 10px;
}
.vs_cont .vs_items {
	position: relative;
	width: calc((100% - 32px) / 3);
}
.vs_cont .vs_items_1::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	left: -80px;
	width: 140px;
	height: 168px;
	background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/bullet.png') center no-repeat;
}
.vs_cont .vs_items .vs_title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: calc(100% - 20px);
	height: 83px;
	margin: 0 auto;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #41a4dd;
	font-family: 'noto6';
	font-size: 25px;
	line-height: 1;
	letter-spacing: -0.035em;
	color: #fff;
}
.vs_cont .vs_items_2 .vs_title {
	background: #4ccad4;
}
.vs_cont .vs_items_3 .vs_title {
	background: #4bcfbe;
}
.vs_cont .vs_items .vs_title::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 22.5px solid transparent;
	border-right: 22.5px solid transparent;
	border-top: 21px solid #3498db;
}
.vs_cont .vs_items_2 .vs_title::after {
	border-top: 21px solid #4ccad4;
}
.vs_cont .vs_items_3 .vs_title::after {
	border-top: 21px solid #4bcfbe;
}
.vs_cont .vs_items .vs_info_wrap {
	width: 100%;
	height: 573px;
	padding-top: 26px;
	box-sizing: border-box;
	box-shadow: 0 17px 32px rgba(0, 0, 0, 0.2);
}
.vs_cont .vs_items .vs_info_wrap li {
	display: flex;
	gap: 10px;
	padding: 26.5px 15px;
	padding-right: 0;
	box-sizing: border-box;
}
.vs_cont .vs_items .vs_info_wrap li:first-child {
	padding-top: 12px;
}
.vs_cont .vs_items_1 .vs_info_wrap li {
	padding: 13px 15px;
	padding-right: 0;
}
.vs_cont .vs_items_2 .vs_info_wrap li {
    padding: 40px 15px;
}
.vs_cont .vs_items .vs_info_wrap li .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e7e7e7;
	background-image: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/icon.png');
	background-repeat: no-repeat;
}
.vs_cont .vs_items .vs_info_wrap li.info_1 .icon {
	background-position: top -214px left 49%;
}
.vs_cont .vs_items_1 .vs_info_wrap li.info_1 .icon {
	background-position: top -214px left 49%;
}
.vs_cont .vs_items .vs_info_wrap li.info_2 .icon {
	background-position: top -57px left 49%;
}
.vs_cont .vs_items .vs_info_wrap li.info_3 .icon {
	background-position: top -99px left 49%;
}
.vs_cont .vs_items .vs_info_wrap li.info_4 .icon {
	background-position: top -181px left 48%;
}
.vs_cont .vs_items .vs_info_wrap li.info_5 .icon {
	background-position: top -141px left 48%;
}
.vs_cont .vs_items .vs_info_wrap li.info_6 .icon {
	background-position: top -250px left 48%;
}
.vs_cont .vs_items_2 .vs_info_wrap li.info_6 .icon {
	background-position: top -287px left 48%;
}
.vs_cont .vs_items_3 .vs_info_wrap li.info_6 .icon {
	background-position: top -328px left 45%;
}
.vs_cont .vs_items_1 .vs_info_wrap li.info_7 .icon {
	background-position: top -287px left 48%;
}
.vs_cont .vs_items_1 .vs_info_wrap li.info_8 .icon {
	background-position: top -328px left 45%;
}
.vs_cont .vs_items .vs_info_wrap li p {
	font-family: 'noto4';
	font-size: 21px;
	letter-spacing: -0.035em;
	line-height: 1.2;
	text-align: left;
}
.vs_cont .vs_items .vs_info_wrap li p.red {
	color: #e33e3e;
}
.vs_cont .vs_items .vs_info_wrap li p em {
	font-family: 'noto7';
}
.vs_cont .vs_items .vs_info_wrap li .desc {
	display: block;
	margin-top: 7px;
	font-family: 'noto5';
	font-size: 15px;
	letter-spacing: -0.035em;
	line-height: 1.4;
}
.vs_cont .vs_items .vs_info_wrap li .link_curri {
	display: block;
	width: fit-content;
	margin-top: 8px;
	padding: 6px 10px;
	border: 1px solid #1c7bdc;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff;
	font-family: 'noto5';
	font-size: 13px;
	letter-spacing: -0.035em;
	line-height: 1;
	color: #1c7bdc;
}
.vs_cont .vs_items .vs_price_wrap {
	height: 226px;
	padding: 30px 22px 44px;
	box-shadow: 0 17px 32px rgba(0, 0, 0, 0.2);
	background: #dbecf5;
}
.vs_cont .vs_items_2 .vs_price_wrap {
	background: #dbeff1;
}
.vs_cont .vs_items_3 .vs_price_wrap {
	background: #e1f5f2;
}
.vs_cont .vs_items .vs_price_wrap .vs_price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: left;
}
.vs_cont .vs_items .vs_price_wrap .l_price {
	width: 100%;
}
.vs_cont .vs_items .vs_price_wrap .l_price .price {
	position: relative;
	margin-bottom: 12px;
	font-family: 'noto4';
	font-size: 26px;
	letter-spacing: -0.035em;
	text-align: center;
	color: #aeaeae;
}
.vs_cont .vs_items .vs_price_wrap .l_price .price::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 90%;
	left: 51%;
	transform: translate(-50%, -50%);
	width: 193px;
	height: 18px;
	background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/box_arrow.png') center no-repeat;
}
.vs_cont .vs_items .vs_price_wrap .l_price .discount_price {
	font-family: 'noto7';
	font-size: 40px;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: center;
	color: #000;
}
.vs_cont .vs_items .vs_price_wrap .lec_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 307px;
	height: 57px;
	margin: 22px auto 0;
	border-radius: 80px;
	background: #41a4dd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.vs_cont .vs_items_2 .vs_price_wrap .lec_btn {
	background: #4ccad4;
}
.vs_cont .vs_items_3 .vs_price_wrap .lec_btn {
	background: #4bcfbe;
}
.vs_cont .vs_items .vs_price_wrap .lec_btn::after {
	content: '';
	position: absolute;
	top: 34px;
	right: 0px;
	width: 33px;
	height: 42px;
	background: url('/_skin/sidae/popup/basic_modal/point.png') no-repeat 0 0 / contain;
	animation: bounce 0.8s ease infinite;
}
@keyframes bounce {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}
.vs_cont .vs_items .vs_price_wrap .lec_btn p {
	font-family: 'noto7';
	font-size: 26px;
	letter-spacing: -0.065em;
	color: #fff;
}

.bene_area {
	padding: 130px 0 137px;
	background: linear-gradient(to bottom, #64aed4 20%, #222222 50%);
}
.bene_area .main_title {
    display: block;
    margin: 0 auto;
}
.bene_area .bene_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 19px 14px;
	width: 100%;
	margin-top: 88px;
}
.bene_area .bene_wrap .big_bene {
    position: relative;
	width: calc((100% - 14px) / 2);
	height: 210px;
    padding: 38px 45px;
	border-radius: 20px;
    box-sizing: border-box;
	background: #d6fc92;
    letter-spacing: -0.045em;
    line-height: 1;
}
.bene_area .bene_wrap .big_bene_1 {
    background: #d6fc92 url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_1.png') bottom 25px right 24px no-repeat;
}
.bene_area .bene_wrap .big_bene_2 {
    background: #d6fc92 url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_2.png') bottom 0px right 45px no-repeat;
}
.bene_area .bene_wrap .big_bene_2::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -90px;
    right: -100px;
    width: 215px;
    height: 215px;
    background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_bullet.png');
}
.bene_area .bene_wrap .big_bene p {
    margin-bottom: 9px;
    font-family: 'noto4';
    font-size: 22px;
}
.bene_area .bene_wrap .big_bene h3 {
    font-family: 'noto7';
    font-size: 35px;
    line-height: 1.2;
}
.bene_area .bene_wrap .big_bene .desc,
.bene_area .bene_wrap .bene .desc {
    display: block;
    margin-top: 7px;
    font-family: 'noto3';
    font-size: 14px;
}
.bene_area .bene_wrap .bene {
	width: calc((100% - 42px) / 4);
	height: 325px;
    padding: 30px 0;
	border-radius: 20px;
    box-sizing: border-box;
	background: #fff;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
}
.bene_area .bene_wrap .bene_1 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_3.png') bottom 30px center no-repeat;
}
.bene_area .bene_wrap .bene_2 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_4.png') bottom 35px right -15px no-repeat;
}
.bene_area .bene_wrap .bene_3 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_5.png') bottom 30px right 55px no-repeat;
}
.bene_area .bene_wrap .bene_4 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/benefit_6.png') bottom 30px center no-repeat;
}
.bene_area .bene_wrap .bene p {
    margin-bottom: 6px;
    font-family: 'noto4';
    font-size: 20px;
}
.bene_area .bene_wrap .bene h3 {
    font-family: 'noto7';
    font-size: 23px;
    letter-spacing: -0.065em;
    line-height: 1.1;
}
.bene_area .bene_wrap .bene .desc {
    margin-top: 181px;
    color: #676767;
}

.vsArea {
	padding-bottom: 111px;
}
.vsArea .middle_title {
	width: 100%;
	height: 234px;
	margin-bottom: 95px;
	background: #65a9ce;
}
.vsArea img {
	display: block;
	margin: 0 auto;
}
.vsArea .vs_img {
	transform: translateX(-197px);
}
.vsArea .vs_img_wrap .price {
    position: absolute;
    bottom: 69px;
    right: 0px;
    width: 628px;
    height: 112px;
    font-family: 'noto7';
    font-size: 50px;
    letter-spacing: -0.065em;
    text-align: center;
    text-indent: 80px;
    line-height: 104px;
    color: #00275b;
}
.vsArea .vs_img_wrap .price .discount_price {
    margin-left: 10px;
    font-family: 'noto3';
    font-size: 18px;
    color: #77777f;
}

.specialBeneArea {
	padding: 113px 0 71px;
	background: linear-gradient(to bottom, #e8ffc6, #92f49f);
}
.specialBeneArea .inner {
	position: relative;
}
.specialBeneArea .spec_bullet {
	position: absolute;
	top: 230px;
	right: 110px;
}
.specialBeneArea .spec_main_item {
	transform: translateX(-34px);
}

.mockArea {
	padding: 150px 0 163px;
	background: #33384c;
}
.mockArea .mock_tit {
	display: block;
	margin: 0 auto 110px;
}
.mockArea .tab_wrap {
	display: flex;
	gap: 12pz;
}
.mockArea .tab_wrap .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 96px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #6a7088;
	font-family: 'noto5';
	font-size: 28px;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #b7bcd0;
	cursor: pointer;
}
.mockArea .tab_wrap .tab.on {
	background: #65a9ce;
	color: #fff;
}
.mockArea .mock_item {
	display: none;
}
.mockArea .mock_item.on {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 740px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #fff;
}

.coachArea {
	height: 1186px;
	background: #f5f5f5;
	overflow: hidden;
}
.coachArea .inner {
	position: relative;
	padding-top: 148px;
}
.coachArea .coach_img {
	transform: translateX(-212px);
}
.coachArea .coach_txt {
	position: absolute;
	top: 476px;
	right: 0;
}

.book_area {
	padding: 200px 0 218px;
}
.book_area > .inner {
	/* background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/book.png') no-repeat center center;
    height: 840px; */
}
.book_area .evidence_area_wrap {
	align-items: flex-end;
}
.book_area .book_img {
	position: relative;
	width: 1008px;
	margin: 150px auto 120px;
	transform: translateX(75px);
}
.book_area .book_img .bullet {
	position: absolute;
	top: -50px;
	right: 60px;
}
.book_area .popupVideo {
	position: relative;
	height: auto;
}
.book_area .popupVideo > a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 342px;
	height: 210px;
}
.book_area .popupVideo > a.book_play01 {
	right: 366px;
}
/* .book_area .bookinfo_slide{
    position: relative;
    width: 69%;
    margin: 55px 0 135px 385px;
    padding-top: 55px;
} */
.book_area .bookinfo_slide .book_nav {
	position: absolute;
	margin: 0 auto;
	left: calc(50% - -198px);
	top: 4px;
	z-index: 4;
}
.book_area .bookinfo_slide .book_nav span {
	border: none;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 16px;
	border-radius: 30px;
	background: #cecece;
	box-sizing: border-box;
	vertical-align: top;
	zoom: 1;
	opacity: 1;
}
.book_area .bookinfo_slide .book_nav span.swiper-pagination-bullet-active {
	background: #ff3a42;
	width: 45px;
}
.book_area .book_explain {
	display: flex;
	/* justify-content: space-between; */
}
.book_area .book_explain li {
	margin-right: 30px;
	width: calc((100% - 60px) / 3);
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 25px;
	text-align: center;
	height: 160px;
	padding: 45px 0;
}
.book_area .book_explain li span {
	color: #35363b;
	font-size: 25px;
	font-family: 'noto6';
	line-height: 33px;
	letter-spacing: -1px;
	display: block;
}
.book_area .book_explain li:last-child {
	margin-right: 0;
}

.book_area .book_review_slide_wrap {
	position: relative;
	margin-top: 120px;
	height: 210px;
}
/* .book_area .icon{
    width: 11%;
} */
.book_area .book_review_slide {
	position: relative;
	/* height:330px; */
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.book_area .book_review_slide_wrap .btn_arrow {
	position: absolute;
	cursor: pointer;
	top: 80px;
	box-shadow: none;
}
.book_area .book_review_slide_wrap .btn_prev {
	/* zzzz */
	left: -90px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_l.png') no-repeat;
	width: 60px;
	height: 60px;
	background-position: 17px;
	border-radius: 60px;
	background-color: #dfdfdf;
}
.book_area .book_review_slide_wrap .btn_next {
	/* zzzz */
	right: -90px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_r.png') no-repeat;
	width: 60px;
	height: 60px;
	background-position: 21px;
	border-radius: 60px;
	background-color: #dfdfdf;
}
.book_area .book_review_slide .swiper-wrapper {
	/* height:226px; */
	/* border-bottom:1px solid #cacaca; */
	box-sizing: border-box;
	/* color:#4a4a4a; */
}
.book_area .book_review_slide .swiper-wrapper li {
	padding: 40px 0;
}
.book_area .book_review_slide .review_tit {
	font-size: 26px;
	margin: 12px 0 16px;
	line-height: 100%;
	font-family: 'noto6';
	font-weight: 100;
	letter-spacing: -1.5px;
	color: #222;
}
.book_area .book_review_slide .writer {
	padding-right: 15px;
	font-size: 16px;
	color: #6f6f6f;
	font-family: 'noto4';
	font-weight: 600;
}
.book_area .book_review_slide .review_txt {
	font-size: 19px;
	font-family: 'noto3';
	line-height: 140%;
	letter-spacing: -1px;
	color: #000;
}
.book_area .book_review_slide .underline {
	position: relative;
	font-family: 'noto6';
}
.book_area .book_review_slide .underline:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #bbf6fa;
	content: '';
	z-index: -1;
}
.book_area .swiper-slide .div-table {
	height: 100%;
	padding-left: 45px;
}
.book_area .swiper-slide .div-table > div {
	display: table-cell;
	vertical-align: middle;
}
.book_area .book_review_nav {
	position: absolute;
	left: 40%;
	bottom: -80px;
	text-align: center;
	z-index: 2;
}
.book_area .book_review_nav > span.swiper-pagination-bullet {
	margin: 0 7px;
	width: 21px;
	height: 21px;
	background: #cbcbcb;
	border: none;
	border-radius: 30px;
}
.book_area .book_review_nav > span.swiper-pagination-bullet-active {
	background: #fe5858;
}

.pro_lineup {
	background-color: #111926;
	padding: 180px 0 150px 0;
}
.pro_lineup .pro_lineup_img {
	position: relative;
	width: 100%;
	height: 410px;
}
.pro_lineup .pro_lineup_img .teach {
	position: absolute;
	bottom: 0;
}
.pro_lineup .pro_lineup_img .teacher_fir {
	z-index: 4;
	left: 202px;
}
.pro_lineup .pro_lineup_img .teacher_sec {
	left: 393px;
	z-index: 3;
}
.pro_lineup .pro_lineup_img .teacher_thr {
	right: 146px;
	z-index: 2;
}
.pro_lineup .pro_lineup_img .teacher_four {
	right: -49px;
	z-index: 1;
}
.pro_lineup .pro_lineup_img .teacher_fiv {
	left: -45px;
	z-index: 1;
}
.pro_lineup .title {
	margin-bottom: 65px;
	text-align: center;
}
.pro_lineup .sapmple {
	position: relative;
	display: inline-block;
}
.pro_lineup .sapmple a {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.pro_lineup .tab-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pro_lineup .tab-menu li {
	/* width:33.3333%; */
	border-right: 1px solid #000;
}
.pro_lineup .tab-menu li:nth-child(1),
.pro_lineup .tab-menu li:nth-child(2),
.pro_lineup .tab-menu li:nth-child(3) {
	width: calc(100% / 3);
	border-bottom: 1px solid #000;
}
.pro_lineup .tab-menu li:nth-child(4),
.pro_lineup .tab-menu li:nth-child(5),
.pro_lineup .tab-menu li:nth-child(6),
.pro_lineup .tab-menu li:nth-child(7) {
	width: calc(100% / 4);
}
.pro_lineup .tab-menu li:nth-child(3) {
	border-right: none;
}
.pro_lineup .tab-menu li a {
	display: inline-block;
	background: #3e4152;
	width: 100%;
	height: 100%;
	/* min-height: 84px; */
	padding: 13px 3px;
	line-height: 140%;
	letter-spacing: -1px;
	text-align: center;
	font-size: 27px;
	font-family: 'noto6';
	box-sizing: border-box;
	color: #93939d;
}
.pro_lineup .tab-menu li a span {
	font-family: 'noto6';
	font-size: 27px;
	color: #927b69;
}
.pro_lineup .tab-menu li a.selected span,
.pro_lineup .tab-menu li a:hover span {
	color: #ffde9b;
}
.pro_lineup .tab-menu li a.selected,
.pro_lineup .tab-menu li a:hover {
	background: #3e4152;
	color: #fff;
}
.pro_lineup .tab-content {
	/* overflow:hidden; */
	/* min-height:709px; */
	position: relative;
	padding-bottom: 125px;
	background: #fff;
}
.pro_lineup .tab-content .profess_img {
	position: absolute;
	left: -19px;
	top: 6%;
}
.pro_lineup .explain {
	margin-left: 530px;
	padding-top: 160px;
	text-align: left;
}
.pro_lineup .explain span:not(.opc, .subject) {
	display: block;
}
.pro_lineup .explain .ex_title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	letter-spacing: -2px;
	line-height: 40px;
	font-family: 'noto4';
	font-size: 35px;
	color: #000;
}
.pro_lineup .explain .ex_title::after {
	position: absolute;
	top: -24px;
	left: -34px;
	content: '';
	background: url('/_skin/tpl_skin/basic_administrative_attorneys/new_run1step/bullet.png') no-repeat;
	width: 61px;
	height: 61px;
	z-index: -1;
}

.pro_lineup .explain .trend {
	margin-bottom: 60px;
	letter-spacing: -2px;
	line-height: 49px;
	font-size: 44px;
	font-family: 'noto6';
	color: #fc8040;
}
.pro_lineup .trend > .opc {
	opacity: 0.7;
}
.pro_lineup .explain .pro_name {
	position: relative;
	margin-bottom: 15px;
	letter-spacing: -2.5px;
	line-height: 52px;
	/* font-size: 51px; */
	font-size: 47px;
	font-family: 'noto3';
	color: #000;
}
.pro_lineup .explain .pro_name > em {
	font-family: 'noto6';
}
.pro_lineup .explain .subject {
	position: relative;
}
.pro_lineup .explain .subject::after {
	position: absolute;
	top: 5px;
	right: -26px;
	height: 63px;
	content: '|';
}
/* .pro_lineup .explain .pro_name.min_bub::after{
    left: 107px;
} */
.pro_lineup .study_curri {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 110px;
}
.pro_lineup .study_curri p {
	line-height: 30px;
	font-family: 'noto6';
}
.pro_lineup .study_curri p b {
	font-size: 28px;
	color: #ffe2ca;
}
.pro_lineup .study_curri p.txt {
	margin-top: 10px;
	color: #fff;
	font-size: 25px;
	font-family: 'noto3';
	line-height: 33px;
	letter-spacing: -1px;
}
.pro_lineup .study_curri li.box {
	position: relative;
	width: 38.5%;
	height: 305px;
	background-color: #3e4152;
	text-align: center;
	border-radius: 45px;
	box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
}
.pro_lineup .study_curri .icon {
	margin-bottom: 25px;
	padding-left: 25px;
}
.pro_lineup .study_curri li.box > .padd_box {
	padding: 30px 0 0 0;
}

.curriArea2 {
	padding: 168px 0 227px;
}
.curriArea2 .curri_tit {
	display: block;
	margin: 0 auto 95px;
}
.curriArea2 table {
	width: 100%;
	height: 217px;
	border-collapse: collapse;
}
.curriArea2 table.curri_table_2 {
	margin-top: 17px;
}
.curriArea2 table th,
.curriArea2 table td {
	border: 1px solid #000;
}
.curriArea2 table th:not(:last-child),
.curriArea2 table td:not(:last-child) {
	border-right: 1px solid #e1e1e1;
}
.curriArea2 table th {
	height: 76px;
	font-family: 'noto7';
	font-size: 23px;
	letter-spacing: -0.035em;
	line-height: 1;
	color: #167ab0;
}
.curriArea2 table th:first-child {
	border: 2px solid #65c0f1;
	background: #f6fcff;
}
.curriArea2 table.curri_table_2 th:first-child {
	background: #cbe8f8;
}
.curriArea2 table th:not(:first-child) {
	position: relative;
	border-bottom: 1px dashed #000;
}
.curriArea2 table th:not(:first-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;
}
.curriArea2 table td {
	border-top: 0;
	font-family: 'noto4';
	font-size: 18px;
	letter-spacing: -0.035em;
	text-align: center;
	line-height: 1.3;
}

.btmBeneArea {
	height: 740px;
	background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_bg.png') center no-repeat;
}
/* 하단 혜택 영역2 : E */
/* 하단 혜택 영역2 : S */
.btmBeneArea {
	padding: 104px 0 90px;
}
.btmBeneArea .sub_tit_wrap {
	position: relative;
	width: fit-content;
	margin: 18px auto;
	z-index: 1;
}
.btmBeneArea .sub_tit_wrap::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 110%;
	background: #000;
	z-index: -1;
}
.btmBeneArea .sub_tit {
	width: fit-content;
	background: linear-gradient(to right, #05d3c6 45%, #60fc74, #04d4c7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'noto4';
	font-size: 35px;
	text-align: center;
	line-height: 1;
	color: transparent;
}
.btmBeneArea .main_tit {
	font-family: 'noto7';
	font-size: 50px;
	letter-spacing: -0.065em;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.btmBeneArea .btm_bene_tit_wrap {
	margin-bottom: 90px;
}
.btmBeneArea .btm_bene_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.btmBeneArea .btm_bene {
	width: 352px;
	height: 352px;
    border-radius: 50%;
	background: radial-gradient(at top left, #3eaddb, #3f98da);
    text-align: center;
    letter-spacing: -0.065em;
    color: #fff;
}
.btmBeneArea .btm_bene_01 {
    background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/bottom_4.png') top 45px left 53% no-repeat, radial-gradient(at top left, #3eaddb, #3f98da);
}
.btmBeneArea .btm_bene_02 {
    background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_3.png') top 32px left 42% no-repeat, radial-gradient(at top left, #3eaddb, #3f98da);
}
.btmBeneArea .btm_bene_03 {
    background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/v2/bottom_5.png') top 40px left 50% no-repeat, radial-gradient(at top left, #3eaddb, #3f98da);
}
.btmBeneArea .btm_bene h3 {
    margin-top: 140px;
    font-family: 'noto6';
    font-size: 31px;
    line-height: 1.2;
}
.btmBeneArea .btm_bene p {
    margin-top: 15px;
    font-family: 'noto4';
    font-size: 20px;
    line-height: 1.2;
}