@charset "UTF-8";
/* 공통 :S */
.con .inner {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    color: #000;
}
.apply .dis-table > * {
    display: table-cell;
}
.con_ttl {
    font-size: 46px;
    line-height: 130%;
    text-align: left;
}
.con_ttl em {
    color: #eb1845;
}
.con_ttl b {
    font-family: 'noto6', 'sans-sarif';
    color: #000;
}

.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;
    position: relative;
}

.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.045em;
    font-size: 45px;
    font-family: 'noto4';
}

.cat_main_cont .main_title h3 {
    line-height: 1.2;
    margin: 3px 0 0;
    letter-spacing: -0.045em;
    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: 45px;
    font-family: 'noto6';
}

.cat_main_cont .content_title h3 {
    display: block;
    line-height: 1.2;
    margin: 4px 0 0;
    letter-spacing: -0.035em;
    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: 2px 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;
    }
}
/* 공통 :E */
.apply.pass2 {
    width: 100%;
    overflow-x: hidden;
}
.top_cont {
    width: 100%;
    height: 879px;
    background: #f0923a;
}
.top_cont .main_inner {
    align-items: flex-start;
    padding-top: 135px;
    box-sizing: border-box;
}
.top_cont .main_inner::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 72px;
    right: -263px;
    width: 517px;
    height: 532px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/top_img.png') center no-repeat;
}
.top_cont .top_txt {
    margin-left: -19px;
}
.top_cont .top_benefit_wrap {
    display: flex;
    gap: 13px;
    width: 100%;
    margin-top: 109px;
}
.top_cont .top_benefit_wrap .top_benefit {
    position: relative;
    width: 358px;
    height: 133px;
    padding: 40px 28px;
    border-radius: 14px;
    box-sizing: border-box;
    background: #774a1e;
}
.top_cont .top_benefit_wrap .top_benefit_1 {
    background: #774a1e url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/top_bene_1.png') center right 20px no-repeat;
}
.top_cont .top_benefit_wrap .top_benefit_2 {
    background: #774a1e url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/top_bene_2.png') center right 21px no-repeat;
}
.top_cont .top_benefit_wrap .top_benefit_3 {
    background: #774a1e url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/top_bene_3.png') top 55% right 44px no-repeat;
}
.top_cont .top_benefit_wrap .top_benefit_2::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    right: -4px;
    width: 209px;
    height: 106px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/top_bene_bullet.png') center no-repeat;
}
.top_cont .top_benefit_wrap .top_benefit p {
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: #fff;
}
.top_cont .top_benefit_wrap .top_benefit p em {
    font-family: 'noto6';
}

/* 상품 */
.product_cont .main_inner {
    padding: 164px 0 203px;
}
.product_cont .product_banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 78px;
    padding: 0 53px 0 65px;
    margin: 68px 0 0;
    border-radius: 15px;
    color: #fff;
    background: #009f9d;
}
.product_cont .product_banner::before {
    content: '';
    display: block;
    width: 47px;
    height: 48px;
    margin: 0 27px 0 0;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_img.png') no-repeat 0 0;
}
.product_cont .product_banner .banner_text {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 30px;
}
.product_cont .product_banner .banner_text em {
    font-family: 'noto6';
}
.product_cont .product_banner .btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 191px;
    height: 41px;
    margin: 0 0 0 auto;
    border-radius: 7px;
    letter-spacing: -0.025em;
    font-size: 18px;
    background: #000;
}
.product_cont .product_list {
    display: flex;
    gap: 20px;
    width: 100%;
}
.product_cont .product_list .list_item {
    position: relative;
    width: 100%;
    border: 3px solid #233d69;
    border-radius: 40px;
    background: #fff;
}
.product_cont .product_list .item_top_contents {
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 12px;
}
.product_cont .product_list .item_detail {
    flex: 1 1 auto;
}
.product_cont .product_list .item_tags {
    display: flex;
    gap: 13px;
}
.product_cont .product_list .item_tags li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 23px;
    border: 2px solid #000;
    border-radius: 42px;
    background: #ffbc1c;
    letter-spacing: -0.02em;
    font-size: 24px;
    font-family: 'noto6';
}
.product_cont .product_list .item_tags .tag_point {
    background: #ff4f04;
    color: #fff;
    /* animation: blink 1s infinite; */
}
.product_cont .product_list .item_title {
    display: block;
    line-height: 1.3;
    color: #000;
    font-family: 'noto7';
}
.product_cont .product_list .item_title em {
    color: #e40d44;
}
.product_cont .product_list .item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product_cont .product_list .item_list li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #151947;
    font-size: 20px;
    font-family: 'noto5';
}
.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;
    position: relative;
}
.product_cont .product_list .price_wrap {
    display: flex;
    align-items: flex-end;
    margin: 0 0 22px;
    gap: 12px;
}
.product_cont .product_list .price_origin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: -4px;
    color: #000;
}
.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: 'noto6';
}
.product_cont .product_list .origin_num {
    color: rgba(123, 123, 123, 0.6);
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.product_cont .product_list .price_total {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 49px;
    font-family: 'noto7';
}
.product_cont .product_list .price_total span {
    font: inherit;
    font-size: 50px;
}
.product_cont .product_list .bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
    padding: 7px 0 5px;
    border-radius: 50%;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/price_bullet.png') no-repeat 0 0 / contain;
}
.product_cont .product_list .bullet p {
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #fff;
    font-family: 'noto6';
}
.product_cont .product_list .bullet em {
    color: #fff;
    font-family: 'noto7';
}
.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: 'noto6';
    background: #292c3f;
    box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}
.product_cont .product_list .btn_scroll::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -26px;
    width: 45px;
    height: 40px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}
.product_cont .product_list .item_benefits {
    display: flex;
    margin: 49px 3px 0 9px;
    padding: 26px 0 0;
    border-top: 1px solid #cecece;
    gap: 11px;
}
.product_cont .product_list .item_benefits li {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 97px;
    line-height: 1.3;
    padding: 0 0 0 31px;
    border: 1px solid #cecece;
    border-radius: 20px;
    letter-spacing: -0.075em;
    color: #151947;
    font-size: 20px;
    font-family: 'noto6';
    background: #fff;
}
.product_cont .product_list .item_benefits li:nth-child(1) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon1.png') no-repeat right center;
}
.product_cont .product_list .item_benefits li:nth-child(2) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon2.png') no-repeat right center;
}
.product_cont .product_list .item_benefits li:nth-child(3) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon3.png') no-repeat right center;
}
.product_cont .product_list_1 {
    margin: 35px 0 0;
}
.product_cont .product_list_1 .list_item {
    padding: 39px 29px 47px 19px;
}
.product_cont .product_list_1 .item_title {
    margin: 21px 0 0;
    letter-spacing: -0.05em;
    font-size: 50px;
}
.product_cont .product_list_1 .item_list {
    margin: 22px 0 5px;
}
.product_cont .product_list_1 .btn_scroll {
    width: 368px;
    height: 55px;
    border-radius: 10px;
    font-size: 20px;
}
.product_cont .product_list_1 .origin_tag {
    font-family: 'noto4';
    font-size: 15px;
}
.product_cont .product_list_1 .origin_num {
    font-size: 23px;
}
.product_cont .product_list_1 .price_total {
    margin: 0 0 0 15px;
}
.product_cont .product_list_1 .bullet {
    width: 107px;
    height: 107px;
}
.product_cont .product_list_1 .bullet p {
    font-size: 18px;
}
.product_cont .product_list_1 .bullet em {
    font-size: 28px;
}
.product_cont .product_list_2 {
    margin: 65px 0 0;
}
.product_cont .product_list_2 .list_item {
    padding: 33px 31px 28px 44px;
}
.product_cont .product_list_2 .item_title {
    margin: 33px 0 0;
    letter-spacing: -0.02em;
    font-size: 42px;
    line-height: 1.2;
}
.product_cont .product_list_2 .item_list {
    gap: 4px;
    margin: 28px 0 5px;
}
.product_cont .product_list_2 .btn_scroll {
    width: calc(100% + 13px);
    height: 69px;
    margin: 30px 0 0 -13px;
    border-radius: 69px;
    font-size: 28px;
}
.product_cont .product_list_2 .origin_tag {
    font-size: 18px;
}
.product_cont .product_list_2 .item_price {
    gap: 11px;
    justify-content: space-between;
    margin: 30px 0 0;
    padding-right: 60px;
    box-sizing: border-box;
}
.product_cont .product_list_2 .origin_num {
    font-size: 30px;
}
.product_cont .product_list_2 .price_total {
    margin: 0 0 0 8px;
}
.product_cont .product_list_2 .bullet {
    bottom: 76px;
    right: 4px;
    width: 112px;
    height: 111px;
}
.product_cont .product_list_2 .bullet p {
    font-size: 22px;
}
.product_cont .product_list_2 .bullet em {
    font-size: 22px;
}

/* 혜택 */
.benefit_cont {
    position: relative;
    background: #fe7d12;
    z-index: 1;
}

.benefit_cont .main_inner {
    padding: 157px 0 141px;
}

.benefit_cont .main_title p {
    color: #fff;
}

.benefit_cont .main_title h3 {
    color: #fef87c;
}

.benefit_cont .benefit_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px 0;
    width: 100%;
    margin: 72px 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_2.png') no-repeat left 54px bottom 6px;
}

.benefit_cont .benefit_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/benefit_02.png') no-repeat left 87px bottom 26px;
}

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

.benefit_cont .benefit_list .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/benefit_04.png') no-repeat left 80px bottom 33px;
}

.benefit_cont .benefit_list .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/benefit_05.png') no-repeat left 88px bottom 31px;
}

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

.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';
}
/* 그래프 */
.graph_cont {
}

.graph_cont .main_inner {
    padding: 149px 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: 84px 0 0;
}

/* 진짜 이야기 */
.story_cont .main_inner {
    padding: 117px 0 188px;
}
.story_cont .story_video {
    position: relative;
    margin: 78px 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 {
    background: linear-gradient(to bottom, #b5560e 194px, #1b0c08 50%);
}
.cost_cont .main_inner {
    padding-bottom: 155px;
}
.cost_cont .cost_banner {
    margin: 0 0 54px;
}
.cost_cont .content_title > span {
    transform: translateX(-12px);
}
.cost_cont .content_title h3 {
    color: #fff;
}
.cost_cont .cost_wrap {
    position: relative;
    width: 100%;
    margin: 77px 0 0;
}
.cost_cont .cost_wrap::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -49px;
    right: -42px;
    width: 140px;
    height: 135px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/vs_bullet.png') center no-repeat;
    animation: blink 1s infinite;
}
.cost_cont .cost_list {
    display: flex;
    flex-direction: column;
    gap: 23px;
    position: absolute;
}
.cost_cont .cost_list_1 {
    display: flex;
    flex-direction: column;
    gap: 13px;
    top: 175px;
    left: 49px;
}
.cost_cont .cost_list_2 {
    top: 122px;
    left: 583px;
}
.cost_cont .cost_list li {
    position: relative;
    width: 421px;
    height: 67px;
    line-height: 68px;
    letter-spacing: -0.02em;
    font-size: 23px;
    text-align: center;
}
.cost_cont .cost_list_1 li {
    color: #444;
    font-family: 'noto6';
}
.cost_cont .cost_list_2 li {
    display: flex;
    position: relative;
    width: 463px;
    height: 85px;
    font-family: 'noto7';
    line-height: 83px;
}
.cost_cont .cost_list li.type_point {
    color: #ff2424;
    font-family: 'noto6';
}
.cost_cont .cost_list_2 li.type_point:after {
    display: none;
}
.cost_cont .cost_list_2 li::before {
    content: '';
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/vs_icon_1.png') no-repeat 0 0 / contain;
}
.cost_cont .cost_list_2 li:nth-child(2):before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/vs_icon_2.png') no-repeat 0 0 / contain;
}
.cost_cont .cost_list_2 li:nth-child(3):before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/vs_icon_3.png') no-repeat 0 0 / contain;
}
.cost_cont .cost_list_2 li:nth-child(4):before {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/vs_icon_4.png') no-repeat 0 0 / contain;
}
/* 교수 */
.professor_cont {
    background: linear-gradient(to bottom, #fff 481px, #000 481px, #382a1f);
}
.professor_cont .main_inner {
    padding: 160px 0 41px;
}
.professor_cont .main_title p {
    font-size: 36px;
}
.professor_cont .main_title h3 {
    margin-top: 8px;
}
.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    margin: 47px 0 0;
    overflow: hidden;
}
.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    top: 0;
    padding: 24px 0 0;
    width: 100%;
    z-index: 1;
}
.professor_cont .professor_slide .page_item {
    position: relative;
    width: 163px;
    height: 163px;
    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: 53px;
    left: -5px;
    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: 182px 0 0;
}
.book_cont .main_title p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
}
.book_cont .main_title h3 {
    margin-top: 8px;
}
.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: 124px 0 0 3px;
}
.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: 188px 0 0;
}
.curriculum_cont .content_title > span {
    transform: translateX(-12px);
}
.curriculum_cont .table_wrap {
    position: relative;
    width: 1100px;
    margin: 57px 0 0 15px;
}
.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; */
    padding: 35px 0 22px;
    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: 188px 0 176px;
}
.mock_cont .content_title > span {
    transform: translateX(5px);
}
.mock_cont .main_title p {
    font-size: 36px;
}
.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');
}

/* 하단혜택 */
.bottom_benefit_cont {
    background: #fef9e7;
}
.bottom_benefit_cont .main_inner {
    padding: 144px 0 160px;
}
.bottom_benefit_cont .content_title > span {
    transform: translateX(-12px);
}
.bottom_benefit_cont .bottom_benefit_wrap {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: 90px;
}
.bottom_benefit_cont .bottom_benefit_wrap .bottom_benefit {
    width: 356px;
    height: 377px;
    padding-top: 42px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/bottom_benefit_01.png') center no-repeat;
}
.bottom_benefit_cont .bottom_benefit_wrap .bottom_benefit_2 {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/bottom_benefit_02.png') center no-repeat;
}
.bottom_benefit_cont .bottom_benefit_wrap .bottom_benefit_3 {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/han_2level/v2/bottom_benefit_03.png') center no-repeat;
}
.bottom_benefit_cont .bottom_benefit_wrap .bottom_benefit strong {
    display: block;
    font-family: 'noto7';
    font-size: 30px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: center;
    color: transparent;
    background: linear-gradient(to bottom, #fccc80, #fffbf2 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bottom_benefit_cont .bottom_benefit_wrap .bottom_benefit p {
    margin-top: 14px;
    font-family: 'noto4';
    font-size: 19px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: center;
    color: #d3d3d3;
}
.bottom_benefit_cont .bottom_benefit_wrap .bottom_benefit h3 {
    display: block;
    margin-top: 26px;
    font-family: 'noto7';
    font-size: 27px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

/* 시작 */
.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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 135px 0 0;
}

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

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

.start_cont .main_title h3 {
    line-height: 1.3;
    margin: 10px 0 0;
    letter-spacing: -0.025em;
    font-size: 45px;
    font-family: 'noto7';
    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 {
    position: absolute;
    top: 89px;
    right: 118px;
}

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

.start_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #1e8c84;
    color: #1e8c84;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #243c3c;
}

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