@charset "UTF-8";
/*공통*/
.apply{
    width:100%;
    
    overflow: hidden;
}
.apply .con{
    width:100%;
}
.apply .con .inner{
    width:1100px;
    margin:0 auto;
    position:relative;
}
.apply .line{
    width:100%;
    text-align:center;
    padding:30px 0;
}
.apply .line h3{
    font-size:27px;
    color:#fff;
    font-family:'noto5';
    font-weight:100;
}
.apply .ul-table{
    display:table;
}
.apply .ul-table li {
    display:table-cell;
}
.apply strong,
.apply b{
    font-family:'noto6';
    font-weight:100;
}


.top{
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/top_bg.jpg') no-repeat center top / cover;
    padding-top: 20px;
    padding-bottom: 350px;
}
.top .pro_img{
    position: relative;
    margin-left: 122px;
}
.top .pro_img::after{
    position: absolute;
    display: block;
    top: 84px;
    left: -102px;
    content: '';
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/top_txt.png') no-repeat;
    width: 1051px;
    height: 803px;
}
.top .bene_wrap{
    position: absolute;
    top: 930px;
    width: 100%;
    line-height: 1;
    color: #000;
}
.top .high{
    width: 100%;
    height: 215px;
    box-sizing: border-box;
    border: 3px solid #000;
    border-radius: 20px;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_top.png') no-repeat #fff 94% 73%;
    box-shadow: 5px 18px 15px rgba(0, 0, 0, 0.3);
}
.top .high .padd_box{
    padding: 60px 54px
}
.top .high span{
    font-family: 'noto3';
    font-size: 25px;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 17px;
}
.top .high strong{
    font-size: 42px;
    letter-spacing: -2px;
}
.top .low{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top .low .padd_box{
    padding: 44px 54px;
}
.top .low span{
    display: block;
    font-size: 19px;
    letter-spacing: -1.7px;
    margin-bottom: 10px;
    font-family: 'noto3';
}
.top .low strong{
    font-size: 30px;
    line-height: 1.1;
}
.top .low > li{
    width: 49%;
    height: 190px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 5px 18px 15px rgba(0, 0, 0, 0.3);
}
.top .low > li:nth-child(1){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_1.png') no-repeat #fff 92% 53%;
}
.top .low > li:nth-child(2){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_2.png') no-repeat #fff 90% 70%;
}
.top .low > li:nth-child(3){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_3.png') no-repeat #fff 90% bottom;
}
.top .low > li:nth-child(4){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_4.png') no-repeat #fff 90% bottom;
}
.cause{
    background: #2d5356;
    padding: 165px 0 185px;
}
.youtube{
    padding: 190px 0 195px;
}
.youtube .title{
    margin-bottom: 120px;
}
.youtube .video_box{
    width: 1100px;
    height: 568px;
    cursor: pointer;
    position: relative;
}
.youtube .video_box .txt_booloon{
    position: absolute;
    top: 21%;
    left: -22%;
    cursor: initial;
}
.youtube .video_box .layer{
    width: 100%;
    height: 100%;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/play.png') no-repeat;
}
.youtube .video_box .layer span{
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.youtube iframe{
    height: 568px;
}

.hab_sugi{
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/hugi_bg.png') center center / cover;
    padding: 165px 0 188px;
}
.hab_sugi .title{
    margin-bottom: 122px;
}
.hab_sugi .hab_slide{
	position: static;
	width: 1000px;
	height: 426px;
	overflow: visible;
} 
.hab_sugi .swiper-slide{
	height: 450px;
	padding-left:5px;
	/* box-shadow:0 0 15px rgba(0,0,0,0.4); */
	border-radius:55px;
	box-sizing:border-box;
	background-color: #242021;
	opacity:0.4; transition:opacity 0.3s;
}
.hab_sugi .swiper-slide.swiper-slide-active{
    background: rgba(0,0,0,0.5);
    opacity: 1;
}
.hab_sugi .swiper-slide .div-table{
	width: 100%;
	height: 100%;
	display: table;
}
.hab_sugi .swiper-slide .div-table > .icon_wrap{
    position: absolute;
	padding-top: 86px;
}
.hab_sugi .hab_slide .btn_arrow.btn_prev{
	left:17px;
}
.hab_sugi .hab_slide .btn_arrow.btn_next{
	right: 27px
}
.hab_sugi .hab_slide .btn_arrow {
    position: absolute;
    display: block;
    width: 57px;
    height: 57px;
    z-index: 4;
    top: 69%;
    cursor: pointer;
    text-align: center;
    background: #b69e86;
    border-radius: 30px;
    padding: 14px 20px;
    box-sizing: border-box;
}
.hab_sugi .hab_slide .review_content{
	width:63%;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}

.hab_sugi .hab_slide .review_content .review_tit{
    margin-top: 15px;
    margin-bottom: 16px;
    font-family: 'noto6';
    font-weight: 100;
    line-height: 52px;
    font-size: 45px;
    letter-spacing: -2px;
    color: #b59d85;
}
.hab_sugi .hab_slide .review_txt{
	width:91%;
	margin:11px 0 16px 0;
	font-size:18px;
	line-height:32px;
	font-weight:100;
	font-family:'noto2';
	letter-spacing: -0.7px;
	word-break:keep-all;
}
/* .hab_sugi .hab_slide .review_txt span{
    color: #CD853F;
} */
.hab_sugi .hab_slide .review_slide .review_txt{
	width:80%;
}
.hab_sugi .hab_slide .writer{
	letter-spacing: -0.7px;
	font-size:18px;
	font-weight:100;
	font-family: 'noto3';
    color: #919191;
}
.dangi{
    padding: 180px 0 145px;
}

.pro_area{
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/teacher_bg.png') no-repeat center 57% #0d293f;
    padding: 175px 0 130px;
    color: #fff;
}
.pro_area .txt{
    position: relative;
}
.pro_area .txt::after{
    position: absolute;
    content: '';
    top: -66px;
    right: -188px;
    display: block;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/teacher.png') no-repeat;
    width: 1037px;
    height: 1286px;
}
.pro_area .txt .txt_t{
    margin-top: 60px;
    margin-bottom: 5px;
}
.pro_area .txt .txt_b{
    margin-bottom: 50px;
}
.pro_area .txt strong{
    font-size: 17px;
    font-family: 'noto5';
    letter-spacing: -1px;
    vertical-align: top;
}
.pro_area .txt span{
    display: inline-block;
    font-size: 17px;
    letter-spacing: -1px;
}
.pro_area .txt ul{
    display: inline-block;
}
.pro_area .txt li{
    font-size: 17px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.pro_area .sam_step_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 1;
}
.pro_area .sam_step_wrap .sample{
    position: relative;
    width: 640px;
    height: 380px;
    background: #000;
    text-align: center;
    padding-top: 85px;
    box-sizing: border-box;
}
.pro_area .sam_step_wrap .sample a{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pro_area .sam_step_wrap .sample strong{
    font-size: 42px;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 60px;
}
.pro_area .sam_step_wrap .step_area{
    width: calc(100% - 655px);
}
.pro_area .sam_step_wrap .step_area li{
    background: rgba(13, 56, 88, 0.9);
    opacity: 1;
    margin-bottom: 15px;
    cursor: pointer;
}
.pro_area .sam_step_wrap .step_area .padd_box{
    padding: 21px 34px 21px 47px;
}
.pro_area .sam_step_wrap .step.active .padd_box{
    padding: 36px 37px 40px 47px;
}
.pro_area .sam_step_wrap .step_area em{
    position: relative;
    font-size: 20px;
    color: #ff9702;
    font-family: 'noto5';
    letter-spacing: -1px;
}
.pro_area .sam_step_wrap .step_area em::after{
    position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: 49px;
    width: 24px;
    height: 24px;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/teacher_curri_bullet.png') no-repeat;
}

.pro_area .sam_step_wrap .step_area strong{
    display: inline-block;
    font-size: 32px;
    margin-left: 30px;
    font-family: 'noto5';
}
.pro_area .sam_step_wrap .step.active strong{
    display: block;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 18px;
    margin-left: 0;
    font-family: 'noto6';
}
.pro_area .sam_step_wrap .step_area span{
    display: none;
    font-size: 22px;
    letter-spacing: -1.7px;
    font-family: 'noto2';
}
.pro_area .sam_step_wrap .step.active span{
    display: block;
}



.book{
    padding: 185px 0 100px;
}
.book > .inner{
    height: 955px;
}
.book .title{
    margin-bottom: 160px;
}
.book h2{
    font-size: 33px;
    font-family: 'noto6';
    color: #000;
    letter-spacing: -1px;
    padding-right: 23px;
    margin-bottom: 33px;
    line-height: 1;
}
.book .bk_img{
    position: relative;
}
.book .bk_img::after{
    position: absolute;
    top: -49px;
    left: 299px;
    content: '';
    display: block;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/book_bullet.png') no-repeat;
    width: 230px;
    height: 230px;
}
.book .bk_img .popupVideo{
    position: absolute;
    bottom: -132px;
    width: 329px;
    height: 189px;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/book_play.png') no-repeat;
    z-index: 2;
}
.book .bk_img .popupVideo a{
    display: block;
    height: 100%;
}
.book .book_slide{
    top: -464px;
    padding:52px 0 20px 0;
    text-align: right;
}
.book .book_slide .slide_tit{
    display: inline-block;
    margin-left: 90px;
}
.book .book_slide .book_review_nav{
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 4px;
    left: -23px;
    z-index: 8;
}
.book .book_slide .book_review_nav span{
    width:27px;
    height:27px;
    border-radius:50%;
    border:none;
    color:#fff;
    background:#b2b2b2;
    text-align:center;
    line-height:27px;
    font-family:'noto5'
}
.book .book_slide .book_review_nav span:last-child{
    margin-right:0;
}
.book .book_slide .book_review_nav span.swiper-pagination-bullet{
    background:#b2b2b2;
    opacity:1;
}
.book .book_slide .book_review_nav span.swiper-pagination-bullet-active{
    background:#fd7170;
}




.book .book_review_slide_wrap .btn_arrow{/* zzzz */
    position:absolute;
    z-index:4;
    width: 32px;
    height: 108px;
    cursor: pointer;
    top: 80px;
}
.book .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 .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 .book_review_slide_wrap{
    position: relative;
    width:1100px;
    margin:0 auto;
    margin-top: 205px;
}
.book .book_review_slide{
    position:relative;
    border-top:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
}
.book .book_review_slide .swiper-wrapper{
    height:226px;
    /* border-bottom:1px solid #cacaca; */
    box-sizing:border-box;
    /* color:#4a4a4a; */

}
.book .book_review_slide .review_tit{
    font-size:27px;
    margin:0 0 16px;
    line-height:100%;
    font-family:'noto6';
    font-weight:100;
    letter-spacing:-1.5px;
    color: #222;
}
.book .book_review_slide .writer{
    padding-right:15px;
    font-size:17px;
    color:#848484;
    font-family:'noto4';
    font-weight:600;
}
.book .book_review_slide .review_txt{
    font-size:20px;
    font-family:'noto3';
    line-height:140%;
    letter-spacing:-1px;
    color: #4a4a4a;
    margin:0 0 15px;
}
/* .book .book_review_slide .review_txt span{
    color: #f14f4f;
} */
.book .book_review_slide .underline{
    position:relative;
    font-family:'noto6';
}
.book .book_review_slide .underline::before{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:10px;
    background:#bbf6fa;
    content:'';
    z-index:-1;
}
.book .swiper-slide .div-table{
    height: 100%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}
.div-table{
    display: table;
    width: 100%;
}
.book .div-table > *{
    vertical-align: middle;
}


.benefit{
	padding: 130px 0 130px;
} 
.benefit .title{
    margin-bottom: 120px;
}
.benefit .red_box{
    width: 100%;
    height: 250px;
    border: 3px solid #ff3e3e;
    border-radius: 30px;
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/bottom_benefit_top.png') no-repeat 10% 63%;
    margin-bottom: 25px;
}
.benefit .red_box .div-flex{
    padding: 84px 57px 56px 115px;
}
.benefit .red_box .bold{
    color: #ff3e3e;
}
.benefit .bene_box li:nth-child(1){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_1.png') no-repeat
    no-repeat 18% 66%;
}
.benefit .bene_box li:nth-child(2){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_2.png') no-repeat
    no-repeat 18% 70%;
}
.benefit .bene_box li:nth-child(3){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_3.png') no-repeat
    no-repeat 19% 60%;
}
.benefit .bene_box li:nth-child(4){
    background: url('/_skin/tpl_skin/basic_danger_new/images/apply_new/tonghab/benefit_4.png') no-repeat
    no-repeat 18% bottom;
}
.benefit li{
    width: 100%;
    border: 3px solid #000;
    border-radius: 30px;
    margin-bottom: 25px;
    height: 200px;
}
.benefit .numb{
    width: 70px;
    border-radius:75px;
    font-size: 36px;
    background-color: #000;
    color: #fff;
    padding: 24px 5px 24px 16px;
}
.benefit .div-flex{
    display: flex;
    align-items: center;
    padding: 60px 55px 55px 40px;
	/* height: 85px; */
}
.benefit .div-flex .numb{
  
}
.benefit .div-flex .txt{
    margin-left: 390px;
    text-align: left;
    color: #000;
    line-height: 1;
}
.benefit .div-flex .txt > .normal{
    letter-spacing: -1.7px;
    font-family: 'noto4';
    font-size: 32px;
    display: block;
}
.benefit .div-flex .txt > .bold{
    font-size: 42px;
    font-family: 'noto6';
    letter-spacing: -2.7px;
}
.benefit .div-flex .txt > .normal.ex{
    font-size: 38px;
    font-family: 'noto6';
    letter-spacing: -1.7px;
    display: inline;
}
.benefit .btn-halbu{
    padding: 8px 0px 8px 16px;
    background: #000;
    color: #fff;
    font-size: 19px;
    line-height: 122%;
    display: block;
    width: 100px;
    height: 25px;
    font-family: 'noto5';
    position: absolute;
    bottom: 3.5%;
    left: 45.5%;
}


