@charset "utf-8";

.gb-board {
    color: #1f2937;
}

.gb-board a {
    text-decoration: none;
}

.gb-board-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e7ec;
}

.gb-board-eyebrow {
    margin: 0 0 8px;
    color: #9a6a22;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .08em;
}

.gb-board-head h2 {
    margin: 0;
    color: #173b69;
    font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
}

.gb-board-head p:last-child {
    max-width: 680px;
    margin: 12px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}

.gb-board-top,
.gb-board-view__actions,
.gb-board-confirm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.gb-board-total {
    margin: 0;
    color: #667085;
    font-size: 14px;
}

.gb-board-total strong {
    color: #173b69;
}

.gb-board-total span {
    margin-left: 8px;
}

.gb-board-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gb-board-actions li {
    position: relative;
}

.gb-board .btn,
.gb-board button.btn,
.gb-board a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    background: #fff;
    color: #173b69;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.gb-board .btn:hover,
.gb-board .btn:focus-visible {
    border-color: #173b69;
    background: #f5f8fc;
    color: #173b69;
}

.gb-write-btn {
    background: #173b69 !important;
    border-color: #173b69 !important;
    color: #fff !important;
}

.gb-board-table {
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

.gb-board-table table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.gb-board-table thead th {
    height: 54px;
    border: 0;
    border-bottom: 1px solid #e4e7ec;
    background: #f8fafc;
    color: #173b69;
    font-weight: 800;
    text-align: center;
}

.gb-board-table thead th a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
}

.gb-board-table tbody td {
    min-height: 58px;
    padding: 15px 12px;
    border: 0;
    border-bottom: 1px solid #eef1f5;
    color: #344054;
    vertical-align: middle;
}

.gb-board-table tbody tr:last-child td {
    border-bottom: 0;
}

.gb-board-table tbody tr:hover td {
    background: #fbfcfe;
}

.gb-board-table .col-num,
.gb-board-table .td_num2 {
    width: 86px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
}

.gb-board-table .col-name,
.gb-board-table .td_name {
    width: 168px;
    text-align: center;
    white-space: nowrap;
}

.gb-board-table .col-answer,
.gb-board-table .td_answer {
    width: 112px;
    text-align: center;
    white-space: nowrap;
}

.gb-board-table .col-hit,
.gb-board-table .td_num,
.gb-board-table .col-good {
    width: 80px;
    text-align: center;
}

.gb-board-table .col-date,
.gb-board-table .td_datetime {
    width: 110px;
    text-align: center;
}

.gb-board-table .td_subject {
    text-align: left;
    min-width: 0;
}

.bo_tit {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-weight: 800;
    white-space: nowrap;
}

.bo_tit a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    color: #17233c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bo_tit .bo_cate_link {
    flex: 0 0 auto;
    margin-right: 2px;
}

.bo_subject_text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gb-board-mobile-meta {
    display: none;
}

.bo_cate_link,
.bo_v_cate,
.notice_icon,
.new_icon,
.cnt_cmt,
.gb-answer-status {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.bo_cate_link,
.bo_v_cate {
    background: #edf2f7;
    color: #173b69;
}

.gb-board-table .bo_cate_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 26px;
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
    line-height: 1;
}

.gb-board-pagination {
    display: flex;
    justify-content: center;
    clear: both;
    width: 100%;
    padding: 24px 0 0;
    margin: 0;
}

.gb-board-pagination .pg_wrap,
.gb-board .pg_wrap {
    display: flex;
    justify-content: center;
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.gb-board-pagination .pg,
.gb-board .pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.gb-board .pg_page,
.gb-board .pg_current {
    float: none;
    margin: 0;
}

.notice_icon {
    background: #fff2e5;
    color: #9a5a12;
}

.new_icon {
    background: #e9f7ef;
    color: #247a42;
}

.cnt_cmt {
    background: #edf4ff;
    color: #175cd3;
}

.gb-answer-status {
    flex: 0 0 auto;
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
    line-height: 1;
}

.gb-answer-status.is-complete {
    background: #e9f7ef;
    color: #167545;
}

.gb-answer-status.is-pending {
    background: #f2f4f7;
    color: #667085;
}

.empty_table {
    padding: 64px 20px !important;
    text-align: center;
    color: #667085;
}

.more_opt {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 20;
    width: 132px;
    margin: 0;
    padding: 8px;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18, 41, 68, .14);
    list-style: none;
}

.more_opt li + li {
    margin-top: 4px;
}

.more_opt button,
.more_opt a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 10px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #344054;
    text-align: left;
}

.more_opt button:hover,
.more_opt a:hover {
    background: #f5f8fc;
    color: #173b69;
}

.gb-board-bulk {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.gb-board-cate {
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
}

.gb-board-cate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

.gb-board-cate a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    color: #344054;
    font-weight: 700;
}

.gb-board-cate #bo_cate_on,
.gb-board-cate a:hover {
    border-color: #173b69;
    background: #173b69;
    color: #fff;
}

.chk_box {
    position: relative;
}

.selec_chk {
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.chk_box label {
    display: inline-flex;
    align-items: center;
    min-width: 28px;
    min-height: 28px;
    gap: 6px;
    cursor: pointer;
}

.chk_box label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #cfd6e3;
    border-radius: 4px;
    background: #fff;
}

.chk_box input:checked + label span {
    border-color: #173b69;
    background: #173b69;
    box-shadow: inset 0 0 0 3px #fff;
}

.chk_box input:focus-visible + label span {
    outline: 2px solid #235fd3;
    outline-offset: 2px;
}

.gb-board-view__head {
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e7ec;
}

#bo_v_title {
    margin: 12px 0;
    color: #173b69;
    font-size: 30px;
    line-height: 1.35;
}

.gb-board-view__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #667085;
    font-size: 14px;
}

.gb-board-view__meta strong {
    margin-right: 5px;
    color: #344054;
}

.gb-board-view__actions {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 22px 0 0;
}

.gb-board-view__body {
    padding: 30px 0;
}

.gb-board-view__share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.gb-board-view__images img,
.gb-board-view__content img {
    max-width: 100%;
    height: auto;
}

.gb-board-view__content {
    min-height: 220px;
    color: #344054;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.gb-edu-apply {
    margin-top: 34px;
    padding: 24px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fbfaf7;
}

.gb-edu-apply__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.gb-edu-apply__head h3 {
    margin: 0 0 6px;
    color: #173b69;
    font-family: 'Pretendard', 'Noto Sans KR', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
}

.gb-edu-apply__head p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
}

.gb-edu-apply__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #e9f7ef;
    color: #247a42;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.gb-edu-apply__status.is-closed {
    background: #f3f4f6;
    color: #667085;
}

.gb-edu-apply__result,
.gb-edu-apply__closed {
    margin-bottom: 16px;
    padding: 15px 16px;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
}

.gb-edu-apply__result strong,
.gb-edu-apply__closed strong {
    display: block;
    margin-bottom: 5px;
    color: #173b69;
}

.gb-edu-apply__result p,
.gb-edu-apply__closed p {
    margin: 0;
    color: #475467;
    line-height: 1.65;
}

.gb-edu-apply__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gb-edu-apply__grid label {
    display: grid;
    gap: 7px;
    color: #173b69;
    font-weight: 900;
}

.gb-edu-apply__grid label.is-full {
    grid-column: 1 / -1;
}

.gb-edu-apply__grid input,
.gb-edu-apply__grid textarea {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    background: #fff;
    padding: 0 13px;
    color: #27364a;
    font: inherit;
    box-sizing: border-box;
}

.gb-edu-apply__grid textarea {
    min-height: 104px;
    padding-top: 12px;
    resize: vertical;
}

.gb-edu-apply__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.gb-edu-apply__actions p {
    flex: 1 1 auto;
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.gb-edu-apply .btn--primary {
    border-color: #173b69;
    background: #173b69;
    color: #fff;
}

.gb-board-view__reaction {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 28px 0 0;
}

.gb-board-view__reaction a,
.gb-board-view__reaction span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    color: #173b69;
}

.gb-board-attach {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e4e7ec;
}

.gb-board-attach h2 {
    margin: 0 0 12px;
    color: #173b69;
    font-size: 18px;
}

.gb-board-attach ul,
.gb-board-neighbor {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gb-board-attach li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px 10px;
    padding: 13px 0;
    border-bottom: 1px solid #eef1f5;
}

.gb-board-attach li span {
    grid-column: 2;
    color: #667085;
    font-size: 13px;
}

.gb-board-neighbor {
    margin-top: 28px;
    border-top: 1px solid #e4e7ec;
}

.gb-board-neighbor li {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 90px;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e4e7ec;
}

.gb-board-neighbor a {
    min-width: 0;
    color: #17233c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gb-board-neighbor .nb_tit,
.gb-board-neighbor .nb_date {
    color: #667085;
    font-size: 13px;
}

.gb-write-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gb-field--full {
    grid-column: 1 / -1;
}

.gb-write-grid > .bo_w_select,
.gb-write-options {
    grid-column: span 1;
}

.gb-write-options {
    align-self: end;
}

.gb-field label,
.gb-field-label {
    display: block;
    margin-bottom: 8px;
    color: #173b69;
    font-weight: 800;
}

.gb-field > label > strong {
    color: #b42318;
    font-size: 12px;
}

.gb-field .frm_input,
.gb-field select,
.gb-field textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    background: #fff;
    color: #344054;
}

.gb-field .frm_input {
    padding: 0 14px;
}

.gb-field .frm_file {
    width: 100%;
    min-height: 44px;
    padding: 9px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    background: #fff;
}

.gb-field .full_input + .frm_input,
.gb-field .frm_file + .frm_input {
    margin-top: 8px;
}

.gb-captcha-field #captcha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.gb-captcha-field #captcha legend {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    color: #173b69;
    font-weight: 800;
    white-space: nowrap;
}

.gb-captcha-field #captcha #captcha_img {
    flex: 0 0 auto;
    height: 40px;
    margin: 0;
}

.gb-captcha-field #captcha #captcha_key {
    flex: 0 0 92px;
    width: 92px;
    min-height: 40px;
    margin: 0;
    padding: 0 8px;
    text-align: center;
}

.gb-captcha-field #captcha #captcha_mp3,
.gb-captcha-field #captcha #captcha_reload {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.gb-captcha-field #captcha #captcha_info {
    flex: 1 1 240px;
    margin: 0 0 0 4px;
    color: #667085;
    line-height: 1.5;
    white-space: nowrap;
}

.bo_v_option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 46px;
    gap: 10px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bo_v_option .chk_box {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    margin: 0;
    white-space: nowrap;
}

.bo_v_option .selec_chk {
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}

.bo_v_option .chk_box label {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    gap: 8px;
    padding: 0 10px 0 2px;
    line-height: 1;
}

.bo_v_option .chk_box label span {
    position: static;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
}

#autosave_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

#autosave_wrapper > .frm_input {
    grid-column: 1;
    min-width: 0;
}

#btn_autosave {
    grid-column: 2;
    min-width: 132px;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    background: #344054;
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

#autosave_pop {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 40;
    width: min(380px, calc(100vw - 48px));
    overflow: hidden;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18, 41, 68, .14);
}

#autosave_pop strong {
    display: block;
    padding: 13px 16px;
    border-bottom: 1px solid #e4e7ec;
    color: #173b69;
    font-size: 14px;
    font-weight: 800;
}

#autosave_pop ul {
    max-height: 240px;
    margin: 0;
    padding: 10px;
    overflow: auto;
    list-style: none;
}

#autosave_pop li {
    display: grid;
    gap: 6px;
    padding: 10px;
    border-radius: 6px;
    background: #f8fafc;
}

#autosave_pop li + li {
    margin-top: 8px;
}

#autosave_pop a {
    display: block;
    min-width: 0;
    color: #101828;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
}

#autosave_pop li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #667085;
    font-size: 12px;
}

#autosave_pop .autosave_del {
    min-width: 44px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    background: #fff;
    color: #344054;
}

.autosave_close {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-top: 1px solid #e4e7ec;
    background: #fff;
    color: #173b69;
    font-weight: 800;
}

.file_del {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
}

.gb-board-confirm {
    justify-content: flex-end;
    margin: 24px 0 0;
}

#bo_w .gb-board-confirm {
    gap: 10px;
}

.bo_sch_wrap {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.bo_sch_bg {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .34);
}

.bo_sch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(360px, calc(100vw - 32px));
    padding: 20px;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(18, 41, 68, .18);
    transform: translate(-50%, -50%);
}

.bo_sch h3 {
    margin: 0 0 14px;
    color: #173b69;
}

.bo_sch form {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.bo_sch select,
.bo_sch .sch_bar {
    width: 100%;
    margin-top: 0;
}

.bo_sch select,
.bo_sch .sch_input {
    height: 42px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
}

.bo_sch .sch_bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
}

.bo_sch .sch_input {
    min-width: 0;
    padding: 0 12px;
    border-right: 0;
    border-radius: 6px 0 0 6px;
}

.bo_sch .sch_btn {
    border: 1px solid #d8dfeb;
    border-radius: 0 6px 6px 0;
    background: #173b69;
    color: #fff;
}

.bo_sch_cls {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 0;
    background: transparent;
    color: #667085;
}

.cmt_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 34px 0 14px;
    padding: 16px 18px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f8fafc;
    color: #173b69;
    font-weight: 900;
    text-align: left;
}

.cmt_btn .total {
    color: #173b69;
}

.cmt_btn .total b {
    margin-right: 4px;
}

.cmt_btn .cmt_more {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .16s ease;
}

.cmt_btn.cmt_btn_op .cmt_more {
    transform: rotate(-135deg);
}

#bo_vc {
    display: grid;
    gap: 12px;
}

#bo_vc article {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 41, 68, .04);
}

#bo_vc .pf_img img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

#bo_vc .cm_wrap {
    min-width: 0;
}

#bo_vc header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    margin-bottom: 8px;
    color: #667085;
    font-size: 13px;
}

#bo_vc header h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

#bo_vc .sv_member,
#bo_vc .sv_guest,
#bo_vc .member,
#bo_vc .guest {
    color: #173b69;
    font-weight: 900;
}

#bo_vc .bo_vc_hdinfo {
    color: #8a94a6;
}

#bo_vc .cmt_contents {
    color: #344054;
    font-size: 15px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

#bo_vc .cmt_contents p {
    margin: 0;
}

#bo_vc span.bo_vc_w:empty {
    display: none;
}

#bo_vc span.bo_vc_w {
    display: block;
    grid-column: 1 / -1;
}

#bo_vc .bo_vl_opt {
    position: relative;
}

#bo_vc .btn_cm_opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    background: #fff;
    color: #667085;
}

#bo_vc .btn_cm_opt:hover,
#bo_vc .btn_cm_opt[aria-expanded="true"] {
    border-color: #173b69;
    color: #173b69;
}

#bo_vc .bo_vc_act {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 10;
    min-width: 124px;
    margin: 0;
    padding: 7px;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(18, 41, 68, .14);
    list-style: none;
}

#bo_vc .bo_vc_act a {
    display: block;
    padding: 9px 11px;
    border-radius: 6px;
    color: #344054;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
}

#bo_vc .bo_vc_act a:hover {
    background: #f5f8fc;
    color: #173b69;
}

#bo_vc_empty {
    margin: 0;
    padding: 24px;
    border: 1px dashed #d8dfeb;
    border-radius: 8px;
    color: #667085;
    text-align: center;
}

.bo_vc_w {
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fbfaf7;
}

.bo_vc_w h2 {
    margin: 0 0 12px;
    color: #173b69;
    font-size: 18px;
}

.bo_vc_w textarea {
    width: 100%;
    min-height: 118px;
    padding: 13px;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    font: inherit;
    resize: vertical;
    box-sizing: border-box;
}

.bo_vc_w_wr {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.bo_vc_w_info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bo_vc_w_info .frm_input {
    min-height: 40px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    padding: 0 12px;
}

.bo_vc_w .btn_confirm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.bo_vc_w .btn_submit {
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #173b69;
    border-radius: 999px;
    background: #173b69;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 900px) {
    .gb-board,
    .gb-board * {
        box-sizing: border-box;
    }

    .gb-board-cate {
        margin-bottom: 14px;
        overflow: hidden;
    }

    .gb-board-cate ul {
        flex-wrap: nowrap;
        gap: 6px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .gb-board-cate ul::-webkit-scrollbar {
        display: none;
    }

    .gb-board-cate a {
        min-height: 34px;
        padding: 0 13px;
        font-size: 13px;
        white-space: nowrap;
    }

    .gb-board {
        max-width: 100%;
    }

    .gb-board-top,
    .gb-board-view__actions,
    .gb-board-confirm {
        align-items: stretch;
        flex-direction: column;
    }

    .gb-board-actions,
    .gb-board-view__actions {
        justify-content: flex-start;
    }

    #bo_w .gb-board-confirm {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 10px;
    }

    #bo_w .gb-board-confirm .btn {
        width: 100% !important;
        min-width: 0 !important;
    }

    .gb-board-table {
        border: 0;
        overflow: visible;
    }

    .gb-board-table table,
    .gb-board-table thead,
    .gb-board-table tbody,
    .gb-board-table tr,
    .gb-board-table th,
    .gb-board-table td {
        display: block;
        width: 100% !important;
    }

    .gb-board-table thead {
        position: absolute;
        width: 1px !important;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .gb-board-table tbody tr {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 12px;
        padding: 14px 15px;
        border: 1px solid #e4e7ec;
        border-radius: 8px;
        background: #fff;
    }

    .gb-board-table tbody td {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 0;
        padding: 8px 0;
        border: 0;
        text-align: right !important;
    }

    .gb-board-table .td_name,
    .gb-board-table .td_num,
    .gb-board-table .td_datetime {
        display: none !important;
    }

    .gb-board-table .td_num2 {
        display: none !important;
    }

    .gb-board-table tbody td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #667085;
        font-size: 13px;
        font-weight: 800;
    }

    .gb-board-table .td_subject {
        display: block;
        max-width: 100%;
        padding-top: 0;
        text-align: left !important;
    }

    .gb-board-table .td_subject::before,
    .gb-board-table .td_chk::before {
        display: none;
    }

    .bo_tit {
        align-items: flex-start;
        font-size: 16px;
        line-height: 1.45;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .bo_tit a {
        align-items: flex-start;
        max-width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .bo_tit .bo_cate_link {
        align-items: center;
        align-self: flex-start;
        justify-content: center;
        height: 28px;
        min-height: 28px;
        line-height: 1;
    }

    .bo_subject_text {
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: keep-all;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .gb-board-mobile-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 12px;
        margin-top: 9px;
        color: #7a8796;
        font-size: 12px;
        font-weight: 700;
    }

    #bo_vc article {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 15px;
    }

    #bo_vc .pf_img img {
        width: 36px;
        height: 36px;
    }

    #bo_vc .bo_vl_opt {
        grid-column: 2;
        justify-self: end;
        margin-top: -4px;
    }

    .bo_vc_w {
        padding: 16px;
    }

    .bo_vc_w .btn_confirm {
        display: grid;
        justify-content: stretch;
    }

    .bo_vc_w .btn_submit {
        width: 100%;
    }

    #bo_v_title {
        font-size: 24px;
    }

    .gb-board-view__meta {
        display: grid;
        gap: 6px;
    }

    .gb-board-neighbor li {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .gb-board-neighbor .nb_date {
        grid-column: 2;
    }

    .gb-write-grid {
        grid-template-columns: 1fr;
    }

    .gb-write-grid > .bo_w_select,
    .gb-write-options {
        grid-column: 1 / -1;
    }

    #autosave_wrapper {
        grid-template-columns: 1fr;
    }

    #btn_autosave {
        grid-column: 1;
        width: 100%;
    }

    #autosave_pop {
        right: 0;
        left: 0;
        width: auto;
    }

    .gb-edu-apply {
        padding: 18px;
    }

    .gb-edu-apply__head,
    .gb-edu-apply__actions {
        display: grid;
        justify-content: stretch;
    }

    .gb-edu-apply__grid {
        grid-template-columns: 1fr;
    }

    .gb-edu-apply__actions .btn {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .bo_sch {
        width: min(360px, calc(100vw - 24px));
        padding: 14px;
    }

    .bo_sch form {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 6px;
    }

    .bo_sch select,
    .bo_sch .sch_input,
    .bo_sch .sch_btn {
        height: 40px;
    }

    .bo_sch .sch_bar {
        grid-template-columns: minmax(0, 1fr) 40px;
    }

    .bo_sch .sch_input {
        padding: 0 10px;
    }
}

@media (max-width: 340px) {
    .bo_sch form {
        grid-template-columns: 1fr;
    }
}

@media print {
    @page {
        size: A4;
        margin: 14mm 12mm;
    }

    html,
    body {
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        color: #111 !important;
    }

    *,
    *::before,
    *::after {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #bo_list.gb-board,
    #bo_v.gb-board {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        color: #111 !important;
    }

    .gb-board-top {
        display: block !important;
        margin: 0 0 5mm !important;
    }

    .gb-board-total {
        color: #173b5f !important;
        font-size: 9pt !important;
        font-weight: 800 !important;
    }

    .gb-board-actions,
    .gb-board-pagination,
    .gb-board-bulk,
    .gb-board-mobile-meta,
    .bo_sch_wrap,
    .td_chk,
    .all_chk {
        display: none !important;
    }

    .gb-board-table {
        overflow: visible !important;
        border: 1px solid #b9c5d3 !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    .gb-board-table table {
        width: 100% !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }

    .gb-board-table thead {
        display: table-header-group !important;
    }

    .gb-board-table tfoot {
        display: table-footer-group !important;
    }

    .gb-board-table tr {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .gb-board-table thead th,
    .gb-board-table tbody td {
        height: auto !important;
        min-height: 0 !important;
        padding: 3mm 2.5mm !important;
        border: 1px solid #cbd5e1 !important;
        color: #111 !important;
        font-size: 8.5pt !important;
        line-height: 1.45 !important;
        vertical-align: middle !important;
    }

    .gb-board-table thead th {
        background: #f3f6fa !important;
        color: #173b5f !important;
        font-weight: 900 !important;
    }

    .gb-board-table .col-num,
    .gb-board-table .td_num2 {
        width: 12mm !important;
    }

    .gb-board-table .col-name,
    .gb-board-table .td_name {
        width: 25mm !important;
        white-space: normal !important;
    }

    .gb-board-table .col-hit,
    .gb-board-table .td_num {
        width: 13mm !important;
    }

    .gb-board-table .col-date,
    .gb-board-table .td_datetime {
        width: 17mm !important;
    }

    .gb-board-table .td_subject {
        min-width: 0 !important;
    }

    .bo_tit,
    .bo_tit a,
    .bo_subject_text {
        display: inline !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        color: #111 !important;
    }

    .gb-board-table .bo_cate_link,
    .notice_icon,
    .new_icon,
    .cnt_cmt,
    .gb-answer-status {
        display: inline-block !important;
        min-height: 0 !important;
        margin: 0 1.5mm 0 0 !important;
        padding: .7mm 1.8mm !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 999px !important;
        background: #eef3f8 !important;
        color: #173b5f !important;
        font-size: 7.5pt !important;
        font-weight: 900 !important;
        line-height: 1.2 !important;
        vertical-align: middle !important;
    }

    #bo_v_title {
        margin: 0 0 5mm !important;
        color: #111 !important;
        font-size: 18pt !important;
        line-height: 1.35 !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
    }

    #bo_v_title .bo_v_tit {
        color: inherit !important;
        font: inherit !important;
    }

    .gb-board-view__head {
        margin: 0 0 7mm !important;
        padding: 0 0 5mm !important;
        border-bottom: 1px solid #cbd5e1 !important;
        background: #fff !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    .bo_v_cate {
        display: inline-block !important;
        min-height: 0 !important;
        margin: 0 0 3mm !important;
        padding: 1mm 2.4mm !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 999px !important;
        background: #f3f6fa !important;
        color: #173b5f !important;
        font-size: 8pt !important;
        font-weight: 900 !important;
        line-height: 1.2 !important;
    }

    .gb-board-view__meta {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 2mm 5mm !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #334155 !important;
        font-size: 8.5pt !important;
        line-height: 1.45 !important;
    }

    .gb-board-view__meta span,
    .gb-board-view__meta strong {
        color: inherit !important;
        font-size: inherit !important;
        line-height: inherit !important;
    }

    .gb-board-view__body,
    #bo_v_atc {
        display: block !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
        color: #111 !important;
    }

    .gb-board-view__content,
    #bo_v_con {
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #111 !important;
        font-size: 10.5pt !important;
        line-height: 1.75 !important;
        word-break: keep-all !important;
        overflow-wrap: anywhere !important;
        overflow: visible !important;
    }

    .gb-board-view__content p,
    #bo_v_con p {
        margin: 0 0 4mm !important;
    }

    .gb-board-view__content img,
    .gb-board-view__images img,
    #bo_v_con img,
    #bo_v_img img {
        display: block !important;
        max-width: 100% !important;
        max-height: 235mm !important;
        width: auto !important;
        height: auto !important;
        margin: 5mm auto !important;
        object-fit: contain !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    .gb-board-view__images,
    #bo_v_img {
        margin: 0 0 6mm !important;
        padding: 0 !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    .gb-board-attach {
        margin: 8mm 0 0 !important;
        padding: 5mm 0 0 !important;
        border-top: 1px solid #cbd5e1 !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    .gb-board-attach h2 {
        margin: 0 0 3mm !important;
        color: #111 !important;
        font-size: 12pt !important;
    }

    .gb-board-attach li {
        display: block !important;
        padding: 2.5mm 0 !important;
        border-bottom: 1px solid #e5e7eb !important;
        color: #111 !important;
        font-size: 9pt !important;
        line-height: 1.5 !important;
    }

    .gb-board-view__actions,
    .gb-board-view__share,
    .gb-board-view__reaction,
    .gb-board-confirm,
    .gb-board-neighbor,
    .cmt_btn,
    #bo_vc,
    #bo_vc_w,
    .bo_vc_w,
    #bo_v_act,
    #bo_v_share,
    #bo_v_sns,
    #bo_v_top,
    #bo_v_bot,
    .btn,
    button {
        display: none !important;
    }
}
