@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;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

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

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

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1;
    margin: 9px 0 0;
    letter-spacing: -0.05em;
    font-size: 62px;
    font-family: 'noto7';
    color: #3818db;
}

.cat_main_cont .main_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    padding: 6px 24px 0;
    margin: 0 0 22px;
    border-radius: 46px;
    letter-spacing: -0.01em;
    font-size: 28px;
    font-family: 'market-b';
    background: #433c47;
    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% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 비주얼 */
.visual_cont {
    height: 1048px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/top_bg.png') center no-repeat;
}

.visual_cont .main_inner {
    padding: 110px 0 57px;
}

.visual_cont .visual_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 30px;
    border-radius: 57px;
    background: #fff;
    letter-spacing: -0.03em;
    color: #000;
    font-size: 29px;
    font-family: 'noto4';
}

.visual_cont .visual_text span {
    display: inline-block;
    font-family: 'noto6';
}

.visual_cont .visual_text span.red {
    color: #ff323c;
}

.visual_cont .visual_img_1 {
    margin: -160px 0 0 54px;
}

.visual_cont .visual_txt_slide_wrap {
    display: flex;
    align-items: center;
    margin-top: 58px;
    font-family: 'market-m';
    font-size: 50px;
    letter-spacing: -0.06em;
    line-height: 1.1;
}

.visual_cont .visual_txt_slide {
    position: relative;
    width: 260px;
    height: 50px;
    margin-top: -3px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'market-b';
    overflow: hidden;
}

.visual_cont .visual_list {
    display: flex;
    gap: 36px;
    position: relative;
    width: 100%;
    height: 206px;
    margin: 50px 0 0;
    padding: 0 30px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/top_benefit.png') center no-repeat;
}

.visual_cont .visual_list::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -82px;
    right: -39px;
    width: 165px;
    height: 165px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/blit.png') center no-repeat;
}

.visual_cont .visual_list .list_item {
    width: 100%;
    padding: 49px 0 0 47px;
    border-radius: 20px;
    box-sizing: border-box;
}

.visual_cont .visual_list .list_item .item_text {
    margin-bottom: 10px;
    font-family: 'noto4';
    font-size: 27px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #565656;
}

.visual_cont .visual_list .list_item .item_title {
    font-family: 'market-b';
    font-size: 43px;
    letter-spacing: -0.07em;
    line-height: 1.1;
    color: #000;
}

.visual_cont .visual_list .list_item_1 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/top_ico_01.png') no-repeat right -2px top 38px;
}

.visual_cont .visual_list .list_item_2 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/top_ico_02.png') no-repeat right 8px top 33px;
}

.visual_cont .visual_noti {
    width: 100%;
    margin: 12px 0 0 -2px;
    text-align: center;
    letter-spacing: -0.025em;
    font-size: 15px;
    color: #444444;
}

/* 비교 */
.comparison_cont {
    background: #f5f5f5;
}

.comparison_cont .main_inner {
    padding: 132px 0 73px;
}

.comparison_cont .main_title h3 {
    white-space: nowrap;
    text-indent: -10px;
}

.comparison_cont .txt_bullet {
    margin-bottom: 29px;
}

.comparison_cont .comparison_wrap {
    display: flex;
    width: 1157px;
    height: 673px;
    margin: 59px 0 0 57px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/vs_box.png') center no-repeat;
}

.comparison_cont .comparison_wrap .comparison_box.box_1 {
    width: 438px;
    height: 506px;
    margin-top: 66px;
    padding: 221px 0 0 100px;
    box-sizing: border-box;
}

.comparison_cont .comparison_wrap .comparison_box.box_2 {
    width: 662px;
    height: 584px;
    margin-top: 22px;
    padding: 263px 0 0 125px;
    box-sizing: border-box;
}

.comparison_cont .comparison_wrap .comparison_box.box_1 .item_list {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #393939;
}

.comparison_cont .comparison_wrap .comparison_box.box_1 .item_list + .item_list {
    margin-top: 19px;
}

.comparison_cont .comparison_wrap .comparison_box.box_1 .item_list::before {
    clear: both;
    content: '';
    display: block;
    width: 28px;
    height: 27px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/x_icon.png') center no-repeat;
}

.comparison_cont .comparison_wrap .comparison_box.box_2 .item_list {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'noto4';
    font-size: 27px;
    letter-spacing: -0.065em;
    line-height: 1;
}

.comparison_cont .comparison_wrap .comparison_box.box_2 .item_list + .item_list {
    margin-top: 35px;
}

.comparison_cont .comparison_wrap .comparison_box.box_2 .item_list em {
    font-family: 'noto7';
    color: #7704c0;
}

.comparison_cont .comparison_wrap .comparison_box.box_2 .item_list::before {
    clear: both;
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/check_icon.png') center no-repeat;
}

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

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

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

.product_cont .product_item .item_body {
    min-height: 390px;
    padding: 54px 0 0 40px;
}

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

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

.product_cont .product_item .item_tags li {
    display: flex;
    align-items: center;
    height: 39px;
    padding: 0 16px 0 20px;
    border-radius: 42px;
    box-sizing: border-box;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto7';
    background: #353535;
}

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

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

.product_cont .product_item .item_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 34px 0 0;
}

.product_cont .product_item .item_list li {
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #5f5f5f;
    font-size: 20px;
}

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

.product_cont .product_item .item_price .price_wrap {
    display: flex;
    gap: 16px;
}

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

.product_cont .product_item .price_origin_tag {
    font-size: 20px;
    font-family: 'noto6';
}

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

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

.product_cont .product_item .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -147px;
    right: -3px;
    width: 131px;
    height: 131px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background: #8b26e9;
}

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

.product_cont .product_item .btn_scroll {
    position: relative;
    width: 379px;
    height: 66px;
    margin: 20px 0 0;
    border-radius: 16px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 24px;
    font-family: 'noto6';
    background: #000;
}

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

/* 혜택 */
.benefit_cont {
    background: #320061;
}

.benefit_cont .main_inner {
    padding: 131px 0;
}

.benefit_cont .main_title p {
    color: #fff;
}

.benefit_cont .main_title h3 {
    color: #fff600;
}

.benefit_cont .benefit_list_1 {
    display: flex;
    gap: 22px;
    margin: 61px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 225px;
    padding: 48px 0 29px 27px;
    border-radius: 20px;
    background: #fee8ff;
}

.benefit_cont .benefit_list_1 .list_item_1 {
    background: #fee8ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_2.png') no-repeat right 16px bottom -33px;
}

.benefit_cont .benefit_list_1 .list_item_2 {
    padding-left: 35px;
    background: #fee8ff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_1.png') no-repeat right 5px bottom 11px;
}

.benefit_cont .benefit_list_1 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 20px;
}

.benefit_cont .benefit_list_1 .item_title {
    display: block;
    line-height: 1.2;
    margin: 8px 0 0;
    font-size: 31px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_1 .item_noti {
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin: auto 0 0;
    font-size: 15px;
    opacity: 0.5;
}

.benefit_cont .benefit_list_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 100%;
    margin: 24px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 351px;
    height: 294px;
    padding: 27px 23px 11px;
    border-radius: 21px;
    text-align: center;
    background: #fff;
}

.benefit_cont .benefit_list_2 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_3.png') no-repeat left 41px bottom -3px;
}

.benefit_cont .benefit_list_2 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/benefit_1.png') no-repeat left 63px bottom 21px;
}

.benefit_cont .benefit_list_2 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/benefit_2.png') no-repeat left 72px bottom 30px;
}

.benefit_cont .benefit_list_2 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_5.png') no-repeat left 65px bottom 17px;
}

.benefit_cont .benefit_list_2 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_7.png') no-repeat left 88px bottom 31px;
}

.benefit_cont .benefit_list_2 .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/benefit_8.png') no-repeat left 53px bottom 4px;
}

.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 20px;
}

.benefit_cont .benefit_list_2 .item_title {
    display: block;
    line-height: 1.2;
    margin: 6px 0 0;
    letter-spacing: -0.035em;
    font-size: 26px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_2 .item_noti {
    width: 100%;
    margin: auto 0 0;
    text-align: right;
    letter-spacing: -0.02em;
    font-size: 13px;
    opacity: 0.5;
}

.benefit_cont .plus_benefit_wrap {
    position: relative;
    width: 100%;
    height: 594px;
    margin-top: 63px;
    border-radius: 30px;
    background: #8b26e9;
}

.benefit_cont .plus_benefit_wrap::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/plus_icon.png') center no-repeat;
}

.benefit_cont .plus_benefit_wrap .main_inner {
    padding: 144px 0 151px;
}

.benefit_cont .plus_benefit_wrap .main_title {
    height: 170px;
    padding: 45px 0 0;
    box-sizing: border-box;
}

.benefit_cont .plus_benefit_wrap .main_title p {
    font-size: 31px;
}

.benefit_cont .plus_benefit_wrap .main_title h3 {
    font-size: 46px;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 424px;
    padding: 23px 33px 16px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
    height: 193px;
    padding: 13px 0 22px 25px;
    box-sizing: border-box;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .list_item_1 {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/plus_img_1.png') no-repeat right 55px bottom 58px;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .list_item_2 {
    padding-left: 54px;
    border-bottom: 1px solid #f3f3f3;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/plus_img_2.png') no-repeat right 38px bottom 55px;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .list_item_3 {
    padding-top: 23px;
    border-right: 1px solid #f3f3f3;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/plus_img_3.png') no-repeat right 48px bottom 41px;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .list_item_4 {
    padding-top: 23px;
    padding-left: 54px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/plus_img_4.png') no-repeat right 14px bottom 43px;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .list_item .item_num {
    width: 60px;
    height: 34px;
    margin-left: -15px;
    margin-bottom: 14px;
    border-radius: 30px;
    background: #4a3e55;
    font-family: 'market-m';
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -0.015em;
    text-align: center;
    line-height: 39px;
    color: #fff;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 27px;
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .item_title {
    display: block;
    line-height: 1.2;
    margin: 4px 0 0;
    font-size: 29px;
    letter-spacing: -0.085em;
    font-family: 'noto6';
}

.benefit_cont .plus_benefit_wrap .plus_benefit_list_1 .item_noti {
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: auto 0 0;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: right;
    opacity: 0.5;
}

/* 이유 */
.reason_cont {
    background: #f5f5f5;
}

.reason_cont .main_inner {
    padding: 134px 0 113px;
}

.reason_cont .reason_list {
    margin: 75px 0 0 12px;
}

/* 가성비 */
.cost_cont {
    background: linear-gradient(to bottom, #fff, #ecddfb);
}

.cost_cont .main_inner {
    padding-bottom: 100px;
}

.cost_cont .main_title {
    margin: 92px 0 0;
}

.cost_cont .cost_data {
    position: relative;
    width: 100%;
    margin: 56px 0 0;
}

.cost_cont .cost_data .data_item_1 {
    width: 100%;
}

.cost_cont .cost_data .data_item_1 .item_list_wrap {
    display: flex;
    gap: 22px;
    width: 100%;
}

.cost_cont .cost_data .data_item_1 .item_list {
    width: 100%;
    height: 218px;
    padding: 43px 42px;
    border: 2px solid #838383;
    border-radius: 20px;
    box-sizing: border-box;
    background: #fff;
}

.cost_cont .cost_data .data_item_1 .item_list_1 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/cost_benefit_1.png') top 59% right 43px no-repeat;
}

.cost_cont .cost_data .data_item_1 .item_list_2 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/cost_benefit_2.png') top 65% right 21px no-repeat;
}

.cost_cont .cost_data .data_item_1 .item_list p {
    margin-bottom: 12px;
    font-family: 'noto4';
    font-size: 23px;
    letter-spacing: -0.055em;
    line-height: 1;
    color: #403f3f;
}

.cost_cont .cost_data .data_item_1 .item_list strong {
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.055em;
    line-height: 1.2;
    color: #403f3f;
}

.cost_cont .cost_data .data_item_1 .item_list strong em {
    position: relative;
    z-index: 1;
}

.cost_cont .cost_data .data_item_1 .item_list strong em::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 17px;
    background: #fffb97;
    z-index: -1;
}

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

.cost_cont .cost_data .data_item_2 {
    width: 100%;
    height: 160px;
    padding: 54px 147px 0 0;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/count_box.png') 0 0 no-repeat;
}

.cost_cont .cost_data .data_item_2 .counter {
    line-height: 1.2;
    text-align: right;
    letter-spacing: 0.025em;
    color: #fff600;
    font-size: 58px;
    font-family: 'market-b';
}

.cost_cont .cost_data .counter_noti {
    margin-top: 15px;
    margin-right: 11px;
    font-family: 'noto6';
    font-size: 18px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: right;
    color: #5c5c5c;
}

/* 커리큘럼 */
.curri_cont {
}

.curri_cont .main_inner {
    padding: 134px 0 100px;
}

.curri_cont .curri_item {
    margin-top: 85px;
}

.curri_cont .curri_item + .curri_item {
    margin-top: 91px;
}

.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: 100%;
    height: 100%;
    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: 16px 0 0 0;
}

.curri_cont .tr_title th:nth-child(4) .td_inner {
    border-radius: 0 16px 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 16px;
}

.curri_cont .tr_contents td:nth-child(6) .td_inner {
    border-radius: 0 0 16px 0;
}

.curri_cont .tr_contents .td_inner {
    padding-top: 55px;
    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: 14px;
}

.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: 14px;
    font-family: 'noto7';
    font-size: 22px;
    letter-spacing: -0.035em;
    line-height: 1;
}

.curri_cont .curri_item_2 img {
    margin: -20px 0 0 87px;
}

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

.professor_cont .main_inner {
    position: relative;
    padding: 44px 0 173px;
}

.professor_cont .main_inner::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 200px;
    right: -400px;
    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 {
    position: relative;
    width: 1400px;
    margin: 26px 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: #ac33ff;
}

.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/janghakgeum/teacher_tab.png') no-repeat 0 0;
    background-position-y: -20px;
}

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

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

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

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

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

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

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

.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/janghakgeum/teacher_1.png') center bottom 73px 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 73px no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_9.png') center bottom 73px no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/teacher_2.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/janghakgeum/teacher_1.png') center bottom 73px 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: 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: #ffdb00;
}
.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;
}

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

/* 도서 */
.book_cont .main_inner {
    padding: 118px 0 109px;
}

.book_cont .book_item {
    position: relative;
    margin: 72px 0 0 -12px;
}

.book_cont .book_item .item_bullet {
    position: absolute;
    top: -28px;
    right: -48px;
}

.book_cont .book_item .item_bullet.bullet_2 {
    top: 128px;
}

.book_cont .book_step {
    margin: 45px 0 60px;
}

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

.book_cont .book_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 660px;
}

.book_cont .book_slide .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.book_cont .book_slide .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 1;
    background: #b0b0b0;
}

.book_cont .book_slide .swiper-pagination-bullet-active {
    background: #ac33ff;
}

/* 특별 혜택 */
.special_cont {
    background: #e6f2ff;
}

.special_cont .main_inner {
    padding: 121px 0 168px;
}

.special_cont .special_list {
    display: flex;
    gap: 22px;
    width: 100%;
    margin: 72px 0 0;
}

.special_cont .special_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 604px;
    padding: 41px 0 26px;
    border-radius: 20px;
    box-shadow: 0px 10px 32px 0px rgba(96, 96, 96, 0.38);
    background: #fff;
}

.special_cont .special_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/list_item_1.png') no-repeat left 12px bottom 57px;
}

.special_cont .special_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/list_item_2.png') no-repeat left -1px bottom 56px;
}

.special_cont .special_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/list_item_3.png') no-repeat left 77px bottom 59px;
}

.special_cont .special_list .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 34px;
    border-radius: 47px;
    letter-spacing: -0.065em;
    font-size: 19px;
    font-family: 'market-b';
    line-height: 1;
    background: #2f166a;
    color: #fff;
}

.special_cont .special_list .item_text {
    margin-top: 14px;
    line-height: 1.3;
    letter-spacing: -0.065em;
    text-align: center;
    font-size: 28px;
    font-family: 'noto5';
}

.special_cont .special_list .item_text em {
    font-family: 'noto7';
    font-size: 38px;
}

.special_cont .special_list .item_info {
    width: 100%;
    margin: 25px 0 0;
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #585858;
    font-size: 13px;
}

.special_cont .special_list .item_info li {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 300px;
    height: 53px;
    margin: 0 auto;
    padding-left: 14px;
    border: 2px solid #dbdbdb;
    border-bottom-width: 4px;
    border-radius: 12px;
    box-sizing: border-box;
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.065em;
    text-align: center;
    line-height: 50px;
    color: #2b2b2b;
}

.special_cont .special_list .item_info li::before {
    clear: both;
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/list_item_check.png') center no-repeat;
}

.special_cont .special_list .list_item_1 .item_info li {
    width: 280px;
    padding-left: 34px;
}

.special_cont .special_list .item_info li + li {
    margin-top: 14px;
}

.special_cont .special_list .item_noti {
    position: absolute;
    bottom: -37px;
    right: 13px;
    width: 100%;
    font-family: 'noto6';
    line-height: 1.2;
    letter-spacing: -0.045em;
    text-align: right;
    color: #5c5c5c;
    font-size: 18px;
}

/* 리뷰 */
.review_cont .main_inner {
    padding: 124px 0 48px;
}

.review_cont .main_title .txt_bullet {
    margin-bottom: 28px;
}

.review_cont .main_title h3 {
    font-size: #000;
}

.review_cont .reviews_slide {
    position: relative;
    width: 1150px;
    height: 853px;
    margin: 79px 0 0 -25px;
    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;
}

/* 시작 */
.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 {
    font-size: 50px;
    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: 82px;
    right: 73px;
}

/* 하단 배너 */
.banner_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.banner_bottom button {
    display: block;
}
