@charset "UTF-8";

/* 공통 */
.screen_out {
    display: none;
}

.cont {
    position: relative;
    width: 100%;
}

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

.cont .main_title {
    transform: translateX(6px);
}

.cont .point_title .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 193px;
    height: 47px;
    padding: 0 27px;
    margin: 0 auto 24px;
    border: 3px solid #000;
    border-radius: 46px;
    letter-spacing: -0.025em;
    font-size: 24px;
    font-family: 'noto7';
    background: linear-gradient(to left, #ff342d, #ff752e);
    transform: translateX(-5px);
}

.cont .point_title .point::before,
.cont .point_title .point::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

.cont .main_title p {
    font-family: 'noto2';
    font-size: 54px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: center;
    text-indent: -13px;
    color: #000;
}

.cont .point_title p {
    font-family: 'noto4';
    font-size: 39px;
    letter-spacing: -0.03em;
    color: #000;
}

.cont .main_title h3 {
    font-family: 'noto7';
    font-size: 56px;
    letter-spacing: -0.045em;
    line-height: 1.45;
    text-align: center;
    text-indent: -14px;
    color: #000;
}

.cont .point_title h3 {
    font-size: 50px;
    color: #fb3534;
}

.cont img {
    display: block;
    margin: 0 auto;
}

/* 합격 후기 배너 */
.pass_review_wrap {
    background: #26211e;
}

.pass_review_wrap .pass_review_slide {
    height: 60px;
    overflow: hidden;
}

.pass_review_wrap .pass_review_slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    letter-spacing: -0.035em;
    color: #ffddb4;
    font-size: 20px;
    font-family: 'market-m';
}

.pass_review_wrap .pass_review_slide .swiper-slide::before {
    content: '';
    display: inline-block;
    width: 59px;
    height: 100%;
    margin-right: 22px;
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/top_hugi_icon.png') no-repeat 0 bottom;
}

.pass_review_wrap .pass_review_slide .swiper-slide p {
    line-height: 1;
    margin-right: 32px;
}

/* 컨텐츠 */
/* visual : s */
.visual_cont {
    height: 1046px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/top_bg_1.png') bottom center no-repeat;
}

.visual_cont::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
    width: 100%;
    height: 386px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/top_bg_2.png') bottom center no-repeat;
    z-index: 1;
    pointer-events: none;
}

.visual_cont .main_inner {
    padding: 66px 0 0;
    box-sizing: border-box;
}

.visual_cont .main_title .wing_img {
    transform: translateX(8px);
}

.visual_cont .main_title .btn_wrap {
    position: absolute;
    top: 44px;
    right: 103px;
}

.visual_cont .main_title .evidence_btn {
    border-color: #b6b6b6;
    font-size: 12px;
    font-family: 'noto3';
    color: #b6b6b6;
}

.visual_cont .main_title p {
    margin-top: 65px;
    font-family: 'noto7';
    font-size: 64px;
    letter-spacing: -0.025em;
}

.visual_cont .main_title h3 {
    font-size: 81px;
    letter-spacing: -0.045em;
    line-height: 1.15;
}

.visual_cont .main_title h3 em {
    color: #ff392c;
}

.visual_cont .top_slide_wrap {
    position: relative;
    width: 667px;
    height: 716px;
    margin: -23px auto 0;
    transform: translateX(-28px);
}

.visual_cont .top_slide_wrap::before,
.visual_cont .top_slide_wrap::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    transform: translateX(-50%);
}

.visual_cont .top_slide_wrap::before {
    top: 113px;
    left: 48%;
    width: 944px;
    height: 192px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/top_txt_2.png') center no-repeat;
}

.visual_cont .top_slide_wrap::after {
    left: 55%;
    bottom: 92px;
    width: 1283px;
    height: 351px;
    margin-left: 79px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/top_img.png') center no-repeat;
    z-index: 1;
}

.visual_cont .top_slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.visual_cont .top_slide .swiper-slide {
    position: relative;
}

.visual_cont .top_slide .swiper-slide .prof_name {
    position: absolute;
    bottom: 110px;
    left: 54%;
    transform: translateX(-50%);
    width: 215px;
    height: 75px;
    border-radius: 40px;
    background: rgb(255, 255, 255, 0.2);
    text-align: center;
}

.visual_cont .top_slide .swiper-slide .prof_name.black {
    background: rgba(0, 0, 0, 0.4);
}

.visual_cont .top_slide .swiper-slide .prof_name p {
    margin-top: 7px;
    font-family: 'noto5';
    font-size: 21px;
    letter-spacing: -0.035em;
    line-height: 1.4;
    color: #fff;
}

.visual_cont .top_slide .swiper-slide .prof_name h3 {
    font-family: 'noto7';
    font-size: 29px;
    letter-spacing: -0.055em;
    line-height: 1;
    color: #fff;
}

/* visual : e */
/* item_price : s */
.item_price_cont {
    padding: 149px 0 200px;
}

.item_price_cont .main_title {
    transform: translateX(2px);
}

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

.item_price_cont .item_price_wrap .item_price {
    width: 518px;
    border: 2px solid #000;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}

.item_price_cont .item_price_wrap .left_item {
    width: 555px;
    border: 4px solid transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #f33220 0%, #fe3a2c 30%, #ff3b25 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

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

.item_price_cont .item_price_wrap .item_price .info_wrap {
    padding: 24px 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: 13px;
    margin-left: 22px;
}

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

.item_price_cont .item_price_wrap .left_item .bulelt_wrap span.bullet_txt {
    position: relative;
    padding: 7px 23px 9px 38px;
    border: 2px solid #ff362d;
    background: #ff362d;
    color: #fff;
    animation: blink3 1s ease infinite;
}

@keyframes blink3 {

    0%,
    49% {
        opacity: 1;
    }

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

.item_price_cont .item_price_wrap .left_item .bulelt_wrap span.bullet_txt::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 54%;
    left: -26px;
    transform: translateY(-50%);
    width: 63px;
    height: 62px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/price_bullet.png') center no-repeat;
}

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

.item_price_cont .item_price_wrap .left_item .tit {
    margin: 27px 0 22px -2px;
    font-size: 46px;
    letter-spacing: -0.025em;
}

.item_price_cont .item_price_wrap .item_price .txt {
    margin-left: 11px;
    font-family: 'noto5';
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.7;
    color: #2b2b2b;
}

.item_price_cont .item_price_wrap .left_item .txt {
    font-family: 'noto4';
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.03em;
}

.item_price_cont .item_price_wrap .item_price .txt span {
    font-family: 'noto4';
}

.item_price_cont .item_price_wrap .item_price .txt span.red {
    color: #ff5257;
}

.item_price_cont .item_price_wrap .item_price .txt span.blue {
    color: #4289e1;
}

.item_price_cont .item_price_wrap .left_item .txt li em {
    font-family: 'noto7';
}

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

.item_price_cont .item_price_wrap .left_item .price_wrap {
    margin-top: -106px;
    padding: 0px 20px 8px;
}

.item_price_cont .item_price_wrap .item_price .price_wrap .d_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.item_price_cont .item_price_wrap .item_price .price_wrap .bullet {
    width: 78px;
    height: 78px;
    margin-top: -6px;
    padding-top: 16px;
    border-radius: 50%;
    background: #ffc938;
    font-family: 'noto6';
    font-size: 16px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.2;
    color: #000;
}

.item_price_cont .item_price_wrap .left_item .price_wrap .bullet {
    width: 113px;
    height: 113px;
    margin-right: 14px;
    padding-top: 28px;
    background: #ff392c;
    font-size: 21px;
    color: #fff;
}

.item_price_cont .item_price_wrap .left_item .price_wrap .bullet em {
    font-size: 26px;
}

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

.item_price_cont .item_price_wrap .left_item .price_txt_wrap {
    gap: 23px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price {
    position: relative;
    margin-top: 13px;
    font-family: 'noto3';
    font-size: 22px;
    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: 21px;
    letter-spacing: -0.015em;
}

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

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .price::after {
    bottom: 21%;
}

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

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .price span {
    margin-right: 6px;
    font-size: 17.42px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .discount_price,
.item_price_cont .item_price_wrap .item_price .price_txt_wrap h3 {
    margin-right: 10px;
    font-family: 'noto7';
    font-size: 41px;
    letter-spacing: -0.01em;
    line-height: 1;
    color: #f9372b;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .discount_price {
    margin-top: 9px;
    margin-right: 77px;
    font-size: 52px;
}

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

.item_price_cont .item_price_wrap .left_item .link_btn {
    width: 94%;
    height: 53px;
    margin: 21px auto;
    line-height: 54px;
    background: #000;
}

/* item_price : e */
/* 고민 : s */
.qa_cont {
    padding: 95px 0 140px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/qa_bg.png') center no-repeat;
}

/* 고민 : e */
/* 추천 : s */
.recommend_cont {
    padding: 130px 0 132px;
    background: linear-gradient(to bottom, #f0f0f0, #f7e7e8);
}

.recommend_cont .recommend_img {
    margin: 43px 0 0 -27px;
}

/* 추천 : e */
/* 혜택 : s */
.bene_cont {
    padding: 168px 0 265px;
    background: #efefef;
}

.bene_cont .bene_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 41px;
    width: 100%;
    margin-top: 78px;
}

.bene_cont .bene_wrap .bene {
    position: relative;
    width: 339px;
    height: 284px;
    padding-top: 33px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom 11px;
    text-align: center;
}

.bene_cont .bene_wrap .bene p {
    margin-bottom: 7px;
    font-family: 'noto3';
    font-size: 25px;
    letter-spacing: -0.065em;
    line-height: 1;
}

.bene_cont .bene_wrap .bene strong {
    font-family: 'noto6';
    font-size: 30px;
    letter-spacing: -0.035em;
    line-height: 1;
    color: #fa422a;
}

.bene_cont .bene_wrap .bene span {
    position: absolute;
    bottom: 19px;
    left: 32px;
    font-family: 'noto2';
    font-size: 13px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #959595;
}

.bene_cont .bene_wrap .bene_1 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_1.png');
    background-position: center bottom 11px;
}

.bene_cont .bene_wrap .bene_2 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_2.png');
    background-position: left 41% bottom 16px;
}

.bene_cont .bene_wrap .bene_3 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_3.png');
    background-position: center bottom 6px;
}

.bene_cont .bene_wrap .bene_4 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_4.png');
    background-position: center bottom 7px;
}

.bene_cont .bene_wrap .bene_5 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_5.png');
    background-position: left 55% bottom 22px;
}

.bene_cont .bene_wrap .bene_6 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_6.png');
    background-position: left 55% bottom 29px;
}

.bene_cont .bene_wrap .bene_7 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_7.png');
    background-position: center bottom 41px;
}

.bene_cont .bene_wrap .bene_8 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_8.png');
    background-position: left 63% bottom 21px;
}

.bene_cont .bene_wrap .bene_9 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/benefit_9.png');
    background-position: left 55% bottom 14px;
}

.bene_cont .plus_bene_wrap {
    position: relative;
    width: 100%;
    height: 558px;
    margin-top: 86px;
    padding-top: 58px;
    box-sizing: border-box;
    border-radius: 26px;
    background: linear-gradient(to right, #bc2e2d, #de3f15);
}

.bene_cont .plus_bene_wrap::after {
    clear: both;
    content: '+';
    display: block;
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
    padding-top: 25px;
    box-sizing: border-box;
    border-radius: 50%;
    background: linear-gradient(to left, #c93524, #ca3521);
    font-family: 'noto7';
    font-size: 44px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.bene_cont .plus_bene_wrap p {
    margin-bottom: 20px;
    font-family: 'noto2';
    font-size: 35px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.bene_cont .plus_bene_wrap img {
    margin-left: -25px;
}

/* 혜택 : e */
/* 중간 배너 : s */
.banner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 314px;
    margin-top: -88px;
    z-index: 1;
    overflow: hidden;
}

/* 중간 배너 : e */
/* 비교 : s */
.vs_cont {
    padding: 113px 0 150px;
    background: linear-gradient(to bottom, #040404 15%, #313131);
}

.vs_cont .point_title p {
    color: #fff;
}

.vs_cont .vs_box_wrap {
    position: relative;
    width: 1140px;
    height: 565px;
    margin-top: 58px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/vs_box.png') center no-repeat;
}

.vs_cont .vs_box_wrap::after {
    clear: both;
    content: 'VS';
    display: block;
    position: absolute;
    top: 48%;
    left: 41%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding-top: 33px;
    border: 5px solid #b5b5b5;
    box-sizing: border-box;
    border-radius: 50%;
    background: #000;
    font-family: 'market-b';
    font-size: 33px;
    line-height: 1;
    letter-spacing: -0.065em;
    text-align: center;
    color: #ffffff;
}

.vs_cont .vs_box_wrap .vs_bullet,
.vs_cont .vs_box_wrap .vs_coin_img {
    position: absolute;
}

.vs_cont .vs_box_wrap .vs_bullet {
    top: -44px;
    right: -44px;
}

.vs_cont .vs_box_wrap .vs_coin_img {
    top: -63px;
    right: -11px;
}

.vs_cont .vs_box_wrap .vs_item_wrap {
    display: flex;
    width: 100%;
    padding-top: 53px;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item {
    padding: 33px 0 0;
    box-sizing: border-box;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_1 {
    width: 465px;
    margin-top: 29px;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 {
    width: 635px;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item h3 {
    font-family: 'noto6';
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
    transform: translateX(7px);
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 h3 {
    font-size: 44px;
    letter-spacing: -0.065em;
    transform: translateX(1px);
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item h3 em {
    font-family: 'noto7';
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 h3 em {
    color: #ff3923;
}

.vs_cont .vs_box_wrap .vs_item_wrap .list {
    width: 100%;
    margin-top: 12px;
    padding-left: 80px;
    box-sizing: border-box;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 .list {
    padding-left: 101px;
}

.vs_cont .vs_box_wrap .vs_item_wrap .list li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-family: 'noto4';
    font-size: 25px;
    letter-spacing: -0.055em;
    line-height: 1;
    color: #575757;
}

.vs_cont .vs_box_wrap .vs_item_wrap .list li::before {
    clear: both;
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    margin-top: 9px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/vs_check_2.png') center no-repeat;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 .list li::before {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/vs_check_1.png') center no-repeat;
}

.vs_cont .vs_box_wrap .vs_item_wrap .list li+li {
    margin-top: -12px;
}

.vs_cont .vs_box_wrap .vs_item_wrap .price_wrap {
    margin-top: 27px;
    padding-top: 30px;
    text-align: center;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 .price_wrap {
    margin-top: 30px;
}

.vs_cont .vs_box_wrap .vs_item_wrap .price_wrap p {
    font-family: 'noto7';
    font-size: 48px;
    letter-spacing: -0.015em;
    line-height: 1;
    text-indent: 12px;
    color: #afafaf;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 .price_wrap p {
    text-indent: 4px;
    color: #fff;
}

.vs_cont .vs_box_wrap .vs_item_wrap .price_wrap span {
    display: block;
    margin-top: 10px;
    font-family: 'noto3';
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-indent: 16px;
    color: #afafaf;
}

.vs_cont .vs_box_wrap .vs_item_wrap .vs_item_2 .price_wrap span {
    margin-top: 12px;
    text-indent: 5px;
    color: #fff;
}

.vs_cont .vs_desc {
    margin-top: -20px;
    margin-right: 2px;
    font-family: 'noto3';
    font-size: 15px;
    text-align: right;
    letter-spacing: 0;
    line-height: 1;
    color: #767676;
}

/* 비교 : e */
/* 커리큘럼 : s */
.curriculum_cont {
    background: #f5f5f5;
}

.curriculum_cont .main_inner {
    padding: 168px 0 158px;
}

.curriculum_cont .curri_table {
    position: relative;
    width: 100%;
    height: 198px;
    margin: 66px auto 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.curriculum_cont .curri_table_2::after,
.curriculum_cont .curri_table_2::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
}

.curriculum_cont .curri_table_2::before {
    bottom: 15px;
    left: 585px;
    width: 127px;
    height: 157px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/curri_arrow.png') center no-repeat;
}

.curriculum_cont .curri_table_2::after {
    bottom: -9px;
    left: 690px;
    width: 349px;
    height: 222px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/curri_img.png') center no-repeat;
}

.curriculum_cont .curri_table+.curri_table {
    margin-top: 27px;
}

/* .curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
	height: 100%;
}
.curriculum_cont .curri_table td {
    background: #fff;
} */
.curriculum_cont .curri_table .table_head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 198px;
    border-radius: 10px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 19px;
    background: #262626;
}

.curriculum_cont .curri_table .td_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #fff;
}

.curriculum_cont .curri_table tr+tr .td_inner {
    border-top: none;
}

.curriculum_cont .curri_table th+th .td_inner,
.curriculum_cont .curri_table td+td .td_inner {
    border-left: none;
}

.curriculum_cont .curri_table th:not(:last-child) .td_inner,
.curriculum_cont .curri_table td:not(:last-child) .td_inner {
    border-right: 1px solid #e1e1e1;
}

.curriculum_cont .tr_title .td_inner {
    padding: 5px 0;
    border-bottom: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
}

.curriculum_cont .tr_title th {
    height: 34px;
}

.curriculum_cont .tr_title th:nth-child(2) .td_inner {
    border-left: 1px solid #000;
    border-radius: 10px 0 0 0;
    background: #fe827a;
}

.curriculum_cont .tr_title th:nth-child(3) .td_inner {
    background: #ff6b61;
}

.curriculum_cont .tr_title th:nth-child(4) .td_inner {
    background: #ff5448;
}

.curriculum_cont .tr_title th:nth-child(5) .td_inner {
    border-radius: 0 10px 0 0;
    background: #ff3729;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(2) .td_inner {
    background: #60c2cb;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(3) .td_inner {
    background: #3ea5ae;
    border-radius: 0 10px 0 0;
}

.curriculum_cont .tr_sub_title td {
    height: 54px;
}

.curriculum_cont .tr_sub_title .td_inner {
    position: relative;
    padding: 8px 0 12px;
    box-sizing: border-box;
    letter-spacing: -0.035em;
    border-bottom-style: dashed;
    font-size: 23px;
    font-family: 'noto7';
    text-indent: 13px;
}

.curriculum_cont .tr_sub_title .td_inner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 7px;
    height: 10px;
    background: url('/_skin/tpl_skin/basic_attorney/images/apply/all_pass/curri_arrow.png') no-repeat 0 0;
}

.curriculum_cont .tr_contents td {
    height: 100px;
}

.curriculum_cont .tr_contents .td_inner {
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.035em;
    text-align: center;
    font-size: 18px;
}

.curriculum_cont .tr_badge .td_inner {
    margin: -1px 0 0;
    padding: 2px 0 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto5';
    background: #ff3333;
}

.curriculum_cont .curri_table_2 .tr_badge .td_inner {
    background: #ffa349;
}

.curriculum_cont .tr_badge .td_inner.type-col-4 {
    border-right: 1px solid #000;
}

.curriculum_cont .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 10px;
}

.curriculum_cont .tr_badge td:nth-child(2) .td_inner {
    border-radius: 0 0 10px 0;
}

.curriculum_cont .curri_table .tr_contents td:nth-child(4) .td_inner,
.curriculum_cont .curri_table_2 .tr_contents td:nth-child(2) .td_inner {
    border-radius: 0 0 10px 0;
}

.curriculum_cont .table_noti {
    margin-top: 10px;
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: right;
}

/* 커리큘럼 : e */
/* 교수 : s */
.professor_cont .main_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.professor_cont>.main_inner {
    padding: 183px 0 196px;
}

.professor_cont .professor_slide_wrap {
    background: #000000 url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_bg.png') no-repeat center top;
}

.professor_cont .professor_slide {
    width: 1400px;
    height: 1231px;
    margin: -283px 0 0 -30px;
    padding: 107px 0 0 137px;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: space-between;
    position: static;
    width: 1100px;
    margin: 100px auto 0;
    transform: translateX(-52px);
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 160px;
    height: 160px;
    padding-top: 72px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #5d6477;
    color: #aaadbc;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
    background: #ff392c;
    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_tourism3/images/apply/full_package/v2/teacher_tab.png') 0 0 no-repeat;
    z-index: 1;
}

.professor_cont .professor_slide .page_item_1::after {
    background-position: top -223px left -47px;
}

.professor_cont .professor_slide .page_item_2::after {
    background-position: top -223px left -235px;
}

.professor_cont .professor_slide .page_item_3::after {
    background-position: top -223px left -423px;
}

.professor_cont .professor_slide .page_item_4::after {
    background-position: top -221px left -611px;
}

.professor_cont .professor_slide .page_item_5::after {
    background-position: top -222px left -799px;
}

.professor_cont .professor_slide .page_item_6::after {
    background-position: top -223px left -988px;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background-position-y: -34px;
}

.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 .swiper-slide {
    position: relative;
    width: 100%;
    padding: 139px 0 0 31px;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 71px;
    right: -65px;
    width: 798px;
    height: 866px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_1.png') center no-repeat;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    right: -45px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_1.png') center / 96% no-repeat;
}

.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_2.png') center / 96% no-repeat;
}

.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_3.png') center / 96% no-repeat;
}

.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_4.png') center / 96% no-repeat;
}

.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_5.png') center / 96% no-repeat;
}

.professor_cont .professor_slide .swiper-slide_6::after {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/teacher_6.png') center / 96% 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: 27px;
    color: #fff;
    font-family: 'noto4';
    font-size: 37px;
    letter-spacing: -0.025em;
}

.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}

.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    font-family: 'noto5';
    font-size: 25px;
    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 p {
    color: #fff2c8;
}

.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: 7px 0 0;
    font-family: 'noto7';
    font-size: 54px;
    letter-spacing: -0.035em;
    color: #f9cc3b;
    /* 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: 54px;
}

.professor_cont .professor_slide .popupVideo img {
    display: inline;
    margin: 0;
}

.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: 190px 0 165px;
}

.book_cont .main_title {
    position: relative;
}

.book_cont .main_title .btn_wrap {
    position: absolute;
    bottom: 14px;
    right: 40px;
}

.book_cont .top_img {
    position: relative;
    margin-top: 125px;
    margin-left: 75px;
    margin-bottom: 50px;
    z-index: -1;
}

.book_cont .top_img .book_bullet {
    position: absolute;
    top: -75px;
    right: -61px;
}

.book_cont .top_img .book_one {
    position: absolute;
    bottom: -128px;
    left: -166px;
}

.book_cont .main_tab_wrap {
    margin: 219px 0 0;
    width: 100%;
    height: 893px;
    border: 1px solid #bbbbbb;
}

.book_cont .main_tab_wrap>.tab_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
    margin-top: -42px;
}

.book_cont .main_tab_wrap .tab_menu button {
    position: relative;
    width: 237px;
    height: 86px;
    border-radius: 50px;
    color: #fff;
    background: #5d6477;
    cursor: pointer;
}

.book_cont .main_tab_wrap .tab_menu button.is_active {
    background: #ff392c;
}

.book_cont .main_tab_wrap .tab_menu button::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -28px;
    left: -28px;
    width: 114px;
    height: 116px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/book_icon_1.png') center no-repeat;
}

.book_cont .main_tab_wrap .tab_menu button:nth-child(2):before {
    top: -23px;
    left: -16px;
    width: 105px;
    height: 105px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/book_icon_2.png') center no-repeat;
}

.book_cont .main_tab_wrap .tab_menu p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 25px;
    font-family: 'noto4';
    text-indent: 42px;
}

.book_cont .main_tab_wrap .tab_menu strong {
    display: block;
    margin: -3px 0 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 25px;
    font-family: 'noto6';
    text-indent: 37px;
}

.book_cont .main_tab_wrap .tab_content {
    display: none;
    height: 847px;
    border-radius: 20px;
    overflow: hidden;
}

.book_cont .main_tab_wrap .tab_content.is_active {
    display: block;
}

.book_slide_wrap {
    position: relative;
    width: 1150px;
    padding: 65px 90px;
    height: 935px;
}

.book_slide_wrap .t_title {
    margin-bottom: 15px;
    padding-left: 49px;
    line-height: 41px;
    letter-spacing: -1px;
    font-family: 'noto4';
    font-size: 26px;
    color: #000;
}

.book_slide_wrap .t_title strong {
    display: inline-block;
    margin-right: 15px;
    letter-spacing: -3px;
    font-family: 'noto6';
    font-size: 42px;
}

.book_slide_wrap .t_title+img {
    transform: translateX(-15px);
}

.book_slide_wrap .btn_arrow {
    position: absolute;
    z-index: 4;
    top: calc(50% - 29px);
    width: 55px;
    height: 55px;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/btn.png') no-repeat;
    background-size: 242%;
    cursor: pointer;
}

.book_slide_wrap .btn_prev {
    background-position: -7px -7px;
    left: 23px;
}

.book_slide_wrap .btn_next {
    background-position: -68px -7px;
    right: 75px;
}

.book_slide_wrap .book_nav {
    text-align: center;
    height: 50px;
    position: absolute;
    /* bottom: -8px; */
    z-index: 10;
    border-top: 1px solid #b9bbbd;
    padding-top: 27px;
}

.book_slide_wrap .book_nav span {
    width: 18px;
    height: 18px;
}

.book_slide_wrap .book_nav .swiper-pagination-bullet-active {
    background: #faba21;
}

.book_cont .tab-menu-area {
    margin-top: 75px;
    box-shadow: 11px 20px 20px rgb(0 0 4 / 38%);
}

.book_cont .inner .tab-tit {
    margin-bottom: 110px;
    text-align: left;
}

.book_cont .tab-menu-area>h3 {
    display: block;
    font-family: 'noto7';
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.055em;
    text-align: center;
}

.book_cont .tab-menu-area .tab_menu {
    position: relative;
    margin-top: 55px;
}

.book_cont .tab-menu-area .tab_menu .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    width: 100%;
    font-family: 'noto6';
    font-size: 26px;
    margin-bottom: 50px;
}

.book_cont .tab-menu-area .tab_menu .list li {
    width: 233px;
}

.book_cont .tab-menu-area .tab_menu .list li:last-child {
    margin-right: 0;
}

.book_cont .tab-menu-area .tab_menu .list .btn {
    display: block;
    width: 100%;
    height: 55px;
    padding: 17px 0;
    background-color: #c2c6cc;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: 'noto3';
    color: #6c6c6c;
}

.book_cont .tab-menu-area .tab_menu .list .btn:hover {
    letter-spacing: -2px;
    background-color: #2a3039;
    font-family: 'noto6';
    color: #fff;
}

.book_cont .tab-menu-area .tab_menu .list li.on .btn {
    letter-spacing: -2px;
    background-color: #2a3039;
    font-family: 'noto7';
    color: #fff;
}

.book_cont .tab-menu-area .tab_menu .cont_area {
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
}

.book_cont .tab-menu-area .tab_menu .cont_area .cont {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 700px;
    background: #fff;
    text-align: center;
    overflow-y: scroll;
    color: #fff;
}

.book_cont .tab-menu-area .tab_menu .cont_area .cont.on {
    display: block;
}

.book_cont .tab-menu-area .tab_menu .cont_area .cont {
    display: none;
}

/* 도서 : e */
/* 모의고사 : s */
.mock_cont {
    padding: 43px 0 194px;
}

.mock_cont .mock_box {
    margin: 52px 0 0 -78px;
}

.mock_cont .mock_box .box_item_1 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
    right: 12px;
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
    background-image: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/test_img4.png');
}

.mock_cont .mock_tip {
    margin-top: 52px;
}

/* 모의고사 : e */
/* 하단 혜택 : s */
.bottom_bene_cont {
    padding: 140px 0 163px;
    background: #e9e9e9;
}

.bottom_bene_cont .bene_wrap {
    width: 66.6666%;
    height: 540px;
    margin: 82px auto 0;
    border-radius: 20px;
    background: #fff;
}

.bottom_bene_cont .bene_wrap {
    display: flex;
}

.bottom_bene_cont .bene_wrap .bene {
    width: 50%;
    height: 100%;
    padding: 48px 20px;
    border-right: 1px solid #b4b4b4;
    box-sizing: border-box;
}

.bottom_bene_cont .bene_wrap .bene_1 {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/bottom_benefit_1.png') top 55% left 52% no-repeat;
}

.bottom_bene_cont .bene_wrap .bene_2 {
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/bottom_benefit_2.png') top 51% left 31% no-repeat;
}

.bottom_bene_cont .bene_wrap .bene_3 {
    border-right: 0;
    background: url('/_skin/tpl_skin/basic_tourism3/images/apply/full_package/v2/bottom_benefit_3.png') top 52% left 34% no-repeat;
}

.bottom_bene_cont .bene_wrap .bene p {
    width: 195px;
    height: 42px;
    margin: 0 auto 12px;
    border-radius: 30px;
    background: linear-gradient(to right, #ff3828, #ff3b23);
    font-family: 'noto5';
    font-size: 21px;
    letter-spacing: -0.035em;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.bottom_bene_cont .bene_wrap .bene h3 {
    font-family: 'noto3';
    font-weight: 100;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.005em;
    text-align: center;
}

.bottom_bene_cont .bene_wrap .bene h3 em {
    font-family: 'noto7';
}

.bottom_bene_cont .bene_wrap .bene .list {
    margin-top: 230px;
}

.bottom_bene_cont .bene_wrap .bene .list li {
    width: 100%;
    height: 43px;
    margin-bottom: 8px;
    background: #ebeeff;
    font-family: 'noto3';
    font-size: 19px;
    letter-spacing: -0.035em;
    line-height: 43px;
    text-align: center;
}

/* 하단 혜택 : e */
/* 리얼 후기 : s */
.real_review_cont {
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #d10909, #f0a2a2);
}

.real_review_cont img {
    transform: translate(-133px, -42px);
}

/* 리얼 후기 : e */
/* 시작 */
.start_cont {
    position: relative;
    width: 100%;
    height: 732px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}

.start_cont .main_title {
    position: relative;
    z-index: 2;
}

.start_cont .main_inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 135px 0 0;
}

.start_cont .main_title p {
    color: #fff;
    font-size: 50px;
    font-family: 'noto4';
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: center;
}

.start_cont .main_title h3 {
    font-family: 'noto7';
    font-size: 50px;
    letter-spacing: -0.065em;
    line-height: 1.5;
    text-align: center;
    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;
}

.start_cont .main_title .evidence_area {
    display: inline-block;
    position: absolute;
    top: 98px;
    right: 65px;
    z-index: 2;
}

.start_cont .main_title .evidence_popup_area {
    left: auto;
    right: 0;
}

.start_cont .main_title .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #000;
    color: #000;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #fff;
}

.start_cont .main_title .evidence_btn {
    display: block;
    width: 82px;
    height: 28px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #1e8c84;
    border-radius: 3px;
    letter-spacing: -0.03em;
    border-color: #1e8c84;
    color: #1e8c84;
    font-size: 15px;
    font-family: 'noto4';
    text-align: center;
    background-color: #243c3c;
    cursor: pointer;
}