@charset "utf-8";
/* 메인 미노출 영역 */
#banner_open_fmb,
#notice_side_wrap,
.bottom_banner_review {
    display: none !important;
}

/* 공통 */
.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 .cont_header {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.cat_main_cont .main_title {
    width: 100%;
}

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #363636;
    font-size: 19px;
}

.cat_main_cont .main_title h3 {
    line-height: 1.3;
    margin: 5px 0 0;
    letter-spacing: -0.05em;
    font-size: 30px;
    font-family: 'noto7';
}

.cat_main_cont .btn_default {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2em;
    min-width: 397px;
    height: 54px;
    line-height: 54px;
    padding: 0 0 0 12px;
    border: 2px solid #000;
    border-radius: 10px;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 17px;
    font-family: 'noto7';
    background: #fff;
}

.cat_main_cont .btn_default::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 16px;
    margin: 0 0 0 11px;
    background: url('/_skin/tpl_skin/common_images/main/icon_arrow_black.png') no-repeat 0 0 / contain;
}

/* 슬라이드 컨트롤 */
.cat_main_cont .swiper-button-prev,
.cat_main_cont .swiper-button-next {
    width: 48px;
    height: 48px;
    background: url('/_skin/tpl_skin/common_images/main/icon_arrow_circle.png') no-repeat 0 0;
}

.cat_main_cont .swiper-button-prev {
    left: -60px;
    transform: rotate(180deg);
}

.cat_main_cont .swiper-button-next {
    right: -63px;
}

/* 탭 */
.cat_main_cont .tab_content {
    display: none;
}

.cat_main_cont .tab_content.is_active {
    display: flex;
}

/* 플로팅 메뉴 */
.floating_menu {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 473px;
    left: 0;
    width: 100%;
    transition: transform 0.2s linear;
    transition-delay: 0.01s;
    z-index: var(--z-index-floating, 30);
    pointer-events: none;
}

.floating_menu .menu_inner {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1880px;
    min-width: 1473px;
    margin: 0 auto;
    pointer-events: none;
}

.floating_menu .menu_inner > * {
    pointer-events: auto;
}

.floating_menu .menu_quick {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 171px;
    margin: 0 12px 0 0;
    padding: 15px 0 13px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
}

.floating_menu .menu_quick li {
    width: 100%;
}

.floating_menu .menu_quick a,
.floating_menu .menu_quick button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.04em;
    color: #373737;
    font-size: 15px;
    font-family: 'noto6';
}

.floating_menu .menu_quick a::before,
.floating_menu .menu_quick button::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url('/_skin/tpl_skin/common_images/main/icons_quick.png') no-repeat 0 0;
}

.floating_menu .menu_quick .btn_cs::before {
    /* 상담예약 */
    background-position: -10px -10px;
}

.floating_menu .menu_quick .btn_kakao::before {
    /* 카톡채팅상담 */
    background-position: -72px -10px;
}

.floating_menu .menu_quick .btn_review::before {
    /* 합격후기 */
    background-position: -134px -10px;
}

.floating_menu .menu_quick .btn_card::before {
    /* 자격증정보 */
    background-position: -196px -10px;
}

.floating_menu .menu_quick .btn_benefit::before {
    /* 맞춤할인혜택 */
    background-position: -258px -10px;
}

/* 최상단 후기 슬라이드 */
.pass_review_wrap {
    background: radial-gradient(circle, rgba(2, 35, 97, 1) 200px, rgba(10, 16, 29, 1) 50%);
}

.pass_review_wrap .main_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 1100px;
    height: 47px;
    margin: 0 auto;
}

.pass_review_wrap .pass_review_title {
    line-height: 1.2;
    flex: 0 0 auto;
    letter-spacing: 0;
    margin: 0 6px 0 0;
    color: #fff;
    font-size: 16px;
    font-family: 'noto6';
}

.pass_review_wrap .pass_review_slide {
    flex: 1 1 auto;
    display: flex;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
}

.pass_review_wrap .swiper-slide {
    display: flex;
    align-items: center;
}

.pass_review_wrap .review_text {
    line-height: 1.2;
    letter-spacing: 0;
    color: #b7d0ff;
    font-size: 16px;
    font-family: 'noto6';
}

.pass_review_wrap .review_author {
    line-height: 1.2;
    margin: 0 0 0 25px;
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
}

.pass_review_wrap .btn_go {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    margin: 0 0 0 auto;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #fff;
    font-size: 13px;
    font-family: 'noto5';
}

.pass_review_wrap .btn_go::after {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background: url('/_skin/tpl_skin/common_images/main/icon_arrow_bottom_white.png') no-repeat 0 0;
}

/* 최상단 브랜딩 슬라이드 */
.branding_wrap {
    background: #1c2543;
    overflow: hidden;
}

.branding_wrap .main_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 166px;
    margin: 0 auto;
}

.branding_wrap .branding_slide {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    width: 1220px;
    height: 100%;
}

.branding_wrap .slide_wrap {
    width: 1600px;
}

.branding_wrap .slide_inner {
    display: flex;
    justify-content: center;
    width: 100%;
}

.branding_wrap .swiper-button-prev,
.branding_wrap .swiper-button-next {
    position: absolute;
    width: 30px;
    height: 39px;
    background: url('/_skin/tpl_skin/common_images/main/icon_arrow_bold.png') no-repeat 0 0;
}

.branding_wrap .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
}

.branding_wrap .swiper-button-next {
    right: 0;
}

/* 비주얼 */
.visual_cont {
    background: #e3e9f7;
}

.visual_cont .visual_slide_wrap {
    position: relative;
    width: 100%;
    height: 400px;
}

.visual_cont .tab_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 0 2px;
    z-index: 2;
}

.visual_cont .btn_tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 236px;
    height: 54px;
    padding: 0 14px 0 20px;
    border: 2px solid transparent;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 17px;
    font-family: 'noto6';
}

.visual_cont .btn_tab.is_active {
    border-color: #000;
}

.visual_cont .btn_tab.is_active::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    margin: 0 0 0 auto;
    background: url('/_skin/tpl_skin/common_images/main/icon_arrow_black.png') no-repeat 0 0 / contain;
}

.visual_cont .tab_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.visual_cont .visual_slide {
    width: 100%;
    overflow: hidden;
}

.visual_cont .swiper-wrapper {
    height: 100%;
}

.visual_cont .swiper-slide {
    width: 100%;
    height: 100%;
}

.visual_cont .slide_inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding: 58px 0 88px 309px;
    background: no-repeat center center;
}

.visual_cont .visual_slide .swiper-pagination {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    bottom: 28px;
    left: auto;
    right: 0;
    width: auto;
    height: 21px;
    padding: 0 13px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.visual_cont .visual_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 50%;
    background: #fff;
    opacity: 0.3;
}

.visual_cont .visual_slide .swiper-pagination-bullet-active {
    opacity: 1;
}

.visual_cont .slide_sub_title {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: 20px;
    font-family: 'noto6';
}

.visual_cont .slide_title {
    display: block;
    line-height: 1.2;
    margin: 13px 0 0;
    letter-spacing: -0.02em;
    font-size: 50px;
    font-family: 'noto7';
}

.visual_cont .btn_go {
    display: inline-flex;
    align-items: center;
    gap: 0.2em;
    min-width: 387px;
    height: 62px;
    line-height: 1.2;
    border: 1px solid #000;
    padding: 0 18px 0 27px;
    margin: auto 0 0;
    border-radius: 10px;
    letter-spacing: -0.02em;
    font-size: 20px;
    font-family: 'noto6';
    background: #fff;
}

.visual_cont .btn_go::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 16px;
    margin: 0 0 0 auto;
    background: url('/_skin/tpl_skin/common_images/main/icon_arrow_black.png') no-repeat 0 0;
}

.visual_cont .slide_interaction {
    position: absolute;
        top: 40px;
    right: 0;
    width: 838px;
    height: 272px;
}

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

.product_cont .main_inner {
    padding: 40px 0 19px;
}

.product_cont .product_slide {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    height: calc(302px + 70px);
    padding: 25px 0 45px;
}

.product_cont .swiper-button-prev,
.product_cont .swiper-button-next {
    margin: -34px 0 0;
}

.product_cont .product_slide .slide_wrap {
    width: 1100px;
    overflow: hidden;
}

.product_cont .product_slide .swiper-slide a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 262px;
    min-height: 302px;
    padding: 24px 29px 26px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.product_cont .product_slide .swiper-slide a:hover {
    border-color: #6281ef;
    background-color: #f7f9ff;
    box-shadow: 0px 10px 43px 0px rgba(117, 117, 140, 0.25);
}

.product_cont .product_label {
    height: 24px;
    line-height: 24px;
    padding: 0 13px;
    border-radius: 24px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
    background: #6281ef;
}

.product_cont .product_name {
    display: block;
    line-height: 1.18;
    margin: 12px 0 0;
    letter-spacing: -0.045em;
    font-size: 29px;
    font-family: 'noto7';
}

.product_cont .product_desc {
    line-height: 1.2;
    margin: 9px 0 0;
    word-break: keep-all;
    letter-spacing: -0.045em;
    font-size: 17px;
}

.product_cont .product_price {
    display: flex;
    flex-direction: column;
    margin: auto 0 0;
}

.product_cont .price_tag {
    display: flex;
    align-items: center;
    gap: 0.3em;
    line-height: 1.2;
    padding: 0 0 0 24px;
    letter-spacing: -0.045em;
    color: #ff4e4e;
    font-size: 14px;
    font-family: 'noto5';
    background: url('/_skin/tpl_skin/common_images/main/icon_coupon.png') no-repeat left 3px center / 16px auto;
}

.product_cont .price_origin {
    line-height: 1.2;
    margin: 6px 0 2px;
    letter-spacing: -0.045em;
    text-decoration: line-through;
    color: #b3b5bf;
    font-size: 22px;
    font-family: 'noto5';
}

.product_cont .price_title {
    line-height: 1.2;
    margin: auto 0 0;
    letter-spacing: -0.045em;
    color: #423b4b;
    font-size: 29px;
    font-family: 'noto7';
}

/* 교수 */
.professor_cont .main_inner {
    padding: 108px 0 142px;
}

.professor_cont .teacher_slide {
    width: 1104px;
    height: 684px;
    padding: 15px 46px 38px;
    margin: 21px 0 0 0;
    box-sizing: content-box;
    overflow: hidden;
}

.professor_cont .teacher_slide .swiper-slide {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    height: 342px;
}

.professor_cont .teacher_slide .swiper-slide-next {
    margin-bottom: 38px !important;
}

.professor_cont .teacher_slide .swiper-slide-active,
.professor_cont .teacher_slide .swiper-slide-next {
}

.professor_cont .teacher_slide .swiper-slide li {
    position: relative;
    width: calc(100% / 3 - 10px);
    height: 338px;
}

.professor_cont .teacher_slide .swiper-slide li::before {
    content: '';
    display: block;
    width: 100%;
    height: 325px;
    border-radius: 18px;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(0deg, #79a7fd 0%, #aa7ef9 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    opacity: 0;
    box-shadow: 0px 16px 36px 0px rgba(16, 16, 19, 0.28);
}

.professor_cont .teacher_slide .swiper-slide li:hover::before,
.professor_cont .teacher_slide .swiper-slide li:focus::before {
    opacity: 1;
}

.professor_cont .teacher_slide .swiper-slide li.blank::before {
    display: none;
}

.professor_cont .teacher_slide .swiper-slide p {
    letter-spacing: -0.065em;
    font-family: 'spoqa3';
    font-size: 18px;
}

.professor_cont .teacher_slide .swiper-slide strong {
    display: block;
    position: relative;
    margin-top: 16px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 21px;
    font-family: 'spoqa4';
    z-index: 1;
}

.professor_cont .teacher_slide .swiper-slide strong span {
    font-size: 26px;
}

.professor_cont .teacher_slide .swiper-slide .list_inner {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 325px;
    padding: 52px 0 0 30px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(137deg, #e7ebf0 0%, #cad4e2 100%);
}

.professor_cont .teacher_slide .swiper-slide .list_inner::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.professor_cont .teacher_slide .swiper-slide .list_btns {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #4c36ff;
    opacity: 0.8;
    z-index: 1;
}

.professor_cont .teacher_slide .swiper-slide li:hover .list_btns {
    display: flex;
}

.professor_cont .teacher_slide .swiper-slide .list_btns::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 7px;
    height: 100%;
    background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -76px left -172px;
}

.professor_cont .teacher_slide .swiper-slide .list_btns > a,
.professor_cont .teacher_slide .swiper-slide .list_btns > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    height: auto;
    color: #d0cdec;
    font-size: 14px;
    font-weight: 700;
    font-family: 'spoqa4';
}

.professor_cont .teacher_slide .swiper-slide .list_btns a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.professor_cont .teacher_slide .swiper-slide .list_btns a:hover {
    color: #fff;
}

.professor_cont .teacher_slide .swiper-slide .list_btns a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat;
}

.professor_cont .teacher_slide .swiper-slide .list_btns .btn_sample::before {
    background-position: top -91px left -69px;
}

.professor_cont .teacher_slide .swiper-slide .list_btns .btn_sample:hover::before {
    background-position: top -91px left -36px;
}

.professor_cont .teacher_slide .swiper-slide .list_btns .btn_teacher::before {
    background-position: top -91px left -135px;
}

.professor_cont .teacher_slide .swiper-slide .list_btns .btn_teacher:hover::before {
    background-position: top -91px left -102px;
}

.professor_cont .teacher_slide .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.professor_cont .btn_default {
    margin: 7px 0 0;
}

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

.book_cont .main_inner {
    padding: 141px 0 135px;
}

.book_cont .cont_header {
    gap: 16px;
    z-index: 2;
}

.book_cont .main_title {
    flex: 0 0 auto;
    width: auto;
}

.book_cont .tooltip_popup {
    margin: 0 0 5px;
}

.book_cont .main_book_list {
    display: flex;
    justify-content: center;
    width: 1100px;
}

.book_cont .btn_open_delivery {
    position: absolute;
    top: 69px;
    right: -16px;
    z-index: var(--z-index-content, 10);
}

.book_cont .book_slide {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    z-index: 1;
}

.book_cont .swiper-button-prev,
.book_cont .swiper-button-next {
    margin: -8px 0 0;
}

.book_cont .slide_count {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.05em;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-size: 16px;
}

.book_cont .slide_count .count_current {
    font-family: 'noto6';
}

.book_cont .book_slide .slide_wrap {
    width: 1100px;
    margin: 13px 0 0;
    overflow: hidden;
}

.book_cont .book_slide .swiper-slide {
    position: relative;
    z-index: 1;
}

.book_cont .swiper-slide:hover {
    z-index: 2;
}

.book_cont .swiper-slide.is_active {
    z-index: 3;
}

.book_cont .book_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 262px;
    height: 354px;
    padding: 33px 30px 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: #fff;
}

.book_cont .book_thumb {
    width: 200px;
    height: 208px;
}

.book_cont .book_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.book_cont .book_name {
    line-height: 1.38;
    margin: 31px 0 0;
    word-break: keep-all;
    letter-spacing: -0.05em;
    font-size: 15px;
    font-family: 'noto6';
}

.book_cont .btn_default {
    margin: 63px 0 0;
}

.book_cont .book_layer {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    padding-top: 50px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    outline: 2px solid #6281ef;
    z-index: 4;
}

.book_cont .swiper-slide.is_active .book_layer,
.book_cont .swiper-slide:hover .book_layer {
    display: flex;
}

.book_cont .book_layer .layer_utils {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.book_cont .book_layer .layer_utils a {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border-radius: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'noto4';
    background: #4339ff;
    background: linear-gradient(90deg, #4339ff 0%, #8d27ff 100%);
}

.book_cont .book_layer .layer_depth {
    display: none;
    position: absolute;
    top: 11px;
    left: 14px;
    width: 450px;
    min-height: 170px;
    max-height: 300px;
    border: 0;
    padding: 28px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 3, 12, 0.3);
    z-index: 4;
}

.book_cont .is_active .layer_depth {
    display: block;
}

.book_cont .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .book_layer .layer_depth {
    left: auto;
    right: 14px;
}

.book_cont .layer_depth .lec_title {
    line-height: 22px;
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto6';
}

.book_cont .layer_depth .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    font-size: 0;
    background: url('/_skin/tpl_skin/common_images/icon_close.png') no-repeat center center;
    cursor: pointer;
}

.book_cont .layer_depth .lec_list {
    width: 100%;
    margin-top: 9px;
}

.book_cont .layer_depth .lec_list li {
    position: relative;
    width: 100%;
    padding-left: 7px;
    color: #525356;
}

.book_cont .layer_depth .lec_list li:before {
    content: 'ㆍ';
    position: absolute;
    top: -1px;
    left: -6px;
}

.book_cont .layer_depth .lec_list li a {
    display: inline-block;
    line-height: 20px;
    max-width: 90%;
    border-bottom: 1px solid transparent;
    color: #000;
    font-size: 16px;
    font-family: 'noto4';
}

.book_cont .layer_depth .lec_list li a:hover {
    border-color: #6e27ff;
    color: #6e27ff;
}

.book_cont .layer_depth .lec_pagination {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
}

.book_cont .layer_depth .lec_pagination li {
    display: inline-block;
}

.book_cont .layer_depth .lec_pagination li + li:before {
    content: '/';
    color: #999;
}

.book_cont .layer_depth .lec_pagination li > span {
    display: none;
}

.book_cont .layer_depth .lec_pagination li button {
    margin: 0 5px;
    border: 0;
    letter-spacing: -0.08em;
    color: #999;
    font-size: 14px;
    font-family: 'noto5';
    background: none;
    cursor: pointer;
}

.book_cont .layer_depth .lec_pagination li button:hover,
.book_cont .layer_depth .lec_pagination li button.selectedPage {
    color: #6e27fe;
}

/* 합격 후기 */
.review_cont {
    background: #fff;
}

.review_cont .main_inner {
    padding: 151px 0 143px;
}

.review_cont .review_slide {
    display: flex;
    gap: 36px;
    width: 100vw;
    margin: 60px 0 0;
}

.review_cont .review_slide .slide_inner {
    display: inline-flex;
    gap: 36px;
    padding-left: 36px;
    animation: marquee 20s linear infinite;
}

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

.review_cont .review_slide .review_item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 383px;
    min-height: 498px;
    padding: 217px 36px 51px;
    border-radius: 15px;
    background: #fff no-repeat 0 0 / contain;
    box-shadow: 0px 6px 38px 0px rgba(119, 130, 172, 0.28);
    overflow: hidden;
}

.review_cont .review_slide .review_text {
    line-height: 1.42;
    letter-spacing: -0.02em;
    word-break: keep-all;
    font-size: 17px;
    font-family: 'noto5';
}

.review_cont .review_slide .review_author {
    line-height: 1.2;
    margin: 9px 0 0;
    letter-spacing: -0.02em;
    color: #a3a3a3;
    font-size: 15px;
    font-family: 'noto6';
}

.review_cont .review_slide .review_tags {
    display: flex;
    gap: 5px;
    margin: auto 0 0;
}

.review_cont .review_slide .review_tags li {
    display: flex;
    align-items: center;
    height: 29px;
    padding: 0 10px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    border-radius: 8px;
    color: #6b8edd;
    font-size: 13px;
    font-family: 'noto6';
    background: #f4f6f7;
}

.review_cont .btn_default {
    margin: 88px 0 0;
}

/* 수험 정보 */
.info_cont {
    background: #f2f4f8;
}

.info_cont .main_inner {
    padding: 135px 0 105px;
}

.info_cont .info_slide {
    position: relative;
    width: 1175px;
    margin: -6px 0 0;
}

.info_cont .info_slide .swiper-button-prev {
    left: -23px;
}

.info_cont .info_slide .swiper-button-next {
    right: -25px;
}

.info_cont .slide_header {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 1137px;
    padding: 0 4px;
    z-index: 1;
}

.info_cont .slide_wrap {
    width: 1300px;
    margin: -3px 0 0;
    overflow: hidden;
}

.info_cont .swiper-slide {
    display: flex;
    justify-content: flex-start;
    width: 372px;
}

.info_cont .slide_inner {
    flex: 0 0 auto;
    position: relative;
    width: 431px;
    height: 420px;
    padding: 28px 38px 49px 38px;
    font-size: inherit;
    background: url('/_skin/tpl_skin/common_images/main/info_slide_bg.png') no-repeat 0 0 / contain;
}

.info_cont .slide_inner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 27px 0 0 20px;
}

.info_cont .video_thumb {
    width: 313px;
    height: 172px;
}

.info_cont .video_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_cont .video_title {
    display: block;
    width: 100%;
    min-height: 45px;
    line-height: 1.25;
    margin: 23px 0 0;
    letter-spacing: -0.05em;
    font-size: 18px;
    font-family: 'noto6';
    /* ... 처라 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_cont .video_desc {
    line-height: 1.2;
    margin: 9px 0 0;
    letter-spacing: -0.05em;
    color: #808080;
    font-size: 15px;
    font-family: 'noto5';
}

/* 이벤트 */
.event_cont .main_inner {
    padding: 103px 0 129px;
}

.event_cont .main_title {
    width: 100%;
    line-height: 1.22;
    letter-spacing: -0.05em;
    font-size: 33px;
    font-family: 'noto6';
}

.event_cont .event_slide {
    position: relative;
    width: 100%;
    margin: 42px 0 0;
}

.event_cont .event_slide .swiper-slide {
    gap: 24px;
    width: 282px;
    height: 267px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease-in-out;
    opacity: 0.5;
}

.event_cont .event_slide .swiper-slide-active,
.event_cont .event_slide .swiper-slide-active + .swiper-slide,
.event_cont .event_slide .swiper-slide-active + .swiper-slide + .swiper-slide,
.event_cont .event_slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
}

.event_slide .swiper-slide:hover {
    transform: translate(0, -10px);
}

.event_cont .event_thumb {
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.event_cont .event_thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 282 / 156;
}

.event_cont .event_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 22px 0;
}

.event_cont .event_desc {
    margin: 2px 0 0;
}

.event_cont .event_title,
.event_cont .event_desc {
    width: 100%;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 16px;
    font-family: 'noto6';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_cont .event_period {
    display: block;
    line-height: 1.2;
    margin: 8px 0 0;
    letter-spacing: -0.045em;
    color: #9a9fa9;
    font-size: 13px;
    font-family: 'noto5';
}

.event_cont .swiper_control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 77px 0 0;
}

.event_cont .swiper_control button {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    background: url('/_skin/sidae/popkon/images/layout/icon_header_utils.png') no-repeat -31px -5px;
}

.event_cont .swiper_control .btn_next {
    transform: rotate(180deg);
}

.event_cont .swiper_control .swiper-pagination {
    position: static;
    width: 100%;
    height: 3px;
    background: #ccc;
}

.event_cont .swiper_control .swiper-pagination-progressbar-fill {
    background: #000;
}

.event_cont .btn_more {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 27px;
    line-height: 1.2;
    border: 1px solid #000;
    margin: 0 29px 0 0;
    border-radius: 5px;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 14px;
    background: #000;
    transition: 0.2s ease-in-out;
}

.event_cont .btn_more:hover {
    color: #000;
    background: #fff;
}

.event_cont .slide_count {
    flex: 0 0 auto;
    width: 91px;
    line-height: 1.2;
    text-align: center;
    font-size: 19px;
    font-family: 'noto4';
}

.event_cont .slide_count span {
    font-family: 'noto6';
}

/* 5분컷 영상 */
.info_cont .video_slide_bx_2 {
    margin-top: 100px;
}

.info_cont .atozVideoSlide_wrap {
    position: relative;
}
.info_cont .atozVideoSlide_wrap .swiper-button-prev,
.info_cont .atozVideoSlide_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
}
.info_cont .atozVideoSlide_wrap .swiper-button-prev {
    left: -60px;
    background: url('/_skin/tpl_skin/common_images/prev_btn.png') center no-repeat;
}
.info_cont .atozVideoSlide_wrap .swiper-button-next {
    right: -60px;
    background: url('/_skin/tpl_skin/common_images/next_btn.png') center no-repeat;
}
.info_cont .atozVideoSlideArea {
    height: 260px;
    margin-top: 35px;
}
.info_cont .atozVideoSlideArea .swiper-slide {
    position:relative;
    display: initial;
    width: 340px;
    height: 100%;
}

.info_cont .atozVideoSlideArea .tab_video {
    position: relative;
    width: 100%;
    height: 192px;
    margin-top: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #000;
    overflow: hidden;
}
.info_cont .atozVideoSlideArea .imgVideo,
.info_cont .atozVideoSlideArea .popupVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info_cont .atozVideoSlideArea p {
    font-family: 'noto7';
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1;
}

.info_cont .atozVideoSlideArea .text_sub {
    line-height: 1.3;
    margin: 9px 0 0;
    font-size: 16px;
    font-family: 'noto4';
}

.info_cont .atozVideoSlideArea .show-samp {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.info_cont .atozVideoSlideArea .popupVideo a,
.info_cont .atozVideoSlideArea .show-samp::after {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 19, 0.5) url('/_skin/tpl_skin/common_images/icon_play.png') no-repeat center;
}

.info_cont .atozVideoSlideArea .show-samp::after {
    clear: both;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
