.notice-board-head {
    padding: 32px 0 22px;
}

.notice-board-head h3 {
    margin: 0;
    padding-bottom: 22px;
    border-bottom: 2px solid #111;
    font-size: 35px;
    line-height: 1.25;
    color: #111;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.course-list-actions.notice-actions {
    margin-top: 18px;
    height: 50px;
}

.course-list-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.course-list-categories li {
    position: relative;
    padding: 7px 20px;
    line-height: 1;
}

.course-list-categories li:first-child {
    padding-left: 0;
}

.course-list-categories li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    transform: translateY(-50%);
}

.course-list-categories li:last-child::after {
    display: none;
}

.course-list-categories a {
    display: block;
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 400;
}

.course-list-categories li.on a {
    color: #0a74ff;
    font-weight: 700;
}

.course-list-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.course-list-tools {
    display: flex;
    align-items: center;
    gap: 22px;
}

.course-list-search {
    display: flex;
    align-items: center;
    width: 450px;
    height: 52px;
    padding: 0 22px 0 28px;
    border: 1px solid #b9b9b9;
    border-radius: 999px;
    background: #fff;
}

.course-list-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #222;
    outline: none;
}

.course-list-search input::placeholder {
    color: #b1b1b1;
}

.course-list-search button {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #555;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 900px) {
    .notice-board-head h3 {
        font-size: 32px;
        padding-bottom: 18px;
    }

    .course-list-actions.notice-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .course-list-tools {
        width: 100%;
    }

    .course-list-search {
        width: 100%;
    }
}

.notice-table {
    border-top: 1px solid #d9d9d9;
    margin-bottom: 75px;
}

.notice-table-head {
    display: grid;
    grid-template-columns: 120px 120px minmax(0, 1fr) 180px 44px;
    align-items: center;
    min-height: 60px;
    padding: 0 18px;
    background: #f7f7f7;
    color: #575757;
    font-size: 16px;
    font-weight: 700;
}

.notice-row {
    border-bottom: 1px solid #d9d9d9;
}

.notice-row-summary {
    display: grid;
    grid-template-columns: 120px 120px minmax(0, 1fr) 180px 44px;
    align-items: center;
    width: 100%;
    min-height: 65px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.notice-col {
    min-width: 0;
    font-size: 16px;
    color: #575757;
}

.notice-col-no,
.notice-col-type,
.notice-col-date,
.notice-col-toggle {
    text-align: center;
}

.notice-col-title {
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500;
    color: #575757;
}

.notice-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 30px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
}

.notice-badge.notice {
    background: #ECF3FF;
    color: #3B83FF;
}

.notice-badge.general {
    background: #f0f0f0;
    color: #666;
}

.notice-col-toggle {
    font-size: 20px;
    color: #666;
}

.notice-row-detail {
    display: none;
}

.notice-row-detail-inner {
    padding: 26px 44px 34px 258px;
    font-size: 16px;
    line-height: 1.9;
    color: #4a4a4a;
}

.notice-row-detail-inner p:first-child {
    margin-top: 0;
}

.notice-row-detail-inner p:last-child {
    margin-bottom: 0;
}

.notice-attachments {
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fafafa;
}

.notice-attachments strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #222;
    font-weight: 700;
}

.notice-attachments-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notice-attachments a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-weight: 500;
    word-break: break-all;
}

.notice-attachments a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.help-board-head {
    padding-bottom: 30px;
}

.help-section {
    padding-bottom: 72px;
}

.help-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 25px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
}

.help-section-dot {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    background: #5a8fff;
}

.help-section-desc {
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 1.75;
    color: #555;
}

.help-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
    margin-top: 22px;
}

.help-step-card {
    min-height: 214px;
    padding: 30px 35px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

.help-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: #0a74ff;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.help-step-card strong {
    display: block;
    margin-top: 18px;
    font-size: 25px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
}

.help-step-card p {
    margin: 48px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #555;
}

.help-step-card p span {
    color: #0a74ff;
    font-weight: 700;
}

.help-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.help-contact-card {
    min-height: 256px;
    padding: 45px 50px;
    background: #f8f8f8;
}

.help-contact-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.help-contact-title i {
    font-size: 30px;
    color: #0a74ff;
}

.help-contact-title strong {
    font-size: 25px;
    line-height: 1.3;
    color: #222;
    font-weight: 700;
}

.help-contact-desc {
    margin: 14px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #555;
    word-break: keep-all;
}

.help-contact-info {
    margin: 54px 0 0;
}

.help-contact-info div {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
}

.help-contact-info div:first-child {
    margin-top: 0;
}

.help-contact-info dt,
.help-contact-info dd {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #555;
}

.help-contact-info dt {
    min-width: 62px;
    font-weight: 700;
    color: #444;
}


.course-list-bottom-banner.support-bottom-banner {
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    background: #3e79ee url("/ainex/common/img/common/list_bottom_banner_bg.png") no-repeat 50% 50%;
    background-size: cover;
}

.course-list-bottom-banner__inner {
    max-width: 1520px;
    min-height: 300px;
    margin: 0 auto;
    padding: 40px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.course-list-bottom-banner__content {
    color: #fff;
}

.course-list-bottom-banner__title {
    margin: 0;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.course-list-bottom-banner__desc {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.02em;
}

.course-list-bottom-banner__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: #0a74ff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 56px;
}

.faq-card {
    border: 1px solid #ebebeb;
    border-radius: 14px;
    background: #fafafa;
    overflow: hidden;
}

.faq-card-question {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    min-height: 92px;
    padding: 0 28px 0 42px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.faq-card-q {
    flex: 0 0 auto;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #ff7a00;
}

.faq-card-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #1B1B1B;
}

.faq-card-toggle {
    flex: 0 0 auto;
    font-size: 20px;
    color: #666;
}

.faq-card-answer {
    display: none;
    border-top: 1px solid #ececec;
    background: #fff;
}

.faq-card-answer-inner {
    padding: 30px 48px 34px 92px;
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

.faq-card-answer-inner p:first-child {
    margin-top: 0;
}

.faq-card-answer-inner p:last-child {
    margin-bottom: 0;
}

.course-list-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 60px 0;
}

.course-list-pagination a,
.course-list-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 4px;
    border-radius: 8px;
    color: #44566c;
    font-size: 16px;
    font-weight: 600;
}

.course-list-pagination a.arrow {
    color: #74859a;
    font-size: 18px;
}

.course-list-pagination .on {
    background: #f1f3f6;
    color: #1b3f67;
}

@media (max-width: 900px) {
    .notice-table-head {
        display: none;
    }

    .notice-row-summary {
        grid-template-columns: 68px 78px minmax(0, 1fr) 110px 28px;
        min-height: 58px;
        padding: 0 10px;
    }

    .notice-col,
    .notice-col-title {
        font-size: 14px;
    }

    .notice-col-title {
        padding: 0 10px;
    }

    .notice-badge {
        min-width: 56px;
        height: 26px;
        padding: 0 10px;
        font-size: 13px;
    }

    .notice-row-detail-inner {
        padding: 20px 12px 24px;
        font-size: 14px;
        line-height: 1.75;
    }

    .course-list-pagination {
        gap: 4px;
        margin: 36px 0;
    }

    .course-list-pagination a,
    .course-list-pagination span {
        min-width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .faq-card-question {
        gap: 14px;
        min-height: 74px;
        padding: 0 16px 0 18px;
    }

    .faq-card-q {
        font-size: 28px;
    }

    .faq-card-title {
        font-size: 16px;
    }

    .faq-card-answer-inner {
        padding: 20px 18px 24px;
        font-size: 14px;
        line-height: 1.75;
    }

    .help-section-title {
        font-size: 24px;
    }

    .help-step-grid,
    .help-contact-grid {
        grid-template-columns: 1fr;
    }

    .help-step-card {
        min-height: 0;
    }

    .help-step-badge {
        min-width: 80px;
        height: 30px;
        font-size: 14px;
    }

    .help-step-card strong {
        font-size: 24px;
    }

    .help-step-card p {
        margin-top: 18px;
        font-size: 14px;
    }

    .help-contact-card {
        min-height: 0;
        padding: 22px 20px;
    }

    .help-contact-title strong {
        font-size: 26px;
    }

    .help-contact-desc {
        font-size: 14px;
    }

    .help-contact-info {
        margin-top: 28px;
    }

    .help-contact-info div {
        gap: 12px;
    }

    .course-list-bottom-banner.support-bottom-banner {
        width: 100vw;
        margin: 0 0 60px;
        margin-left: calc(50% - 50vw);
        min-height: 0;
        background-position: 62% 50%;
    }

    .course-list-bottom-banner__inner {
        min-height: 0;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .course-list-bottom-banner__title {
        font-size: 28px;
    }

    .course-list-bottom-banner__desc {
        margin-top: 10px;
        font-size: 15px;
    }

    .course-list-bottom-banner__link {
        min-width: 0;
        height: 48px;
        padding: 0 22px;
        font-size: 20px;
    }
}

.course-guide-section {
    padding: 24px 0 72px;
}

.course-guide-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 25px;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
}

.course-guide-title::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3b82f6;
}

.course-guide-desc {
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    word-break: keep-all;
}

.course-guide-info-box {
    margin-top: 18px;
    padding: 24px 28px;
    border-radius: 10px;
    background: #f7f7f7;
}

.course-guide-info-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.course-guide-info-icon {
    width: 18px;
    height: 18px;
    background: #ff8a00;
    -webkit-mask: url(/ainex/common/img/detail/info_icon.svg) no-repeat 50% 50%;
    mask: url(/ainex/common/img/detail/info_icon.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    flex: 0 0 auto;
}

.course-guide-info-title {
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    font-weight: 700;
}

.course-guide-info-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    word-break: keep-all;
}

.course-guide-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.course-guide-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    color: #666;
}

.course-guide-chip.is-alert {
    border-color: #ff9f9f;
}

.course-guide-block {
    margin-top: 38px;
}

.course-guide-title.is-alert {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 10px;
    color: #ff4b4b;
}

.course-guide-table {
    width: 100%;
    margin-top: 18px;
    border-collapse: collapse;
    table-layout: fixed;
}

.course-guide-table th,
.course-guide-table td {
    padding: 18px 16px;
    border: 1px solid #d9dee5;
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
}

.course-guide-table th {
    background: #f5f5f5;
    color: #666;
    font-weight: 700;
}

.course-guide-table tr.is-highlight td {
    background: #dfeafc;
    color: #0a63ff;
    font-weight: 700;
}

@media (max-width: 900px) {
    .course-guide-section {
        padding: 18px 0 56px;
    }

    .course-guide-title {
        font-size: 18px;
    }

    .course-guide-desc,
    .course-guide-info-text,
    .course-guide-table th,
    .course-guide-table td {
        font-size: 14px;
        line-height: 1.5;
    }

    .course-guide-info-box {
        padding: 18px 16px;
    }

    .course-guide-table th,
    .course-guide-table td {
        padding: 12px 8px;
    }
}

.course-guide-block > table{
    margin: 30px 0;
}

.course-guide-issue-box {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-top: 18px;
    padding: 48px 70px;
    border: 1px solid #8fbcff;
    border-radius: 18px;
    background: #fff;
}

.course-guide-issue-box.is-offline {
    border-color: #ffc07c;
}

.course-guide-issue-badge {
    flex: 0 0 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 999px;
    background: #186af0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.course-guide-issue-box.is-offline .course-guide-issue-badge {
    background: #ff8a00;
}

.course-guide-issue-flow {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.course-guide-issue-step strong {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    font-weight: 700;
}

.course-guide-issue-step p {
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 1.6;
    color: #666;
    word-break: keep-all;
}

.course-guide-issue-arrow {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    color: #8fbcff;
}

.course-guide-issue-box.is-offline .course-guide-issue-arrow {
    color: #ffc07c;
}

@media (max-width: 900px) {
    .course-guide-issue-box {
        display: block;
        padding: 24px 20px;
    }

    .course-guide-issue-badge {
        height: 54px;
        min-width: 180px;
        font-size: 20px;
    }

    .course-guide-issue-flow {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .course-guide-issue-step strong {
        font-size: 20px;
    }

    .course-guide-issue-step p {
        font-size: 14px;
        line-height: 1.6;
    }

    .course-guide-issue-arrow {
        transform: rotate(90deg);
        font-size: 28px;
    }
}
.course-guide-title.is-alert::before {
    display: none;
}

.fcskyblue {
    color: #86bae2;
}


/*학습지원센터 헤더*/
.top_header {
    background-color: whitesmoke;
    font-size: 14px;
    #wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 38px;
        .btn {
            @media (max-width: 1000px) {
                display: none;
            }
            a {
                display: inline-block;
                margin-left: 15px;
                padding: 10px 0;
            }
        }
        .logo {
            width: 100px;
            position: absolute;
            left: 50%;
            margin-left: -50px;
            cursor: pointer;
            img {
                width: 100%;
            }
        }
    }
}
/*학습지원센터 헤더*/
.middle_header {
    @media (max-width: 1000px) {
        height: 35px;
    }
    #wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        @media (max-width: 1000px) {
            display: block;
            padding: 10px;
        }
        .left {
            display: flex;
            align-items: center;
            @media (max-width: 1000px) {
                justify-content: space-between;
            }
            .logo {
                width: 250px;
                margin-right: 30px;
                cursor: pointer;
                img {
                    width: 100%;
                }
            }
            .menuicon {
                display: none;
                @media (max-width: 1000px) {
                    display: block;
                    margin-right: 10px;
                    i {
                        font-size: 20px;
                    }
                }
            }
            h1 {
                font-size: 30px;
                font-weight: bold;
                line-height: 60px;
                @media (max-width: 1000px) {
                    font-size: 20px;
                }
            }
        }
        .right {
            font-weight: 400;
            @media (max-width: 1000px) {
                display: flex;
                flex-direction: column;
                border-top: 1px solid #ccc;
                border-left: 1px solid #ccc;
                font-weight: 500;
                width: 100%;
                z-index: 100;
                top: 99px;
                right: -100%;
                position: fixed;
                opacity: 0;
                background-color: #fff;
            }
            a {
                padding: 0 15px;
                @media (max-width: 1000px) {
                    font-size: 14px;
                    padding: 10px 0px;
                    text-align: center;
                    border-bottom: 1px solid #ccc;
                    border-right: 1px solid #ccc;
                    height: 45px;
                }
            }
            a:hover,
            a.on {
                color: #3a87ef;
                @media (max-width: 1000px) {
                    background-color: aliceblue;
                    font-weight: bold;
                }
            }
            .point {
                color: #fff;
                background-color: #3252a3;
                padding: 5px 14px;
                border-radius: 20px;
            }
            i {
                margin-right: 9px;
            }
        }
    }
}
.top_section {
    background-color: whitesmoke;
    padding: 90px 0 60px 0;
    @media (max-width: 1000px) {
        display: none;
    }
    #wrap {
        position: relative;
        .inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            h2 {
                font-size: 30px;
            }
            .search_box {
                padding-left: 40px;
                input {
                    background-color: #fff;
                    width: 100%;
                    border-bottom: none;
                    border-radius: 25px;
                    padding-left: 20px;
                }
                span {
                    right: 20px;
                }
            }
        }
        .navi {
            position: absolute;
            top: -70px;
            right: 30px;
            font-size: 14px;
            color: #767676;
        }
    }
}

.category {
    border-bottom: 1px solid #707070;
    font-size: 17px;
    font-weight: 500;
    color: #9c9c9c;
    @media (max-width: 1000px) {
        margin-top: 27px;
        margin-bottom: -10px;
        font-weight: 400;
        #wrap {
            padding: 0;
        }
    }
    ul {
        display: flex;
        @media (max-width: 1000px) {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }
        li {
            padding: 20px;
            cursor: pointer;
            @media (max-width: 1000px) {
                font-size: 14px;
                line-height: 18px;
                padding: 12px 0;
                text-align: center;
                border-bottom: 1px solid;
                position: relative;
                bottom: -1px;
            }
        }
        li.on {
            color: #333;
            border-bottom: 3px solid #333;
        }
    }
}

.support_content {
    padding: 70px 0;
    @media (max-width: 1000px) {
        padding: 40px 0;
    }
    #wrap {
        position: relative;
        .count {
            font-weight: 600;
            font-size: 20px;
            @media (max-width: 1000px) {
                font-size: 16px;
                font-weight: 500;
            }
            span {
                color: #fa9726;
            }
        }
        > button {
            position: absolute;
            top: -14px;
            right: 20px;
            padding: 7px 12px;
            line-height: 23px;
            background-color: #2d2d2d;
            color: #fff;
            border-radius: 5px;
            @media (max-width: 1000px) {
                top: -4px;
                right: 13px;
                padding: 3px 7px;
                line-height: 21px;
                font-size: 13px;
            }
            i {
                margin-right: 5px;
            }
        }
        .button_wrap {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 10px;
            button {
                background-color: #ebebeb;
                padding: 13px 0;
                text-align: center;
                width: 100px;
                border-radius: 10px;
                transition: all 0.3s ease;
            }
            button:hover {
                font-weight: bold;
            }
        }
        ul {
            @media (max-width: 1000px) {
                font-size: 14px;
            }
            #ContentView {
                padding: 20px 5px;
                border-bottom: 1px solid #2d2d2d;
                cursor: pointer;
                position: relative;
                font-weight: 400;
                @media (max-width: 1000px) {
                    padding-right: 50px;
                }
                .date {
                    position: absolute;
                    right: 50px;
                }
                i {
                    position: absolute;
                    right: 11px;
                    top: 20px;
                    font-size: 22px;
                    @media (max-width: 1000px) {
                        font-size: 17px;
                    }
                }
            }
            #ContentElement {
                padding: 20px;
                background-color: #f1f6f9;
                border-bottom: 1px solid #2d2d2d;
                line-height: 30px;
            }
            #ContentView.q {
                padding-left: 70px;
                position: relative;
            }
            #ContentView.q::after {
                position: absolute;
                left: 18px;
                top: 19px;
                content: "Q";
                width: 27px;
                height: 27px;
                border-radius: 50%;
                background-color: #2d2d2d;
                color: #fff;
                font-family: initial;
                text-align: center;
                line-height: 24px;
            }
            #ContentElement.a {
                padding-left: 70px;
                position: relative;
            }
            #ContentElement.a::after {
                position: absolute;
                left: 18px;
                top: 19px;
                content: "A";
                width: 27px;
                height: 27px;
                border-radius: 50%;
                background-color: #3a87ef;
                color: #fff;
                font-family: initial;
                text-align: center;
                line-height: 24px;
            }
        }
        .pagination {
            padding: 20px 0;
            ol {
                display: flex;
                justify-content: center;
                li {
                    margin: 6px;
                    width: 25px;
                    height: 25px;
                    text-align: center;
                    cursor: pointer;
                }
                li.on {
                    color: #fff;
                    background-color: #2d2d2d;
                    border-radius: 50%;
                }
            }
        }
    }
}

/*1:1문의 팝업*/
#modal01 {
    padding: 50px;
    @media (max-width: 1000px) {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .close-btn {
        top: 50px;
        right: 50px;
        @media (max-width: 1000px) {
            top: 30px;
            right: 25px;
            i {
                font-size: 30px;
            }
        }
    }
    h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 50px;
        @media (max-width: 1000px) {
            font-size: 20px;
            line-height: 30px;
        }
    }
    .input_wrap {
        display: flex;
        margin-top: 30px;
        @media (max-width: 1000px) {
            display: block;
            margin-top: 20px !important;
        }
        .title {
            font-size: 17px;
            padding: 10px;
            width: 136px;
            @media (max-width: 1000px) {
                font-size: 15px;
                padding: 10px 0;
            }
        }
        .input_box.captcha_box {
            flex-direction: row;
            .captcha {
                width: 100px;
                padding: 0 10px;
                display: flex;
                align-items: center;
                img {
                    width: 100%;
                }
            }
        }
        .input_box {
            display: flex;
            flex-direction: column;
            width: 650px;
            @media (max-width: 1000px) {
                width: 100%;
            }
            select,
            input,
            textarea {
                border: 1px solid #777;
                padding: 10px;
                border-radius: 8px;
                margin: 5px 0;
                position: relative;
            }

            select {
                background: url("/common/img/caret-down-fill.png") no-repeat 97% 50%;
                option {
                    padding: 2px 5px;
                }
                option:hover {
                    background-color: aliceblue;
                }
            }
            input#DatePicker {
                background: url(../img/common/calendar-blank.png) no-repeat 3% 50%;
                padding-left: 50px;
            }
            .input-date {
                width: 49%;
                margin-right: 1%;
            }
            .input-time {
                width: 49%;
            }
            .input-hp {
                width: 49%;
                margin-right: 1%;
                background-color: #f6f6f6;
            }
            .btn-modify {
                width: 100px;
            }
            .input-content {
                height: 150px;
            }
            .input-file {
                border: none;
            }
            .input-file::file-selector-button {
                width: 147px;
                padding: 10px 0;
                background-color: #2d2d2d;
                color: #fff;
                border-radius: 6px;
                text-align: center;
                margin-right: 10px;
                cursor: pointer;
            }
            #output-file {
                display: block;
                white-space: pre-wrap;
            }
            button {
                width: 147px;
                padding: 10px 0;
                background-color: #2d2d2d;
                color: #fff;
                border-radius: 6px;
            }
            span {
                font-size: 14px;
                color: #999;
            }
        }
    }
    .notice_box {
        display: flex;
        margin-top: 50px;
        background-color: whitesmoke;
        padding: 20px;
        .title {
            font-size: 17px;
            width: 116px;
            line-height: 26px;
            padding: 10px;
        }
        ul {
            margin-bottom: 20px;
            li {
                display: inline;
            }
            .bar {
                margin: 0 30px;
            }
        }
        p {
            font-size: 14px;
        }
    }
    .submit_btn {
        text-align: center;
        margin-top: 40px;
        button {
            width: 300px;
            padding: 10px 0;
            background-color: #2d2d2d;
            color: #fff;
            font-weight: 500;
        }
    }
}
#modal02 {
    padding: 40px 100px;
    border-radius: 37px;
    .close-btn {
        top: 30px;
        right: 30px;
    }
    .complete_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        i {
            font-size: 80px;
            color: #2c5db4;
        }
        strong {
            font-size: 30px;
            margin: 20px 0;
        }
        p {
            line-height: 30px;
        }
    }
    .btn {
        text-align: center;
        margin: 35px 0;
        a {
            text-align: center;
            background-color: #2d2d2d;
            color: #fff;
            padding: 13px;
            font-weight: 500;
            width: 100%;
            display: inline-block;
        }
    }
}

/*원격지원*/
.remote_wrap {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media (max-width: 1000px) {
        padding: 20px 0;
        display: block;
    }
    .left {
        strong {
            font-size: 40px;
            font-weight: bold;
            @media (max-width: 1000px) {
                font-size: 27px;
            }
            @media (max-width: 700px) {
                font-size: 20px;
            }
        }
        span {
            font-size: 20px;
            line-height: 40px;
            margin-top: 20px;
            display: block;
            @media (max-width: 700px) {
                font-size: 15px;
                line-height: 25px;
                margin-bottom: 20px;
            }
        }
    }
}

/*공지사항,학습자료실 게시판*/
.tableTypeA_top {
    .title {
        font-size: 24px;
        font-weight: 600;
        @media (max-width: 1000px) {
            font-size: 18px;
            line-height: 22px;
        }
        span {
            margin-right: 10px;
        }
    }
    .detail {
        overflow: hidden;
        margin: 20px 0;
        @media (max-width: 1000px) {
            margin: 15px 0;
        }
        > div {
            float: left;
            font-size: 13px;
            span {
                margin-right: 10px;
                font-weight: 500;
            }
        }
        .date,
        .left {
            margin-right: 30px;
        }
        .view,
        .right {
            margin-left: 30px;
        }
    }
}
.tableTypeA {
    margin-top: 20px;
    margin-bottom: 40px;
    @media (max-width: 1000px) {
        margin-top: 14px;
        margin-bottom: 20px;
    }
    @media (max-width: 700px) {
        .mh {
            display: none;
            visibility: hidden;
            width: 0%;
        }
        .al {
            padding: 15px 5px;
        }
    }
    table {
        width: 100%;
        border-top: 2px solid #555;
        border-bottom: 1px solid #555;
        tr {
            border-top: 1px solid #555;
        }
        th,
        td {
            padding: 20px 0;
            text-align: center;
        }
        @media (max-width: 1000px) {
            th {
                display: none;
            }
            td {
                img {
                    width: 100%;
                }
            }
        }
        th {
            background-color: whitesmoke;
            i {
                color: #b5cff0;
                font-size: 22px;
                margin-left: 3px;
            }
        }
        td {
            a {
                display: block;
                margin-bottom: 5px;
            }
        }
        tr.file{
            th,td{  font-size: 13px;}
            td{padding: 15px 0 12px 20px; text-align: left;}
          
        }
        img.download {
            width: 26px;
        }
        img.download_view {
            margin-right: 10px;    margin-top: -1px;
            width: 16px;
        }
        .content {
            padding: 20px 0;
            text-align: left;
            @media (max-width: 600px) {
                font-size: 14px !important;
            }
        }
    }
}

.comment {
    position: relative;
    border-bottom: 1px solid #555;
    padding-bottom: 40px;
    .left {
        position: absolute;
        left: 0;
        i {
            width: 17px;
            height: 17px;
            border-bottom: 1px solid #bbb;
            border-left: 1px solid #bbb;
            display: inline-block;
        }
        span {
            font-size: 14px;
            font-weight: bold;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            color: #fff;
            background-color: #90c0ef;
            display: inline-block;
            text-align: center;
            padding: 5px 0;
            margin-left: 10px;
        }
    }
    .right {
        padding-left: 94px;
        b {
            color: #90c0ef;
            font-weight: bold;
            display: block;
        }
        span {
            font-size: 12px;
            color: #999;
        }
        p {
            margin-top: 10px;
        }
    }
}
.tableTypeA.comment-file {
    margin-top: 0px;
    @media (max-width: 1000px) {
        margin-top: 0px;
    }
    table {
        border-top: 0px solid #555;
        tr {
            border-top: 0px solid #555;
        }
    }
}
/*페이지 넘버*/
.pagination {
    padding: 20px 0;
    ol {
        display: flex;
        justify-content: center;
        li {
            margin: 6px;
            width: 25px;
            height: 25px;
            text-align: center;
            cursor: pointer;
        }
        li.on {
            color: #fff;
            background-color: #2d2d2d;
            border-radius: 50%;
        }
    }
}

/*전화번호 input*/
.phonenumber_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    input {
        width: 30%;
    }
}

/*이벤트*/

.event_con {
    padding-bottom: 150px;
    h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        margin-top: 80px;
        margin-bottom: 80px;
        @media (max-width: 1000px) {
            font-size: 20px;
            margin-top: 37px;
            margin-bottom: 30px;
        }
    }

    .content1 {
        .table {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            @media (max-width: 1200px) {
                grid-template-columns: 1fr 1fr 1fr;
            }
            @media (max-width: 900px) {
                grid-template-columns: 1fr 1fr;
                text-align: center;
            }
            @media (max-width: 600px) {
                grid-template-columns: 1fr;
            }
            gap: 30px;
            overflow: hidden;
            > div {
                position: relative;
                .img {
                    width: 290px;
                    height: 190px;
                    overflow: hidden;
                    margin: 0 auto;
                    img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                    }
                }
                .txt {
                    margin: 20px 0;
                    .date {
                        font-size: 15px;
                        color: #999;
                    }
                    .title {
                        display: block;
                        line-height: 30px;
                    }
                    .detail {
                        font-size: 15px;
                        color: #999;
                    }
                }
            }
            > div::after {
                position: absolute;
                right: -10px;
                top: 0px;
                content: "";
                width: 1px;
                height: 300px;
                background-color: #ccc;
            }
        }
    }
    .content2 {
        ul {
            margin: 15px 0;
            border-top: 2px solid #2d2d2d;
            font-size: 16px;
            #ContentView {
                padding: 20px 5px;
                border-bottom: 1px solid #2d2d2d;
                cursor: pointer;
                position: relative;
                font-weight: 400;
                @media (max-width: 1000px) {
                    padding: 15px 5px;
                }
                .date {
                    position: absolute;
                    right: 50px;
                }
                i {
                    position: absolute;
                    right: 11px;
                    top: 20px;
                    font-size: 22px;
                    @media (max-width: 1000px) {
                        font-size: 17px;
                    }
                }
            }
            #ContentElement {
                padding: 20px;
                background-color: #f1f6f9;
                border-bottom: 1px solid #2d2d2d;
                line-height: 30px;
            }
            #ContentView.q {
                padding-left: 70px;
                position: relative;
                @media (max-width: 1000px) {
                    padding-left: 55px;
                    padding-right: 42px;
                    font-size: 14px;
                }
            }
            #ContentView.q::after {
                position: absolute;
                left: 18px;
                top: 19px;
                content: "Q";
                width: 27px;
                height: 27px;
                border-radius: 50%;
                background-color: #2d2d2d;
                color: #fff;
                font-family: initial;
                text-align: center;
                line-height: 24px;
            }
            #ContentElement.a {
                padding-left: 70px;
                position: relative;
                @media (max-width: 1000px) {
                    font-size: 14px;
                    line-height: 20px;
                }
            }
            #ContentElement.a::after {
                position: absolute;
                left: 18px;
                top: 19px;
                content: "A";
                width: 27px;
                height: 27px;
                border-radius: 50%;
                background-color: #3a87ef;
                color: #fff;
                font-family: initial;
                text-align: center;
                line-height: 24px;
            }
        }
    }

    .event_view {
        .title {
            border-top: 1px solid;
            padding: 25px 0;
            strong {
                display: block;
                font-size: 24px;
                margin-bottom: 14px;
            }
            span {
                font-size: 14px;
                margin-right: 7px;
            }
        }
        .content {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 40px 20px;
            line-height: 25px;
        }
    }
}

/*학습자료실*/
.edudata_content {
    padding: 70px 0;
    @media (max-width: 1000px) {
        padding: 40px 0;
    }
    .button_wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 10px;
        button {
            background-color: #ebebeb;
            padding: 13px 0;
            text-align: center;
            width: 187px;
            border-radius: 10px;
        }
        button.save {
            background-color: #357af2;
            color: #fff;
        }
    }
}

.edudata_top {
    position: relative;
    @media (max-width: 1000px) {
        display: none;
    }
    .search_box {
        padding-left: 40px;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 550px;
        input {
            background-color: #f5f5f5;
            width: 100%;
            border-bottom: none;
            border-radius: 25px;
            padding-left: 20px;
        }
        input::placeholder {
            color: #9c9c9c;
        }
        span {
            right: 20px;
        }
    }
    .count {
        font-weight: 600;
        font-size: 20px;
        span {
            color: #fa9726;
        }
    }
}

.complete_popup {
    padding: 40px 100px;
    border-radius: 37px;
    .close-btn {
        top: 30px;
        right: 30px;
    }
    .complete_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 400px;
        @media (max-width: 1000px) {
            width: auto;
        }
        i {
            font-size: 80px;
            color: #2c5db4;
        }
        strong {
            font-size: 30px;
            margin: 20px 0;
        }
        p {
            line-height: 30px;
        }
    }
    .btn {
        text-align: center;
        margin: 35px 0 10px 0;
        width: 100%;
        a {
            text-align: center;
            background-color: #2d2d2d;
            color: #fff;
            padding: 13px;
            font-weight: 500;
            width: 100%;
            display: inline-block;
            cursor: pointer;
        }
    }
}
