@charset "UTF-8";
/* 공통 */
.screen_out {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}

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

.cat_main_cont button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 38px;
    font-family: 'noto4';
    color: #2b2b2b;
}

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1.3;
    margin: 4px 0 0;
    letter-spacing: -0.045em;
    font-size: 53px;
    font-family: 'noto7';
    color: #8d04dc;
}

.cat_main_cont .main_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 18px;
    margin: 0 0 22px;
    border: 3px solid #2c2c2c;
    border-radius: 46px;
    letter-spacing: -0.025em;
    font-size: 21px;
    font-family: 'noto7';
    color: #2c2c2c;
}

.cat_main_cont .main_desc {
    line-height: 1.4;
    letter-spacing: -0.045em;
    text-align: center;
    color: #ebe9f3;
    font-size: 21px;
    font-family: 'noto3';
}

@keyframes pointerBounceDiagonal {
    0%,
    100% {
        transform: translate(0, 0);
    }

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

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

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

@keyframes blink {
    0%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}

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

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

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

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

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

.visual_cont .visual_txt {
    position: relative;
    font-family: 'noto6';
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #7e64b4;
    z-index: 1;
}

.visual_cont .visual_txt::before {
    content: '';
    display: block;
    position: absolute;
    top: -52px;
    left: 51%;
    transform: translateX(-50%);
    width: 60px;
    height: 66px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/trophy_icon.png') center no-repeat;
    z-index: -1;
}

.visual_cont .visual_txt_noti {
    margin: 10px 0 47px;
    font-family: 'noto4';
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    color: #7e64b4;
}

.visual_cont .visual_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69px;
    padding: 0 31px;
    border: 3px solid #fff;
    border-radius: 12px;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 31px;
    font-family: 'noto6';
}

.visual_cont .visual_img_1 {
    margin: 60px 0 0 68px;
}

.visual_cont .visual_sub_tit {
    margin: 39px 0 26px;
    font-family: 'market-m';
    font-size: 30px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.visual_cont .visual_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
    margin: 24px 0 0;
}

.visual_cont .visual_list .list_item {
    position: relative;
    width: 342px;
    min-height: 291px;
    padding: 65px 0 0 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    background: #c2bac8;
    transition: 0.2s ease-in-out;
}

.visual_cont .visual_list .list_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.visual_cont .visual_list .list_item_1::before {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/top_icon_01.png') no-repeat center;
}

.visual_cont .visual_list .list_item_2::before {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/top_icon_02.png') no-repeat center;
}

.visual_cont .visual_list .list_item_3::before {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/top_icon_03.png') no-repeat center;
}

.visual_cont .visual_list .list_item.is_active {
    background-color: #e0b7ff;
}

.visual_cont .visual_list .list_item.is_active::before {
    opacity: 1;
}

.visual_cont .visual_list .item_text {
    position: relative;
    margin: 110px 0 0;
    line-height: 1.2;
    letter-spacing: -0.055em;
    font-family: 'noto6';
    font-size: 24px;
    text-align: center;
    color: #4e4a50;
    z-index: 1;
}

.visual_cont .visual_list .list_item.is_active .item_text {
    color: #000;
}

.visual_cont .visual_list .item_text em {
    font-family: 'noto7';
    color: #d46276;
}

.visual_cont .visual_list .list_item.is_active .item_text em {
    color: #db3f56;
}

.visual_cont .main_desc {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    letter-spacing: -0.065em;
    font-size: 15px;
    color: #515151;
    opacity: 0.7;
}

/* 고민 */
.worry_cont {
    height: 1044px;
    background: linear-gradient(to bottom, #faf6fd, #aa6de3);
}

.worry_cont .main_inner {
    height: 100%;
    padding-top: 220px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/worry_img.png') bottom 92px left 57% no-repeat;
}

.worry_cont .main_title h3 {
    position: relative;
    color: #000;
    transform: translateX(19px);
    z-index: 1;
}

.worry_cont .main_title h3::before,
.worry_cont .main_title h3::after {
    content: "";
    display: block;
    position: absolute;
}

.worry_cont .main_title h3::before {
    top: -95px;
    left: 51%;
    transform: translateX(-50%);
    width: 120px;
    height: 133px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/title_icon.png') center no-repeat;
}

.worry_cont .main_title h3::after {
    top: 27px;
    left: 224px;
    width: 317px;
    height: 45px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/title_bg.png') center no-repeat;
    z-index: -1;
}

.worry_cont .worry_list {
    position: relative;
    width: 100%;
}

.worry_cont .worry_list .list_item {
    position: absolute;
    top: 90px;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(50px);
}

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

.worry_cont .worry_list .list_item:nth-child(1) {
    left: -8px;
    transition-delay: 0.2s;
}

.worry_cont .worry_list .list_item:nth-child(2) {
    top: 68px;
    left: 384px;
    transition-delay: 0.6s;
}

.worry_cont .worry_list .list_item:nth-child(3) {
    top: 125px;
    right: -50px;
    transition-delay: 1s;
}

/* 상품 */
.product_cont {
    height: 1057px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/product_bg.png') center no-repeat;
}

.product_cont .main_inner {
    padding: 147px 0 179px;
}

.product_cont .main_title p,
.product_cont .main_title h3 {
    color: #fff;
}

.product_cont .product_banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 78px;
    padding: 0 53px 0 65px;
    margin: 68px 0 0;
    border-radius: 15px;
    color: #fff;
    background: #3870ff;
}

.product_cont .product_banner::before {
    content: '';
    display: block;
    width: 47px;
    height: 48px;
    margin: 0 27px 0 0;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_img.png') no-repeat 0 0;
}

.product_cont .product_banner .banner_text {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 30px;
}

.product_cont .product_banner .banner_text em {
    font-family: 'noto6';
}

.product_cont .product_banner .btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 191px;
    height: 41px;
    margin: 0 0 0 auto;
    border-radius: 7px;
    letter-spacing: -0.025em;
    font-family: 'noto6';
    font-size: 18px;
    background: #000;
}

.product_cont .product_list {
    display: flex;
    gap: 20px;
    width: 100%;
}

.product_cont .product_list .list_item {
    position: relative;
    width: 100%;
    border: 3px solid #000;
    border-radius: 40px;
    background: #fff;
}

.product_cont .product_list .list_item .bullet {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 42px;
}

.product_cont .product_list .list_item .bullet_2 {
    animation: blink 1s infinite;
}

.product_cont .product_list .item_top_contents {
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 12px;
}

.product_cont .product_list .item_detail {
    flex: 1 1 auto;
}

.product_cont .product_list .item_tags {
    display: flex;
    gap: 13px;
}

.product_cont .product_list .item_tags li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 15px;
    border: 2px solid #000;
    border-radius: 42px;
    letter-spacing: -0.025em;
    font-size: 24px;
    font-family: 'noto6';
}

.product_cont .product_list .item_tags .tag_point {
    border: 2px solid #535252;
    background: #535252;
    color: #fff;
}

.product_cont .product_list .item_title {
    display: block;
    line-height: 1.27;
    color: #000;
    font-family: 'noto7';
}

.product_cont .product_list .item_title em {
    color: #e40d44;
}

.product_cont .product_list .item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product_cont .product_list .item_list li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #151947;
    font-size: 20px;
    font-family: 'noto5';
}

.product_cont .product_list .item_list li::before {
    content: '·';
    margin: 0 4px 0 0;
}

.product_cont .product_list .item_list li em {
    color: #bf1919;
}

.product_cont .product_list .item_price {
    display: flex;
    position: relative;
}

.product_cont .product_list .price_wrap {
    display: flex;
    align-items: flex-end;
    margin: 0 0 22px;
    gap: 12px;
}

.product_cont .product_list .price_origin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #000;
}

.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: 'noto6';
}

.product_cont .product_list .origin_num {
    color: rgba(123, 123, 123, 0.6);
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.product_cont .product_list .price_total {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 53px;
    font-family: 'noto7';
    color: #ff4c4c;
}

.product_cont .product_list .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
    padding: 0 0 5px;
    border-radius: 50%;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_bullet.png') no-repeat 0 0 / contain;
}

.product_cont .product_list .price_badge p {
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #fff;
    font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
    color: #fff;
    font-family: 'noto7';
}

.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: 'noto6';
    background: #292c3f;
    box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}

.product_cont .product_list .btn_scroll::before {
    content: '';
    position: absolute;
    top: 28px;
    right: 27px;
    width: 57px;
    height: 65px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.product_cont .product_list .item_benefits {
    display: flex;
    margin: 49px 3px 0 9px;
    padding: 26px 0 0;
    border-top: 1px solid #cecece;
    gap: 11px;
}

.product_cont .product_list .item_benefits li {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 97px;
    line-height: 1.3;
    padding: 0 0 0 31px;
    border: 1px solid #cecece;
    border-radius: 20px;
    letter-spacing: -0.075em;
    color: #151947;
    font-size: 20px;
    font-family: 'noto6';
    background: #fff;
}

.product_cont .product_list .item_benefits li:nth-child(1) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon1.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(2) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon2.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(3) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon3.png') no-repeat right center;
}

.product_cont .product_list_1 {
    margin: 35px 0 0;
}

.product_cont .product_list_1 .list_item {
    padding: 39px 29px 47px 19px;
}

.product_cont .product_list_1 .item_title {
    margin: 21px 0 0;
    letter-spacing: -0.05em;
    font-size: 50px;
}

.product_cont .product_list_1 .item_list {
    margin: 22px 0 5px;
}

.product_cont .product_list_1 .btn_scroll {
    width: 368px;
    height: 55px;
    border-radius: 10px;
    font-size: 20px;
}

.product_cont .product_list_1 .origin_tag {
    font-family: 'noto4';
    font-size: 15px;
}

.product_cont .product_list_1 .origin_num {
    font-size: 23px;
}

.product_cont .product_list_1 .price_total {
    margin: 0 0 0 15px;
}

.product_cont .product_list_1 .price_badge {
    width: 107px;
    height: 107px;
}

.product_cont .product_list_1 .price_badge p {
    font-size: 18px;
}

.product_cont .product_list_1 .price_badge span {
    font-size: 28px;
}

.product_cont .product_list_2 {
    margin: 70px 0 0;
}

.product_cont .product_list_2 .list_item {
    padding: 58px 31px 60px 33px;
}

.product_cont .product_list_2 .item_title {
    margin: 32px 0 0 10px;
    letter-spacing: -0.02em;
    font-size: 56px;
}

.product_cont .product_list_2 .item_list {
    gap: 4px;
    margin: 22px 0 5px;
}

.product_cont .product_list_2 .btn_scroll {
    width: 101%;
    height: 69px;
    margin: 43px 0 0 -2px;
    border-radius: 69px;
    font-size: 28px;
    letter-spacing: -0.02em;
}

.product_cont .product_list_2 .origin_tag {
    font-size: 18px;
}

.product_cont .product_list_2 .item_price {
    justify-content: space-between;
    gap: 11px;
    margin: 55px 10px 0 15px;
}

.product_cont .product_list_2 .origin_num {
    font-family: 'noto3';
    font-size: 30px;
    letter-spacing: -0.04em;
    color: #969696;
}

.product_cont .product_list_2 .price_total {
    margin: 1px 0 0 6px;
}

.product_cont .product_list_2 .price_badge {
    bottom: 162px;
    right: -17px;
    width: 112px;
    height: 111px;
}

.product_cont .product_list_2 .price_badge p {
    font-size: 22px;
}

.product_cont .product_list_2 .price_badge span {
    font-size: 22px;
}

/* 혜택 */
.benefit_cont {
}

.benefit_cont .main_inner {
    padding: 97px 0 148px;
}

.benefit_cont .main_title p {
    margin-left: -6px;
}

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

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

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 351px;
    height: 298px;
    padding: 29px 23px 11px;
    border: 3px solid #7823ab;
    border-radius: 21px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
}

.benefit_cont .benefit_list_2 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bene_01.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bene_02.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bene_03.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bene_04.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bene_05.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bene_06.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 22px;
    color: #6d6d6d;
}

.benefit_cont .benefit_list_2 .item_title {
    display: block;
    line-height: 1.3;
    margin: 6px 0 0;
    letter-spacing: -0.055em;
    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;
}

/* 이벤트 */
.event_cont {
    margin-top: -4px;
}

.event_cont .coupon {
    position: absolute;
    top: 22%;
    right: -202px;
    animation: floating 1s linear infinite;
}

.event_cont .event_desc {
    position: absolute;
    bottom: 124px;
    left: -1px;
    font-family: 'noto3';
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}

/* 커리큘럼 */
.curri_cont {
}
.curri_cont .main_inner {
    padding: 96px 0 151px;
}
.curri_cont .curri_item {
    margin-top: 68px;
}
.curri_cont .curri_item + .curri_item {
    margin-top: 42px;
}
.curri_cont .curri_item .curri_sub_txt {
    display: block;
    width: 100%;
    margin: 0 auto 13px;
    padding: 9px 38px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #d4d4d4;
    font-family: 'noto6';
    font-size: 23px;
    letter-spacing: -0.05em;
    text-align: center;
    text-indent: 6px;
    line-height: 1;
}
.curri_cont .curri_table {
    position: relative;
    width: 1098px;
    height: 289px;
    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: 2px solid #747474;
    background: #fff;
}
.curri_cont .curri_table_2 .td_inner {
    opacity: 0;
    transform: translateY(100px);
    transition: 0.5s;
}
.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: 94px;
}
.curri_cont.is_active .curri_table_2 .tr_title th .td_inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.curri_cont.is_active .curri_table_2 .tr_title th:nth-child(2) .td_inner {
    transition-delay: 0.8s;
}
.curri_cont.is_active .curri_table_2 .tr_title th:nth-child(3) .td_inner {
    transition-delay: 1.2s;
}
.curri_cont .tr_title .td_inner {
    padding: 21px 0 9px;
    box-sizing: border-box;
    border-bottom: none;
    letter-spacing: -0.035em;
    background: #5a5a5a;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
}
.curri_cont .tr_title th:nth-child(1) .td_inner {
    border-radius: 12px 0 0 0;
}
.curri_cont .tr_title th:nth-child(4) .td_inner {
    border-radius: 0 12px 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, #e5e5e5, #f9f7fe);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.curri_cont.is_active .curri_table_2 .tr_contents td .td_inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.curri_cont.is_active .curri_table_2 .tr_contents td:nth-child(2) .td_inner {
    transition-delay: 0.8s;
}
.curri_cont.is_active .curri_table_2 .tr_contents td:nth-child(3) .td_inner {
    transition-delay: 1.2s;
}
.curri_cont .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 12px;
}
.curri_cont .tr_contents td:nth-child(5) .td_inner {
    border-radius: 0 0 12px 0;
}
.curri_cont .tr_contents .td_inner {
    padding-top: 32px;
    box-sizing: border-box;
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.055em;
    text-align: center;
    font-family: 'noto3';
    font-size: 18px;
    color: #393939;
}
.curri_cont .tr_contents .td_inner.bullet_inner {
    padding-top: 23px;
}
.curri_cont .tr_contents .td_inner .td_bullet {
    width: 114px;
    height: 30px;
    margin: 0 auto 12px;
    border-radius: 30px;
    background: #ff323c;
    font-family: 'noto7';
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 30px;
    color: #fff;
}
.curri_cont .tr_contents .td_inner strong {
    display: block;
    margin-bottom: 28px;
    font-family: 'noto6';
    font-size: 22px;
    letter-spacing: -0.035em;
    line-height: 1;
    color: #000;
}
.curri_cont .tr_contents .td_inner.bullet_inner strong {
    margin-bottom: 14px;
}

.curri_cont .curri_item_2 {
    width: 100%;
}

.curri_cont .curri_table_2 {
    width: 838px;
}

.curri_cont .curri_table_2::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: -258px;
    width: 281px;
    height: 317px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/trophy_img.png') center no-repeat;
}

.curri_cont .curri_item_2 .curri_sub_txt {
    margin-bottom: 10px;
    background: #3d0060;
    color: #fff;
}

.curri_cont .curri_table_2 .tr_title th:nth-child(2),
.curri_cont .curri_table_2 .tr_title th:nth-child(3) {
    transform: translateX(4px);
}

.curri_cont .curri_table_2 .td_inner {
    border: 0;
}

.curri_cont .curri_item_2 .tr_title .td_inner {
    width: 223px;
    border: 2px solid #3d0060;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: #6700a3;
}

.curri_cont .curri_item_2 .tr_title th:nth-child(1) .td_inner {
    border-radius: 12px 12px 0 0;
}

.curri_cont .curri_item_2 .tr_title .td_inner strong {
    background: linear-gradient(to right, #fefefe, #fefefe);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.curri_cont .curri_item_2 .tr_contents td {
    position: relative;
}

.curri_cont .curri_item_2 .tr_contents td:nth-child(2),
.curri_cont .curri_item_2 .tr_contents td:nth-child(3) {
    transform: translateX(4px);
}

.curri_cont .curri_item_2 .tr_contents .td_inner {
    position: relative;
    width: 223px;
    border: 2px solid #3d0060;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

.curri_cont .curri_item_2 .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 12px 12px;
}

.curri_cont .curri_table_2 th:not(:last-child) .td_inner,
.curri_cont .curri_table_2 td:not(:last-child) .td_inner {
    border-right: 2px solid #3d0060;
}

.curri_cont .curri_item_2 .tr_contents td::after {
    content: '';
    display: block;
    position: absolute;
    top: 27%;
    right: 3px;
    transform: translateY(-50%);
    width: 46px;
    height: 58px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/curri_arrow.png') center no-repeat;
}

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

.professor_cont .main_inner {
    padding: 151px 0 149px;
}

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

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

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

.professor_cont .professor_slide .page_item.is_active {
    color: #000;
    background: #b0ff2a;
}

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

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 1400px;
    padding: 111px 0 100px 150px;
    text-align: left;
    z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, #2b2d2c 10%, rgba(43, 45, 44, 0));
}
.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: -46px;
    width: 881px;
    height: 935px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center no-repeat;
    z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_8.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_9.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_2.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_10.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_3.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_7::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_4.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_8::after {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_5.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_9::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/teacher_6.png') center bottom no-repeat;
}
.professor_cont .professor_slide .swiper-slide_10::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/janghakgeum/teacher_1.png') center bottom no-repeat;
}
.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 332px;
    right: 0;
}
.professor_cont .professor_slide .slide_history {
    display: flex;
    gap: 16px;
    margin: 0 0 43px 0;
}

.professor_cont .professor_slide .slide_history li {
    width: 182px;
    height: 77px;
    padding: 15px 0 0;
    line-height: 1.2;
    letter-spacing: -0.075em;
    text-align: center;
    color: #e4d080;
    font-size: 18px;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_4/teacher_shape.png') no-repeat 0 0;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 12px;
    color: #fff;
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.025em;
}
.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}
.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    letter-spacing: -0.025em;
    font-family: 'noto4';
    font-size: 23px;
    background: linear-gradient(to right, #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: 32px 0 0;
    letter-spacing: -0.025em;
    font-family: 'noto7';
    font-size: 55px;
    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;
    z-index: 2;
}
.professor_cont .professor_slide .slide_list li {
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-family: 'noto4';
}
.professor_cont .professor_slide .slide_list li + li {
    margin: 8px 0 0;
}
/* .professor_cont .professor_slide .slide_list li::before {
	content: '·';
} */
.professor_cont .professor_slide .slide_check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 32px 0 0;
    gap: 11px;
}
.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    min-width: 356px;
    height: 52px;
    padding: 0 30px 0 56px;
    border: 2px solid #00834a;
    border-radius: 100px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: #2b3e3e url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/teacher_check.png') no-repeat 25px center;
}
.professor_cont .professor_slide .popupVideo {
    position: relative;
    width: 539px;
    height: 330px;
    margin: 43px 0 0 0;
    z-index: 2;
}

.professor_cont .professor_slide .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.professor_cont .professor_slide .btn_video {
    display: block;
    margin: 61px 0 0;
    width: 539px;
}

.professor_cont .professor_slide .slide_review {
    display: flex;
    gap: 35px;
    margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
    display: flex;
    align-items: center;
    width: 343px;
    height: 165px;
    padding: 6px 20px 0 148px;
    border-radius: 20px;
    word-break: keep-all;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
    background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}
.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}
.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.045em;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
    color: #0054ff;
    font-family: 'noto6';
}

.professor_cont .reviews_slide {
    width: 100vw;
    margin: 69px 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: 148px 0 75px;
}

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

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

.book_cont .book_item {
    position: relative;
    margin: 67px 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_list {
    margin: 65px 0 0;
}

.book_cont .book_slide {
    position: relative;
    margin: 62px 0 0;
    width: 1375px;
    height: 721px;
    padding: 0 130px 55px;
    box-sizing: border-box;
    overflow: hidden;
}

.book_cont .book_slide .swiper-slide {
    width: 100%;
}

.book_cont .book_slide .swiper-button-prev,
.book_cont .book_slide .swiper-button-next {
    top: 0;
    width: 135px;
    height: 100%;
}

.book_cont .book_slide .swiper-button-prev {
    left: 0;
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/prev_arrow.png') top 49% left 10px no-repeat;
}

.book_cont .book_slide .swiper-button-next {
    right: 0;
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/next_arrow.png') top 49% right 10px no-repeat;
}

.book_cont .book_slide .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 3px;
    width: 100%;
}

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

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

.book_cont .book_info_wrap {
    display: flex;
    gap: 46px;
    width: 100%;
    height: 222px;
    margin-top: 65px;
    padding-top: 39px;
    transform: translateX(2px);
    box-sizing: border-box;
}

.book_cont .book_info_wrap li {
    position: relative;
    width: 100%;
    height: 183px;
    padding-top: 56px;
    border: 2px solid #000;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dbabff;
}

.book_cont .book_info_wrap li .icon {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/book_info_01.png') center no-repeat;
}

.book_cont .book_info_wrap li.book_info_1 .icon {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/book_info_01.png') center no-repeat;
}

.book_cont .book_info_wrap li.book_info_2 .icon {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/book_info_02.png') center no-repeat;
}

.book_cont .book_info_wrap li.book_info_3 .icon {
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/book_info_03.png') center no-repeat;
}

.book_cont .book_info_wrap li .num {
    width: 62px;
    height: 29px;
    margin: 0 auto 9px;
    border-radius: 30px;
    background: #2f166a;
    font-family: 'market-b';
    font-size: 17px;
    letter-spacing: -0.055em;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.book_cont .book_info_wrap li h3 {
    font-family: 'noto5';
    font-size: 23px;
    letter-spacing: -0.045em;
    line-height: 1.35;
    text-align: center;
    color: #000;
}

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

/* 특별 혜택 */
.special_benefit_cont {
    background: #f3f3f3;
}
.special_benefit_cont .main_inner {
    padding: 150px 0 148px;
}
.special_benefit_cont .main_title h3 {
    margin-top: 5px;
}
.special_benefit_cont .special_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    width: 100%;
    margin: 67px 0 0 7px;
}
.special_benefit_cont .special_list .list_num {
    font-family: 'noto7';
    font-size: 29px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #bdbdbd;
}
.special_benefit_cont .special_list .list_item {
    position: relative;
    width: calc(50% - 14px);
    height: 310px;
    padding: 35px 0 0 31px;
    border: 3px solid #000;
    border-radius: 20px;
    list-style-type: none;
    background: #fff;
}
.special_benefit_cont .special_list .list_item_1{
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bottom_bene_01.png') center no-repeat;
}
.special_benefit_cont .special_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bottom_bene_02.png') center no-repeat;
}
.special_benefit_cont .special_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bottom_bene_03.png') center no-repeat;
}
.special_benefit_cont .special_list .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/speedpass2/bottom_bene_04.png') center no-repeat;
}
.special_benefit_cont .special_list .item_sub_title {
    margin-top: 22px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 20px;
    color: #333333;
}
.special_benefit_cont .special_list .item_title {
    display: block;
    margin-top: 14px;
    line-height: 1.4;
    letter-spacing: -0.065em;
    font-size: 35px;
    font-family: 'noto4';
}
.special_benefit_cont .special_list .item_title span {
    position: relative;
    display: inline-block;
    width: fit-content;
    z-index: 1;
}
.special_benefit_cont .special_list .item_title span::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 113%;
    height: 20px;
    background: #fcf087;
    z-index: -1;
}
.special_benefit_cont .special_list .item_title span em {
    font: inherit;
    font-family: 'noto7';
}

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

.review_cont .main_title p {
    font-size: 37px;
}

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

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

.banner_bottom button {
    display: block;
}
