@charset "UTF-8";
/* 공통 */
@keyframes to-right {
    to {
        transform: translateX(1000px);
    }
}

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

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

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

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

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

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

.cat_main_cont {
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.cat_main_cont .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 .main_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.045em;
}

.cat_main_cont .main_title h3 {
    display: block;
    margin-top: 3px;
    line-height: 1.3;
    letter-spacing: -0.045em;
    font-size: inherit;
    font-family: 'noto7';
}

.cat_main_cont .main_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 38px;
    margin: 0 auto 13px;
    border-radius: 5px;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto6';
    background: #fe2300;
}

/* 근거 확인 */
.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.evidence_area {
    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);
    right: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
}
.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    line-height: 1.1;
    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(.type_point) {
    text-indent: 10px;
}

.evidence_popup_area li.type_red::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.type_point {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li.type_red {
    color: red;
}

/* 비주얼 */
.visual_cont {
    min-height: 968px;
    background: #000 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/visual_bg.jpg') no-repeat center top;
}

.visual_cont .main_inner {
    padding: 94px 0 0;
}

.visual_cont .visual_title {
    position: relative;
    width: 1119px;
    margin: 82px 0 0;
}

.visual_cont .visual_title > div {
    overflow: hidden;
}

.visual_cont .visual_title .title_img_2 {
    position: absolute;
    top: 170px;
    left: 62px;
    opacity: 0;
    transform-origin: center;
}

.visual_cont.is_active .visual_title .title_img_2 {
    animation: scaleIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.visual_cont .visual_title .title_img_3 {
    position: absolute;
    top: 284px;
    left: 662px;
}

.visual_cont .visual_title .title_img_1 img,
.visual_cont .visual_title .title_img_3 img {
    transform: translate(0, -100%);
    transition: transform 0.5s ease 0.1s;
}

.visual_cont.is_active .visual_title .title_img_1 img,
.visual_cont.is_active .visual_title .title_img_3 img {
    transform: translate(0, 0);
}

.visual_cont .visual_note {
    position: relative;
    margin: 359px 0 0 17px;
    padding: 0 55px;
    text-align: center;
}

.visual_cont .visual_note::before,
.visual_cont .visual_note::after {
    content: '';
    position: absolute;
    width: 57px;
    height: 43px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/icon_quotes_left.png') no-repeat 0 0;
}

.visual_cont .visual_note::before {
    top: -13px;
    left: 0;
}

.visual_cont .visual_note::after {
    top: -1px;
    right: 0;
    transform: rotate(180deg);
}

.visual_cont .visual_note p {
    line-height: 1.3;
    letter-spacing: 0.6em;
    color: #ff1a16;
    font-size: 27px;
    background: linear-gradient(to right, #ff8583, #ff1a16 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.visual_cont .visual_note em {
    display: block;
    line-height: 1.3;
    margin: 10px 0 0;
    letter-spacing: 0.6em;
    font-size: 27px;
    color: #fff;
    font-size: 32px;
    font-family: 'noto6';
}

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

.reason_cont .main_inner {
    padding: 141px 0 170px;
}

.reason_cont .reason_title {
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 65px;
    font-family: 'noto7';
    background: linear-gradient(to bottom, #892a2a, #ff0000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reason_cont .reason_graph {
    position: relative;
    margin: 85px 0 0;
    z-index: 2;
}

.reason_cont .reason_result {
    margin: -41px 0 0;
    text-align: center;
    overflow: hidden;
}

.reason_cont .reason_result::before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 186px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/reason_arrow.png') no-repeat center top -186px;
    transition: background-position 0.5s ease;
}

.reason_cont .reason_result.is_active::before {
    background-position: center 0;
}

.reason_cont .reason_result .result_note {
    margin: 24px 0 0;
    line-height: 1.3;
    letter-spacing: -0.045em;
    font-size: 37px;
    transform: translate(0, -50%);
    opacity: 0;
}

.reason_cont .reason_result.is_active .result_note {
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.5s ease 0.5s;
}

.reason_cont .reason_result .result_note span {
    font-family: 'noto7';
}

.reason_cont .reason_result .result_title {
    margin: 37px 0 0;
    line-height: 1.3;
    letter-spacing: -0.045em;
    font-size: 55px;
    font-family: 'noto7';
    background: linear-gradient(to right, #ff5b30 30%, #fc3a2f 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translate(0, -50%);
    opacity: 0;
}

.reason_cont .reason_result.is_active .result_title {
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.5s ease 0.8s;
}

/* 특별 */
.special_cont {
    min-height: 847px;
    background: #000 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_bg.jpg') no-repeat center top;
}

.special_cont .main_inner {
    padding: 148px 0 0;
}

.special_cont .special_title {
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 42px;
    font-family: 'noto7';
}

.special_cont .special_title h3 {
    font: inherit;
    background: linear-gradient(to right, #ff796d 10%, #ff3523 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special_cont .special_list {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 20px;
    margin: 49px 0 0;
}

.special_cont .special_list .list_item {
    width: 353px;
    height: 175px;
    padding: 93px 0 0;
    line-height: 1.25;
    border-radius: 15px;
    text-align: center;
    letter-spacing: -0.045em;
    font-size: 23px;
    background: #fff no-repeat 0 0;
}

.special_cont .special_list .list_item_1 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_icon_01.png');
}

.special_cont .special_list .list_item_2 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_icon_02.png');
}

.special_cont .special_list .list_item_3 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_icon_03.png');
}

.special_cont .special_list .list_item_4 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_icon_04.png');
}

.special_cont .special_list .list_item_5 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_icon_05.png');
}

.special_cont .special_list .list_item_6 {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/special_icon_06.png');
}

.special_cont .special_list .list_item em {
    font-family: 'noto7';
}

/* 이벤트 */
.event_cont {
    background: linear-gradient(to bottom, #1e4db7, #02060d);
}

.event_cont .event_coupon_01 {
    position: absolute;
    top: 126px;
    right: -128px;
    z-index: 2;
    animation: floating 3s ease-in-out infinite;
}

.event_cont .event_coupon_02 {
    position: absolute;
    top: 235px;
    right: -141px;
    z-index: 1;
    animation: floating2 3s ease-in-out infinite 1.5s;
}

.event_cont .event_badges {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -205px;
    top: 147px;
    z-index: 3;
}

.event_cont .event_badges li {
    height: 143px;
}

.event_cont .event_period {
    position: absolute;
    bottom: 79px;
    left: 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto4';
}

/* 상품 */
.product_cont {
    background: #fff;
}
.product_cont .main_inner {
    padding: 144px 0 188px;
}
.product_cont .d-flex {
    display: flex;
}
.product_cont .product_item_1 {
    position: relative;
    width: 1100px;
    height: 479px;
    margin: 49px 0 0;
    border: 4px solid #000;
    border-radius: 40px;
}
.product_cont .sidetxt {
    display: flex;
    gap: 12px;
    margin-bottom: 44px;
}
.product_cont .sidetxt span {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 24px;
    border: 3px solid #000;
    border-radius: 42px;
    color: #000;
    font-size: 24px;
    font-family: 'noto7';
    background: #fff;
}
.product_cont .sidetxt .txt-orange {
    border: 2px solid #f6ce3e;
    background: #f6ce3e;
}
.product_cont .product_detail {
    padding: 52px 58px 48px 53px;
}
.product_cont .d-flex {
    justify-content: space-between;
}
.product_cont h2 {
    margin-bottom: 28px;
    font-family: 'noto7';
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.product_cont h2 .txt_blue {
    color: #0057e1;
}
.product_cont .list-dot {
    color: #2b2b2b;
    font-size: 21px;
}
.product_cont .list-dot li {
    margin-bottom: 8px;
    padding-left: 5px;
    letter-spacing: -0.055em;
}
.product_cont .list-dot li.bold_txt {
    font-family: 'noto6';
}
.product_cont .list-dot li::before {
    display: none;
}
.product_cont .bullet {
    display: block;
    position: absolute;
    top: 20px;
    right: 45px;
    width: 112px;
    height: 111px;
    border-radius: 50%;
    line-height: 1.3;
    font-size: 24px;
    text-align: center;
    padding-top: 24px;
    color: #fff;
    font-family: 'noto7';
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/bullet_1.png') center no-repeat;
}
.product_cont .price {
    margin: -36px 0 0 0;
}
.product_cont .price .d-flex {
    gap: 25px;
    align-items: flex-end;
    margin-top: 127px;
}
.product_cont .or_price em {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-family: 'noto7';
}
.product_cont .or_price {
    position: relative;
    margin-left: -30px;
    color: #8e8e8e;
    font-size: 20px;
    font-family: 'noto7';
}
.product_cont .or_price i {
    font-style: normal;
}
.product_cont .or_price:after {
    content: '';
    position: absolute;
    width: calc(100% - 25px);
    height: 1px;
    left: -3.5px;
    top: 39px;
    display: block;
    background: #8e8e8e;
}
.product_cont .price h3 {
    display: block;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #ff3523;
    font-size: 54px;
    font-family: 'noto7';
    font-weight: 100;
}
.product_cont .buy_btn {
    display: block;
    width: 379px;
    height: 68px;
    margin: 20px 0 0;
    background: #09090a;
    letter-spacing: -0.025em;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    line-height: 66px;
    border-radius: 65px;
    font-family: 'noto5';
    transform: translateX(10px);
}
.product_cont .buy_btn::after {
    content: '>';
    margin-left: 20px;
    font-family: 'noto4';
}
.product_cont .buy_btn::before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -11px;
    width: 57px;
    height: 63px;
    background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.product_cont .product_info {
    display: flex;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 20px;
    border-radius: 0 0 40px 40px;
    font-family: 'noto6';
    background: #efefef;
    overflow: hidden;
}
.product_cont .product_info li {
    position: relative;
    width: 100%;
    height: 133px;
    padding: 41px 0 0 159px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/product_icon_01.png') no-repeat 0 0;
}
.product_cont .product_info li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/product_icon_02.png');
}
.product_cont .product_info li:last-child {
    background-image: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/product_icon_03.png');
}
.product_cont .product_info li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: 79px;
    background: #b2b2b2;
}

/* 고민 */
.worry_cont {
    background: #000 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/worry_bg.jpg') no-repeat center top;
}

.worry_cont .main_inner {
    padding: 141px 0 156px;
}

.worry_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #ffce79;
    font-size: 29px;
    font-style: italic;
}

.worry_cont .main_title h3 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 42px;
}

.worry_cont .worry_list {
    display: flex;
    gap: 10px;
    margin: 78px 0 0;
}

.worry_cont .worry_list .list_item {
    width: 328px;
    height: 408px;
    padding: 209px 0 0;
    line-height: 1.35;
    text-align: center;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 26px;
    font-family: 'noto5';
    opacity: 0;
    transform: translate(-80%, 0);
    transition: 0.5s ease-in-out;
}

.worry_cont.is_active .worry_list .list_item {
    opacity: 1;
    transform: translate(0, 0);
}

.worry_cont .worry_list .list_item + .list_item {
    margin-left: -58px;
}

.worry_cont .worry_list .list_item_1 {
    transition-delay: 0.1s;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/worry_item_01.png') no-repeat 0 0;
}

.worry_cont .worry_list .list_item_2 {
    transition-delay: 0.4s;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/worry_item_02.png') no-repeat 0 0;
}

.worry_cont .worry_list .list_item_3 {
    transition-delay: 0.7s;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/worry_item_03.png') no-repeat 0 0;
}

.worry_cont .worry_list .list_item_4 {
    transition-delay: 1s;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/worry_item_04.png') no-repeat 0 0;
}

.worry_cont .worry_note {
    text-align: center;
    margin: -87px 0 0;
}

.worry_cont .worry_note::before {
    content: '';
    display: block;
    width: 100%;
    height: 157px;
    margin: 0 0 28px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/worry_arrow.png') no-repeat center top;
}

.worry_cont .worry_note p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 37px;
    background: linear-gradient(to right, #fec3c1 10%, #ea9d9a 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.worry_cont .worry_note strong {
    display: block;
    line-height: 1.2;
    margin: 5px 0 0;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 49px;
    font-family: 'noto7';
}

/* 커리큘럼 */
.curriculum_cont {
    background: linear-gradient(to bottom, #fff 50%, #ffd3c8);
}

.curriculum_cont .main_inner {
    padding: 143px 0 151px;
}

.curriculum_cont .main_title h3 {
    margin: 7px 0 0;
    font-size: 42px;
}

.curriculum_cont .curriculum_visual {
    width: 1105px;
    margin: 39px 0 0;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/curriculum_visual_bg.png') no-repeat center bottom;
}

.curriculum_cont .visual_item {
    animation: to-right 10s linear infinite;
}

.curriculum_cont .curriculum_table_wrap {
    width: 100%;
    margin: 28px 0 0;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
}

.curriculum_cont .curriculum_table {
    width: 100%;
}

.curriculum_cont .table_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 104px;
    text-align: center;
    color: #fff;
    background: #313131;
}

.curriculum_cont td + td .table_content,
.curriculum_cont th + th .table_title {
    border-left: 1px solid #e1e1e1;
}

.curriculum_cont .table_title p {
    line-height: 1.4;
    letter-spacing: -0.035em;
    font-size: 17px;
    font-family: 'noto5';
}

.curriculum_cont .table_title strong {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 22px;
    font-family: 'noto7';
}

.curriculum_cont .table_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    position: relative;
    min-height: 206px;
    padding: 35px 0 20px;
    text-align: center;
    background: #fff;
}

.curriculum_cont .table_content em {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 114px;
    height: 30px;
    border-radius: 30px;
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 16px;
    font-family: 'noto7';
    background: #ff323c;
}

.curriculum_cont .table_content strong {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 22px;
    font-family: 'noto7';
}

.curriculum_cont .table_content p {
    line-height: 1.35;
    letter-spacing: -0.055em;
    color: #393939;
    font-size: 18px;
}

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

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

.benefit_cont .benefit_badge {
    width: 100%;
    height: 76px;
    line-height: 2.3;
    text-align: center;
    letter-spacing: -0.04em;
    color: #ffce79;
    font-size: 23px;
    font-family: 'noto7';
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/benefit_bullet.png') no-repeat center top;
}

.benefit_cont .main_title {
    margin: 38px 0 0;
    color: #fff;
}

.benefit_cont .benefit_slide {
    position: relative;
    width: 1100px;
    height: 820px;
    margin: 42px 0 0;
    overflow: hidden;
}

.benefit_cont .benefit_slide .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    bottom: 0;
}

.benefit_cont .benefit_slide .swiper-pagination-bullet {
    margin: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #000;
    opacity: 0.3;
}

.benefit_cont .benefit_slide .swiper-pagination-bullet-active {
    opacity: 1;
}

.benefit_cont .benefit_list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 578px;
    left: 0;
    width: 100%;
    padding: 0 0 0 89px;
}

.benefit_cont .benefit_list li {
    position: relative;
    width: 326px;
    padding: 0 0 0 41px;
    line-height: 1.3;
    letter-spacing: -0.045em;
    font-size: 23px;
}

.benefit_cont .benefit_list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/icon_check_rec.png') no-repeat 0 0;
}

.benefit_cont .benefit_list strong {
    font-family: 'noto7';
}

/* 수강료 */
.price_cont {
    min-height: 941px;
    background: #000 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/price_bg.jpg') no-repeat center top;
}

.price_cont .main_inner {
    padding: 140px 0 100px;
}

.price_cont .main_title {
    color: #fff;
}

.price_cont .price_item {
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: center;
}

.price_cont .price_item_1 {
    top: 419px;
    left: 0;
    width: 486px;
    height: 313px;
    padding: 53px 0 42px;
    border-radius: 35px;
    color: #828b94;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/price_item_01.png') no-repeat 0 0;
    box-shadow: 0px 19px 46px 0px rgba(254, 35, 0, 0.4);
}

.price_cont .price_item_1 .item_cate {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 26px;
    font-family: 'noto6';
}

.price_cont .price_item_1 .item_price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1.2;
    margin: 29px 0 0;
    font-size: 50px;
    font-family: 'noto7';
}

.price_cont .price_item_1 .item_price span {
    display: block;
    line-height: 1.2;
    font-size: 80px;
}

.price_cont .price_item_1 .item_noti {
    display: block;
    line-height: 1.2;
    margin: auto 0 0;
    padding: 0 67px 0 0;
    text-align: right;
    font-size: 15px;
    font-family: 'noto5';
    opacity: 0.7;
}

.price_cont .price_item_2 {
    top: 386px;
    left: 514px;
    width: 586px;
    height: 379px;
    padding: 54px 0 0;
    border-radius: 35px;
    color: #fff;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/price_item_02.png') no-repeat 0 0;
    box-shadow: 0px 19px 76px 0px rgba(254, 35, 0, 0.52);
}

.price_cont .price_item_2 .item_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -93px;
    right: -118px;
    width: 236px;
    height: 236px;
    padding: 21px 31px 41px 31px;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/price_badge.png') no-repeat 0 0;
}

.price_cont .price_item_2 .item_badge p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 32px;
    font-family: 'noto7';
}

.price_cont .price_item_2 .item_cate {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 30px;
    font-family: 'noto7';
}

.price_cont .price_item_2 .item_price {
    display: block;
    line-height: 1.2;
    margin: 24px 0 0;
    letter-spacing: -0.025em;
    font-size: 65px;
    font-family: 'noto7';
}

.price_cont .price_item_2 .item_price span {
    font-size: 102px;
}

.price_cont .price_item_2 .item_note {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 100%;
    margin: 24px 0 0;
    padding: 0 0 0 115px;
    text-align: left;
}

.price_cont .price_item_2 .item_note li {
    display: flex;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 25px;
}

.price_cont .price_item_2 .item_note li::before {
    content: '';
    position: relative;
    top: -2px;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 14px;
    border-radius: 50%;
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/icon_check_02.png') no-repeat center;
    box-shadow: -2px 6px 8px 0px rgba(0, 0, 0, 0.36);
}

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

.professor_cont .main_inner {
    position: relative;
    padding: 182px 0 106px;
}

.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: #ff4b3d;
}

.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 -17px 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: #fd7a70;
    /* 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: #fd7a70;
}
.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: #fd7a70;
    /* 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: 158px 0 178px;
}

.book_cont .book_item {
    position: relative;
    margin: 110px 0 0 -48px;
}

.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 0 -36px;
}

/* 패키지 */
.package_cont {
    height: 1092px;
    background: radial-gradient(circle at center, #ac2020 0%, rgb(172, 32, 32, 0) 50%), #412424 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/package_bg.jpg') no-repeat center top;
}

.package_cont .main_inner {
    padding: 137px 0 0;
}

.package_cont .main_title {
    color: #fff;
}

.package_cont .package_list {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 38px;
    margin: 89px 0 0;
}

.package_cont .package_list .list_item {
    display: flex;
    flex-direction: column;
    width: 531px;
    height: 262px;
    padding: 28px 0 0 42px;
    color: #fff;
}

.package_cont .package_list .list_item_1 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/benefit_item_01.png') no-repeat 0 0;
}

.package_cont .package_list .list_item_2 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/benefit_item_02.png') no-repeat 0 0;
}

.package_cont .package_list .list_item_3 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/benefit_item_03.png') no-repeat 0 0;
}

.package_cont .package_list .list_item_4 {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/benefit_item_04.png') no-repeat 0 0;
}

.package_cont .package_list .item_index {
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 32px;
    font-family: 'noto7';
    opacity: 0.15;
}

.package_cont .package_list .item_title {
    line-height: 1.2;
    margin: 10px 0 0;
    letter-spacing: -0.04em;
    font-size: 32px;
    font-family: 'noto7';
}

.package_cont .package_list .item_note {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 17px 0 0;
}

.package_cont .package_list .item_note li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 20px;
}

.package_cont .package_list .item_note li::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/score/icon_check.png') no-repeat center;
}

/* 후기 */
.review_cont .main_inner {
    padding: 196px 0 0;
}

.review_cont .student_slide_wrap {
}

.review_cont .student_slide {
    display: flex;
    align-items: center;
    transform: rotate(2deg);
    transform-origin: center;
    gap: 0;
    background: #fe2300;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.review_cont .student_slide ul {
    display: flex;
    align-items: center;
    height: 60px;
    animation: marquee 40s linear infinite;
}

.review_cont .student_slide ul li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto7';
}

.review_cont .student_slide ul li::before {
    content: '·';
    display: inline-block;
    margin: 0 10px;
    font-size: 43px;
}

.review_cont .student_slide:nth-child(2) {
    transform: rotate(-4deg);
    margin-top: -17px;
    background: #fff;
}

.review_cont .student_slide:nth-child(2) ul {
    animation-direction: reverse;
}

.review_cont .student_slide:nth-child(2) ul li {
    color: #000;
}

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

.review_cont .main_title span {
    width: 275px;
    height: 48px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 22px;
    background: #000;
}

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

/* 시작 */
.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;
    font-size: 43px;
}

.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 .evidence_area {
    position: absolute;
    top: 218px;
    right: 131px;
    z-index: 2;
}
.start_cont .evidence_btn {
    display: block;
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #243c3c;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #1e8c84;
    border-radius: 3px;
    letter-spacing: -0.025em;
    color: #1e8c84;
    cursor: pointer;
}
