.mgr0 {
    margin-right: 0 !important;
}

.tl {
    text-align: left !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear-after::after {
    content: '';
    display: table;
    clear: both;
}

@charset "UTF-8";

.whan {}

.con .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

/* top 영역 : S */
.topArea {
    padding: 70px 0 168px;
    background: #65a9ce;
    background: linear-gradient(to bottom, #65a9ce, #335467);
}

.topArea img {
    display: block;
    margin: 0 auto;
}

.topArea .floating_badge {
    top: 265px;
    right: -40px;
}

.topArea .top_txt1 {
    opacity: 0;
    transform: translateY(-100px);
    transition:
        transform 0.5s ease-out,
        opacity 0.5s ease-out;
}

.topArea .top_txt1.animate {
    opacity: 1;
    transform: translateY(0);
}

.topArea .title_wrap {
    position: relative;
    width: 100%;
    height: 584px;
    margin-top: 9px;
    z-index: 1;
}

.topArea .title_wrap .top_img2,
.topArea .title_wrap .top_img1 {
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -100px);
    transition:
        transform 0.5s ease-out,
        opacity 0.5s ease-out;
    z-index: 2;
}

.topArea .title_wrap .top_img1 {
    top: 42px;
    left: 44%;
}

.topArea .title_wrap .top_img2 {
    top: 29px;
    left: 50%;
}

.topArea .title_wrap .top_img2.animate,
.topArea .title_wrap .top_img1.animate {
    opacity: 1;
    transform: translate(-50%, 0);
}

.topArea .title_wrap .top_txt3 {
    position: absolute;
    top: 233px;
    left: -175px;
    text-align: right;
    line-height: 1.07;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 127px;
    font-family: 'market-b';
    z-index: 3;
    opacity: 0;
    transform: translateX(-100px);
    transition:
        transform 0.5s ease-out,
        opacity 0.5s ease-out;
}

.topArea .title_wrap .top_txt3.animate {
    opacity: 1;
    transform: translateX(0px);
}

.topArea .title_wrap .top_txt2 {
    position: absolute;
    top: 234px;
    right: -72px;
    z-index: 1;
    opacity: 0;
    transform: translateX(100px);
    transition:
        transform 0.5s ease-out,
        opacity 0.5s ease-out;
}

.topArea .title_wrap .top_txt2.animate {
    opacity: 1;
    transform: translateX(0px);
}

.topArea .benfit_top_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: -54px auto -22px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition:
        transform 0.5s ease-out,
        opacity 0.5s ease-out;
}

.topArea .benfit_top_wrap.animate {
    opacity: 1;
    transform: translateX(0px);
}

.topArea .top_bene_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

.topArea .top_bene_wrap .bene {
    width: calc((100% - 68px) / 3);
    height: 362px;
    padding: 46px 50px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_1.png') left 53% bottom 30px no-repeat;
}

.topArea .top_bene_wrap .bene.big_bene {
    width: 100%;
    height: 248px;
    padding-top: 26px;
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_top_3.png') right 69px bottom 10px no-repeat;
}

.topArea .top_bene_wrap .bene.big_bene:nth-child(2) {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_top_4.png') right 69px bottom 25px no-repeat;
}

.topArea .top_bene_wrap .bene01 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_1.png') left 53% bottom 30px no-repeat;
}

.topArea .top_bene_wrap .bene02 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_3.png') left 53% bottom 20px no-repeat;
}

.topArea .top_bene_wrap .bene03 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_7.png') left 39% bottom 20px no-repeat;
}

.topArea .top_bene_wrap .bene04 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_2.png') left 50% bottom 30px no-repeat;
}

.topArea .top_bene_wrap .bene05 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/jonghab/benefit_2.png') left 56% bottom -14px no-repeat;
}

.topArea .top_bene_wrap .bene06 {
    background: #fff url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_5.png') left 43% bottom 35px no-repeat;
}

.topArea .top_bene_wrap .bene span {
    font-family: 'market-l';
    font-size: 23px;
    letter-spacing: -0.065em;
}

.topArea .top_bene_wrap .bene.big_bene .red_txt {
    display: block;
    width: fit-content;
    margin-bottom: 14px;
    padding: 10px 34px;
    border-radius: 50px;
    background: #e33d3d;
    font-family: 'noto4';
    font-size: 20px;
    color: #fff;
}

.topArea .top_bene_wrap .bene p {
    margin-top: 10px;
    font-family: 'market-b';
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.065em;
}

.topArea .top_bene_wrap .bene.big_bene p {
    font-family: 'market-m';
    font-size: 44px;
    line-height: 1.2;
}

.topArea .top_bene_wrap .bene.big_bene p span {
    font-family: 'market-b';
    font-size: 44px;
}

.topArea .top_bene_wrap .bene.big_bene p span.red {
    color: #e33d3d;
}

.topArea .top_bene_wrap .bene.big_bene .desc {
    font-family: 'noto4';
    font-size: 16px;
    color: #909090;
}

/* top 영역 : E */
/* 얼리버드 특별 혜택 영역 : S */
.specialArea {
    padding-bottom: 80px;
    background: #e4ffcc;
}

.specialArea img {
    display: block;
    margin: 0 auto;
    transform: translate(-60px, -47px);
}

/* 얼리버드 특별 혜택 영역 : E */
/* 고소득 전문 자격증 영역 : S */
.recommendArea {
    padding: 164px 0 170px;
}

.recommendArea .img {
    margin-left: -30px;
}

.recommendArea .talk_rain {
    position: relative;
    margin-top: 210px;
}

.talk_rain .video_box1 {
    position: absolute;
    width: 740px;
    height: 412px;
    top: 292px;
    left: 0px;
}

.talk_rain .video_box1 .layer {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.talk_rain .video_box1 .layer span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 고소득 전문 자격증 영역 : E */
/* 타사 비교 영역 : S */
.vsArea {
    padding-bottom: 111px;
}

.vsArea .middle_title {
    width: 100%;
    height: 234px;
    margin-bottom: 95px;
    background: #65a9ce;
}

.vsArea img {
    display: block;
    margin: 0 auto;
}

.vsArea .vs_img {
    transform: translateX(-197px);
}

.vsArea .vs_img_wrap .price {
    position: absolute;
    bottom: 69px;
    right: 0px;
    width: 628px;
    height: 112px;
    font-family: 'noto7';
    font-size: 50px;
    letter-spacing: -0.065em;
    text-align: center;
    text-indent: 80px;
    line-height: 104px;
    color: #00275b;
}

.vsArea .vs_img_wrap .price .discount_price {
    margin-left: 10px;
    font-family: 'noto3';
    font-size: 18px;
    color: #77777f;
}

/* 타사 비교 영역 : E */
/* 특별 제공 영역 : S */
.specialBeneArea {
    padding: 113px 0 71px;
    background: linear-gradient(to bottom, #e8ffc6, #92f49f);
}

.specialBeneArea .inner {
    position: relative;
}

.specialBeneArea .spec_bullet {
    position: absolute;
    top: 230px;
    right: 110px;
}

.specialBeneArea .spec_main_item {
    transform: translateX(-34px);
}

/* 특별 제공 영역 : E */
/* 온라인 모의고사 : S */
.mockArea {
    padding: 150px 0 163px;
    background: #33384c;
}

.mockArea .mock_tit {
    display: block;
    margin: 0 auto 110px;
}

.mockArea .tab_wrap {
    display: flex;
    gap: 12pz;
}

.mockArea .tab_wrap .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 96px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #6a7088;
    font-family: 'noto5';
    font-size: 28px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #b7bcd0;
    cursor: pointer;
}

.mockArea .tab_wrap .tab.on {
    background: #65a9ce;
    color: #fff;
}

.mockArea .mock_item {
    display: none;
}

.mockArea .mock_item.on {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 740px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
}

/* 온라인 모의고사 : E */
/* 1:1 첨삭 서비스 : S */
.coachArea {
    height: 1186px;
    background: #f5f5f5;
    overflow: hidden;
}

.coachArea .inner {
    position: relative;
    padding-top: 148px;
}

.coachArea .coach_img {
    transform: translateX(-212px);
}

.coachArea .coach_txt {
    position: absolute;
    top: 476px;
    right: 0;
}

/* 1:1 첨삭 서비스 : E */
/* 환급 시스템 영역 : S */
.whanArea {
    width: 100%;
    height: 1002px;
    background:
        url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/con_whan.png) 50% 70% no-repeat,
        linear-gradient(to bottom, #40f37e, #48e8a2);
}

.whanArea .inner {
    padding-top: 449px;
}

.whanArea .item_wrap {
    display: flex;
    gap: 32px;
    margin: 0 auto;
    margin-left: -16px;
}

.whanArea .item_wrap .item {
    width: 534px;
    height: 394px;
    padding: 50px;
    box-sizing: border-box;
}

.whanArea .item_wrap .item p {
    font-family: 'market-l';
    font-size: 29.55px;
    letter-spacing: -0.065em;
    line-height: 1.2;
}

.whanArea .item_wrap .item h3 {
    margin-top: 10px;
    font-family: 'market-b';
    font-size: 37.08px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #054496;
}

.whanArea .item_wrap .item .caption {
    display: block;
    margin-top: 70px;
    font-size: 16px;
    letter-spacing: -0.065em;
    color: #8b968e;
}

/* 환급 시스템 영역 : E */
/* book 영역 : S */
.bookArea {
    padding: 200px 0 330px;
}

.bookArea .evidence_area_wrap {
    align-items: flex-end;
    justify-content: center;
}

.bookArea .evidence_area_wrap .evidence_area {
    margin-left: -50px;
}

.bookArea .book_img {
    position: relative;
    width: 1008px;
    margin: 150px auto 120px;
    transform: translateX(75px);
}

.bookArea .book_img .bullet {
    position: absolute;
    top: -50px;
    right: 60px;
}

.bookArea .popupVideo {
    position: relative;
    height: auto;
}

.bookArea .popupVideo>a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 342px;
    height: 210px;
}

.bookArea .popupVideo>a.book_play01 {
    right: 366px;
}

.bookArea .bookinfo_slide .book_nav {
    position: absolute;
    margin: 0 auto;
    left: calc(50% - -198px);
    top: 4px;
    z-index: 4;
}

.bookArea .bookinfo_slide .book_nav span {
    border: none;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 0 0 16px;
    border-radius: 30px;
    background: #cecece;
    box-sizing: border-box;
    vertical-align: top;
    zoom: 1;
    opacity: 1;
}

.bookArea .bookinfo_slide .book_nav span.swiper-pagination-bullet-active {
    background: #ff3a42;
    width: 45px;
}

.bookArea .book_explain {
    display: flex;
    /* justify-content: space-between; */
}

.bookArea .book_explain li {
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    text-align: center;
    height: 160px;
    padding: 45px 0;
}

.bookArea .book_explain li span {
    color: #35363b;
    font-size: 25px;
    font-family: 'noto6';
    line-height: 33px;
    letter-spacing: -1px;
    display: block;
}

.bookArea .book_explain li:last-child {
    margin-right: 0;
}

.bookArea .book_review_slide_wrap {
    position: relative;
    margin-top: 138px;
    height: 240px;
}

.bookArea .book_review_slide {
    position: relative;
    /* height:330px; */
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.bookArea .book_review_slide_wrap .btn_arrow {
    position: absolute;
    cursor: pointer;
    top: 80px;
    box-shadow: none;
}

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

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

.bookArea .book_review_slide .swiper-wrapper {
    /* height:226px; */
    /* border-bottom:1px solid #cacaca; */
    box-sizing: border-box;
    /* color:#4a4a4a; */
}

.bookArea .book_review_slide .swiper-wrapper li {
    padding: 40px 0;
}

.bookArea .book_review_slide .review_tit {
    font-size: 26px;
    margin: 12px 0 16px;
    line-height: 100%;
    font-family: 'noto6';
    font-weight: 100;
    letter-spacing: -1.5px;
    color: #222;
}

.bookArea .book_review_slide .writer {
    padding-right: 15px;
    font-size: 16px;
    color: #6f6f6f;
    font-family: 'noto4';
    font-weight: 600;
}

.bookArea .book_review_slide .review_txt {
    font-size: 19px;
    font-family: 'noto3';
    line-height: 140%;
    letter-spacing: -1px;
    color: #000;
}

.bookArea .book_review_slide .underline {
    position: relative;
    font-family: 'noto6';
}

.bookArea .book_review_slide .underline:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #bbf6fa;
    content: '';
    z-index: -1;
}

.bookArea .swiper-slide .div-table {
    height: 100%;
    padding-left: 45px;
}

.bookArea .swiper-slide .div-table>div {
    display: table-cell;
    vertical-align: middle;
}

.bookArea .book_review_nav {
    position: absolute;
    left: 40%;
    bottom: -80px;
    text-align: center;
    z-index: 2;
}

.bookArea .book_review_nav>span.swiper-pagination-bullet {
    margin: 0 7px;
    width: 21px;
    height: 21px;
    background: #cbcbcb;
    border: none;
    border-radius: 30px;
}

.bookArea .book_review_nav>span.swiper-pagination-bullet-active {
    background: #fe5858;
}

/* book 영역 : E*/
/* 교수진 영역 : S */
.teacherArea {
    padding-bottom: 228px;
}

.teacherArea .img_title {
    margin-bottom: 132px;
}

.teacherArea .teacher_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 72px 24px;
    width: 100%;
}

.teacherArea .teacher_wrap .teacher {
    position: relative;
    width: calc((100% - 48px) / 3);
}

.teacherArea .teacher_wrap .teacher:hover::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 357px;
    border-radius: 30px;
    border: 2px solid #00285d;
}

.teacherArea .teacher_wrap .teacher .thumb {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 360px;
    padding: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') top 47px left 30px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_01.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher.tc01 .thumb {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') top 47px left 30px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_01.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher.tc02 .thumb {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') top 47px left -358px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_02.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher.tc03 .thumb {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') top 47px left -746px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_03.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher.tc04 .thumb {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') bottom 147px left 30px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_04.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher.tc05 .thumb {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') bottom 147px left -358px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_05.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher.tc06 .thumb {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_txt.png') bottom 147px left -746px / 947px 675px no-repeat,
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/teacher_01.png') bottom 0 right 0 no-repeat;
}

.teacherArea .teacher_wrap .teacher .thumb a {
    position: relative;
    z-index: 2;
}

.teacherArea .teacher_wrap .badge {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 1;
}

.teacherArea .teacher_wrap .teacher p {
    margin-top: 24px;
    font-family: 'market-m';
    font-size: 22px;
    letter-spacing: -0.065em;
    line-height: 1.3;
}

.teacherArea .teacher_wrap .teacher h3 {
    font-family: 'market-b';
    font-size: 28px;
    letter-spacing: -0.065em;
    line-height: 1.3;
}

/* 교수진 영역 : E */
/* 커리큘럼 영역2 : S */
.curriArea2 {
    padding-bottom: 164px;
}

.curriArea2 .curri_tit {
    display: block;
    margin: 0 auto 95px;
}

.curriArea2 table {
    width: 100%;
    height: 217px;
    border-collapse: collapse;
}

.curriArea2 table.curri_table_2 {
    margin-top: 17px;
}

.curriArea2 table th,
.curriArea2 table td {
    border: 1px solid #000;
}

.curriArea2 table th:not(:last-child),
.curriArea2 table td:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.curriArea2 table th {
    height: 76px;
    font-family: 'noto7';
    font-size: 23px;
    letter-spacing: -0.035em;
    line-height: 1;
    color: #167ab0;
}

.curriArea2 table th:first-child {
    border: 2px solid #65c0f1;
    background: #f6fcff;
}

.curriArea2 table.curri_table_2 th:first-child {
    background: #cbe8f8;
}

.curriArea2 table th:not(:first-child) {
    position: relative;
    border-bottom: 1px dashed #000;
}

.curriArea2 table th:not(:first-child)::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 7px;
    height: 10px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/curri_arrow.png') center no-repeat;
}

.curriArea2 table td {
    border-top: 0;
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.3;
}

/* 커리큘럼 영역2 : E */
/* 커리큘럼 영역 : S */
.curriArea {
    position: relative;
    width: 100%;
    height: 1325px;
    padding-top: 138px;
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_bg.png) center no-repeat;
}

.curriArea::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 238px;
    left: calc(50% - 30px);
    transform: translateX(-50%);
    width: 1482px;
    height: 538px;
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_line.png) center no-repeat;
}

.curriArea img {
    display: block;
    margin: 0 auto;
}

.curriArea .curri_wrap {
    position: relative;
    width: 1482px;
    height: 538px;
    margin-top: 285px;
    margin-left: -161px;
    z-index: 1;
}

.curriArea .curri {
    position: absolute;
    width: 386px;
    height: 386px;
    padding-top: 62px;
}

.curriArea .curri01 {
    top: -147px;
    left: 280px;
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_1.png) center no-repeat;
}

.curriArea .curri02 {
    top: -147px;
    right: 270px;
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_2.png) center no-repeat;
}

.curriArea .curri03 {
    bottom: -184px;
    right: 298px;
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_3.png) center no-repeat;
}

.curriArea .curri04 {
    bottom: -184px;
    left: 255px;
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_4.png) center no-repeat;
}

.curriArea .curri.on {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/curri_on.png) center no-repeat;
}

.curriArea .curri span {
    display: block;
    font-family: 'market-l';
    font-size: 16.97px;
    letter-spacing: -0.065em;
    text-align: center;
    color: #fff;
    opacity: 0.7;
}

.curriArea .curri h3 {
    margin: 30px 0 18px;
    font-family: 'market-b';
    font-size: 37.87px;
    letter-spacing: -0.065em;
    text-align: center;
    line-height: 1;
    color: #fff;
    opacity: 0.7;
}

.curriArea .curri p {
    font-family: 'market-m';
    font-size: 21px;
    letter-spacing: -0.065em;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}

.curriArea .curri.on span,
.curriArea .curri.on h3,
.curriArea .curri.on p {
    color: #000;
    opacity: 1;
}

/* 커리큘럼 영역 : E */
/* Q&A 영역 : S */
.qaArea {
    padding: 90px 0 58px;
    background: #f3f3f3;
}

.qaArea img {
    display: block;
    margin: 0 auto;
    transform: translateX(-30px);
}

/* Q&A 영역 : E */
/* 하단 혜택 영역2 : S */
.btmBeneArea {
    height: 740px;
    background: url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_bg.png') center no-repeat;
}

/* 하단 혜택 영역2 : E */
/* 하단 혜택 영역2 : S */
.btmBeneArea {
    padding: 104px 0 90px;
}

.btmBeneArea .sub_tit_wrap {
    position: relative;
    width: fit-content;
    margin: 18px auto;
    z-index: 1;
}

.btmBeneArea .sub_tit_wrap::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 110%;
    background: #000;
    z-index: -1;
}

.btmBeneArea .sub_tit {
    width: fit-content;
    background: linear-gradient(to right, #05d3c6 45%, #60fc74, #04d4c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'noto4';
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: transparent;
}

.btmBeneArea .main_tit {
    font-family: 'noto7';
    font-size: 50px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.btmBeneArea .btm_bene_tit_wrap {
    margin-bottom: 90px;
}

.btmBeneArea .btm_bene_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.btmBeneArea .btm_bene {
    width: 352px;
    height: 352px;
    border-radius: 50%;
    background: radial-gradient(at top left, #3eaddb, #3f98da);
    text-align: center;
    letter-spacing: -0.065em;
    color: #fff;
}

.btmBeneArea .btm_bene_01 {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_1.png') top 25px center no-repeat,
        radial-gradient(at top left, #3eaddb, #3f98da);
}

.btmBeneArea .btm_bene_02 {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_2.png') top 35px left 55% no-repeat,
        radial-gradient(at top left, #3eaddb, #3f98da);
}

.btmBeneArea .btm_bene_03 {
    background:
        url('/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_3.png') top 32px left 42% no-repeat,
        radial-gradient(at top left, #3eaddb, #3f98da);
}

.btmBeneArea .btm_bene h3 {
    margin-top: 140px;
    font-family: 'noto6';
    font-size: 31px;
    line-height: 1.2;
}

.btmBeneArea .btm_bene p {
    margin-top: 15px;
    font-family: 'noto4';
    font-size: 20px;
    line-height: 1.2;
}

/* 하단 혜택 영역2 : E */
/* 하단 혜택 영역 : S */
.benefitArea {
    padding: 146px 0;
}

.benefitArea .title_img {
    display: block;
    margin: 0 auto;
}

.benefitArea .big_bene_wrap {
    display: flex;
    gap: 32px;
    margin: 118px 0 57px;
}

.benefitArea .big_bene_wrap .big_bene {
    position: relative;
    width: calc((100% - 32px) / 2);
    height: 352px;
    padding: 40px 52px;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #d0fb8f url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_top_1.png) right 0 bottom 0 no-repeat;
}

.benefitArea .big_bene_wrap .big_bene01 {
    background: #d0fb8f url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_top_1.png) right 0 bottom 0 no-repeat;
}

.benefitArea .big_bene_wrap .big_bene02 {
    background: #d0fb8f url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/benefit_top_2.png) right 10px bottom 0 no-repeat;
}

.benefitArea .big_bene_wrap .big_bene p {
    margin-bottom: 20px;
    font-family: 'market-l';
    font-size: 29.55px;
    letter-spacing: -0.065em;
}

.benefitArea .big_bene_wrap .big_bene h3 {
    font-family: 'market-b';
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -0.065em;
}

.benefitArea .big_bene_wrap .big_bene .bullet {
    position: absolute;
    top: -48px;
    right: 5px;
}

.benefitArea .bene_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
}

.benefitArea .bene_wrap .bene {
    position: relative;
    width: calc((100% - 88px) / 3);
    height: 340px;
    padding: 48px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_1.png) left 40% bottom 30px no-repeat;
}

.benefitArea .bene_wrap .bene01 {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_1.png) left 40% bottom 30px no-repeat;
}

.benefitArea .bene_wrap .bene02 {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_2.png) left 40% bottom 20px no-repeat;
}

.benefitArea .bene_wrap .bene03 {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_3.png) left 50% bottom 30px no-repeat;
}

.benefitArea .bene_wrap .bene04 {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_4.png) left 50% bottom 30px no-repeat;
}

.benefitArea .bene_wrap .bene05 {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_5.png) left 50% bottom 30px no-repeat;
}

.benefitArea .bene_wrap .bene06 {
    background: url(/_skin/tpl_skin/basic_administrative_attorneys/images/whan/bottom_benefit_6.png) left 50% bottom 55px no-repeat;
}

.benefitArea .bene_wrap .bene span {
    display: block;
    margin-bottom: 10px;
    font-family: 'market-m';
    font-size: 22.07px;
    letter-spacing: -0.065em;
    text-align: center;
}

.benefitArea .bene_wrap .bene p {
    font-family: 'market-b';
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: center;
}

.benefitArea .bene_wrap .bene .btn-halbu {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 12px 16px 12px 16px;
    background: #000;
    border-radius: 7px;
    font-family: 'spoqa4';
    font-size: 16px;
    font-weight: bold;
    line-height: 95%;
    color: #fff;
}

/* 하단 혜택 영역 : E */