@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 button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #ffa626;
    font-size: 36px;
    font-family: 'noto7';
}

.cat_main_cont .main_title h3 {
    line-height: 1.3;
    margin: 10px 0 0;
    letter-spacing: -0.025em;
    font-size: 45px;
    font-family: 'noto7';
}

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

.cat_main_cont .content_title p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #ffa626;
    font-size: 36px;
    font-family: 'noto6';
}

.cat_main_cont .content_title h3 {
    display: block;
    line-height: 1.2;
    margin: 9px 0 0;
    letter-spacing: -0.025em;
    font-size: 45px;
    font-family: 'noto7';
}

.cat_main_cont .content_title h3 em {
    color: #fe771f;
}

.cat_main_cont .content_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 169px;
    height: 45px;
    padding: 0 8px;
    margin: 0 0 24px;
    border: 3px solid #000;
    border-radius: 46px;
    letter-spacing: -0.025em;
    font-size: 20px;
    font-family: 'noto7';
    background: #f6ce3e;
}

.cat_main_cont .content_title > span::after,
.cat_main_cont .content_title > span::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

.cat_main_cont .main_desc {
    line-height: 1.4;
    margin: 11px 0 0;
    letter-spacing: -0.05em;
    text-align: center;
    color: #7b7b7b;
    font-size: 16px;
    font-family: 'noto4';
}

.cat_main_cont .icon {
    display: inline-block;
    vertical-align: middle;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/review_people.png') no-repeat;
}
.cat_main_cont .icon.icon_l {
    width: 94px;
    height: 94px;
    margin-right: 18px;
}
.cat_main_cont .icon.icon_m {
    width: 74px;
    height: 74px;
    margin-bottom: 8px;
}
.cat_main_cont .icon.icon1 {
    background-position: -18px -18px;
}
.cat_main_cont .icon.icon2 {
    background-position: -119px -18px;
}
.cat_main_cont .icon.icon3 {
    background-position: -222px -18px;
}
.cat_main_cont .icon.icon4 {
    background-position: -18px -122px;
}
.cat_main_cont .icon.icon5 {
    background-position: -119px -122px;
}
.cat_main_cont .icon.icon6 {
    background-position: -222px -122px;
}
.cat_main_cont .icon.icon7 {
    background-position: -18px -242px;
}
.cat_main_cont .icon.icon8 {
    background-position: -99px -242px;
}
.cat_main_cont .icon.icon9 {
    background-position: -182px -242px;
}
.cat_main_cont .icon.icon10 {
    background-position: -266px -242px;
}
.cat_main_cont .icon.icon11 {
    background-position: -349px -242px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

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

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

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 하단 배너 */
.bottom_banner_cont {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: var(--z-index-floating);
}

/* 비주얼 */
.visual_cont {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/top_bg.png') no-repeat center top;
}

.visual_cont .main_inner {
    padding: 108px 0 0;
}

.visual_cont .visual_img_2 {
    margin: 38px 0 0 10px;
}

/* 혜택 */
.benefit_cont {
    position: relative;
    margin: -44px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_top.png') repeat-x center top, linear-gradient(to bottom, transparent 50px, #fe7d12 50px);
    z-index: 1;
}

.benefit_cont .main_inner {
    padding: 139px 0 186px;
}

.benefit_cont .benefit_title {
    text-align: center;
}

.benefit_cont .benefit_title p {
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-size: 45px;
    font-family: 'noto7';
}

.benefit_cont .benefit_title em {
    font-size: 54px;
}

.benefit_cont .benefit_title .sub_title {
    color: #fcff61;
}

.benefit_cont .benefit_title .main_title {
    margin: 10px 0 0;
    color: #fff;
}

.benefit_cont .benefit_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px 0;
    width: 100%;
    margin: 74px 0 0;
}

.benefit_cont .benefit_list .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 349px;
    height: 300px;
    padding: 28px 25px 19px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
}

.benefit_cont .benefit_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_1.png') no-repeat left 65px bottom -4px;
}

.benefit_cont .benefit_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_2.png') no-repeat left 54px bottom 6px;
}

.benefit_cont .benefit_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_3.png') no-repeat left 65px bottom 28px;
}

.benefit_cont .benefit_list .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_4.png') no-repeat left 89px bottom 27px;
}

.benefit_cont .benefit_list .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_5.png') no-repeat left 66px bottom 25px;
}

.benefit_cont .benefit_list .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/all/benefit_6.png') no-repeat left 81px bottom 15px;
}

.benefit_cont .benefit_list .item_text {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 20px;
}

.benefit_cont .benefit_list .item_title {
    display: block;
    line-height: 1.25;
    margin: 5px 0 0;
    letter-spacing: -0.035em;
    font-size: 26px;
    font-family: 'noto6';
}

.benefit_cont .benefit_list .item_noti {
    line-height: 1.2;
    margin: auto 0 0;
    text-align: right;
    letter-spacing: -0.035em;
    color: #454545;
    font-size: 12px;
    font-family: 'noto2';
}

/* 특별 혜택 */
.special_cont {
    position: relative;
    background: linear-gradient(to bottom, #fffce8, #ffea5e);
    z-index: 1;
}

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

.special_cont .special_label {
    content: '';
    position: absolute;
    top: -64px;
    left: calc(50% - -5px);
    transform: translate(-50%, 0);
}

.special_cont .special_title {
    text-align: center;
}

.special_cont .special_title p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 52px;
    font-family: 'noto3';
}

.special_cont .special_title h3 {
    line-height: 1.2;
    margin: 5px 0 0;
    letter-spacing: -0.025em;
    color: #fe3e12;
    font-size: 52px;
    font-family: 'noto7';
}

.special_cont .special_title h3 em {
    display: inline-block;
    line-height: 1.2;
    border-radius: 10px;
    padding: 2px 10px;
    color: #fff;
    background: #fe3e12;
    animation: blink 1s infinite;
}

.special_cont .special_desc {
    margin: 21px 0 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 26px;
}

.special_cont .special_img {
    margin: -90px 0 0 23px;
}

/* 상품 */
.product_cont .main_inner {
    padding: 167px 0 191px;
}

.product_cont .product_banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 78px;
    margin: 68px 0 0;
    padding: 0 0 0 138px;
    border-radius: 10px;
    background: #343434 url('/_skin/tpl_skin/basic_judicial_scrivener/content5/v2/price_img.png') no-repeat 74px center;
}

.product_cont .product_banner .banner_text {
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 30px;
    font-family: 'noto5';
}

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

.product_cont .product_banner .banner_btn {
    display: flex;
    align-items: center;
    height: 41px;
    margin: 0 43px 0 auto;
    padding: 0 23px;
    border-radius: 5px;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto3';
    background: #fe7d12;
    animation: blink 1s infinite;
}

.product_cont .product_list {
    display: flex;
    gap: 39px;
    width: 100%;
    margin: 45px 0 0;
}

.product_cont .product_list:nth-of-type(2) {
    margin-top: 60px;
}

.product_cont .product_list .list_item {
    position: relative;
    width: 100%;
    border-radius: 40px;
    background: #efefef;
}

.product_cont .product_list .item_top_contents {
    display: flex;
    align-items: flex-end;
    padding: 56px 59px 47px 57px;
    border-radius: 40px 40px 0 0;
    background: #f8ffcb;
}

.product_cont .product_list:nth-of-type(2) .item_top_contents {
    background: #dcefff;
}

.product_cont .product_list .item_marker {
    position: absolute;
    top: -40px;
    left: -41px;
    animation: blink 1s infinite;
}

.product_cont .product_list .item_detail {
    flex: 1 1 auto;
}

.product_cont .product_list .item_tags {
    display: flex;
    gap: 15px;
}

.product_cont .product_list .item_tags li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 32px;
    border: 3px solid #000;
    border-radius: 42px;
    letter-spacing: -0.02em;
    font-size: 24px;
    font-family: 'noto7';
    background: #ffbc1c;
}

.product_cont .product_list .item_tags .tag_point {
    background: #ff9344;
    /* animation: blink 1s infinite; */
}

.product_cont .product_list:nth-of-type(2) .item_tags li {
    background: #99bdff;
}

.product_cont .product_list .item_title {
    display: block;
    line-height: 1.1;
    margin: 40px 0 0;
    letter-spacing: -0.02em;
    font-size: 53px;
    font-family: 'noto7';
}

.product_cont .product_list .item_title em {
    color: #e40d44;
}

.product_cont .product_list .item_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 21px 0 22px;
}

.product_cont .product_list .item_list li {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 20px;
    font-family: 'noto5';
}

.product_cont .product_list .item_list li.type_point {
    box-shadow: inset 0 -10px 0 #ffda22;
}

/* .product_cont .product_list .item_list li::before {
	content: '·';
	margin: 0 4px 0 0;
} */

.product_cont .product_list .item_list li em {
    color: #bf1919;
}

.product_cont .product_list .item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.product_cont .product_list .price_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 8px 17px 0;
}

.product_cont .product_list .price_origin {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin: 0 0 1px;
    font-family: 'noto7';
}

.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 19px;
    font-family: 'noto6';
}

.product_cont .product_list .origin_num {
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    color: #969696;
    font-size: 20px;
    font-family: 'noto6';
}

.product_cont .product_list .price_total {
    line-height: 1.2;
    margin: 0 0 0 15px;
    font-size: 60px;
    font-family: 'noto7';
}

.product_cont .product_list .price_total span {
    letter-spacing: -0.02em;
    font: inherit;
}

.product_cont .product_list .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -3px;
    bottom: calc(100% + 5px);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_bullet.png') no-repeat 0 0 / contain;
}

.product_cont .product_list .price_badge p {
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 25px;
    font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
    font: inherit;
}

.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 376px;
    height: 69px;
    line-height: 1.2;
    border-radius: 69px;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 28px;
    font-family: 'noto5';
    background: #000;
    box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}

.product_cont .product_list .btn_scroll::after {
    content: '';
    position: absolute;
    bottom: -31px;
    right: -26px;
    width: 57px;
    height: 63px;
    background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.product_cont .product_list .item_benefits {
    display: flex;
    padding: 0 0 0 46px;
}

.product_cont .product_list .item_benefits li {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    position: relative;
    height: 137px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #000;
    font-size: 19px;
    font-family: 'noto6';
}

.product_cont .product_list .item_benefits li + li::after {
    content: '';
    position: absolute;
    top: 30px;
    left: -24px;
    width: 1px;
    height: 81px;
    background: #b2b2b2;
}

.product_cont .product_list .item_benefits li::before {
    content: '';
    display: block;
    width: 105px;
    height: 72px;
    margin: 0 23px 0 28px;
}

.product_cont .product_list .item_benefits li:nth-child(1)::before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/price_benefit_1.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(2)::before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/price_benefit_2.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(3)::before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/price_benefit_3.png') no-repeat right center;
}

.product_cont .product_list:nth-of-type(2) .item_benefits li:nth-child(1)::before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/price_benefit_3.png') no-repeat right center;
}

.product_cont .product_list:nth-of-type(2) .item_benefits li:nth-child(2)::before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/price_benefit_1.png') no-repeat right center;
}

.product_cont .product_list:nth-of-type(2) .item_benefits li:nth-child(3)::before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/price_benefit_4.png') no-repeat right center;
}

/* 그래프 */
.graph_cont {
    background: linear-gradient(to bottom, #261b15, #685a2e);
}

.graph_cont .main_inner {
    padding: 151px 0 114px;
}

.graph_cont .graph_title {
    text-align: center;
}

.graph_cont .graph_title p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 43px;
}

.graph_cont .graph_title h3 {
    line-height: 1.2;
    margin: 14px 0 0;
    letter-spacing: -0.02em;
    color: #ffed6b;
    font-size: 45px;
    font-family: 'noto7';
    text-shadow: 0px 0px 1rem #ff8c37;
}

.graph_cont .graph_img {
    margin: 91px 0 0;
}

/* 진짜 이야기 */
.story_cont .main_inner {
    padding: 184px 0 172px;
}

.story_cont .story_video {
    position: relative;
    margin: 81px 0 0;
}

.story_cont .video_box {
    position: absolute;
    top: 0;
    width: 534px;
    height: 300px;
    cursor: pointer;
}

.story_cont .video_item_1 {
    left: 0;
}

.story_cont .video_item_2 {
    right: 0;
}

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

.story_cont .story_slide_wrap {
    position: relative;
    width: 100%;
    height: 226px;
    padding: 29px 60px;
    margin: 85px 0 0;
    border-radius: 20px;
    background: #f2f1e7;
}

.story_cont .story_slide_wrap::after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 46px;
    width: 71px;
    height: 277px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/play_hugi_img.png') no-repeat 0 0 / contain;
}

.story_cont .story_slide {
    overflow: hidden;
    height: 168px;
}

.story_cont .story_slide .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 83px;
}

.story_cont .story_slide .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6ce3e url('/_skin/tpl_skin/basic_youth_counselor3/img/all/play_hugi_icon.png') no-repeat 0 0;
}

.story_cont .story_slide .swiper-slide_1::after {
    background-position: -3% 3px;
}

.story_cont .story_slide .swiper-slide_2::after {
    background-position: 20% 3px;
}

.story_cont .story_slide .swiper-slide_3::after {
    background-position: 39% 3px;
}

.story_cont .story_slide .swiper-slide_4::after {
    background-position: 57% 3px;
}

.story_cont .story_slide .swiper-slide_5::after {
    background-position: 78% 3px;
}

.story_cont .story_slide .swiper-slide_6::after {
    background-position: 98% 3px;
}

.story_cont .story_slide .item_text {
    line-height: 1.45;
    letter-spacing: -0.025em;
    font-size: 21px;
    font-family: 'noto6';
}

/* 비교 */
.cost_cont .cost_banner {
    margin: 0 0 83px;
}

.cost_cont .cost_img {
    margin: 97px 0 0;
}

.cost_cont .cost_list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: absolute;
}

.cost_cont .cost_list_1 {
    top: 1015px;
    left: 129px;
}

.cost_cont .cost_list_2 {
    top: 1050px;
    left: 667px;
}

.cost_cont .cost_list li {
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 23px;
}

.cost_cont .cost_list_1 li {
    color: #444;
    font-family: 'noto6';
}

.cost_cont .cost_list_2 li {
    font-family: 'noto4';
}

.cost_cont .cost_list li.type_point {
    color: #ff2424;
    font-family: 'noto6';
    animation: blink 1s infinite;
}

.cost_cont .cost_list li.type_point::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -28px;
    width: 16px;
    height: 20px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/vs_check.png') no-repeat 0 0 / contain;
}

/* 교수 */
.professor_cont {
    background: linear-gradient(to bottom, #fff 531px, #000 531px, #382a1f);
}

.professor_cont .main_inner {
    padding: 210px 0 104px;
}

.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    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: 176px;
    height: 175px;
    padding: 77px 0 0;
    border-radius: 50%;
    cursor: pointer;
    background: #3c3941;
    color: #ababab;
}

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

.professor_cont .professor_slide .page_item::after {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 5%;
    width: 90%;
    height: 40px;
    background: linear-gradient(to top, #3c3941, transparent);
    z-index: 1;
}

.professor_cont .professor_slide .page_item.is_active::after {
    background: linear-gradient(to top, #fd7d12, transparent);
}

.professor_cont .professor_slide .page_item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 146px;
    bottom: 67px;
    left: 0;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_tab_off.png') no-repeat 0 0;
}

.professor_cont .professor_slide .page_item_1::before {
    background-position: 16px 11px;
}

.professor_cont .professor_slide .page_item_2::before {
    background-position: -169px 11px;
}

.professor_cont .professor_slide .page_item_3::before {
    background-position: -354px 11px;
}

.professor_cont .professor_slide .page_item_4::before {
    background-position: -539px 11px;
}

.professor_cont .professor_slide .page_item_5::before {
    background-position: -724px 11px;
}

.professor_cont .professor_slide .page_item_6::before {
    background-position: -909px 11px;
}

.professor_cont .professor_slide .page_item_7::before {
    background-position: -1170px 11px;
}

.professor_cont .professor_slide .page_item.is_active::before {
    background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_tab.png');
}

.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: 102px 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_youth_counselor3/img/chungsang3level_new/v2/teacher_01.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_02.png') no-repeat left 236px top;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_03.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_4::after {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_04.png') no-repeat left 236px top;
}
.professor_cont .professor_slide .swiper-slide_5::after {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_05.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_6::after {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/teacher_06.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: 'noto6';
    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: transparent;
    background: linear-gradient(110deg, #fff8de, #ffc700 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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: transparent;
    background: linear-gradient(110deg, #fff8de, #ffc700 70%);
    -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;
    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 .video_wrap {
    position: relative;
    width: 539px;
    height: 329px;
    margin: 40px 0 0;
}

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

.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 .main_tab_wrap {
    margin: 39px 0 0;
    width: 539px;
}

.professor_cont .main_tab_wrap .tab_list {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
    border-bottom: 2px solid #fd7d12;
}

.professor_cont .main_tab_wrap .tab_list li {
    width: 100%;
}

.professor_cont .main_tab_wrap .tab_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.4);
    font-size: 21px;
    font-family: 'noto6';
    background: #000;
}

.professor_cont .main_tab_wrap .tab_list button.is_active {
    color: #fff;
    background: #fd7d12;
}

.professor_cont .main_tab_wrap .tab_content {
    display: none;
    position: relative;
}

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

.professor_cont .main_tab_wrap .btn_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.professor_cont .main_tab_wrap .popupVideo a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.book_cont .content_title p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book_cont .evidence_area {
    position: absolute;
    top: 148px;
    right: 90px;
}

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

.book_cont .book_item {
    position: relative;
    margin: 123px 0 0;
}

.book_cont .book_item .item_bullet {
    position: absolute;
    top: -81px;
    right: -81px;
}

.book_cont .book_item .item_img_2 {
    margin: 157px 0 0 16px;
}

.book_cont .book_img_1 {
    margin: 78px 0 0;
}

.book_cont .book_img_2 {
    margin: 115px 0 0;
}

.book_cont .div-table {
    display: table;
    width: 100%;
    margin: 43px 0 0;
}

.book_cont .div-table > div {
    display: table-cell;
    /* width: 50%; */
    vertical-align: top;
    position: relative;
}

.book_cont .bookinfo_slide {
    position: static;
    width: 1074px;
    height: 251px;
    padding: 11px 20px;
    box-sizing: border-box;
    margin: 22px -30px 0 -35px;
}
.book_cont .bookinfo_slide .swiper-slide {
}
.bookinfo_wrap {
    position: relative;
}
.bookinfo_wrap .popupVideo {
    position: absolute;
    right: 160px;
    bottom: 70px;
    width: 329px;
    height: 189px;
    z-index: 2;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/book_play.png') no-repeat center center;
    top: initial;
}
.bookinfo_wrap .popupVideo a {
    display: block;
    height: 100%;
}
.book_cont .bookinfo_slide {
    margin-top: 64px;
    height: 787px;
    position: static;
}
.book_cont .bookinfo_slide .btn_arrow {
    position: absolute;
    z-index: 4;
    width: 47px;
    height: 48px;
    cursor: pointer;
    top: 42%;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/btn.png') no-repeat;
}
.book_cont .bookinfo_slide .btn_arrow.btn_prev {
    left: 0;
    background-position: -8px -5px;
}
.book_cont .bookinfo_slide .btn_arrow.btn_next {
    right: 0;
    background-position: -60px -5px;
}

.book_cont .book_review_slide {
    position: relative;
    width: 1100px;
    height: 320px;
    border-top: 1px solid #cacaca;
}
.book_cont .book_review_slide::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 90px;
    left: 0;
    content: '';
    background: #cacaca;
}
.book_cont .book_review_slide .swiper-wrapper {
    height: 226px;
    box-sizing: border-box;
    color: #4a4a4a;
}
.book_cont .book_review_slide .review_tit {
    font-size: 31px;
    margin: 12px 0 16px;
    line-height: 100%;
    font-family: 'noto6';
    font-weight: 100;
    letter-spacing: -1.5px;
}
.book_cont .book_review_slide .writer {
    font-size: 18px;
    color: #848484;
    font-family: 'noto4';
    font-weight: 600;
    letter-spacing: -1px;
}
.book_cont .book_review_slide .review_txt {
    font-size: 20px;
    font-family: 'noto3';
    line-height: 140%;
    letter-spacing: -1px;
}
.book_cont .book_review_slide .underline {
    position: relative;
    font-family: 'noto6';
}
.book_cont .book_review_slide .underline:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #bbf6fa;
    content: '';
    z-index: -1;
}
.book_cont .book_review_slide .book_review_nav {
    margin: 56px auto 0;
    text-align: center;
}
.book_cont .book_review_slide .book_review_nav span {
    width: 26px;
    height: 26px;
    margin-right: 16px;
    border-radius: 13px;
    background: #d6d6d6;
    border: none;
    transition: all 0.5s;
}
.book_cont .book_review_slide .book_review_nav span.swiper-pagination-bullet-active {
    width: 58px;
    background: #f5363d;
}

/* 커리큘럼 */
.curriculum_cont .main_inner {
    padding: 213px 0 0;
}

.curriculum_cont .table_wrap {
    position: relative;
    width: 1100px;
    margin: 73px 0 0;
}

.curriculum_cont .table_wrap table {
    table-layout: fixed;
    border-collapse: collapse;
    width: auto;
    border: 1px solid #c3c8cf;
    background: #ffffff;
}

.curriculum_cont .table_wrap .table_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 109px;
    margin: 0 0 19px;
}

.curriculum_cont .table_wrap table + .table_head {
    margin-top: 33px;
}

.curriculum_cont .table_wrap .table_head p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 495px;
    height: 16px;
    letter-spacing: -0.025em;
    color: #39414b;
    font-size: 22px;
    font-family: 'noto6';
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/curri_week.png') no-repeat 0 0;
}

.curriculum_cont .table_wrap .table_1 {
    margin-bottom: 30px;
}

.curriculum_cont .table_wrap th,
.curriculum_cont .table_wrap td {
    text-align: center;
}

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

.curriculum_cont .table_wrap th:not(:first-child) {
}

.curriculum_cont .table_wrap th {
    padding: 19px 0 13px;
    background: #eaeef3;
    line-height: 1.4;
    font-size: 20px;
    font-family: 'noto4';
    font-weight: 100;
    color: #232323;
}

.curriculum_cont .table_wrap .table_2 th {
    background: #f7f2f8;
}

.curriculum_cont .table_wrap th:first-child {
    border-right: 1px solid #fff;
    font-family: 'noto7';
    font-size: 20px;
    letter-spacing: -0.065em;
    color: #000;
    background: #cde3ff;
}

.curriculum_cont .table_wrap .table_2 th:first-child {
    background: #f7e0fb;
}

.curriculum_cont .table_wrap th b {
    display: inline-block;
    font-family: 'noto7';
}

.curriculum_cont .table_wrap td {
    padding: 35px 0 44px;
    border-top: 0;
    color: #020202;
    font-size: 18px;
    vertical-align: top;
}

.curriculum_cont .table_wrap td p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

.curriculum_cont .table_wrap td b {
    font-family: 'noto6';
    font-size: 20px;
}

.curriculum_cont .table_wrap td .bg-red,
.curriculum_cont .table_wrap td .bg-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 34px;
    margin-top: 26px;
    text-align: center;
    font-family: 'noto4';
    font-size: 15px;
    color: #fff;
    background: #ad35df;
    z-index: 1;
}

.curriculum_cont .table_wrap td .bg-yellow {
    color: #000;
    background: #ffea00;
}

.curriculum_cont .table_wrap td .type-col2 {
    width: 200%;
}

.curriculum_cont .table_img {
    position: absolute;
    bottom: -46px;
    right: -54px;
}

/* 모의고사 */
.mock_cont .main_inner {
    padding: 198px 0 106px;
}

.mock_cont .mock_box {
    margin-top: 67px;
}

.mock_cont .mock_box .box_item_1 {
    background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
    background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
    background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
    background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/test_img4.png');
}

/* 풀세트 */
.fullset_cont .main_inner {
    padding: 85px 0 166px;
}

.fullset_cont .fullset_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 55px 0;
    margin: 107px 0 0;
}

.fullset_cont .fullset_list .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 532px;
    height: 313px;
    padding: 39px 0 0 35px;
    border: 3px solid #000;
    border-radius: 30px;
}

.fullset_cont .fullset_list .list_item::after {
    content: '';
    position: absolute;
}

.fullset_cont .fullset_list .list_item_1::after {
    top: -25px;
    right: 0;
    width: 251px;
    height: 198px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/bottom_benefit_1.png') no-repeat 0 0 / contain;
}

.fullset_cont .fullset_list .list_item_2::after {
    top: -47px;
    right: 0;
    width: 243px;
    height: 219px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/bottom_benefit_2.png') no-repeat 0 0 / contain;
}

.fullset_cont .fullset_list .list_item_3::after {
    top: -32px;
    right: 21px;
    width: 240px;
    height: 276px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/bottom_benefit_3.png') no-repeat 0 0 / contain;
}

.fullset_cont .fullset_list .list_item_4::after {
    top: -23px;
    right: 0;
    width: 242px;
    height: 221px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/bottom_benefit_4.png') no-repeat 0 0 / contain;
}

.fullset_cont .fullset_list .item_index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 35px;
    line-height: 1.2;
    border-radius: 35px;
    letter-spacing: -0.02em;
    font-size: 18px;
    background: #f6ce3e;
}

.fullset_cont .fullset_list .item_title {
    margin: 13px 0 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 42px;
    font-family: 'noto7';
}

.fullset_cont .fullset_list .item_title span {
    box-shadow: inset 0 -20px 0 #fff2b3;
}

.fullset_cont .fullset_list .item_text {
    line-height: 1.3;
    margin: 20px 0 0;
    letter-spacing: -0.02em;
    font-size: 20px;
}

.fullset_cont .fullset_list .item_noti {
    line-height: 1.2;
    margin: 7px 0 0;
    letter-spacing: -0.02em;
    color: #afafaf;
    font-size: 14px;
}

/* 후기 */
.review_cont {
    background: #ffedd9;
}

.review_cont .main_inner {
    padding: 122px 0 137px;
}

.review_cont .review_video {
    position: relative;
    margin: 62px 0 0;
}

.review_cont .review_video > div {
    position: absolute;
    top: 16px;
    left: 39px;
    width: 809px;
    height: 454px;
}

.review_cont .review_video .layer,
.review_cont .review_video .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.review_cont .reviews_slide {
    margin: 68px 0 0;
    width: 100vw;
}

.review_cont .reviews_slide .slide_inner {
    display: inline-flex;
    gap: 57px;
    animation: marquee 30s linear infinite;
}

.review_cont .reviews_slide .slide_inner:hover {
    animation-play-state: paused;
}

.review_cont .reviews_slide .slide_item {
    display: flex;
    flex-direction: column;
    width: 376px;
    height: 406px;
    text-align: left;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.25);
}

.review_cont .reviews_slide .item_title {
    display: flex;
    align-items: center;
    position: relative;
    height: 93px;
    line-height: 1.25;
    padding: 0 0 0 33px;
    border-radius: 20px 20px 0 0;
    letter-spacing: -0.065em;
    font-size: 22px;
    font-family: 'noto6';
    background: #fff2b3;
}

.review_cont .reviews_slide .item_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 125px;
    height: 125px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/all/hugi_icon.png') no-repeat 0 0;
}

.review_cont .reviews_slide .slide_item_1 .item_title::after {
    background-position: 0% 0;
}

.review_cont .reviews_slide .slide_item_2 .item_title::after {
    background-position: 19% 0;
}

.review_cont .reviews_slide .slide_item_3 .item_title::after {
    background-position: 38% 0;
}

.review_cont .reviews_slide .slide_item_4 .item_title::after {
    background-position: 57% 0;
}

.review_cont .reviews_slide .slide_item_5 .item_title::after {
    background-position: 79% 0;
}

.review_cont .reviews_slide .slide_item_6 .item_title::after {
    background-position: 100% 0;
}

.review_cont .reviews_slide .item_text {
    line-height: 1.5;
    margin: 26px 0 0;
    padding: 0 0 0 33px;
    letter-spacing: -0.065em;
    word-break: keep-all;
    font-size: 18px;
    word-break: keep-all;
}

.review_cont .reviews_slide .item_text em {
    color: #f93e3e;
}

.review_cont .reviews_slide .item_name {
    letter-spacing: -0.025em;
    margin: 11px 0 0;
    padding: 0 0 0 33px;
    color: #8e8e8e;
    font-size: 15px;
}

/* 시작 */
.start_cont {
    height: 732px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}

.start_cont .main_inner {
    padding: 135px 0 0;
}

.start_cont .main_title p {
    color: #fff;
    font-size: 50px;
    font-family: 'noto4';
}

.start_cont .main_title h3 {
    color: #40f37e;
}

.start_cont .start_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
    width: 100%;
    margin: 86px 0 0 10px;
}

.start_cont .start_list .list_item {
    position: relative;
    width: 215px;
    height: 129px;
    padding: 18px 0 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 21px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}

.start_cont .start_list .list_item:nth-child(n + 5) {
    left: 90px;
}

.start_cont .start_list .list_item em {
    font-family: 'noto6';
}

.start_cont .main_title .evidence_area {
    top: 82px;
    right: 103px;
}

.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

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

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

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

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

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

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

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

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

.evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}

.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li:nth-child(even) {
    color: red;
}
