@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;
}

.main_container {
    position: relative;
    width: 100%;
    letter-spacing: -0.08em;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.main_container .main_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.main_container .main_title {
    width: 100%;
    text-align: center;
}

.main_container .main_title p {
    line-height: 34px;
    letter-spacing: -0.08em;
    font-size: 24px;
    font-family: 'noto3';
}

.main_container .main_title h3 {
    margin-top: 6px;
    line-height: 60px;
    letter-spacing: -0.08em;
    font-size: 50px;
    font-family: 'noto6';
}

.main_container .btn_go_common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-radius: 70px;
    letter-spacing: -0.08em;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'noto5';
    background: rgb(67, 57, 255);
    background: linear-gradient(90deg, rgba(141, 39, 255, 1) 0%, rgba(67, 57, 255, 1) 100%);
    box-shadow: 0 20px 30px 0 rgba(0, 3, 12, 0.3);
}

.main_container .btn_go_common .ico_arrow {
    position: relative;
    display: inline-block;
    left: 2px;
    width: 20px;
    height: 18px;
    margin-left: 7px;
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -56px left -331px;
}
.main_container > div.visual_cont .btn_go_common:hover {
    background: #af68ff;
    background: linear-gradient(90deg, #af68ff 0%, #7c75ff 100%);
}

.main_container > div:not(.visual_cont) .btn_go_common:hover {
    background: #111;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* 메인 베너 */
.visual_cont {
    position: relative;
    background: #1c1c1f;
}

.visual_cont.is_active4 {
    background: #030303;
}

.visual_cont .main_inner {
    width: 1407px;
    z-index: 1;
}

.visual_cont.is_active1 .main_inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -193px;
    width: 1407px;
    height: 600px;
    z-index: 0;
}

/* .visual_cont.is_active5 .main_inner {
	background: #1c1c1f url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_1_bg.png') no-repeat top 0 right 0;
} */

.visual_cont.is_active1 .main_inner {
    background: #1c1c1f url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_2_bg.png') no-repeat top 0 right -40px;
}

.visual_cont.is_active5 .main_inner {
    background: #1c1c1f url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_3_bg.png') no-repeat bottom 0 left 528px;
}

.visual_cont.is_active2 .main_inner {
    background: #1c1c1f url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_5_bg.png') no-repeat bottom 50px right -180px;
}

.visual_cont.is_active6 .main_inner {
    background: #1c1c1f url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_6_bg.png') no-repeat bottom 50px right 70px;
}

.visual_cont .visual_slide {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.visual_cont .visual_slide .marker_list {
    display: flex;
}

.visual_cont .visual_slide .marker_list li {
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    background: #333335;
}

.visual_cont .visual_slide .marker_list li + li {
    margin-left: 11px;
}

.visual_cont .visual_slide .slide_sub_title {
    margin-top: 25px;
    line-height: 1.2;
    letter-spacing: -0.09em;
    font-size: 30px;
    font-family: 'noto6';
    color: #4339ff;
    background-image: -webkit-linear-gradient(0deg, #8d27ff 0%, #4339ff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.visual_cont .visual_slide .slide_title {
    display: block;
    margin-top: 7px;
    line-height: 74px;
    letter-spacing: -0.05em;
    font-size: 62px;
    color: #fff;
    font-family: 'noto7';
}

.visual_cont .visual_slide .btn_go_common {
    margin: 56px 0 0;
    width: 250px;
    height: 56px;
    line-height: 56px;
}

.visual_cont .visual_slide .btn_go_common .ico_arrow {
    top: 1px;
    left: 7px;
}

.visual_cont .visual_slide .swiper-wrapper {
    height: 600px;
}

.visual_cont .visual_slide .swiper-slide {
    padding: 100px 0 0 5px;
}

.visual_cont .visual_slide .swiper-slide::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -41px;
    width: 540px;
    height: 600px;
}

.visual_cont .visual_slide .swiper-slide-1::after {
    right: -20px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_1_.png') no-repeat top 30px left -6px;
}

.visual_cont .visual_slide .swiper-slide-2::after {
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_7.png') no-repeat top 123px left 12px;
}

.visual_cont .visual_slide .swiper-slide-3::after {
    width: 668px;
    right: 32px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_8.png') no-repeat top 151px left 0;
}

.visual_cont .visual_slide .swiper-slide-4::after {
    width: 755px;
    height: 715px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_4.png') no-repeat 50px -60px;
}

.visual_cont .visual_slide .swiper-slide-5::after {
    right: 0px;
    width: 1000px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_9.png') no-repeat bottom right -22px;
}

.visual_cont .visual_slide .swiper-slide-6::after {
    right: 0px;
    width: 1000px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/banner_10.png') no-repeat bottom right -22px;
}

.visual_cont .visual_slide .control_wrapper {
}

.visual_cont .visual_slide .control_wrapper button {
    width: 44px;
    height: 76px;
}

.visual_cont .visual_slide .swiper-button-prev {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -27px left -29px;
    top: 284px;
    left: -134px;
}

.visual_cont .visual_slide .swiper-button-next {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -27px left -96px;
    top: 284px;
    right: -145px;
}

.visual_cont .visual_slide .pagination_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 134px;
    left: 39px;
    width: 100%;
    z-index: 1;
}

.visual_cont .visual_slide .swiper-pagination {
    position: static;
    width: 250px;
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    background: #333335;
}

.visual_cont .visual_slide .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.visual_cont .visual_slide .page_number {
    margin-left: 9px;
    width: 47px;
    text-align: center;
    color: #59565f;
    font-size: 14px;
    font-family: 'market-m';
}

.visual_cont .visual_slide .page_number .number_start {
    color: #fff;
    font-size: 15px;
}

.visual_cont .visual_slide .page_buttons {
    position: relative;
    width: 21px;
    height: 21px;
}

.visual_cont .visual_slide .page_buttons button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.visual_cont .visual_slide .page_buttons .swiper-button-pause {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -55px left -393px;
}

.visual_cont .visual_slide .page_buttons .swiper-button-play {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -55px left -450px;
}

.visual_cont .visual_slide .indicator-wrapper {
    width: 1920px;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.visual_cont .visual_slide .indicator {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 55px;
    margin: 0 auto;
    padding-left: 13px;
}

.visual_cont .visual_slide .indicator li {
    flex-grow: 1;
    flex-basis: 100%;
    margin-top: 1px;
}

.visual_cont .visual_slide .indicator li + li {
    margin-left: 10px;
}

.visual_cont .visual_slide .indicator li .progress-bar {
    display: none;
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #d4d2db;
}

.visual_cont .visual_slide .indicator li.is_active .progress-bar {
    display: block;
}

.visual_cont .visual_slide .indicator li.is_active .progress-bar div {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #6e27ff;
    animation: slide-progress linear forwards;
    animation-duration: 3s;
}

.visual_cont .visual_slide .indicator li.is_active:hover .progress-bar div {
    animation: none;
    transform: translateX(-100%);
}

.visual_cont .visual_slide .indicator button {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: -0.08em;
    color: #9390a0;
    font-size: 18px;
    font-family: 'noto4';
    cursor: pointer;
}

.visual_cont .visual_slide .indicator li.is_active button {
    color: #6e27ff;
    font-family: 'noto6';
}

/* 학습지원 */
.support_cont {
    padding: 107px 0 162px;
}

.support_cont .support_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 76px;
}

.support_cont .support_list > li {
    position: relative;
    width: 490px;
    height: 160px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 3, 12, 0.3);
}

.support_cont .support_list > li:hover {
    color: #fff;
    background-color: #6e27ff;
}

.support_cont .support_list > li::after {
    content: '';
    position: absolute;
    bottom: 33px;
    right: 38px;
    width: 60px;
    height: 50px;
}

.support_cont .support_list > li:nth-child(1)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -152px left -224px;
}

.support_cont .support_list > li:nth-child(3)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -152px left -316px;
}

.support_cont .support_list > li:nth-child(4)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -152px left -411px;
}

.support_cont .support_list > li.type_list {
    display: flex;
}

.support_cont .support_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.support_cont .support_list .list_title_wrap {
    padding: 37px 0 0 40px;
}

.support_cont .support_list .sub_title {
    margin-bottom: 8px;
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto2';
}

.support_cont .support_list .main_title {
    display: block;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -0.08em;
    font-size: 24px;
    font-family: 'noto6';
    font-weight: normal;
}

.support_cont .support_list .title_tag {
    display: inline-block;
    position: relative;
    top: -3px;
    padding: 2px 11px 2px 9px;
    margin-left: 4px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
    background: #000;
}

.support_cont .support_list > li:hover .title_tag {
    color: #6e27ff;
    background: #fff;
}

.support_cont .support_list .support_item_list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 302px;
    margin: 35px 0 0 auto;
}

.support_cont .support_list .support_item_list li {
    width: 50%;
    margin-bottom: 10px;
}

.support_cont .support_list .support_item_list a {
    display: inline-block;
    font-size: 17px;
    border-bottom: 1px solid transparent;
}

.support_cont .support_list .support_item_list a:hover {
    border-color: #fff;
    font-family: 'noto6';
}

/* 합격 후기 */
.review_cont {
    padding: 143px 0 150px;
    background: #efedf6;
}

.review_cont .main_title {
    padding-left: 19px;
}

.review_cont .review_video {
    position: relative;
    width: 1060px;
    height: 520px;
    padding-bottom: 4px;
    margin: 67px 0 0 -21px;
    box-sizing: content-box;
    overflow: hidden;
}

.review_cont .review_video .video_box {
    position: absolute;
    top: 10px;
    left: 29px;
    width: 1001px;
    height: 460px;
    cursor: pointer;
}

.review_cont .video_box .layer,
.review_cont .video_box span {
    display: block;
    width: 100%;
    height: 100%;
}

.review_cont .review_video .swiper-pagination {
    display: flex;
    justify-content: center;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: none;
    z-index: 1;
}

.review_cont .review_video .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0;
    border: none;
    border-radius: 15px;
    opacity: 1;
    background: #cdcdcd;
}

.review_cont .review_video .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 11px;
}

.review_cont .review_video .swiper-pagination .swiper-pagination-bullet-active {
    width: 34px;
    background: #6e27ff;
}

.review_cont .review_list {
    display: flex;
    width: calc(341px * 24);
    transform: translateX(9px);
    margin-top: 70px;
    margin-left: -25%;
    animation: marquee 60s linear infinite;
}

.review_cont .review_list:hover {
    animation-play-state: paused;
}

.review_cont .review_list li {
    position: relative;
    width: 320px;
    /*height: 400px;*/
    height: 460px;
    border: 2px solid transparent;
    padding: 52px 0 0 36px;
    margin-right: 21px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 3, 12, 0.3);
    transition: transform 0.2s ease-in;
}

.review_cont .review_list li:hover,
.review_cont .review_list li:focus {
    transform: translateY(-32px);
    border-color: #6e27ff;
}

.review_cont .review_list li::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 16px;
    width: 42px;
    height: 53px;
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -147px left -40px;
}

.review_cont .review_list .list_title {
    line-height: 28px;
    color: #6e27ff;
    font-size: 20px;
    font-family: 'noto6';
}

.review_cont .review_list .list_name {
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    font-family: 'noto6';
}

.review_cont .review_list .list_text {
    margin-top: 15px;
    line-height: 26px;
    color: #444;
    font-size: 16px;
}

.review_cont .btn_go_common {
    margin-top: 120px;
    margin-left: 264px;
}

/* 도서 */
.book_cont {
    position: relative;
    padding: 143px 0 150px;
}

.book_cont::before {
    content: '';
    position: absolute;
    top: 297px;
    left: 0;
    width: 100%;
    height: 473px;
    background: linear-gradient(to bottom, #fff 0%, #e6e4ed 100%);
    z-index: 0;
}

.book_cont::after {
    content: '';
    position: absolute;
    top: 397px;
    left: 0;
    width: 100%;
    height: 373px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/book_bg.png') no-repeat bottom center;
    background-size: auto 313px;
    z-index: 0;
    opacity: 0.3;
}

.book_cont .main_title {
    padding-left: 16px;
}

.book_cont .evidence_area {
    position: absolute;
    top: 69px;
    right: 146px;
}

.book_cont .book_visual {
    display: block;
    position: relative;
    left: 25px;
    margin: 73px auto 0;
    z-index: 1;
}

.book_cont .book_visual img:nth-child(2) {
    position: absolute;
    bottom: 7px;
    right: -48px;
}

.book_cont .book_visual .noti_txt {
    padding-right: 21px;
    margin-top: -7px;
    text-align: right;
    letter-spacing: -0.04em;
    color: #9390a0;
    font-size: 16px;
    font-family: 'noto2';
}

.book_cont .main_book_list {
    padding: 56px 0 0;
    margin-left: 9px;
}

.book_cont .btn_go_common {
    position: relative;
    left: 9px;
    margin-top: 10px;
}

/* 수강시청 */
.lecture_play {
    margin-top: 137px;
    padding: 150px 0 154px;
    background: linear-gradient(to bottom, #f2f4f8, #e4e6e9);
}
.lecture_play .main_inner {
    width: 1044px;
}
.lecture_play .lecture_title p {
    margin-bottom: 16px;
    font-family: 'noto4';
    font-size: 24px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: center;
}
.lecture_play .lecture_title strong {
    display: block;
    font-family: 'noto6';
    font-size: 42px;
    letter-spacing: -0.065em;
    line-height: 1;
    text-align: center;
}
.lecture_play .lecture_desc {
    margin-top: 30px;
    font-size: 16px;
    font-family: 'spoqa3';
    line-height: 26px;
}
.atoz_wrap {
    position: relative;
}
/* .lecture_video_wrap{
    margin-top:75px;
} */
.atozSlideArea.swiper-container {
    height: 735px;
    padding-top: 75px;
}
/* .atozSlideArea.swiper-container .swiper-wrapper{
    height:636px;
} */
.atozSlideArea .pagination_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    right: -1px;
    height: 34px;
    width: fit-content;
    padding: 0;
}
.atozSlideArea .pagination_wrap .page_number {
    margin-right: 10px;
    font-size: 16px;
}
.atozSlideArea .pagination_wrap .swiper-button-prev {
    position: static;
    width: 25px;
    height: 25px;
    margin: 0;
    background: url('/_skin/tpl_skin/common_images/icon/icon_main4.png') no-repeat -183px -139px;
}
.atozSlideArea .pagination_wrap .swiper-button-next {
    position: static;
    width: 25px;
    height: 25px;
    margin: 0 16px 0 0;
    background: url('/_skin/tpl_skin/common_images/icon/icon_main4.png') no-repeat -207px -139px;
}
.atoz_wrap .swiper-slide {
    position: relative;
    filter: blur(4px);
    transition: all 0.3s;
}
.atoz_wrap .swiper-slide.swiper-slide-active {
    filter: blur(0);
}
/* .atoz_wrap .swiper-slide.swiper-slide-active .img_bx{
    box-shadow: 10px 10px 30px rgba(0,0,0,.6);
} */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    top: 23px !important;
    height: 490px !important;
    background-color: rgba(255, 255, 192, 0.1);
    backdrop-filter: blur(6px);
    box-shadow: 2px 7px 15px 8px rgba(0, 0, 0, 0.3);
}
.atozSlideArea .swiper-slide {
    width: 100%;
    /* padding:0 120px; */
    position: relative;
}
.atozSlideArea .swiper-slide .video_box {
    position: absolute;
    top: 0;
    left: 21px;
    width: 1000px;
    height: 547px;
    font-size: 0;
}
.atozSlideArea .swiper-slide .video_box .layer {
    display: block;
    height: 100%;
}
.atozSlideArea .swiper-slide .img_bx {
    height: 100%;
    overflow: hidden;
    /*margin-top: 40px;*/
    /*padding:40px 10px 0;*/
}
.atozSlideArea .swiper-slide .img_bx .img_txt {
    display: block;
    margin: 12px auto 0;
}
.video_box .layer .start_video {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.atozSlideArea .swiper-slide .txt_bx {
    margin-top: 44px;
    text-align: center;
    opacity: 0;
}
.atozSlideArea .swiper-slide .txt_bx strong {
    font-size: 28px;
    font-family: 'noto5';
    letter-spacing: -0.2px;
    letter-spacing: -0.5px;
}
.atozSlideArea .swiper-slide .txt_bx p {
    color: #666;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'spoqa3';
    letter-spacing: -1.4px;
}
.atozSlideArea .swiper-slide.swiper-slide-active .txt_bx {
    opacity: 1;
}

/* 교수 */
.teacher_cont {
    height: 1411px;
    background: url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/teacher_bg.png') no-repeat center;
}

.teacher_cont .main_inner {
    padding: 143px 0 100px;
}

.teacher_cont .main_title {
    padding-left: 16px;
}

.teacher_cont .teacher_list_img {
    display: flex;
    justify-content: center;
    position: relative;
    width: 1207px;
    height: 450px;
    margin: 97px 0 0 -9%;
    overflow: hidden;
}

.teacher_cont .teacher_list_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 1290px;
    height: 123px;
    background: linear-gradient(to bottom, rgba(193, 208, 255, 0) 0, rgba(193, 208, 255, 0.8) 43%, rgba(193, 208, 255, 1) 67%);
}

.teacher_cont .teacher_list_img li {
    position: relative;
    width: 33%;
}

.teacher_cont .teacher_list_img li + li {
    margin-left: -16%;
}

.teacher_cont .teacher_list_img li.list_item3 {
    margin-left: -14%;
}

.teacher_cont .teacher_list_img li.list_item6 {
    margin-left: -12%;
}

.teacher_cont .teacher_list_name {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 1051px;
    margin: -24px 0 0 -17px;
}

.teacher_cont .teacher_list_name li {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: calc(100% / 6);
    height: 100%;
    color: #2f3d6a;
    font-size: 22px;
    font-family: 'market-m';
}

.teacher_cont .btn_go_common {
    margin-top: 57px;
}

.teacher_cont .review_list {
    display: flex;
    width: calc(340px * 14);
    margin-top: 120px;
    margin-left: -25%;
    animation: marquee 60s linear infinite;
}

.teacher_cont .review_list:hover {
    animation-play-state: paused;
}

.teacher_cont .review_list li {
    position: relative;
    width: 320px;
    height: 240px;
    margin-right: 20px;
    padding-top: 35px;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 20px 30px 0 rgba(0, 3, 12, 0.3);
    transition: transform 0.2s ease-in;
}

.teacher_cont .review_list li:hover,
.review_cont .review_list li:focus {
    transform: translateY(-32px);
    outline: 2px solid #6e27ff;
}

.teacher_cont .review_list li:nth-child(1),
.teacher_cont .review_list li:nth-child(8) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_5.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li:nth-child(2),
.teacher_cont .review_list li:nth-child(9) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_1.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li:nth-child(3),
.teacher_cont .review_list li:nth-child(10) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_2.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li:nth-child(4),
.teacher_cont .review_list li:nth-child(11) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_3.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li:nth-child(5),
.teacher_cont .review_list li:nth-child(12) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_4.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li:nth-child(6),
.teacher_cont .review_list li:nth-child(13) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_6.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li:nth-child(7),
.teacher_cont .review_list li:nth-child(14) {
    background: #fff url('/_skin/tpl_skin/basic_youth_counselor3/img/main_new/v2/review_7.png') no-repeat bottom 0 right 0;
}

.teacher_cont .review_list li::before {
    content: '“';
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
    color: #6e27ff;
    font-size: 80px;
    font-family: 'market-b';
}

.teacher_cont .review_list .review_text {
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.08em;
    font-style: italic;
    font-size: 18px;
}

.teacher_cont .review_list .review_name {
    display: block;
    width: 100%;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: -0.08em;
    color: #6e27ff;
    font-size: 18px;
    font-family: 'noto5';
}

/* 직업 인터뷰 */
.introduce_cont {
    padding: 143px 0 72px;
    background: #efedf6;
}

.introduce_cont .introduce_video {
    position: relative;
    height: auto;
    margin: -75px 0 0 -27px;
}

.introduce_cont .introduce_video .video_box {
    position: absolute;
    top: 312px;
    left: 36px;
    width: 660px;
    height: 360px;
    cursor: pointer;
}

.introduce_cont .introduce_video .video_box span,
.introduce_cont .introduce_video .video_box .layer {
    display: block;
    width: 100%;
    height: 100%;
}

/* 퀵메뉴 */
.quick_cont {
    background: #4339ff;
    background: linear-gradient(90deg, #8d27ff 0%, #4339ff 100%);
    box-shadow: 0 20px 30px 0 rgba(0, 3, 12, 0.3);
}

.quick_cont .main_inner {
    width: 1010px;
}

.quick_cont .quick_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 8px;
    height: 200px;
}

.quick_cont .quick_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.quick_cont .quick_list li a {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.quick_cont .quick_list li a::before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    margin: 10px auto 30px;
    border-radius: 50%;
}

.quick_cont .quick_list li:nth-child(1) a::before {
    background: rgba(0, 0, 0, 0.1) url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -220px left -16px;
}

.quick_cont .quick_list li:nth-child(2) a::before {
    background: rgba(0, 0, 0, 0.1) url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -221px left -112px;
}

.quick_cont .quick_list li:nth-child(3) a::before {
    background: rgba(0, 0, 0, 0.1) url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -220px left -207px;
}

.quick_cont .quick_list li:nth-child(4) a::before {
    background: rgba(0, 0, 0, 0.1) url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -220px left -302px;
}

.quick_cont .quick_list li:nth-child(5) a::before {
    background: rgba(0, 0, 0, 0.1) url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -222px left -400px;
}

.quick_cont .quick_list li:nth-child(6) a::before {
    background: rgba(0, 0, 0, 0.1) url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -220px left -493px;
}

.quick_cont .quick_list li a:hover::before,
.quick_cont .quick_list li a:focus::before {
    background-color: #fff;
    background-position-y: -388px;
}

.quick_cont .quick_list li:nth-child(1) a:hover::before,
.quick_cont .quick_list li:nth-child(1) a:focus::before {
    background-position-x: -15px;
}

.quick_cont .quick_list li:nth-child(2) a:hover::before,
.quick_cont .quick_list li:nth-child(2) a:focus::before {
    background-position-y: -389px;
}

.quick_cont .quick_list li:nth-child(5) a:hover::before,
.quick_cont .quick_list li:nth-child(5) a:focus::before {
    background-position-x: -400px;
    background-position-y: -390px;
}

.quick_cont .quick_list li em {
    position: relative;
    top: -18px;
}

/* 고객지원 */
.cs_cont {
    padding: 143px 0 150px;
}

.cs_cont .main_title p {
}

.cs_cont .main_title h3 {
    line-height: 40px;
    font-size: 40px;
}

.cs_cont .main_title h3 > span {
    display: inline-block;
    position: relative;
    top: -4px;
    font-family: 'noto4';
}

.cs_cont .main_title h3 > span > span {
    position: relative;
    top: 6px;
    font-size: 48px;
}

.cs_cont .cs_table {
    display: flex;
    border: 1px solid #ccc;
    margin-top: 59px;
}

.cs_cont .cs_table + .cs_table {
    margin-top: 20px;
}

.cs_cont .cs_table p {
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto3';
}

.cs_cont .cs_table1 h3 {
    line-height: 30px;
    margin-top: 1px;
    letter-spacing: -0.08em;
    font-size: 20px;
    font-family: 'noto6';
}

.cs_cont .cs_table2 h3 {
    letter-spacing: -0.08em;
    font-size: 22px;
    font-family: 'noto5';
}

.cs_cont .cs_table .table_item {
    position: relative;
    height: 138px;
}

.cs_cont .cs_table1 .table_item {
    width: 25%;
    padding: 26px 0 0 27px;
}

.cs_cont .cs_table1 .table_item:hover {
    outline: 2px solid #6e27ff;
    outline-offset: -1px;
    z-index: 1;
}

.cs_cont .cs_table2 .table_item {
    width: 50%;
    padding: 28px 0 0 30px;
}

.cs_cont .cs_table1 .table_item::after {
    content: '';
    position: absolute;
    bottom: 18px;
    right: 23px;
    width: 55px;
    height: 40px;
}

.cs_cont .cs_table1 .table_item:nth-child(1)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -329px left -34px;
}

.cs_cont .cs_table1 .table_item:nth-child(2)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -329px left -129px;
}

.cs_cont .cs_table1 .table_item:nth-child(3)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -329px left -225px;
}

.cs_cont .cs_table1 .table_item:nth-child(4)::after {
    background: url('/_skin/tpl_skin/common_images/icon/icon_main2.png') no-repeat top -328px left -319px;
}

.cs_cont .cs_table .table_item + .table_item {
    border-left: 1px solid #ccc;
}

.cs_cont .cs_table .table_header {
    display: flex;
    align-items: center;
}

.cs_cont .cs_table .btn-more {
    position: relative;
    top: -1px;
    margin-left: 9px;
    font-size: 30px;
}

.cs_cont .cs_table .btn-more:hover,
.cs_cont .cs_table .btn-more:focus {
    color: #6e27ff;
}

.cs_cont .cs_table .table_list {
    margin-top: 12px;
}

.cs_cont .cs_table .table_list li {
    position: relative;
    padding-left: 8px;
    line-height: 23px;
    font-size: 16px;
}

.cs_cont .cs_table .table_list li + li {
    margin-top: 3px;
}

.cs_cont .cs_table .table_list li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -1px;
    width: 3px;
    height: 3px;
    background: #000;
}

.cs_cont .cs_table .table_list li a {
    display: inline-block;
    line-height: 20px;
}

.cs_cont .cs_table .table_list li a:hover {
    border-bottom: 1px solid #6e27ff;
    color: #6e27ff;
}
