@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 .cont {
    position: relative;
    width: 100%;
}

.cat_main_cont button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

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

.cat_main_cont .main_title .title_icon {
    margin-left: 30px;
    margin-bottom: 35px;
}

.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.035em;
    font-size: 46px;
    font-family: 'noto7';
}

.cat_main_cont .main_title .title_icon+p+h3 {
    font-family: 'noto6';
    font-size: 43px;
    letter-spacing: -0.045em;
    color: #006cff;
}

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

@keyframes blink3 {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

/* 좌측 플로팅 배너 */
#banner_open_fmb {
    z-index: 98;
}

.floating_banners {
    position: fixed;
    top: 200px;
    left: 50px;
    z-index: 99;
}

.floating_banners button {
    cursor: pointer;
}

.floating_banners .banner_review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 314px;
    height: 389px;
    margin: 0 0 20px -50px;
    padding: 36px 0 0 50px;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_pop.png') no-repeat 0 0;
}

.floating_banners .banner_review .reviews_title {
    line-height: 1.25;
    letter-spacing: -0.03em;
    font-size: 22px;
}

.floating_banners .banner_review .reviews_title em {
    font-family: 'noto7';
}

.floating_banners .banner_review .reviews_slide {
    position: relative;
    width: 220px;
    height: 218px;
    margin: 14px 0 0;
    overflow: hidden;
}

.floating_banners .banner_review .reviews_slide p {
    word-break: keep-all;
    line-height: 1.25;
    font-size: 17px;
    letter-spacing: -0.03em;
}

.floating_banners .banner_review .reviews_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 191px;
}

.floating_banners .banner_review .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.floating_banners .banner_review .swiper-pagination-bullet {
    width: 10px;
    height: 9px;
    margin: 0;
    border-radius: 9px;
    background: #000;
    opacity: 0.2;
}

.floating_banners .banner_review .swiper-pagination-bullet-active {
    width: 26px;
    border: none;
    background: #fff;
    opacity: 0.7;
}

.floating_banners .banner_review .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 219px;
    height: 34px;
    margin: 12px 0 0;
    line-height: 1.2;
    border-radius: 34px;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 17px;
    font-family: 'noto5';
    background: #000;
}

.floating_banners .banner_noti {
    position: relative;
}

.floating_banners .banner_noti .noti_text {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ff2a2a;
    font-size: 19px;
    font-family: 'noto6';
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.title_bx {}

.title_bx span,
.title_bx em {
    display: block;
    line-height: 100%;
}

.title_bx span {
    font-size: 60px;
    font-family: 'market-l';
    margin-bottom: 11px;
    letter-spacing: -2.9px;
}

.title_bx em {
    font-family: 'market-b';
    font-size: 58px;
    letter-spacing: -1.9px;
}

.top_benefit {
    padding: 155px 0 210px;
    background: #dadada;
}

.top_benefit .inner {
    width: 1100px;
}

.top_benefit .lst_bx {
    overflow: hidden;
    margin-top: 94px;
    border-radius: 35px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.top_benefit .lst_bx li {
    position: relative;
    float: left;
    width: 275px;
    height: 366px;
    padding-top: 55px;
    background: #fff;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.top_benefit .lst_bx li.con5,
.top_benefit .lst_bx li.con6,
.top_benefit .lst_bx li.con7,
.top_benefit .lst_bx li.con8,
.top_benefit .lst_bx li.con9,
.top_benefit .lst_bx li.con10,
.top_benefit .lst_bx li.con11,
.top_benefit .lst_bx li.con12 {
    height: 338px;
    padding-top: 46px;
}

.top_benefit .lst_bx li .txt {
    display: block;
    color: #000;
    font-family: 'market-b';
    font-size: 25px;
    letter-spacing: -0.7px;
    line-height: 33px;
    text-align: center;
}

.top_benefit .lst_bx li.con1 .txt:after {
    content: '';
    display: block;
    width: 228px;
    height: 161px;
    margin: 55px auto 0;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_1.png') 0 0 no-repeat;
    background-size: cover;
}

/* .top_benefit .lst_bx li.con1 .txt:before {
	content: '';
	position: absolute;
	top: 140px;
	right: 24px;
	width: 79px;
	height: 79px;
	background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_bullet_1.png') 0 0 no-repeat;
	background-size: cover;
} */
.top_benefit .lst_bx li.con2 .txt:after {
    content: '';
    display: block;
    width: 234px;
    height: 150px;
    margin: 60px 0 0 9px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_2.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con3 .txt:after {
    content: '';
    display: block;
    width: 238px;
    height: 176px;
    margin: 40px auto 0;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_3.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con4 .txt:after {
    content: '';
    display: block;
    width: 228px;
    height: 177px;
    margin: 38px 0 0 18px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_4.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con5 .txt:after {
    content: '';
    display: block;
    width: 214px;
    height: 134px;
    margin: 60px auto 0;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_5.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con5 .txt:before,
.top_benefit .lst_bx li.con6 .txt:before,
.top_benefit .lst_bx li.con7 .txt:before,
.top_benefit .lst_bx li.con9 .txt:before {
    content: '';
    position: absolute;
    top: 140px;
    right: 24px;
    width: 79px;
    height: 79px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_bullet_2.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con6 .txt:after {
    content: '';
    display: block;
    width: 238px;
    height: 145px;
    margin: 60px 0 0 6px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_6.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con7 .txt:after {
    content: '';
    display: block;
    width: 245px;
    height: 137px;
    margin: 60px 0 0 6px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_7.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con8 .txt:after {
    content: '';
    display: block;
    width: 145px;
    height: 170px;
    margin: 12px auto 0;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_8.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con9 .txt:after {
    content: '';
    display: block;
    width: 232px;
    height: 179px;
    margin: 10px 0 0 15px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_9.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con10 .txt:after {
    content: '';
    display: block;
    width: 240px;
    height: 122px;
    margin: 31px auto 0;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_10.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con11 .txt:after {
    content: '';
    display: block;
    width: 240px;
    height: 154px;
    margin: 28px 0 0 15px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_11.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li.con12 .txt:after {
    content: '';
    display: block;
    width: 224px;
    height: 132px;
    margin: 37px 0 0 22px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/benefit_12.png') 0 0 no-repeat;
    background-size: cover;
}

.top_benefit .lst_bx li .caption {
    position: absolute;
    bottom: 36px;
    width: 100%;
    font-family: 'market-m';
    font-size: 14px;
    letter-spacing: -0.008em;
    text-align: center;
    color: #999999;
}

.reason_area {
    padding: 160px 0 0;
}

.reason_area .con_img {
    margin-left: -38px;
}

.atoz_area {
    padding: 181px 0 195px;
}

.atoz_area .con_img {
    margin-bottom: 70px;
}

.atoz_menu {
    position: relative;
    margin-top: -180px;
    z-index: 3;
}

.atoz_menu li {
    width: calc(33.33% - 19px);
    margin-right: 28px;
    text-align: left;
    box-sizing: border-box;
}

.atoz_menu li a {
    display: inline-block;
    width: 100%;
    padding-top: 196px;
}

.atoz_menu .tab1 {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund/con3_thumb1_out.png') top left no-repeat;
}

.atoz_menu .tab2 {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund/con3_thumb2_out.png') top left no-repeat;
}

.atoz_menu .tab3 {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund/con3_thumb3_out.png') top left no-repeat;
}

.atoz_menu .tab1:hover,
.atoz_menu .tab1.selected {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund/con3_thumb1.png') top left no-repeat;
}

.atoz_menu .tab2:hover,
.atoz_menu .tab2.selected {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund/con3_thumb2.png') top left no-repeat;
}

.atoz_menu .tab3:hover,
.atoz_menu .tab3.selected {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund/con3_thumb3.png') top left no-repeat;
}

.atoz_tab .tab-content {
    position: relative;
    margin-left: -43px;
}

.atoz_tab .video_box {
    position: absolute;
    left: 40px;
    top: 305px;
    width: 709px;
    height: 403px;
}

.atoz_tab .video_box .layer,
.atoz_tab .video_box .layer span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pass_reason_area {
    height: 1086px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/con2.png') top center no-repeat;
}

.teacher_area {
    padding: 239px 0 125px;
}

.teacher_area .sample_list {
    position: absolute;
    width: 100%;
    top: 282px;
    left: 0;
    overflow: visible;
}

.teacher_area .sample_list li {
    position: relative;
    width: calc(33.33% - 20px);
    height: 349px;
    margin-right: 29px;
    margin-bottom: 41px;
    padding: 246px 0 0 17px;
    box-sizing: border-box;
    text-align: left;
}

.teacher_area .sample_list li a {
    display: inline-block;
    width: 245px;
    height: 61px;
    font-size: 0;
}

.teacher_area .sample_list li .bullet {
    position: absolute;
    top: -25px;
    right: -25px;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

/* visual : s */
.visual_cont {
    height: 1042px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/top.png') center no-repeat;
}

.visual_cont .visual_list {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 691px;
    left: 0;
    width: 100%;
    height: 265px;
}

.visual_cont .visual_list .list_item {
    position: relative;
    width: 25%;
    height: 100%;
    padding-top: 160px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/topbox.png') center no-repeat;
}

.visual_cont .visual_list .list_item.is_active {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/topbox_active.png') center no-repeat;
}

.visual_cont .visual_list .list_item::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 243px;
    height: 231px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/top_ben1.png') center no-repeat;
}

.visual_cont .visual_list .list_item_1::after {
    top: -17px;
    width: 243px;
    height: 231px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/top_ben1.png') center no-repeat;
}

.visual_cont .visual_list .list_item_2::after {
    top: 1px;
    width: 205px;
    height: 190px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/top_ben2.png') center no-repeat;
}

.visual_cont .visual_list .list_item_3::after {
    top: 16px;
    width: 222px;
    height: 161px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/top_ben3.png') center no-repeat;
}

.visual_cont .visual_list .list_item_4::after {
    top: 8px;
    width: 205px;
    height: 182px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/top_ben4.png') center no-repeat;
}

.visual_cont .visual_list .list_item p {
    font-family: 'noto6';
    font-size: 22px;
    letter-spacing: -0.055em;
    line-height: 1.4;
    text-align: center;
}

.visual_cont .visual_list .list_item p em {
    color: #0082ff;
}

.visual_cont .visual_list .list_item span {
    position: absolute;
    bottom: -31px;
    right: 17px;
    font-family: 'noto5';
    font-size: 18px;
    letter-spacing: -0.055em;
    line-height: 1.4;
    color: #fff;
}

/* visual : e */

/* 상단 혜택 : s */
.top_bene_cont {
    height: 1466px;
    padding: 144px 0 86px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_bg.png') center no-repeat;
}

.top_bene_cont .top_bene_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 30px;
    width: 100%;
    margin-top: 64px;
}

.top_bene_cont .top_bene_wrap li {
    width: calc((100% - 30px) / 2);
    height: 195px;
    padding: 40px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fff;
    background-position: center right 40px;
    background-repeat: no-repeat;
}

.top_bene_cont .top_bene_wrap li.top_bene_1 {
    background-position: top 56% right 47px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_1.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_2 {
    background-position: top 54% right 30px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_2.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_3 {
    background-position: top 56% right 11px;
    background-image: url('/_skin/tpl_skin/common_images/apply/benefit_test.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_4 {
    background-position: top 51% right 47px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_4.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_5 {
    background-position: top 25% right -8px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_5.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_6 {
    background-position: top 65% right 49px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_6.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_7 {
    background-position: top 59% right 45px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_7.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_8 {
    background-position: top 59% right 44px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_8.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_9 {
    background-position: top 67% right 17px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_9.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_10 {
    background-position: top 77% right 13px;
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_10.png');
}

.top_bene_cont .top_bene_wrap li p {
    font-family: 'noto5';
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.065em;
}

.top_bene_cont .top_bene_wrap li h3 {
    margin-top: 11px;
    font-family: 'noto6';
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.065em;
}

/* 상단 혜택 : e */

/* plus : s */
.plus_cont {
    padding: 83px 0 153px;
    background: #000090;
}

.plus_cont::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    width: 91px;
    height: 91px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/plus.png') center no-repeat;
}

.plus_cont .main_title h3 {
    color: #fff;
}

.plus_cont .plus_wrap {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 45px;
}

.plus_cont .plus_wrap .plus {
    width: calc((100% - 30px) / 2);
    height: 230px;
    padding: 49px 25px;
    border: 4px solid #b1c1ff;
    border-radius: 20px;
    box-sizing: border-box;
    background: #fff;
}

.plus_cont .plus_wrap .plus_1 {
    background: #fff url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_p1.png') top 5px right -16px no-repeat;
}

.plus_cont .plus_wrap .plus_2 {
    background: #fff url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/benefit_p2.png') top 0 right -18px no-repeat;
}

.plus_cont .plus_wrap .plus p {
    font-family: 'noto5';
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.065em;
}

.plus_cont .plus_wrap .plus h3 {
    margin-top: 11px;
    font-family: 'noto7';
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.065em;
    color: #007bff;
}

/* plus : e */

/* item_price : s */
.item_price_cont {
    padding: 152px 0 142px;
    background: #00000a;
}

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

.item_price_cont .item_price_wrap {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.item_price_cont .item_price_wrap .item_price {
    width: 508px;
    border: 3px solid #fff;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
}

.item_price_cont .item_price_wrap .left_item {
    width: 560px;
    border: 5px solid transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #80bfff 0%, #337aff 30%, #7646ff 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.item_price_cont .item_price_wrap .top_item {
    margin-bottom: 34px;
}

.item_price_cont .item_price_wrap .item_price .info_wrap {
    padding: 26px 33px 13px;
    box-sizing: border-box;
}

.item_price_cont .item_price_wrap .left_item .info_wrap {
    padding: 30px 34px 33px;
}

.item_price_cont .item_price_wrap .left_item .bulelt_wrap {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.item_price_cont .item_price_wrap .left_item .bulelt_wrap .bullet {
    animation: blink3 1s infinite;
}

.item_price_cont .item_price_wrap .left_item .bulelt_wrap span {
    padding: 7px 20px 9px;
    border: 2px solid #c8c8c8;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto6';
    font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #3d3d3d;
}

.item_price_cont .item_price_wrap .item_price .tit {
    margin-bottom: 13px;
    font-family: 'noto7';
    font-size: 36px;
    letter-spacing: -0.095em;
    line-height: 1;
    color: #0e0e0e;
}

.item_price_cont .item_price_wrap .left_item .tit {
    margin: 34px 0 29px 2px;
    font-size: 49px;
    letter-spacing: -0.085em;
    color: #0074ff;
}

.item_price_cont .item_price_wrap .item_price .txt {
    font-family: 'noto5';
    font-size: 17px;
    letter-spacing: -0.025em;
    line-height: 1.8;
    color: #2b2b2b;
}

.item_price_cont .item_price_wrap .left_item .txt {
    font-size: 21px;
    line-height: 1.96;
}

.item_price_cont .item_price_wrap .item_price .price_wrap {
    padding: 0px 33px 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.item_price_cont .item_price_wrap .left_item .price_wrap {
    padding: 0px 20px 28px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 23px;
    margin-right: -5px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap {
    gap: 27px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price {
    position: relative;
    font-family: 'noto6';
    font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: right;
    color: #b4b3b5;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .price {
    font-size: 25.79px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 1px;
    background: #000;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price span {
    display: block;
    margin-right: -5px;
    font-family: 'noto5';
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .price span {
    font-size: 18.42px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .discount_price {
    font-family: 'noto7';
    font-size: 38px;
    letter-spacing: -0.055em;
    line-height: 1;
    color: #57468a;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .discount_price {
    margin-right: 20px;
    font-size: 50px;
    color: #4712eb;
}

.item_price_cont .item_price_wrap .item_price .link_btn {
    display: block;
    width: 100%;
    height: 48px;
    /* margin-top: 21px; */
    border-radius: 10px;
    background: #250082;
    font-family: 'noto6';
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.item_price_cont .item_price_wrap .left_item .link_btn {
    height: 73px;
    /* margin-top: 33px; */
    line-height: 72px;
    background: #4101e4;
    font-size: 21px;
}

.item_price_cont .item_price_wrap .item_price .link_btn span {
    font-family: 'noto4';
    margin-left: 10px;
}

.item_price_cont .banner_refund_wrap {
    position: relative;
    margin-top: 60px;
}

.item_price_cont .banner_refund {
    display: block;
    margin: 16px 0 0 -20px;
}

.item_price_cont .banner_refund_wrap .link_btn {
    position: absolute;
    top: 42%;
    right: 20px;
    transform: translateY(-50%);
    width: 264px;
    height: 103px;
}

/* item_price : e */

/* 강의 : s */
.lecture_cont .main_inner {
    padding: 143px 0 146px;
}

.lecture_cont .main_title h3 {
    color: #006cff;
}

.lecture_cont .tab-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 62px 0 0;
}

.lecture_cont .tab-menu {
    display: flex;
    justify-content: center;
    gap: 23px;
    width: 100%;
}

.lecture_cont .tab-menu li {
    width: 100%;
}

.lecture_cont .tab-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 112px;
    padding-top: 24px;
    border-radius: 30px 30px 0 0;
    box-sizing: border-box;
    letter-spacing: -0.05em;
    color: #707070;
    font-size: 34px;
    font-family: 'noto7';
    background: #dddddd;
}

.lecture_cont .tab-menu a.selected {
    background: #000095;
    color: #fff;
}

.lecture_cont .tab-menu a p {
    font-family: 'noto5';
    font-size: 25px;
}

.lecture_cont .tab-content {
    position: relative;
    width: 100%;
    background: #f4f7f9;
}

.lecture_cont .video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lecture_cont .video_box .layer,
.lecture_cont .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.lecture_cont .video_box .layer::after {
    content: '';
    position: absolute;
    top: 53%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

/* 강의 : e */

/* info : s */
.info_cont {
    background: #000010;
}

.info_cont .main_inner {
    padding: 156px 0 150px;
    transform: translateX(-20px);
}

/* info :e */

/* 커리큘럼 : s */
.curri_cont {
    background: #f5f5f5;
}

.curri_cont .speechBubble_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.curri_cont .main_inner {
    padding: 97px 0 80px;
}

.curri_cont .main_title .title_icon+p+h3 {
    margin-top: 5px;
    font-size: 46px;
}

.curri_cont .tab-wrap {
    display: flex;
    width: 100%;
    height: 440px;
    margin-top: 60px;
}

.curri_cont .tab-wrap .tab-menu {
    display: flex;
    flex-direction: column;
    width: 154px;
    height: 100%;
}

.curri_cont .tab-wrap .tab-menu li {
    width: 100%;
    height: 100%;
}

.curri_cont .tab-wrap .tab-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: #dcdcdc;
    font-family: 'noto7';
    font-size: 23px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #5b5b5b;
}

.curri_cont .tab-wrap .tab-menu:last-child a {
    border-bottom: 0;
}

.curri_cont .tab-wrap .tab-menu a.selected {
    background: #000090;
    color: #fff;
}

.curri_cont .tab-wrap .tab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 154px);
    height: 100%;
    border: 1px solid #000090;
    box-sizing: border-box;
    background: #fff;
}

.curri_cont .curri_noti {
    margin: 12px 5px 0 0;
    font-family: 'noto6';
    font-size: 17px;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: right;
    color: #525151;
}

/* 커리큘럼 : e */

/* 교수 : s */
.professor_cont>.main_inner {
    padding: 188px 0 157px;
}

.professor_cont .professor_slide_wrap {
    height: 925px;
    background: #1e2727 url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_bg.png') no-repeat center top;
}

.professor_cont .professor_slide {
    width: 1180px;
    height: 1374px;
    padding: 100px 0 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: space-between;
    top: -165px;
    width: 1100px;
    margin: 100px auto 0;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 120px;
    height: 120px;
    padding-top: 56px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #374055;
    color: #a7a7a7;
    cursor: pointer;
}

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

.professor_cont .professor_slide .page_item::after {
    position: absolute;
    display: block;
    content: '';
    width: 114px;
    height: 110px;
    top: -38px;
    left: calc(50% - 43.5px);
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/teacher_tab_v2.png');
    background-repeat: no-repeat;
}

.professor_cont .professor_slide .page_item_1::after {
    background-position: -2px 5px;
}

.professor_cont .professor_slide .page_item_2::after {
    background-position: -121px 4px;
}

.professor_cont .professor_slide .page_item_3::after {
    background-position: -247px 4px;
}

.professor_cont .professor_slide .page_item_4::after {
    background-position: -360px 4px;
    left: calc(50% - 51.5px);
}

.professor_cont .professor_slide .page_item_5::after {
    background-position: -617px 4px;
}

.professor_cont .professor_slide .page_item_6::after {
    background-position: -728px 4px;
}

.professor_cont .professor_slide .page_item_7::after {
    left: calc(50% - 50.5px);
    background-position: -853px 4px;
}

.professor_cont .professor_slide .page_item_8::after {
    left: calc(50% - 50.5px);
    background-position: -973px 4px;
}

.professor_cont .professor_slide .page_item_9::after {
    background-position: -492px 4px;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background-image: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/teacher_tab_v2.png');
    background-position-y: -107px;
    background-repeat: no-repeat;
}

.professor_cont .professor_slide .page_item p,
.professor_cont .professor_slide .page_item strong {
    position: relative;
    line-height: 1.2;
    z-index: 2;
}

.professor_cont .professor_slide .page_item p {
    letter-spacing: -0.065em;
    font-family: 'noto4';
    font-size: 15px;
}

.professor_cont .professor_slide .page_item strong {
    display: block;
    letter-spacing: -0.065em;
    font-size: 21px;
    font-family: 'noto5';
}

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

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 100%;
    padding: 108px 0 0 0;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    right: -59px;
    width: 652px;
    height: 983px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_01.png') center no-repeat;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    right: 10px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_09.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_02.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_3::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_03.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_4::after {
    right: -4px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_04.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_5::after {
    right: -16px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_05.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_6::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_06.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_7::after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/teacher_07.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_8::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/general_class/v2/teacher_09.png') center no-repeat;
}

.professor_cont .professor_slide .swiper-slide_9::after {
    background: url('/_skin/tpl_skin/basic_appraiser/images/teacher_new/teacher_13.png') center no-repeat;
}

.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: -25px;
    right: 0;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 32px;
    color: #fff;
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.065em;
}

.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;
    font-family: 'noto4';
    font-size: 23px;
    color: #fff;
}

.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
    background: linear-gradient(-24deg, rgba(153, 214, 252, 1) 1%, rgba(6, 255, 235, 1) 10%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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: 13px 0 0;
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -0.065em;
    color: #fff;
    background: linear-gradient(-24deg, rgba(153, 214, 252, 1) 1%, rgba(6, 255, 235, 1) 10%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.professor_cont .professor_slide .slide_list {
    margin: 36px 0 0;
}

.professor_cont .professor_slide .slide_list li {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 16px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_list li+li {
    margin: 6px 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: 532px;
    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;
    height: auto;
    margin-top: 74px;
}

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

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

/* 교수 : e */

/* 도서 : s */
.book_cont {
    padding: 113px 0 114px;
    text-align: center;
}

.book_cont .book {
    margin-top: 44px;
    margin-left: -70px;
}

.book_cont .evidence_area {
    position: absolute;
    top: 89px;
    right: -50px;
}

.book_cont .con_img {
    margin: 0 0 107px;
}

.book_cont .img_bullet {
    position: absolute;
    top: 156px;
    right: -89px;
}

.book_cont .btn_area {
    width: 974px;
    height: 111px;
    margin: 35px 0 100px 142px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/btn_book.png') left bottom no-repeat;
}

.book_cont .btn_area .popupVideo {
    width: 46%;
    height: 83px;
    position: relative;
}

.book_cont .btn_area .popupVideo a {
    display: block;
    width: 100%;
    height: 100%;
}

.book_slide {
    height: 679px;
    margin: 107px 0 0 38px;
}

.book_slide .btn_arrow {
    position: absolute;
    z-index: 4;
    top: calc(50% - 94px);
    width: 32px;
    height: 108px;
    cursor: pointer;
}

.book_slide .btn_prev {
    left: 47px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/point2/arrow_l.png') no-repeat;
}

.book_slide .btn_next {
    right: 14px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/point2/arrow_r.png') no-repeat;
}

.book_review_slide {
    position: relative;
    width: 1000px;
    height: 307px;
    margin-top: 61px;
    margin-left: 84px;
    overflow: visible;
}

.book_review_slide .swiper-slide {
    opacity: 0.5;
}

.book_review_slide .swiper-slide-active {
    opacity: 1;
}

/* 도서  : e */

/* feedback : s */
.feedback_cont {
    background: #f5f5f5;
}

.feedback_cont .main_inner {
    padding: 155px 0 0;
}

.feedback_cont .main_title .title_icon {
    margin-bottom: 30px;
}

.feedback_cont .feedback_img {
    margin: -35px 0 0 -140px;
}

.feedback_cont .feedback_noti {
    position: absolute;
    top: 789px;
    right: 0;
    font-family: 'noto4';
    font-size: 17px;
    letter-spacing: -0.055em;
    line-height: 1;
    color: #525151;
}

/* feedback : e */

/* mock : s */
.mock_cont .main_inner {
    padding: 147px 0 110px;
}

.mock_cont .main_title .title_icon {
    margin-bottom: 30px;
}

.mock_cont .mock_img {
    margin: 60px 0 0 -5px;
}

.mock_cont .mock_noti {
    display: block;
    margin: -5px 25px 0 0;
    font-family: 'noto4';
    font-size: 17px;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: right;
    color: #525151;
}

/* mock : e */

/* 하단 혜택 : s */
.bottom_bene_cont {
    background: #f5f5f5;
}

.bottom_bene_cont .main_inner {
    padding: 152px 0 150px;
}

.bottom_bene_cont .main_tab_wrap {
    margin-top: 64px;
}

.bottom_bene_cont .tab_menu {
    display: flex;
    gap: 30px;
    padding: 0 149px 0 140px;
}

.bottom_bene_cont .tab_menu li {
    width: 100%;
}

.bottom_bene_cont .tab_menu .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
    height: 78px;
    letter-spacing: -0.065em;
    border-radius: 30px 30px 0 0;
    cursor: pointer;
    color: #5b5b5b;
    font-size: 30px;
    font-family: 'noto6';
    background: #dedede;
}

.bottom_bene_cont .tab_menu .btn_tab.is_active {
    color: #fff;
    background: #000095;
}

.bottom_bene_cont .tab_content {
    display: none;
    position: relative;
    width: 1100px;
    border-radius: 20px;
    background: #fff;
}

.bottom_bene_cont .tab_content.is_active {
    display: block;
}

.bottom_bene_cont .curri_list {
    display: flex;
    gap: 32px;
    width: 100%;
}

.bottom_bene_cont .curri_list_2 {
    position: relative;
    flex-direction: row-reverse;
}

.bottom_bene_cont .curri_list+.curri_list {
    margin-top: 37px;
}

.bottom_bene_cont .curri_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 223px;
    min-height: 69px;
    padding: 58px 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
}

.bottom_bene_cont .curri_list .list_item::before {
    content: '';
    position: absolute;
    top: 51%;
    right: calc(100% + 8px);
    transform: translateY(-50%);
    width: 16px;
    height: 22px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/curri_arrow.png') no-repeat 0 0;
}

.bottom_bene_cont .curri_list_1 .list_item:nth-child(1)::before {
    display: none;
}

.bottom_bene_cont .curri_list_2 .list_item::before {
    transform: rotate(180deg);
}

.bottom_bene_cont .curri_list_2::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 100px;
    transform: rotate(90deg);
    width: 16px;
    height: 22px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/curri_arrow.png') no-repeat 0 0;
}

.bottom_bene_cont .curri_list .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    margin: 0 0 auto;
    border-radius: 20px 20px 0 0;
    letter-spacing: -0.035em;
    color: #00834a;
    font-size: 23px;
    font-family: 'noto6';
    background: #d7f2e6;
}

.bottom_bene_cont .curri_list .item_text {
    line-height: 1.4;
    padding: 15px 0 23px;
    text-align: center;
    letter-spacing: -0.035em;
    font-size: 18px;
}

/* 하단 혜택 : e */

/* 시작 */
.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;
}