@charset "utf-8";
/*common*/
.halfPass2 {
    overflow: hidden;
    margin-top: 50px;
}
section {
    position: relative;
}
.inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.tc {
    text-align: center;
}
.title_bx .tit_b {
    display: block;
    color: #000;
    font-family: 'market-b';
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -3px;
}

.title_bx .tit {
    display: block;
    margin-top: 17px;
    color: #000;
    font-family: 'market-l';
    font-size: 49px;
    line-height: 55px;
    letter-spacing: -3px;
}
/* contents */
.cover {
    height: 1609px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/top_bg.png') center top no-repeat;
    background-size: 2560px 1609px;
}
.cover span{
    display: inline-block;
}
.cover .tit1{
    opacity: 0;
    position: relative;
    right:0;
    font-family: 'market-m';
    font-size:82px;
    line-height:92px;
    letter-spacing: -7px;
    margin-top: 358px;
    margin-left: 440px;
    animation: 1s 0.3s forwards second;
}
.cover .tit2 {
    opacity: 0;
    position:absolute;
    top:130px;
    left:421px;
    animation: 1s 0s forwards first;
}
.cover .tit3{
    opacity: 0;
    position:relative;
    left:0;
    margin-top: -160px;
    margin-left: 27px;
    animation: 1s .7s forwards third;
}
.cover .tit4 {
    opacity: 0;
    position: absolute;
    left: 0;
    margin-top: 17px;
    margin-left: 210px;
    animation: 1s 1.1s forwards fourth;
}
.cover .tit5{
    margin-top:259px;
}
@keyframes first {
    0% {
        top:50px;
    }
    100% {
        opacity: 1;
    }
}
@keyframes second {
    0% {
        right:-140px
    }

    100% {
        opacity: 1;
    }
}
@keyframes third {
    0% {
        left: -150px;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fourth {
    0% {
        left: -100px;
    }

    100% {
        opacity: 1;
    }
}
.top_benefit{
    padding:160px 0 0;
}
.top_benefit .title_bx .tit_b{
    font-size:62px;
}
.top_benefit .cont_bx{
    margin-top:64px;
}
.top_benefit .cont_bx ul:after{
    content:'';
    display: block;
    clear: both;
}
.top_benefit .cont_bx ul li{
    position:relative;
    float:left;
    width:calc(50% - 16px);
    height:230px;
    margin-top:35px;
    padding:55px 0 0 40px;
    border-radius:30px;
    background:#fff;
    box-shadow:5px 5px 24px -4px rgba(0, 0, 0, 0.5);
}
.top_benefit .cont_bx ul li:nth-child(1){
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_1.png') 265px 74px no-repeat;
    background-size: 240px 131px;
}
.top_benefit .cont_bx ul li:nth-child(1):after {
    content: '';
    position:absolute;
    top:36px;
    left:426px;
    width:79px;
    height:79px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v2/benefit_bullet1.png') 0 0 no-repeat;
    background-size: cover;
}
.top_benefit .cont_bx ul li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_2.png') 288px 74px no-repeat;
    background-size: 197px 134px;
}
.top_benefit .cont_bx ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 36px;
    left: 426px;
    width: 79px;
    height: 79px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v2/benefit_bullet1.png') 0 0 no-repeat;
    background-size: cover;
}
.top_benefit .cont_bx ul li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_3.png') 281px bottom no-repeat;
    background-size: 240px 202px;
}
.top_benefit .cont_bx ul li:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_4.png') 248px 46px no-repeat;
    background-size: 248px 164px;
}
.top_benefit .cont_bx ul li:nth-child(5) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_5.png') 262px 58px no-repeat;
    background-size: 222px 142px;
}
.top_benefit .cont_bx ul li:nth-child(6) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_6.png') 245px 47px no-repeat;
    background-size: 241px 151px;
}
.top_benefit .cont_bx ul li:nth-child(7) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_7.png') 245px 40px no-repeat;
    background-size: 251px 165px;
}
.top_benefit .cont_bx ul li:nth-child(8) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_8.png') 262px 55px no-repeat;
    background-size: 236px 151px;
}
.top_benefit .cont_bx ul li.type2 {
    height:256px;
    background-color: #b0cdc8;
}
.top_benefit .cont_bx ul li:nth-child(2n) {
    float:right;
}
.top_benefit .cont_bx ul li .txt{
    font-size: 22px;
    color: #000;
    display: inline-block;
    line-height: 135%;
    margin-bottom: 9px;
    font-family: "noto2";
}
.top_benefit .cont_bx ul li .txt strong{
    display: block;
    margin-top:8px;
    font-family: 'noto6';
    font-size: 32px;
    line-height: 120%;
}
.recommend {
    padding: 180px 0 155px;
}

.recommend .title_bx .tit {
    margin-top: 0;
    font-size: 48px;
    line-height: 70px;
}

.recommend .title_bx .tit_b {
    font-size: 62px;
    line-height: 70px;
    letter-spacing: -5px;

}
.recommend .inner img {
    margin-left: -45px;
}
.graph {
    padding: 180px 0;
    background: #dee2e1;
}

.graph .img_bx {
    display: block;
    position: relative;
}

.graph .img_bx:after {
    content: '';
    position: absolute;
    top: 93px;
    left: 526px;
    z-index: 5;
    width: 432px;
    height: 414px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/graph_bullet.png') 0 0 no-repeat;
    background-size: cover;
}

.graph .img_bx img {
    position: relative;
    z-index: 10;
}
.teacher_video {
    padding: 215px 0 200px;
    position: relative;
    background: #fff;
}
.teacher_video .title_bx .tit {
    font-family: 'noto2';
    font-size:47px;
    letter-spacing: -2px;
}
.teacher_video .title_bx .tit_b {
    margin-top:16px;
    font-size: 60px;
    line-height: 70px;
}
.teacher_video .inner .teacher-preview {
    width: 1152px;
    position: absolute;
    top: 532px;
    left: 0;
    color: #000;
}

.teacher_video .inner .teacher-preview ul {
    font-size: 0;

    margin-top: 364px;
    /* margin-left: 60px; */
}

.teacher_video .inner .teacher-preview ul:nth-child(1) {
    margin-top: 0;
}

.teacher_video .inner .teacher-preview ul li {
    display: inline-block;
    width: 384px;
    height: 190px;
    vertical-align: top;

}

.teacher_video .inner .teacher-preview ul li a {
    display: block;
    width: 296px;
    height: 78px;
    margin-left: 20px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v2/teacher_btn.png') no-repeat top center;
    font-size: 0;
}

.teacher_video .inner .teacher-preview ul li>div {
    transform: translateY(30px);
}

.teacher_video .inner .teacher-preview ul li div>span,
.teacher_video .inner .teacher-preview ul li div>strong {
    display: block;
    text-align: left;
}

.teacher_video .inner .teacher-preview ul li div>span {
    font-size: 24px;
}

.teacher_video .inner .teacher-preview ul li div>strong {
    font-size: 33px;
    margin-top: 15px;
    font-family: 'noto6';
}
.teacher_video .content-title {
    margin: 38px 0 0 -48px;
}
.curri {
    height: 1456px;
    padding-top: 157px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/curri_bg.png') no-repeat center top;
    background-size: 2560px 1456px;
}

.curri .title_bx em {
    color: #fff;
}

.curri .title_bx .tit {
    margin-bottom: 4px;
    letter-spacing: 0;
}
.curri .title_bx .tit_b {
    color:#ff725e;
}
.curri .img_bx {
    margin: 100px 0 0 -70px;
}
.book_slide {
    padding: 225px 0 203px;
}

.book_slide .inner {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/book.png');
    background-size: 448px 577px;
    background-repeat: no-repeat;
    background-position:0 282px;
}

.book_slide .title_bx {
    position: relative;
    text-align: left;
}

.book_slide .title_bx .tit_b {
    font-size: 60px;
}

.book_slide .inner .book_slide {
    width: 740px;
    height: 65%;
    margin-top: 209px;
    margin-right: -30px;
    padding-top: 31px;
}

.book_slide .inner .book_slide .slide_nav {
    text-align: right;
    position: relative;
    left: -20px;
    top: -30px;
}

.book_slide .inner .book_slide .slide_nav .swiper-pagination-bullet {
    margin: 0 4px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.book_slide .inner .book_slide .slide_nav .swiper-pagination-bullet-active {
    background: #ff696a;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    transition: all 0.2s;
}

.book_slide .inner .book_review_slide_area {
    position: relative;
}

.book_slide .inner .book_review_slide_area .btn_arrow {

    position: absolute;
    z-index: 4;
    cursor: pointer;
    top: 70px;
}

.book_slide .inner .book_review_slide_area .btn_prev {

    left: -84px;
    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_slide .inner .book_review_slide_area .btn_next {

    right: -84px;
    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_slide .inner .book_review_slide {
    position: relative;
    width: 1100px;
    height: 290px;
    margin-top:187px;
    border-top: 1px solid #cacaca;
}

.book_slide .inner .book_review_slide:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 90px;
    left: 0;
    content: '';
    background: #cacaca;
}

.book_slide .inner .book_review_slide .swiper-wrapper {
    height: 200px;

    box-sizing: border-box;

}

.book_slide .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;
}

.book_slide .inner .book_review_slide .writer {
    padding-right: 20px;
    font-size: 16px;
    color: #848484;
    font-family: 'noto4';
    font-weight: 600;
    letter-spacing: -1px;
}

.book_slide .inner .book_review_slide .review_txt {
    font-size: 18px;
    font-family: 'noto3';
    line-height: 140%;
    letter-spacing: -1px;
    color: #4a4a4a;
}

.book_slide .inner .book_review_slide .underline {
    position: relative;
    font-family: 'noto6';
}

.book_slide .inner .book_review_slide .underline:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #bbf6fa;
    content: '';
    z-index: -1;
}

.book_slide .inner .book_slide .book_review_nav {
    text-align: right;
    margin-left: -28px;
}

.book_slide .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;
}

.book_slide .inner .book_slide .book_review_nav span:last-child {
    margin-right: 0;
}

.book_slide .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%;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.div-table>* {
    display: table-cell;
}
.div-table .character {
    width: 187px;
}

.div-table.item2>* {
    width: 50%;
}

.div-table.item3>* {
    width: 33.33%;
}

.div-table.item4>* {
    width: 25%;
}

.div-table.item5>* {
    width: 20%;
}
.book_slide .video-box {
    width: 329px;
    height: 189px;
    position: relative;
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/book_play.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top:-270px;
}

.book_slide .video-box .popupVideo {
    width: 330px;
    height: 190px;
    top:0;
}

.book_slide .video-box .popupVideo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.benefit {
    padding-bottom: 120px;
}

.benefit .title_bx em {
    display: inline-block;
    margin-top: 0;
    font-size: 60px;
    line-height: 75px;
}
.benefit .title_bx .tit {
    font-family: 'market-m';
}
.benefit .cont_bx {
    margin-top: 100px;
}

.benefit .top_area {
    overflow: hidden;
}

.benefit .top_area li {
    overflow: hidden;
    float: left;
    width: calc(50% - 11px);
    border-radius: 35px;
}

.benefit .top_area li:last-child {
    float: right;
}

.benefit .top_area li .cont_wrap {
    position: relative;
    height: 404px;
    padding: 44px 0 0 50px;
    background: #273943;
    background: linear-gradient(to top, #273943 74%, #377187);
}
.benefit .top_area li .cont_wrap:before {
    content: '';
    position: absolute;
    right: 42px;
    bottom: 30px;
    width: 362px;
    height: 166px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/bottom_benefit_1cha.png') 0 0 no-repeat;
    background-size: cover;

}
.benefit .top_area li:nth-child(2) .cont_wrap:before {
    right: 42px;
    bottom: 20px;
    width: 352px;
    height: 171px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/bottom_benefit_gtelp.png') 0 0 no-repeat;
    background-size: cover;

}
.benefit .top_area li .cont_wrap:after {

    bottom: 151px;

}

.benefit .top_area li .cont_wrap:after {
    content: '';
    position: absolute;
    right: 33px;
    bottom: 151px;
    width: 79px;
    height: 79px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/benefit_bullet1.png') 0 0 no-repeat;
    background-size: cover;

}

.benefit .top_area li .cont_wrap strong {
    display: block;
    margin-top:16px;
    color: #d1c09e;
    font-family: 'market-b';
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2px;
}

.benefit .top_area li .cont_wrap em {
    display: block;
    color: #fff;
    font-family: 'noto4';
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -2px;
}

.block-textList-grp {
    margin-top: 50px;
}

.block-textList-grp ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.block-textList-grp ul li {
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
    height: 170px;
    margin: 20px 0 0;
    border-radius: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    position: relative;
}

.block-textList-grp ul li>div {
    text-align: left;
    margin-left: 248px;
}

.block-textList-grp ul li::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 170px;
    left: 10px;
    top: 0px;
}

.block-textList-grp ul li:nth-child(1)::before {
    top: 4px;
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/bottom_benefit_1.png');
    background-size:192px 137px;
}

.block-textList-grp ul li:nth-child(2)::before {
    left: 0px;
    top:10px;
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/bottom_benefit_2.png');
    background-size: 184px 131px;
}

.block-textList-grp ul li:nth-child(3)::before {
    top:10px;
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/bottom_benefit_3.png');
    background-size: 208px 130px;
}
.block-textList-grp ul li:nth-child(4)::before {
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/apply/halfpass2/v2/bottom_benefit_4.png');
    background-size: 208px 130px;
}

.block-textList-grp ul li:nth-child(4) a {
    font-size: 16px;
    font-family: 'noto4';
    color: #fff;
    background-color: #000;
    padding: 4px 14px;
    border-radius: 7px;
    margin-top: 4px;
}

.block-textList-grp ul li>div>strong,
.block-textList-grp ul li>div>span {
    display: block;
    color: #000;
}

.block-textList-grp ul li>div>strong {
    font-size: 30px;
    font-family: 'noto6';
    margin: 15px 0;
    letter-spacing: -2px;
}
.block-textList-grp ul li:nth-child(6)>div>strong{
    display: block;
    margin:25px 0 15px;
}
.block-textList-grp ul li>div>span {
    font-size: 22px;
}

.block-textList-grp ul li>div>span>span {
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}

.txt_bx .thin {
    display: block;
    color: #000;
    font-family: 'market-l';
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -3px;
}
.txt_bx .thick {
    display: block;
    color: #000;
    font-size: 62px;
    font-family: 'market-b';
    line-height: 78px;
    letter-spacing: -4px;
}
.interview_wrap{
    padding:200px 0 0;
}
.interview_wrap .inner{
    width:1100px;
}
.interview_wrap .txt_bx{
    text-align: left;
}
.interview_wrap .img_interview{
    margin:70px 0 0 -40px;
}
.interview_wrap .video_box{
    position: absolute;
    top: 225px;
    left: 7px;
    width: 1100px;
    height: 566px;
}
.interview_wrap .video_box .layer {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.interview_wrap .video_box .start_video{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}