@charset "utf-8";

.notice_wrap .notice_view_nav li,
.notice_wrap .notice_view_nav .nb_tit,
.notice_wrap .notice_view_nav .nb_date {
    font-size: 18px !important;
}

.notice_wrap .notice_search {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #eee;
}

.notice_wrap .notice_search_form {
    width: 100%;
}

.notice_wrap .notice_search_inner {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}

.notice_wrap .notice_search_select {
    flex: 0 0 140px;
    width: 140px;
}

.notice_wrap .notice_search_bar {
    flex: 1;
    display: flex;
    align-items: stretch;
    min-width: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}

.notice_wrap .notice_search_bar:focus-within {
    border-color: #00acc1;
}

.notice_wrap .notice_search_input {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 48px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.notice_wrap .notice_search_input:focus {
    border-color: transparent;
}

.notice_wrap .notice_search_btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 48px;
    padding: 0 24px;
    background: #003366;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.notice_wrap .notice_search_btn:hover {
    background: #002244;
}

@media (max-width: 700px) {
    .notice_wrap {
        width: calc(100% - 72px);
        max-width: 628px;
        padding: 80px 0;
    }

    .notice_wrap #bo_list,
    .notice_wrap #bo_w,
    .notice_wrap #bo_v {
        width: 100%;
    }

    .notice_wrap #bo_btn_top {
        margin: 0 0 24px;
    }

    .notice_wrap #bo_btn_top .btn_bo_user {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        float: none;
    }

    .notice_wrap #bo_btn_top .btn_bo_user li {
        float: none;
        width: auto;
        margin: 0;
    }

    .notice_wrap .tbl_head01 table,
    .notice_wrap .tbl_head01 thead,
    .notice_wrap .tbl_head01 tbody,
    .notice_wrap .tbl_head01 tr,
    .notice_wrap .tbl_head01 th,
    .notice_wrap .tbl_head01 td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .notice_wrap .tbl_head01 thead {
        position: absolute;
        width: 1px !important;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .notice_wrap .tbl_head01 tbody tr {
        position: relative;
        padding: 26px 0;
        border-left: 0;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

    .notice_wrap .tbl_head01 tbody tr:hover {
        border-left: 0;
    }

    .notice_wrap .tbl_head01 tbody td {
        padding: 0;
        border: 0;
        background: transparent !important;
        text-align: left;
    }

    .notice_wrap #bo_list .td_num2,
    .notice_wrap #bo_list .td_chk {
        display: none;
    }

    .notice_wrap #bo_list .td_subject {
        padding: 0 !important;
    }

    .notice_wrap #bo_list .bo_tit a {
        display: block;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: -0.48px;
        color: #222;
        word-break: keep-all;
    }

    .notice_wrap #bo_list .td_name,
    .notice_wrap #bo_list .td_date,
    .notice_wrap #bo_list .td_status {
        display: inline-flex;
        width: auto !important;
        margin-top: 12px;
        padding: 0;
        font-size: 20px;
        line-height: 1.45;
        letter-spacing: -0.36px;
        color: #999;
        vertical-align: top;
    }

    .notice_wrap #bo_list .td_name::after,
    .notice_wrap #bo_list .td_status::before {
        content: "|";
        margin: 0 10px;
        color: #ddd;
    }

    .notice_wrap .notice_foot {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        margin-top: 36px;
        min-height: 0;
    }

    .notice_wrap .notice_foot .btn_consult {
        position: static;
        width: 100%;
        height: 64px;
        font-size: 22px;
        border-radius: 6px;
    }

    .notice_wrap .pg_page,
    .notice_wrap .pg_current {
        min-width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .notice_wrap .notice_view_head {
        padding: 28px 0;
        background: #fff;
    }

    .notice_wrap .notice_view_title .bo_v_tit {
        font-size: 32px;
        line-height: 1.35;
        letter-spacing: -0.64px;
    }

    .notice_wrap .notice_view_meta {
        gap: 10px 20px;
    }

    .notice_wrap .notice_meta_item {
        font-size: 18px;
    }

    .notice_wrap .notice_view_body {
        padding: 36px 0;
    }

    .notice_wrap #bo_v_con {
        font-size: 20px;
        line-height: 1.75;
        word-break: keep-all;
    }

    .notice_wrap #bo_v_img img,
    .notice_wrap #bo_v_con img {
        max-width: 100%;
        height: auto;
    }

    .notice_wrap #bo_v_file,
    .notice_wrap #bo_v_link,
    .notice_wrap #bo_vc,
    .notice_wrap #bo_vc_w {
        padding-left: 0;
        padding-right: 0;
    }

    .notice_wrap .notice_view_nav li {
        padding: 18px 0;
    }

    .notice_wrap .notice_view_nav .nb_date {
        display: none;
    }

    .notice_wrap .notice_write_title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 1.35;
    }

    .notice_wrap .notice_form_row {
        display: block;
        margin-bottom: 28px;
        padding-bottom: 28px;
    }

    .notice_wrap .notice_form_label,
    .notice_wrap .notice_form_col .notice_form_label {
        display: block;
        margin-bottom: 12px;
        padding-top: 0;
        font-size: 20px;
    }

    .notice_wrap .notice_form_col {
        min-width: 0;
        margin-bottom: 20px;
    }

    .notice_wrap .notice_input,
    .notice_wrap .notice_select {
        height: 58px;
        font-size: 18px;
    }

    .notice_wrap .notice_editor textarea {
        min-height: 260px;
        font-size: 18px;
    }

    .notice_wrap .notice_write_foot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .notice_wrap .notice_write_foot .btn_cancel_write,
    .notice_wrap .notice_write_foot .btn_consult {
        width: 100%;
        min-width: 0;
        height: 60px;
        font-size: 20px;
    }

    .notice_wrap .notice_search {
        margin-top: 36px;
        padding-top: 28px;
    }

    .notice_wrap .notice_search_inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        max-width: none;
    }

    .notice_wrap .notice_search_select {
        flex: none;
        width: 100%;
        height: 58px;
        font-size: 18px;
    }

    .notice_wrap .notice_search_input {
        height: 58px;
        font-size: 18px;
    }

    .notice_wrap .notice_search_btn {
        min-width: 88px;
        height: 58px;
        font-size: 18px;
    }
}
