@charset "UTF-8";

/*수강신청 공통:S*/
.con {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'noto3';
    font-weight: 100;
    color: #000;
}

.con .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.con .bullet {
    position: absolute;
}

.con .popupVideo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.div-table {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.div-table > * {
    display: table-cell;
    vertical-align: middle;
}

strong,
b {
    font-weight: 100;
    font-family: 'noto6';
}

.col-white {
    color: #fff !important;
}

.inner_title {
    position: relative;
    padding-top: 57px;
    color: #1a1a1a;
    text-align: left;
}

.inner_title:not(.not_point):after {
    position: absolute;
    display: block;
    width: 80px;
    height: 12px;
    content: '';
    background: #1a1a1a;
    left: 0;
    top: 0;
}

.inner_title.col-white:after {
    background: #fff;
}

.inner_title h2 {
    font-size: 40px;
    line-height: 100%;
}

.inner_title h1 {
    margin-top: 10px;
    font-size: 51px;
    line-height: 100%;
    font-family: 'noto6';
    font-weight: 100;
}

.pass_wrap {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.pass_wrap .top_area {
    position: relative;
    padding: 114px 0 83px;
    background-image: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/top.png'), url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/top_bottom_bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position:
        top center,
        center 100%;
    height: 1640px;
}

.pass_wrap .top_area .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -700px;
    left: 81%;
    width: 237px;
    height: 237px;
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/top_bullet_1.png')center no-repeat;
    font-family: 'market-b';
    font-size: 34px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.top_benefit {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    margin: 0 auto;
    margin-top: 780px;
    gap:23px 21px;
}

.top_benefit ul {
    overflow: hidden;
    width: 100%;
    margin: 88px 0 0 0px;
}

.top_benefit::after {
    display: block;
    clear: both;
    content: '';
}

.top_benefit li {
    display: flex;
    border-radius: 30px;
    text-align: left;
    height: 189px;
    padding: 30px 30px 30px 13px;
    box-sizing: border-box;
    color: #000;
    box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.1);
}

.top_benefit li .num {
    display: table-cell;
    width: 17%;
}

.top_benefit li .topbene_txt {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.top_benefit li span {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 4px;
    line-height: 129%;
    font-family: 'noto4';
    font-weight: 400;
}

.top_benefit li p {
    font-size: 24px;
    font-family: 'noto';
    letter-spacing: -0.7px;
    line-height: 140%;
}

.top_benefit li p b {
    font-size: 29px;
    font-family: 'noto6';
    line-height: 32px;
    letter-spacing: -1.5px;
}

.top_benefit li .topbene_txt em {
    position: absolute;
    bottom: 0px;
}

.top_benefit li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/benefit_1.png') 100% bottom no-repeat #fff;
}

.top_benefit li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/benefit_2.png') 90% bottom no-repeat #fff;
}

.top_benefit li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/benefit_3.png') 87% 65% no-repeat #fff;
}

.top_benefit li:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/benefit_4.png') 95% bottom no-repeat #fff;
}

.top_benefit li:nth-child(5) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/benefit_5.png') 90% bottom no-repeat #fff;
}

.top_benefit li:nth-child(6) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/benefit_6.png') 91% bottom no-repeat #fff;
}

.plus {
    background: linear-gradient(to right, #1ab7fa, #1ab7fa);
    position: relative;
    padding: 125px 0 79px;
    color: #18191a;
}

.plus .box {
    margin-top: 85px;
    display: flex;
    justify-content:space-between;
    gap:23px;
}

.plus .box > li {
    width:100%;
    height: 390px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

/* 코딩 + 이미지 */
/* .plus:before{
    content: "+";
    border-radius: 50%;
    font-size:30px;
    width:80px;
    height:80px;
    line-height:65px;
    font-size:60px;
    position:absolute;
    text-align: center;
    font-family:'noto6';
    left:50%;
    top:-30px;
    margin:0 0 0 -40px;
    background:#5a3cf4;
    color:#000;
} */
.plus::after {
    position: absolute;
    display: block;
    width: 123px;
    height: 123px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/hwan/plus.png') 35px 31px no-repeat #1ab7fa;
    content: '';
    border-radius: 50%;
    top: -50px;
    left: calc(50% - 61.5px);
}

.plus .padd_box {
    padding: 35px 0;
}

.plus .t_txt {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -1.7px;
    font-family: 'noto6';
    color: #000;
}

.plus .b_txt {
    margin-top: 15px;
    font-size: 22px;
    font-family: 'noto4';
    letter-spacing: -0.7px;
}

.plus .m_img {
    min-height: 170px;
}

.plus_benefit {
    padding: 0 0 70px;
    background: #1ab7fa;
}

.plus_benefit .con_img {
    margin-left: -27px;
}

.reason_area {
    padding: 190px 0 150px;
}

.reason_area > .inner > img {
    margin-left: -36px;
}

.exam_area {
    position: relative;
    background: #108ed8;
    height: 265px;
    padding: 65px 0;
    box-sizing: border-box;
}

.exam_area::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/con_title_bottom.png') no-repeat center;
    content: '';
    bottom: -100px;
    z-index: 20;
}

.jeonlyag {
    background: #444853;
    padding: 160px 0 80px;
}

.jeonlyag > .inner > img {
    margin-left: -47px;
}

.pro_sample {
    padding: 120px 0 300px;
}

.pro_sample .tl {
    margin-bottom: 90px;
}

.pro_sample .pro_wrap {
    position: relative;
    width: 100%;
}

.pro_sample .txt_wrap {
    position: absolute;
    width: 100%;
    top: 31%;
    left: 19px;
}

.pro_sample .t_sample {
    position: relative;
    width: 339px;
    height: 80px;
    display: block;
    margin-bottom: 67px;
}

.pro_sample .sample_txt {
    display: flex;
    width: 100%;
    text-align: left;
}

.pro_sample .sample_txt > li {
    width: 35%;
}

.pro_sample .sample_txt.ty1 {
    margin-bottom: 405px;
}

.pro_sample .sample_txt .pro_name {
    margin-bottom: 18px;
    font-size: 35px;
    font-family: 'noto6';
    display: block;
    letter-spacing: -2px;
}

.pro_sample .sample_txt .pro_role {
    font-size: 23px;
    font-family: 'noto3';
    line-height: 30px;
}

.curri {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/curri_bg.png') no-repeat center;
    padding: 160px 0 200px;
    background-size: cover;
}

.curri .tl {
    margin-bottom: 120px;
}

.curri .curri_img1 {
    margin-left: -20px;
    margin-bottom: 105px;
}

.curri .sam_wrap {
    position: relative;
}

.curri .t_sample {
    position: absolute;
    display: block;
    width: 550px;
    height: 315px;
}

.curri .t_sample1 {
    top: 0;
    right: 0;
}

.curri .t_sample2 {
    top: 33%;
    left: 0;
}

.curri .t_sample3 {
    top: 67%;
    right: 0;
}

.curri .t_sample4 {
    top: 75%;
    left: 0;
}

.curri .video_box .layer {
    height: 100%;
    font-size: 0;
    width: 100%;
}

.curri .video_box .layer span {
    height: 100%;
    margin-left: 5px;
    display: block;
    cursor: pointer;
}

.plus2 {
    background: linear-gradient(to right, #4e2fed, #4e2fed);
    position: relative;
    padding: 80px 0 0;
    color: #18191a;
}

.plus2 .inner {
    display: flex;
}

/* 코딩 + 이미지 */
/* .plus:before{
    content: "+";
    border-radius: 50%;
    font-size:30px;
    width:80px;
    height:80px;
    line-height:65px;
    font-size:60px;
    position:absolute;
    text-align: center;
    font-family:'noto6';
    left:50%;
    top:-30px;
    margin:0 0 0 -40px;
    background:#5a3cf4;
    color:#000;
} */
.plus2::after {
    position: absolute;
    display: block;
    width: 123px;
    height: 123px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/hwan/plus.png') 35px 31px no-repeat #4e2fed;
    content: '';
    border-radius: 50%;
    top: -50px;
    left: calc(50% - 61.5px);
}

.book {
    padding: 170px 0 90px;
}

.book .book_slide {
    height: 610px;
    margin-top: -443px;
    margin-left: 260px;
    text-align: right;
    left: 22px;
    padding-top: 65px;
}

.book .book_area_book {
    margin-left: -626px;
    margin-top: 110px;
}

.book .book_slide .book_review_nav {
    position: absolute;
    right: 0;
    top: 0px;
}

.book .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 .book_slide .book_review_nav span:last-child {
    margin-right: 0;
}

.book .book_slide .book_review_nav span.swiper-pagination-bullet {
    background: #bbbbbb;
}

.book .book_slide .book_review_nav span.swiper-pagination-bullet-active {
    width: 58px;
    background: #ff696a;
}

.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;
}

.book .book_review_slide {
    position: relative;
    height: 310px;
    border-top: 1px solid #cacaca;
}

.book .book_review_slide:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 90px;
    left: 0;
    content: '';
    background: #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: 12px 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;
}

.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-left: 45px;
}

.div-table {
    display: table;
    width: 100%;
}

.book .popupVideo {
    width: 330px;
    height: 190px;
    left: 0px;
    top: 730px;
}

.book .popupVideo a {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/book_play.png') no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.special {
    background-color: #f1f1f1;
    padding: 145px 0 170px 0;
}

.special .box {
    display:flex;
    justify-content:space-between;
    gap:23px;
    margin-top: 80px;
}


.special .box > li {
    width:100%;
    height: 390px;
    background-color: #3369e7;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.special .padd_box {
    padding: 35px 0;
}

.special .t_txt {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -1px;
    font-family: 'noto6';
    color: #fff;
}

.special .b_txt {
    position: relative;
    margin-top: 15px;
    font-size: 22px;
    font-family: 'noto4';
    letter-spacing: -0.7px;
    color: #fff;
    z-index: 1;
}

.special .b_txt::after {
    content: '';
    position: absolute;
    border-bottom: 17px solid #1548be;
    top: 12px;
    left: 55px;
    width: 238px;
    z-index: -1;
}

.special .m_img {
    min-height: 170px;
}

.special li:nth-child(2) .b_txt::after {
    left: 51px;
    width: 248px;
}

.special li:nth-child(3) .b_txt::after {
    left: 49px;
    width: 253px;
}

.benfit {
    padding-top: 210px;
    padding-bottom: 140px;
}

.benfit .bene_up {
    width: 100%;
    margin-top: 90px;
}

.benfit .bene_up > li {
    height: 260px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    margin-bottom: 30px;
}

.benfit .bene_up > li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/bottom_benefit_top.png') no-repeat 92% 70% #4367df;
}

.benfit .bene_up > li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/bottom_benefit_top_1.png') no-repeat 92% 70% #4367df;
}

.benfit .bene_up .absolut {
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-size: 30px;
    font-family: 'noto3';
    color: #89f5ff;
    display: block;
}

.benfit .bene_up span {
    font-size: 40px;
    font-family: 'noto2';
    line-height: 46px;
    color: #fff;
}

.benfit .bene_up .boer {
    font-family: 'noto6';
    font-size: 40px;
}

.benfit .bene_up .ex {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}

.benfit .bene_up .padd_box {
    padding: 55px 0 0 55px;
    text-align: left;
}

.benfit .bene_down {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:23px 23px;
    margin-top: 60px;
}
.benfit .bene_down > li {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height: 180px;
    border-radius: 30px;
    border: 2px solid #000;
}

.benfit .bene_down > li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/bottom_benefit_1.png') no-repeat 7% 70%;
}

.benfit .bene_down > li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/bottom_benefit_2.png') no-repeat 6% 72%;
}

.benfit .bene_down > li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/bottom_benefit_3.png') no-repeat 6% 60%;
}

.benfit .bene_down > li:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/synergy/bottom_benefit_4.png') no-repeat 4% 60%;
}

.benfit .bene_down .padd_box {
    padding: 0 0 0 245px;
    text-align:left;
}

.benfit .bene_down span {
    letter-spacing: -1.7px;
    font-size: 25px;
    font-family: 'noto3';
}

.benfit .bene_down h2 {
    font-size: 30px;
    font-family: 'noto6';
    letter-spacing: -1.7px;
}

.benfit .btn-halbu {
    display: block;
    width: 105px;
    height: 33px;
    margin-top:15px;
    padding: 8px 0px 8px 16px;
    background: #000;
    font-family: 'noto5';
    border-radius: 7px;
    color: #fff;
    font-size: 17px;
    line-height: 95%;
}

.pass_wrap .line {
    height: 237px;
    background: url('/_skin/tpl_skin/basic_big_data/images/apply/pass/con4.png') top center no-repeat #242539;
}

.pass_wrap .teacher_area {
    padding: 150px 0;
}

.pass_wrap .teacher_area .con_img1 {
    margin: 58px 0 0 0;
}

.pass_wrap .teacher_menu {
    width: 100%;
}

.pass_wrap .teacher_menu li {
    width: calc(33.33% - 8px);
    margin-right: 12px;
}

.pass_wrap .teacher_menu li a {
    display: inline-block;
    height: 83px;
    width: 100%;
    background: #242539;
    font-size: 27px;
    font-family: 'noto6';
    font-weight: 100;
    color: #d2d2d2;
    line-height: 83px;
}

.pass_wrap .teacher_menu li a:hover,
.pass_wrap .teacher_menu li a.selected {
    background: #182ad3;
    color: #fff;
}

.pass_wrap .teacher_tab {
    margin: 59px 0 0 -21px;
    position: relative;
    text-align: left;
}

.pass_wrap .teacher_tab .video_box {
    position: absolute;
    display: inline-block;
    width: 602px;
    height: 344px;
    top: 6px;
    left: 18px;
    font-size: 0;
}

.pass_wrap .teacher_tab .video_box > .layer,
.pass_wrap .teacher_tab .video_box span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pass_wrap .teacher_info {
    position: absolute;
    left: 670px;
    bottom: 40px;
    text-align: left;
}

.pass_wrap .teacher_info:after {
    position: absolute;
    display: block;
    width: 34px;
    height: 5px;
    content: '';
    background: #182ad3;
    top: -20px;
    left: 0;
}

.pass_wrap .teacher_info .name {
    font-size: 45px;
    font-family: 'noto6';
    font-weight: 100;
    line-height: 100%;
}

.pass_wrap .teacher_info .name em {
    font-size: 37px;
}

.pass_wrap .teacher_info .spec {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'noto2';
    font-weight: 100;
    line-height: 140%;
}

.pass_wrap .curri_area {
    padding: 147px 0 119px;
    background: linear-gradient(180deg, rgba(65, 15, 222, 1) 46%, rgba(238, 238, 238, 1) 40%);
}

.pass_wrap .curri_area .con_img1 {
    margin: 63px 0 0 -27px;
}

.pass_wrap .benefit_area {
    padding: 0 0 136px;
}

.pass_wrap .benefit_area .con_img1 {
    margin: 64px 0 0 -26px;
}

.pass_wrap .benefit_area .btn-halbu {
    display: inline-block;
    position: absolute;
    width: 119px;
    height: 35px;
    font-size: 0;
    left: 620px;
    bottom: 81px;
}
