@charset "UTF-8";
#apply_container {
    position: relative;
    color: #000;
    font-family: 'noto4';
}
.apply_content {
    position: relative;
}
section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* 상품 */
.product_cont .product_item {
    position: relative;
    height: 167.067vw;
    padding: 24.4vw 0 13.333vw;
    background: url('/mobile/images/tpl_img/001013/apply/img_01_bg.png') no-repeat 0 0 / 100% auto;
}
.product_cont .sidetxt {
    display: flex;
    gap: 0.8vw;
    margin-bottom: 2.8vw;
}
.product_cont .sidetxt span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6vw;
    padding: 0 2.4vw;
    border: 0.267vw solid #00a5a5;
    border-radius: 5.6vw;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 2.933vw;
    font-family: 'market-b';
    background: #00a5a5;
}
.product_cont .sidetxt .txt-orange {
    color: #00a5a5;
    background: #fff;
}
.product_cont .product_detail {
    padding: 0 6.533vw;
}

.product_cont .product_detail .tr {
    position: relative;
}

.product_cont .d-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.467vw;
}
.product_cont h2 {
    margin-bottom: 3.733vw;
    letter-spacing: -0.025em;
    font-family: 'noto7';
    font-size: 9.067vw;
    line-height: 1.26;
}
.product_cont h2 span {
    color: #ff2279;
}
.product_cont .list-dot li {
    line-height: 1.2;
    margin-bottom: 1.733vw;
    letter-spacing: -0.025em;
    color: #2b2b2b;
    font-size: 3.333vw;
}
.product_cont .list-dot li::before {
    content: '·';
    margin: 0 0.8vw 0 0;
}
.product_cont .detail_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3.067vw;
    position: relative;
    margin: 4.4vw 0 0 0;
}
.product_cont .price_bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20.267vw;
    right: -2.4vw;
    width: 20.667vw;
    height: 20.667vw;
    border-radius: 50%;
    background: #b6005b;
    box-shadow: 0.4vw 0.533vw 0.267vw 0vw rgba(0, 0, 0, 0.19);
}
.product_cont .price_bullet p {
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-align: center;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 3.467vw;
    font-family: 'market-b';
}
.product_cont .price_bullet em {
    color: #fff700;
    font-size: 4.8vw;
}
.product_cont .price_origin {
    line-height: 1.2;
    margin: 3.067vw 0 0;
    letter-spacing: -0.065em;
    color: rgba(123, 123, 123, 0.6);
    font-size: 4.133vw;
    font-family: 'noto6';
    text-decoration: line-through;
    text-decoration-color: #000;
}

.product_cont .price_total {
    line-height: 1.2;
    padding: 0;
    letter-spacing: -0.055em;
    color: #ff2279;
    font-size: 11.467vw;
    font-family: 'noto7';
}

.product_cont .price_total em {
    font-size: 7.733vw;
}

.product_cont .buy_btn {
    display: block;
    position: relative;
    margin: 0 -2.933vw 0 0;
}
.product_cont .buy_btn::after {
    content: '';
    position: absolute;
    top: 6.4vw;
    right: -0.267vw;
    width: 7.2vw;
    height: 8vw;
    background: url('/img/event/8956/pc/finger.png') no-repeat 0 0 / 100% auto;
    animation: pointerBounceDiagonal 1s infinite;
}
.product_cont .product_info {
    display: flex;
    width: 93%;
    height: 35vw;
    margin: 8.267vw auto 0;
    text-align: center;
    background: url('/mobile/images/tpl_img/001013/apply/img_01_icon.png') no-repeat 0 0 / 100% auto;
}
.product_cont .product_info li {
    width: 100%;
    line-height: 1.3;
    font-size: 2.933vw;
    font-family: 'noto6';
}
.product_cont .btn_apply {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.267vw auto 0;
    width: 84.267vw;
    height: 13.6vw;
    border-radius: 13.333vw;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 4.933vw;
    font-family: 'noto6';
    background: #000;
    box-shadow: 0.4vw 0.533vw 0.267vw 0vw rgba(0, 0, 0, 0.19);
}

.product_cont .btn_apply::after {
    content: '';
    position: absolute;
    top: -6.8vw;
    left: -4.867vw;
    width: 38vw;
    height: 10.667vw;
    background: url('/mobile/images/tpl_img/common/bullet_early.png') no-repeat 0 0 / 100% auto;
    animation: blink 1s infinite;
}

/*영상*/
.video_cont .video_item .layer_video_btn {
    position: absolute;
    top: 45.467vw;
    left: 0;
    width: 100%;
    height: 52.933vw;
}

/* 커리큘럼 */
.curriculum_cont .curri_table {
    position: absolute;
    top: 58.933vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 94.667vw;
    border-collapse: collapse;
    border: 1px solid #e1cfd5;
}
.curriculum_cont .curri_table + .curri_table {
    top: 143.2vw;
}
.curriculum_cont .curri_table thead {
    background: #ffcddd;
}
.curriculum_cont .curri_table thead tr {
    border-bottom: 1px solid #fff;
}
.curriculum_cont .curri_table thead th {
    height: 13.2vw;
    letter-spacing: -0.025em;
    color: #b6005b;
    font-size: 4.267vw;
    font-family: 'noto7';
}
.curriculum_cont .curri_table tbody {
    position: relative;
}
.curriculum_cont .curri_table tbody::after {
    content: '';
    position: absolute;
    top: 14.267vw;
    left: 11.333vw;
    width: 6.533vw;
    height: 38.4vw;
    background: url('/mobile/images/tpl/001013/new5/arrow.png') no-repeat 0 0 / contain;
}
.curriculum_cont .curri_table tbody tr {
    position: relative;
}
.curriculum_cont .curri_table tbody tr:nth-child(2n - 1)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    transform: translate(-50%, 0);
    width: 10.8vw;
    height: 33.333vw;
    background: url('/mobile/images/tpl/001013/new5/week.png') no-repeat 0 0 / contain;
    z-index: 1;
}
.curriculum_cont .curri_table tbody th {
    position: relative;
    height: 16.667vw;
    font-weight: normal;
    background: #ffe8f0;
}
.curriculum_cont .curri_table tbody tr + tr th {
    border-top: 1px solid #fff;
}
.curriculum_cont .curri_table tbody th p {
    line-height: 1.35;
    letter-spacing: -0.025em;
    font-size: 3.6vw;
}
.curriculum_cont .curri_table tbody th p em {
    font-family: 'noto6';
}
.curriculum_cont .curri_table tbody td {
    padding: 0 0 0 6.133vw;
    background: #fff;
}
.curriculum_cont .curri_table tbody tr + tr td {
    border-top: 1px solid #e1cfd5;
}
.curriculum_cont .curri_table tbody td p {
    line-height: 1.3;
    letter-spacing: -0.045em;
    word-break: keep-all;
    font-size: 3.333vw;
}
.curriculum_cont .curri_table tbody .table_badge {
    display: inline-flex;
    align-items: center;
    padding: 0 3.2vw;
    margin: 1.2vw 0 0;
    height: 4.933vw;
    letter-spacing: -0.045em;
    font-size: 2.667vw;
    font-family: 'noto6';
}
.curriculum_cont .curri_table tbody .table_badge_1 {
    background: #88fff0;
}
.curriculum_cont .curri_table tbody .table_badge_2 {
    color: #fff;
    background: #6924bd;
}
.curriculum_cont .curri_table tbody .table_week {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 100%;
    width: 9.333vw;
    height: 6.667vw;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    color: #b6005b;
    font-size: 2.8vw;
    font-family: 'noto7';
    z-index: 2;
}
.curriculum_cont .curri_noti {
    position: absolute;
    top: 225.2vw;
    left: 2.778vw;
    font-family: 'noto4';
    font-size: clamp(12px, 1.667vw, 16px);
}
/* 교수 */
.professor_cont .professor_slide {
    position: absolute;
    top: 52.4vw;
    left: 0;
    width: 100%;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    width: 100%;
    position: static;
}

.professor_cont .professor_slide .page_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.933vw;
    position: relative;
    width: 100%;
    height: 10vw;
    color: #ababab;
    background: #3c3941;
}

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

.professor_cont .professor_slide .page_item + .page_item {
    border-left: 1px solid #a09da6;
}

.professor_cont .professor_slide .page_item p {
    letter-spacing: -0.065em;
    color: inherit;
    font-size: 2.933vw;
}

.professor_cont .professor_slide .page_item strong {
    letter-spacing: -0.065em;
    color: inherit;
    font-size: 3.333vw;
    font-family: 'noto7';
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    padding: 10vw 0 0 4vw;
}

.professor_cont .professor_slide .swiper-slide > img {
    width: 96vw;
}

.professor_cont .professor_slide .layer_video_btn {
    position: absolute;
    top: 70.8vw;
    left: 0;
    width: 72.4vw;
    height: 43.467vw;
}

.professor_cont .reviews_slide {
    position: absolute;
    bottom: 17.467vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 94.667vw;
    height: 46.267vw;
    overflow: hidden;
}

.professor_cont .reviews_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40.4vw;
    border-radius: 3.333vw;
    background: #ffeefa;
}

.professor_cont .reviews_slide .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.professor_cont .reviews_slide .swiper-pagination-bullet {
    width: 2.667vw;
    height: 2.667vw;
    border-radius: 50%;
    background: #dbd7fb;
    opacity: 1;
}

.professor_cont .reviews_slide .swiper-pagination-bullet-active {
    background: #887af2;
}

/* 도서 */
.book_cont .layer_video_btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 13.467vw;
    top: 224.267vw;
}
.book_cont .reviews_slide {
    position: absolute;
    bottom: 16.933vw;
    left: 0;
    width: 100%;
    height: 50.267vw;
}
.book_cont .reviews_slide .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.book_cont .reviews_slide .swiper-pagination-bullet {
    width: 2.667vw;
    height: 2.667vw;
    border-radius: 50%;
    background: #dbd7fb;
    opacity: 1;
}

.book_cont .reviews_slide .swiper-pagination-bullet-active {
    background: #887af2;
}

/* 합격 스토리 */
.review_cont .review_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    position: absolute;
    top: 50.267vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.333vw;
}

.review_cont .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 12vw;
    padding-left: 1.8em;
    border-radius: 2.667vw 2.667vw 0 0;
    letter-spacing: -0.08em;
    color: #fff;
    font-size: 4.267vw;
    font-family: 'spoqa4';
    background: #d93688;
}

.review_cont .item_title::before {
    content: '';
    position: absolute;
    top: -2.533vw;
    left: 5.333vw;
    width: 13.333vw;
    height: 13.333vw;
    border-radius: 50%;
    box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.2);
}

.review_cont .review_item_1 .item_title::before {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/review/interviewee_1.png') no-repeat 0 0 / contain;
}

.review_cont .review_item_2 .item_title::before {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/review/interviewee_2.png') no-repeat 0 0 / contain;
}

.review_cont .item_video {
    position: relative;
    width: 100%;
    height: 48.933vw;
}

.review_cont .layer_video_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('/_skin/tpl_skin/basic_imsang2/images/review/play_btn.png') no-repeat center 14.4vw / 32vw auto;
}

.review_cont .review_slide_1 {
    position: relative;
    height: 85.333vw;
    margin: -85.2vw 0 0 -2.667vw;
    padding-left: 5.333vw;
    overflow: hidden;
}

.cat_main_review .review_cont .review_slide_1 {
    height: 93.333vw;
    margin: 0.8vw 0 0 -2.667vw;
}

.review_cont .review_slide_1 .swiper-slide-active {
    margin-left: 2.667vw;
}

.review_cont .review_slide_1 .slide_control {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -15.6vw;
    right: -1.333vw;
    width: 19.867vw;
}

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

.review_cont .review_slide_1 .slide_control button::after {
    content: '';
    display: block;
    width: 2.133vw;
    height: 3.333vw;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/review/v2/icon.png') no-repeat 0 0 / 100% auto;
}

.review_cont .review_slide_1 .slide_control .swiper-button-prev::after {
    background-position: -3.6vw -2.933vw;
}

.review_cont .review_slide_1 .slide_control .swiper-button-next::after {
    background-position: -7.733vw -2.933vw;
}

.review_cont .review_slide_1 .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 53.333vw;
    height: 67.333vw;
    margin-right: 4vw;
    padding: 0 5.333vw 4.667vw;
    border-radius: 2.667vw;
    background: #fff;
    box-shadow: 0 2.667vw 5.333vw 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.cat_main_review .review_cont .review_slide_1 .swiper-slide {
    height: 77.333vw;
}

.review_cont .review_slide_1 .swiper-slide::after,
.review_cont .review_slide_1 .swiper-slide::before {
    content: '';
    display: block;
    width: 53.333vw;
    height: 26.667vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.review_cont .review_slide_1 .slide_text {
    margin-top: 1.333vw;
    line-height: 3.733vw;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #666;
    font-size: 2.4vw;
    font-family: 'spoqa3';
}

.review_cont .review_slide_1 .slide_footer {
    margin-top: auto;
    padding-top: 1.6vw;
    border-top: 1px solid #ccc;
    letter-spacing: -0.08em;
    color: #666;
    font-size: 2.4vw;
    font-family: 'spoqa3';
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/review/v2/star.png') no-repeat right 1.867vw / 12.533vw auto;
}
.bottom_banner {
    bottom: 0;
    z-index: var(--z-index-fixed-button, 1000);
}
