@charset "UTF-8";

/* 공통 */
.screen_out {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}

.cat_main_cont {
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.cat_main_cont>section {
    width: 100%;
}

.cat_main_cont button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cat_main_cont .main_title {
    position: relative;
    width: 100%;
    text-align: center;
}

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 48px;
    font-family: 'noto6';
    color: #000;
}

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1.3;
    margin: 3px 0 0;
    letter-spacing: -0.04em;
    font-size: 48px;
    font-family: 'noto7';
    color: #fff;
}

.cat_main_cont>section:not(.start_cont) .main_title h3 {
    background: linear-gradient(to right, #fe0bad, #870fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cat_main_cont .main_title>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 46px;
    margin-bottom: 23px;
    border: 1px solid #860eff;
    border-radius: 30px;
    font-family: 'noto6';
    font-size: 28px;
    letter-spacing: -0.04em;
    color: #860eff;
}

.cat_main_cont>section:nth-child(even) .main_title>span {
    border: 1px solid #ff00a9;
    color: #ff00a9;
}

.cat_main_cont .main_desc {
    line-height: 1.4;
    letter-spacing: -0.045em;
    text-align: center;
    color: #d9d6d6;
    font-size: 14px;
    font-family: 'noto3';
}

.cat_main_cont img {
    display: block;
}

@keyframes pointerBounceDiagonal {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* visual : s */
.visual_cont {
    height: 854px;
    background: #0c0017 url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/top_bg.png') center no-repeat;
}

.visual_cont .main_inner {
    padding: 94px 0 0 0;
}

.visual_cont .item_list_wrap {
    display: flex;
    gap: 16px;
    width: 100%;
    height: 192px;
    margin-top: 38px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/top_item_wrap.png') center no-repeat;
}

.visual_cont .item_list_wrap li {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 32px;
    box-sizing: border-box;
}

.visual_cont .item_list_wrap li::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: 32px;
    width: 108px;
    height: 108px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/top_item_1.png') center no-repeat;
}

.visual_cont .item_list_wrap li:nth-child(1)::before {
    top: -11px;
    right: 23px;
    width: 131px;
    height: 168px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/top_item_1.png') center no-repeat;
}

.visual_cont .item_list_wrap li:nth-child(2)::before {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/top_item_2.png') center no-repeat;
}

.visual_cont .item_list_wrap li:nth-child(3)::before {
    right: 34px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/top_item_3.png') center no-repeat;
}

.visual_cont .item_list_wrap li p {
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #de97c6;
}

.visual_cont .item_list_wrap li:nth-child(1) p {
    color: #de97c6;
}

.visual_cont .item_list_wrap li:nth-child(2) p {
    color: #d897de;
}

.visual_cont .item_list_wrap li:nth-child(3) p {
    color: #ba97de;
}

.visual_cont .item_list_wrap li strong {
    display: block;
    margin-top: 8px;
    font-family: 'noto5';
    font-size: 30px;
    letter-spacing: -0.025em;
    line-height: 1.4;
    color: #fff;
}

.visual_cont .visual_desc {
    width: 100%;
    margin-top: 12px;
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: right;
    color: #7a6b88;
}

/* visual : e */

/* 그래프 : s */
.graph_cont {
    height: 1154px;
    background: #0d0217 url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/graph_bg.png') top center no-repeat;
}

.graph_cont .main_inner {
    padding: 120px 0 160px;
}

.graph_cont .main_title p {
    color: #fff;
}

.cat_main_cont>section.graph_cont .main_title h3 {
    background: linear-gradient(to right, #ff6cce, #bc79ff);
    background-clip: text;
    -webkit-background-clip: text;
}

.graph_cont .graph_img {
    margin: 66px 0 0 19px;
}

.graph_cont .graph_item {
    margin-top: 20px;
}

/* 그래프 : e */

/* 혜택 : s */
.benefit_cont {
    height: 1349px;
    background: #f6e6f1 url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_bg.png') center no-repeat;
}

.benefit_cont .main_inner {
    padding: 118px 0 140px;
}

.benefit_cont .big_benefit_wrap {
    display: flex;
    gap: 16px;
    width: 100%;
    margin: 67px 0 0;
}

.benefit_cont .big_benefit_wrap .big_benefit {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 211px;
    padding: 33px 0 0 40px;
    color: #fff;
    background: linear-gradient(to right bottom, #1c0531, #dd0198);
}

.benefit_cont .big_benefit_wrap .big_benefit_1 {
    background: linear-gradient(to right bottom, #1c0531, #dd0198);
}

.benefit_cont .big_benefit_wrap .big_benefit_2 {
    background: linear-gradient(to right bottom, #1c0531, #7001e0);
}

.benefit_cont .big_benefit_wrap .big_benefit::after,
.benefit_cont .big_benefit_wrap .big_benefit::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
}

.benefit_cont .big_benefit_wrap .big_benefit::after {
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 1px solid;
    border-image: linear-gradient(to bottom right, #ccb9c6, #f71cae);
    border-image-slice: 1;
    pointer-events: none;
}

.benefit_cont .big_benefit_wrap .big_benefit_2::after {
    border-image: linear-gradient(to bottom right, #ccb9c6, #8a1cf7);
    border-image-slice: 1;
}

.benefit_cont .big_benefit_wrap .big_benefit::before {
    z-index: 1;
}

.benefit_cont .big_benefit_wrap .big_benefit_1::before {
    top: -22px;
    right: 22px;
    width: 168px;
    height: 212px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/big_banefit_01.png') center no-repeat;
}

.benefit_cont .big_benefit_wrap .big_benefit_2::before {
    top: 41px;
    right: 60px;
    width: 183px;
    height: 127px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/big_banefit_02.png') center no-repeat;
}

.benefit_cont .big_benefit_wrap .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 22px;
}

.benefit_cont .big_benefit_wrap .item_title {
    display: block;
    line-height: 1.45;
    margin: 6px 0 0;
    letter-spacing: -0.025em;
    font-size: 33px;
    font-family: 'noto6';
}

.benefit_cont .benefit_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 10px;
    width: 100%;
    margin: 13px 0 0;
}

.benefit_cont .benefit_wrap .benefit {
    position: relative;
    width: 360px;
    height: 322px;
    padding: 32px 0 0 37px;
    border: 1px solid #ccb9c6;
    box-sizing: border-box;
}

.benefit_cont .benefit_wrap .benefit_1 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_01.png') no-repeat right 15px bottom 26px;
}

.benefit_cont .benefit_wrap .benefit_2 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_02.png') no-repeat right 39px bottom 28px;
}

.benefit_cont .benefit_wrap .benefit_3 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_03.png') no-repeat right 35px bottom 39px;
}

.benefit_cont .benefit_wrap .benefit_4 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_04.png') no-repeat right 35px bottom 40px;
}

.benefit_cont .benefit_wrap .benefit_5 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_05.png') no-repeat right 24px bottom 13px;
}

.benefit_cont .benefit_wrap .benefit_6 {
    background: #fff url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/banefit_06.png') no-repeat right 40px bottom 36px;
}

.benefit_cont .benefit_wrap .item_sub_title {
    font-family: 'noto4';
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.085em;
    color: #777777;
}

.benefit_cont .benefit_wrap .item_title {
    display: block;
    margin: 6px 0 0;
    font-family: 'noto6';
    font-size: 32px;
    letter-spacing: -0.085em;
    line-height: 1.25;
}

.benefit_cont .benefit_wrap .item_noti {
    margin: 5px 0 0;
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #999999;
}

/* 혜택 : e */

/* 상품 : s */
.product_cont {}

.product_cont .main_inner {
    padding: 119px 0 160px;
}

.product_cont .main_title h3 {
    color: #fff;
}

.product_cont .d-flex {
    display: flex;
}

.product_cont .banner_refund_wrap {
    position: relative;
    margin-top: 66px;
}

.product_cont .banner_refund {
    display: block;
    margin: 16px 0 0 -20px;
}

.product_cont .banner_refund_wrap .link_btn {
    position: absolute;
    top: 42%;
    right: 20px;
    transform: translateY(-50%);
    width: 264px;
    height: 103px;
}

.product_cont .product_item_1 {
    position: relative;
    width: 1100px;
    height: 571px;
    margin-top: 24px;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    /* background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/con1_pass_bg.png') no-repeat top center; */
}

.product_cont .product_item_1 .event_bullet {
    display: none;
    position: absolute;
    top: -77px;
    left: -47px;
    animation: blink3 1s ease infinite;
}

@keyframes blink3 {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

.product_cont .sidetxt {
    display: flex;
    gap: 12px;
    margin-bottom: 26px;
}

.product_cont .sidetxt span {
    display: flex;
    align-items: center;
    height: 43px;
    padding: 3px 17px 0;
    border: 2px solid #ff09ad;
    border-radius: 42px;
    color: #fff;
    font-size: 25px;
    font-family: 'noto7';
    background: #ff09ad;
}

.product_cont .sidetxt .txt-orange {
    border: 2px solid #860eff;
    color: #860eff;
    background: #fff;
}

.product_cont .sidetxt .txt-orange2 {
    border: 2px solid #f43400;
    color: #fff;
    background: #f43400;
    text-indent: 4px;
}

.product_cont .product_detail {
    height: 397px;
    padding: 54px 59px 0 60px;
}

.product_cont .product_detail.d-flex {
    margin-bottom: 0;
}

.product_cont .d-flex {
    justify-content: space-between;
    margin-bottom: 22px;
}

.product_cont h2 {
    margin-bottom: 21px;
    font-family: 'noto7';
    font-size: 47px;
    line-height: 1.3;
    text-indent: -2px;
}

.product_cont h2 .txt_blue {
    letter-spacing: -0.025em;
    color: #ff09ad;
}

.product_cont .list-dot li {
    font-family: 'noto4';
    font-size: 20px;
    line-height: 1.65;
    color: #000;
}

.product_cont .list-dot li em {
    font-family: 'noto6';
}

.product_cont .product_item_1 .bullet {
    display: block;
    transform: translate(198%, -27%);
    width: 144px;
    height: 144px;
    border-radius: 50%;
    line-height: 1.25;
    font-size: 26px;
    text-align: center;
    padding-top: 36px;
    color: #000;
    font-family: 'market-b';
    background: #ffda45;
    box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
}

.product_cont .bullet em {
    font-size: 36px;
    color: #ff09ad;
}

.product_cont .price {
    margin: -33px 0 0 0;
}

.product_cont .price .d-flex {
    gap: 15px;
    align-items: flex-end;
}

.product_cont .or_price em {
    display: block;
    margin-right: -3px;
    margin-bottom: 2px;
    font-size: 18px;
    letter-spacing: 0.005em;
    color: #000000;
    text-align: center;
    font-family: 'noto3';
}

.product_cont .or_price {
    position: relative;
    margin: 0 0 12px;
    color: #b7b7b7;
    font-size: 25px;
    font-family: 'noto6';
}

.product_cont .or_price i {
    font-size: 23px;
    font-style: normal;
}

.product_cont .or_price:after {
    content: '';
    position: absolute;
    width: calc(100% + 7px);
    height: 2px;
    left: -3.5px;
    top: 39px;
    display: block;
    background: #000000;
}

.product_cont .price h3 {
    display: block;
    line-height: 1.1;
    letter-spacing: -0.055em;
    font-size: 72px;
    font-family: 'noto7';
    font-weight: 100;
    color: #ff09ad;
}

.product_cont .price h3 em {
    font-size: 40px;
}

.product_cont .buy_btn {
    display: block;
    width: 428px;
    height: 68px;
    margin: 0 0 0 auto;
    background: #000;
    letter-spacing: -0.035em;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 65px;
    font-family: 'noto5';
}

.product_cont .buy_btn::after {
    content: '>';
    margin-left: 20px;
    font-family: 'noto4';
}

.product_cont .product_info {
    display: flex;
    height: 172px;
    padding: 31px 0 39px 49px;
    border-top: 1px solid #bcbcbc;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    font-family: 'noto6';
    background: #f2f0f1 url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/pass_benefit.png') no-repeat 237px 38px;
}

.product_cont .product_info li {
    width: 344px;
    padding-top: 22px;
    border-right: 1px solid #d5d4d5;
    box-sizing: border-box;
}

.product_cont .product_info li:nth-child(2) {
    width: 364px;
    padding-left: 30px;
    box-sizing: border-box;
}

.product_cont .product_info li:last-child {
    width: 347px;
    padding-left: 30px;
    border-right: none;
}

.product_cont .product_wrap {
    display: flex;
    gap: 14px;
    width: 1100px;
    margin: 47px auto 0;
}

.product_cont .product_item_2 {
    width: 100%;
    padding: 54px 56px 63px;
    border: 1px solid #bcbcbc;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}

.product_cont .product_item_2 .item_title {
    display: block;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-size: 48px;
    font-family: 'noto7';
    color: #232323;
}

.product_cont .product_item_2 .item_title em {
    color: #860eff;
}

.product_cont .product_item_2 .item_list {
    margin: 23px 0 0 -1px;
}

.product_cont .product_item_2 .item_list li {
    letter-spacing: -0.025em;
    font-size: 20px;
}

.product_cont .product_item_2 .item_list li+li {
    margin-top: 15px;
}

.product_cont .product_item_2 .item_list li em {
    font-family: 'noto6';
}

.product_cont .product_item_2 .item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin: 57px 0 0;
}

.product_cont .product_item_2 .item_price .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -34px;
    left: 42px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
    background: #ffda45;
    text-align: center;
    line-height: 1.25;
    color: #111111;
    font-size: 25px;
    font-family: 'market-b';
}

.product_cont .product_item_2 .item_price .or_price {
    height: 34px;
    margin-bottom: -3px;
    line-height: 1.2;
    color: #b0b0b0;
    font-size: 28px;
    font-family: 'noto6';
}

.product_cont .product_item_2 .item_price .or_price::after {
    top: 50%;
    background: #c1c1c1;
}

.product_cont .product_item_2 .item_price .or_price i {
    font-size: 28px;
    font-family: 'noto6';
}

.product_cont .product_item_2 .item_price h3 {
    display: block;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: #ff09ad;
    font-size: 58px;
    font-family: 'noto7';
}

.product_cont .product_item_2 .item_price h3 em {
    font-family: 'noto6';
    font-size: 36px;
}

.product_cont .product_item_2 .item_price .discount_price>span {
    font-size: 66px;
}

.product_cont .product_item_2 .item_price .discount_price span {
    font-size: 44px;
}

.product_cont .product_item_2 .buy_btn {
    margin: 30px 0 0;
    width: 426px;
    height: 71px;
    line-height: 71px;
}

/* 상품 : e */

/* 리뷰 : s */
.review_cont {
    height: 1050px;
    background: #411757 url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/review_bg.png') center no-repeat;
}

.review_cont .main_inner {
    padding: 120px 0 0;
}

.review_cont .main_title p {
    color: #fff;
}

.cat_main_cont>section.review_cont .main_title h3 {
    background: linear-gradient(to right, #fe5bc8, #be7eff);
    background-clip: text;
    -webkit-background-clip: text;
}

.review_cont .review_slide_wrap {
    width: 100%;
    margin-top: 66px;
}

.review_cont .review_slide {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.review_cont .review_slide .swiper-slide {
    display: flex;
    width: 100%;
    height: 182px;
    border: 1px solid #b6a1c1;
    box-sizing: border-box;
}

.review_cont .review_slide .swiper-slide .thumb {
    width: 256px;
    height: 100%;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/review_img_1.png') center no-repeat;
}

.review_cont .review_slide .swiper-slide_2 .thumb {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/review_img_2.png') center no-repeat;
}

.review_cont .review_slide .swiper-slide_3 .thumb {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/review_img_3.png') center no-repeat;
}

.review_cont .review_slide .swiper-slide .txt_wrap {
    display: flex;
    width: calc(100% - 256px);
    height: 100%;
    padding: 36px 40px;
    box-sizing: border-box;
    background: linear-gradient(to right, #170422, #411757);
    color: #fff;
}

.review_cont .review_slide .swiper-slide .txt_wrap .review_txt {
    width: 672px;
    margin-top: 20px;
    font-family: 'noto3';
    font-size: 20px;
    letter-spacing: -0.035em;
    line-height: 1.6;
}

.review_cont .review_slide .swiper-slide .txt_wrap .review_txt em {
    font-family: 'noto6';
}

.review_cont .review_slide .swiper-slide .txt_wrap .review_name {
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.045em;
    line-height: 1.6;
}

.review_cont .review_slide .swiper-slide .txt_wrap .review_name em {
    font-family: 'noto5';
}

/* 리뷰 : e */

/* 비교 : s */
.comparison_cont .middle_banner {
    position: relative;
    z-index: 1;
}

.comparison_cont .comparison_img {
    margin-top: -43px;
}

/* 비교 : e */

/* 교수 : s */
.professor_cont {
    height: 1211px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacehr_bg.png') center no-repeat;
}

.professor_cont .main_inner {
    padding: 80px 0 0;
}

.professor_cont .professor_slide {
    width: 1180px;
    height: 900px;
    margin: -30px 0 0;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1100px;
    margin: 74px auto 0;
    z-index: 2;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 146px;
    height: 148px;
    padding-top: 60px;
    box-sizing: border-box;
    background: #eedce8;
    color: #8b7584;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
    background: #fe09ac;
    color: #fff;
}

.professor_cont .professor_slide .page_item::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 149px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_tab.png') 0 0 no-repeat;
    z-index: 1;
}

.professor_cont .professor_slide .page_item_1::after {
    background-position: top -170px left 9px;
}

.professor_cont .professor_slide .page_item_2::after {
    background-position: top -170px left -150px;
}

.professor_cont .professor_slide .page_item_3::after {
    background-position: top -170px left -308px;
}

.professor_cont .professor_slide .page_item_4::after {
    background-position: top -170px left -468px;
}

.professor_cont .professor_slide .page_item_5::after {
    background-position: top -170px left -627px;
}

.professor_cont .professor_slide .page_item_6::after {
    background-position: top -170px left -149px;
}

.professor_cont .professor_slide .page_item_7::after {
    background-position: top -170px left -786px;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background-position-y: 33px;
}

.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;
    margin: 2px 0 0;
    letter-spacing: -0.065em;
    font-size: 23px;
    font-family: 'noto5';
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 100%;
    padding: 53px 0 0 39px;
    text-align: left;
    z-index: 1;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 46px;
    right: 40px;
    width: 555px;
    height: 524px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_1.png') center no-repeat;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_1.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_2::after {
    right: 59px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_2.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_3::after {
    right: 19px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_3.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_4.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_5::after {
    right: 68px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_5.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_6::after {
    right: 59px;
    width: 499px;
    height: 522px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_2.png') center bottom no-repeat;
}

.professor_cont .professor_slide .swiper-slide_7::after {
    right: 62px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/teacher_6.png') center bottom 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: 26px;
    color: #111111;
    font-family: 'noto6';
    font-size: 32px;
    letter-spacing: -0.065em;
}

.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}

.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    font-family: 'noto4';
    font-size: 24px;
    color: #fff;
}

.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
    background: linear-gradient(to right, #ff07ab, #ff6bce);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    letter-spacing: -0.065em;
}

.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: 8px 0 0;
    font-family: 'noto7';
    font-size: 48px;
    letter-spacing: -0.065em;
    color: #fff;
    background: linear-gradient(to right, #ff07ab, #ff6bce);
    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;
    width: 512px;
    height: auto;
    margin-top: 38px;
}

.professor_cont .professor_slide .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 539px;
    height: 100%;
}

.professor_cont .professor_slide .btn_video {
    display: block;
    margin: 61px 0 0;
    width: 539px;
}

.professor_cont .professor_slide .slide_review {
    display: flex;
    gap: 35px;
    margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
    display: flex;
    align-items: center;
    width: 343px;
    height: 165px;
    padding: 6px 20px 0 148px;
    border-radius: 20px;
    word-break: keep-all;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
    background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.045em;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
    color: #0054ff;
    font-family: 'noto6';
}

/* 교수 : e */

/* 도서 : s */
.book_cont {
    height: 1376px;
    background: #080808 url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/book_bg.png') center no-repeat;
    overflow: hidden;
}

.book_cont .main_inner {
    width: 1300px;
    padding: 132px 0 85px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/content1_7/book.png') no-repeat -63px 387px;
}

.book_cont .main_inner::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 439px;
    right: 45px;
    width: 217px;
    height: 217px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/book_bullet.png') center no-repeat;
    z-index: 2;
}

.cat_main_cont>section.book_cont .main_title>span {
    border: 1px solid #ff73d0;
    color: #ff73d0;
}

.book_cont .main_title p {
    color: #fff;
}

.cat_main_cont>section.book_cont .main_title h3 {
    background: linear-gradient(to right, #fe5bc8, #be7eff);
    background-clip: text;
    -webkit-background-clip: text;
}

.book_cont .book_slide {
    position: relative;
    width: 740px;
    height: 65%;
    margin: 127px 74px 0 auto;
}

.book_cont .book_slide .slide_nav {
    text-align: right;
    position: relative;
    bottom: auto;
    left: auto;
    right: 55px;
    top: 454px;
    z-index: 2;
}

.book_cont .book_slide .slide_nav .swiper-pagination-bullet {
    margin: 0 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d1d1;
    opacity: 1;
}

.book_cont .book_slide .slide_nav .swiper-pagination-bullet-active {
    background: #7f00ff;
    transition: all 0.2s;
}

.book_cont .book_review_slide_area {
    position: relative;
    width: 1100px;
    margin-top: 12px;
}

.book_cont .book_review_slide_area .btn_arrow {
    /* zzzz */
    position: absolute;
    z-index: 4;
    cursor: pointer;
    top: 65px;
}

.book_cont .book_review_slide_area .btn_prev {
    /* zzzz */
    left: -94px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/arrow_l.png') no-repeat;
    width: 60px;
    height: 60px;
    background-position: 22px;
    border-radius: 60px;
    background-color: #333333;
}

.book_cont .book_review_slide_area .btn_next {
    /* zzzz */
    right: -77px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/arrow_r.png') no-repeat;
    width: 60px;
    height: 60px;
    background-position: 24px;
    border-radius: 60px;
    background-color: #333333;
}

.book_cont .book_review_slide {
    position: relative;
    width: 1100px;
    height: 186px;
    border: 1px solid #777777;
    background: #282828;
}

/* 도서 : e */

/* 커리큘럼 : s */
.curriculum_cont {
    height: 981px;
}

.curriculum_cont .main_inner {
    padding: 130px 0 81px;
}

.curriculum_cont .main_tab_wrap {
    margin: 37px 0 0;
}

.curriculum_cont .tab_menu {
    display: flex;
}

.curriculum_cont .tab_menu li {
    width: 100%;
}

.curriculum_cont .tab_menu .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #c8c8c8;
    box-sizing: border-box;
    letter-spacing: -0.04em;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    color: #aaaaaa;
    font-size: 28px;
    font-family: 'noto6';
}

.curriculum_cont .tab_menu .btn_tab.is_active {
    border-bottom: 2px solid #111111;
    color: #111111;
}

.curriculum_cont .tab_content {
    display: none;
    position: relative;
    width: 1100px;
    padding: 48px 0 0 0;
}

.curriculum_cont .tab_content.is_active {
    display: block;
}

.curriculum_cont table {
    width: 100%;
    height: 217px;
    table-layout: fixed;
    border-collapse: collapse;
}

.curriculum_cont table th,
.curriculum_cont table td {}

.curriculum_cont table th:not(:last-child),
.curriculum_cont table td:not(:last-child) {
    border-right: 3px solid #fff;
}

.curriculum_cont table th {
    height: 82px;
}

.curriculum_cont table th .td_inner,
.curriculum_cont table td .td_inner {
    height: 100%;
    border: 1px solid #ffc6ec;
    box-sizing: border-box;
    color: #111111;
}

.curriculum_cont table th:nth-child(2) .td_inner,
.curriculum_cont table td:nth-child(2) .td_inner

/* ,
.curriculum_cont #tab_content_2 table td:nth-child(1) .td_inner  */
    {
    border: 1px solid #ffaae3;
}

.curriculum_cont table th:nth-child(3) .td_inner,
.curriculum_cont table td:nth-child(3) .td_inner {
    border: 1px solid #ff57c7;
}

.curriculum_cont table th:nth-child(4) .td_inner,
.curriculum_cont table td:nth-child(4) .td_inner

/* ,
.curriculum_cont #tab_content_2 table th:nth-child(2) .td_inner,
.curriculum_cont #tab_content_2 table td:nth-child(2) .td_inner */
    {
    border: 1px solid #db289f;
}

.curriculum_cont table th .td_inner {
    padding: 18px 0 15px;
    background: linear-gradient(to right, #fff0fa, #ffe5f6);
}

.curriculum_cont table th:nth-child(2) .td_inner {
    background: linear-gradient(to right, #ffe5f6, #f5c4e4);
}

.curriculum_cont table th:nth-child(3) .td_inner {
    background: linear-gradient(to right, #f5c4e4, #ffaae2);
}

.curriculum_cont table th:nth-child(4) .td_inner {
    background: linear-gradient(to right, #ffaae2, #ff77d1);
}

/* .curriculum_cont #tab_content_2 table th .td_inner {
    background: linear-gradient(to right, #fff0fa, #f5c4e4);
}
.curriculum_cont #tab_content_2 table th:nth-child(2) .td_inner {
    background: linear-gradient(to right, #f5c3e4, #ff78d1);
} */
.curriculum_cont table th p {
    font-family: 'noto6';
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #ff00aa;
}

.curriculum_cont table th strong {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 23px;
    font-family: 'noto7';
}

.curriculum_cont table td {
    position: relative;
}

.curriculum_cont table td .td_inner {
    padding: 33px 0 34px;
    border-top: 0 !important;
    box-sizing: border-box;
}

.curriculum_cont table td strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'noto6';
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
    color: #111111;
}

.curriculum_cont table td p {
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.4;
    color: #777777;
}

.curriculum_cont .curriculum_slide_wrap {
    width: 100%;
    margin-top: 35px;
}

.curriculum_cont .curriculum_slide {
    position: relative;
    width: 100%;
    height: 146px;
    overflow: hidden;
}

.curriculum_cont .curriculum_slide .swiper-slide {
    width: 100%;
    height: 100%;
}

.curriculum_cont .curriculum_slide .swiper-pagination {
    bottom: auto;
    top: 19px;
    left: auto;
    right: 48px;
    width: fit-content;
}

.curriculum_cont .curriculum_slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccb1e8;
    opacity: 1;
}

.curriculum_cont .curriculum_slide .swiper-pagination-bullet-active {
    background: #8000ff;
}

/* 커리큘럼 : e */

/* 풀패키지 : s */
.special_cont {
    height: 905px;
}

.special_cont .main_inner {
    padding: 80px 0 160px;
}

.special_cont .main_inner::before,
.special_cont .main_inner::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 158px;
}

.special_cont .main_inner::before {
    left: -89px;
    width: 157px;
    height: 204px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/firecracker_1.png') center no-repeat;
}

.special_cont .main_inner::after {
    top: 204px;
    right: -83px;
    width: 126px;
    height: 131px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/firecracker_2.png') center no-repeat;
}

.special_cont .special_benefit_wrap {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 44px;
}

.special_cont .special_benefit {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 427px;
    padding: 48px;
    box-sizing: border-box;
    background: linear-gradient(to right bottom, #feecf8, #f6b4de);
}

.special_cont .special_benefit_2 {
    background: linear-gradient(to right bottom, #f5ecfe, #d4b3f5);
}

.special_cont .special_benefit::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    bottom: 58px;
    right: 58px;
    width: 256px;
    height: 169px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/fullpackage_benefit_01.png') center no-repeat;
}

.special_cont .special_benefit_2::before {
    height: 175px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/fullpackage_benefit_02.png') center no-repeat;
}

.special_cont .special_benefit::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 1px solid;
    border-image: linear-gradient(to bottom right, #ffc2eb, #ff4dc4);
    border-image-slice: 1;
    pointer-events: none;
    z-index: 1;
}

.special_cont .special_benefit_2::after {
    border-image: linear-gradient(to bottom right, #e0c1ff, #a64cff);
    border-image-slice: 1;
}

.special_cont .special_benefit .txt_bullet {
    width: 145px;
    height: 39px;
    border-radius: 30px;
    background: #ff00aa;
    font-family: 'noto5';
    font-size: 20px;
    letter-spacing: -0.065em;
    line-height: 39px;
    text-align: center;
    color: #fff;
}

.special_cont .special_benefit_2 .txt_bullet {
    background: #8000ff;
}

.special_cont .special_benefit .title {
    display: inline-block;
    width: fit-content;
    margin-top: 16px;
    padding-right: 4px;
    box-shadow: inset 0 -10px 0 #ffb6e7;
    font-family: 'noto6';
    font-size: 36px;
    letter-spacing: -0.045em;
    line-height: 1.1;
    color: #000;
}

.special_cont .special_benefit_2 .title {
    box-shadow: inset 0 -10px 0 #dab5ff;
}

.special_cont .special_benefit .txt {
    margin-top: 8px;
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1.4;
    color: #606060;
}

.special_cont .special_benefit .special_desc {
    margin-top: auto;
    margin-bottom: 7px;
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #a78ac4;
}

/* 풀패키지 : e */

/* 하단 혜택 : s */
.bottom_benefit_cont {
    background: linear-gradient(to bottom, #f2edf7, #e9daf7);
}

.bottom_benefit_cont .main_inner {
    padding: 127px 0 160px;
}

.bottom_benefit_cont .bottom_benefit_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 73px;
}

.bottom_benefit_cont .bottom_benefit {
    display: block;
    position: relative;
    width: 544px;
    height: 240px;
    padding: 43px 48px;
    border: 1px solid #be9ede;
    box-sizing: border-box;
    background: #fff;
}

.bottom_benefit_cont .bottom_benefit:nth-child(3),
.bottom_benefit_cont .bottom_benefit:nth-child(4) {
    height: 216px;
    padding: 43px 37px;
}

.bottom_benefit_cont .bottom_benefit::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
}

.bottom_benefit_cont .bottom_benefit_1::before {
    top: 47px;
    right: 46px;
    width: 169px;
    height: 145px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/bottom_banefit_01.png') center no-repeat;
}

.bottom_benefit_cont .bottom_benefit_2::before {
    top: 47px;
    right: 32px;
    width: 199px;
    height: 155px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/bottom_banefit_02.png') center no-repeat;
}

.bottom_benefit_cont .bottom_benefit_3::before {
    top: 30px;
    right: 37px;
    width: 246px;
    height: 133px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/bottom_banefit_03.png') center no-repeat;
}

.bottom_benefit_cont .bottom_benefit_4::before {
    top: 35px;
    right: 59px;
    width: 118px;
    height: 145px;
    background: url('/_skin/tpl_skin/basic_manageleader/images/apply/allpass/v3/bottom_banefit_04.png') center no-repeat;
}

.bottom_benefit_cont .bottom_benefit p {
    font-family: 'noto4';
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: #111111;
}

.bottom_benefit_cont .bottom_benefit h3 {
    font-family: 'noto7';
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    color: #111111;
}

.bottom_benefit_cont .bottom_benefit .bottom_benefit_desc {
    margin: 37px 0 0 10px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #888888;
    font-size: 16px;
    font-family: 'noto4';
}

/* 하단 혜택 : 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 */