@charset "UTF-8";
/********** common *******************************/
.inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.color-wh {
	color: #fff;
}
.title_bx .s_tit {
	margin-bottom: 10px;
	font-family: 'market-m';
	font-size: 38px;
	line-height: 50px;
	letter-spacing: -2.5px;
}
.title_bx .b_tit {
	font-family: 'market-b';
	font-size: 57px;
	line-height: 69px;
	letter-spacing: -2.5px;
}
/********** layout *******************************/
.apply.one_2cha {
	position: relative;
	overflow: hidden;
	/* padding-top: 51px; */
	font-family: 'Nanum Square';
	font-weight: 300;
	color: #000;
}
section {
	overflow: hidden;
}
/********** contents *******************************/
.top_wrap {
	height: 900px;
	margin-top: 0;
	padding-top: 117px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_bg.png') center top no-repeat;
	background-size: 2560px 900px;
}
.top_wrap p {
	opacity: 0;
	position: relative;
	z-index: 5;
}
.top_wrap .tit1 {
	margin-bottom: 90px;
	animation: 1s 0.5s forwards firstt;
}
.top_wrap .tit2 {
	margin-bottom: 20px;
	animation: 1s 0.9s forwards second;
}
.top_wrap .tit3 {
	margin-bottom: 35px;
	animation: 1s 1.1s forwards third;
}
.top_wrap .tit4 {
	animation: 1s 1.4s forwards fourth;
}
.top_wrap .img_teacher {
	position: absolute;
	top: -77px;
	right: -59px;
	z-index: 4;
}
@keyframes firstt {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@keyframes second {
	0% {
		left: -150px;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes third {
	0% {
		left: -160px;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes fourth {
	0% {
		left: -170px;
	}

	100% {
		left: 14px;
		opacity: 1;
	}
}
.top_benefit_wrap {
	background: #014b7a;
}
.top_benefit {
	padding-top: 145px;
}
.top_benefit .top_bx {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.top_benefit .top_bx li {
	width: 537px;
	height: 242px;
	border-radius: 35px;
	background: #bdefff;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}
.top_benefit .title_bx .b_tit .ico {
	display: inline-block;
	margin: 6px -20px 0;
	vertical-align: top;
}
.top_benefit .top_bx .cont_bx {
	position: relative;
	height: 100%;
	/* padding: 45px 0 0 45px; */
	padding: 36px 0 0 45px;
}
.top_benefit .top_bx .con1 .cont_bx:before {
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	top: 23px;
	width: 262px;
	height: 222px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_benefit_1.png') 0 0 no-repeat;
	background-size: cover;
}
.top_benefit .top_bx .con2 .cont_bx:before {
	content: '';
	display: block;
	position: absolute;
	right: 57px;
	top: 65px;
	width: 214px;
	height: 160px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_benefit_2.png') 0 0 no-repeat;
	background-size: cover;
}
.top_benefit .top_bx .cont_bx .s_txt {
	margin-bottom: 9px;
	font-family: 'market-m';
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1.5px;
}
.top_benefit .top_bx .cont_bx .b_txt {
	font-family: 'market-b';
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -1.5px;
}

.top_benefit .lst_benefit li {
	display: inline-block;
	width: 537px;
	height: 204px;
	margin-top: 30px;
	border-radius: 30px;
	background: #fff;
	vertical-align: top;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}
.top_benefit .lst_benefit li:nth-child(2n) {
	margin-left: 22px;
}
.top_benefit .lst_benefit li .cont_bx {
	position: relative;
	height: 100%;
	padding: 45px 0 0 50px;
}
.top_benefit .lst_benefit li.con1 .cont_bx:before {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 25px;
	width: 206px;
	height: 126px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_benefit_3.png') 0 0 no-repeat;
	background-size: cover;
}
.top_benefit .lst_benefit li.con2 .cont_bx:before {
	content: '';
	position: absolute;
	right: 44px;
	bottom: 16px;
	width: 217px;
	height: 134px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_benefit_4.png') 0 0 no-repeat;
	background-size: cover;
}
.top_benefit .lst_benefit li.con3 .cont_bx:before {
	content: '';
	position: absolute;
	right: 38px;
	bottom: 20px;
	width: 210px;
	height: 140px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_benefit_5.png') 0 0 no-repeat;
	background-size: cover;
}
.top_benefit .lst_benefit li.con4 .cont_bx:before {
	content: '';
	position: absolute;
	right: 48px;
	bottom: 6px;
	width: 180px;
	height: 172px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/top_benefit_6.png') 0 0 no-repeat;
	background-size: cover;
}
.top_benefit .lst_benefit li .cont_bx .s_txt {
	color: #000;
	font-family: 'market-m';
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1.5px;
}
.top_benefit .lst_benefit li .cont_bx .b_txt {
	margin-top: 10px;
	color: #000;
	font-family: 'market-b';
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -1.5px;
}
.provide {
	position: relative;
	padding: 97px 0 119px;
}
.provide {
	margin-left: -50px;
}
.provide .lst_txt {
	margin: 45px 0 0 45px;
}
.provide .lst_txt li {
	width: 572px;
	height: 73px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/benefit_box.png') 0 0 no-repeat;
	background-size: cover;
}
.provide .lst_txt li span {
	padding-left: 96px;
	color: #fff;
	font-family: 'market-m';
	font-size: 22px;
	line-height: 75px;
	letter-spacing: -2px;
}
.provide .img_bx {
	position: absolute;
	bottom: 0;
	right: -154px;
}
.pass_graph {
	background: #283342;
	padding: 200px 0;
}
.pass_graph .title_bx {
	text-align: left;
}
.pass_graph .title_bx .s_tit {
	font-family: 'market-l';
	font-size: 57px;
	line-height: 69px;
}
.pass_graph {
	position: relative;
}
.pass_graph .title_bx {
	position: absolute;
	top: 0;
	left: 0;
}
.review_slide_wrap {
	padding: 195px 0 41px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/review_bg.png') center top no-repeat;
	background-size: 2560px 1090px;
}
.review_slide_wrap .title_bx {
	text-align: left;
}
.review_slide_wrap .title_bx .s_tit {
	color: #000;
	letter-spacing: -2px;
}
.review_slide_wrap .title_bx .b_tit {
	margin-top: 8px;
	color: #00984c;
	letter-spacing: -2.7px;
}
.hab_sugi_slide {
	position: relative;
}
.hab_sugi_slide .review-pagination {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 512px;
}
.hab_sugi_slide .swiper-pagination-bullet {
	display: block;
	width: 512px;
	height: 70px;
	margin-bottom: 20px;
	padding-left: 35px;
	border-radius: 35px;
	background: #b9bfb4;
	opacity: 1;
}
.hab_sugi_slide .swiper-pagination-bullet span {
	display: block;
	height: 100%;
	color: #fff;
	font-family: 'market-m';
	font-size: 25px;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: -1.5px;
}

.hab_sugi_slide .swiper-pagination-bullet-active {
	background: #00984d;
}
.hab_sugi_slide .swiper-pagination-bullet-active span {
	font-family: 'market-b';
	font-weight: 700;
}
.hab_sugi {
	position: relative;
	height: 590px;
	width: 1350px;
	margin-top: 64px;
}
.hab_sugi:after {
	content: '';
	position: absolute;
	top: -85px;
	right: 80px;
	width: 706px;
	height: 676px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/v2/hugi_box.png') no-repeat 0 0;
	background-size: cover;
}
.hab_sugi > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 16px 0;
	opacity: 1;
}
.hab_sugi .fom {
	text-align: left;
	margin: 16px 0px 0 672px;
}
.hab_sugi .hugi_tit {
	position: relative;
	padding-left: 115px;
}
.hab_sugi .hugi_tit .tit {
	color: #000;
	font-family: 'market-b';
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -2px;
}
.hab_sugi .hugi_tit .ico {
	position: absolute;
	top: -14px;
	left: 0;
}
.hab_sugi .mnt {
	margin: 30px 0 22px;
	color: #000;
	font-family: 'noto3';
	font-size: 22px;
	line-height: 34px;
}
.hab_sugi .nme {
	font-size: 18px;
	font-family: 'noto3';
	color: #000;
}
/*교수샘플영상 공간*/
.curri_wrap {
	height: 1100px;
	padding-top: 188px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/curriculum_bg.png') no-repeat center top;
	background-size: 2560px 1100px;
}
.curri_wrap .cont_bx {
	margin-top: 45px;
}
.book_intro_wrap {
	overflow: visible;
	width: 1100px;
	margin: 0 auto;
	padding: 195px 0 180px;
}
.book_intro_wrap .title_bx {
	position: relative;
	text-align: left;
}
.book_intro_wrap .title_bx p {
	margin-bottom: 5px;
	color: #000;
}
.book_intro_wrap .book_datail_page {
	margin: 68px 0 79px 0;
}
.book_intro_wrap .book_slide {
	width: 757px;
	margin-right: -38px;
	padding-top: 76px;
}
.book_intro_wrap .book_slide .slide_nav {
	text-align: right;
	position: relative;
	left: auto;
	top: 0;
	right: 35px;
}
.book_intro_wrap .book_slide .swiper-wrapper {
	height: 576px;
}
.book_intro_wrap .book_slide .slide_nav .swiper-pagination-bullet {
	margin: 0 4px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}

.book_intro_wrap .book_slide .slide_nav .swiper-pagination-bullet-active {
	background: #00984d;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	transition: all 0.2s;
}
.book_intro_wrap .book_datail_page .img_book {
	position: absolute;
	top: 0;
	left: -164px;
	width: 670px;
	height: 500px;
}
.book_intro_wrap .teacher_slide {
	width: 1100px;
	height: 260px;
	box-sizing: border-box;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 41%);
	border-radius: 26px;
}
.book_intro_wrap .teacher_slide .swiper-slide {
	position: relative;
	width: 1100px;
	height: 260px;
	padding: 0 0 0 57px;
	box-sizing: border-box;
	background: #fff;
	line-height: 130%;
	border-radius: 30px;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 41%);
	border-radius: 26px;
}
.book_intro_wrap .video-box {
	overflow: hidden;
	position: absolute;
	left: 28px;
	bottom: 69px;
	width: 335px;
	height: 200px;
}
.book_intro_wrap .video-box .popupVideo {
	width: 100%;
	height: 100%;
}

.book_intro_wrap .video-box .popupVideo.btn1 {
	left: 0;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/book_video.png') 0 0 no-repeat;
	background-size: cover;
}
.book_intro_wrap .video-box .popupVideo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.teacher_slide .writer span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
}
.teacher_slide .review_tit {
	color: #00984c;
	font-family: 'market-b';
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -2.3px;
}
.teacher_slide .review_txt {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
}
.teacher_slide .div-table span {
	font-size: 17px;
	font-weight: bold;
}
.book_review_slide {
	position: relative;
	width: 1160px;
	padding: 20px 0;
	margin: 0 auto 0 -30px;
}
.book_review_slide .btn_arrow {
	position: absolute;
	top: 121px;
	z-index: 4;
	width: 62px;
	height: 62px;
	cursor: pointer;
}
.book_review_slide .btn_arrow.btn_prev {
	left: -51px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/arrow2_l.png') 0 0 no-repeat;
	background-size: cover;
}
.book_review_slide .btn_arrow.btn_next {
	right: -51px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/arrow2_r.png') 0 0 no-repeat;
	background-size: cover;
}
.rv_imoti {
	position: absolute;
	bottom: 0;
	right: 60px;
}
.div-table {
	display: table;
	width: 100%;
	height: 100%;
}
.div-table > * {
	display: table-cell;
	vertical-align: middle;
}

.bottom_benefit {
	padding: 190px 0 165px;
	background: #e8f1e0;
}
.bottom_benefit .lst_bx {
	width: 1103px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.bottom_benefit .lst_bx.top_area {
	margin-top: 80px;
}
.bottom_benefit .lst_bx li {
	display: inline-block;
	position: relative;
	width: 536px;
	margin-bottom: 30px;
	border-radius: 30px;
	vertical-align: top;
}
.bottom_benefit .lst_bx li:nth-child(2n-1) {
	margin-right: 30px;
}
.bottom_benefit .lst_bx li .detail {
	padding: 43px 0 0 48px;
	height: 100%;
	text-align: left;
}
.bottom_benefit .lst_bx li .detail .s_txt {
	margin-bottom: 10px;
	font-family: 'market-m';
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1.5px;
}
.bottom_benefit .lst_bx li .detail .b_txt {
	font-family: 'market-b';
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -1.5px;
}
.bottom_benefit .top_area li {
	height: 300px;
	background: #007d3e;
	box-shadow: inset -3px -3px 7px rgba(0, 0, 0, 0.35);
}
.bottom_benefit .top_area li:after {
	content: '';
	position: absolute;
}
.bottom_benefit .top_area li.con1:before {
	content: '';
	position: absolute;
	top: -15px;
	right: -33px;
	width: 160px;
	height: 160px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_1_bullet.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .top_area li.con1:after {
	bottom: 1px;
	right: 4px;
	width: 257px;
	height: 183px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_1.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .top_area li.con2:before {
	content: '';
	position: absolute;
	top: -15px;
	right: -33px;
	width: 160px;
	height: 160px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_2_bullet.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .top_area li.con2:after {
	bottom: -29px;
	right: 54px;
	width: 224px;
	height: 230px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_2.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .top_area li.con1 .b_txt,
.bottom_benefit .top_area li.con2 .b_txt {
	font-size: 34px;
	line-height: 42px;
}
.bottom_benefit .top_area li .detail p {
	color: #fff;
}
.bottom_benefit .bottom_area li {
	height: 200px;
	background: #fff;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
}
.bottom_benefit .bottom_area li.con1:before {
	content: '';
	position: absolute;
	top: 59px;
	right: 26px;
	width: 217px;
	height: 134px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_3.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li.con2:before {
	content: '';
	position: absolute;
	top: 59px;
	right: 55px;
	width: 206px;
	height: 126px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_4.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li.con3:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 40px;
	width: 177px;
	height: 172px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_5.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li.con4:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 60px;
	width: 178px;
	height: 164px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_6.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li p {
	color: #000;
}
.bottom_benefit .bottom_area li.con1:after {
	bottom: -22px;
	right: 11px;
	width: 250px;
	height: 170px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_3.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li.con2:after {
	bottom: -50px;
	right: 55px;
	width: 210px;
	height: 218px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_4.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li.con3:after {
	bottom: -22px;
	right: 11px;
	width: 250px;
	height: 170px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_3.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .bottom_area li.con4:after {
	bottom: -50px;
	right: 55px;
	width: 210px;
	height: 218px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/bottom_benefit_4.png') 0 0 no-repeat;
	background-size: cover;
}
.bottom_benefit .btn-halbu.halbu-popup-show {
	display: inline-block;
	height: 40px;
	margin: 8px 0 0 3px;
	border-radius: 25px;
	padding: 0 20px;
	background: #666;
	color: #fff;
	font-family: 'market-m';
	font-size: 18px;
	line-height: 42px;
	letter-spacing: -2px;
}
.bottom_benefit .btn-halbu.halbu-popup-show span {
	margin-left: 1px;
}

.profess {
	height: 1250px;
	padding: 250px 0 90px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/teacher_bg.png') center top no-repeat;
	background-size: 2560px 1250px;
}
.profess .cont_bx {
	position: relative;
	z-index: 5;
}
.profess .role_txt {
	height: 280px;
	margin-top: 70px;
}
.profess .role_txt li {
	position: absolute;
	display: none;
}
.profess .role_txt li.active {
	display: block;
}
.profess .btn_sample {
	display: block;
	width: 630px;
	height: 380px;
	margin-top: 22px;
	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/v2/teacher_video.png') 0 0 no-repeat;
	background-size: cover;
}
.blind {
	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;
}
.profess .img_teacher {
	position: absolute;
	top: -129px;
	right: -140px;
}

/*.apply.one_2cha{*/
/*	margin-top: 51px;*/
/*	font-family:"Nanum Square";*/
/*	font-weight:300;*/
/*	color:#000;*/
/*}*/
/*.con{*/
/*	width:100%;*/
/*	overflow:hidden;*/
/*}*/
/*.con .inner{*/
/*	position:relative;*/
/*	width:1000px;*/
/*	margin:0 auto;*/
/*}*/
/*.con .bullet{*/
/*	position:absolute;*/
/*}*/
/*.con .inner_title{*/
/*	font-size:37px;*/
/*	font-weight:100;*/
/*	line-height:130%;*/
/*}*/
/*.con .inner_title b{*/
/*	font-size:40px;*/
/*	line-height:100%;*/
/*	font-weight:900;*/
/*}*/
/*.div-table{*/
/*	display:table;*/
/*}*/
/*.div-table > div{*/
/*	display:table-cell;*/
/*	vertical-align:middle;*/
/*}*/
/*.bg-green{*/
/*	background:#31b140;*/
/*}*/
/*.bg-deepgreen{*/
/*	background:#13611c;*/
/*}*/
/*.bg-mintgreen{*/
/*	background:#6aed51;*/
/*}*/
/*.bg-deeppuple{*/
/*	background:#281157;*/
/*}*/
/*.bg-darkpuple{*/
/*	background:#281157;*/
/*}*/
/*.bg-puple{*/
/*	background:#4f20b3;*/
/*}*/
/*.bg-lightgray{*/
/*	background:#e9e9e9;*/
/*}*/
/*.col-white{*/
/*	color:#fff;*/
/*}*/
/*.col-deepgreen{*/
/*	color:#13611c;*/
/*}*/
/*.col-lightgreen{*/
/*	color:#bbffc3;*/
/*}*/
/*.col-puple{*/
/*	color:#4f20b3;*/
/*}*/
/*.col-darkpuple{*/
/*	color:#281157;*/
/*}*/
/*.div-table{*/
/*	display:table;*/
/*}*/
/*.div-table > *{*/
/*	display:table-cell;*/
/*	vertical-align:middle;*/
/*}*/
/*.service{*/
/*	padding:95px 0;*/
/*	background: #ececec;*/
/*}*/

/*.service_list{*/
/*	margin-top: 49px;*/
/*	margin-left: calc(50% - 515px);*/
/*	box-sizing: border-box;*/
/*}*/
/*.service_list::after{*/
/*	display: block;*/
/*	content: '';*/
/*	clear: both;*/
/*}*/
/*.service_list li{*/
/*	float:left;*/
/*	box-sizing:border-box;*/
/*	box-shadow:0 0 15px rgba(0,0,0,0.2);*/
/*	margin-right:14px;*/
/*	margin-bottom:15px;*/
/*	border-radius:10px;*/
/*}*/
/*.service_list h1{*/
/*	margin-top:10px;*/
/*	font-size: 28px;*/
/*	line-height:120%;*/
/*	font-weight:900;*/
/*}*/
/*.service_list .middle h1 {*/
/*	margin-top:4px;*/
/*}*/
/*.service_list .small h1 {*/
/*	margin-top:4px;*/
/*	font-size:30px;*/
/*}*/
/*.service_list span{*/
/*	font-size: 19px;*/
/*	color:#7b7b7b;*/
/*	font-weight:100;*/
/*	line-height: 130%;*/
/*}*/
/*.service_list .big{*/
/*	width: calc((100% - 14px) / 2);*/
/*	padding:48px 0 48px 36px;*/
/*}*/
/*.service_list .middle{*/
/*	width: calc(33.33% - 10px);*/
/*	padding: 30px 0 169px;*/
/*	text-align:center;*/
/*}*/
/*.service_list .small{*/
/*	width:calc(25% - 10.6px);*/
/*	padding: 30px 0 169px;*/
/*	text-align:center;*/
/*}*/
/*.service_list .bg-player{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_01.png') 95% 60% no-repeat #fff;}*/
/*.service_list .bg-teacher{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_02.png') 90% 65% no-repeat #fff;}*/
/*.service_list .bg-mock{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_03.png') center 90% no-repeat #fff;}*/
/*.service_list .bg-data{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_04.png') center 90% no-repeat #fff;}*/
/*.service_list .bg-limit{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_05.png') center 80% no-repeat #fff;}*/
/*.service_list .bg-mobile{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_06.png') center 90% no-repeat #fff;}*/
/*.service_list .bg-fullhd{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_07.png') center 90% no-repeat #fff;}*/
/*.service_list .bg-cscenter{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/benefit_08.png') center 90% no-repeat #fff;}*/
/*.service_list .bg-curri{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/benefit_02.png') 87% 57%  no-repeat #fff;}*/
/*.service_list .bg-applybook{background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/benefit_01.png') 86% 57% no-repeat #fff;}*/

/*.reason{*/
/*	padding: 86px 0 50px;*/
/*}*/
/*.reason ul{*/
/*	width:100%;*/
/*	margin:68px 0 0 0;*/
/*}*/
/*.reason ul li{*/
/*	width: calc(25% - 8px);*/
/*	margin-right:10px;*/
/*	text-align:center;*/
/*}*/
/*.reason p{*/
/*	margin:22px 0 0 0;*/
/*	font-size:20px;*/
/*	font-weight:900;*/
/*	line-height:140%;*/
/*}*/
/*.reason p em{*/
/*	font-weight:100;*/
/*	font-size:17px;*/
/*}*/
/*.teacher{*/
/*	padding:80px 0;*/
/*}*/
/*.teacher .teacherwrap{*/
/*	width:100%;*/
/*	display:table;*/
/*	margin-top:68px;*/
/*	padding-top:567px;*/
/*	box-sizing:border-box;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/teacher.png') top center no-repeat;*/
/*}*/
/*.teacher .teacherwrap > li{*/
/*	display:table-cell;*/
/*	vertical-align:top;*/
/*	width:30%;*/
/*	height:293px;*/
/*}*/
/*.teacher .teacherwrap > li:first-child{*/
/*	width:40%;*/
/*}*/
/*.teacher .teacherwrap .subject{*/
/*	position:relative;*/
/*	display:block;*/
/*	padding-bottom: 27px;*/
/*	font-size: 21px;*/
/*	font-weight:900;*/
/*	color:#ff8004;*/
/*	line-height:100%;*/
/*}*/
/*.teacher .teacherwrap .subject:after{*/
/*	position:absolute;*/
/*	display:block;*/
/*	content:'';*/
/*	width:30px;*/
/*	height:4px;*/
/*	background:#ff8004;*/
/*	bottom:0;*/
/*	left:0;*/
/*}*/
/*.teacher .teacherwrap .name{*/
/*	margin-top: 16px;*/
/*	margin-bottom:15px;*/
/*	font-size:30px;*/
/*	line-height:100%;*/
/*	font-weight:900;*/
/*}*/
/*.teacher .teacherwrap .name em{*/
/*	display:inline-block;*/
/*	font-weight:400;*/
/*	font-size:26px;*/
/*	line-height:50%;*/
/*}*/
/*.teacher .list-dash li{*/
/*	font-size:16px;*/
/*	font-weight:100;*/
/*	margin-bottom:4px;*/
/*	line-height:150%;*/
/*}*/
/*.teacher .teacherwrap .sampleBtn{*/
/*	display:inline-block;*/
/*	vertical-align:bottom;*/
/*	margin:28px 0 0 0;*/
/*	padding:15px 51px 15px 21px;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/play.png') 92% 60% #3b3b3b no-repeat;*/
/*	border-radius:30px;*/
/*	font-size:22px;*/
/*	color:#fff;*/
/*	font-weight:300;*/
/*	letter-spacing:-1px;*/
/*	line-height:100%;*/
/*}*/
/*.teacher .teacherwrap li:first-child .sampleBtn{*/
/*	margin-top:33px;*/
/*}*/

/*.cm_reviewArea{*/
/*	padding: 104px 0;*/
/*	background: #ffffff;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs{*/
/*	margin: 50px auto 30px;*/
/*	position:relative;*/
/*	height: 211px;*/
/*	padding-bottom: 20px;*/
/*	width: 1000px;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .slick-list{*/
/*	overflow: hidden;*/
/*	height:186px;*/
/*}*/
/*.cm_reviewArea .slick-prev,*/
/*.cm_reviewArea .slick-next{*/
/*	width: 102px;*/
/*	height: 103px;*/
/*	border-radius:50%;*/
/*	top:40px;*/
/*	position:absolute;*/
/*	cursor: pointer;*/
/*	font-size:0;*/
/*	cursor: pointer;*/
/*	z-index: 9;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .slick-slide:focus,*/
/*.cm_reviewArea .slick-prev:focus,*/
/*.cm_reviewArea .slick-next:focus{*/
/*	border:none;*/
/*	outline:none;*/
/*}*/
/*.cm_reviewArea .slick-prev{*/
/*	left: calc(50% - 610px);*/
/*	background: url(/_skin/tpl_skin/basic_electricity3/refund_renew/arrow_left.png) no-repeat center center;*/
/*}*/
/*.cm_reviewArea .slick-next{*/
/*	background: url(/_skin/tpl_skin/basic_electricity3/refund_renew/arrow_right.png) no-repeat center center;*/
/*	right: calc(50% - 600px);*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .slick-slide{*/
/*	    font-size: 0;*/
/*	    width: 1000px;*/
/*	    text-align: center;*/
/*	    overflow: hidden;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .slick-current{*/
/*	opacity:1*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .title_btn{*/
/*	font-size: 23px;*/
/*	line-height:120%;*/
/*	font-weight:900;*/
/*	cursor: pointer;*/
/*	border:5px #b5b5b7 solid;*/
/*	letter-spacing: -1px;*/
/*	padding:30px 0;*/
/*	background:#fff;*/
/*	opacity: 0.5;*/
/*	box-sizing: border-box;*/
/*	margin: 0 0 0 1.6%;*/
/*	display: inline-block;*/
/*	**/
/*	display: inline;*/
/*	zoom:1;*/
/*	vertical-align: top;*/
/*	width: 31.7%;*/
/*	color:#68696d;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .slick-current .title_btn:hover,*/
/*.cm_reviewArea .gallery-thumbs .slick-current .title_btn.selected{*/
/*	opacity: 1;*/
/*	box-sizing: border-box;*/
/*	box-shadow: 1px 5px 15px rgba(0,0,0,0.2);*/
/*	color:#000;*/
/*	font-weight: 900;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .title_btn.border-green:hover,*/
/*.cm_reviewArea .gallery-thumbs .slick-current .title_btn.border-green.selected{*/
/*	border: 5px #157a2e solid;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .title_btn.border-puple:hover,*/
/*.cm_reviewArea .gallery-thumbs .slick-current .title_btn.border-puple.selected{*/
/*	border:5px #281157 solid;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .title_btn:first-of-type{*/
/*	margin:0;*/
/*}*/
/*.cm_reviewArea .gallery-thumbs .title_btn span{*/
/*	display: block;*/
/*	font-size:19px;*/
/*	margin:10px 0 0 0;*/
/*	font-weight:200;*/
/*}*/
/*.cm_reviewArea .gallery-top{*/
/*	text-align: left;*/
/*}*/
/*.cm_reviewArea .gallery-top .big_review{*/
/*	display: none;*/
/*}*/
/*.cm_reviewArea .gallery-top .big_review.ta1{*/
/*	display: block;*/
/*}*/
/*.cm_reviewArea .gallery-top h3{*/
/*	margin:0 0 40px;*/
/*	font-size:32px;*/
/*	line-height:125%;*/
/*	letter-spacing: -2px;*/
/*	word-break:keep-all;*/
/*	color:#000;*/
/*	font-weight:900;*/
/*}*/
/*.cm_reviewArea .gallery-top p{*/
/*	margin: 20px 0 0 0;*/
/*	word-break:keep-all;*/
/*	font-size:20px;*/
/*	line-height: 150%;*/
/*}*/
/*.cm_reviewArea .gallery-top p:first-child{*/
/*	margin:0;*/
/*}*/
/*.cm_reviewArea .gallery-top b{*/
/*	font-size:20px;*/
/*	line-height: 100%;*/
/*	margin:30px 0 0 0;*/
/*	display: block;*/
/*	letter-spacing: -1px;*/
/*	font-weight:100;*/
/*}*/
/*.benefit{*/
/*	padding:90px 0;*/
/*}*/
/*.benefit .bene_big{*/
/*	margin-top:69px;*/
/*}*/
/*.benefit .bene_big li{*/
/*	background:#fff;*/
/*	padding: 34px 0 38px  0;*/
/*	border-radius: 15px;*/
/*	box-sizing: border-box;*/
/*}*/
/*.benefit .bene_big.item3 li{*/
/*	width: calc(33.33% - 7px);*/
/*	margin-right:10px;*/
/*}*/
/*.benefit .bene_big.item2 li{*/
/*	width: calc(50% - 7px);*/
/*	margin-right:10px;*/
/*}*/
/*.benefit .bene_big span{*/
/*	display:block;*/
/*	margin:0 0 10px;*/
/*	font-size:20px;*/
/*	line-height:100%;*/
/*}*/
/*.benefit .bene_big p{*/
/*	font-size: 27px;*/
/*	font-weight:900;*/
/*	line-height: 120%;*/
/*}*/
/*.benefit .bene_list{*/
/*	width:100%;*/
/*	margin:20px 0 0;*/
/*}*/
/*.benefit .bene_list li{*/
/*	width: calc(20% - 16px);*/
/*	height:117px;*/
/*	border-radius: 15px;*/
/*	margin-right: 19px;*/
/*	text-align:center;*/
/*}*/
/*.benefit .bene_list h1{*/
/*	font-size:24px;*/
/*	line-height:120%;*/
/*	font-weight:900;*/
/*}*/
/*.benefit .bene_list .btn-halbu{*/
/*	display:inline-block;*/
/*	padding:3px 5px;*/
/*	margin:4px 0 0 ;*/
/*	background:#000;*/
/*	color:#fff;*/
/*	font-size:16px;*/
/*	font-weight:300;*/
/*	line-height:100%;*/
/*}*/

/*.onepick{*/

/*}*/
/*.onepick .topArea{*/
/*	padding: 78px 0 66px;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/top_bg.png') center no-repeat;*/
/*}*/
/*.onepick .topArea .top_ment{*/
/*	font-size:27px;*/
/*	font-weight:100;*/
/*	line-height:130%;*/
/*	letter-spacing:1px;*/
/*}*/
/*.onepick .topArea .point_txt{*/
/*	display:inline-block;*/
/*	padding:3px 3px;*/
/*	margin-top:9px;*/
/*	background:#000000;*/
/*	font-weight:900;*/
/*	font-size: 29px;*/
/*	color:#41bf54;*/
/*	line-height:100%;*/
/*}*/
/*.onepick .topArea .top_tit{*/
/*	margin:53px 0 34px;*/
/*	font-size:60px;*/
/*	line-height:120%;*/
/*	color:#000;*/
/*	letter-spacing:1px;*/
/*}*/
/*.onepick .topArea .title_img{*/
/*	margin-left:-10px;*/
/*}*/
/*.onepick .topArea .top_tit em{*/
/*	font-weight:100;*/
/*	letter-spacing:1px;*/
/*}*/
/*.onepick .topArea .bullet{*/
/*	right:0;*/
/*	top:-25px;*/
/*}*/
/*.onepick .book{*/
/*	padding:128px 0;*/
/*}*/
/*.onepick .book .bookTxt{*/
/*	overflow:hidden;*/
/*	margin-top:44px;*/
/*	padding:402px 15px 0;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass/book_01.png') top center no-repeat;*/
/*}*/
/*.onepick .book .bookTxt li{*/
/*	position:relative;*/
/*	float:left;*/
/*	width: calc(50% - 23px);*/
/*	margin-right:24px;*/
/*	margin-bottom:24px;*/
/*	box-sizing:border-box;*/
/*	background: none;*/
/*	text-align:center;*/
/*}*/
/*.onepick .book .popupVideo{*/
/*	position:relative;*/
/*	height:auto;*/
/*}*/
/*.onepick .book .bookTxt .book_spec{*/
/*	box-shadow:0 0 15px rgba(0,0,0,0.2);*/
/*	padding:33px 0;*/
/*	border-radius:15px;*/
/*	background:#fff;*/
/*}*/
/*.onepick .book .bookTxt span{*/
/*	display:inline-block;*/
/*	font-size:20px;*/
/*	line-height:100%;*/
/*}*/
/*.onepick .book .bookTxt h1{*/
/*	font-size:25px;*/
/*	line-height:100%;*/
/*	margin-top:5px;*/
/*	font-weight:900;*/
/*}*/
/*.onepick .curri{*/
/*	padding:90px 0;*/
/*	background:#fff7d8;*/
/*}*/
/*.onepick .curri_list{*/
/*	float:left;*/
/*	width: calc(50% - 34px);*/
/*	margin-right:63px;*/
/*	margin-top:67px;*/
/*	border:1px solid #000;*/
/*	background:#fff;*/
/*}*/
/*.onepick .curri_list h1{*/
/*	padding:22px 0;*/
/*	background:#ff8004;*/
/*	font-size:30px;*/
/*	text-align:center;*/
/*	color:#fff;*/
/*}*/
/*.onepick .curri_list table{*/
/*	width:90%;*/
/*	margin:0 auto;*/
/*	padding:0 3%;*/
/*}*/
/*.onepick .curri_list table tr{*/
/*	border-bottom:1px solid #000;*/
/*}*/
/*.onepick .curri_list table tr:last-of-type{*/
/*	border-bottom:none;*/
/*}*/
/*.onepick .curri_list table th,*/
/*.onepick .curri_list table td{*/
/*	padding:25px 0;*/
/*	color:#000;*/
/*	line-height:130%;*/
/*}*/
/*.onepick .curri_list table th{*/
/*	width:38%;*/
/*	font-size:30px;*/
/*	font-weight:900;*/
/*}*/
/*.onepick .curri_list table td{*/
/*	padding-left:10px;*/
/*	font-size:19px;*/
/*	font-weight:100;*/
/*}*/
/*.cmplus{*/
/*	position:relative;*/
/*	padding: 10px 0;*/
/*	background:#1e882a;*/
/*	overflow:visible;*/
/*}*/
/*.cmplus.bg-lightgray{*/
/*	background: #e9e9e9;*/
/*	padding: 30px 0;*/
/*}*/
/*.cmplus:after{*/
/*	position:absolute;*/
/*	display:block;*/
/*	width:90px;*/
/*	height:90px;*/
/*	content:'+';*/
/*	background:#1e882a;*/
/*	border-radius:50%;*/
/*	text-align:center;*/
/*	color:#000;*/
/*	font-size:80px;*/
/*	line-height:90px;*/
/*	font-weight:900;*/
/*	left:calc(50% - 65px);*/
/*	top:-40px;*/
/*}*/
/*.cmplus.bg-lightgray:after{*/
/*	background: #e9e9e9;*/
/*}*/
/*.cmplus .div-table{*/
/*	width:100%;*/
/*}*/
/*.cmplus .box-txt{*/
/*	margin-bottom:25px;*/
/*	font-size:25px;*/
/*}*/
/*.cmplus h1{*/
/*	font-size: 39px;*/
/*	line-height:120%;*/
/*	font-weight:900*/
/*}*/
/*.cmplus .ment{*/
/*	font-size:20px;*/
/*	line-height:130%;*/
/*	margin-top: 30px;*/
/*	color: #7b7b7b;*/
/*}*/
/*.cmbook{*/
/*	padding:98px 0;*/
/*}*/
/*.cmbook .bullet{*/
/*	right:-75px;*/
/*	top:190px;*/
/*}*/
/*.one_2cha .cmbook .bullet{*/
/*	right:-35px;*/
/*	top:190px;*/
/*}*/
/*.cmbook .popupVideo{*/
/*	position:relative;*/
/*	width:32px;*/
/*	height:auto;*/
/*	margin:140px 0 49px 90px;*/
/*}*/
/*.cmbook .inner{*/
/*	padding-left: 0;*/
/*	padding-bottom: 50px;*/
/*	box-sizing: border-box;*/
/*}*/
/*.cmbook .one1{*/
/*	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_1cha/book.png') right 185px no-repeat;*/
/*}*/
/*.cmbook .one2{*/
/*	background: url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/book.png') right 185px no-repeat;*/
/*}*/
/*.cmbook .book_info{*/
/*	margin: -13px 0 0 55px;*/
/*}*/
/*.cmbook .book_info li{*/
/*	margin-bottom:40px;*/
/*}*/
/*.cmbook .book_info .num{*/
/*	width:48px;*/
/*	height:48px;*/
/*	border-radius:10px;*/
/*	font-size:22px;*/
/*	text-align:center;*/
/*	line-height:49px;*/
/*	font-weight:900;*/
/*	margin-top: 8px;*/
/*}*/
/*.cmbook .book_spec{*/
/*	color:#000;*/
/*	line-height: 220%;*/
/*	padding-left: 20px;*/
/*	float: left;*/
/*}*/
/*.cmbook .book_spec span{*/
/*	font-size:20px;*/
/*	font-weight:100*/
/*}*/
/*.cmbook .book_spec b{*/
/*	font-size: 23px;*/
/*	font-weight:900;*/
/*}*/
/*.cmcurri{*/
/*	padding:89px 0;*/
/*	background:#fff7d8;*/
/*}*/
/*.cmcurri2{*/
/*	background:#fbffda;*/
/*}*/
/*.cmcurri .curri_list{*/
/*	overflow:hidden;*/
/*	width: 1040px;*/
/*	margin-top: 47px;*/
/*	margin-left: calc(50% - 520px);*/
/*	padding:45px 20px 20px;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_1cha/con6_line.png') top  center  no-repeat;*/
/*	box-sizing: border-box;*/
/*}*/
/*.cmcurri2 .curri_list{*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/con5_line.png') top  center  no-repeat;*/
/*}*/
/*.cmcurri .curri_list li{*/
/*	float:left;*/
/*	width: calc((100% - 160px) / 4);*/
/*	margin-right:50px;*/
/*	padding:36px 0;*/
/*	background:#fff;*/
/*	border-radius:15px;*/
/*	box-sizing:border-box;*/
/*	box-shadow:0 0 15px rgba(0,0,0,0.2);*/
/*	text-align:center;*/
/*}*/
/*.cmcurri .curri_list li:last-of-type{*/
/*	margin-right:0;*/
/*}*/
/*.cmcurri .curri_list .setp{*/
/*	display:block;*/
/*	margin:0 auto 23px;*/
/*	font-size:20px;*/
/*	color:#848484;*/
/*}*/
/*.cmcurri .curri_list h1{*/
/*	font-size:35px;*/
/*	font-weight:900;*/
/*	line-height:100%;*/
/*}*/
/*.cmcurri .curri_list p{*/
/*	margin:15px 0 0;*/
/*	font-size:19px;*/
/*	line-height:130%;*/
/*}*/

/*.one_2cha .top{*/
/*	padding: 94px 0;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/top_bg.png') top  center  no-repeat #c5d92c;*/
/*}*/
/*.one_2cha .top .inner{*/
/*	width:1000px;*/
/*	margin-left:calc(50% - 520px);*/
/*    background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/top_teacher.png') right  top  no-repeat;*/
/*}*/
/*.one_2cha .top .service_list{*/
/*	margin-left:0;*/
/*}*/
/*.one_2cha .top .top_subtitle{*/
/*	margin-left:20px;*/
/*	margin-bottom:55px;*/
/*	font-size:22px;*/
/*	font-weight:600*/
/*}*/
/*.one_2cha .top .top_title{*/
/*	margin-bottom:30px;*/
/*	font-size:60px;*/
/*	font-weight:900;*/
/*	line-height:100%;*/
/*}*/
/*.one_2cha .top .top_ment{*/
/*	margin-top:36px;*/
/*	font-size:25px;*/
/*	line-height: 140%;*/
/*}*/
/*.one_2cha .top .top_ment b{*/
/*	font-weight:900;*/
/*}*/
/*.one_2cha .top .bullet{*/
/*	right:-116px;*/
/*	top:54px;*/
/*}*/
/*.graph{*/
/*	padding:95px 0;*/
/*	background:#281157;*/
/*}*/
/*.graph p{*/
/*	margin:24px 0 70px;*/
/*	color:#ddcdff;*/
/*	font-size:22px;*/
/*	line-height:170%;*/
/*}*/
/*.graph p b{*/
/*	font-size:29px;*/
/*	font-weight:900;*/
/*}*/
/*.graph .bullet{*/
/*	right:-76px;*/
/*	top: 174px;*/
/*}*/
/*.one_2cha .teacher{*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/con4_bg.png') center no-repeat;*/
/*	padding:99px 0;*/
/*}*/
/*.one_2cha .teacher .inner{*/
/*	text-align:right;*/
/*}*/
/*.one_2cha .teacher .teacher_title p{*/
/*	font-size:34px;*/
/*	margin-bottom:20px;*/
/*}*/
/*.one_2cha .teacher .teacher_title h1{*/
/*	margin-bottom:60px;*/
/*	font-size:40px;*/
/*	line-height:130%;*/
/*	font-weight:900;*/
/*}*/
/*.one_2cha .teacher .teacher_info{*/
/*	width:732px;*/
/*	margin-top:60px;*/
/*	margin-bottoM:35px;*/
/*	margin-left:calc(100% - 732px);*/
/*	overflow:hidden;*/

/*}*/
/*.one_2cha .teacher .teacher_info li{*/
/*	float:left;*/
/*	width: calc(33.33% - 10px);*/
/*	margin-right:15px;*/
/*	background:#281157;*/
/*	border-radius:10px;*/
/*	padding:30px 0;*/
/*	text-align:center;*/
/*	color:#e2ff00;*/
/*	font-size:24px;*/
/*	line-height:120%;*/
/*	font-weight:900;*/
/*}*/
/*.one_2cha .teacher .teacher_info li:last-of-type{*/
/*	margin-right:0;*/
/*}*/
/*.one_2cha .teacher .teacher_detail{*/
/*	display:table;*/
/*	width:auto;*/
/*	float:right;*/
/*}*/
/*.one_2cha .teacher .teacher_detail > *{*/
/*	display:table-cell;*/
/*	vertical-align:middle;*/
/*}*/

/*.one_2cha .teacher .teacher_detail  p{*/
/*	font-size:30px;*/
/*	font-weight:600;*/
/*	padding-right:20px;*/
/*}*/
/*.one_2cha .teacher .teacher_detail  p b{*/
/*	font-size:25px;*/
/*	line-height: 100%;*/
/*}*/
/*.one_2cha .teacher .teacher_detail  p .name{*/
/*	font-size:35px;*/
/*	font-weight:900;*/
/*	line-height: 100%;*/
/*}*/
/*.one_2cha .teacher .teacher_detail .sampleBtn{*/
/*	display:inline-block;*/
/*	vertical-align:bottom;*/
/*	margin:0 0 0 0;*/
/*	padding:15px 51px 15px 21px;*/
/*	background:url('/_skin/tpl_skin/basic_nongsan_new2/images/apply/allclass_2cha/teacher_play.png') 92% 60% #3b3b3b no-repeat;*/
/*	border-radius:30px;*/
/*	font-size:22px;*/
/*	color:#fff;*/
/*	font-weight:300;*/
/*	letter-spacing:-1px;*/
/*	line-height:100%;*/
/*}*/
