@charset "UTF-8";
/* 공통 */
.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;
}

.cat_main_cont {
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.cat_main_cont img {
    display: block;
}

.cat_main_cont button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    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: #019cff;
    font-size: 28px;
    font-family: 'noto6';
}

.cat_main_cont .main_title span + p {
    font-size: 41px;
}

.cat_main_cont .main_title h3 {
    margin-top: 4px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 44px;
    font-family: 'noto7';
}

.cat_main_cont .main_title h3 em {
    color: #ff602f;
}

.cat_main_cont .main_title > span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.cat_main_cont .main_desc {
    line-height: 1.4;
    letter-spacing: -0.045em;
    text-align: center;
    color: #ebe9f3;
    font-size: 21px;
    font-family: 'noto3';
}

@keyframes pointerBounceDiagonal {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide_down {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide_up {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 비주얼 */
.visual_cont {
    background: linear-gradient(to bottom, #fdf9f2 864px, #19b1ff 864px);
}

.visual_cont .main_inner {
    padding: 90px 0 0;
}

.visual_cont .visual_sub_text {
    width: 100%;
    padding: 0 0 0 60px;
    line-height: 1.2;
    letter-spacing: 0.4em;
    font-size: 30px;
}

.visual_cont .visual_sub_text em {
    font-family: 'noto5';
}

.visual_cont .visual_img {
    margin: 20px 0 0 -28px;
}

.visual_cont .visual_list {
    display: flex;
    gap: 34px;
    width: 1100px;
    margin: 57px 0 0;
}

.visual_cont .visual_list .list_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    height: 247px;
    padding: 15px 0 0 34px;
    border-radius: 20px;
    box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 0.23);
}

.visual_cont .visual_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/top_benefit_1.png') no-repeat right 28px top 22px;
}

.visual_cont .visual_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/top_benefit_2.png') no-repeat right 35px top 19px;
}

.visual_cont .visual_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/top_benefit_3.png') no-repeat right 23px top 31px;
}

.visual_cont .visual_list .item_title {
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-size: 27px;
    font-family: 'noto7';
}

.visual_cont .visual_list .item_text {
    line-height: 1.3;
    letter-spacing: -0.065em;
    font-size: 21px;
    font-family: 'noto5';
}

.visual_cont .item_noti {
    margin: 10px 0 0 auto;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 13px;
    opacity: 0.5;
}

/* 혜택 */
.benefit_cont {
    background: #19b1ff;
}

.benefit_cont .main_inner {
    padding: 159px 0 160px;
}

.benefit_cont .main_title p {
    color: #fff;
}

.benefit_cont .benefit_title p {
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 45px;
    font-family: 'noto2';
}

.benefit_cont .benefit_title h3 {
    line-height: 1.2;
    letter-spacing: -0.035em;
    margin: 7px 0 0;
    color: #65ff03;
    font-size: 50px;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 37px 0 0;
}

.benefit_cont .benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 179px;
    padding: 52px 20px 9px 35px;
    border-radius: 20px;
    color: #fff775;
    background:
        url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat 54px 18px,
        linear-gradient(to right, #003687, #001b40);
}

.benefit_cont .benefit_list_1 .item_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -74px;
    right: -55px;
    width: 149px;
    height: 149px;
    border-radius: 50%;
    background: #ff4810;
}

.benefit_cont .benefit_list_1 .item_badge p {
    line-height: 1.3;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 34px;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_1 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 20px;
}

.benefit_cont .benefit_list_1 .item_title {
    margin: 8px 0 0;
    line-height: 1.25;
    letter-spacing: -0.065em;
    font-size: 30px;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_1 .item_noti {
    margin: auto 0 0 auto;
    letter-spacing: -0.02em;
    color: #7a7f7f;
    font-size: 13px;
}

.benefit_cont .benefit_list_2 {
    display: flex;
    gap: 35px;
    margin: 38px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list_2 + .benefit_list_2 {
    margin: 36px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 310px;
    padding: 34px 0 13px;
    border-radius: 20px;
}

.benefit_cont .benefit_list_2 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat 54px -199px;
}

.benefit_cont .benefit_list_2 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat -324px -199px;
}

.benefit_cont .benefit_list_2 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat -702px -199px;
}

.benefit_cont .benefit_list_2 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat 54px -545px;
}

.benefit_cont .benefit_list_2 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat -324px -545px;
}

.benefit_cont .benefit_list_2 .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/benefit.png') no-repeat -702px -545px;
}

.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #333;
    font-size: 20px;
}

.benefit_cont .benefit_list_2 .item_title {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: center;
    color: #222;
    font-size: 27px;
    font-family: 'noto7';
}

.benefit_cont .item_noti {
    width: 100%;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 0 20px 0 0;
    text-align: right;
    letter-spacing: -0.065em;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.3);
}

/* 상품 */
.product_cont {
    position: relative;
    background: #fff;
}

.product_cont .main_inner {
    padding: 156px 0 158px;
}

.product_cont .product_banner {
    position: relative;
    margin: 35px 0 0;
}

.product_cont .product_banner .btn_go {
    position: absolute;
    top: 19px;
    right: 0;
    width: 365px;
    height: 70px;
}

.product_cont .product_list {
    display: flex;
    gap: 14px;
    width: 100%;
    margin: 36px 0 0;
}

.product_cont .product_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 42px 44px 39px 36px;
    border-radius: 23px;
    background: #efeeee;
}

.product_cont .product_list .item_tags {
    display: flex;
    gap: 4px;
    min-height: 42px;
    margin: 0 0 0 -2px;
}

.product_cont .product_list .item_tags li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0 13px;
    border: 2px solid #30a8fc;
    border-radius: 33px;
    letter-spacing: -0.065em;
    color: #30a8fc;
    font-size: 19px;
    font-family: 'noto6';
}

.product_cont .product_list .item_tags li.tab_point {
    border-color: #fc693c;
    color: #fc693c;
}

.product_cont .product_list .item_title {
    line-height: 1.2;
    margin: -1px 0 0;
    letter-spacing: -0.065em;
    font-size: 35px;
    font-family: 'noto7';
}

.product_cont .product_list .item_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    gap: 6px;
    margin: 29px 0 0;
    width: 100%;
}

.product_cont .product_list .price_origin {
    display: flex;
    align-items: center;
    gap: 13px;
}

.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 15px;
    font-family: 'noto4';
}

.product_cont .product_list .origin_num {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #a6a6a6;
    font-size: 22px;
    text-decoration: line-through;
    text-decoration-color: #000;
}

.product_cont .product_list .price_total {
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #0084f3;
    font-size: 38px;
    font-family: 'noto7';
}

.product_cont .product_list .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 44px;
    right: -17px;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: #ff4810;
}

.product_cont .product_list .price_badge p {
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto6';
}

.product_cont .product_list .item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 11px 0;
    width: 100%;
    min-height: 88px;
    margin: 30px 0 0;
}

.product_cont .product_list .item_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 47px;
    border-radius: 4px;
    letter-spacing: -0.05em;
    font-size: 18px;
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
}

.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin: 36px 0 0;
    border-radius: 69px;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto6';
    background: #111;
    box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}

/* 그래프 */
.graph_cont {
    background: #1c0f35 url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/graph_bg.png') no-repeat center top;
}

.graph_cont .main_inner {
    padding: 165px 0 157px;
}

.graph_cont .main_title h3 {
    color: #fff;
}

/* 비교 */
.comparison_cont .comparison_item {
    position: relative;
    margin: 82px 0 0 48px;
}

.comparison_cont .comparison_item .item_text {
    position: absolute;
    width: 380px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.035em;
    font-family: 'market-b';
}

.comparison_cont .comparison_item .item_text_1 {
    left: 73px;
    bottom: 93px;
    color: #3e3e3e;
    font-size: 38px;
    background: #eaeaea;
}

.comparison_cont .comparison_item .item_text_2 {
    right: 156px;
    bottom: 68px;
    color: #0084f3;
    font-size: 43px;
    background: #daf2ff;
}

/* 커리큘럼 */
.curriculum_cont {
    background: #fff;
}

.curriculum_cont .main_inner {
    padding: 119px 0 0;
}

.curriculum_cont .curri_list {
    display: flex;
    width: 100%;
    margin: 64px 0 0;
}

.curriculum_cont .curri_list .list_item {
    width: 100%;
}

.curriculum_cont .curri_list .item_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    width: 278px;
    height: 144px;
    padding: 25px 29px 0 0;
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2//step_tab.png') no-repeat left 0 top -169px;
}

.curriculum_cont .curri_list .is_active .item_title {
    background-position: left 0 top -19px;
}

.curriculum_cont .curri_list .item_title p {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 20px;
    opacity: 0.4;
}

.curriculum_cont .curri_list .item_title strong {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 30px;
    font-family: 'noto7';
    opacity: 0.7;
}

.curriculum_cont .curri_list .is_active .item_title strong {
    opacity: 1;
}

.curriculum_cont .curri_list .item_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 260px;
    height: 270px;
    margin: -4px 0 0;
    padding: 0 0 8px;
    border: 3px solid transparent;
    border-radius: 20px;
    background: #ebebeb;
}

.curriculum_cont .curri_list .is_active .item_contents {
    border-color: #8acaff;
    background: #fff;
    box-shadow: 15px 0px 20px 0px rgba(112, 112, 112, 0.22);
}

.curriculum_cont .curri_list .item_contents strong {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #545353;
    font-size: 30px;
    font-family: 'market-b';
}

.curriculum_cont .curri_list .is_active .item_contents strong {
    color: #000;
}

.curriculum_cont .curri_list .item_contents p {
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.015em;
    color: #898888;
    font-size: 19px;
}

.curriculum_cont .curri_list .item_badge {
    margin: 5px 0 0;
}

/* 교수 */
.professor_cont {
    background: linear-gradient(to bottom, #fff 407px, #2b2b2e 403px);
}

.professor_cont .main_inner {
    padding: 153px 0 153px;
}

.professor_cont .main_desc {
    margin: 18px 0 0;
    color: #000;
}

.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    margin: 48px 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 13px;
    top: 0;
    width: 100%;
    padding: 30px 0 0;
    z-index: 2;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 275px;
    height: 81px;
    padding: 0 0 0 29px;
    border-radius: 20px;
    text-align: left;
    letter-spacing: -0.075em;
    color: rgba(255, 255, 255, 0.39);
    font-size: 25px;
    font-family: 'noto7';
    background: #474748;
}

.professor_cont .professor_slide .page_item:hover,
.professor_cont .professor_slide .page_item.is_active {
    color: #fff;
    background: #0084f3;
}

.professor_cont .professor_slide .page_item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 120px;
}

.professor_cont .professor_slide .page_item_1::after {
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_tab_off.png') no-repeat left bottom;
}

.professor_cont .professor_slide .page_item_2::after {
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_tab_off.png') no-repeat right 14px bottom;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_tab.png');
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 1400px;
    padding: 233px 0 0 150px;
    text-align: left;
    z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::before {
    content: '';
    position: absolute;
    top: 249px;
    right: 76px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, #843721, #2b2b2e 70%);
    z-index: -1;
    pointer-events: none;
}
.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    right: -40px;
    width: 881px;
    height: 1082px;
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_1.png') center no-repeat;
    z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_2.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_3.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_4.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_5.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_6.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_7::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang_refund/teacher_7.png') center bottom no-repeat;
}
.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 332px;
    right: 0;
}
.professor_cont .professor_slide .slide_history {
    display: flex;
    gap: 16px;
    margin: 0 0 43px 0;
}

.professor_cont .professor_slide .slide_history li {
    width: 182px;
    height: 77px;
    padding: 15px 0 0;
    line-height: 1.2;
    letter-spacing: -0.075em;
    text-align: center;
    color: #e4d080;
    font-size: 18px;
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/teacher_shape.png') no-repeat 0 0;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 12px;
    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: 30px;
    color: #ffde00;
}
.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
    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: #ffde00;
}
.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;
    color: #fff;
    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: 353px;
    height: 52px;
    padding: 0 30px 0 56px;
    border: 2px solid #00a2ff;
    border-radius: 100px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/ic_chk.png') no-repeat 25px center;
}
.professor_cont .professor_slide .popupVideo {
    position: relative;
    width: 645px;
    height: 436px;
    margin: 61px 0 0 0;
}

.professor_cont .professor_slide .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 539px;
    height: 330px;
}

.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';
}

.professor_cont .professor_review_slide_wrap {
    position: relative;
    width: 100%;
    margin: 35px 0 0;
}

.professor_cont .professor-review-slider {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 440px;
}

.professor_cont .slider-btn {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 210px;
    left: -50px;
    width: 1200px;
}

.professor_cont .swiper-button-next,
.professor_cont .swiper-button-prev {
    position: static;
    background-repeat: no-repeat;
    height: 50px;
    z-index: 1;
}

.professor_cont .swiper-button-next {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/teacher/var_1/btn.png');
    background-position: left -118px top -10px;
}

.professor_cont .swiper-button-prev {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/teacher/var_1/btn.png');
    background-position: left -83px top -10px;
}

.professor_cont .professor-review-txtinner {
    text-align: center;
    margin-bottom: 50px;
}

.professor_cont .text-content {
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #d0cdc9;
    box-shadow: 1px 8px 7px rgb(0 0 0 / 20%);
}

.professor_cont [class^='review-image-'] {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/review_photo.png');
    width: 100px;
    height: 100px;
    margin: 36px auto;
    background-repeat: no-repeat;
}

.professor_cont .review-image-1 {
    background-position: right 0 bottom 0;
}

.professor_cont .review-image-2 {
    background-position: right -118px bottom 0;
}

.professor_cont .review-image-3 {
    background-position: right -239px bottom 0;
}

.professor_cont .review-image-4 {
    background-position: right 0 bottom -122px;
}

.professor_cont .review-image-5 {
    background-position: right -118px bottom -122px;
}

.professor_cont .review-image-6 {
    background-position: right -239px bottom -122px;
}

.professor_cont .textbox {
    text-align: center;
}

.professor_cont .tit {
    font-size: 20px;
    line-height: 100%;
    font-family: 'noto6';
}

.professor_cont .review-txt {
    color: #4b4c4b;
    margin: 24px 0;
    font-size: 16px;
    line-height: 26px;
}

.professor_cont .review-txt > span {
    display: block;
    margin: 40px 0;
    color: #a1a3a6;
}

/* 도서 */
.book_cont .main_inner {
    padding: 152px 0 0;
}

.book_cont .evidence_area {
    transform: translate(195px, -29px);
}

.book_cont .book_video {
    display: flex;
    align-items: flex-end;
    gap: 52px;
    position: relative;
    margin: 85px 0 0 -119px;
}

.book_cont .book_video .book_badge {
    position: absolute;
    top: -50px;
    left: 472px;
}

.book_cont .book_video .popupVideo {
    position: relative;
    height: auto;
}

.book_cont .book_video .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.book_cont .book_video .evidence_area {
    position: absolute;
    bottom: 288px;
    right: 351px;
}

.book_cont .book_list {
    margin: 30px 0 0;
}

.book_cont .book_slide {
    position: relative;
    width: 1125px;
    height: 716px;
    margin: 58px 0 0 0;
    overflow: hidden;
}

.book_cont .book_slide img {
    width: 100%;
}

.book_cont .book_slide .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.book_cont .book_slide .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    border: none;
    border-radius: 30px;
    margin: 0;
    background: #b0b0b0;
    opacity: 1;
}

.book_cont .book_slide .swiper-pagination-bullet-active {
    background: #00a9ff;
}

.book_cont .book_review {
    position: relative;
    width: 1300px;
    padding: 0 100px;
    margin: 84px 0 0;
    overflow: hidden;
}

.book_cont .book_review .swiper-slide {
    display: flex;
    justify-content: space-between;
    width: 1100px;
}

.book_cont .book_review .swiper-button-prev,
.book_cont .book_review .swiper-button-next {
    width: 70px;
    height: 70px;
    background: url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/book_arrow.png') no-repeat 0 0;
    z-index: 1;
}

.book_cont .book_review .swiper-button-prev {
    left: 48px;
    background-position: left 0 center;
}

.book_cont .book_review .swiper-button-next {
    right: 30px;
    background-position: right 0 center;
}

/* 추가 혜택 */
.plus_benefit .main_inner {
    padding: 133px 0 163px;
}

.plus_benefit .plus_list_1 {
    display: flex;
    gap: 25px;
    width: 100%;
    margin: 66px 0 0;
}

.plus_benefit .plus_list_1 .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 447px;
    padding: 32px 0 0;
    border: 3px solid #ffb6a0;
    border-radius: 20px;
    box-shadow: 0px 4px 18px 0px rgba(112, 112, 112, 0.22);
}

.plus_benefit .plus_list_1 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/point5_benefit.png') no-repeat 17px 229px;
}

.plus_benefit .plus_list_1 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/point5_benefit.png') no-repeat -358px 229px;
}

.plus_benefit .plus_list_1 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/point5_benefit.png') no-repeat -733px 229px;
}

.plus_benefit .plus_list_1 .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 47px;
    border-radius: 47px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 27px;
    background: #ff4810;
}

.plus_benefit .plus_list_1 .item_text {
    line-height: 1.3;
    margin: 33px 0 0;
    letter-spacing: -0.065em;
    text-align: center;
    font-size: 31px;
}

.plus_benefit .plus_list_1 .item_text em {
    font-family: 'noto7';
}

.plus_benefit .plus_list_2 {
    margin: 61px 0 0;
    width: 100%;
}

.plus_benefit .plus_list_2 .list_item {
    position: relative;
    width: 100%;
    padding: 56px 0 52px 30px;
    border-radius: 20px;
    background: #1eb3ff url('/_skin/tpl_skin/basic_distribution_5/images/apply/habclass/v2/coupon.png') no-repeat right 15px top 46px;
}

.plus_benefit .plus_list_2 .list_item::before {
    content: '+';
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 66px;
    height: 63px;
    padding: 15px 0 0;
    border-radius: 50%;
    color: #fff775;
    font-size: 54px;
    font-family: 'noto7';
    background: #1eb3ff;
}

.plus_benefit .plus_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #fff775;
    font-size: 24px;
}

.plus_benefit .plus_list_2 .item_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 42px;
    font-family: 'noto7';
}

.plus_benefit .plus_list_2 .item_list {
    display: flex;
    gap: 20px;
    width: 582px;
    margin: 22px 0 0;
}

.plus_benefit .plus_list_2 .item_list li {
    width: 100%;
    min-height: 116px;
    line-height: 1.3;
    padding: 30px 0;
    border-radius: 15px;
    box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 0.23);
    letter-spacing: -0.05em;
    text-align: center;
    color: #3b3b3b;
    font-size: 20px;
    background: #effaff;
}

.plus_benefit .item_noti {
    margin: auto 10px 10px auto;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 13px;
    opacity: 0.5;
}

/* 후기 */
.review_cont {
    background: #e3f4ff;
}

.review_cont .main_inner {
    padding: 156px 0 151px;
}

.review_cont .main_title p {
    color: #072d42;
    font-size: 23px;
    font-family: 'noto4';
}

.review_cont .main_title h3 {
    margin: 16px 0 0;
    font-size: 44px;
}

.review_cont .review_slide_1 {
    position: relative;
    height: 452px;
    margin-top: 95px;
    width: 1100px;
}

.review_cont .review_slide_1 .slide_control {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 20px;
    z-index: 2;
}

.review_cont .review_slide_1 .slide_control .swiper-pagination {
    width: 1024px;
    height: 4px;
    background: #d0d0d2;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}

.review_cont .review_slide_1 .slide_control button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 20px;
    background-image: none;
}

.review_cont .review_slide_1 .slide_control .swiper-button-prev {
    left: auto;
    right: 45px;
}

.review_cont .review_slide_1 .slide_control .swiper-button-next {
    right: 5px;
}

.review_cont .review_slide_1 .slide_control button::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('/_skin/tpl_skin/basic_imsang2/images/review/icon.png') no-repeat 0 0;
    background-size: 220px 53px;
}

.review_cont .review_slide_1 .slide_control .swiper-button-prev::after {
    background-position: -21px -16px;
}

.review_cont .review_slide_1 .slide_control .swiper-button-next::after {
    background-position: -44px -16px;
}

.review_cont .review_slide_1 .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 732px;
    height: 340px;
    padding: 48px 40px 35px 320px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.review_cont .review_slide_1 .swiper-slide.no_img {
    padding-left: 40px;
}

.review_cont .review_slide_1 .swiper-slide::after,
.review_cont .review_slide_1 .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
}

.review_cont .review_slide_1 .swiper-slide.no_img::after,
.review_cont .review_slide_1 .swiper-slide.no_img::before {
    display: none;
}

.review_cont .review_slide_1 .swiper-slide::after {
    background: rgba(0, 0, 0, 0.15);
}

.review_cont .review_slide_1 .swiper-slide::before {
    background: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_1.png') no-repeat center;
}

.review_cont .review_slide_1 .swiper-slide-1::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_1.png');
}

.review_cont .review_slide_1 .swiper-slide-2::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_2.png');
}

.review_cont .review_slide_1 .swiper-slide-3::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_3.png');
}

.review_cont .review_slide_1 .swiper-slide-4::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_4.png');
}

.review_cont .review_slide_1 .swiper-slide-5::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_5.png');
}

.review_cont .review_slide_1 .swiper-slide-6::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_6.png');
}

.review_cont .review_slide_1 .swiper-slide-7::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_7.png');
}

.review_cont .review_slide_1 .swiper-slide-8::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_8.png');
}

.review_cont .review_slide_1 .swiper-slide-9::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_9.png');
}

.review_cont .review_slide_1 .swiper-slide-10::before {
    background-image: url('/_skin/tpl_skin/basic_distribution_5/images/review/img_10.png');
}

.review_cont .review_slide_1 .slide_title {
    display: block;
    line-height: 35px;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #000;
    font-size: 26px;
    font-family: 'spoqa4';
    font-weight: 900;
}

.review_cont .review_slide_1 .slide_text {
    margin-top: 10px;
    line-height: 28px;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #666;
    font-size: 18px;
    font-family: 'spoqa3';
}

.review_cont .review_slide_1 .slide_footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    letter-spacing: -0.08em;
    color: #666;
    font-size: 18px;
    font-family: 'spoqa3';
    background: url('/_skin/tpl_skin/basic_imsang2/images/review/star.png') no-repeat right 14px / 94px auto;
}

/* 시작 */
.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';
}

.start_cont .main_title .evidence_area {
    position: absolute;
    top: 82px;
    right: 108px;
}

/* 하단 배너 */
.banner_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.banner_bottom button {
    display: block;
}
