@charset "UTF-8";

.div-table {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.div-table > * {
	display: table-cell;
}
.content-wrapper {
	margin-top: 50px;
	overflow: hidden;
}
.content-wrapper span,
.content-wrapper strong,
.content-wrapper a {
	display: block;
}
.content-wrapper .inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.one-stage {
	padding: 140px 0 140px;
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/top_bg.jpg');
	background-repeat: no-repeat;
	background-position: left -370px top;
}
.one-stage .image-box {
	margin-bottom: 120px;
}
.one-stage .inner > span {
	margin-bottom: 70px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'noto4', 'Malgun Gothic', '맑은 고딕';
	color: #78ffb0;
}

.one-stage .two-row {
	width: 1100px;
	text-align: left;
	margin: 0 auto;
}
.one-stage .two-row ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.one-stage .two-row ul li {
	width: calc((100% - 20px) / 2);
	background-color: #fff;
	padding: 40px 50px;
	margin-top: 20px;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 30px;
	background-repeat: no-repeat;
}
.one-stage .two-row ul li span {
	font-size: 25px;
	line-height: 24px;
	margin-bottom: 14px;
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
}
.one-stage .two-row ul li strong {
	font-size: 35px;
	line-height: 39px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
}
.one-stage .two-row ul li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/benefit_1.png');
	background-position: right 36px top 8px;
}
.one-stage .two-row ul li:nth-child(2) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/benefit_2.png');
	background-position: right 38px top -4px;
}
.one-stage .two-row ul li:nth-child(3) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/benefit_3.png');
	background-position: right 36px top 40px;
}
.one-stage .two-row ul li:nth-child(4) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/benefit_4.png');
	background-position: right 20px top 20px;
}
.one-stage .two-row ul li:nth-child(5) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/benefit_5.png');
	background-position: right 36px top 20px;
}
.one-stage .two-row ul li:nth-child(6) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/benefit_6.png');
	background-position: right 36px top 20px;
}

.row-stage {
	padding: 130px 0 120px;
	background-color: #321080;
	background-repeat: no-repeat;
	background-position: left -370px top;
}
.row-stage .inner {
	position: relative;
}
.row-stage .inner::before {
	content: '+';
	position: absolute;
	display: flex;
	background-color: #321080;
	/* padding: 37px 24px; */
	width: 110px;
	border-radius: 110px;
	font-size: 70px;
	top: -174px;
	left: 50%;
	color: #fff;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	transform: translateX(-50%);
	height: 102px;
	align-items: center;
	justify-content: center;
}
.row-stage .tit-box {
	margin-bottom: 70px;
	color: #c8fe72;
	font-size: 55px;
}
.row-stage .tit-box strong {
	display: inline-block;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
}
.row-stage .inner > span {
	margin-bottom: 70px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'noto4', 'Malgun Gothic', '맑은 고딕';
	color: #78ffb0;
}

.row-stage .two-row {
	width: 1100px;
	text-align: left;
	margin: 0 auto;
}
.row-stage .two-row ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.row-stage .two-row ul li {
	width: calc((100% - 20px) / 2);
	background-color: #fff;
	padding: 55px 50px;
	margin-top: 20px;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 30px;
	background-repeat: no-repeat;
	background-color: #cbf18c;
	color: #000;
}
.row-stage .two-row ul li span {
	font-size: 25px;
	line-height: 24px;
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
}
.row-stage .two-row ul li strong {
	font-size: 35px;
	line-height: 39px;
	margin-bottom: 14px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
}
.row-stage .two-row ul li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/top_benefit_special_1.png');
	background-position: right 36px top 50px;
}
.row-stage .two-row ul li:nth-child(2) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/top_benefit_special_2.png');
	background-position: right 23px top 50px;
}

.four-stage {
	background-color: #33a5a5;
}
.four-stage::after {
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/middle_title_bottom.png');
	background-repeat: no-repeat;
	background-color: #404145;
	background-position: left 50% top;
}
.four-stage .inner {
	padding: 60px 0 54px;
}
.five-stage {
	background-color: #404145;
	padding: 70px 0 100px;
	position: relative;
}

.five-stage .image-title {
	text-align: left;
	width: 1100px;
	margin: 0 auto;
}
.five-stage .image-video > a {
	width: 727px;
	height: 441px;
	font-size: 0px;
	position: absolute;
	top: 27px;
	left: 24px;
	z-index: 2;
}
.five-stage .image-video {
	text-align: left;
	width: 1150px;
	margin: 150px auto 0;
	position: relative;
}
.five-stage .image-txt {
	width: 2120px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	z-index: 1;
}
.five-stage .image-teacher {
	position: absolute;
	top: -70px;
	width: 1570px;
	margin: 0 auto;
	text-align: right;
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/teacher_object.png');
	background-repeat: no-repeat;
	background-position: right 50px top 170px;
}
.six-stage {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/curri_bg.jpg');
	background-repeat: no-repeat;
	padding: 170px 0 80px;
}
.six-stage .inner {
	width: 1100px;
}
.six-stage .image-title {
	text-align: left;
}
.six-stage .step-wrap {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/curri_line.png');
	background-repeat: no-repeat;
}
.six-stage .step-wrap > ul {
	display: flex;
	width: 1200px;
	text-align: left;
	margin-top: 119px;
	padding: 32px;
}
.six-stage .step-wrap > ul li {
	width: calc(100% / 3);
}

.six-stage .step-wrap ul li {
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	width: 310px;
	height: 310px;
	text-align: center;
	box-shadow: 8px 12px 15px rgb(0 0 0 / 31%);
	margin-right: 50px;
}

/* .six-stage .step-wrap ul li:last-child{
	padding: 40px 0 36px 40px;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0);
	margin-right:0px;
	background-color:transparent;
	position: relative;
	display: block;
	padding: 0;
} */

/* .six-stage .step-wrap ul li:last-child > div{
	position: absolute;
	left:-18px;
	top: -3px;
} */

.six-stage .step-wrap div ul i {
	font-style: normal;
	color: #fff;
	padding: 40px 20px;
	border-radius: 100%;
	box-sizing: border-box;
	font-size: 23px;
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	font-weight: 700;
}

.six-stage .step-wrap ul strong {
	font-size: 38px;
	line-height: 42px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
}
.six-stage .step-wrap ul span {
	font-size: 22px;
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	line-height: 24px;
	position: relative;
	color: #000;
}
.six-stage .step-wrap ul span::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	margin: 27px auto 20px;
}

.six-stage .curri_benefit {
	padding: 60px;
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/curri_benefit_bg.png');
	margin-top: 100px;
	background-repeat: no-repeat;
}

.content-area-8 .inner {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/book.png');
	background-repeat: no-repeat;
	background-position: 0px 410px;
	padding: 160px 0 80px;
	width: 1100px;
	margin: 0 auto;
}
.content-area-8 .inner .content-title {
	text-align: left;
	border: none;
}
.content-area-8 .inner .book_slide {
	width: 740px;
	height: 635px;
	margin-top: 300px;
	margin-right: 20px;
}
.content-area-8 .inner .book_slide .slide_nav {
	text-align: right;
	position: relative;
	left: -20px;
	top: 0;
}
.content-area-8 .inner .book_slide .slide_nav span {
	display: inline-block;
}
.content-area-8 .inner .book_slide .slide_nav .swiper-pagination-bullet {
	margin: 0 4px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}
.content-area-8 .inner .book_slide .slide_nav .swiper-pagination-bullet-active {
	background: #ff696a;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	transition: all 0.2s;
}

.content-area-8 .inner .book_review_slide_area {
	position: relative;
}
.content-area-8 .inner .book_review_slide_area .btn_arrow {
	/* zzzz */
	position: absolute;
	z-index: 4;
	cursor: pointer;
	top: 70px;
}
.content-area-8 .inner .book_review_slide_area .btn_prev {
	/* zzzz */
	left: -80px;
	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;
}
.content-area-8 .inner .book_review_slide_area .btn_next {
	/* zzzz */
	right: -80px;
	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;
}
.content-area-8 .inner .book_review_slide {
	position: relative;
	width: 1100px;
	height: 290px;
	border-top: 1px solid #cacaca;
}
.content-area-8 .inner .book_review_slide:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 90px;
	left: 0;
	content: '';
	background: #cacaca;
}
.content-area-8 .inner .book_review_slide .swiper-wrapper {
	height: 200px;
	/* border-bottom:1px solid #cacaca; */
	box-sizing: border-box;
	/* color:#4a4a4a; */
}
.content-area-8 .inner .book_review_slide .review_tit {
	font-size: 24px;
	margin: 12px 0 16px;
	line-height: 100%;
	font-family: 'noto6';
	font-weight: 100;
	letter-spacing: -1.5px;
	color: #222;
}
.content-area-8 .inner .book_review_slide .writer {
	padding-right: 20px;
	font-size: 16px;
	color: #848484;
	font-family: 'noto4';
	font-weight: 600;
	letter-spacing: -1px;
	display: inline-block;
}
.content-area-8 .inner .book_review_slide .review_txt {
	font-size: 18px;
	font-family: 'noto3';
	line-height: 140%;
	letter-spacing: -1px;
	color: #4a4a4a;
}
.content-area-8 .inner .book_review_slide .underline {
	position: relative;
	font-family: 'noto6';
}
.content-area-8 .inner .book_review_slide .underline:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #bbf6fa;
	content: '';
	z-index: -1;
}
.content-area-8 .inner .book_slide .book_review_nav {
	text-align: right;
	margin-left: -28px;
}
.content-area-8 .inner .book_slide .book_review_nav span {
	width: 26px;
	height: 26px;
	margin-right: 16px;
	border-radius: 13px;
	background: #333;
	border: none;
	transition: all 0.5s;
}
.content-area-8 .inner .book_slide .book_review_nav span:last-child {
	margin-right: 0;
}
.content-area-8 .inner .book_slide .book_review_nav span.swiper-pagination-bullet-active {
	width: 58px;
	background: #f5363d;
}
.swiper-slide .div-table > div {
	vertical-align: middle;
}
.div-table {
	height: 100%;
}
.content-area-8 .video-box {
	width: 329px;
	height: 189px;
	text-align: right;
	position: absolute;
	top: 910px;
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/book_play.png');
	background-repeat: no-repeat;
	background-position: right;
}
.content-area-8 .video-box .popupVideo {
	width: 330px;
	height: 190px;
	top: 0px;
}
.content-area-8 .video-box .popupVideo.btn1 {
	right: 0px;
}

.content-area-8 .video-box .popupVideo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.nine-stage {
	padding: 140px 0 120px;
	background-color: #545655;
	background-repeat: no-repeat;
	background-position: left -370px top;
}
.nine-stage .image-box {
	margin-bottom: 100px;
	text-align: left;
}
.nine-stage .inner {
	width: 1100px;
	color: #000;
}

.nine-stage .one-row {
	width: 1100px;
	text-align: left;
	margin: 0 auto;
}
.nine-stage .one-row ul li {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 60px 80px;
	background-repeat: no-repeat;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
	background-color: #d7ffe7;
}
.nine-stage .one-row ul li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_5/bottom_benefit_top.png');
	background-position: right 60px top 65px;
}
.nine-stage .one-row ul li span {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}
.nine-stage .one-row ul li strong {
	font-size: 45px;
	line-height: 49px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
}
.nine-stage .two-row {
	width: 1100px;
	text-align: left;
	margin: 0 auto;
}
.nine-stage .two-row ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.nine-stage .two-row ul li {
	width: calc((100% - 20px) / 2);
	background-color: #fff;
	padding: 0px 50px;
	display: flex;
	align-items: center;
	height: 200px;
	margin-top: 20px;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 30px;
	background-repeat: no-repeat;
}
.nine-stage .two-row ul li span {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 14px;
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
}
.nine-stage .two-row ul li strong {
	font-size: 30px;
	line-height: 34px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
}
.nine-stage .two-row ul li:nth-child(1) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/bottom_benefit_1.png');
	background-position: right 36px top 20px;
}
.nine-stage .two-row ul li:nth-child(2) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/bottom_benefit_2.png');
	background-position: right 36px top 20px;
}
.nine-stage .two-row ul li:nth-child(3) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/bottom_benefit_3.png');
	background-position: right 36px top 25px;
}
.nine-stage .two-row ul li:nth-child(4) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/bottom_benefit_4.png');
	background-position: right 51px top 17px;
}
.nine-stage .two-row ul li:nth-child(5) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/bottom_benefit_5.png');
	background-position: right 36px top 5px;
}
.nine-stage .two-row ul li:nth-child(6) {
	background-image: url('/_skin/tpl_skin/basic_landscape4/images/con1_1/bottom_benefit_6.png');
	background-position: right 36px top 10px;
	position: relative;
	padding-bottom: 40px;
}
.nine-stage .two-row ul li:nth-child(6) > div a {
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 3px 20px;
	bottom: 24px;
	border-radius: 10px;
	box-sizing: border-box;
}
