@charset "UTF-8";

/* 공통 */
.popup_increase_wrapper {
    display: none;
}

.screen-out {
    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;
}

.div-table {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.div-table>* {
    display: table-cell;
}

.swiper-slide .div-table>div {
    vertical-align: middle;
    text-align: center;
}

.cat_main_cont {
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.cat_main_cont button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cat_main_cont .main_title {
    position: relative;
    width: 100%;
    text-align: center;
}

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #235169;
    font-size: 35px;
    font-family: 'noto6';
}

.cat_main_cont .main_title h3 {
    margin-top: 7px;
    line-height: 1.3;
    letter-spacing: -0.065em;
    font-size: 50px;
    font-family: 'noto7';
}

.cat_main_cont .main_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 38px;
    margin: 0 auto 36px;
    border: 2px solid #235169;
    border-radius: 38px;
    letter-spacing: -0.065em;
    color: #235169;
    font-size: 20px;
    font-family: 'noto6';
}

.cat_main_cont .item_bullet {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pointerBounceDiagonal {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}

/* 비주얼 */
.visual_cont {
    background: #041335;
}

.visual_cont .main_inner {
    padding: 39px 0 100px;
}

.visual_cont .visual_title {
    width: 1114px;
    margin: 0 0 0 -70px;
}

.visual_cont .visual_list {
    display: flex;
    gap: 13px;
    width: 100%;
    margin: 71px 0 0;
}

.visual_cont .visual_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 235px;
    padding: 0 0 27px;
    border-radius: 20px;
    border: 3px solid #0d307f;
    color: #fff;
    background: #000;
    transition: 0.3s ease-in-out;
}

.visual_cont .visual_list .list_item_1 {
    background: #000 url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/top_benfit_1.png') no-repeat center top 12px;
}

.visual_cont .visual_list .list_item_2 {
    background: #000 url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/top_benfit_2.png') no-repeat 80px 14px;
}

.visual_cont .visual_list .list_item_3 {
    background: #000 url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/top_benfit_8.png') no-repeat center top 29px;
}

.visual_cont .visual_list .list_item_4 {
    background: #000 url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/top_benfit_4.png') no-repeat 64px 26px;
}

.visual_cont .visual_list .list_item.is_active {
    color: #000;
    background-color: #fff;
}

.visual_cont .visual_list .list_item p {
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-align: center;
    font-size: 24px;
}

.visual_cont .visual_list .list_item em {
    font-family: 'noto6';
}

.visual_cont .visual_list .list_item .item_badge {
    position: absolute;
    top: -65px;
    right: -44px;
}

/* 비교 */
.compare_cont .main_inner {
    padding: 140px 0 95px;
}

.compare_cont .compare_item {
    position: relative;
    margin: 73px 0 0 24px;
}

.compare_cont .compare_item .item_list {
    display: flex;
    flex-direction: column;
    gap: 27px;
    position: absolute;
    top: 188px;
    left: 476px;
    width: 622px;
    height: 458px;
    padding: 0 0 0 98px;
}

.compare_cont .compare_item .item_list li {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 25px;
}

.compare_cont .compare_item .item_list em {
    color: #ff38ae;
    font-family: 'noto7';
}

.compare_cont .compare_item .item_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 631px;
    left: 476px;
    width: 622px;
}

.compare_cont .compare_item .item_price {
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 48px;
    font-family: 'noto7';
}

.compare_cont .compare_item .item_noti {
    position: absolute;
    left: calc(100% + 20px);
    bottom: 0;
    line-height: 1.2;
    letter-spacing: -0.045em;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-family: 'noto4';
    opacity: 0.5;
}

/* 혜택 */
.benefit_cont {
    background: linear-gradient(to bottom, #a2d2e6 30%, #0a1545 60%);
}

.benefit_cont .main_inner {
    padding: 111px 0 149px;
}

.benefit_cont .main_title p {
    letter-spacing: -0.035em;
    color: #000;
    font-size: 45px;
    font-family: 'noto2';
}

.benefit_cont .benefit_list_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 76px 0 0;
}

.benefit_cont .benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 231px;
    padding: 43px 30px 10px 76px;
    border-radius: 20px;
    background: #1e2c2d;
}

.benefit_cont .benefit_list_1 .list_item::after {
    content: '';
    position: absolute;
    top: -25px;
    right: 66px;
    width: 332px;
    height: 215px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_1.png') no-repeat 0 0;
}

.benefit_cont .benefit_list_1 .item_sub_title {
    line-height: 1.2;
    color: #dccfb3;
    letter-spacing: -0.02em;
    font-size: 26px;
}

.benefit_cont .benefit_list_1 .item_title {
    margin: 10px 0 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 42px;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_1 .item_noti {
    margin: 3px 0 0 auto;
    letter-spacing: -0.02em;
    color: #7a7f7f;
    font-size: 13px;
}

.benefit_cont .benefit_list_2 {
    display: flex;
    gap: 15px;
    margin: 25px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 211px;
    padding: 0 0 6px 39px;
    border-radius: 20px;
}

.benefit_cont .benefit_list_2 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_2.png') no-repeat right 11px center;
}

.benefit_cont .benefit_list_2 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_3.png') no-repeat right 51px center;
}

.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 22px;
}

.benefit_cont .benefit_list_2 .item_title {
    line-height: 1.2;
    margin: 7px 0 0;
    letter-spacing: -0.035em;
    font-size: 29px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_2 .item_noti {
    position: absolute;
    left: 38px;
    bottom: 21px;
    opacity: 0.5;
}

.benefit_cont .benefit_list_3 {
    display: flex;
    gap: 13px;
    margin: 22px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list_3 .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 300px;
    padding: 33px 0 0 0;
    border-radius: 20px;
    text-align: center;
}

.benefit_cont .benefit_list_3 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_4.png') no-repeat center bottom 38px;
}

.benefit_cont .benefit_list_3 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_5.png') no-repeat center bottom 39px;
}

.benefit_cont .benefit_list_3 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_6.png') no-repeat center bottom 1px;
}

.benefit_cont .benefit_list_3 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_7.png') no-repeat center bottom 38px;
}

.benefit_cont .benefit_list_3 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 18px;
}

.benefit_cont .benefit_list_3 .item_title {
    margin: 4px 0 0;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 22px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_4 {
    display: flex;
    gap: 20px;
    margin: 48px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list_4 .list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 238px;
    padding: 0 0 0 78px;
    border-radius: 20px;
    background: linear-gradient(to right, #f13f75, #e3614a);
}

.benefit_cont .benefit_list_4 .list_item::before {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #000;
    color: #fff;
    font-size: 40px;
    font-family: 'noto7';
    background: #f13f76;
}

.benefit_cont .benefit_list_4 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 32px;
}

.benefit_cont .benefit_list_4 .item_sub_title em {
    color: #000;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_4 .item_title {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.035em;
    margin: 5px 0 0;
    color: #fff;
    font-size: 40px;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_4 .item_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translate(0, -50%);
    width: 570px;
    height: 174px;
    padding: 10px 200px 0 0;
    border-radius: 20px;
    text-align: center;
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/benefit_special.png') no-repeat right 17px top 26px;
}

.benefit_cont .benefit_list_4 .item_banner strong {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 35px;
    font-weight: normal;
}

.benefit_cont .benefit_list_4 .item_banner strong em {
    font-family: 'noto7';
}

.benefit_cont .benefit_list_4 .item_banner p {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 14px;
    font-family: 'noto2';
}

/* 상품 */
.product_cont .main_inner {
    padding: 146px 0 113px;
}

.product_cont .product_item {
    position: relative;
    width: 100%;
    margin: 0 0 176px;
    border: 3px solid #233d69;
    border-radius: 40px;
    overflow: hidden;
}

.product_cont .product_item .item_body {
    min-height: 339px;
    padding: 53px 0 0 54px;
}

.product_cont .product_item .item_footer {
    background: #efefef;
}

.product_cont .product_item .item_tags {
    display: flex;
    gap: 11px;
}

.product_cont .product_item .item_tags li {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 20px;
    border-radius: 42px;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 24px;
    font-family: 'noto7';
}

.product_cont .product_item .item_tags li:nth-child(1) {
    background: #f13f76;
}

.product_cont .product_item .item_tags li:nth-child(2) {
    background: #2151dc;
}

.product_cont .product_item .item_title {
    display: block;
    line-height: 1.2;
    margin: 33px 0 0;
    letter-spacing: -0.02em;
    font-size: 53px;
    font-family: 'noto7';
}

.product_cont .product_item .item_list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 23px 0 0;
}

.product_cont .product_item .item_list li {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #eb4444;
    font-size: 20px;
}

.product_cont .product_item .item_price {
    position: absolute;
    top: 57px;
    right: 59px;
    text-align: right;
}

.product_cont .product_item .price_origin {
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    color: #969696;
    font-size: 35px;
}

.product_cont .product_item .price_total {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ff3636;
    font-size: 60px;
    font-family: 'noto7';
}

.product_cont .product_item .btn_scroll {
    position: relative;
    width: 377px;
    height: 69px;
    margin: 42px 0 0;
    border-radius: 39px;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 28px;
    font-family: 'noto7';
    background: #233d69;
    box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}

.product_cont .product_item .btn_scroll .btn_tag {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

.product_cont .product_item .item_benefit {
    display: flex;
    width: 100%;
    padding: 30px 0 25px 18px;
}

.product_cont .product_item .item_benefit li {
    width: 100%;
    height: 79px;
    padding: 8px 0 18px 160px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: 23px;
    font-family: 'noto6';
}

.product_cont .product_item .item_benefit li+li {
    border-left: 1px solid #b2b2b2;
}

.product_cont .product_item .item_benefit li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/price_benefit_1.png') no-repeat 53px 4px;
}

.product_cont .product_item .item_benefit li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/price_benefit_2.png') no-repeat 45px 0px;
}

.product_cont .product_item .item_benefit li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/price_benefit_3.png') no-repeat 43px 1px;
}

.product_cont .product_img {
    margin: 79px 0 0;
}

/* 전략 */
.strategy_cont {
    background: #193162;
}

.strategy_cont .main_inner {
    padding: 124px 0 143px;
}

.strategy_cont .main_title p {
    color: #98e3ff;
}

.strategy_cont .main_title h3 {
    color: #fff;
}

.strategy_cont .strategy_slide {
    position: relative;
    width: 1300px;
    margin: 85px 0 0;
    padding: 0 100px;
    overflow: hidden;
}

.strategy_cont .strategy_slide .swiper-slide {
    width: 1100px;
    padding: 71px 0 88px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    background: #14274d;
}

.strategy_cont .strategy_slide .swiper-button-prev {
    left: 34px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/arrow_l.png') no-repeat 0 0;
}

.strategy_cont .strategy_slide .swiper-button-next {
    right: 34px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/arrow_r.png') no-repeat 0 0;
}

.strategy_cont .strategy_slide .swiper-button-prev,
.strategy_cont .strategy_slide .swiper-button-next {
    top: 378px;
    margin: 0;
    width: 124px;
    height: 124px;
}

/* 교수 */
.professor_cont {
    background: linear-gradient(to bottom, #fff 640px, #171b35 641px);
}

.professor_cont .main_title {
    margin: 64px 0 0;
}

.professor_cont .main_title p {
    color: #235169;
}

.professor_cont .main_title span {
    color: #235169;
    border-color: #235169;
}

.professor_cont .professor_slide {
    width: 1180px;
    height: 1157px;
    margin: -30px 0 0;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1100px;
    margin: 50px auto 0;
    z-index: 2;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 148px;
    height: 148px;
    padding-top: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #3c3941;
    color: #ababab;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
    background: #54bef5;
    color: #000;
}

.professor_cont .professor_slide .page_item::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 149px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_tab.png') 0 0 no-repeat;
    z-index: 1;
}

.professor_cont .professor_slide .page_item_1::after {
    background-position: top -140px left 1px;
}

.professor_cont .professor_slide .page_item_2::after {
    background-position: top -140px left -157px;
}

.professor_cont .professor_slide .page_item_3::after {
    background-position: top -140px left -316px;
}

.professor_cont .professor_slide .page_item_4::after {
    background-position: top -140px left -474px;
}

.professor_cont .professor_slide .page_item_5::after {
    background-position: top -140px left -633px;
}

.professor_cont .professor_slide .page_item_6::after {
    /* background-position: top -140px left -792px; */
    background-position: top -140px left -157px;
}

.professor_cont .professor_slide .page_item_7::after {
    background-position: top -140px left -950px;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background-position-y: 13px;
}

.professor_cont .professor_slide .page_item p,
.professor_cont .professor_slide .page_item strong {
    position: relative;
    line-height: 1.2;
    z-index: 2;
}

.professor_cont .professor_slide .page_item p {
    letter-spacing: -0.065em;
    font-family: 'noto4';
    font-size: 16px;
}

.professor_cont .professor_slide .page_item strong {
    display: block;
    margin: 2px 0 0;
    letter-spacing: -0.065em;
    font-size: 23px;
    font-family: 'noto5';
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 100%;
    padding: 129px 0 0 41px;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -94px;
    right: 20px;
    width: 652px;
    height: 983px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_1.png') center no-repeat;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    right: 10px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_1.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_8.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_3::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_3.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_4.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_5.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_6::after {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_8.png') center bottom no-repeat;
    /* right: -37px; */
    /* background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_6.png') center bottom no-repeat; */
}

.professor_cont .professor_slide .swiper-slide_7::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/teacher_7.png') center bottom no-repeat;
}

.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 332px;
    right: 0;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 32px;
    color: #fff;
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.065em;
}

.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}

.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    font-family: 'noto4';
    font-size: 23px;
    color: #fff;
}

.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
    background: linear-gradient(to right, #4ff99b, #0ed6c8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

.professor_cont .professor_slide .slide_title span {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 11px 0 12px;
    border-radius: 60px;
    background: #ffdb00;
}

.professor_cont .professor_slide .slide_name {
    display: block;
    line-height: 1.2;
    width: fit-content;
    margin: 13px 0 0;
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -0.065em;
    color: #fff;
    background: linear-gradient(to right, #4ff99b, #0ed6c8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.professor_cont .professor_slide .slide_list {
    margin: 36px 0 0;
}

.professor_cont .professor_slide .slide_list li {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 16px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_list li+li {
    margin: 6px 0 0;
}

.professor_cont .professor_slide .slide_list li::before {
    content: '·';
}

.professor_cont .professor_slide .slide_check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 32px 0 0;
    gap: 11px;
}

.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    min-width: 532px;
    height: 52px;
    padding: 0 30px 0 56px;
    border: 2px solid #00834a;
    border-radius: 100px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: #2b3e3e url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/teacher_check.png') no-repeat 25px center;
}

.professor_cont .professor_slide .popupVideo {
    position: relative;
    width: 539px;
    height: auto;
    margin-top: 61px;
}

.professor_cont .professor_slide .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 539px;
    height: 100%;
}

.professor_cont .professor_slide .btn_video {
    display: block;
    margin: 61px 0 0;
    width: 539px;
}

.professor_cont .professor_slide .slide_review {
    display: flex;
    gap: 35px;
    margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
    display: flex;
    align-items: center;
    width: 343px;
    height: 165px;
    padding: 6px 20px 0 148px;
    border-radius: 20px;
    word-break: keep-all;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
    background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.045em;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
    color: #0054ff;
    font-family: 'noto6';
}

/* 커리큘럼 */
.curriculum_cont {
    background: #ececec;
}

.curriculum_cont .main_inner {
    padding: 121px 0 101px;
}

.curriculum_cont .main_title p {
    color: #235169;
}

.curriculum_cont .main_title span {
    color: #235169;
    border-color: #235169;
}

.curriculum_cont .main_tab_wrap {
    margin: 85px 0 0;
}

.curriculum_cont .tab_menu {
    display: flex;
    gap: 10px;
}

.curriculum_cont .tab_menu li {
    width: 100%;
}

.curriculum_cont .tab_menu .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
    height: 80px;
    letter-spacing: -0.065em;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    font-family: 'noto6';
    background: #666b77;
}

.curriculum_cont .tab_menu .btn_tab.is_active {
    color: #fff;
    background: #233769;
}

.curriculum_cont .tab_content {
    display: none;
    position: relative;
    width: 1100px;
    padding: 68px 49px 38px 49px;
    border-radius: 0 0 30px 30px;
    background: #fff;
}

.curriculum_cont .tab_content.is_active {
    display: block;
}

.curriculum_cont table {
    width: 100%;
    height: 217px;
    table-layout: fixed;
    border-collapse: collapse;
}

.curriculum_cont table.curri_table_2 {
    width: 850px;
    margin-top: 17px;
}

.curriculum_cont table th,
.curriculum_cont table td {
    border: 1px solid #000;
}

.curriculum_cont table th:not(:last-child),
.curriculum_cont table td:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.curriculum_cont table th {
    height: 96px;
    color: #233769;
    background: #eef2fd;
}

.curriculum_cont table th p {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 16px;
}

.curriculum_cont table th strong {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 23px;
    font-family: 'noto7';
}

/* .curriculum_cont table.curri_table th:first-child {
	border: 2px solid #bb95f4;
	background: #f9f6ff;
}
.curriculum_cont table.curri_table_2 th:first-child {
	border: 2px solid #bb95f4;
	background: #dbcbf8;
} */
.curriculum_cont table th {
    position: relative;
    border-bottom: 1px dashed #000;
}

.curriculum_cont table.curri_table_2 th:last-child {
    border-style: solid;
    line-height: 1.2;
    padding: 33px 0 0 40px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    font-size: 27px;
    background: #4c00a9;
}

.curriculum_cont table th:not(:last-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;
}

.curriculum_cont table.curri_table_2 th:last-child::after {
    top: 0px;
    bottom: auto;
    right: -72px;
    width: 292px;
    height: 228px;
    background: url('/_skin/tpl_skin/basic_judicial_scrivener/content5/v2/curri_img.png') no-repeat 0 0;
}

.curriculum_cont table td {
    position: relative;
    padding: 31px 0 36px;
    border-top: 0;
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.4;
}

.curriculum_cont table .table_badge {
    position: relative;
    top: 24px;
    width: 100%;
    margin: -3px 0 0;
    padding: 4px 0 4px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 18px;
    background: #ff7261;
}

.curriculum_cont .curri_img {
    margin: 102px 0 0;
}

/* 도서 */
.book_cont .main_inner {
    width: 1300px;
    padding: 132px 0 85px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/book.png') no-repeat -59px 427px;
}

.book_cont .main_title p {
    color: #235169;
}

.book_cont .main_title span {
    color: #235169;
    border-color: #235169;
}

.book_cont .book_slide {
    width: 740px;
    height: 65%;
    margin: 177px 69px 0 auto;
}

.book_cont .book_slide .slide_nav {
    text-align: right;
    position: relative;
    left: -20px;
    top: 0;
}

.book_cont .book_slide .slide_nav .swiper-pagination-bullet {
    margin: 0 4px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.book_cont .book_slide .slide_nav .swiper-pagination-bullet-active {
    background: #ff696a;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    transition: all 0.2s;
}

.book_cont .book_review_slide_area {
    position: relative;
    width: 1100px;
}

.book_cont .book_review_slide_area .btn_arrow {
    /* zzzz */
    position: absolute;
    z-index: 4;
    cursor: pointer;
    top: 70px;
}

.book_cont .book_review_slide_area .btn_prev {
    /* zzzz */
    left: -82px;
    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_cont .book_review_slide_area .btn_next {
    /* zzzz */
    right: -82px;
    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_cont .book_review_slide {
    position: relative;
    width: 1100px;
    height: 290px;
    border-top: 1px solid #cacaca;
}

.book_cont .book_review_slide:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 90px;
    left: 0;
    content: '';
    background: #cacaca;
}

.book_cont .book_review_slide .swiper-wrapper {
    height: 200px;
    /* border-bottom:1px solid #cacaca; */
    box-sizing: border-box;
    /* color:#4a4a4a; */
}

.book_cont .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_cont .book_review_slide .writer {
    padding-right: 20px;
    font-size: 16px;
    color: #848484;
    font-family: 'noto4';
    font-weight: 600;
    letter-spacing: -1px;
}

.book_cont .book_review_slide .review_txt {
    font-size: 18px;
    font-family: 'noto3';
    line-height: 140%;
    letter-spacing: -1px;
    color: #4a4a4a;
}

.book_cont .book_review_slide .underline {
    position: relative;
    font-family: 'noto6';
}

.book_cont .book_review_slide .underline:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #bbf6fa;
    content: '';
    z-index: -1;
}

.book_cont .book_slide .book_review_nav {
    text-align: right;
    margin-left: -28px;
}

.book_cont .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_cont .book_slide .book_review_nav span:last-child {
    margin-right: 0;
}

.book_cont .book_slide .book_review_nav span.swiper-pagination-bullet-active {
    width: 58px;
    background: #f5363d;
}

.book_cont .swiper-slide .div-table>div {
    vertical-align: middle;
}

.book_cont .div-table {
    height: 100%;
}

.book_cont .video-box {
    width: 1103px;
    height: 200px;
    text-align: right;
    position: relative;
    background-image: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/book_play.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 124px;
}

.book_cont .video-box .popupVideo {
    width: 330px;
    height: 190px;
    top: 5px;
}

.book_cont .video-box .popupVideo.btn1 {
    right: 363px;
}

.book_cont .video-box .popupVideo.btn2 {
    right: 0;
}

.book_cont .video-box .popupVideo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 모의고사 */
.mock_cont {
    background: #e8e8e8;
}

.mock_cont .main_inner {
    padding: 112px 0 126px;
}

.mock_cont .mock_img {
    margin: 67px 0 0 -26px;
}

/* 특별 혜택 */
.special_cont .main_inner {
    padding: 146px 0 100px;
}

.special_cont .special_list {
    display: flex;
    gap: 39px;
    width: 968px;
    margin: 84px 0 0;
}

.special_cont .special_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 463px;
    padding: 24px 0 19px;
    border: 2px solid #ff7261;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(96, 96, 96, 0.38);
}

.special_cont .special_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/bottom_benefit_1.png') no-repeat center bottom 45px;
}

.special_cont .special_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/bottom_benefit_2.png') no-repeat center bottom 45px;
}

.special_cont .special_list .item_sub_title {
    display: inline-flex;
    align-items: center;
    height: 47px;
    padding: 0 52px;
    border-radius: 47px;
    letter-spacing: -0.065em;
    font-size: 27px;
    font-family: 'noto6';
    background: #ff7261;
}

.special_cont .special_list .item_title {
    line-height: 1.2;
    margin: 32px 0 0;
    letter-spacing: -0.065em;
    font-size: 34px;
    font-family: 'noto7';
    box-shadow: inset 0 0 2px #fefdd2;
}

.special_cont .special_list .item_text {
    line-height: 1.35;
    margin: 19px 0 0;
    letter-spacing: -0.065em;
    color: #606060;
    font-size: 22px;
}

.special_cont .special_list .item_noti {
    line-height: 1.2;
    margin-top: auto;
    letter-spacing: -0.065em;
    color: #afafaf;
    font-size: 15px;
}

/* 리뷰 */
.review_cont .main_inner {
    padding: 98px 0 141px;
}

.review_cont .review_video {
    position: relative;
    margin: 59px 0 0;
}

.review_cont .review_video .video_box {
    position: absolute;
    top: 13px;
    left: 44px;
    width: 1100px;
    height: 565px;
}

.review_cont .review_video .video_box .layer,
.review_cont .review_video .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.review_cont .reviews_slide {
    position: relative;
    width: 1300px;
    height: 422px;
    padding: 96px 100px 40px;
    overflow: hidden;
}

.review_cont .reviews_slide .swiper-slide {
    position: relative;
    width: 100%;
    padding: 40px 20px 30px 348px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.2);
}

.review_cont .reviews_slide .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 336px;
    height: 347px;
    border-radius: 0 0 0 30px;
}

.review_cont .reviews_slide .swiper-slide_1::before {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/hugi_img1.png') no-repeat center bottom;
}

.review_cont .reviews_slide .swiper-slide_2::before {
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/hugi_img2.png') no-repeat center bottom;
}

.review_cont .reviews_slide .swiper-button-prev,
.review_cont .reviews_slide .swiper-button-next {
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 60px;
    z-index: 1;
}

.review_cont .reviews_slide .swiper-button-prev {
    left: 19px;
    background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_l.png') no-repeat center;
}

.review_cont .reviews_slide .swiper-button-next {
    right: 19px;
    background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_r.png') no-repeat center;
}

.review_cont .reviews_slide .slide_title {
    line-height: 1.2;
    padding: 0 157px 0 0;
    letter-spacing: -0.045em;
    color: #3753ff;
    font-size: 28px;
    font-family: 'noto7';
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/v2/star.png') no-repeat right center;
}

.review_cont .reviews_slide .slide_title em {
    color: #000;
}

.review_cont .reviews_slide .slide_text {
    line-height: 1.59;
    margin: 17px 0 0;
    letter-spacing: -0.045em;
    font-size: 20px;
}

.review_cont .reviews_slide .slide_text em {
    color: #ff7261;
    font-family: 'noto6';
}

/* 시작 */
.start_cont {
    height: 732px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}

.start_cont .main_inner {
    padding: 135px 0 0;
}

.start_cont .main_title p {
    color: #fff;
    font-size: 50px;
    font-family: 'noto4';
}

.start_cont .main_title h3 {
    color: #40f37e;
}

.start_cont .start_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
    width: 100%;
    margin: 86px 0 0 10px;
}

.start_cont .start_list .list_item {
    position: relative;
    width: 215px;
    height: 129px;
    padding: 18px 0 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 21px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}

.start_cont .start_list .list_item:nth-child(n + 5) {
    left: 90px;
}

.start_cont .start_list .list_item em {
    font-family: 'noto6';
}