@charset "utf-8";

/* °øÅë */
#bo_wellness,
#bo_wellness_view,
#bo_wellness_write {
    width: 100%;
    max-width: 100%;
    color: #334155;
    box-sizing: border-box;
}

#bo_wellness *,
#bo_wellness_view *,
#bo_wellness_write * {
    box-sizing: border-box;
}

#bo_wellness a,
#bo_wellness_view a,
#bo_wellness_write a {
    text-decoration: none;
}

.wv_btn_primary,
.wv_btn_line,
#bo_wellness .btn_primary,
#bo_wellness .btn_line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: .2s;
    cursor: pointer;
    border: 1px solid transparent;
}

.wv_btn_primary,
#bo_wellness .btn_primary {
    background: #1e4b8f;
    color: #fff;
    border-color: #1e4b8f;
}

.wv_btn_primary:hover,
#bo_wellness .btn_primary:hover {
    opacity: .92;
}

.wv_btn_line,
#bo_wellness .btn_line {
    background: #fff;
    color: #1e4b8f;
    border-color: #d7e3f3;
}

.wv_btn_line:hover,
#bo_wellness .btn_line:hover {
    border-color: #1e4b8f;
    background: #f8fbff;
}

/* °Ô½ÃÆÇ ÆäÀÌÁö¿¡¼­ index Çì´õ/µå·Ó´Ù¿î °ãÄ§ º¸Á¤ */
#navbar {
    z-index: 500 !important;
}

#mobile-drawer {
    z-index: 490 !important;
}

.lnb-area {
    position: relative;
    z-index: 20;
}

.lnb-dropdown-container {
    z-index: 1000 !important;
}

#floating-widget {
    z-index: 200 !important;
}

/* list */
#bo_wellness .bo_util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    flex-wrap: wrap;
}

#bo_wellness .bo_total {
    color: #64748b;
    font-size: 15px;
}

#bo_wellness .bo_total strong {
    color: #0f172a;
    font-weight: 800;
}

#bo_wellness .bo_btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#bo_wellness .bo_table_wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5edf7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15,23,42,.04);
}

#bo_wellness .bo_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#bo_wellness .bo_table thead th {
    background: #f8fbff;
    color: #334155;
    font-size: 14px;
    font-weight: 800;
    padding: 18px 14px;
    border-bottom: 1px solid #e5edf7;
    text-align: center;
}

#bo_wellness .bo_table td {
    padding: 18px 14px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}

#bo_wellness .bo_table tbody tr:first-child td {
    border-top: 0;
}

#bo_wellness .bo_table tbody tr:hover td {
    background: #fcfdff;
}

#bo_wellness .subject_cell {
    text-align: left !important;
}

#bo_wellness .subject_inner {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

#bo_wellness .subject_link {
    color: #0f172a;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bo_wellness .subject_link:hover {
    color: #1e4b8f;
}

#bo_wellness .cmnt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1e4b8f;
    font-size: 12px;
    font-weight: 800;
}

#bo_wellness .badge_notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 30px;
    border-radius: 999px;
    background: #1e4b8f;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

#bo_wellness .notice_row td {
    background: #fbfdff;
}

#bo_wellness .num_cell { width: 90px; }
#bo_wellness .name_cell { width: 130px; }
#bo_wellness .date_cell { width: 120px; }
#bo_wellness .hit_cell { width: 90px; }
#bo_wellness .chk_cell { width: 54px; }

#bo_wellness .empty_table {
    padding: 80px 20px !important;
    text-align: center !important;
    color: #94a3b8 !important;
    font-size: 15px;
}

#bo_wellness .bo_bottom {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
}

#bo_wellness .bo_admin_btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#bo_wellness .bo_paging {
    margin: 28px 0 0;
    text-align: center;
}

#bo_wellness .pg {
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

#bo_wellness .pg_page,
#bo_wellness .pg_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #d7e3f3;
    background: #fff;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

#bo_wellness .pg_current {
    background: #1e4b8f;
    color: #fff;
    border-color: #1e4b8f;
}

#bo_wellness .pg_page:hover {
    border-color: #1e4b8f;
    color: #1e4b8f;
    background: #f8fbff;
}

#bo_wellness .bo_search {
    margin-top: 30px;
    padding: 24px;
    border: 1px solid #e5edf7;
    border-radius: 28px;
    background: #fff;
}

#bo_wellness .bo_search legend {
    display: none;
}

#bo_wellness .sch_inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#bo_wellness .sch_inner select,
#bo_wellness .sch_input {
    height: 48px;
    border: 1px solid #d7e3f3;
    border-radius: 999px;
    padding: 0 16px;
    font-size: 14px;
    color: #334155;
    background: #fff;
}

#bo_wellness .sch_input {
    min-width: 280px;
}

#bo_wellness .bo_cate {
    margin: 0 0 18px;
}

#bo_wellness #bo_cate_h2 {
    display: none;
}

#bo_wellness #bo_cate_ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

#bo_wellness #bo_cate_ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #d7e3f3;
    background: #fff;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

#bo_wellness #bo_cate_ul li#bo_cate_on a,
#bo_wellness #bo_cate_ul li a:hover {
    background: #1e4b8f;
    border-color: #1e4b8f;
    color: #fff;
}

/* view */
#bo_wellness_view {
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 28px;
    padding: 34px 28px;
    box-shadow: 0 10px 30px rgba(15,23,42,.04);
}

#bo_wellness_view .wv_head {
    padding-bottom: 24px;
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 24px;
}

#bo_wellness_view .wv_cate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1e4b8f;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

#bo_wellness_view .wv_subject {
    font-size: 34px;
    line-height: 1.35;
    color: #0f172a;
    font-weight: 800;
    margin: 0 0 14px;
    word-break: keep-all;
}

#bo_wellness_view .wv_meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 14px;
}

#bo_wellness_view .wv_attach_box {
    margin-bottom: 24px;
    padding: 20px;
    background: #f8fbff;
    border: 1px solid #e5edf7;
    border-radius: 20px;
}

#bo_wellness_view .wv_attach_box h3 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #0f172a;
    font-weight: 800;
}

#bo_wellness_view .wv_attach_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_wellness_view .wv_attach_list li + li {
    margin-top: 8px;
}

#bo_wellness_view .wv_attach_list a {
    color: #1e4b8f;
    font-weight: 700;
}

#bo_wellness_view .wv_content {
    min-height: 240px;
    color: #334155;
    font-size: 16px;
    line-height: 1.9;
    word-break: break-word;
}

#bo_wellness_view .wv_content img {
    max-width: 100%;
    height: auto;
}

#bo_wellness_view .wv_react,
#bo_wellness_view .wv_bottom {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

#bo_wellness_view .wv_move,
#bo_wellness_view .wv_actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* write */
#bo_wellness_write {
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 28px;
    padding: 34px 28px;
    box-shadow: 0 10px 30px rgba(15,23,42,.04);
}

#bo_wellness_write .ww_box {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#bo_wellness_write .ww_row label {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

#bo_wellness_write .ww_input,
#bo_wellness_write .ww_select {
    width: 100%;
    height: 52px;
    border: 1px solid #d7e3f3;
    border-radius: 18px;
    padding: 0 16px;
    font-size: 15px;
    color: #334155;
    background: #fff;
}

#bo_wellness_write .ww_textarea {
    width: 100%;
    min-height: 320px;
    border: 1px solid #d7e3f3;
    border-radius: 18px;
    padding: 16px;
    font-size: 15px;
    color: #334155;
    resize: vertical;
}

#bo_wellness_write .ww_editor {
    border: 1px solid #d7e3f3;
    border-radius: 18px;
    padding: 14px;
    background: #fff;
}

#bo_wellness_write .ww_editor iframe {
    width: 100% !important;
    min-height: 420px !important;
}

#bo_wellness_write .ww_file {
    width: 100%;
    padding: 12px 0;
}

#bo_wellness_write .ww_file_keep {
    margin-top: 8px;
    font-size: 13px;
    color: #64748b;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#bo_wellness_write .ww_option {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #334155;
    font-size: 14px;
}

#bo_wellness_write .ww_captcha {
    padding: 18px;
    border: 1px solid #e5edf7;
    border-radius: 20px;
    background: #f8fbff;
}

#bo_wellness_write .ww_btns {
    margin-top: 28px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 991px) {
    #bo_wellness .bo_table_wrap {
        overflow-x: auto;
    }

    #bo_wellness .bo_table {
        min-width: 760px;
    }
}

@media (max-width: 767px) {
    #bo_wellness .bo_util {
        flex-direction: column;
        align-items: stretch;
    }

    #bo_wellness .bo_btns {
        justify-content: flex-end;
    }

    #bo_wellness .bo_search {
        padding: 18px;
        border-radius: 22px;
    }

    #bo_wellness .sch_inner {
        flex-direction: column;
        align-items: stretch;
    }

    #bo_wellness .sch_inner select,
    #bo_wellness .sch_input,
    #bo_wellness .sch_inner .btn_primary {
        width: 100%;
        min-width: 0;
    }

    #bo_wellness_view,
    #bo_wellness_write {
        padding: 22px 16px;
        border-radius: 22px;
    }

    #bo_wellness_view .wv_subject {
        font-size: 28px;
    }

    #bo_wellness_view .wv_react,
    #bo_wellness_view .wv_bottom,
    #bo_wellness_write .ww_btns {
        flex-direction: column;
        align-items: stretch;
    }

    #bo_wellness_view .wv_move,
    #bo_wellness_view .wv_actions {
        width: 100%;
    }

    #bo_wellness_view .wv_move a,
    #bo_wellness_view .wv_actions a,
    #bo_wellness_write .ww_btns a,
    #bo_wellness_write .ww_btns button {
        width: 100%;
    }
}