
.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ul-table,
.div-table {
    display: table;
}

.ul-table>*,
.div-table>* {
    display: table-cell;
}

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

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

.tc {
    text-align: center !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-over {
    overflow: hidden;
}

.col50 {
    width: 50%;
}

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

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.skip,
legend,
caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}

@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 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;
    font-size: 32px;
    font-family: 'noto5';
}

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1.3;
    margin: 9px 0 0;
    letter-spacing: -0.065em;
    font-size: 48px;
    font-family: 'noto7';
}

.cat_main_cont .main_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 38px;
    margin: 0 0 22px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/point.png') center no-repeat;
    font-family: 'noto7';
    font-size: 22px;
    letter-spacing: -0.03em;
    text-align: center;
    text-indent: 20px;
    color: #fff;
}

.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%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes blinkColor {
    0%,
    49% {
        color: #fff;
    }
    50%,
    100% {
        color: #fffc00;
    }
}

.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 */
.pass_review_wrap {
    height: 60px;
    box-sizing: border-box;
    background: #8d1ca2;
}
.pass_review_wrap .inner {
    width: 1100px;
    margin: 0 auto;
}
.pass_review_wrap .pass_review_slide {
    height: 60px;
    overflow: hidden;
}
.pass_review_wrap .pass_review_slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    box-sizing: border-box;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 20px;
    font-family: 'market-m';
    transition: 0.3s;
}
.pass_review_wrap .pass_review_slide .swiper-slide.swiper-slide-active::before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 48px;
    margin-right: 22px;
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/top_hugi_icon.png') no-repeat 0 bottom;
}
.pass_review_wrap .pass_review_slide .swiper-slide p {
    line-height: 1;
    margin-right: 10px;
}
/* 합격 후기 배너:E */

/* visual : s */
.visual_cont {
    height: 840px;
    background: #140a1e url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/top_bg.png') center no-repeat;
}
.visual_cont .main_inner {
    padding: 9px 0 0;
}
.visual_cont .top_loop {
    margin-left: -704px;
    animation: floating 1s linear infinite;
}
.visual_cont .top_title {
    position: relative;
    margin: -332px -193px 0 0;
    z-index: 1;
}
.visual_cont .item_box_wrap {
    display: flex;
    gap: 50px;
    width: 100%;
    margin-top: 6px;
}
.visual_cont .item_box_wrap .item_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 147px;
    border: 5px solid transparent;
    border-radius: 24px;
    background: #1d0634;
}
.visual_cont .item_box_wrap .item_box.active {
    border: 5px solid #bc00ff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    background: #fff;
}
.visual_cont .item_box_wrap .item_box p {
    font-family: 'noto4';
    font-size: 26px;
    letter-spacing: -0.045em;
    line-height: 1.2;
    text-align: center;
    color: #736383;
}
.visual_cont .item_box_wrap .item_box.active p {
    color: #000;
}
.visual_cont .item_box_wrap .item_box p em {
    font-family: 'noto7';
}
/* visual : e */

/* 상품 : s */
.product_cont {
    height: 1271px;
    padding: 125px 0;
    background: #ffeffb;
    overflow: hidden;
}
.product_cont .main_title {
    position: relative;
    z-index: 1;
}
.product_cont .main_title::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -93px;
    left: -183px;
    width: 505px;
    height: 310px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/loop_bg.png') center no-repeat;
    z-index: -1;
}
.product_cont .product_list {
    display: flex;
    gap: 54px;
    margin-top: 76px;
}
.product_cont .product_list .list_item {
    position: relative;
    width: 523px;
    height: 828px;
    border-radius: 24px;
}
.product_cont .product_list .list_item_1 {
    background: #f8f8f8;
    border: 3px solid #a300dd;
}
.product_cont .product_list .list_item_2 {
    background: #f8f8f8;
    border: 3px solid #0064ff;
}
.product_cont .product_list .list_item::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    width: 162px;
    height: 162px;
}
.product_cont .product_list .list_item_1::before {
    top: -80px;
    left: -84px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/product_bullet_1.png') center no-repeat;
}
.product_cont .product_list .list_item_2::before {
    top: -83px;
    right: -67px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/product_bullet_2.png') center no-repeat;
}
.product_cont .product_list .list_item ul {
    width: clac(100% - 2px);
    background: #ffffff;
}
.product_cont .product_list .list_item li {
    position: relative;
    border-bottom: 2px solid #eeeeee;
    padding: 26px 0 20px 142px;
    font-size: 28px;
    font-family: 'noto4';
    line-height: 1.2;
    letter-spacing: -0.055em;
}
.product_cont .product_list .list_item_2 li {
    padding-left: 147px;
}
.product_cont .product_list .list_item li em {
    font-family: 'noto7';
}
.product_cont h2 {
    padding: 40px 0 38px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: #a300dd;
    font-family: 'noto7';
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.045em;
    text-align: center;
    color: #ffffff;
}
.product_cont .list_item_2 h2 {
    background: #0064ff;
}
.product_cont .product_list .list_item li.fir {
    color: #bc00ff;
}
.product_cont .product_list .list_item_2 li.fir {
    color: #0064ff;
}
.product_cont .product_list .list_item li.sec,
.product_cont .product_list .list_item_2 li.sec {
    padding: 17px 0 22px 142px;
}
.product_cont .product_list .list_item li.thi,
.product_cont .product_list .list_item_2 li.thi {
    padding: 17px 0 34px 147px;
    border-bottom: 0;
}
.product_cont .list_item_1 .fir {
    border-bottom: 2px solid #ffffff;
}
.product_cont .list_item_2 .fir {
}
.product_cont .list_item_1 .sec {
    border-bottom: 2px solid #ffffff;
}
.product_cont li:after {
    position: absolute;
    display: block;
    content: '';
    width: 58px;
    height: 58px;
    border-radius: 50%;
    left: 58px;
    top: 52%;
    transform: translateY(-50%);
}
.product_cont .list_item_1 li.fir:after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/ic_refund_01.png') center no-repeat #f5d7ff;
}
.product_cont .list_item_1 li.sec:after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/ic_refund_02.png') center no-repeat #faebff;
}
.product_cont .list_item_1 li.thi:after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/ic_refund_03.png') center no-repeat #faebff;
}
.product_cont .list_item_2 li:after {
    left: 65px;
}
.product_cont .list_item_2 li.fir:after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/ic_refund_05.png') center no-repeat #bfd8ff;
}
.product_cont .list_item_2 li.sec:after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/ic_refund_06.png') center no-repeat #e6f0ff;
}
.product_cont .list_item_2 li.thi:after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/ic_refund_07.png') center no-repeat #e6f0ff;
}
.product_cont .price_txt_wrap {
    padding: 26px 0 52px;
    box-sizing: border-box;
}
.product_cont .price_txt_wrap .price_txt_bullet {
    width: 235px;
    height: 39px;
    margin: 0 auto;
    border-radius: 40px;
    background: #ff0000;
    font-family: 'noto7';
    font-size: 21px;
    letter-spacing: -0.055em;
    line-height: 38px;
    text-align: center;
    color: #fff;
    animation: blinkColor 1s linear infinite;
}
.price_txt {
    position: relative;
    padding: 26px 0 32px;
    font-size: 40px;
    font-family: 'noto7';
    line-height: 140%;
}
.price_txt .origin_price {
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-family: 'noto5';
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.055em;
    text-align: center;
    color: #b9b9b9;
}
.price_txt .origin_price span,
.price_txt .origin_price em {
    font-family: 'noto7';
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.055em;
    color: #b9b9b9;
}
.price_txt b {
    display: block;
    margin-top: 15px;
    font-size: 60px;
    font-family: 'noto7';
    text-align: center;
}
.price_txt em {
    font-size: 25px;
    font-family: 'noto7';
}
.price_txt b em {
    font-size: 60px;
}
.price_txt .origin_price:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 1px;
    background: #b9b9b9;
}
.product_cont .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 457px;
    height: 84px;
    margin: 0 auto;
    border-radius: 20px;
    background: #000;
    font-family: 'noto7';
    font-size: 34px;
    letter-spacing: -0.055em;
    color: #ffffff;
}
.product_cont .btn_scroll::before {
    content: '';
    position: absolute;
    top: 61px;
    right: 25px;
    width: 37px;
    height: 48px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}
/* 상품 : e */

/* 혜택 : s */
.benefit_cont {
    background: linear-gradient(to bottom, #012998, #010153);
}
.benefit_cont .main_inner {
    padding: 124px 0 126px;
}
.benefit_cont .main_title {
    color: #fff;
}
.benefit_cont .main_title h3 {
    margin-left: -10px;
}
.benefit_cont .benefit_list_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 24px;
    margin: 64px 0 0;
    width: 100%;
}
.benefit_cont .benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(50% - 12px);
    height: 200px;
    padding: 60px 0 37px 30px;
    border-radius: 20px;
    background: #fff;
}
.benefit_cont .benefit_list_1 .list_item_1 {
    height: 191px;
    padding: 44px 0 37px 24px;
    background: #a300dd url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_1.png') no-repeat right 30px bottom 19px;
}
.benefit_cont .benefit_list_1 .list_item_2 {
    height: 191px;
    padding: 44px 0 37px 34px;
    background: #a300dd url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_2.png') no-repeat right 17px bottom 18px;
}
.benefit_cont .benefit_list_1 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_3.png') no-repeat right 36px bottom 23px;
}
.benefit_cont .benefit_list_1 .list_item_4 {
    padding: 60px 0 37px 39px;
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_4.png') no-repeat right 22px bottom 35px;
}
.benefit_cont .benefit_list_1 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_5.png') no-repeat right 38px bottom 43px;
}
.benefit_cont .benefit_list_1 .list_item_6 {
    padding: 60px 0 37px 39px;
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_6.png') no-repeat right 44px bottom 32px;
}
.benefit_cont .benefit_list_1 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.055em;
    font-family: 'noto5';
    font-size: 25px;
}
.benefit_cont .benefit_list_1 .list_item_1 .item_sub_title,
.benefit_cont .benefit_list_1 .list_item_2 .item_sub_title {
    font-size: 28px;
    color: #fff;
}
.benefit_cont .benefit_list_1 .item_title {
    display: block;
    line-height: 1.2;
    margin: 3px 0 0 -2px;
    letter-spacing: -0.055em;
    font-size: 28px;
    font-family: 'noto7';
}
.benefit_cont .benefit_list_1 .list_item_1 .item_title,
.benefit_cont .benefit_list_1 .list_item_2 .item_title {
    margin-top: 5px;
    color: #fff;
}
.benefit_cont .benefit_list_1 .item_noti {
    line-height: 1.2;
    letter-spacing: -0.045em;
    margin: auto 0 0 -3px;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}
.benefit_cont .benefit_list_2 {
    display: flex;
    position: relative;
    width: 1101px;
    height: 393px;
    margin: -23px 0 0 -12px;
    padding: 160px 0 30px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_box_1.png') center no-repeat;
    z-index: 1;
    transform: translateY(-100px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 1s;
}
.benefit_cont.is_active .benefit_list_2 {
    transform: translateY(0px);
    opacity: 1;
}
.benefit_cont .benefit_list_2 .list_item {
    width: 100%;
    height: 100%;
    padding: 54px 0 0 271px;
    box-sizing: border-box;
}
.benefit_cont .benefit_list_2 .list_item_1 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/big_benefit_1.png') no-repeat left 27px bottom 27px;
}
.benefit_cont .benefit_list_2 .list_item_2 {
    padding: 54px 0 0 291px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/big_benefit_2.png') no-repeat left 25px bottom 28px;
}
.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.055em;
    font-family: 'noto5';
    font-size: 25px;
}
.benefit_cont .benefit_list_2 .item_title {
    display: block;
    line-height: 1.2;
    margin: 6px 0 0 0;
    letter-spacing: -0.055em;
    font-size: 28px;
    font-family: 'noto7';
}
.benefit_cont .benefit_list_3 {
    position: relative;
    width: 100%;
    height: 361px;
    margin-top: -10px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_box_2.png') center no-repeat;
    z-index: 1;
    transform: translateY(-100px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 1.5s;
}
.benefit_cont.is_active .benefit_list_3 {
    transform: translateY(0px);
    opacity: 1;
}
.benefit_cont .benefit_list_3::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 24px;
    left: 62%;
    transform: translateX(-50%);
    width: 109px;
    height: 68px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/benefit_box_2_icon.png') center no-repeat;
}
.benefit_cont .benefit_list_3 p {
    padding: 138px 5px 21px 0px;
    font-family: 'noto4';
    font-size: 30px;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.benefit_cont .benefit_list_3 p em {
    font-family: 'noto7';
}
.benefit_cont .big_benefit_3_img {
    display: block;
    margin: 0 auto;
    transform: translateX(-5px);
}
/* 혜택 : e */

/* 이벤트 : s */
.event_cont {
}
.event_cont .coupon {
    position: absolute;
    top: 22%;
    right: -202px;
    animation: floating 1s linear infinite;
}
.event_cont .event_desc {
    position: absolute;
    bottom: 146px;
    left: -1px;
    font-family: 'noto3';
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
/* 이벤트 : e */

/* 전략 : s */
.strategy_cont {
    background: linear-gradient(to bottom, #fff, #99c1ff);
}
.strategy_cont .main_inner {
    padding: 100px 0 115px;
}
.strategy_cont .loop_img {
    margin: 0 0 30px -10px;
}
.strategy_cont .strategy_img {
    margin: 30px 0 8px -15px;
}
.strategy_cont .main_title .text_bullet {
    width: 427px;
    height: 71px;
    margin: 0 auto 34px;
    border-radius: 70px;
    border: 3px solid #000;
    border-bottom-width: 6px;
    border-right-width: 6px;
    box-sizing: border-box;
    background: #0064ff;
    font-family: 'noto6';
    font-size: 33px;
    letter-spacing: -0.035em;
    line-height: 59px;
    text-align: center;
    color: #fff;
    transform: translateX(4px);
}
.strategy_cont .main_title_2 h3 {
    font-size: 58px;
    letter-spacing: -0.065em;
}
.strategy_cont .main_title_2 h3 em {
    position: relative;
    color: #0064ff;
}
.strategy_cont .main_title_2 h3 em::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -33px;
    right: -7px;
    width: 39px;
    height: 33px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/star.png') center no-repeat;
}
.strategy_cont .strategy_item_wrap {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 56px;
}
.strategy_cont .strategy_item_wrap .strategy_item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 363px;
    height: 412px;
    padding-bottom: 70px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/strategy_box.png') center no-repeat;
}
.strategy_cont .strategy_item_wrap .strategy_item::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.strategy_cont .strategy_item_wrap .strategy_item_1::before {
    top: 63px;
    left: 46%;
    width: 233px;
    height: 182px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/strategy_benefit_2.png') center no-repeat;
}
.strategy_cont .strategy_item_wrap .strategy_item_2::before {
    top: 67px;
    left: 55%;
    width: 212px;
    height: 178px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/strategy_benefit_1.png') center no-repeat;
}
.strategy_cont .strategy_item_wrap .strategy_item_3::before {
    top: 71px;
    width: 159px;
    height: 169px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/strategy_benefit_3.png') center no-repeat;
}
.strategy_cont .strategy_item_wrap .strategy_item p {
    font-family: 'noto5';
    font-size: 24px;
    letter-spacing: -0.065em;
    line-height: 1.35;
    text-align: center;
    color: #fff;
}
.strategy_cont .strategy_item_wrap .strategy_item p em {
    font-family: 'noto7';
    font-size: 30px;
}
/* 전략 : e */

/*  리뷰 : s */
.hugiArea {
    padding: 124px 0 130px;
    background: #f5e0f0;
}
.hugiArea .main_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    transform: translateX(-10px);
}
.hugiArea .main_title::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -97px;
    right: -358px;
    width: 335px;
    height: 317px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/review_title_img.png') center no-repeat;
}
.hugiArea .main_title p {
    text-indent: 10px;
}
.hugiArea > img {
    display: block;
    margin: 0 auto;
}
.hugiArea .hugi_content {
    width: 100%;
    margin-top: 27px;
    overflow: hidden;
}
.hugiArea .review_list {
    display: flex;
    width: calc(341px * 40);
    transform: translateX(9px);
    margin-top: 70px;
    margin-left: -25%;
    padding-top: 20px;
    padding-bottom: 50px;
    animation: marquee 60s linear infinite;
}
.hugiArea .review_list:hover {
    animation-play-state: paused;
}
.hugiArea .review_list li {
    position: relative;
    width: 588px;
    height: 338px;
    margin-right: 52px;
    padding: 84px 0 0 64px;
    border-radius: 20px;
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_icon.png') 66px 40px / 48px 33px no-repeat;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    font-family: 'noto4';
    letter-spacing: -0.065em;
    transition: transform 0.2s ease-in;
}
.hugiArea .review_list li * {
    cursor: default;
}
.hugiArea .review_list li .review_img {
    position: absolute;
    top: -83px;
    right: 40px;
    width: 162px;
    height: 162px;
    border-radius: 200px;
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') 3px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img02 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -165px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img03 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -335px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img04 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -499px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img05 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -667px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img06 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -835px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img07 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -1009px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li.img08 .review_img {
    background: #99c1ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/icon_human.png') -1180px 8px / 1332px auto no-repeat;
}
.hugiArea .review_list li .list_tit {
    font-family: 'noto6';
    font-size: 30px;
    line-height: 1.2;
}
.hugiArea .review_list li .list_text {
    margin: 20px 0 16px;
    font-size: 20px;
    line-height: 1.4;
    color: #686868;
}
.hugiArea .review_list li .list_text em {
    font-family: 'noto6';
}
.hugiArea .review_list li .list_name {
    font-size: 16px;
    font-weight: bold;
    color: #acacac;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* 리뷰 : e */

/* 가성비 : s */
.cost_cont {
    margin-top: -47px;
    background: linear-gradient(to bottom, #f5e0f0 100px, #f4f4f4 100px);
}
.cost_cont .main_inner {
    position: relative;
    padding-bottom: 83px;
}
.cost_cont .main_inner::before,
.cost_cont .main_inner::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    animation: floating 1s linear infinite;
}
.cost_cont .main_inner::before {
    top: 157px;
    left: -210px;
    width: 281px;
    height: 280px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/middle_banner_img_1.png') center no-repeat;
    animation-delay: 0.5s;
}
.cost_cont .main_inner::after {
    top: -86px;
    right: -184px;
    width: 300px;
    height: 313px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/middle_banner_img_2.png') center no-repeat;
}
.cost_cont .main_title {
    margin: 129px auto 63px;
}
.cost_cont .main_title h3 {
    margin-top: 5px;
}
.cost_cont .graph_img {
    margin-left: -80px;
}
/* 가성비 : e */

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

.professor_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 129px 0;
}

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

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

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

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 109px;
    height: 119px;
    padding: 6px 0 0;
    border-radius: 54px;
    color: #b8b8b8;
    background: #818181;
    cursor: pointer;
}

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

.professor_cont .professor_slide .page_item p {
    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 .swiper-slide {
    position: relative;
    width: 1400px;
    padding: 111px 0 100px 150px;
    text-align: left;
    z-index: 1;
}

/* .professor_cont .professor_slide .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, #2b2d2c 10%, rgba(43, 45, 44, 0));
} */

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: -46px;
    width: 881px;
    height: 935px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center 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_8.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_9.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_2.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_10.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_3.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_7::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_4.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_8::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_5.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_9::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_6.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_10::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_11::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/teacher_5.png') center top 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_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: 12px;
    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;
    background: linear-gradient(to right, #feb3ff, #f13fff);
    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: #ffdb00;
}
.professor_cont .professor_slide .slide_name {
    display: block;
    line-height: 1.2;
    width: fit-content;
    margin: 32px 0 0;
    letter-spacing: -0.025em;
    font-family: 'noto7';
    font-size: 55px;
    background: linear-gradient(to right, #feb3ff, #f13fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.professor_cont .professor_slide .slide_list {
    position: absolute;
    right: 152px;
    bottom: 100px;
    z-index: 2;
}
.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: 32px 0 0;
    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.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: 330px;
    margin: 43px 0 0 0;
    z-index: 2;
}

.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: 79px 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 */
.curri_cont {
    background: #f4f4f4;
}
.curri_cont .main_inner {
    padding: 128px 0 130px;
}
.curri_cont .curri_item {
    margin-top: 46px;
    margin-left: -6px;
}
.curri_cont .curri_item + .curri_item {
    margin-top: 51px;
}
.curri_cont .curri_item .curri_sub_txt {
    display: block;
    width: fit-content;
    margin: 0 auto 29px;
    padding: 10px 38px;
    border-radius: 50px;
    box-sizing: border-box;
    background: #f1e4ff;
    font-family: 'noto6';
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 1;
    transform: translateX(6px);
}
.curri_cont .curri_table {
    position: relative;
    width: 1098px;
    height: 312px;
    table-layout: fixed;
    border-collapse: collapse;
}
.curri_cont .curri_table td,
.curri_cont .curri_table th {
    height: 100%;
}
.curri_cont .curri_table .td_inner {
    height: 100%;
    border: 1px solid #000;
    background: #fff;
}
.curri_cont .curri_table tr + tr .td_inner,
.curri_cont .tr_title th:nth-child(4) .td_inner {
    border-top: none;
}
.curri_cont .curri_table th + th .td_inner,
.curri_cont .curri_table td + td .td_inner,
.curri_cont .tr_title th:nth-child(4) .td_inner {
    border-left: none;
}
.curri_cont .curri_table th:not(:last-child) .td_inner,
.curri_cont .curri_table td:not(:last-child) .td_inner {
    border-right: 1px solid #e1e1e1;
}
.curri_cont .tr_title th {
    height: 104px;
}
.curri_cont .tr_title .td_inner {
    padding: 24px 0 9px;
    box-sizing: border-box;
    border-bottom: none;
    letter-spacing: -0.035em;
    background: #313131;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
}
.curri_cont .tr_title th:nth-child(1) .td_inner {
    border-radius: 20px 0 0 0;
}
.curri_cont .tr_title th:nth-child(4) .td_inner {
    border-radius: 0 20px 0 0;
}
.curri_cont .tr_title .td_inner p {
    margin-bottom: 4px;
    font-family: 'noto3';
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: #fff;
}
.curri_cont .tr_title .td_inner strong {
    font-family: 'market-b';
    font-size: 23px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    background: linear-gradient(to right, #dbcdff, #f9f7fe);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.curri_cont .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 20px;
}
.curri_cont .tr_contents td:nth-child(5) .td_inner {
    border-radius: 0 0 20px 0;
}
.curri_cont .tr_contents .td_inner {
    padding-top: 45px;
    box-sizing: border-box;
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.055em;
    text-align: center;
    font-family: 'noto3';
    font-size: 18px;
    color: #393939;
}
.curri_cont .tr_contents .td_inner.bullet_inner {
    padding-top: 23px;
}
.curri_cont .tr_contents .td_inner .td_bullet {
    width: 114px;
    height: 30px;
    margin: 0 auto 12px;
    border-radius: 30px;
    background: #ff323c;
    font-family: 'noto7';
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 30px;
    color: #fff;
}
.curri_cont .tr_contents .td_inner strong {
    display: block;
    margin-bottom: 23px;
    font-family: 'noto7';
    font-size: 22px;
    letter-spacing: -0.035em;
    line-height: 1;
}
.curri_cont .tr_contents .td_inner.bullet_inner strong {
    margin-bottom: 14px;
}
.curri_cont .curri_item_2 {
    position: relative;
}
.curri_cont .curri_item_2::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    right: -100px;
    width: 173px;
    height: 173px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/curri_bullet.png') center no-repeat;
}
.curri_cont .curri_item_2 img {
    margin: 2px 0 0 2px;
}
/* 커리큘럼 : e */

/* 도서 : s */
.book_cont .main_inner {
    padding: 132px 0 120px;
}

.book_cont .main_title h3 {
    margin-top: 5px;
}

.book_cont .book_desc {
    margin: 10px 0;
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: center;
    color: #000;
    opacity: 0.4;
}

.book_cont .book_item {
    position: relative;
    margin: 70px 0 0 -8px;
}

.book_cont .book_item .item_bullet {
    position: absolute;
    top: -47px;
    right: -14px;
}

.book_cont .book_list {
    margin: 67px 0 0 -10px;
}

.book_cont .book_slide {
    position: relative;
    margin: 71px 0 0;
    width: 1100px;
    height: 567px;
    overflow: hidden;
}

.book_cont .book_slide .swiper-pagination {
    display: flex;
    gap: 12px;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 0 0 0 35px;
    width: 100%;
}

.book_cont .book_slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 1;
    background: transparent;
}

.book_cont .book_slide .swiper-pagination-bullet-active {
    background: #000;
}
.book_cont .book_review_wrap {
    position: relative;
    width: 1350px;
    margin: 110px 0 0;
}
.book_cont .book_review {
    position: static;
    height: 321px;
    width: 1120px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.book_cont .book_review .swiper-slide {
    position: relative;
    width: 559px;
    height: 204px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    box-sizing: border-box;
}
.book_cont .book_review .div-table {
    width: 100%;
}
.book_cont .book_review .div-table > div {
    display: flex;
    width: 100%;
    padding: 32px 30px;
    text-align: left;
}
.book_cont .book_review .div-table .txt {
    font-size: 23px;
    letter-spacing: -0.065em;
    line-height: 1.3;
    color: #000;
    cursor: default;
}
.book_cont .book_review .div-table .name {
    margin-top: 16px;
    font-size: 15px;
    letter-spacing: -0.065em;
    color: #666666;
}
.book_cont .book_review .div-table .imgwrap {
    width: 108px;
    height: 108px;
    border-radius: 100px;
    background: #dff2ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/hugi_icon.png') no-repeat 7px 0;
    transform: scale(0.7);
}
.book_cont .book_review .sl2 .div-table .imgwrap {
    background-position: -93px 0;
}
.book_cont .book_review .sl3 .div-table .imgwrap {
    background-position: -193px 0;
}
.book_cont .book_review .sl4 .div-table .imgwrap {
    background-position: -293px 0;
}
.book_cont .book_review .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.book_reveiw_area .swiper-button-prev img {
    display: block;
    margin-left: -6px;
}
.book_reveiw_area .swiper-button-next img {
    display: block;
    margin-right: -6px;
}
.book_reveiw_area .swiper-button:after {
    display: none;
}
/* 도서 : e */

/* 특별혜택 : s */
.special_benefit_cont {
    background: #f4f4f4;
}
.special_benefit_cont .main_inner {
    padding: 130px 0 128px;
}
.special_benefit_cont .main_title h3 {
    margin-top: 5px;
}
.special_benefit_cont .special_list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    position: relative;
    width: 100%;
    margin: 62px 0 0;
}
.special_benefit_cont .special_list .list_num {
    font-family: 'noto7';
    font-size: 36px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #bdbdbd;
}
.special_benefit_cont .special_list .list_item {
    position: relative;
    width: calc(50% - 16px);
    height: 300px;
    padding: 43px 0 0 43px;
    border: 3px solid #000;
    border-radius: 24px;
    list-style-type: none;
    background: #fff;
}
.special_benefit_cont .special_list .list_item::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
}
.special_benefit_cont .special_list .list_item_1::after {
    top: 78px;
    right: 14px;
    width: 219px;
    height: 170px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/bottom_benefit_1.png') center no-repeat;
}
.special_benefit_cont .special_list .list_item_2::after {
    top: 78px;
    right: 8px;
    width: 219px;
    height: 163px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/bottom_benefit_2.png') center no-repeat;
}
.special_benefit_cont .special_list .list_item_3::after {
    top: 77px;
    right: 15px;
    width: 196px;
    height: 146px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/bottom_benefit_3.png') center no-repeat;
}
.special_benefit_cont .special_list .list_item_4::after {
    top: 86px;
    right: -2px;
    width: 219px;
    height: 142px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/v2/bottom_benefit_4.png') center no-repeat;
}
.special_benefit_cont .special_list .item_sub_title {
    margin-top: 22px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 20px;
    color: #333333;
}
.special_benefit_cont .special_list .item_title {
    display: block;
    margin-top: 14px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 38px;
    font-family: 'noto7';
}
.special_benefit_cont .special_list .item_title span {
    position: relative;
    display: inline-block;
    width: fit-content;
    z-index: 1;
}
.special_benefit_cont .special_list .item_title span::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 102%;
    height: 20px;
    background: #f1caff;
    z-index: -1;
}
/* 특별혜택 : e */

/* 리얼 후기 : s */
.review_cont .main_inner {
    padding: 122px 0 172px;
}

.review_cont .reviews_slide {
    position: relative;
    width: 1150px;
    height: 853px;
    margin: 69px 0 0 0;
    padding: 60px 25px 0;
    box-sizing: border-box;
    overflow-y: hidden;
}
.review_cont .reviews_slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 650px;
    background: linear-gradient(to top, #fff 5%, rgba(255, 255, 255, 0));
    z-index: 2;
}
.review_cont .reviews_slide .swiper-wrapper {
    z-index: 1;
}
.review_cont .reviews_slide .swiper-slide {
    position: relative;
    width: 100%;
    height: 256px;
    padding: 50px 0 0 70px;
    border-radius: 30px;
    box-shadow: 0 11px 32px rgba(0, 0, 0, 0.2);
    background: #fff;
    opacity: 1;
    transition: 0.3s ease-in;
}
.review_cont .reviews_slide .swiper-slide::before,
.review_cont .reviews_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
}
.review_cont .reviews_slide .swiper-slide::before {
    position: absolute;
    top: -53px;
    right: 268px;
    width: 287px;
    height: 126px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_bullet.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide::after {
    bottom: 0;
    right: 32px;
}
.review_cont .reviews_slide .swiper-slide_1::after {
    width: 320px;
    height: 307px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_1.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_2::after {
    width: 294px;
    height: 306px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_2.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_3::after {
    right: 20px;
    width: 321px;
    height: 311px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_3.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_4::after {
    width: 310px;
    height: 295px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_4.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_5::after {
    width: 255px;
    height: 298px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_5.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_6::after {
    width: 312px;
    height: 303px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_6.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_7::after {
    width: 312px;
    height: 303px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_7.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide_8::after {
    width: 312px;
    height: 303px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_8.png') center no-repeat;
}
.review_cont .reviews_slide .swiper-slide-prev {
    box-shadow: none;
}
.review_cont .reviews_slide .swiper-slide strong {
    display: block;
    font-family: 'noto7';
    font-size: 36px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: left;
    color: #233d69;
}
.review_cont .reviews_slide .swiper-slide p {
    margin-top: 26px;
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.045em;
    line-height: 1.4;
    text-align: left;
}
.review_cont .reviews_slide .swiper-slide span {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 15px;
}
/* 리얼 후기 : e */

/* 시작 */
.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.evidence_area_wrap.align_center {
    justify-content: center;
}

.evidence_area {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.evidence_btn {
    display: block;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #000000;
    cursor: pointer;
}

.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}

.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

.evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}

.evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}

.evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}

.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li:nth-child(even) {
    color: red;
}

/* 레이아웃 */
.main-container .evidence_area {
    top: 6px;
}

.main_event_wrap .evidence_area,
.cat_main_cont .evidence_area {
    position: absolute;
    top: 98px;
    right: 65px;
}

.main_event_wrap .evidence_popup_area,
.cat_main_cont .evidence_popup_area {
    left: auto;
    right: 0;
}

.main_event_wrap .evidence_btn,
.cat_main_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #1e8c84;
    color: #1e8c84;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #243c3c;
}

.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 {
    top: 93px;
    right: 103px;
}

/*수강신청 공통:S*/
.apply_wrap .curri ul {
    /* width:100%; */
    display: table;
    margin: 44px auto 0;
    overflow: hidden;
}
.apply_wrap .curri ul li {
    display: table-cell;
    width: 187px;
    background: #dbe6ec;
    float: left;
    margin-right: 16px;
    padding: 27px 0;
    border-radius: 10px;
}
.apply_wrap .curri ul li:last-of-type {
    margin-right: 0;
}
.apply_wrap .curri ul li em {
    font-family: 'noto2';
    display: block;
    font-size: 22px;
    color: #425e73;
}
.apply_wrap .curri ul li strong {
    font-size: 23px;
    display: block;
    margin: 12px auto;
    color: #104f7a;
}
.apply_wrap .curri ul li .img_wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #c6d1d7;
    border-radius: 50%;
    display: table;
}
.apply_wrap .curri ul li .img_wrap p {
    vertical-align: middle;
    display: table-cell;
}
.apply_wrap .curri ul li > p {
    font-size: 17px;
    margin-top: 10px;
    line-height: 23px;
}
.apply_wrap .curri ul li:last-of-type {
    margin-right: 0;
}
.apply_wrap .book {
    background: #f0ede6;
    padding: 79px 0;
}
.apply_wrap .book img:nth-of-type(2) {
    margin: 50px auto 48px;
}
.apply_wrap .book p {
    font-size: 18px;
    line-height: 26px;
}
.apply_wrap .benefit_wrap {
    background: #d9dee2;
    padding: 70px 0;
}
.apply_wrap .benefit1 {
    display: table;
    width: 100%;
    margin-top: 60px;
}
.apply_wrap .benefit1 > div {
    height: 172px;
    width: 33.33%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.apply_wrap .benefit1 > div strong {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
}
.apply_wrap .benefit1 > div {
    font-size: 14px;
    font-family: 'noto2';
}
.apply_wrap .benefit1 > div img {
    float: left;
    margin-right: 12px;
}
.apply_wrap .benefit2 {
    background: #c6cfd8;
}
.apply_wrap .benefit2 .div-table {
    display: table;
    width: 100%;
}
.apply_wrap .benefit2 p {
    width: 20%;
    height: auto;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 90px 0 10px;
    font-size: 17px;
    position: relative;
}
.apply_wrap .benefit2 p a {
    display: block;
    background: #333333;
    width: 69px;
    height: 21px;
    font-size: 12px;
    color: #fff;
    margin: 5px auto 0;
    border-radius: 15px;
    line-height: 20px;
    font-family: 'noto3';
}
.apply_wrap .benefit2 p:after {
    background: url('/_skin/tpl_skin/common_images/bene_icon_x.png') center no-repeat;
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: calc(50% - 0px);
}
.apply_wrap .benefit2 p:last-child:after {
    display: none;
}
/* .apply_wrap .benefit2 p:nth-child(1){
	background:url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/all_life/benefit_3.png') center 29px no-repeat;
} */
.apply_wrap .benefit2 p:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/all_life/benefit_4.png') center 35px no-repeat;
}
.apply_wrap .benefit2 p:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/all_life/benefit_5.png') center 20px no-repeat;
}
.apply_wrap .benefit2 p:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/all_life/benefit_6.png') center 30px no-repeat;
}
.apply_wrap .benefit2 p:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/all_life/benefit_7.png') center 32px no-repeat;
}

/*수강신청 공통:E*/
