@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.045em;
    font-size: 42px;
    font-family: 'noto5';
}

.cat_main_cont .main_title h3 {
    line-height: 1.2;
    margin: 5px 0 0;
    letter-spacing: -0.045em;
    font-size: 48px;
    font-family: 'noto7';
    color: #0759ff;
}

.cat_main_cont .content_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding-bottom: 24px;
    text-align: left;
    border-bottom: 2px solid #000;
}

.cat_main_cont .content_title p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 35px;
    font-family: 'noto2';
    color: #000;
}

.cat_main_cont .content_title h3 {
    display: block;
    line-height: 1.2;
    margin: 6px 0 0;
    letter-spacing: -0.045em;
    font-size: 48px;
    font-family: 'noto7';
    color: #000;
}

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

.cat_main_cont .content_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 28px;
    margin: 0 0 30px;
    border: 2px solid #000;
    border-radius: 46px;
    letter-spacing: -0.025em;
    font-size: 20px;
    font-family: 'noto6';
    background: #ffbc6d;
}

.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 marqueeVertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-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;
    }
}

/* 비주얼 */
.visual_cont {
    height: 945px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/top_bg.png') no-repeat center top;
    overflow: hidden;
}

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

.visual_cont .visual_title {
    margin: 67px 0 0 -28px;
}
.visual_cont .title_desc {
    position: absolute;
    top: 640px;
    right: 23px;
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
}

.visual_cont .visual_list {
    display: flex;
    gap: 78px;
    position: absolute;
    bottom: 187px;
    left: 0;
    width: 100%;
    margin: 49px 0 0;
    padding: 0 25px;
    box-sizing: border-box;
}

.visual_cont .visual_list::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 25px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/x_img.png') center no-repeat;
}

.visual_cont .visual_list .list_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
    width: 484px;
    height: 126px;
    padding: 0 0 0 167px;
    border: 2px solid #0763fc;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: #021b79;
    background-origin: padding-box, padding-box, border-box;
    background-clip: padding-box, padding-box;
    background-repeat: no-repeat;
    color: #828fbc;
    transition: 0.2s ease-in-out;
}

.visual_cont .visual_list .list_item.is_active {
    background-color: #0b20d1;
    background-clip: padding-box, padding-box, border-box;
    color: #fff;
}

.visual_cont .visual_list .list_item_1 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/top_item_1.png');
}

.visual_cont .visual_list .list_item_2 {
    padding-left: 145px;
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/top_item_2.png');
}

.visual_cont .visual_list .list_item .item_title {
    font-family: 'noto4';
    font-size: 26px;
    letter-spacing: -0.025em;
    line-height: 1;
}

.visual_cont .visual_list .list_item .item_text {
    font-family: 'noto7';
    font-size: 26px;
    letter-spacing: -0.025em;
    line-height: 1;
}

/* 상품 */
.product_cont {
    background: #fff;
}

.product_cont .main_inner {
    padding: 151px 0 200px;
}

.product_cont .product_banner {
    position: relative;
    margin: 51px 0 0;
}

.product_cont .product_banner .btn_go {
    position: absolute;
    top: 19px;
    right: 0;
    width: 365px;
    height: 70px;
}

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

.product_cont .product_list .list_item {
    position: relative;
    width: 100%;
    border-radius: 40px;
    border: 3px solid #213b69;
    background: #f2f2f2;
}

.product_cont .product_list .item_top_contents {
    display: flex;
    align-items: flex-end;
    padding: 45px 53px 49px 54px;
    border-radius: 40px 40px 0 0;
    background: #fff;
}

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

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

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

.product_cont .product_list .item_tags .tag_point {
    padding: 0 38px;
    border-color: #f6ce3e;
    background: #f6ce3e;
    /* animation: blink 1s infinite; */
}

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

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

.product_cont .product_list .item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 0 4px;
}

.product_cont .product_list .item_list li {
    display: 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::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;
    padding: 0 0 9px;
    transform: translateY(10px);
}

.product_cont .product_list .price_wrap {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin: 0 5px 26px 0;
}

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

.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 18px;
    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: #8e8e8e;
    font-size: 20px;
    font-family: 'noto5';
}

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

.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: -7px;
    bottom: calc(100% + 8px);
    width: 112px;
    height: 112px;
    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.1;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
    font-family: 'noto6';
    font-size: 28px;
}

.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 377px;
    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: -13px;
    right: -15px;
    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: 133px;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 20px;
    font-family: 'noto6';
}

.product_cont .product_list .item_benefits li:nth-child(1) {
    width: 327px;
    padding-left: 30px;
}

.product_cont .product_list .item_benefits li:nth-child(2) {
    width: 347px;
    padding-left: 32px;
}

.product_cont .product_list .item_benefits li:nth-child(3) {
    width: 370px;
    padding-left: 32px;
}

.product_cont .product_list .item_benefits li:not(:last-child):after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 79px;
    background: #b2b2b2;
}

.product_cont .product_list .item_benefits li::before {
    content: '';
    display: block;
    width: 73px;
    height: 56px;
    margin: 0 21px 0 0;
}

.product_cont .product_list .item_benefits li:nth-child(1)::before {
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/price_benfit_1.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(2)::before {
    margin-top: 15px;
    margin-left: 17px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/price_benfit_2.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(3)::before {
    margin-left: 17px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/price_benfit_3.png') no-repeat right center;
}

/* 이유 */
.reason_cont {
    height: 1150px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/reason_bg.png') center no-repeat;
}

.reason_cont .main_inner {
    padding: 159px 0 176px;
}

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

.reason_cont .main_title h3 {
    color: #3a7bff;
}

.reason_cont .item_list_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 83px;
}

.reason_cont .item_list_wrap .item_list {
    position: relative;
    width: 533px;
    height: 295px;
    padding: 51px 0 0 50px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
    background-color: #2b3748;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.reason_cont .item_list_wrap .item_list_1 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/reason_img_1.png');
}

.reason_cont .item_list_wrap .item_list_2 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/reason_img_2.png');
}

.reason_cont .item_list_wrap .item_list_3 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/reason_img_3.png');
}

.reason_cont .item_list_wrap .item_list_4 {
}

.reason_cont .item_list_wrap .item_list_4::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/reason_img_4.png');
    mix-blend-mode: color-dodge;
    opacity: 0.95;
}

.reason_cont .item_list_wrap .item_list strong {
    display: block;
    margin-bottom: 20px;
    font-family: 'noto6';
    font-size: 30px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
}

.reason_cont .item_list_wrap .item_list p {
    font-family: 'noto2';
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 1.3;
    color: #c9c9c9;
}

/* 고민 */
.worry_cont {
    height: 2212px;
    background: #dde5ea url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/worry.png') no-repeat top center;
}

.worry_cont > .main_inner {
    padding-top: 162px;
}

.worry_cont .worry_wrap {
    width: 100%;
    height: 1243px;
    margin-top: 701px;
    padding-top: 15px;
    box-sizing: border-box;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background: linear-gradient(to bottom, #1024df 45%, #03072d);
}

.worry_cont .worry_wrap .main_title {
    margin-top: 22px;
}

.worry_cont .worry_wrap .main_title p {
    font-family: 'noto3';
}

.worry_cont .worry_wrap .main_title p,
.worry_cont .worry_wrap .main_title h3 {
    color: #fff;
}

.worry_cont .worry_wrap .list_item_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 15px;
    width: 100%;
    margin-top: 63px;
}

.worry_cont .worry_wrap .list_item_wrap li {
    width: 542px;
    height: 412px;
    padding: 48px 60px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #060e59 url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/worry_list_img_1.png') center no-repeat;
}

.worry_cont .worry_wrap .list_item_wrap li.list_item_2 {
    background: #060e59 url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/worry_list_img_2.png') center no-repeat;
}

.worry_cont .worry_wrap .list_item_wrap li.list_item_3 {
    width: 100%;
    height: 267px;
    padding-top: 58px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/worry_list_img_3.png') center no-repeat;
}

.worry_cont .worry_wrap .list_item_wrap li p {
    font-family: 'noto4';
    font-size: 30px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
}

.worry_cont .worry_wrap .list_item_wrap li strong {
    display: block;
    margin-top: 8px;
    font-family: 'noto7';
    font-size: 30px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
}

.worry_cont .worry_wrap .list_item_wrap li p.item_desc {
    margin-top: 16px;
    font-family: 'noto3';
    font-size: 13px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
    opacity: 0.4;
}

/* 혜택 */
.benefit_cont {
    background: linear-gradient(to bottom, #f4f7fd, #dde7fe);
}

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

.benefit_cont .benefit_list_1 {
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 64px 0 0;
}

.benefit_cont .benefit_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 257px;
    padding: 33px 0 0 44px;
    border-radius: 20px;
    color: #fff;
    background: #fff;
}

.benefit_cont .benefit_list_1 .list_item_1 {
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/big_benefit_01.png') no-repeat center, linear-gradient(to bottom, #0759ff, #032977);
}

.benefit_cont .benefit_list_1 .list_item_2 {
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/big_benefit_02.png') no-repeat center, linear-gradient(to bottom, #0759ff, #032977);
}

.benefit_cont .benefit_list_1 .list_item .txt_bullet {
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 20px;
    border-radius: 50px;
    background: #ff8e57;
    font-family: 'noto4';
    font-size: 17px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
}

.benefit_cont .benefit_list_1 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-family: 'noto3';
    font-size: 32px;
    color: #fff;
}

.benefit_cont .benefit_list_1 .item_title {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-family: 'noto7';
    font-size: 32px;
    color: #fff;
}

.benefit_cont .benefit_list_1 .item_noti {
    line-height: 1.2;
    margin: 15px 0 0 -4px;
    opacity: 0.35;
    letter-spacing: -0.045em;
    font-size: 15px;
}

.benefit_cont .benefit_list_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
    width: 100%;
    margin: 23px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 538px;
    height: 167px;
    padding: 50px 0 0 45px;
    box-sizing: border-box;
    border-radius: 22px;
    background: #fff;
}

.benefit_cont .benefit_list_2 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/benefit_01.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/benefit_02.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/benefit_03.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/benefit_04.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/benefit_05.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/benefit_06.png') no-repeat center;
}

.benefit_cont .benefit_list_2 .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-family: 'noto3';
    font-size: 28px;
}

.benefit_cont .benefit_list_2 .item_title {
    line-height: 1.2;
    margin: 2px 0 0;
    letter-spacing: -0.045em;
    font-size: 27px;
    font-family: 'noto7';
}

/* 특별 혜택 */
.special_cont {
    background: #dee8fe;
}

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

.special_cont .main_title {
    margin-top: 18px;
    transform: translateX(-13px);
}

.special_cont .list_item_wrap {
    width: 100%;
    margin-top: 56px;
    padding: 38px 40px 60px 38px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #0759ff 40%, #93b7ff);
}

.special_cont .list_item_wrap_2 {
    height: 306px;
    margin-top: 27px;
    padding: 50px 0 0 0;
    background: linear-gradient(to bottom, #0759ff, #000102);
}

.special_cont .list_item_wrap .list_wrap_txt {
    width: fit-content;
    margin: 0 auto 38px;
    padding: 13px 48px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto7';
    font-size: 28px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #fff;
}

.special_cont .list_item_wrap_2 .list_wrap_txt {
    padding: 13px 34px;
}

.special_cont .special_list_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 17px 0;
    width: 100%;
    margin: 38px 0 0;
}

.special_cont .special_list_1 .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 499px;
    height: 152px;
    padding: 41px 0 0 31px;
    border-radius: 10px;
    background: #fff;
}

.special_cont .special_list_1 .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/plus_benefit_01.png') no-repeat center;
}

.special_cont .special_list_1 .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/plus_benefit_02.png') no-repeat center;
}

.special_cont .special_list_1 .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/plus_benefit_03.png') no-repeat center;
}

.special_cont .special_list_1 .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/plus_benefit_04.png') no-repeat center;
}

.special_cont .special_list_1 .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/plus_benefit_05.png') no-repeat center;
}

.special_cont .special_list_1 .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/plus_benefit_06.png') no-repeat center;
}

.special_cont .special_list_1 .item_sub_title {
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-size: 28px;
    font-family: 'noto3';
}

.special_cont .special_list_1 .item_title {
    margin: 5px 0 0;
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-size: 28px;
    font-family: 'noto7';
}

.special_cont .special_list_2 {
    display: flex;
    width: 100%;
    height: 113px;
}

.special_cont .special_list_2 .list_item {
    position: relative;
    width: 100%;
    padding: 15px 0 0 45px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.special_cont .special_list_2 .list_item:last-child {
    border: 0;
}

.special_cont .special_list_2 .list_item::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
}

.special_cont .special_list_2 .list_item_1::before {
    top: 6px;
    right: 40px;
    width: 163px;
    height: 120px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/levelup_benefit_01.png') center no-repeat;
}

.special_cont .special_list_2 .list_item_2::before {
    top: -11px;
    right: 26px;
    width: 212px;
    height: 133px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/levelup_benefit_02.png') center no-repeat;
}

.special_cont .special_list_2 .item_title {
    font-family: 'noto7';
    font-size: 28px;
    letter-spacing: -0.045em;
    line-height: 1.2;
    color: #fff;
}

/* 비교 */
.cost_cont .main_inner {
    padding: 0 0 131px;
}

.cost_cont .cost_banner {
    position: relative;
    width: 100vw;
    padding: 45px 0 47px;
    margin: 0 0 118px;
    text-align: center;
    background: #312f2c;
}

.cost_cont .cost_banner::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(14px);
    width: 70px;
    height: 50px;
    background: #312f2c;
}

.cost_cont .cost_banner::after {
    content: '';
    position: absolute;
    bottom: -103px;
    left: 50%;
    transform: translateX(15px);
    width: 150px;
    height: 103px;
    border-radius: 50%;
    background: #fff;
}

.cost_cont .cost_banner p {
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #ffcf7a;
    font-size: 34px;
    font-family: 'noto4';
}

.cost_cont .cost_banner strong {
    display: block;
    margin: 9px 0 0;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #fff;
    font-size: 48px;
    font-family: 'noto7';
}

.cost_cont .main_title {
    margin: 60px 0 0;
}

.cost_cont .main_title h3 {
    margin-top: 3px;
}

.cost_cont .main_title p {
    margin-top: 10px;
}

.cost_cont .main_title > span {
    color: #000;
}

.cost_cont .cost_data {
    position: relative;
    margin: 61px 0 0 18px;
}

.cost_cont .cost_data .data_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 72px;
    left: 0;
    width: 474px;
    padding: 0 34px 0 52px;
    text-align: center;
    box-sizing: border-box;
}

.cost_cont .cost_data .data_item .data_title {
    margin-left: 15px;
    padding: 35px 0 28px;
    font-family: 'noto5';
    font-size: 35px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: center;
    color: #8e8e8e;
}

.cost_cont .cost_data .data_item .item_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 21px;
    width: 100%;
    padding: 23px 0 0 35px;
    /* border-top: 1px solid #d1d1cf; */
}

.cost_cont .cost_data .data_item .item_list li {
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #5a5a69;
    font-size: 20px;
    font-family: 'noto4';
}

.cost_cont .cost_data .data_item .item_noti {
    margin: 69px 0 0 -26px;
    line-height: 1.3;
    letter-spacing: -0.045em;
    color: #848494;
    font-size: 40px;
    font-family: 'noto7';
}

.cost_cont .cost_data .data_item .item_noti span {
    display: block;
    margin-top: 5px;
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.045em;
    color: #a0a0a8;
}

.cost_cont .cost_data .data_item_2 {
    position: absolute;
    top: 15px;
    left: 473px;
    width: 627px;
    padding: 0 47px 0 48px;
}

.cost_cont .cost_data .data_item_2 .data_title {
    margin-left: 0;
    padding: 40px 0 25px;
    font-family: 'noto7';
    font-size: 45px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #000;
}

.cost_cont .cost_data .data_item_2 .data_title em {
    letter-spacing: 0;
    color: #ff9046;
}

.cost_cont .cost_data .data_item_2 .item_list {
    gap: 29px;
    padding: 37px 0 0 60px;
}

.cost_cont .cost_data .data_item_2 .item_list li {
    color: #000;
    font-size: 24px;
}

.cost_cont .cost_data .data_item_2 .item_noti {
    margin: 70px 0 0 0;
    color: #fff;
    font-size: 47px;
}

.cost_cont .cost_data .data_item_2 .item_noti span {
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
}

/* 커리큘럼 */
.curriculum_cont {
    background: #fff;
}

.curriculum_cont .main_inner {
    padding: 0 0 187px;
}

.curriculum_cont .middle_banner {
    margin-bottom: 36px;
}

.curriculum_cont .curri_info {
    margin-top: 75px;
}

.curriculum_cont .curri_table_wrap {
    width: 100%;
    margin-top: 94px;
    padding: 0 38px 45px 43px;
    border: 2px solid #e6e6e6;
    border-radius: 12px;
    box-sizing: border-box;
}

.curriculum_cont .curri_table_wrap .curri_title {
    width: fit-content;
    margin: -22px auto 0;
    padding: 11px 35px 12px 35px;
    border-radius: 50px;
    background: #060e5a;
    font-family: 'noto5';
    font-size: 22px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    color: #fff;
}

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

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

.curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
    height: 100%;
}

.curriculum_cont .curri_table .table_head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 219px;
    border-radius: 10px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 19px;
    background: #bdbdbd;
}

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

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

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

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

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

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

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

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

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

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

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

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

.curriculum_cont .curri_table_2 .tr_title th:nth-child(5) .td_inner {
    background: #1d3fd0;
}

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

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

.curriculum_cont .tr_contents .td_inner {
    flex-direction: column;
    gap: 10px;
    position: relative;
    height: 135px;
    border-radius: 16px;
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.045em;
    text-align: center;
    font-size: 19px;
    color: #fff;
}

.curriculum_cont .tr_contents td .td_inner::after {
    content: '';
    position: absolute;
    top: 53%;
    right: -33px;
    transform: translateY(-50%);
    width: 29px;
    height: 28px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/curri_arrow.png') no-repeat 0 0;
}

.curriculum_cont .tr_contents td:nth-child(1) .td_inner::after,
.curriculum_cont .tr_contents td:nth-child(4) .td_inner::after {
    display: none;
}

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

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

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

.curriculum_cont .tr_contents td:nth-child(1) .td_inner {
    width: 96px;
    background: #dbe5ff;
    font-family: 'noto5';
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #000;
}

.curriculum_cont .tr_contents td:nth-child(2) .td_inner {
    width: 277px;
    background: #628dff;
}

.curriculum_cont .tr_contents td:nth-child(3) .td_inner {
    width: 277px;
    background: #4377ff;
}

.curriculum_cont .tr_contents td:nth-child(4) .td_inner {
    width: 277px;
    background: #2360ff;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(1) .td_inner {
    background: #e7e9ff;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(2) .td_inner {
    background: #5f63ff;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(3) .td_inner {
    background: #503eff;
}

.curriculum_cont .curri_table_2 .tr_contents td:nth-child(4) .td_inner {
    background: #451cff;
}

.curriculum_cont .tr_contents .td_inner strong {
    display: block;
    font-family: 'noto6';
    font-size: 27px;
    letter-spacing: -0.045em;
    line-height: 1;
}

/* 교수 */
.professor_cont {
    height: 1832px;
    background: linear-gradient(to bottom, #fff 473px, #06183d 473px, #06183d 100%), url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/teacher_bg.png');
}

.professor_cont .main_inner {
    padding: 181px 0 0;
}

.professor_cont .main_desc {
    margin: 18px 0 0;
    color: #000;
}

.professor_cont .professor_slide {
    position: relative;
    width: 1400px;
    margin: 102px 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 44px;
    position: relative;
    top: 0;
    padding: 24px 0 0;
    width: 100%;
    z-index: 1;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 211px;
    height: 72px;
    border-radius: 50px;
    cursor: pointer;
    background: #84888f;
    color: #fff;
}

.professor_cont .professor_slide .page_item.is_active {
    background: #0560ff;
}

.professor_cont .professor_slide .page_item p {
    position: relative;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.065em;
    font-size: 24px;
    font-family: 'noto3';
    z-index: 2;
}

.professor_cont .professor_slide .page_item p em {
    font-family: 'noto7';
}

.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: 178px 0 134px 155px;
    text-align: left;
    z-index: 1;
}
.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    right: -17px;
    width: 881px;
    height: 1082px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/teacher_1.png') center no-repeat;
    z-index: -1;
}
.professor_cont .professor_slide .swiper-slide_1::after {
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/teacher_1.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_2::after {
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/teacher_2.png') no-repeat center top;
}
.professor_cont .professor_slide .swiper-slide_3::after {
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/teacher_3.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: 5px;
    letter-spacing: -0.025em;
    color: #fff;
    font-family: 'noto5';
    font-size: 36px;
}
.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}
.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    letter-spacing: -0.025em;
    font-family: 'noto2';
    font-size: 29px;
    color: #fff;
}
.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: 33px 0 0;
    font-family: 'noto7';
    font-size: 55px;
    letter-spacing: -0.025em;
    color: #0560ff;
}
.professor_cont .professor_slide .slide_list {
    position: absolute;
    bottom: 140px;
    right: 91px;
    margin: 36px 0 0;
}
.professor_cont .professor_slide .slide_list li {
    line-height: 1.4;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto4';
    text-align: right;
}
.professor_cont .professor_slide .slide_list li + li {
    margin: 6px 0 0;
}
/* .professor_cont .professor_slide .slide_list li::before {
    content: '·';
} */
.professor_cont .professor_slide .slide_check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 35px 0 0;
    gap: 11px;
}
.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    min-width: 408px;
    height: 48px;
    padding: 0 30px 0 56px;
    border: 1px solid #f6ce3e;
    border-radius: 100px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: #2b271a url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/teacher_icon.png') no-repeat 25px center;
}
.professor_cont .professor_slide .popupVideo {
    position: relative;
    width: 540px;
    height: 330px;
    margin: 31px 0 0 -5px;
}

.professor_cont .professor_slide .popupVideo img {
    width: 100%;
}

.professor_cont .professor_slide .popupVideo a,
.professor_cont .professor_slide .popupVideo button {
    position: absolute;
    top: 0;
    left: 0;
    width: 539px;
    height: 330px;
}

.professor_cont .professor_slide .btn_video {
    display: block;
    margin: 61px 0 0;
    width: 539px;
}

.professor_cont .professor_slide .slide_review {
    display: flex;
    gap: 35px;
    margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
    display: flex;
    align-items: center;
    width: 343px;
    height: 165px;
    padding: 6px 20px 0 148px;
    border-radius: 20px;
    word-break: keep-all;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
    background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}
.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}
.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}
.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}
.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.045em;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
    color: #0054ff;
    font-family: 'noto6';
}

.professor_cont .reviews_slide {
    margin: -32px 0 0;
    width: 100vw;
}

.professor_cont .reviews_slide .slide_inner {
    display: inline-flex;
    gap: 48px;
    animation: marquee 40s linear infinite;
}

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

.professor_cont .reviews_slide .slide_item {
    display: flex;
    flex-direction: column;
    width: 440px;
    height: 322px;
    padding: 24px 10px 0;
    text-align: center;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.22);
}

.professor_cont .reviews_slide .slide_item .icon {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #e3e4ef;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/icon_human.png');
    background-position: 6px 10px;
    background-repeat: no-repeat;
}

.professor_cont .reviews_slide .slide_item_1 .icon {
    background-position: 6px 10px;
}

.professor_cont .reviews_slide .slide_item_2 .icon {
    background-position: -96px 10px;
}

.professor_cont .reviews_slide .slide_item_3 .icon {
    background-position: -198px 10px;
}

.professor_cont .reviews_slide .slide_item_4 .icon {
    background-position: -298px 10px;
}

.professor_cont .reviews_slide .slide_item_5 .icon {
    background-position: -398px 10px;
}

.professor_cont .reviews_slide .slide_item_6 .icon {
    background-position: -500px 10px;
}

.professor_cont .reviews_slide .slide_item_7 .icon {
    background-position: -606px 10px;
}

.professor_cont .reviews_slide .slide_item_8 .icon {
    background-position: -710px 10px;
}

.professor_cont .reviews_slide .slide_item_9 .icon {
    background-position: 6px 10px;
}

.professor_cont .reviews_slide .slide_item_10 .icon {
    background-position: -96px 10px;
}

.professor_cont .reviews_slide .item_title {
    /* display: none; */
    margin: 8px 0 0;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-size: 24px;
    font-family: 'noto5';
}

.professor_cont .reviews_slide .item_title em {
    color: #f8996b;
}

.professor_cont .reviews_slide .item_text {
    line-height: 1.35;
    /* margin: 18px 0 0; */
    letter-spacing: -0.025em;
    font-size: 24px;
    word-break: keep-all;
}

.professor_cont .reviews_slide .item_name {
    letter-spacing: -0.025em;
    margin: 8px 0 0;
    color: #868686;
    font-size: 16px;
}

.professor_cont .review_title {
    margin: 99px 0 0;
    text-align: center;
}

.professor_cont .review_title p {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 35px;
    font-family: 'noto4';
}

.professor_cont .review_title strong {
    display: block;
    position: relative;
    line-height: 1.3;
    margin: 9px 0 0;
    padding: 0 0 5px;
    letter-spacing: -0.025em;
    font-size: 42px;
    font-family: 'noto7';
    background: linear-gradient(to right, #ffdb5f, #ff8929) no-repeat 0 40px;
}

/* 도서 */
.book_cont {
    background: #f7f7f7;
}

.book_cont .main_inner {
    padding: 177px 0 154px;
}

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

.book_cont .evidence_area {
    position: absolute;
    top: 72px;
    left: 535px;
}

.book_cont .evidence_btn {
    width: 96px;
    height: 29px;
    border: 1px solid #acacac;
    border-radius: 6px;
    font-family: 'noto3';
    font-size: 16px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    color: #636363;
}

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

.book_cont .book_comments_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1120px;
    margin: 57px 0 0;
}

.book_cont .book_comments_wrap .book_img_wrap {
    position: relative;
}

.book_cont .book_comments_wrap .book {
    margin: 45px 0 0 10px;
}

.book_cont .book_comments_wrap .book_bullet {
    position: absolute;
}

.book_cont .book_comments_wrap .book_bullet_1 {
    top: 40px;
    right: -75px;
    z-index: 1;
}

.book_cont .book_comments_wrap .book_bullet_2 {
    top: 217px;
    right: -75px;
}

.book_cont .book_comments {
    width: 386px;
    height: 550px;
    margin: 90px 0 0 25px;
    transform: translateX(12px);
    overflow: hidden;
}

.book_cont .comments_title {
    display: flex;
    align-items: center;
    gap: 3px;
    position: absolute;
    right: 145px;
    top: 19px;
    letter-spacing: -0.065em;
    text-align: right;
    color: #dc0614;
    font-size: 19px;
    font-family: 'noto6';
}

.book_cont .book_comments .swiper-wrapper {
    /* display: inline-flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    animation: marqueeVertical 10s linear infinite; */
    transition-timing-function: linear !important;
}

.book_cont .book_comments .swiper-slide {
    height: 106px;
}

.book_cont .txt_bullet {
    display: flex;
    gap: 18px;
    width: 100%;
    margin-top: 70px;
}

.book_cont .txt_bullet li {
    padding: 17px 54px 17px 60px;
    border: 2px solid #000;
    border-radius: 50px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'noto6';
    font-size: 22px;
    letter-spacing: -0.045em;
    line-height: 1;
}

.book_cont .txt_bullet li:nth-child(2) {
    padding-left: 63px;
    padding-right: 63px;
}

.book_cont .txt_bullet li:nth-child(3) {
    padding-left: 66px;
    padding-right: 70px;
}

.book_cont .txt_bullet li:nth-child(4) {
    padding-left: 72px;
    padding-right: 70px;
}

.book_cont .bookinfo_slide {
    margin-top: 15px;
    width: 100%;
    height: 830px;
    position: relative;
}
.book_cont .bookinfo_slide .book_nav {
    width: 146px;
    /* height:52px; */
    margin: 0 auto;
    z-index: 4;
    position: absolute;
    left: calc(50% + 6px);
    bottom: 15px;
    transform: translateX(-50%);
}
.book_cont .bookinfo_slide .book_nav span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 21px;
    background: #c5c6c7;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 30px;
}
.book_cont .bookinfo_slide .book_nav span.swiper-pagination-bullet {
    border: none;
}
.book_cont .bookinfo_slide .book_nav span.swiper-pagination-bullet-active {
    background: #0a0788;
}

/* 모의고사 */
.mock_cont {
    background: #fff;
}

.mock_cont .main_inner {
    padding: 202px 0 172px;
}

.mock_cont .main_cat_tab {
    margin: 91px auto 0 0;
    width: 1100px;
}

.mock_cont .main_cat_tab .tab_list {
    display: flex;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.mock_cont .main_cat_tab .tab_list .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 22px;
    font-family: 'noto6';
    background: #e5e5e5;
}

.mock_cont .main_cat_tab .tab_list .btn_tab.is_active {
    background: #0560ff;
    color: #fff;
}

.mock_cont .main_cat_tab .tab_content {
    display: none;
    width: 100%;
    height: 618px;
    border: 2px solid #e6e6e6;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-sizing: border-box;
}

.mock_cont .main_cat_tab .tab_content.is_active {
    display: flex;
}

.mock_cont .main_cat_tab .tab_content p {
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.2;
    font-size: 17px;
}

/* 하단 혜택 */
.bottom_benefit_cont {
    background: #f4f7fd;
}

.bottom_benefit_cont .main_inner {
    padding: 165px 0 165px;
}

.bottom_benefit_cont .bottom_benefit_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 18px;
    width: 100%;
    margin-top: 80px;
}

.bottom_benefit_cont .bottom_benefit {
    width: 541px;
    height: 192px;
    padding: 30px 33px;
    border: 2px solid #dce0e9;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
}

.bottom_benefit_cont .bottom_benefit_1 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/bottom_benefit_01.png');
}

.bottom_benefit_cont .bottom_benefit_2 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/bottom_benefit_02.png');
}

.bottom_benefit_cont .bottom_benefit_3 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/bottom_benefit_03.png');
}

.bottom_benefit_cont .bottom_benefit_4 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/bottom_benefit_04.png');
}

.bottom_benefit_cont .bottom_benefit_5 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/bottom_benefit_05.png');
}

.bottom_benefit_cont .bottom_benefit_6 {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/bottom_benefit_06.png');
}

.bottom_benefit_cont .bottom_benefit p {
    font-family: 'noto2';
    font-size: 23px;
    letter-spacing: -0.045em;
    line-height: 1;
}

.bottom_benefit_cont .bottom_benefit strong {
    display: block;
    margin-top: 7px;
    font-family: 'noto7';
    font-size: 28px;
    letter-spacing: -0.045em;
    line-height: 1;
}

.bottom_benefit_cont .bottom_benefit ul {
    margin-top: 16px;
    width: 238px;
}

.bottom_benefit_cont .bottom_benefit ul li {
    width: 100%;
    height: 26px;
    margin-bottom: 8px;
    background-color: #f0f5ff;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: 'noto3';
    font-size: 16px;
    letter-spacing: -0.045em;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.bottom_benefit_cont .bottom_benefit ul li:last-child {
    margin-bottom: 0;
}

/* 합격 전략 */
.lecture_play {
    height: 1093px;
    padding: 162px 0 145px;
    background: #1b222d url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/reivew_bg.png') center no-repeat;
}
.lecture_play .main_title p {
    font-family: 'noto3';
    font-size: 37px;
    color: #c1d4ff;
}
.lecture_play .main_title h3 {
    letter-spacing: -0.015em;
    color: #fff;
}
.lecture_play .main_title p.lecture_desc {
    margin-top: 20px;
    font-size: 15px;
    font-family: 'noto3';
    line-height: 1;
    color: #fff;
    opacity: 0.4;
}
.lecture_play .atoz_wrap {
    position: relative;
}
.lecture_play .lecture_video_wrap {
    width: 1280px;
    margin-top: 70px;
    padding: 0 90px;
    box-sizing: border-box;
    overflow: hidden;
}
.lecture_play .atozSlideArea {
    width: 1100px;
}
.lecture_play .atozSlideArea.swiper-container {
    position: relative;
    width: 1100px;
    height: 574px;
    overflow: visible;
}
.lecture_play .atozSlideArea.swiper-container .swiper-slide {
    width: 100%;
}

.lecture_play .atozSlideArea .page_number {
    display: none;
    position: absolute;
    top: 36px;
    right: 69px;
    height: 34px;
    width: 230px;
    text-align: right;
    font-size: 16px;
    font-family: 'spoqa3';
}
.lecture_play .atozSlideArea .page_number .number_current {
    font-family: 'spoqa4';
}
.lecture_play .atozSlideArea .swiper-button-prev,
.lecture_play .atozSlideArea .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    margin: 0;
}
.lecture_play .atozSlideArea .swiper-button-prev {
    left: -90px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/prev_btn.png') no-repeat center;
}
.lecture_play .atozSlideArea .swiper-button-next {
    right: -90px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/apply/apply_jang/next_btn.png') no-repeat center;
}
.lecture_play .atoz_wrap .swiper-slide {
    position: relative;
}
.lecture_play .atozSlideArea .swiper-slide {
    position: relative;
    width: 100%;
    width: 1194px;
}
.lecture_play .atozSlideArea .swiper-slide .video_box_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 1100px;
    height: 574px;
    font-size: 0;
}
.lecture_play .atozSlideArea .swiper-slide .video_box_wrap .btn_video {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.lecture_play .atozSlideArea .swiper-slide .img_bx {
    height: 715px;
    overflow: hidden;
}
.lecture_play .atozSlideArea .swiper-slide .img_bx img {
    width: 100%;
}
.lecture_play .video_box .layer .start_video {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.lecture_play .atozSlideArea .swiper-slide .txt_bx {
    margin-top: 16px;
    text-align: center;
    opacity: 0;
}
.lecture_play .atozSlideArea .swiper-slide .txt_bx strong {
    font-size: 28px;
    font-family: 'noto5';
    font-weight: 700;
    letter-spacing: -0.2px;
    letter-spacing: -0.5px;
}
.lecture_play .atozSlideArea .swiper-slide .txt_bx p {
    line-height: 1.2;
    color: #666;
    margin-top: 19px;
    font-size: 16px;
    font-family: 'spoqa3';
    letter-spacing: -1.4px;
}
.lecture_play .atozSlideArea .swiper-slide.swiper-slide-active .txt_bx {
    opacity: 1;
}

/* 후기 */
.review_wrap {
    padding: 96px 0 50px;
}

.review_wrap .review_slide_1 {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 82px;
}

.review_wrap .review_slide_1 .slide_control {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -117px;
    right: -10px;
    width: 149px;
}

.review_wrap .review_slide_1 .slide_control button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.review_wrap .review_slide_1 .slide_control button::after {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background: url('/_skin/tpl_skin/basic_sports_renew/images/review/icon.png') no-repeat 0 0;
}

.review_wrap .review_slide_1 .slide_control .swiper-button-prev::after {
    background-position: -27px -22px;
}

.review_wrap .review_slide_1 .slide_control .swiper-button-next::after {
    background-position: -58px -22px;
}

.review_wrap .review_slide_1 .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 400px;
    height: 580px;
    padding: 0 40px 35px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.review_wrap .review_slide_1 .swiper-slide::after,
.review_wrap .review_slide_1 .swiper-slide::before {
    content: '';
    display: block;
    width: 400px;
    height: 200px;
}

.review_wrap .review_slide_1 .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}

.review_wrap .review_slide_1 .swiper-slide::before {
    margin-left: -40px;
    background: url('/_skin/tpl_skin/basic_social_research3/images/review/img_1.png') no-repeat center;
}

.review_wrap .review_slide_1 .swiper-slide-1::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_1.png');
}

.review_wrap .review_slide_1 .swiper-slide-2::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_2.png');
}

.review_wrap .review_slide_1 .swiper-slide-3::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_3.png');
}

.review_wrap .review_slide_1 .swiper-slide-4::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_4.png');
}

.review_wrap .review_slide_1 .swiper-slide-5::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_5.png');
}

.review_wrap .review_slide_1 .swiper-slide-6::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_6.png');
}

.review_wrap .review_slide_1 .swiper-slide-7::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_7.png');
}

.review_wrap .review_slide_1 .swiper-slide-8::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_8.png');
}

.review_wrap .review_slide_1 .swiper-slide-9::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_9.png');
}

.review_wrap .review_slide_1 .swiper-slide-10::before {
    background-image: url('/_skin/tpl_skin/basic_social_research3/images/review/img_10.png');
}

.review_wrap .review_slide_1 .slide_title {
    display: block;
    line-height: 35px;
    margin-top: 35px;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #000;
    font-size: 26px;
    font-family: 'spoqa4';
    font-weight: 900;
}

.review_wrap .review_slide_1 .slide_text {
    margin-top: 10px;
    line-height: 28px;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #666;
    font-size: 18px;
    font-family: 'spoqa3';
}

.review_wrap .review_slide_1 .slide_footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    letter-spacing: -0.08em;
    color: #666;
    font-size: 18px;
    font-family: 'spoqa3';
    background: url('/_skin/tpl_skin/basic_logisrics_new/images/review/star.png') no-repeat right 14px / 94px auto;
}

.review_slide_wrap {
    margin-top: 30px;
    padding: 93px 0 0;
    background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/review/v2/bg_line1.png') no-repeat center top;
}

/* 시작 */
.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 {
    position: absolute;
    top: 99px;
    right: 42px;
}
.start_cont .evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.start_cont .evidence_area_wrap.align_center {
    justify-content: center;
}
.start_cont .evidence_area {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.start_cont .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;
}

.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';
    background-color: #243c3c;
}

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

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

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

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

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

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

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

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

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

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