.mgr0 {
    margin-right: 0 !important;
}

.tl {
    text-align: left !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear-after::after {
    content: '';
    display: table;
    clear: both;
}

@charset "UTF-8";
/* 공통 */
.popup_increase_wrapper {
    display: none;
}

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

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

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #00834a;
    font-size: 35px;
    font-family: 'noto6';
}

.cat_main_cont .main_title h3 {
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.035em;
    font-size: 50px;
    font-family: 'noto7';
}

.cat_main_cont .main_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 38px;
    margin: 0 auto 36px;
    border: 2px solid #fff;
    border-radius: 38px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto6';
}

.cat_main_cont .item_bullet {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

@keyframes bgMove {
    100% {
        background-position: -302px 0;
    }
}

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

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

.evidence_area {
    position: relative;
    z-index: 2;
}

.evidence_btn {
    display: block;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #000000;
    cursor: pointer;
}

.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}

.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
}
.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    line-height: 1.1;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

.evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}

.evidence_popup_area li:not(.type_point) {
    text-indent: 10px;
}

.evidence_popup_area li.type_red::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.evidence_popup_area li.type_point {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li.type_red {
    color: red;
}

/* 비주얼 */
.visual_cont {
    min-height: 1088px;
    background: #0a0361 url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_top.jpg') no-repeat center top;
}

.visual_cont .main_inner {
    align-items: flex-start;
    padding: 56px 0 0;
}

.visual_cont .visual_list {
    display: flex;
    gap: 103px;
}

.visual_cont .visual_list .list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    width: 196px;
    height: 123px;
    padding: 0 0 23px;
    text-align: center;
    color: #c5e8ed;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/icon_bracket.png') no-repeat 0 0;
}

.visual_cont .visual_list .list_item p {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 20px;
}

.visual_cont .visual_list .list_item strong {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 33px;
    font-family: 'market-b';
}

.visual_cont .evidence_area {
    position: absolute;
    top: 131px;
    right: 120px;
}

.visual_cont .evidence_btn {
    height: 27px;
    color: #80d7ff;
    border-color: #80d7ff;
    border-radius: 0;
    background: none;
}

.visual_cont .evidence_popup_area {
    left: auto;
    right: 0;
}

.visual_cont .visual_benefit {
    display: flex;
    gap: 34px;
    width: 100%;
    margin: 597px 0 0;
}

.visual_cont .visual_benefit .list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    width: 100%;
    height: 230px;
    padding: 0 0 0 22px;
    border: 8px solid transparent;
    border-radius: 20px;
    background: #fff no-repeat -8px -8px;
    transition: all 0.2s ease-in;
}

.visual_cont .visual_benefit .list_item.is_active {
    border-color: #78e85b;
}

.visual_cont .visual_benefit .list_item_1 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_top_benefit_03.png');
}

.visual_cont .visual_benefit .list_item_2 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_top_benefit_02.png');
}

.visual_cont .visual_benefit .list_item_3 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_top_benefit_01.png');
}

.visual_cont .visual_benefit .item_title {
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 30px;
    font-family: 'noto7';
}

.visual_cont .visual_benefit .item_text {
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 19px;
    font-family: 'noto5';
}

/* 비교 */
.vs_cont {
    background: #000;
}

.vs_cont .main_inner {
    padding: 102px 0 0;
}

.vs_cont .main_title h3 {
    position: relative;
    left: -11px;
    letter-spacing: -0.06em;
    color: #fff;
    font-size: 51px;
}

.vs_cont .main_title h3::before,
.vs_cont .main_title h3::after {
    content: '';
    position: absolute;
    top: -41px;
    width: 151px;
    height: 158px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/icon_siren.png') no-repeat 0 0;
    animation: bgMove 1s infinite steps(2);
}

.vs_cont .main_title h3::before {
    left: 30px;
}

.vs_cont .main_title h3::after {
    right: 30px;
}

.vs_cont .vs_table {
    width: 1400px;
    min-height: 599px;
    margin: 24px 0 0;
    padding: 39px 0 0;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_vs.png') no-repeat 0 0;
}

.vs_cont .vs_table table {
    table-layout: fixed;
    width: 1100px;
    margin: 0 auto;
}

.vs_cont .vs_table thead th {
    height: 78px;
    padding: 10px 0 0;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.9);
    font-size: 25px;
    font-family: 'market-b';
}

.vs_cont .vs_table tbody th,
.vs_cont .vs_table tbody td {
    height: 75px;
    letter-spacing: -0.065em;
    text-align: center;
    font-size: 24px;
}

.vs_cont .vs_table thead th:nth-child(2) {
    padding: 0 0 11px;
    letter-spacing: -0.065em;
    color: #000;
    font-size: 34px;
}

.vs_cont .vs_table tbody td:nth-child(2) {
    position: relative;
    padding: 0 0 10px;
    letter-spacing: -0.065em;
    color: #000;
    font-size: 28px;
    font-family: 'noto7';
}

.vs_cont .vs_table .table_badge {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: -0.065em;
    color: #6bff45;
    font-size: 28px;
    font-family: 'market-b';
}

/* 상품 */
.product_cont {
    position: relative;
    background: #fff;
    z-index: 1;
}

.product_cont .main_inner {
    padding: 102px 0 130px;
}

.product_cont .product_banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    padding: 0 42px 0 181px;
    margin: 72px 0 0;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_product_banner.png') no-repeat center / contain;
}

.product_cont .product_banner .banner_text {
    flex: 1 1 auto;
    letter-spacing: -0.055em;
    color: #fff;
    font-size: 30px;
    font-family: 'noto5';
}

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

.product_cont .product_banner .banner_btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 226px;
    height: 54px;
    letter-spacing: -0.065em;
    font-size: 21px;
    font-family: 'noto7';
} 

.product_cont .product_item {
    width: 1100px;
    height: 479px;
    margin: 26px 0 0 -3px;
    padding: 56px 27px 0 18px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/price_box.png') no-repeat top center;
}

.product_cont .sidetxt {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}
.product_cont .sidetxt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 42px;
    border-radius: 42px;
    letter-spacing: -0.02em;
    font-size: 24px;
    font-family: 'noto7';
    background: #38ec8c;
}
.product_cont .sidetxt .txt-orange {
    background: #f3c340;
}
.product_cont .product_detail {
    padding: 0 19px;
}

.product_cont .product_detail .tr {
    position: relative;
}

.product_cont .d-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.product_cont h2 {
    margin-bottom: 21px;
    letter-spacing: -0.02em;
    font-family: 'noto7';
    font-size: 53px;
    line-height: 1.3;
}
.product_cont h2 .txt_blue {
    color: #0230c5;
}
.product_cont .list-dot {
}

.product_cont .list-dot li {
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
    color: #2b2b2b;
    font-size: 20px;
}
.product_cont .bullet {
    display: block;
    position: absolute;
    top: -32px;
    right: -18px;
    width: 112px;
    height: 111px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-size: 20px;
    text-align: center;
    padding-top: 32px;
    color: #fff;
    font-family: 'noto6';
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/bullet_1.png') no-repeat 0 0;
}
.product_cont .price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    height: 100%;
    margin: 32px 0 0 0;
}
.product_cont .price .d-flex {
    margin: 20px 0 0 0;
    gap: 15px;
    align-items: flex-end;
}
.product_cont .or_price em {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    color: #000;
    font-family: 'noto7';
}
.product_cont .or_price {
    position: relative;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    color: #a1a86a;
    font-size: 20px;
    font-family: 'noto6';
}
.product_cont .or_price:after {
    content: '';
    position: absolute;
    width: calc(100% - 17px);
    height: 2px;
    left: -3.5px;
    top: 44px;
    display: block;
    background: #a1a86a;
}
.product_cont .price h3 {
    display: block;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-size: 70px;
    font-family: 'noto7';
}
.product_cont .price h3 em {
    font-size: 46px;
}
.product_cont .buy_btn {
    display: block;
    position: relative;
    margin: 0 -22px 0 0;
}
.product_cont .buy_btn::after {
    content: '';
    position: absolute;
    top: 48px;
    right: -2px;
    width: 54px;
    height: 60px;
    background: url('/img/event/8956/pc/finger.png') no-repeat 0 0 / 100% auto;
    animation: pointerBounceDiagonal 1s infinite;
}
.product_cont .product_info {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 69px 0 0 15px;
    width: 1100px;
    text-align: left;
    font-size: 20px;
    font-family: 'noto4';
}
.product_cont .product_info li {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1.16;
    padding: 12px 20px 22px 106px;
    border-right: 1px solid #b2b2b2;
}
.product_cont .product_info li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/price_benefit_1.png') no-repeat 0 3px;
}
.product_cont .product_info li:nth-child(2) {
    padding-left: 126px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/price_benefit_2.png') no-repeat 18px 0;
}
.product_cont .product_info li:nth-child(3) {
    padding-left: 127px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/price_benefit_3.png') no-repeat 15px 3px;
}
.product_cont .product_info li:nth-child(4) {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/price_benefit_4.png') no-repeat 9px 6px;
}
.product_cont .product_info li:last-child {
    border-right: none;
}
.product_cont .product_info li em {
    font-family: 'noto6';
}

/* 혜택 */
.benefit_cont {
    margin-top: -300px;
    padding-top: 300px;
    background: radial-gradient(circle, #d0fa84 0%, #6fe657 500px);
}

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

.benefit_cont .main_title p {
    color: #000;
    font-family: 'noto4';
}

.benefit_cont .main_title h3 {
    color: #00834a;
}

.benefit_cont .benefit_list_1 {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 84px 0 20px;
}

.benefit_cont .benefit_list_1 .list_item {
    width: 100%;
    padding: 39px 0 32px 45px;
    border-radius: 30px;
    background: #073431 no-repeat 0 0;
}

.benefit_cont .benefit_list_1 .list_item_1 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_benefit_item_01_01.png');
}

.benefit_cont .benefit_list_1 .list_item_2 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_benefit_item_01_02.png');
}

.benefit_cont .benefit_list_1 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 25px;
}

.benefit_cont .benefit_list_1 .item_title {
    display: block;
    line-height: 1.2;
    margin: 2px 0 0;
    letter-spacing: -0.035em;
    color: #cfff18;
    font-size: 40px;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_1 .item_list {
    margin: 13px 0 0;
}

.benefit_cont .benefit_list_1 .item_list li {
    line-height: 1.2;
    margin: 0 0 4px;
    letter-spacing: -0.035em;
    color: #e4ff7b;
    font-size: 19px;
}

.benefit_cont .benefit_list_1 .item_noti {
    margin: 25px 0 0;
    letter-spacing: -0.035em;
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
}

.benefit_cont .benefit_list_2 {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 17px;
}

.benefit_cont .benefit_list_1 + .benefit_list_2 {
    margin-top: 7px;
}

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 100%;
    height: 270px;
    padding: 31px 0 13px;
    border-radius: 20px;
    background: #fff;
}

.benefit_cont .benefit_list_2 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_3.png') no-repeat center bottom 30px;
}

.benefit_cont .benefit_list_2 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_4.png') no-repeat center bottom 37px;
}

.benefit_cont .benefit_list_2 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_5.png') no-repeat center bottom 2px;
}

.benefit_cont .benefit_list_2 .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_6.png') no-repeat center bottom 30px;
}

.benefit_cont .benefit_list_2 .list_item_7 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_7.png') no-repeat center bottom 0;
}

.benefit_cont .benefit_list_2 .list_item_8 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_9.png') no-repeat center bottom 38px;
}

.benefit_cont .benefit_list_2 .list_item_9 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_8.png') no-repeat center bottom 39px;
}

.benefit_cont .benefit_list_2 .list_item_10 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_10.png') no-repeat center bottom 36px;
}

.benefit_cont .benefit_list_2 .item_title {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 22px;
    font-family: 'noto5';
    font-weight: 400;
}

.benefit_cont .benefit_list_2 .item_title span {
    display: block;
    font-family: 'noto7';
}

.benefit_cont .benefit_list_2 .item_noti {
    margin-top: auto;
    letter-spacing: -0.035em;
    color: #808080;
    font-size: 13px;
}

/* 영상 */
.video_cont .main_inner {
    padding: 139px 0 159px;
}

.video_cont .video_item {
    position: relative;
    margin: 72px 0 0;
}

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

.video_cont .video_item .layer,
.video_cont .video_item button {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video_cont .video_list {
    display: flex;
    gap: 12px;
    width: 100%;
    margin: 58px 0 0;
}

.video_cont .video_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    height: 310px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.video_cont .video_list .list_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #40f37e;
    opacity: 0.85;
    transition: 0.3s ease-in;
}

.video_cont .video_list .list_item.is_active::before {
    opacity: 0;
}

.video_cont .video_list .list_item_1 {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/play_1.png') no-repeat center / contain;
}

.video_cont .video_list .list_item_2 {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/play_2.png') no-repeat center / contain;
}

.video_cont .video_list .list_item_3 {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/play_3.png') no-repeat center / contain;
}

.video_cont .video_list .list_item_4 {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/play_4.png') no-repeat center / contain;
}

.video_cont .video_list .item_title {
    position: relative;
    display: block;
    line-height: 1.2;
    letter-spacing: -0.065em;
    z-index: 2;
    font-size: 30px;
    font-family: 'noto6';
    transition: 0.3s ease-in;
}

.video_cont .video_list .list_item.is_active .item_title {
    color: #40f37e;
}

.video_cont .video_list .item_text {
    position: relative;
    line-height: 1.5;
    letter-spacing: -0.065em;
    font-size: 20px;
    z-index: 2;
}

.video_cont .video_list .item_text em {
    font-family: 'noto5';
}

/* 소개 */
.intro_cont .intro_slide {
    position: absolute;
    top: 274px;
    left: 0;
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.intro_cont .intro_slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    border: 10px solid #6bff45;
    z-index: 1;
}

.intro_cont .intro_slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: center;
    color: #a0a0a0;
    font-size: 30px;
    font-family: 'noto7';
    transition: all 0.3s ease-in;
    transform-origin: center;
}

.intro_cont .intro_slide .swiper-slide-active {
    height: 180px;
    padding: 0 0 50px;
    color: #6bff45;
    font-size: 42px;
}

/* 중간 배너 */
.banner_cont {
    position: relative;
    height: 257px;
    margin: 0 0 -47px;
    color: #fff;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/banner_middel.png') no-repeat center, linear-gradient(to bottom, #000 210px, transparent 210px);
    z-index: 1;
}

.banner_cont .main_inner {
    gap: 5px;
    padding: 56px 0 0;
}

.banner_cont .banner_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 43px;
    font-family: 'market-l';
}

.banner_cont .banner_title {
     line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 43px;
    font-family: 'market-b';
}

.banner_cont .banner_title span {
    color: #52ff8e;
}

/* 체크 */
.check_cont {
    background: #e6e6e6;
}

.check_cont .main_inner {
    padding: 77px 0 82px;
}

.check_cont .check_title {
    margin-left: -45px;
}

.check_cont .check_item_wrap {
    display: flex;
    margin: 50px 0 0 -7px;
}

.check_cont .check_item_1 {
    margin: 112px -55px 0 0;
}

.check_cont .check_item_2 {
    position: relative;
}

.check_cont .check_item_2 .item_list {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 175px;
    left: 125px;
    width: 794px;
}

.check_cont .check_item_2 .item_list li {
    position: relative;
    width: 100%;
    height: 257px;
    padding: 177px 0 0;
}

.check_cont .check_item_2 .item_list li:nth-child(1) {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/benefit_5.png') no-repeat center top 14px;
}

.check_cont .check_item_2 .item_list li:nth-child(2) {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/vs_benefit2.png') no-repeat center top 34px;
}

.check_cont .check_item_2 .item_list li:nth-child(3) {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/vs_benefit_3.png') no-repeat center top 30px;
}

.check_cont .check_item_2 .item_list p {
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.035em;
    font-size: 22px;
}

.check_cont .check_item_2 .item_list em {
    font-family: 'noto6';
}

/* 커리큘럼 */
.curriculum_cont {
    background: #073431;
}

.curriculum_cont .main_inner {
    padding: 0 0 160px;
}

.curriculum_cont .main_title {
    margin: 97px 0 0;
}

.curriculum_cont .main_title p {
    color: #fff990;
}

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

.curriculum_cont .main_tab_wrap {
    margin: 87px 0 0;
}

.curriculum_cont .tab_menu {
    display: flex;
    gap: 10px;
}

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

.curriculum_cont .tab_menu .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
    height: 80px;
    letter-spacing: -0.065em;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    font-family: 'noto6';
    background: #44564e;
}

.curriculum_cont .tab_menu .btn_tab.is_active {
    color: #fff;
    background: #00834a;
}

.curriculum_cont .tab_content {
    display: none;
    position: relative;
    width: 1100px;
    padding: 69px 53px 64px 59px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.curriculum_cont #tab_content_1 .curri_visual {
    position: absolute;
    bottom: 0;
    left: -123px;
}

.curriculum_cont #tab_content_2 .curri_visual {
    position: absolute;
    bottom: 0;
    right: -123px;
}

/* 교수 */
.professor_cont > .main_inner {
    padding: 148px 0 187px;
}

.professor_cont .main_title span {
    color: #00834a;
    border-color: #00834a;
}

.professor_cont .professor_slide_wrap {
    background: #1e2727 url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/teacher_bg.png') no-repeat center top;
}

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

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: space-between;
    position: static;
    width: 1100px;
    margin: 100px auto 0;
}
.professor_cont .professor_slide .page_item {
    position: relative;
    width: 165px;
    height: 165px;
    padding-top: 72px;
    border-radius: 50%;
    box-sizing: border-box;
    transform: scale(0.85);
    background: #3c3941;
    color: #ababab;
    cursor: pointer;
}
.professor_cont .professor_slide .page_item.is_active {
    background: #00834a;
    color: #fff;
}
.professor_cont .professor_slide .page_item::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 159px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_tab.png') 0 0 no-repeat;
    z-index: 1;
}
.professor_cont .professor_slide .page_item_1::after {
    background-position: top -148px left 25px;
}
.professor_cont .professor_slide .page_item_2::after {
    background-position: top -148px left -165px;
}
.professor_cont .professor_slide .page_item_3::after {
    background-position: top -148px left -353px;
}
.professor_cont .professor_slide .page_item_4::after {
    background-position: top -148px left -539px;
}
.professor_cont .professor_slide .page_item_5::after {
    background-position: top -148px left -723px;
}
.professor_cont .professor_slide .page_item_6::after {
    background-position: top -148px left -916px;
}
.professor_cont .professor_slide .page_item_7::after {
    background-position: top -148px left -1105px;
}
.professor_cont .professor_slide .page_item.is_active::after {
    background-position-y: 19px;
}
.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: 16px;
}
.professor_cont .professor_slide .page_item strong {
    display: block;
    letter-spacing: -0.065em;
    font-size: 23px;
    font-family: 'noto5';
}
.professor_cont .professor_slide .page_item.is_active strong {
    color: #40f37e;
}
.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 100%;
    padding: 123px 0 0 24px;
    text-align: left;
    z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 68px;
    right: 20px;
    width: 652px;
    height: 983px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_1.png') center no-repeat;
    z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
    right: 10px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_1.png') center no-repeat;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_2.png') center no-repeat;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_3.png') center no-repeat;
}
.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_4.png') center no-repeat;
}
.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_5.png') center no-repeat;
}
.professor_cont .professor_slide .swiper-slide_6::after {
    right: -37px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_6.png') center no-repeat;
}
.professor_cont .professor_slide .swiper-slide_7::after {
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/professor/teacher_7.png') center no-repeat;
}
.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 332px;
    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(to right, #4ff99b, #0ed6c8);
    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(to right, #4ff99b, #0ed6c8);
    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: 48px;
}

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

/* 도서 */
.book_cont .main_inner {
    padding: 148px 0 173px;
}

.book_cont .main_title span {
    color: #00834a;
    border-color: #00834a;
}

.book_cont .book_img {
    margin: 96px 0 0 -176px;
}

.book_cont p.caption {
    margin-top: 30px;
    font-family: 'noto4';
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.065em;
    color: #a8a8a8;
}

.book_cont .btn_modal_open {
    width: auto;
    height: 28px;
    line-height: 1.1;
    padding: 4px 6px 1px;
    margin-left: auto;
    border-radius: 3px;
    letter-spacing: -0.03em;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    font-family: 'noto4';
    cursor: pointer;
}

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

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

.special_cont .special_badge {
    margin: -72px 0 0;
}

.special_cont .main_title {
    margin: 42px 0 0;
}

.special_cont .main_title p {
    color: #fff;
    font-size: 45px;
    font-family: 'noto5';
}

.special_cont .main_title h3 {
    color: #40f37e;
    font-size: 45px;
    white-space: nowrap;
}

.special_cont .special_img {
    margin: 103px 0 0 50px;
}

/* 모의고사 */
.mock_cont {
    background: #e8e8e8;
}

.mock_cont .main_inner {
    padding: 112px 0 126px;
}

.mock_cont .main_title span {
    color: #00834a;
    border-color: #00834a;
}

.mock_cont .mock_img {
    margin: 65px 0 0 -27px;
}

/* 추가 혜택 */
.plus_cont .main_inner {
    padding: 114px 0 165px;
}

.plus_cont .main_title span {
    color: #00834a;
    border-color: #00834a;
}

.plus_cont .plus_list {
    display: flex;
    gap: 25px;
    width: 100%;
    margin: 76px 0 0;
}

.plus_cont .plus_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 517px;
    padding: 32px 0 0;
    border: 2px solid #40f37e;
    border-radius: 20px;
    box-shadow: 0px 10px 32px 0px rgba(96, 96, 96, 0.38);
    text-align: center;
}

.plus_cont .plus_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/bottom_benefit_2.png') no-repeat center bottom 46px;
}

.plus_cont .plus_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/bottom_benefit_1.png') no-repeat center bottom 46px;
}

.plus_cont .plus_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/bottom_benefit_3.png') no-repeat center bottom 25px;
}

.plus_cont .plus_list .item_category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 47px;
    border-radius: 47px;
    letter-spacing: -0.065em;
    font-size: 27px;
    font-family: 'noto6';
    background: #40f37e;
}

.plus_cont .plus_list .item_sub_title {
    line-height: 1.2;
    margin: 38px 0 0;
    letter-spacing: -0.065em;
    font-size: 28px;
    font-family: 'noto5';
}

.plus_cont .plus_list .item_title {
    display: block;
    line-height: 1.2;
    margin: 5px 0 0;
    letter-spacing: -0.065em;
    font-size: 34px;
    font-family: 'noto6';
    box-shadow: inset 0 -0.5em 0 #d2fedb;
}

.plus_cont .plus_list .item_text {
    line-height: 1.3;
    margin: 19px 0 0;
    letter-spacing: -0.065em;
    color: #606060;
    font-size: 22px;
}

/* 학습 관리 */
.management_cont {
    background: #f3f3f3;
}

.management_cont .main_inner {
    padding: 94px 0 85px;
}

.management_cont .main_title span {
    color: #00834a;
    border-color: #00834a;
}

.management_cont .management_noti {
    width: 468px;
    height: 79px;
    padding: 14px 0 0 115px;
    margin: 28px auto 0;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/community.png') no-repeat 0 0;
}

.management_cont .management_noti strong {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 22px;
    font-family: 'noto7';
}

.management_cont .management_noti p {
    margin: 5px 0 0;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 14px;
}

.management_cont .management_img {
    margin: 12px 0 0 -60px;
}

/* 환급 */
.refund_cont {
    background: linear-gradient(to bottom, #40f37e, #48e8a1);
}

.refund_cont .main_inner {
    padding: 118px 0 67px;
}

.refund_cont .main_title span {
    margin-bottom: 25px;
	color: #00834a;
	border-color: #00834a;
}

.refund_cont .main_title h3 {
    margin: 0;
    color: #000;
}

.refund_cont .main_title .title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6em;
}

.refund_cont .refund_list {
    display: flex;
    gap: 32px;
    position: relative;
    width: 100%;
    margin: 81px 0 0;
}

.refund_cont .refund_list::after {
    content: '';
    position: absolute;
    top: -45px;
    left: -96px;
    width: 1315px;
    height: 499px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/point7_img3.png') no-repeat 0 0;
}

.refund_cont .refund_list .list_item {
    position: relative;
    width: 100%;
    height: 343px;
    padding: 34px 0 0;
    border: 3px solid #000;
    border-radius: 30px;
    box-shadow: 0px 14px 38px 0px rgba(0, 80, 17, 0.41);
    list-style-type: none;
    text-align: center;
    background: #fff no-repeat 0 0;
}

.refund_cont .refund_list .list_item_1 {
   background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_refund_item_01.png');
}

.refund_cont .refund_list .list_item_2 {
   background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_refund_item_01.png');
}

.refund_cont .refund_list .list_item_3 {
    background-image: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/v2/cont_refund_item_02.png');
}

.refund_cont .refund_list .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 20px;
}

.refund_cont .refund_list .item_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 200px;
    right: 30px;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 19px;
    font-family: 'noto7';
    background: #ff4c4c;
}

.refund_cont .refund_list .item_title {
    display: block;
    line-height: 1.2;
    margin: 6px 0 0;
    letter-spacing: -0.065em;
    font-size: 30px;
    font-family: 'noto6';
}

.refund_cont .refund_list .item_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 138px;
    right: 34px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #ff4c4c;
}

.refund_cont .refund_list .item_badge p {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 19px;
    font-family: 'noto6';
}

.refund_cont .refund_noti {
    margin: 67px 0 0;
}

.refund_cont .refund_noti li {
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.065em;
    font-size: 15px;
    opacity: 0.5;
}

.refund_cont .refund_noti li + li {
    margin: 4px 0 0;
}

/* 합격 수기 */
.review_cont {
    background: #073431 url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/hugi_bg.png') no-repeat center top -28px;
}

.review_cont .main_inner {
    padding: 125px 0 136px;
}

.review_cont .main_title p {
    color: #fff990;
}

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

.review_cont .review_img {
    margin: 108px 0 0 27px;
}

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