@charset "UTF-8";

button {
    cursor: pointer;
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

.specialBenefitArea {
    display: none;
}

.apply-area {
    position: relative;
    width: 100%;
    min-width: 1100px;
    color: #000;
    font-family: 'noto4';
    background: #fff;
}

.apply-area input {
    display: none;
}

.apply-area label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'noto4';
}

.apply-area label::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background: #fff no-repeat center / 14px auto;
}

.apply-area input:checked+label::before {
    border-color: #f14e4f;
    background-color: #f14e4f;
    background-image: url('/mobile/images/tpl_img/005002/apply/single/icon_check.png');
}

.apply-area .apply_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 0;
}

.apply-area .apply_title {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 17px;
    font-family: 'noto7';
}

/* 수강신청 모달 공통 스타일 : s */
.apply_modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: var(--z-index-dimmed, 700);
}

.apply_modal.is_active {
    display: flex;
}

.apply_modal .modal_inner {
    width: 100%;
    height: 80vh;
    margin: 16px 40px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.apply_modal .modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background: #fff;
}

.apply_modal .modal_header .header_title {
    font-size: 30px;
    font-family: 'spoqa4';
}

.apply_modal .btn_close {
    transform: scaleY(0.8);
    font-size: 34px;
    font-family: 'spoqa4';
}

.apply_modal .modal_content {
    height: 80vh;
    padding: 0 40px;
    overflow-y: auto;
}

/* 수강신청 모달 공통 스타일 : e */

/* 수강신청 필터 영역 : s */
.apply-area .apply_filter {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.apply-area .apply_filter .filter_header {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.apply-area .apply_filter .btn_reset {
    display: inline-flex;
    align-items: center;
    height: 26px;
    margin: 0 0 0 auto;
    padding: 0 8px;
    border: 1px solid #000;
    border-radius: 4px;
    letter-spacing: -0.045em;
    font-size: 13px;
    font-family: 'noto6';
}

.apply-area .apply_filter .filter_body {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 13px 0 0;
}

.apply-area .filter_course_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 28px;
    width: 100%;
    padding: 11px 16px;
    background: #e3e3e3;
}

.apply-area .filter_course_list .course_item label {
    gap: 8px;
    line-height: 1.3;
    letter-spacing: -0.045em;
    white-space: nowrap;
    font-size: 14px;
    font-family: 'noto6';
}

.apply-area .filter_subject_table {
    width: 100%;
    margin: 21px 0 0;
    border-top: 2px solid #000;
    text-align: center;
    letter-spacing: -0.045em;
    font-size: 14px;
    font-family: 'noto6';
}

.apply-area .filter_subject_table .subject_item {
    display: none;
    border-bottom: 1px solid #000;
}

.apply-area .filter_subject_table .subject_item.is_active {
    display: flex;
}

.apply-area .filter_subject_table .subject_cell {
    flex: 0 0 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    line-height: 1.2;
    padding: 5px 0;
    border-right: 1px solid #a6a6a6;
    background: #fbfbfb;
}

.apply-area .filter_subject_table .group_course {
    flex: 0 0 96px;
}

.apply-area .filter_subject_table .group_category {
    flex: 0 0 102px;
}

.apply-area .filter_subject_table .category_list {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.apply-area .filter_subject_table .category_item {
    flex: 1 1 auto;
    display: none;
    width: 100%;
}

.apply-area .filter_subject_table .category_item.is_active {
    display: flex;
}

.apply-area .filter_subject_table .category_item.is_active~.category_item.is_active {
    border-top: 1px solid #a6a6a6;
}

.apply-area .filter_subject_table .subject_chk_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 28px;
    width: 100%;
    padding: 6px 29px;
}

/* 수강신청 필터 영역 : e */

/* 수강신청 목록 영역 : s */
.apply-area .apply_product {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.apply-area .apply_product .course_box {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.apply-area .apply_product .course_box.is_active {
    display: flex;
}

.apply-area .apply_product .tplProductWrap {
    display: none;
    width: 100%;
    /* height: 133px; */
    padding: 21px 60px 22px 45px;
    border: 2px solid #313137;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
}

.apply-area .apply_product .tplProductWrap.is_active {
    display: block;
}

.apply-area .apply_product .tplProductWrap+.tplProductWrap {
    margin-top: 14px;
}

.apply-area .apply_product .productItemList {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.apply-area .apply_product .item_info {
    flex: 1 1 auto;
    max-width: 380px;
}

.apply-area .apply_product .item_name {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.05em;
    word-break: keep-all;
    font-size: 19px;
    font-family: 'noto7';
}

.apply-area .apply_product .detail_txt {
    margin-top: 8px;
    font-family: 'noto5';
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.apply-area .apply_product .detail_txt li {
    display: flex;
    align-items: flex-start;
}

.apply-area .apply_product .detail_txt li span {
    display: inline-block;
}

.apply-area .apply_product .item_utils {
    display: flex;
    margin: auto 0 0;
    border: 1px solid #717171;
}

.apply-area .apply_product .item_utils a,
.apply-area .apply_product .item_utils button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 22px;
    line-height: 20px;
    border-right: 1px solid #717171;
    letter-spacing: 0.2px;
    color: #717171;
    font-size: 12px;
    font-family: 'noto3';
}

.apply-area .apply_product .item_utils a:last-child,
.apply-area .apply_product .item_utils button:last-child {
    border-right: none;
}

.apply-area .apply_product .item_utils a::after,
.apply-area .apply_product .item_utils button::after {
    content: '+';
    margin: 0 0 0 2px;
}

.apply-area .apply_product .item_check_wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: end;
    row-gap: 4px;
    height: 100%;
    margin: 0 0 0 auto;
}

.apply-area .apply_product .item_check_wrap li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
    align-items: end;
}

.apply-area .apply_product .item_check_wrap label {
    white-space: nowrap;
}

.apply-area .apply_product .item_pri_wrap {
    display: flex;
    align-items: center;
    gap: 27px;
    text-align: right;
    justify-self: end;
}

.apply-area .apply_product .item_pri {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    position: relative;
}

.apply-area .apply_product .item_origin_pri {
    line-height: 1;
    letter-spacing: -0.05em;
    color: #ababab;
    font-size: 20px;
    font-family: 'noto4';
    text-decoration: line-through;
}

.apply-area .apply_product .item_origin_pri+div {
    line-height: 1.2;
}

.apply-area .apply_product .item_pri .tpl_coupon_type {
    display: block;
    margin-bottom: 6px;
    font-family: 'noto7';
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: right;
    color: #f22a2a;
}

.apply-area .apply_product .item_selling_pri {
    line-height: 1;
    letter-spacing: -0.05em;
    color: #000;
    font-size: 20px;
    font-family: 'noto7';
    text-align: right;
}

.apply-area .apply_product .item_detail_page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 45px;
    border-radius: 10px;
    background: #485783;
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #fff;
    transform: translateY(-2px);
}

.apply-area .apply_product .more_btn {
    width: 100%;
    height: 34px;
    margin-top: 13px;
    border-radius: 4px;
    background: #e9e8ed;
    font-family: 'noto4';
    font-size: 12px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #a7a7a7;
}

.apply-area .apply_product .empty_list {
    display: none;
    justify-content: center;
    align-items: center;
    height: 200px;
    line-height: 1.3;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    font-size: 25px;
    font-family: 'spoqa4';
}

.apply-area .apply_product .empty_list.is_active {
    display: flex;
}

/* 수강신청 목록 영역 : e */

/* 수강신청 계산기 영역 : s */
.apply_calculator {
    color: #000;
    font-size: 62.5%;
    font-family: 'spoqa4';
}

.apply_calculator.is_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: var(--z-index-modal, 100);
}

.apply_calculator .section_inner {
    padding: 31px 50px 29px 52px;
    border-radius: 18px;
    background: #3b424f;
}

.apply_calculator.is_fixed .section_inner {
    margin: 16px 40px 0;
}

.apply_calculator .calc_contents {
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
    row-gap: 20px;
    justify-content: space-between;
    color: #b9b9b9;
    font-family: 'spoqa4';
}

.apply_calculator .calc_contents .calc_cate_wrap {
    display: flex;
    flex: 1 1 auto;
    column-gap: 46px;
}

.apply_calculator .calc_contents .cate_title {
    display: block;
    letter-spacing: -0.025em;
    font-size: 16px;
}

.apply_calculator .calc_contents .cate_price {
    display: inline-block;
    width: 241px;
    height: 38px;
    margin-top: 10px;
    padding: 10px 23px;
    border-radius: 5px;
    text-align: right;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    background: #434a59;
}

.apply_calculator .calc_contents .cate_item_discount .cate_price {
    color: #a8bff5;
}

.apply_calculator .calc_contents .calc_total_wrap {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
}

.apply_calculator .calc_contents .calc_total_wrap span {
    letter-spacing: -0.025em;
    font-size: 22px;
}

.apply_calculator .calc_contents .calc_total_wrap strong {
    margin-left: 79px;
    color: #fff;
    font-size: 25px;
}

.apply_calculator .calc_utils {
    display: flex;
    justify-content: center;
    gap: 29px;
    margin-top: 22px;
    padding: 31px 3px 0 0;
    border-top: 1px solid #636f86;
}

.apply_calculator .calc_utils button {
    width: 176px;
    height: 59px;
    padding: 0 7px 0 3px;
    border: 1px solid #7c8ca6;
    border-radius: 59px;
    letter-spacing: -0.045em;
    color: #b6cbed;
    font-size: 16px;
    font-family: 'spoqa4';
    background: url('/_skin/pass_sidae_renew/common/icon_bracket_right_skyblue.png') no-repeat right 21px center / 9px auto;
}

.apply_calculator .calc_utils button:hover,
.apply_calculator .calc_utils button:focus {
    border-color: #7f99c6;
    color: #9dbdf3;
    background-image: url('/_skin/pass_sidae_renew/common/icon_bracket_right_blue.png');
}

.apply_calculator .calc_utils .btn_order {
    border-color: #fe6363;
    color: #fff;
    background-color: #fe6363;
    background-image: url('/_skin/pass_sidae_renew/common/icon_bracket_right_light.png');
}

.apply_calculator .calc_utils .btn_order:hover,
.apply_calculator .calc_utils .btn_order:focus {
    border-color: #fc5050;
    color: #fff;
    background-color: #fc5050;
    background-image: url('/_skin/pass_sidae_renew/common/icon_bracket_right_light.png');
}

/* 수강신청 계산기 영역 : e */

/* 선택 상품 내역 레이어 : s */
.apply_modal_details {
    align-items: flex-end;
}

.apply_modal_details .modal_inner {
    height: 90vh;
}

.apply_modal_details .modal_content {
    height: calc(90vh - 318px);
}

.apply_modal_details table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.apply_modal_details table thead {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
}

.apply_modal_details table th {
    padding: 15px 10px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
    font-size: 14px;
    background-color: #f8f9fa;
}

.apply_modal_details table th:last-child {
    text-align: center;
}

.apply_modal_details table tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.apply_modal_details table tbody tr:hover {
    background-color: #f8f9fa;
}

.apply_modal_details table td {
    vertical-align: middle;
    padding: 15px 10px;
    line-height: 1.3;
    word-break: keep-all;
    color: #495057;
    font-size: 14px;
    text-align: center;
}

/* .apply_modal_details table td:first-child {
    text-align: left;
} */

.apply_modal_details table .td_title,
.apply_modal_details table .td_info {
    text-align: left;
}

.apply_modal_details table .list_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apply_modal_details table .list_info div:nth-child(1) {
    width: 55%;
}

.apply_modal_details table .list_info div:nth-child(2) {
    text-align: center;
    width: 45%;
}

.apply_modal_details table button {
    padding: 6px 12px;
    border: 1px solid #dc3545;
    background-color: #fff;
    color: #dc3545;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.apply_modal_details table button:hover {
    background-color: #dc3545;
    color: #fff;
}

.apply_modal_details table thead button {
    white-space: nowrap;
    border-color: #6c757d;
    color: #6c757d;
}

.apply_modal_details table thead button:hover {
    background-color: #6c757d;
    color: #fff;
}

.apply_modal_details table .empty_row td {
    text-align: center;
    line-height: 1.3;
}

/* 선택 상품 내역 레이어 : e */

/* 도서 보기 레이어 : s */
.apply_modal_book {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: var(--z-index-dimmed);
}

.apply_modal_book.is_active {
    display: flex;
}

.apply_modal_book .modal_contents {
    position: relative;
    width: 550px;
    height: 602px;
    border: 1px solid #4a667a;
    background: #fff;

}

.apply_modal_book .modal_contents::-webkit-scrollbar {
    display: none;
}

.apply_modal_book .modal_inner {
    width: 100%;
}

.apply_modal_book .modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 50px;
    padding: 15px 13px 15px 20px;
    background-color: #4a667a;
}

.apply_modal_book .modal_title {
    color: #fff;
    font-size: 16px;
    font-family: 'noto5';
}

.apply_modal_book .btn_modal_close {
    position: relative;
    width: 71px;
    height: 27px;
    border-radius: 16px;
    padding-left: 15px;
    line-height: 27px;
    text-align: left;
    color: #4a667a;
    font-size: 14px;
    font-family: 'noto3';
    background: #fff;
}

.apply_modal_book .btn_modal_close::after {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4a667a;
    content: '+';
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    transform: rotate(45deg);
    font-size: 20px;
    transition: all .3s;
}

.apply_modal_book .modal_cont {
    height: 519px;
    overflow-y: auto;
    background: #fff;
}

.apply_modal_book .book-detail-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apply_modal_book .book_type {
    border-top: 2px solid #313d4c;
    border-bottom: 2px solid #313d4c;
    width: 93%;
    margin: 10px auto 0;
    padding: 10px 0;
    color: #313d4c;
    font-size: 17px;
    font-family: 'noto5';
}

.apply_modal_book .book_type:nth-of-type(1) {
    border-top: none;
}

.apply_modal_book .book-info {
    width: 91%;
    padding: 20px 0;
}

.apply_modal_book .b-info .info-type {
    display: none;
}

/* 도서 보기 레이어 : e */

@media screen and (max-width: 1100px) {
    .apply_modal .modal_content {
        height: calc(90vh - 360px);
    }
}

@media screen and (max-width: 767px) {
    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    /* 계산기 */
    .apply_calculator {
        margin: 2.222vw var(--global-margin) 0;
    }

    .apply_calculator .section_inner {
        padding: 4.028vw 4.861vw 4.444vw 4.722vw;
        border-radius: 2.5vw;
    }

    .apply_calculator .calc_contents {
        flex-direction: column;
        column-gap: 6.389vw;
        row-gap: 2.778vw;
    }

    .apply_calculator .calc_contents .calc_cate_wrap {
        flex-direction: column;
        gap: 2.361vw;
    }

    .apply_calculator .calc_contents .cate_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .apply_calculator .calc_contents .cate_title {
        flex-shrink: 0;
        font-size: clamp(11px, 2.222vw, 16px);
    }

    .apply_calculator .calc_contents .cate_price {
        width: auto;
        height: auto;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        font-size: clamp(11px, 2.222vw, 16px);
        background: transparent;
    }

    .apply_calculator .calc_contents .calc_total_wrap {
        justify-content: space-between;
        margin-top: 0.417vw;
    }

    .apply_calculator .calc_contents .calc_total_wrap span {
        font-size: clamp(11px, 3.056vw, 22px);
    }

    .apply_calculator .calc_contents .calc_total_wrap strong {
        margin-left: 0;
        font-size: clamp(11px, 3.472vw, 25px);
    }

    .apply_calculator .calc_utils {
        gap: 4.028vw;
        margin-top: 3.194vw;
        padding: 4.306vw 0.417vw 0 0;
        border-color: #636f86;
    }

    .apply_calculator .calc_utils button {
        width: 24.444vw;
        height: 8.194vw;
        padding: 0 0.972vw 0 0.417vw;
        border-radius: 8.194vw;
        font-size: clamp(11px, 2.222vw, 16px);
        background-position: right 2.917vw center;
        background-size: 1.25vw auto;
    }

    /* 선택 상품 내역 레이어 */
    .apply_modal .modal_content {
        height: calc(90vh - 52vw);
    }

    .apply_modal_details table th {
        text-align: left;
        white-space: nowrap;
    }

    /*  .apply_modal_details table td {
        vertical-align: bottom;
    } */

    .apply_modal_details table .list_info {
        flex-direction: column;
        align-items: flex-start;
    }

    .apply_modal_details table .list_info div:nth-child(1) {
        font-family: 'spoqa4';
    }

    .apply_modal_details table .list_info div:nth-child(1),
    .apply_modal_details table .list_info div:nth-child(2) {
        width: 100%;
        text-align: left;
    }

    .apply_modal_details table button {
        padding: 2px 12px;
    }
}