@charset "UTF-8";
/*수강신청 공통:S*/
.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 button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.cat_main_cont .main_title {
    position: relative;
    width: 100%;
    text-align: center;
}

.cat_main_cont .main_title > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #8d00ff;
    font-family: 'noto7';
    font-size: 30px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.cat_main_cont .main_title p {
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-size: 45px;
    font-family: 'noto4';
}

.cat_main_cont .main_title h3 {
    display: block;
    margin: 9px 0 0;
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-size: 45px;
    font-family: 'noto6';
}

.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 marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* .div-table {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.div-cell {
    display: table-cell;
    vertical-align: middle;
}
.line {
    text-align: center;
    padding: 26px 0;
    background: #12273c;
}
.line-inner {
    font-family: 'noto6';
    font-weight: 100;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
strong {
    font-weight: 100;
    font-family: 'noto6';
}

.apply_wrap {
    padding-top: 130px;
}
.apply_wrap .curri {
    background: #415b6c;
    padding: 78px 0;
}
.curri .inner {
    width: 100%;
} */

/* 비주얼 : s  */
.visual_cont {
    height: 902px;
    background: #9411fe url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/top_bg.png') center no-repeat;
}
.visual_cont .main_inner {
    padding: 95px 0 0;
}
.visual_cont .visual_txt {
    margin-bottom: 63px;
    font-family: 'noto6';
    font-size: 31px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    color: #ea76ff;
}
.visual_cont .visual_txt em {
    color: #ff8dfb;
}
.visual_cont .visual_item_wrap {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: -75px;
}
.visual_cont .visual_item_wrap .item_list {
    position: relative;
    width: 100%;
    height: 154px;
    padding: 30px 31px;
    border: 3px solid #000;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #500989;
    background-position: bottom 21px right 20px;
    background-repeat: no-repeat;
    color: #fff;
}
.visual_cont .visual_item_wrap .item_list_1 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/top_img_1.png');
}
.visual_cont .visual_item_wrap .item_list_2 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/top_img_2.png');
    background-position: bottom 22px right 27px;
}
.visual_cont .visual_item_wrap .item_list_3 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/top_img_3.png');
    background-position: bottom 21px right 12px;
}
.visual_cont .visual_item_wrap .item_list .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: 15px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #f8d71f;
    background: #000;
}
.visual_cont .visual_item_wrap .item_list .bullet p {
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.04em;
    text-align: center;
    line-height: 1.2;
    color: #f8d71f;
}
.visual_cont .visual_item_wrap .item_list p {
    font-family: 'noto4';
    font-size: 23px;
    letter-spacing: -0.035em;
    line-height: 1.2;
}
.visual_cont .visual_item_wrap .item_list h3 {
    font-family: 'noto6';
    font-size: 30px;
    letter-spacing: -0.035em;
    line-height: 1.2;
}
/* 비주얼 : e*/

/* 상품 : s */
.product_cont .main_inner {
    padding: 136px 0 158px;
}

.product_cont .main_title {
    text-align: center;
}

.product_cont .product_item {
    position: relative;
    width: 100%;
    margin: 65px 0 0;
    border: 5px solid #233d69;
    border-radius: 40px;
    overflow: hidden;
}

.product_cont .product_item .item_body {
    min-height: 385px;
    padding: 44px 0 0 58px;
}

.product_cont .product_item .item_footer {
    background: #efefef;
}

.product_cont .product_item .item_tags {
    display: flex;
    gap: 12px;
}

.product_cont .product_item .item_tags li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 21px 0 26px;
    border: 3px solid #000;
    border-radius: 42px;
    box-sizing: border-box;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 24px;
    font-family: 'noto6';
    background: #f8d71f;
}

.product_cont .product_item .item_tags li:nth-child(2) {
    padding: 0 24px 0 18px;
    background: #9411fe;
    color: #fff;
}

.product_cont .product_item .item_title {
    display: block;
    line-height: 1.2;
    margin: 27px 0 0;
    letter-spacing: -0.015em;
    font-size: 50px;
    font-family: 'noto7';
}

.product_cont .product_item .item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 19px 0 0 -5px;
}

.product_cont .product_item .item_list li {
    font-family: 'noto4';
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.product_cont .product_item .item_price {
    position: absolute;
    top: 159px;
    right: 38px;
    text-align: right;
}

.product_cont .product_item .item_price .price_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 65px;
}

.product_cont .product_item .price_origin_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.product_cont .product_item .price_origin_tag {
    font-size: 18px;
    font-family: 'noto5';
    letter-spacing: -0.02em;
}

.product_cont .product_item .price_origin {
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    color: #969696;
    font-size: 30px;
    font-family: 'noto3';
}

.product_cont .product_item .price_total {
    margin-right: 6px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ff3636;
    font-size: 56px;
    font-family: 'noto7';
}

.product_cont .product_item .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -127px;
    right: 3px;
    width: 112px;
    height: 111px;
    border-radius: 50%;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_bullet.png') no-repeat 0 0 / contain;
}

.product_cont .product_item .price_badge p {
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    font-size: 22px;
    font-family: 'noto6';
    color: #fff;
}

.product_cont .product_item .btn_scroll {
    position: relative;
    width: 474px;
    height: 68px;
    margin: 30px 0 0;
    border-radius: 46px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.01em;
    color: #fff;
    font-size: 28px;
    font-family: 'noto6';
    background: #292c3f;
}

.product_cont .product_item .btn_scroll::before {
    content: '';
    position: absolute;
    top: 47px;
    right: 6px;
    width: 37px;
    height: 48px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.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: 33px 0 25px 18px;
}

.product_cont .product_item .item_benefit li {
    width: 100%;
    height: 112px;
    padding: 22px 0 18px 115px;
    line-height: 1.15;
    letter-spacing: -0.08em;
    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_kumgo_renewal2/images/apply/janghakgeum/price_benefit_1.png') no-repeat 7px 16px;
}

.product_cont .product_item .item_benefit li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/price_benefit_2.png') no-repeat -7px 25px;
}

.product_cont .product_item .item_benefit li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/price_benefit_3.png') no-repeat 30px 16px;
}

.product_cont .product_img {
    margin: 79px 0 0;
}
/* 상품 : e */

/* 혜택 : s */
.benefit_cont {
    padding: 148px 0 155px;
    background: #f8d71f;
}
.benefit_cont .benefit_content {
    margin-top: 90px;
}
.benefit_cont .benefit_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 24px;
}
.benefit_cont .benefit_wrap .benefit {
    position: relative;
    width: calc((100% - 48px) / 3);
    height: 310px;
    padding: 30px 0;
    border-radius: 20px;
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_1.png') 48% 80% no-repeat;
    text-align: center;
}
.benefit_cont .benefit_wrap .benefit02 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_2.png') 50% 85% no-repeat;
}
.benefit_cont .benefit_wrap .benefit03 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_3.png') 52% 80% no-repeat;
}
.benefit_cont .benefit_wrap .benefit04 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_4.png') 35% 97% no-repeat;
}
.benefit_cont .benefit_wrap .benefit05 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_5.png') 48% 78% no-repeat;
}
.benefit_cont .benefit_wrap .benefit06 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_6.png') 54% 93% no-repeat;
}
.benefit_cont .benefit_wrap .benefit h3 {
    font-family: 'noto4';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: -0.035em;
}
.benefit_cont .benefit_wrap .benefit h3 em {
    font-family: 'noto7';
    font-size: 26px;
}
.benefit_cont .benefit_wrap .benefit .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 115px;
    right: 32px;
    width: 72px;
    height: 72px;
    border-radius: 100px;
    background: #ff4c4c;
}
.benefit_cont .benefit_wrap .benefit .bullet p {
    margin-top: 5px;
    font-family: market-b;
    font-size: 17.24px;
    line-height: 1.2;
    color: #ffffff;
}
.benefit_cont .benefit_wrap .benefit05 .bullet {
    top: 119px;
    right: 23px;
}
/* 혜택 : e*/

/* 이유 : s */
.reason_cont {
    background: #f5f5f5;
}
.reason_cont .main_inner {
    padding: 151px 0 135px;
}
.reason_cont .reason_list {
    margin: 98px 0 0 12px;
}
/* 이유 : e */

/* 비용 : s */
.cost_cont {
    background: #420276;
}
.cost_cont .main_inner {
    padding-bottom: 144px;
}
.cost_cont .main_title {
    margin: 69px 0 0;
}
.cost_cont .main_title p,
.cost_cont .main_title h3 {
    color: #fff;
}
.cost_cont .cost_data {
    position: relative;
    width: 100%;
    margin: 83px 0 0;
}
.cost_cont .cost_data .data_item_1 {
    width: 100%;
}
.cost_cont .cost_data .data_item_1 .item_list_wrap {
    display: flex;
    gap: 32px;
    width: 100%;
}
.cost_cont .cost_data .data_item_1 .item_list {
    width: 100%;
    height: 250px;
    padding: 38px 53px;
    border-radius: 30px;
    box-sizing: border-box;
    background: linear-gradient(to right bottom, #8d01ff 70%, #9648d4);
}
.cost_cont .cost_data .data_item_1 .item_list_1 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/mid_bene_1.png') top 68% right 51px no-repeat, linear-gradient(to right bottom, #8d01ff 70%, #9648d4);
}
.cost_cont .cost_data .data_item_1 .item_list_2 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/mid_bene_2.png') top 68% right 41px no-repeat, linear-gradient(to right bottom, #8d01ff 70%, #911fec);
}
.cost_cont .cost_data .data_item_1 .item_list p {
    margin-bottom: 12px;
    font-family: 'noto3';
    font-size: 30px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #f8d71f;
}
.cost_cont .cost_data .data_item_1 .item_list strong {
    font-family: 'noto6';
    font-size: 40px;
    letter-spacing: -0.045em;
    line-height: 1.2;
    color: #fff;
}
.cost_cont .cost_data .data_item_1 .item_noti {
    margin: 13px 0 22px;
    line-height: 1.3;
    letter-spacing: -0.035em;
    color: #656f95;
    font-size: 15px;
    text-align: right;
}
/* 비용 : e */

/* 커리큘럼 : s */
.curriculum_cont {
    padding: 96px 0 134px;
}
.curriculum_cont .main_title > span {
    margin-bottom: 21px;
}
.curriculum_cont .table_title {
    width: 351px;
    height: 52px;
    margin: 70px auto 0;
    padding: 9px 0;
    border: 3px solid #000;
    border-radius: 30px;
    box-sizing: border-box;
    background: #f8d71f;
    font-family: 'noto7';
    font-size: 28px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    color: #000;
}
.curriculum_cont .curri_table {
    position: relative;
    width: 100%;
    height: 227px;
    margin: 40px auto 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.curriculum_cont .curri_table + .curri_table {
    margin-top: 35px;
}
/* .curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
	height: 100%;
}
.curriculum_cont .curri_table td {
    background: #fff;
} */
.curriculum_cont .curri_table .table_head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 219px;
    border-radius: 10px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 19px;
    background: #262626;
}
.curriculum_cont .curri_table .td_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #fff;
}
.curriculum_cont .curri_table tr + tr .td_inner {
    border-top: none;
}
.curriculum_cont .curri_table th + th .td_inner,
.curriculum_cont .curri_table td + td .td_inner {
    border-left: none;
}
.curriculum_cont .curri_table th:not(:last-child) .td_inner,
.curriculum_cont .curri_table td:not(:last-child) .td_inner {
    border-right: 1px solid #e1e1e1;
}
.curriculum_cont .tr_title .td_inner {
    padding: 8px 0;
    border-bottom: none;
}
.curriculum_cont .tr_title th {
    height: 73px;
}
.curriculum_cont .tr_title .td_inner p {
    margin-top: -13px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 23px;
    font-family: 'noto6';
}
.curriculum_cont .tr_title .td_inner p em {
    font-size: 14px;
}
.curriculum_cont .tr_title th:nth-child(1) .td_inner {
    border-left: 1px solid #000;
    border-radius: 10px 0 0 0;
    background: #8d00ff;
}
.curriculum_cont .tr_title th:nth-child(2) .td_inner {
    background: #7300cf;
}
.curriculum_cont .tr_title th:nth-child(3) .td_inner {
    border-radius: 0 10px 0 0;
    background: #5f00ac;
}
.curriculum_cont .tr_sub_title td {
    height: 50px;
}
.curriculum_cont .tr_sub_title .td_inner {
    position: relative;
    padding: 8px 0 12px;
    box-sizing: border-box;
    letter-spacing: -0.035em;
    border-bottom-style: dashed;
    font-size: 23px;
    font-family: 'noto7';
}
.curriculum_cont .tr_sub_title .td_inner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 7px;
    height: 10px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/curri_arrow.png') no-repeat 0 0;
}
.curriculum_cont .tr_contents td {
    height: 100px;
}
.curriculum_cont .tr_contents .td_inner {
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.035em;
    text-align: center;
    font-size: 18px;
}
.curriculum_cont .tr_badge .td_inner {
    margin: -1px 0 0;
    padding: 2px 0 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto5';
    background: #ff3333;
}
.curriculum_cont .curri_table_2 .tr_badge .td_inner {
    background: #ffa349;
}
.curriculum_cont .tr_badge .td_inner.type-col-4 {
    border-right: 1px solid #000;
}
.curriculum_cont .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 10px;
}
.curriculum_cont .tr_badge td:nth-child(2) .td_inner {
    border-radius: 0 0 10px 0;
}
.curriculum_cont .curri_table .tr_contents td:nth-child(3) .td_inner {
    border-radius: 0 0 10px 0;
}
.curriculum_cont .table_noti {
    margin-top: 10px;
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: right;
}
/* 커리큘럼 : e */

/* 교수 : s */
.professor_cont {
    padding: 63px 0 181px;
    background: linear-gradient(to bottom, #fff 466px, #2b2d2c 466px);
}

.professor_cont .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1100px;
}

.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    margin: 60px 0 0;
    padding: 59px 0 0;
    overflow: hidden;
}

/* .professor_cont .professor_slide::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -500px;
    width: 1192px;
    height: 1424px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/teacher_bg.png') center no-repeat;
} */

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 8px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 178px;
    height: 178px;
    padding: 66px 0 0;
    border-radius: 50%;
    color: #e1e1e1;
    background: #3d3a42;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
    color: #fff;
    background: #9411fe;
}

.professor_cont .professor_slide .page_item::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/teacher_tab.png') no-repeat 0 0;
    background-position-y: -37px;
}

.professor_cont .professor_slide .page_item_1::before {
    background-position-x: -29px;
}

.professor_cont .professor_slide .page_item_2::before {
    background-position-x: -182px;
}

.professor_cont .professor_slide .page_item_3::before {
    background-position-x: -345px;
}

.professor_cont .professor_slide .page_item_4::before {
    background-position-x: -502px;
}

.professor_cont .professor_slide .page_item_5::before {
    background-position-x: -671px;
}

.professor_cont .professor_slide .page_item_6::before {
    background-position-x: -828px;
}

.professor_cont .professor_slide .page_item.is_active::before {
    background-position-y: -225px;
}

.professor_cont .professor_slide .page_item p,
.professor_cont .professor_slide .page_item strong {
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: center;
    font-size: 20px;
    font-family: 'noto6';
    z-index: 1;
}

.professor_cont .professor_slide .page_item strong {
    font-size: 22px;
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 1400px;
    padding: 93px 0 100px 146px;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: -86px;
    width: 881px;
    height: 935px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center bottom 13px no-repeat;
    z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center bottom 13px no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_2.png') center bottom 13px no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_3.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_4.png') left 84px bottom 10px no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_6.png') left 68px bottom 15px no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/teacher_7.png') center bottom -7px 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: #fff600;
    font-size: 18px;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_4/teacher_shape.png') no-repeat 0 0;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 31px;
    color: #fff;
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.025em;
}
.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;
    letter-spacing: -0.025em;
    font-family: 'noto4';
    font-size: 23px;
    color: #fff600;
    /* background: linear-gradient(to right, #62fa84, #7ee544);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.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: #fff600;
}
.professor_cont .professor_slide .slide_name {
    display: block;
    line-height: 1.2;
    width: fit-content;
    margin: 8px 0 0;
    letter-spacing: -0.025em;
    font-family: 'noto7';
    font-size: 55px;
    color: #fff600;
    /* background: linear-gradient(to right, #62fa84, #7ee544);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.professor_cont .professor_slide .slide_list {
    position: absolute;
    right: 152px;
    bottom: 100px;
}
.professor_cont .professor_slide .slide_list li {
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-family: 'noto4';
}
.professor_cont .professor_slide .slide_list li + li {
    margin: 8px 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: 49px 0 0 13px;
    gap: 11px;
}
.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    /* min-width: 356px;
    height: 52px; */
    /* padding: 0 30px 0 56px;
    border: 2px solid #00834a;
    border-radius: 100px; */
    letter-spacing: -0.055em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto3';
    /* 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: 330px;
    margin: 48px 0 0 0;
}

.professor_cont .professor_slide .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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';
}

.professor_cont .reviews_slide {
    width: 100vw;
    margin: -10px 0 0;
    overflow: hidden;
}

.professor_cont .review_list {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}
.professor_cont .review_list:hover {
    animation-play-state: paused;
}
.professor_cont .review_list li {
    position: relative;
    width: 439px;
    height: 321px;
    margin-right: 48px;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    font-family: 'noto4';
    text-align: center;
    letter-spacing: -0.065em;
    transition: transform 0.2s ease-in;
    background: #fff;
}
.professor_cont .review_list li * {
    cursor: default;
}
.professor_cont .review_list li .review_img {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 200px;
    background: #e3e4ef url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/hugi_icon.png') no-repeat 0 0;
}
.professor_cont .review_list li.review01 .review_img {
    background-position: 7px 0;
}
.professor_cont .review_list li.review02 .review_img {
    background-position: -93px 0;
}
.professor_cont .review_list li.review03 .review_img {
    background-position: -193px 0;
}
.professor_cont .review_list li.review04 .review_img {
    background-position: -293px 0;
}
.professor_cont .review_list li.review05 .review_img {
    background-position: -399px 0;
}
.professor_cont .review_list li.review06 .review_img {
    background-position: -497px 0;
}
.professor_cont .review_list li.review07 .review_img {
    background-position: -593px 0;
}
.professor_cont .review_list li.review08 .review_img {
    background-position: -693px 0;
}
.professor_cont .review_list li.review09 .review_img {
    background-position: -793px 0;
}
.professor_cont .review_list li.review10 .review_img {
    background-position: -893px 0;
}
.professor_cont .review_list li .list_text {
    margin: 18px 0 20px;
    font-family: 'noto4';
    font-size: 24px;
    line-height: 1.3;
    color: #000;
}
.professor_cont .review_list li .list_text span {
    font-family: 'noto6';
}
.professor_cont .review_list li .list_name {
    font-size: 16px;
    color: #7c7d8c;
}
/* 교수 영역:E*/

/* 도서 : s */
.book_cont {
    padding: 157px 0 50px;
}
.book_cont .book_item {
    position: relative;
    margin-top: 69px;
}
.book_cont .book_item .item_bullet {
    position: absolute;
    top: -58px;
    right: 101px;
}
.book_cont .book_txt {
    margin-top: 47px;
}

.book_reveiw_area {
    position: relative;
    width: 1350px;
    margin: 40px auto 0;
}
.bookreview_slide {
    position: static;
    height: 321px;
    width: 1120px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.bookreview_slide .swiper-slide {
    position: relative;
    width: 559px;
    height: 228px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    box-sizing: border-box;
}
.bookreview_slide .div-table {
    width: 100%;
}
.bookreview_slide .div-table > div {
    display: flex;
    gap: 30px;
    width: 100%;
    padding: 32px 30px;
    text-align: left;
}
.bookreview_slide .div-table .txt {
    font-size: 23px;
    letter-spacing: -0.065em;
    line-height: 1.3;
    color: #000;
    cursor: default;
}
.bookreview_slide .div-table .name {
    margin-top: 16px;
    font-size: 15px;
    letter-spacing: -0.065em;
    color: #666666;
}
.bookreview_slide .div-table .imgwrap {
    width: 78px;
    height: 78px;
    border-radius: 100px;
    background: #dff2ff url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/book_hugi_img.png) left / 334px 84px no-repeat;
}
.bookreview_slide .sl2 .div-table .imgwrap {
    background: #dff2ff url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/book_hugi_img.png) -82px / 334px 84px no-repeat;
}
.bookreview_slide .sl3 .div-table .imgwrap {
    background: #dff2ff url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/book_hugi_img.png) -163px / 334px 84px no-repeat;
}
.bookreview_slide .sl4 .div-table .imgwrap {
    background: #dff2ff url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/book_hugi_img.png) -250px / 334px 84px no-repeat;
}
.book_reveiw_area .swiper-button {
    top: 33.5%;
    width: 64px;
    height: 64px;
}
.book_reveiw_area .swiper-button.swiper-button-prev {
    left: 22px;
}
.book_reveiw_area .swiper-button.swiper-button-next {
    right: 22px;
}
.book_reveiw_area .swiper-button div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.book_reveiw_area .swiper-button-prev div img {
    display: block;
    margin-left: -6px;
}
.book_reveiw_area .swiper-button-next div img {
    display: block;
    margin-right: -6px;
}
.book_reveiw_area .swiper-button:after {
    display: none;
}
/* .book_reveiw_slide {
	position: relative;
	width: 1100px;
	height: 300px;
	padding: 30px 20px 0;
	margin: 0 auto;
}
.book_reveiw_slide .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 559px;
	height: 204px;
}
.book_reveiw_slide .swiper-slide > div {
	display: flex;
	gap: 30px;
	width: 539px;
	height: 204px;
	padding: 32px 30px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.book_reveiw_slide .swiper-slide .imgwrap {
	width: 78px;
	height: 78px;
	border-radius: 100px;
	background: #dff2ff url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/book_hugi_img.png) left
		no-repeat;
}
.book_reveiw_slide .swiper-slide .txt {
	font-size: 23px;
	letter-spacing: -0.065em;
	line-height: 1.3;
}
.book_reveiw_slide .swiper-slide .name {
	margin-top: 16px;
	font-size: 15px;
	letter-spacing: -0.065em;
	color: #666666;
}
.book_reveiw_area .swiper-button-prev,
.book_reveiw_area .swiper-button-next {
	top: 0;
	width: 115px;
	height: 300px;
	background: #ffffff;
}
.book_reveiw_area .swiper-button-prev {
	left: 0;
}
.book_reveiw_area .swiper-button-next {
	right: 0;
}
.book_reveiw_area .swiper-button-prev > div,
.book_reveiw_area .swiper-button-next > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 100px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.book_reveiw_area .swiper-button-prev:after,
.book_reveiw_area .swiper-container-rtl .swiper-button-next:after {
	display: none;
} */
/* 도서 : e */

/* 혜택 : s */
.bottom_benefit_cont {
    padding: 74px 0 183px;
}
.bottom_benefit_cont .benefit_content {
    margin-top: 66px;
}
.bottom_benefit_cont .big_benefit_wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 35px;
}
.bottom_benefit_cont .big_benefit {
    width: 100%;
    height: 211px;
    padding: 52px 46px;
    border-radius: 20px;
    box-sizing: border-box;
    background: linear-gradient(to right bottom, #8d01ff 70%, #9648d4);
}
.bottom_benefit_cont .big_benefit01 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/mid_bene_1.png') top 54% right 40px / 179px auto no-repeat, linear-gradient(to right bottom, #8d01ff 70%, #9648d4);
}
.bottom_benefit_cont .big_benefit02 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/mid_bene_2.png') top 58% right 33px / 157px auto no-repeat, linear-gradient(to right bottom, #8d01ff 70%, #911fec);
}
.bottom_benefit_cont .big_benefit p {
    margin-bottom: 12px;
    font-family: 'noto3';
    font-size: 22px;
    letter-spacing: -0.035em;
    line-height: 1;
    color: #fff;
}
.bottom_benefit_cont .big_benefit strong {
    font-family: 'noto6';
    font-size: 29px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: #fff;
}
.bottom_benefit_cont .benefit_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 24px;
}
.bottom_benefit_cont .benefit_wrap .benefit {
    position: relative;
    width: calc((100% - 48px) / 3);
    height: 310px;
    padding: 30px 0;
    border: 2px solid #9511ff;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_1.png') 48% 80% no-repeat;
    text-align: center;
}
.bottom_benefit_cont .benefit_wrap .benefit02 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_2.png') 50% 85% no-repeat;
}
.bottom_benefit_cont .benefit_wrap .benefit03 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_3.png') 52% 80% no-repeat;
}
.bottom_benefit_cont .benefit_wrap .benefit04 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_4.png') 35% 97% no-repeat;
}
.bottom_benefit_cont .benefit_wrap .benefit05 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_5.png') 48% 78% no-repeat;
}
.bottom_benefit_cont .benefit_wrap .benefit06 {
    background: #ffffff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass/bene_6.png') 54% 93% no-repeat;
}
.bottom_benefit_cont .benefit_wrap .benefit h3 {
    font-family: 'noto4';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: -0.035em;
}
.bottom_benefit_cont .benefit_wrap .benefit h3 em {
    font-family: 'noto7';
    font-size: 26px;
}
.bottom_benefit_cont .benefit_wrap .benefit .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 115px;
    right: 32px;
    width: 72px;
    height: 72px;
    border-radius: 100px;
    background: #ff4c4c;
}
.bottom_benefit_cont .benefit_wrap .benefit .bullet p {
    margin-top: 5px;
    font-family: market-b;
    font-size: 17.24px;
    line-height: 1.2;
    color: #ffffff;
}
.bottom_benefit_cont .benefit_wrap .benefit05 .bullet {
    top: 119px;
    right: 23px;
}
/* 혜택 : e*/
