@charset "UTF-8";

#notice_popup_wrap {
    display: none !important;
}

/* 공통 */
.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.025em;
    font-size: 32px;
    font-family: 'noto5';
}

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1.3;
    margin: 9px 0 0;
    letter-spacing: -0.025em;
    font-size: 43px;
    font-family: 'noto7';
}

.cat_main_cont .main_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 28px;
    margin: 0 0 22px;
    border: 2px solid #000;
    border-radius: 46px;
    letter-spacing: -0.025em;
    font-size: 20px;
    font-family: 'noto6';
    background: #92cffe;
}

.cat_main_cont .main_desc {
    line-height: 1.4;
    letter-spacing: -0.045em;
    text-align: center;
    color: #ebe9f3;
    font-size: 21px;
    font-family: 'noto3';
}

@keyframes pointerBounceDiagonal {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 비주얼 */
.visual_cont {
    height: 968px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/top_bg.png') center no-repeat;
}

.visual_cont .main_inner {
    padding: 44px 0 57px;
}

.visual_cont .title_area {
    position: relative;
    margin: 0 auto;
}

.visual_cont .title_area::before {
    top: 184px;
    left: -172px;
    width: 162px;
    height: 189px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_coin2.png');
}

.visual_cont .title_area .top_icon {
    display: block;
    margin: 0 auto;
}

.visual_cont .top_txt {
    margin-top: -22px;
    font-family: 'noto6';
    font-size: 25px;
    letter-spacing: -0.03em;
    line-height: 1.5;
    text-align: center;
    color: #84a9f0;
}

.visual_cont .top_txt span {
    font-family: 'noto5';
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
}

.visual_cont .visual_img_1 {
    margin: 67px 0 0;
}

.visual_cont .visual_list {
    display: flex;
    gap: 22px;
    width: 100%;
    margin: 77px 0 0;
}

.visual_cont .visual_list .list_item {
    width: 100%;
    min-height: 193px;
    padding: 42px 0 46px 33px;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
}

.visual_cont .visual_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/top_benefit_1.png') no-repeat right 37px top 21px;
}

.visual_cont .visual_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/top_benefit_2.png') no-repeat right 16px top 13px;
}

.visual_cont .visual_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/top_benefit_3.png') no-repeat right 16px top 28px;
}

.visual_cont .visual_list .list_item.is_active {
    background-color: #c9e7ff;
}

.visual_cont .visual_list .item_title {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 27px;
    font-family: 'noto6';
}

.visual_cont .visual_list .item_text {
    margin: 23px 0 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 21px;
}

.visual_cont .visual_noti {
    width: 100%;
    margin: 13px 0 0;
    text-align: right;
    letter-spacing: -0.025em;
    font-size: 15px;
    color: #fff;
}

/* 상품 */
.product_cont .main_inner {
    padding: 158px 0 169px;
}

.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: #009f9d;
}

.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-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 #233d69;
    border-radius: 40px;
    background: #fff;
}

.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 23px;
    border: 2px solid #000;
    border-radius: 42px;
    letter-spacing: -0.02em;
    font-size: 24px;
    font-family: 'noto6';
}

.product_cont .product_list .item_tags .tag_point {
    background: #fed440;
    /* animation: blink 1s infinite; */
}

.product_cont .product_list .item_title {
    display: block;
    line-height: 1.3;
    color: #151947;
    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: 49px;
    font-family: 'noto7';
}

.product_cont .product_list .price_total span {
    font: inherit;
    font-size: 50px;
}

.product_cont .product_list .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
    padding: 7px 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 .bullet p {
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #fff;
    font-family: 'noto6';
}

.product_cont .product_list .bullet em {
    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::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -26px;
    width: 45px;
    height: 40px;
    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 .bullet {
    width: 107px;
    height: 107px;
}

.product_cont .product_list_1 .bullet p {
    font-size: 18px;
}

.product_cont .product_list_1 .bullet em {
    font-size: 28px;
}

.product_cont .product_list_2 {
    margin: 68px 0 0;
}

.product_cont .product_list_2 .list_item {
    padding: 33px 31px 38px 44px;
}

.product_cont .product_list_2 .item_title {
    margin: 20px 0 0;
    letter-spacing: -0.02em;
    font-size: 40px;
}

.product_cont .product_list_2 .item_list {
    gap: 4px;
    margin: 22px 0 5px;
}

.product_cont .product_list_2 .btn_scroll {
    width: calc(100% + 13px);
    height: 69px;
    margin: 30px 0 0 -13px;
    border-radius: 69px;
    font-size: 28px;
}

.product_cont .product_list_2 .origin_tag {
    font-size: 18px;
}

.product_cont .product_list_2 .item_price {
    gap: 11px;
    margin: 20px 0 0;
}

.product_cont .product_list_2 .origin_num {
    font-size: 30px;
}

.product_cont .product_list_2 .price_total {
    margin: 0 0 0 8px;
}

.product_cont .product_list_2 .bullet {
    bottom: 56px;
    right: -2px;
    width: 112px;
    height: 111px;
}

.product_cont .product_list_2 .bullet p {
    font-size: 22px;
}

.product_cont .product_list_2 .bullet em {
    font-size: 22px;
}

/* 혜택 */
.benefit_cont {
    background: linear-gradient(to bottom, #2b2c4b, #181822);
}

.benefit_cont .main_inner {
    padding: 134px 0 116px;
}

.benefit_cont .main_title {
    color: #fff;
}

.benefit_cont .benefit_list_1 {
    display: flex;
    gap: 16px;
    margin: 64px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 211px;
    padding: 26px 0 26px 38px;
    border-radius: 20px;
    background: #c9e7ff;
}

.benefit_cont .benefit_list_1 .list_item_1 {
    background: #c9e7ff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/benefit_1.png') no-repeat right 14px bottom 28px;
}

.benefit_cont .benefit_list_1 .list_item_2 {
    background: #c9e7ff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/benefit_2.png') no-repeat right 16px bottom 33px;
}

.benefit_cont .benefit_list_1 .item_badge {
    position: absolute;
    top: -69px;
    right: -30px;
}

.benefit_cont .benefit_list_1 .item_sub_title {
    margin-top: 10px;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 21px;
}

.benefit_cont .benefit_list_1 .item_title {
    display: block;
    line-height: 1.2;
    margin: 8px 0 0;
    font-size: 30px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_1 .item_title em {
    margin-top: 13px;
    letter-spacing: -0.045em;
    font-size: 23px;
    font-family: 'noto3';
}

.benefit_cont .benefit_list_1 .item_noti {
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: auto 0 0;
    font-size: 13px;
    opacity: 0.5;
}

.benefit_cont .benefit_list_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 26px 0;
    width: 100%;
    margin: 34px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 351px;
    height: 305px;
    padding: 27px 23px 11px;
    border: 2px solid #cfe6f8;
    border-radius: 21px;
    text-align: center;
    background: #fff;
}

.benefit_cont .benefit_list_2 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/benefit_3.png') no-repeat left 40px bottom 23px;
}

.benefit_cont .benefit_list_2 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/dream/bottom_benefit_8.png') no-repeat left 54px bottom 25px;
}

.benefit_cont .benefit_list_2 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/benefit_7.png') no-repeat left 71px bottom 45px;
}

.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 20px;
}

.benefit_cont .benefit_list_2 .item_title {
    display: block;
    line-height: 1.2;
    margin: 6px 0 0;
    letter-spacing: -0.035em;
    font-size: 26px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list_2 .item_noti {
    width: 100%;
    margin: auto 0 0;
    text-align: right;
    letter-spacing: -0.02em;
    font-size: 13px;
    opacity: 0.5;
}
/*ai가 읽어주는 관계법령*/
.ai_service_intro{
    position:relative;
}
.ai_service_intro .link_btn{
     position:absolute;
    width: 382px;
    height: 71px;
    left: 0;
    bottom: 77px;
    font-size:0;
}

/* 특별 혜택 */
.special_cont {
    position: relative;
    background: linear-gradient(to bottom, #92cffe 40%, #4a5c80);
}

.special_cont::before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    transform: translate(0, -37%);
    border-radius: 50%;
    background: #92cffe url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/plus.png') no-repeat center top 22px;
}

.special_cont .main_inner {
    margin-top: -85px;
    padding: 0 0 120px;
}

.special_cont .main_title {
    line-height: 1.2;
    margin-top: 58px;
}

.special_cont .main_title h3 {
    margin-top: 0;
    letter-spacing: -0.08em;
}

.special_cont .special_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-top: 52px;
}

.special_cont .special_list .list_item {
    position: relative;
    width: 542px;
    height: 199px;
    padding: 32px 0 0 39px;
    border-radius: 15px;
}

.special_cont .special_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/plus_benefit_1.png') no-repeat right 45px top 31px;
}

.special_cont .special_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/plus_benefit_2.png') no-repeat right 50px top 33px;
}

.special_cont .special_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/plus_benefit_3.png') no-repeat right 34px top 26px;
}

.special_cont .special_list .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/plus_benefit_4.png') no-repeat right 36px top 36px;
}

.special_cont .special_list .item_text {
    line-height: 1.2;
    letter-spacing: -0.055em;
    font-size: 21px;
    font-family: 'noto4';
}

.special_cont .special_list .item_title {
    display: block;
    line-height: 1.1;
    margin-top: 3px;
    letter-spacing: -0.055em;
    font-size: 29px;
    font-family: 'noto6';
}

.special_cont .special_list .item_noti {
    position: absolute;
    bottom: 10px;
    right: 46px;
    font-family: 'noto3';
    font-size: 13px;
    color: #bababa;
}

/* 영상 */
.video_cont .main_inner {
    padding: 158px 0 163px;
}

.video_cont .video_item {
    position: relative;
    margin: 70px 0 0;
}

.video_cont .video_item .video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 588px;
}

.video_cont .video_item .layer,
.video_cont .video_item button {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 이유 */
.reason_cont {
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/graph_bg.png') center / cover no-repeat;
}

.reason_cont .main_inner {
    padding: 145px 0 101px;
}

.reason_cont .main_title p,
.reason_cont .main_title h3 {
    color: #fff;
}

.reason_cont .reason_list {
    margin: 68px 0 0 26px;
}

/* 가성비 */
.cost_cont .main_inner {
    padding-bottom: 123px;
}

.cost_cont .main_title {
    margin: 60px 0 0;
}

.cost_cont .main_title h3 {
    margin-top: 3px;
}

.cost_cont .main_title p {
    margin-top: 10px;
}

.cost_cont .main_title > span {
    color: #000;
}

.cost_cont .cost_data {
    position: relative;
    margin: 61px 0 0 18px;
}

.cost_cont .cost_data .data_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 72px;
    left: 0;
    width: 474px;
    padding: 0 34px 0 52px;
    text-align: center;
    box-sizing: border-box;
}

.cost_cont .cost_data .data_item .data_title {
    margin-left: 15px;
    padding: 40px 0 28px;
    font-family: 'noto5';
    font-size: 32px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
    color: #8e8e8e;
}

.cost_cont .cost_data .data_item .data_title em {
    font-family: 'noto4';
    font-size: 28px;
}

.cost_cont .cost_data .data_item .item_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 21px;
    width: 100%;
    padding: 27px 0 0 35px;
    /* border-top: 1px solid #d1d1cf; */
}

.cost_cont .cost_data .data_item .item_list li {
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #5a5a62;
    font-size: 20px;
    font-family: 'noto4';
}

.cost_cont .cost_data .data_item .item_noti {
    margin: 69px 0 0 -26px;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #656f95;
    font-size: 38px;
    font-family: 'noto7';
}

.cost_cont .cost_data .data_item .item_noti span {
    display: block;
    margin-top: 5px;
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #a4a4a6;
}

.cost_cont .cost_data .data_item_2 {
    position: absolute;
    top: 15px;
    left: 473px;
    width: 627px;
    padding: 0 47px 0 48px;
}

.cost_cont .cost_data .data_item_2 .data_title {
    margin-left: 0;
    padding: 27px 0 35px;
    font-family: 'noto7';
    font-size: 46px;
    letter-spacing: -0.055em;
    line-height: 1.2;
    color: #1e54d8;
}

.cost_cont .cost_data .data_item_2 .data_title em {
    letter-spacing: 0;
    color: #8e8e8e;
}

.cost_cont .cost_data .data_item_2 .item_list {
    gap: 29px;
    padding: 37px 0 0 60px;
}

.cost_cont .cost_data .data_item_2 .item_list li {
    font-size: 24px;
}

.cost_cont .cost_data .data_item_2 .item_noti {
    margin: 70px 0 0 0;
    color: #fff;
    font-size: 47px;
}

.cost_cont .cost_data .data_item_2 .item_noti span {
    font-size: 17px;
    color: #86a4ea;
}

/* 커리큘럼 */
.curri_cont {
    background: #d8dde1;
}

.curri_cont .main_inner {
    padding: 141px 0 192px;
}

.curri_cont .main_title h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.curri_cont .curri_table_wrap {
    margin-top: 65px;
}

.curri_cont .curri_table_wrap + .curri_table_wrap {
    margin-top: 58px;
}

.curri_cont .curri_table_wrap h4 {
    font-family: 'noto7';
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: 1;
}

.curri_cont .curri_table {
    position: relative;
    width: 100%;
    /* height: 100%; */
    margin: 18px auto 0;
    table-layout: fixed;
    border-collapse: collapse;
}

.curri_cont .curri_table + .curri_table {
    margin-top: 35px;
}

.curri_cont .curri_table td,
.curri_cont .curri_table th {
    /* height: 100%; */
}

.curri_cont .curri_table .table_head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 219px;
    border-radius: 10px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 19px;
    background: #bdbdbd;
}

.curri_cont .curri_table .td_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 2px solid #313137;
    background: #fff;
}

.curri_cont .curri_table tr + tr .td_inner {
    border-top: none;
}

.curri_cont .curri_table th + th .td_inner,
.curri_cont .curri_table td + td .td_inner {
    border-left: none;
}

.curri_cont .curri_table th:not(:last-child) .td_inner {
    border-right: 1px solid #797a84;
}

.curri_cont .curri_table td:not(:last-child) .td_inner {
    border-right: 1px solid #cdced7;
}

.curri_cont .tr_title .td_inner {
    padding: 16px 0 18px;
    border-bottom: none;
}

.curri_cont .tr_title th:nth-child(1) .td_inner {
    border-radius: 16px 0 0 0;
    background: #f0eef7;
}

.curri_cont .tr_title th:nth-child(2) .td_inner {
    background: #e1ddf0;
}

.curri_cont .tr_title th:nth-child(3) .td_inner {
    background: #d2cde8;
}

.curri_cont .tr_title th:nth-child(4) .td_inner {
    background: #c3bddf;
}

.curri_cont .tr_title th:nth-child(5) .td_inner {
    background: #b5aed8;
}

.curri_cont .tr_title th:last-child .td_inner {
    border-radius: 0 16px 0 0;
}

.curri_cont .tr_title .td_inner p {
    margin-top: -2px;
    font-family: 'noto5';
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color: #000;
}

.curri_cont .tr_title .td_inner p em {
    font-family: 'noto7';
    font-size: 22px;
}

.curri_cont .tr_sub_title .td_inner {
    position: relative;
    padding: 14px 0;
    border-top: 1px solid #797a84;
    border-bottom: 1px solid #cdced7;
    background: #4e4b5b;
    letter-spacing: -0.05em;
    font-size: 19px;
    font-family: 'noto6';
    color: #fff;
}

.curri_cont .tr_contents .td_inner {
    align-items: center;
    height: 88px;
    line-height: 1.35;
    letter-spacing: -0.035em;
    text-align: center;
    font-size: 16px;
    color: #4e4e4e;
}

.curri_cont .tr_contents .td_inner p {
    margin-top: -5px;
}

.curri_cont .tr_badge .td_inner {
    margin: -1px 0 0;
    padding: 2px 0 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto5';
    background: #ff3333;
}

.curri_cont .curri_table_2 .tr_badge .td_inner {
    background: #ffa349;
}

.curri_cont .tr_badge .td_inner.type-col-4 {
    border-right: 1px solid #000;
}

.curri_cont .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 16px;
}

.curri_cont .tr_contents td:last-child .td_inner {
    border-radius: 0 0 16px 0;
}

/* 도서 */
.book_cont {
    padding: 153px 0 172px;
}

.book_cont .main_title h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

/*근거확인 : S*/
.book_box .title_wrap .evidence_area {
    display: none;
    position: relative;
    width: fit-content;
    z-index: 9;
}

.book_box .title_wrap .evidence_btn {
    display: block;
    width: fit-content;
    margin-top: 14px;
    padding: 2px 8px;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #ffffff;
    font-family: market-1;
    font-weight: bold;
    color: #000000;
}

.book_box .title_wrap .evidence_popup_area {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.book_box .title_wrap .evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
}

.book_box .title_wrap .evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.book_box .title_wrap .evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.book_box .title_wrap .evidence_popup_area li:first-child {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}

.book_box .title_wrap .evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}

.book_box .title_wrap .evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.book_box .title_wrap .evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}

.book_box .title_wrap .evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.book_box .title_wrap .evidence_popup_area li:nth-child(even) {
    color: red;
}

.book_cont .book_visual {
    position: absolute;
    right: 26px;
    top: -28px;
}

/*근거확인 : E*/

.book_cont .book_content {
    position: relative;
    padding: 134px 0 90px 0;
}

.book_cont .book_content > img {
    margin-left: -185px;
}

.book_cont .book_content .bullet {
    position: absolute;
    right: -112px;
    top: 25px;
}

.book_cont .book_info {
    display: flex;
    gap: 45px;
    width: 100%;
    margin-bottom: 105px;
}

.book_cont .book_info li {
    width: 100%;
    margin-top: -5px;
    padding: 20px 0;
    box-sizing: border-box;
    border: 2px solid #76b6e4;
    border-radius: 20px;
    background: #f0f0f8;
}

.book_cont .book_info li strong {
    display: block;
    margin-bottom: 16px;
    font-family: 'noto7';
    font-size: 24px;
    letter-spacing: -0.055em;
    text-align: center;
    color: #004fe2;
}

.book_cont .book_info li p {
    font-family: 'noto4';
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

.book_slide {
    width: 100%;
    height: 776px;
}

.book_slide .btn_arrow {
    position: absolute;
    z-index: 4;
    top: calc(50% - 94px);
    width: 32px;
    height: 108px;
    cursor: pointer;
}

.book_slide .btn_prev {
    left: 0px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/point2/arrow_l.png') no-repeat;
}

.book_slide .btn_next {
    right: 0;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/point2/arrow_r.png') no-repeat;
}

.book_cont .book_review_img {
    margin: 143px 0 0 25px;
}

/* 교수 */
.professor_cont {
    background: linear-gradient(to bottom, #fff 352px, #171b36 353px 1336px, #fff 1337px);
}

.professor_cont .main_inner {
    /* padding: 0 0 173px; */
}

.professor_cont .main_title h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    margin: 74px 0 0;
    padding: 59px 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 272px;
    height: 83px;
    border-radius: 90px;
    color: #b6b9b0;
    background: #3c3941;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
    color: #000;
    background: #54bff7;
}

.professor_cont .professor_slide .page_item::before {
    content: '';
    position: absolute;
    bottom: -28px;
    right: 0px;
    width: 150px;
    height: 180px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/teacher_tab.png') no-repeat 0 0;
    background-position-y: -181px;
}

.professor_cont .professor_slide .page_item.is_active::before {
    background-position-y: 0px;
}

.professor_cont .professor_slide .page_item_1::before {
    background-position-x: -20px;
}

.professor_cont .professor_slide .page_item_2::before {
    background-position-x: -196px;
}

.professor_cont .professor_slide .page_item_3::before {
    background-position-x: -382px;
}

.professor_cont .professor_slide .page_item_4::before {
    background-position-x: -570px;
}

.professor_cont .professor_slide .page_item p {
    position: relative;
    padding-left: 26px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: left;
    font-size: 22px;
    font-family: 'noto7';
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 1400px;
    padding: 123px 0 100px 150px;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 106px;
    right: 10px;
    width: 881px;
    height: 935px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/teacher_1.png') center no-repeat;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/teacher_1.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/teacher_2.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_3::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/teacher_3.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/teacher_4.png') center bottom no-repeat;
}

.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 132px;
    right: 73px;
}

.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: 24px;
    color: #fff;
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.055em;
}

.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: #6dbaf2;
    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: 11px 0 0;
    letter-spacing: -0.055em;
    font-family: 'noto7';
    font-size: 55px;
    background: #6dbaf2;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.professor_cont .professor_slide .slide_list {
    position: absolute;
    right: 152px;
    bottom: 87px;
}

.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_check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 23px 0 0;
    gap: 11px;
}

.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    min-width: 377px;
    height: 52px;
    padding: 0 30px 0 56px;
    border: 2px solid #336ef0;
    border-radius: 100px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: #060a39 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: 63px 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 .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;
}

.review_new {
    margin-top: 115px;
}

.review_new li {
    width: 330px;
    margin: 0 0 0 50px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 15px #979797;
    height: auto;
    padding: 90px 0 35px;
    position: relative;
    margin: 62px 0 180px 50px;
    height: 425px;
}

.review_new li .review_img {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #d5e3ff;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-image: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/review.png');
    margin: 0 0 0 -62px;
}

.review_new li:nth-child(1) .review_img,
.review_new li:nth-child(8) .review_img {
    background-position: 8px 6px;
}

.review_new li:nth-child(2) .review_img,
.review_new li:nth-child(9) .review_img {
    background-position: -93px 6px;
}

.review_new li:nth-child(3) .review_img,
.review_new li:nth-child(10) .review_img {
    background-position: -195px 6px;
}

.review_new li:nth-child(4) .review_img,
.review_new li:nth-child(11) .review_img {
    background-position: -295px 6px;
}

.review_new li:nth-child(5) .review_img,
.review_new li:nth-child(12) .review_img {
    background-position: -398px 6px;
}

.review_new li:nth-child(6) .review_img,
.review_new li:nth-child(13) .review_img {
    background-position: -497px 6px;
}

.review_new li:nth-child(7) .review_img,
.review_new li:nth-child(14) .review_img {
    background-position: -598px 6px;
}

.review_new li p {
    font-size: 19px;
    width: 80%;
    margin: 0 auto;
    word-break: keep-all;
    line-height: 150%;
    text-align: center;
}

.review_new li p b {
    font-family: 'noto5';
}

.review_new li span {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-family: 'noto5';
    position: absolute;
    bottom: 55px;
    width: 100%;
    color: #b9b9b9;
    font-family: 'noto5';
}

/* 모의고사 */
.mock_cont {
    background: #f4f4f4;
}

.mock_cont .main_inner {
    padding: 156px 0 0;
}

.mock_cont .main_title h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.mock_cont .main_cat_tab {
    margin: 101px auto 0 0;
    width: 1100px;
}

.mock_cont .main_cat_tab .tab_list {
    display: flex;
    gap: 16px;
    width: 100%;
    padding: 0 104px;
    box-sizing: border-box;
}

.mock_cont .main_cat_tab .tab_list .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66px;
    border-radius: 40px;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 30px;
    font-family: 'noto6';
    background: #93a0c2;
}

.mock_cont .main_cat_tab .tab_list .btn_tab.is_active {
    background: #2150dc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mock_cont .main_cat_tab .tab_content {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1175px;
    margin-top: 63px;
    margin-left: -42px;
    padding: 41px 0 145px;
}

.mock_cont .main_cat_tab .tab_content.is_active {
    display: flex;
}

.mock_cont .main_cat_tab .tab_content p {
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.2;
    font-size: 17px;
}

.mock_cont .mock_box {
    margin: -24px 0 0 -43px;
}

.mock_cont .mock_box .box_item_1 {
    background-image: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
    background-image: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
    background-image: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
    background-image: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/test_img4.png');
}

.mock_cont .mock_box + .box_img_1 {
    margin: 58px 0 0 9px;
}

/* 하단 혜택 */
.btm_bene_cont {
    background: #f0f5fb;
}

.btm_bene_cont .main_inner {
    padding: 133px 0 136px;
}

.btm_bene_cont .main_title h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.btm_bene_cont .btm_bene_wrap {
    display: flex;
    gap: 25px;
    width: 100%;
    margin-top: 87px;
}

.btm_bene_cont .btm_bene_wrap .btm_bene {
    position: relative;
    width: 100%;
    height: 437px;
    padding-top: 35px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btm_bene_cont .btm_bene_wrap .btm_bene.btm_bene_1 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/bottom_benefit_1.png') top 140px center no-repeat;
}

.btm_bene_cont .btm_bene_wrap .btm_bene.btm_bene_2 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/bottom_benefit_2.png') top 134px left 55% no-repeat;
}

.btm_bene_cont .btm_bene_wrap .btm_bene.btm_bene_3 {
    background: #fff url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/bottom_benefit_3.png') top 140px center no-repeat;
}

.btm_bene_cont .btm_bene_wrap .btm_bene strong {
    display: block;
    font-family: 'noto3';
    font-size: 26px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
}

.btm_bene_cont .btm_bene_wrap .btm_bene strong em {
    font-family: 'noto7';
}

.btm_bene_cont .btm_bene_wrap .btm_bene .main_desc {
    position: absolute;
    bottom: 143px;
    right: 48px;
    font-family: 'noto3';
    font-size: 13px;
    color: #bababa;
}

.btm_bene_cont .btm_bene_wrap .btm_bene .bene_list {
    padding: 220px 0 0 47px;
    box-sizing: border-box;
    font-family: 'noto4';
    font-size: 21px;
    letter-spacing: -0.025em;
    line-height: 1.4;
}

/* 리뷰 */
.review_cont .main_inner {
    padding: 145px 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_security2/images/apply/refund/new1/hugi_1.png') center no-repeat;
}

.review_cont .reviews_slide .swiper-slide_2::after {
    width: 310px;
    height: 295px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/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_security2/images/apply/refund/new1/hugi_3.png') center no-repeat;
}

.review_cont .reviews_slide .swiper-slide_4::after {
    width: 312px;
    height: 303px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/hugi_4.png') center no-repeat;
}

.review_cont .reviews_slide .swiper-slide_5::after {
    width: 294px;
    height: 314px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/hugi_5.png') center no-repeat;
}

.review_cont .reviews_slide .swiper-slide_6::after {
    width: 294px;
    height: 324px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/hugi_6.png') center no-repeat;
}

.review_cont .reviews_slide .swiper-slide_7::after {
    width: 366px;
    height: 314px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/hugi_7.png') center no-repeat;
}

.review_cont .reviews_slide .swiper-slide_8::after {
    width: 256px;
    height: 309px;
    background: url('/_skin/tpl_skin/basic_security2/images/apply/refund/new1/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;
}

.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.evidence_area_wrap.align_center {
    justify-content: center;
}

.evidence_area {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.evidence_btn {
    display: block;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #000000;
    cursor: pointer;
}

.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}

.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

.evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}

.evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}

.evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}

.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li:nth-child(even) {
    color: red;
}

/* 레이아웃 */
.main-container .evidence_area {
    top: 6px;
}

.cat_main_cont .evidence_area {
    position: absolute;
    top: 93px;
    right: 103px;
}

.cat_main_cont .start_cont .evidence_area {
    position: absolute;
    top: 98px;
    right: 65px;
}

.cat_main_cont .evidence_popup_area {
    left: auto;
    right: 0;
}

.cat_main_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #000;
    color: #000;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #fff;
}

.cat_main_cont .start_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #1e8c84;
    color: #1e8c84;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #243c3c;
}

/* 하단 배너 */
.banner_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.banner_bottom button {
    display: block;
}
