@charset "UTF-8";

.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;
}



/* 공통 */
.screen_out {
    display: none;
}

.cont {
    position: relative;
    width: 100%;
}

.cont .main_inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.cont .step_tit {
    width: 100%;
}

.cont .step_tit .tit_num {
    position: relative;
    margin-left: -730px;
    font-family: 'noto7';
    font-size: 24px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #ffcd62;
}

.cont .step_tit .tit_num em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont .main_title p {
    font-family: 'noto5';
    font-size: 40px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.cont .main_title h3 {
    font-family: 'noto6';
    font-size: 50px;
    letter-spacing: -0.045em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.cont .step_tit p,
.cont .step_tit h3 {
    text-align: left;
}

.cont .step_tit p {
    margin-top: 38px;
    color: #000;
}

.cont .step_tit h3 {
    color: #8004ff;
}

.cont img {
    display: block;
}

.master_apply .icon {
    display: inline-block;
    vertical-align: middle;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/icon_human.png') no-repeat;
    background-size: 545px 74px;
}

.master_apply .icon.icon_l {
    width: 94px;
    height: 94px;

    margin-right: 18px;
}

.master_apply .icon.icon_m {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #ededed;
    margin-bottom: 8px;
}

.master_apply .icon.icon7 {
    background-position: 5px 7px;
}

.master_apply .icon.icon8 {
    background-position: -65px 7px;
}

.master_apply .icon.icon9 {
    background-position: -132px 7px;
}

.master_apply .icon.icon10 {
    background-position: -199px 7px;
}

.master_apply .icon.icon11 {
    background-position: -268px 7px;
}

@keyframes blink3 {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@keyframes tcRotate {
    from {
        transform: rotateY(180deg);
        opacity: 0;
    }

    to {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/* visual : s */
.visual_cont {
    height: 967px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/top_bg.png') center no-repeat;
}

.visual_cont .main_inner {
    padding-top: 127px;
}

.visual_cont .visual_title {
    margin-left: -14px;
}

.visual_cont .visual_teacher {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.visual_cont .visual_teacher li {
    position: relative;
    animation: tcRotate 0.5s ease;
    animation-fill-mode: forwards;
    transform: rotateY(180deg);
    opacity: 0;
}

.visual_cont .visual_teacher li:nth-child(1) {
    animation-delay: 0.2s;
}

.visual_cont .visual_teacher li:nth-child(2) {
    animation-delay: 0.4s;
}

.visual_cont .visual_teacher li:nth-child(3) {
    animation-delay: 0.6s;
}

.visual_cont .visual_teacher li:nth-child(4) {
    animation-delay: 0.8s;
}

.visual_cont .visual_teacher li:nth-child(5) {
    animation-delay: 1s;
}

.visual_cont .visual_teacher li:nth-child(6) {
    animation-delay: 1.2s;
}

.visual_cont .visual_teacher li:nth-child(7) {
    animation-delay: 1.4s;
}

.visual_cont .visual_teacher li .txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 387px;
    padding-top: 22px;
    padding-left: 20px;
}

.visual_cont .visual_teacher li:nth-child(1) .txt_wrap,
.visual_cont .visual_teacher li:nth-child(2) .txt_wrap {
    padding-top: 9px;
}

.visual_cont .visual_teacher li p {
    margin-bottom: 4px;
    font-family: 'noto4';
    font-size: 13px;
    letter-spacing: -0.045em;
    line-height: 1.2;
    color: #fff;
}

.visual_cont .visual_teacher li strong {
    font-family: 'noto6';
    font-size: 17px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #fff;
}

/* visual : e */

/* item_price : s */
.item_price_cont {
    padding: 143px 0 150px;
    background: #6316cc;
}

.item_price_cont .item_price_wrap {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.item_price_cont .item_price_wrap .item_price {
    width: 500px;
    border: 3px solid #fff;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
}

.item_price_cont .item_price_wrap .left_item {
    width: 566px;
    border: 5px solid transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    /* background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #80bfff 0%, #337aff 30%, #7646ff 100%);
	background-origin: border-box;
	background-clip: content-box, border-box; */
}

.item_price_cont .item_price_wrap .top_item {
    margin-bottom: 24px;
}

.item_price_cont .item_price_wrap .item_price .info_wrap {
    padding: 27px 31px 16px;
    box-sizing: border-box;
}

.item_price_cont .item_price_wrap .left_item .info_wrap {
    padding: 33px 26px 3px;
}

.item_price_cont .item_price_wrap .left_item .bulelt_wrap {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.item_price_cont .item_price_wrap .left_item .bulelt_wrap .bullet {
    animation: blink3 1s infinite;
}

.item_price_cont .item_price_wrap .left_item .bulelt_wrap span {
    padding: 7px 20px 9px;
    border: 2px solid #c8c8c8;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto6';
    font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #3d3d3d;
}

.item_price_cont .item_price_wrap .item_price .tit {
    margin-bottom: 15px;
    font-family: 'noto7';
    font-size: 39px;
    letter-spacing: -0.095em;
    line-height: 1;
    color: #0e0e0e;
}

.item_price_cont .item_price_wrap .left_item .tit {
    margin: 29px 0 24px 2px;
    font-size: 49px;
    letter-spacing: -0.065em;
    color: #000;
}

.item_price_cont .item_price_wrap .item_price .txt {
    font-family: 'noto5';
    font-size: 17px;
    letter-spacing: -0.065em;
    line-height: 1.8;
    color: #000;
}

.item_price_cont .item_price_wrap .left_item .txt {
    font-size: 20px;
    line-height: 1.76;
}

.item_price_cont .item_price_wrap .item_price .txt .blue_txt {
    color: #0090ff;
}

.item_price_cont .item_price_wrap .item_price .txt .red_txt {
    color: #d84051;
}

.item_price_cont .item_price_wrap .item_price .price_wrap {
    padding: 0px 18px 22px 24px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.item_price_cont .item_price_wrap .left_item .price_wrap {
    padding: 0px 20px 28px;
}

.item_price_cont .item_price_wrap .item_price .price_wrap .d_flex {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.item_price_cont .item_price_wrap .left_item .price_wrap .d_flex {
    flex-direction: column;
    align-items: 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: #ff7800;
    font-family: 'noto7';
    font-size: 18px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}

.item_price_cont .item_price_wrap .left_item .price_wrap .bullet {
    width: 110px;
    height: 110px;
    padding-top: 26px;
    font-size: 21px;
}

.item_price_cont .item_price_wrap .left_item .price_wrap .bullet em {
    font-size: 26px;
    color: #fff700;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-right: 9px;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap {
    flex-direction: row;
    gap: 10px;
    margin-right: -10px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price {
    position: relative;
    width: fit-content;
    font-family: 'noto6';
    font-size: 22px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: right;
    color: #b1b1b1;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .price {
    font-size: 25.79px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 1px;
    background: #000;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .price span {
    font-family: 'noto5';
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .price span {
    font-size: 18.42px;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .discount_price {
    margin-top: -5px;
    font-family: 'noto7';
    font-size: 31px;
    letter-spacing: -0.055em;
    line-height: 1;
    color: #000;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .discount_price {
    margin-right: 20px;
    font-size: 38px;
    letter-spacing: -0.055em;
    color: #000;
}

.item_price_cont .item_price_wrap .item_price .price_txt_wrap .discount_price span {
    font-size: 46px;
}

.item_price_cont .item_price_wrap .left_item .price_txt_wrap .discount_price span {
    font-size: 58px;
}

.item_price_cont .item_price_wrap .item_price .link_btn {
    display: block;
    width: 100%;
    height: 52px;
    margin-top: 18px;
    border-radius: 12px;
    background: #000;
    font-family: 'noto5';
    font-size: 19px;
    letter-spacing: -0.045em;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.item_price_cont .item_price_wrap .left_item .link_btn {
    height: 73px;
    margin-top: 26px;
    line-height: 72px;
    font-size: 21px;
}

.item_price_cont .item_price_wrap .item_price .link_btn span {
    font-family: 'noto4';
    margin-left: 10px;
}

.item_price_cont .banner_refund_wrap {
    position: relative;
    margin-top: 80px;
}

.item_price_cont .banner_refund {
    display: block;
    margin: 16px 0 0 -20px;
}

.item_price_cont .banner_refund_wrap .link_btn {
    position: absolute;
    top: 42%;
    right: 20px;
    transform: translateY(-50%);
    width: 264px;
    height: 103px;
}

/* item_price : e */

/* 상단 혜택 : s */
.top_bene_cont {
    padding: 141px 0 97px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_bg.png') center / cover no-repeat;
}

.top_bene_cont .main_title {
    transform: translateX(-10px);
}

.top_bene_cont .main_title p {
    color: #000;
}

.top_bene_cont .main_title h3 {
    letter-spacing: -0.065em;
    color: #8004ff;
}

.top_bene_cont .top_big_bene_wrap {
    margin-top: 71px;
}

.top_bene_cont .top_big_bene_wrap li {
    position: relative;
    width: 100%;
    height: 182px;
    padding: 45px 40px;
    border-radius: 12px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_1.png') top 55% right 70px no-repeat, linear-gradient(to right, #4b0aa5 10%, #6921cd);
    color: #ffe154;
}

.top_bene_cont .top_big_bene_wrap li.top_big_bene_1::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -57px;
    right: -50px;
    width: 127px;
    height: 128px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/bullet1.png') center no-repeat;
}

.top_bene_cont .top_big_bene_wrap li p {
    font-family: 'noto5';
    font-size: 30px;
    letter-spacing: -0.06em;
    line-height: 1;
}

.top_bene_cont .top_big_bene_wrap li h3 {
    margin-top: 13px;
    font-family: 'noto6';
    font-size: 38px;
    letter-spacing: -0.06em;
    line-height: 1;
}

.top_bene_cont .top_bene_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 24px;
    width: 100%;
    margin-top: 24px;
}

.top_bene_cont .top_bene_wrap li {
    width: calc((100% - 72px) / 4);
    height: 282px;
    padding: 27px 0px;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: #fff;
    background-position: center right 40px;
    background-repeat: no-repeat;
}

.top_bene_cont .top_bene_wrap li.box_2 {
    width: calc((100% - 24px) / 2);
    height: 200px;
    padding: 45px 38px;
}

.top_bene_cont .top_bene_wrap li.top_bene_1 {
    background-position: top 40% right 3px;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_2.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_2 {
    background-position: top 54% right 40px;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_3.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_3 {
    background-position: bottom 34px right 46%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_4.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_4 {
    background-position: bottom 26px right 50%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_5.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_5 {
    background-position: bottom 30px right 38%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_6.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_6 {
    background-position: bottom 43px right 22%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_7.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_7 {
    background-position: bottom 10px right 50%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_8.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_8 {
    background-position: bottom 50px right 50%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_9.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_9 {
    background-position: bottom 45px right 52%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_10.png');
}

.top_bene_cont .top_bene_wrap li.top_bene_10 {
    background-position: bottom 30px right 44%;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/benefit_11.png');
}

.top_bene_cont .top_bene_wrap li p {
    font-family: 'noto6';
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: -0.065em;
    text-align: center;
}

.top_bene_cont .top_bene_wrap li.box_2 p {
    font-family: 'noto5';
    font-size: 35px;
    line-height: 1;
    letter-spacing: -0.065em;
    text-align: left;
}

.top_bene_cont .top_bene_wrap li.box_2 h3 {
    margin-top: 8px;
    font-family: 'noto6';
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: -0.065em;
}

/* 상단 혜택 : e */

/* add_plus : s */
.add_plus_cont {
    padding: 98px 0 133px;
    background: #360775;
}

.add_plus_cont .main_inner {
    transform: translateX(-12px);
}

.add_plus_cont::after {
    clear: both;
    content: '+';
    display: block;
    position: absolute;
    top: -44px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background: #360775;
    font-family: 'noto7';
    font-size: 59px;
    text-align: center;
    line-height: 80px;
    color: #ffe53d;
}

/* add_plus : e */

/* plus : s */
.plus_cont {
    padding: 133px 0 153px;
    background: #6316cc;
}

.plus_cont::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: 91px;
    height: 91px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/plus.png') center no-repeat;
}

.plus_cont .plus_img {
    margin-left: -46px;
}

/* plus : e */

/* 이유 : s */
.reason_cont .main_inner {
    padding: 148px 0 96px;
}

.reason_cont .reason_img {
    margin-left: -46px;
}

/* 이유 : e */

/* 마인드맵 : s */
.mindmap_cont {
    background: #fff;
}

.mindmap_cont .main_inner {
    padding: 100px 0 160px;
}

.mindmap_cont .main_title h3 {
    color: #000;
}

.mindmap_cont .mindmap_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 768px;
    margin: 66px 0 0;
    padding: 72px 82px 80px;
    border-radius: 25px;
    background: #f7f7f7 url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/mindmap_visual.png') no-repeat center 0;
}

.mindmap_cont .box_title {
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-size: 29px;
}

.mindmap_cont .box_title span {
    color: #ff8a00;
    font-family: 'noto6';
}

.mindmap_cont .box_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 84px auto 0 0;
}

.mindmap_cont .box_list .list_item {
    width: 487px;
    height: 138px;
    padding: 25px 0 0 84px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/mindmap_list_item.png') no-repeat 0 0 / contain;
}

.mindmap_cont .box_list .list_item strong {
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-size: 23px;
    font-family: 'noto7';
    background: linear-gradient(to right, #af5f00 20px, #000 90px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mindmap_cont .box_list .list_item p {
    line-height: 1.45;
    margin: 10px 0 0;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-family: 'noto5';
}

/* 마인드맵 : e */

/* 영상 : s */
.video_cont {
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/play_bg.png') center no-repeat;
    overflow: hidden;
}

.video_cont .main_inner {
    padding: 143px 0 153px;
}

.video_cont .video_slide {
    position: relative;
    height: 630px;
    margin-top: 60px;
    overflow: hidden;
}

.video_cont .video_slide .video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 1100px;
    height: 630px;
}

.video_cont .video_slide .video_box .layer,
.video_cont .video_slide .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

/* 영상 : e */

/* 리얼 후기 : s */
.pass_cont {
    background: linear-gradient(to bottom, #100420, #5009b2);
    padding-bottom: 130px;
}

.pass_cont .main_inner {
    padding: 142px 0 0;
}

.pass_cont .main_title h3 {
    color: #fff;
}

.pass_cont .video_slide {
    position: relative;
    width: 1162px;
    height: 691px;
    margin: 36px 0 0 -16px;
    overflow: hidden;
}

.pass_cont .video_slide .pass_video_img {
    margin: 15px 0 0 10px;
}

.pass_cont .video_slide .video_box {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 1102px;
    height: 630px;
}

.pass_cont .video_slide .video_box .layer,
.pass_cont .video_slide .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.pass_cont .video_slide .swiper-pagination {
    display: flex;
    bottom: 0;
    width: 1100px;
    margin: 0 0 0 21px;
}

.pass_cont .video_slide .swiper-pagination-bullet {
    width: 100%;
    height: 3px;
    margin: 0;
    border-radius: 0;
    background: #e2e2e2;
    opacity: 1;
}

.pass_cont .video_slide .swiper-pagination-bullet-active {
    background: #666;
}

.pass_cont .pass_review_slide_wrap {
    width: 1420px;
    height: 351px;
    margin: 0 auto;
    overflow: hidden;
}

.pass_cont .pass_review_slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.pass_cont .pass_review_slide .swiper-pagination {
    bottom: 0;
}

.pass_cont .pass_review_slide .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 4px;
    border-radius: 20px;
    background: #fff;
    opacity: 1;
}

.pass_cont .pass_review_slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 70px;
    background: #ff7800;
}

/* 리얼 후기 : e */

/* 비교 : s */
.vs_cont {
    height: 1452px;
    background: #1b0d3b;
    overflow: hidden;
}

.vs_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 149px;
}

.vs_cont .speachBubble_img {
    margin-top: -23px;
}

.vs_cont .main_title {
    margin: 84px 0 0;
}

.vs_cont .main_title p {
    color: #fff;
}

.vs_cont .main_title h3 {
    color: #ae8aff;
}

.vs_cont .vs_list {
    display: flex;
    gap: 30px;
    position: relative;
    width: 1114px;
    height: 693px;
    padding: 0 23px 0 0;
    margin: 64px 0 0 -10px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/vs_box.png') no-repeat 0 0;
}

.vs_cont .vs_list::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -62px;
    right: -76px;
    width: 203px;
    height: 203px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/vs_bullet.png') no-repeat 0 0;
    animation: blink3 2s ease infinite;
}

.vs_cont .vs_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 66px 0 0;
    text-align: center;
}

.vs_cont .vs_list .list_item .item_total {
    position: absolute;
    bottom: 122px;
    left: 51%;
    transform: translateX(-50%);
    font-family: 'noto7';
    font-size: 53px;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #938da5;
}

.vs_cont .vs_list .list_item_2 .item_total {
    bottom: 34px;
    left: 48%;
    font-size: 55px;
    color: #fff;
}

.vs_cont .vs_list .list_item .item_total span {
    display: inline-block;
    margin-top: 12px;
    font-family: 'noto4';
    font-size: 21px;
    letter-spacing: -0.07em;
}

.vs_cont .vs_list .list_item_2 .item_total span {
    font-family: 'noto7';
    font-size: 23px;
    color: #ccbdff;
}

/* 비교 : e */

/* 커리큘럼 : s */
.curriculum_cont {
    background: #f5f5f5;
}

.curriculum_cont .main_inner {
    padding: 145px 0 158px;
}

.curriculum_cont .curri_table {
    position: relative;
    width: 100%;
    height: 198px;
    margin: 58px auto 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.curriculum_cont .curri_table+.curri_table {
    margin-top: 35px;
}

/* .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: 219px;
    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: 8px 0;
    border-bottom: none;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
}

.curriculum_cont .tr_title th {
    height: 40px;
}

.curriculum_cont .tr_title th:nth-child(2) .td_inner {
    border-left: 1px solid #000;
    border-radius: 10px 0 0 0;
    background: #bdb3d5;
}

.curriculum_cont .tr_title th:nth-child(3) .td_inner {
    background: #aa9dca;
}

.curriculum_cont .tr_title th:nth-child(4) .td_inner {
    background: #9383bc;
}

.curriculum_cont .tr_title th:nth-child(5) .td_inner {
    border-radius: 0 10px 0 0;
    background: #7d6da7;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(2) .td_inner {
    background: #9fafd6;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(3) .td_inner {
    background: #90a3d3;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(4) .td_inner {
    background: #6982c1;
}

.curriculum_cont .curri_table_2 .tr_title th:nth-child(5) .td_inner {
    background: #4662a8;
}

.curriculum_cont .tr_sub_title td {
    height: 55px;
}

.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';
}

.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 {
    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 {
    background: linear-gradient(to bottom, #fff 515px, #1f1810 516px, #392d21 100%);
}

.professor_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 146px 0 0;
}

.professor_cont .main_desc {
    margin: 18px 0 0;
    color: #000;
}

.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    height: 1007px;
    margin: 64px 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 13px;
    position: relative;
    top: 0;
    padding: 24px 0 0;
    width: 100%;
    z-index: 1;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 144px;
    height: 144px;
    padding: 77px 0 0;
    border-radius: 50%;
    cursor: pointer;
    background: #51433a;
    color: #b5b1a6;
}

.professor_cont .professor_slide .page_item.is_active {
    background: #6b29ff;
    color: #fff;
}

.professor_cont .professor_slide .page_item::after {
    content: '';
    position: absolute;
    bottom: 41px;
    left: 5%;
    width: 90%;
    height: 40px;
    background: linear-gradient(to top, #51433a, transparent);
    z-index: 1;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background: linear-gradient(to top, #6b29ff, transparent);
}

.professor_cont .professor_slide .page_item::before {
    content: '';
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 140px;
    height: 122px;
    background-size: 100% auto;
    background-position-y: 10px;
    filter: grayscale(1);
}

.professor_cont .professor_slide .page_item_1::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_1.png');
}

.professor_cont .professor_slide .page_item_2::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_2.png');
}

.professor_cont .professor_slide .page_item_3::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_3.png');
}

.professor_cont .professor_slide .page_item_4::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_4.png');
}

.professor_cont .professor_slide .page_item_5::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_5.png');
}

.professor_cont .professor_slide .page_item_6::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_6.png');
}

.professor_cont .professor_slide .page_item_7::before {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_7.png');
}

.professor_cont .professor_slide .page_item.is_active::before {
    filter: grayscale(0)
}


.professor_cont .professor_slide .page_item p {
    position: relative;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.055em;
    font-size: 18px;
    font-family: 'noto3';
    z-index: 2;
}

.professor_cont .professor_slide .page_item strong {
    display: block;
    position: relative;
    line-height: 1.2;
    margin: 3px 0 0;
    letter-spacing: -0.055em;
    font-size: 23px;
    font-family: 'noto6';
    z-index: 2;
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 1400px;
    padding: 133px 0 134px 150px;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 64px;
    right: 17px;
    width: 881px;
    height: 1082px;
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_1.png') center no-repeat;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_1.png') no-repeat center top;
}

.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_2.png') no-repeat center top;
}

.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_3.png') no-repeat center top;
}

.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_4.png') no-repeat center top;
}

.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_5.png') no-repeat center top;
}

.professor_cont .professor_slide .swiper-slide_6::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_6.png') no-repeat center top;
}

.professor_cont .professor_slide .swiper-slide_7::after {
    background: url('/_skin/tpl_skin/basic_labor_new/images/teacher2/v2/teacher_7.png') no-repeat center top;
}

.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 89px;
    right: 150px;
}

.professor_cont .professor_slide .slide_history {
    display: flex;
    gap: 21px;
    margin: 0 0 13px 0;
}

.professor_cont .professor_slide .slide_history li {
    height: 77px;
    padding: 6px 31px 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    color: #e5c288;
    font-size: 18px;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_img_1.png') no-repeat left top,
        url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_img_2.png') no-repeat right top;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 25px;
    letter-spacing: -0.065em;
    color: #fff;
    font-family: 'noto5';
    font-size: 36px;
}

.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}

.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    letter-spacing: -0.065em;
    font-family: 'noto4';
    font-size: 23px;
    color: #ff9046;
}

.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
    line-height: 1.1;
}

.professor_cont .professor_slide .slide_title span {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 11px 0 12px;
    border-radius: 60px;
    background: #ffdb00;
}

.professor_cont .professor_slide .slide_name {
    display: block;
    line-height: 1.2;
    width: fit-content;
    margin: 7px 0 0;
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -0.065em;
    color: #ff9046;
}

.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;
    color: #fff;
    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: 35px 0 0;
    gap: 11px;
}

.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    min-width: 408px;
    height: 48px;
    padding: 0 30px 0 56px;
    border: 1px solid #f6ce3e;
    border-radius: 100px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: #2b271a url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_icon.png') no-repeat 25px center;
}

.professor_cont .professor_slide .popupVideo {
    position: relative;
    width: 540px;
    height: 330px;
    margin: 71px 0 0 0;
}

.professor_cont .professor_slide .popupVideo a,
.professor_cont .professor_slide .popupVideo button {
    position: absolute;
    top: 0;
    left: 0;
    width: 539px;
    height: 330px;
}

.professor_cont .professor_slide .btn_video {
    display: block;
    margin: 61px 0 0;
    width: 539px;
}

.professor_cont .professor_slide .slide_review {
    display: flex;
    gap: 35px;
    margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
    display: flex;
    align-items: center;
    width: 343px;
    height: 165px;
    padding: 6px 20px 0 148px;
    border-radius: 20px;
    word-break: keep-all;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
    background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.045em;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
    color: #0054ff;
    font-family: 'noto6';
}

/* 도서 : e */

/* 도서 : s */
.master_apply .swiper-container .btn_arrow {
    position: absolute;
    z-index: 4;
    width: 47px;
    height: 48px;
    cursor: pointer;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/btn.png') no-repeat;
}

.master_apply .swiper-container .btn_prev {
    left: 0px;
    background-position: -8px -5px;
}

.master_apply .swiper-container .btn_next {
    right: 0;
    background-position: -60px -5px;
}

.book_cont {
    padding: 147px 0 131px;
}

.book_cont .evidence_area_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-top: 998px;
}

.book_cont .evidence_area {
    position: absolute;
    top: 314px;
    right: 118px;
}

.book_cont .evidence_popup_area {
    left: auto;
    right: 0;
}

.book_cont .book_item {
    position: relative;
}

.book_cont .book_item .item_bullet {
    position: absolute;
    top: -79px;
    right: -46px;
}

.book_cont .con_img1 {
    margin-top: 89px;
}

.book_cont .con_point {
    margin: 45px 0 0 -20px;
}

.book_cont .con_img2 {
    margin-top: 46px;
    margin-left: 15px;
}

.bookreview_slide {
    width: 1100px;
    height: 197px;
    margin: 80px 0 0 0;
    padding: 0 22px;
    box-sizing: border-box;
}

.bookreview_slide .div-table {
    padding: 30px 0 0 84px;
    box-sizing: border-box;
}

.bookreview_slide .btn_arrow {
    position: absolute;
    z-index: 4;
    top: calc(50% - 24px);
    width: 47px;
    height: 48px;
    cursor: pointer;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/btn.png') no-repeat;
}

.bookreview_slide .btn_prev {
    left: 0px;
    background-position: -8px -5px;
}

.bookreview_slide .btn_next {
    right: 0;
    background-position: -60px -5px;
}

.bookreview_slide .swiper-slide {
    position: relative;
    padding: 0 40px;
    border-top: 2px solid #d9d8d7;
    box-sizing: border-box;
    line-height: 130%;
}

.bookreview_slide .writer {
    width: 21%;
    font-size: 15px;
}

.bookreview_slide .writer p {
    margin-bottom: 5px;
}

.bookreview_slide .writer .con_img1 {
    margin-top: 0;
}

.bookreview_slide .review_tit {
    font-size: 28px;
    font-family: 'noto6';
    line-height: 100%;
}

.bookreview_slide .review_txt {
    margin-top: 9px;
    font-size: 18px;
    line-height: 130%;
}

/* 도서 : e */

/* 모의고사 : s */
.mock_cont {
    background: #f5f5f5;
}

.mock_cont .main_inner {
    padding: 150px 0 145px;
}

.mock_cont .mock_box {
    margin-top: 53px;
    margin-left: -72px;
}

.mock_cont .mock_box .box_item_1 {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
    right: 7px;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img4.png');
}

/* 모의고사 : e */

/* 특별 혜택 : s */
.special_cont .main_inner {
    padding: 147px 0;
}

.special_cont .main_cat_tab {
    margin: 66px auto 0px 0px;
    width: 1100px;
}

.special_cont .main_cat_tab .tab_list {
    display: flex;
    gap: 88px;
    width: 100%;
    padding: 0 83px;
    box-sizing: border-box;
}

.special_cont .main_cat_tab .tab_list .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 68px;
    border-radius: 30px 30px 0px 0px;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    font-family: noto6;
    background: rgb(89, 89, 91);
    cursor: pointer;
}

.special_cont .main_cat_tab .tab_list .btn_tab.is_active {
    color: rgb(255, 255, 255);
    background: rgb(107, 41, 255);
}

.special_cont .main_cat_tab .tab_content {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(255, 255, 255);
}

.special_cont .main_cat_tab .tab_content.is_active {
    display: flex;
}

.special_cont .main_cat_tab .tab_content p {
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.2;
    font-size: 17px;
}

/* 특별 혜택 : e */

/* q&a : s */
.qna_cont {
    background: #f0f0f0;
}

.qna_cont .main_inner {
    padding: 150px 0 75px;
}

.qna_cont .qna_img {
    margin: 50px 0 0 -130px;
}

/* q&a : e */

/* 시작 : s */
.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_title {
    position: relative;
    z-index: 2;
}

.start_cont .main_inner {
    padding: 135px 0 0;
}

.start_cont .main_title p {
    color: #fff;
    font-size: 50px;
    font-family: 'noto4';
}

.start_cont .main_title h3 {
    color: #40f37e;
}

.start_cont .start_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
    width: 100%;
    margin: 86px 0 0 10px;
}

.start_cont .start_list .list_item {
    position: relative;
    width: 215px;
    height: 129px;
    padding: 18px 0 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 21px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}

.start_cont .start_list .list_item:nth-child(n + 5) {
    left: 90px;
}

.start_cont .start_list .list_item em {
    font-family: 'noto6';
}

.start_cont .main_title .evidence_area {
    top: 82px;
    right: 103px;
}

.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.evidence_area_wrap.align_center {
    justify-content: center;
}

.evidence_area {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.evidence_btn {
    display: block;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #000000;
    cursor: pointer;
}

.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}

.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

.evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}

.evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}

.evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}

.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li:nth-child(even) {
    color: red;
}

/* 레이아웃 */
.main-container .evidence_area {
    top: 6px;
}

.cat_main_cont .evidence_area {
    position: absolute;
    top: 93px;
    right: 103px;
}

.cat_main_cont .start_cont .evidence_area {
    position: absolute;
    top: 90px;
    right: 65px;
}

.cat_main_cont .evidence_popup_area {
    left: auto;
    right: 0;
}

.cat_main_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #000;
    color: #000;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #fff;
}

.cat_main_cont .start_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #1e8c84;
    color: #1e8c84;
    font-size: 15px;
    font-family: 'noto4';
    text-align: center;
    background-color: #243c3c;
}

/* 시작 : e */