﻿@charset "UTF-8";

/* ==========================================
   게시판 전용 CSS (그누보드 daon_basic 기준)
   게시판 페이지에만 적용되는 스타일
   ========================================== */

/* 게시판 테이블 */
#bo_list .tbl_head01.tbl_wrap table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
}

#bo_list .tbl_head01.tbl_wrap {
    border: 0;
}

#bo_list .tbl_head01 td {
    border-top: 0;
    border-bottom: 1px solid #ecf0f1;
    border-left: 0;
    border-right: 0;
    padding: 2px 5px;
    font-size: 0.92em;
    vertical-align: middle;
    line-height: 1.2em;
}

#bo_list .tbl_head01 thead th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 12px 0;
}

/* 게시판 검색 */
.bo_sch_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.bo_sch {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: left;
    width: 500px;
    max-height: 300px;
    margin-left: -250px;
    margin-top: -150px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
    border: 1px solid #dde7e9;
    background: #fff;
    border-radius: 3px;
}

.bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_sch h3 {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.bo_sch legend {
    background: red;
}

.bo_sch form {
    padding: 15px;
    display: block;
}

.bo_sch select {
    border: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.bo_sch .sch_bar {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 15px;
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.bo_sch .sch_input {
    width: 80%;
    height: 38px;
    border: 0;
    padding: 0;
    background-color: transparent;
    float: left;
}

.bo_sch .sch_btn {
    height: 38px;
    float: right;
    color: #656565;
    background: none;
    border: 0;
    width: 40px;
    font-size: 15px;
}

.bo_sch .bo_sch_cls {
    position: absolute;
    right: 0;
    top: 0;
    color: #b5b8bb;
    border: 0;
    padding: 12px 15px;
    font-size: 16px;
    background: #fff;
}

.bo_sch_bg {
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

/* 게시판 쓰기 */
#bo_w {
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 60px 30px;
}

#bo_w .write_div {
    margin: 15px 0;
    position: relative;
}

#bo_w .write_div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_w .bo_w_tit {
    position: relative;
}

#bo_w .bo_w_tit .frm_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

#bo_w .bo_w_info {
    margin: 10px 0;
}

#bo_w .bo_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_w .bo_w_info .frm_input {
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

#bo_w .bo_w_info .half_input {
    width: 48%;
}

#bo_w .wr_content {
    margin: 10px 0;
}

#bo_w .wr_content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    resize: vertical;
    min-height: 500px;
}

#bo_w .bo_v_option {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#bo_w .bo_v_option li {
    display: inline-block;
    margin: 0 10px 0 0;
}

#bo_w .chk_box {
    position: relative;
}

#bo_w .chk_box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

#bo_w .chk_box input[type="checkbox"] + label {
    position: relative;
    color: #676e70;
    cursor: pointer;
    padding-left: 20px;
}

#bo_w .chk_box input[type="checkbox"] + label span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d4df;
    border-radius: 3px;
    background: #fff;
}

#bo_w .chk_box input[type="checkbox"]:checked + label span {
    background: #3a8afd;
    border-color: #1471f6;
}

#bo_w .bo_w_flie {
    margin: 10px 0;
}

#bo_w .bo_w_flie .file_wr {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    height: 35px;
    margin: 0 0 3px 0;
}

/* 기존 파일 영역 (수정 모드) */
#bo_w .existing_file_wrapper {
    height: auto;
    min-height: 35px;
    padding: 3px;
}

#bo_w .existing_file {
    display: flex;
    align-items: center;
    padding-left: 50px;
    min-height: 29px;
}

#bo_w .existing_file_info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

#bo_w .existing_file_info a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

#bo_w .existing_file_info a:hover {
    color: #3a8afd;
    text-decoration: underline;
}

#bo_w .existing_file_info .file_size {
    color: #666;
    font-size: 0.9em;
}

#bo_w .existing_file_action {
    margin-left: 15px;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#bo_w .btn_delete_file {
    padding: 3px 15px;
    margin: 0;
    margin-left: 8px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.4;
    vertical-align: middle;
}

#bo_w .btn_delete_file:hover {
    background: #c82333;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

#bo_w .bo_w_flie label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #b2b2b2;
    border-right: 1px solid #ddd;
}

#bo_w .bo_w_flie .frm_file {
    padding-left: 50px;
    border: none;
    height: 28px;
    width: 100%;
    margin-top: 2px;
}

#bo_w .file_del {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9em;
}

#bo_w .file_del a {
    color: #dc3545;
    text-decoration: none;
}

#bo_w .file_del a:hover {
    text-decoration: underline;
}

#bo_w .frm_info {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

#bo_w .sound_only {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_w .btn_confirm {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 2px solid #e9ecef;
}

#bo_w .btn_confirm .btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#bo_w .btn_cancel,
#bo_w .btn_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 1.05em;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 140px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#bo_w .btn_cancel {
    background: #6c757d;
    color: #fff;
}

#bo_w .btn_cancel:hover {
    background: #5a6268;
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
    transform: translateY(-1px);
}

#bo_w .btn_submit {
    background: linear-gradient(135deg, #3a8afd 0%, #2d6fe8 100%);
    color: #fff;
}

#bo_w .btn_submit:hover {
    background: linear-gradient(135deg, #2d6fe8 0%, #1f5cd5 100%);
    box-shadow: 0 4px 12px rgba(58, 138, 253, 0.4);
    transform: translateY(-1px);
}

#bo_w .btn_cancel i,
#bo_w .btn_submit i {
    font-size: 0.9em;
}

/* 게시판 카테고리 탭 */
#bo_cate {
    padding: 0px;
    margin: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: none;
}

#bo_cate h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_cate ul {
    zoom: 1;
}

#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_cate li {
    display: inline-block;
    padding: 0px;
    min-width: 150px;
    padding-right: 2px;
    text-align: center;
}

#bo_cate a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #fff;
    border-bottom: 0px;
    text-align: center;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    text-decoration: none;
    background: #d2d6dc;
    border: 1px solid #d2d6dc;
    border-bottom: 0px;
}

#bo_cate #bo_cate_on {
    z-index: 2;
    background: #333;
    color: #fff;
    font-weight: 500;
    border: 1px solid #333;
    border-bottom: 0px;
}

/* 게시판 목록 공통 */
.selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}

.chk_box {
    position: relative;
}

.chk_box input[type="checkbox"] + label {
    position: relative;
    color: #676e70;
    border: 0px solid red;
}

.chk_box input[type="checkbox"] + label:hover {
    color: #2172f8;
}

.chk_box input[type="checkbox"] + label span {
    float: left;
    width: 15px;
    height: 15px;
    display: block;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.chk_box input[type="checkbox"]:checked + label {
    color: #000;
}

.chk_box input[type="checkbox"]:checked + label span {
    background: url(/theme/jt/skin/board/daon_basic/img/chk.png) no-repeat 50% 50%;
    background-color: #3a8afd;
    border-color: #1471f6;
    border-radius: 3px;
}

#bo_btn_top {
    margin: 10px 0;
}

#bo_btn_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_list_total {
    float: left;
    line-height: 34px;
    font-size: 0.92em;
    color: #4e546f;
}

.btn_bo_user {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn_bo_user li {
    float: left;
    width: auto;
    text-align: center;
    margin-left: 5px;
    background: #fff;
}

.btn_bo_user > li {
    position: relative;
}

.bo_fx {
    margin-bottom: 5px;
    float: right;
    zoom: 1;
}

.bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_notice td {
    background: #fcfcfc !important;
    border-bottom: 1px solid #f8e6ee;
}

.bo_notice td a {
    font-weight: bold;
}

.notice_icon {
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #C42828;
    font-size: 1.1em;
}

.popup_icon {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    color: #2E86C1;
    font-size: 15px;
    vertical-align: baseline;
}

.more_opt {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    border: 1px solid #666;
    z-index: 999;
}

.more_opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #666 transparent;
}

.more_opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}

.more_opt li {
    border-bottom: 1px solid #ecf0f1;
    padding: 5px 10px;
    float: inherit;
    width: 90px;
    margin: 0;
    color: #6b757c;
    text-align: left;
}

.more_opt li.wid_s {
    width: 70px;
}

.more_opt li:last-child {
    border-bottom: 0;
}

.more_opt li button,
.more_opt li a {
    width: 100%;
    border: 0;
    background: #fff;
    color: #6b757c;
    text-align: left;
}

.more_opt li:hover a,
.more_opt li:hover button {
    color: #000;
}

.more_opt li i {
    float: right;
    line-height: 20px;
}

.td_subject img {
    margin-left: 5px;
}

.td_subject {
    padding-left: 0px;
}

.bo_cate_link {
    float: left;
    margin-right: 10px;
    background: #666;
    color: #fff;
    font-weight: normal !important;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.95em;
}

.bo_cate_link:hover {
    text-decoration: none;
}

.bo_tit {
    color: #000;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 15px;
}

.bo_tit a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2em;
    display: inline-block;
    max-width: 100%;
}

#bo_list .td_datetime {
    width: 100px !important;
}

#bo_list .td_num {
    width: 50px !important;
}

#bo_list .td_num2 {
    width: 50px !important;
}

#bo_list .td_name {
    width: 60px !important;
    text-align: center !important;
}

.bo_current {
    color: #e8180c;
}

.cnt_cmt {
    background: #fff;
    color: #333;
    font-size: 0.7em;
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    padding-bottom: 1px;
    border-radius: 3px;
    vertical-align: middle;
    border: 1px solid #aaa;
    margin-left: 3px;
}

.fa-heart {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #C42828;
    background: none;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 0px solid #cbe3e8;
    vertical-align: middle;
    margin-top: 3px;
}

.new_icon {
    display: inline-block;
    width: 28px;
    height: 17px;
    line-height: 16px;
    font-size: 0.7em;
    letter-spacing: 0.05em;
    color: #fff;
    background: #3071CA;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 1px;
}

.hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #1EA362;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
}

.fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #F19717;
    background: none;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 3px;
}

/* 게시판 읽기 스타일 */
.bo_v_com {
    margin: 20px 0;
    float: right;
}

.bo_v_com > li {
    position: relative;
    float: left;
    margin-left: 5px;
}

.bo_v_nb {
    position: relative;
    margin: 20px 0;
    clear: both;
    text-align: left;
    margin-top: 30px;
}

.bo_v_nb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_v_nb li {
    border-top: 1px solid #ecf0f1;
    padding: 13px;
}

.bo_v_nb li:last-child {
    border-bottom: 1px solid #ecf0f1;
}

.bo_v_nb li:hover {
    background: #f6f6f6;
}

.bo_v_nb li i {
    font-size: 13px;
    color: #b3b3b3;
}

.bo_v_nb li .nb_tit {
    display: inline-block;
    padding-right: 20px;
    color: #b3b3b3;
}

.bo_v_nb li .nb_date {
    float: right;
    color: #b3b3b3;
}

/* 반응형 */
@media (max-width: 768px) {
    #bo_list .tbl_head01 td {
        padding: 5px 3px;
    }

    #bo_list .tbl_head01 thead th {
        padding: 8px 0;
    }

    #bo_w {
        padding: 30px 15px;
        width: 100%;
    }

    #bo_w .bo_w_info .half_input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #bo_w .btn_confirm .btn_wrap {
        flex-direction: column;
        gap: 10px;
    }

    #bo_w .btn_cancel,
    #bo_w .btn_submit {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
        min-width: auto;
    }

    #bo_w .existing_file {
        align-items: center;
        padding-left: 50px;
    }

    #bo_w .existing_file_info {
        flex-wrap: wrap;
        gap: 6px;
    }

    #bo_w .btn_delete_file {
        margin-left: 6px;
    }

    #bo_cate li {
        min-width: 100px;
        padding-right: 1px;
    }

    #bo_cate a {
        padding: 0 10px;
        line-height: 30px;
    }

    .more_opt {
        width: auto;
        min-width: 90px;
    }

    .td_subject .mview {
        display: block;
        padding-top: 5px;
    }

    .td_subject .mview .gall_info {
        padding: 5px 0 0;
        color: #646464;
        font-size: 0.92em;
        display: inline-block;
    }

    .td_subject .mview .gall_info strong {
        display: inline-block;
        margin-right: 3px;
    }

    .td_subject .mview .gall_info i {
        display: inline-block;
        margin-left: 5px;
    }

    .td_subject .mview .gall_date {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        color: #777;
    }

    .bo_tit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
    }

    .bo_tit a {
        line-height: 1.2em;
        display: inline-block;
        max-width: 100%;
    }
}

/* ===========================================
   뷰페이지 스타일
   =========================================== */

#bo_v {
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 60px 30px;
}

#bo_v_title {
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    padding-left: 10px;
    background-color: #F7F7F7;
}

#bo_v_title .bo_v_cate {
    display: inline-block;
    line-height: 20px;
    background: #666;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.9em;
    margin-right: 10px;
}

#bo_v_title .bo_v_tit {
    display: inline-block;
    font-size: 1.5em;
    margin: 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    color: #17479e;
    text-overflow: ellipsis;
    max-width: 100%;
}

#bo_v_info {
    margin: 0;
    border-bottom: 1px solid #ecf0f1;
    color: #666;
}

#bo_v_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_info h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_info .profile_info {
    margin: 20px 0 10px;
    display: inline-block;
    float: left;
}

#bo_v_info .profile_info .pf_img {
    float: left;
    margin-right: 10px;
}

#bo_v_info .profile_info .pf_img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#bo_v_info .profile_info .profile_info_ct {
    float: left;
    padding: 5px 0;
    line-height: 18px;
}

#bo_v_info strong {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: normal;
}

#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
    font-weight: bold;
}

#bo_v_info .sv_member {
    color: #000;
}

#bo_v_info .if_date {
    margin: 0;
    color: #888;
}

#bo_v_top {
    zoom: 1;
    margin-bottom: 0;
}

#bo_v_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_top h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_top ul {
    padding: 0;
    list-style: none;
    word-break: break-all;
    background: #fff;
}

/* 공유 버튼 스타일은 header-share.css로 이동됨 */


#bo_v_bot {
    zoom: 1;
}

#bo_v_bot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_v_bot h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_bot ul {
    padding: 0;
    list-style: none;
}

.bo_v_com {
    margin: 20px 0;
    float: right;
}

.bo_v_com > li {
    position: relative;
    float: left;
    margin-left: 5px;
}

#bo_v_atc {
    min-height: 200px;
    height: auto !important;
}

#bo_v_atc_title {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_con {
    margin: 10px 0 30px;
    width: 100%;
    line-height: 1.7em;
    min-height: 200px;
    word-break: break-all;
    overflow: hidden;
    padding-top: 50px;
    font-size: 1.2em;
}

#bo_v_con a {
    color: #2E86C1;
    text-decoration: underline;
}

#bo_v_con a:hover {
    color: #5DADE2;
    text-decoration: underline;
}

#bo_v_con a:visited {
    color: #2874A6;
}

#bo_v_con img {
    max-width: 100%;
    height: auto;
}

#bo_v_file h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#bo_v_file ul {
    margin: 0;
    list-style: none;
}

#bo_v_file li {
    padding: 15px;
    position: relative;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px hsl(232, 36%, 96%);
    -moz-box-shadow: 1px 1px 5px 0px hsl(232, 36%, 96%);
    box-shadow: 1px 1px 5px 0px hsl(232, 36%, 96%);
}

#bo_v_file li i {
    float: left;
    color: #b2b2b2;
    font-size: 2.35em;
    margin-right: 20px;
}

#bo_v_file a {
    float: left;
    display: block;
    text-decoration: none;
    word-wrap: break-word;
    color: #000;
}

#bo_v_file a:focus,
#bo_v_file li:hover a,
#bo_v_file a:active {
    text-decoration: underline;
    color: #3a8afd;
}

#bo_v_file img {
    float: left;
    margin: 0 10px 0 0;
}

#bo_v_file .bo_v_file_cnt {
    color: #b2b2b2;
    font-size: 0.92em;
}

#bo_v_file li:hover {
    border-color: #bed4f4;
    color: #bed4f4;
}

#bo_v_file li:hover i {
    color: #3a8afd;
}

#bo_v_file li:hover .bo_v_file_cnt {
    color: #99c2fc;
}

#bo_v .print-btn,
#bo_v .print-btn--disabled {
    margin-top: 8px;
}

.print-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 6px;
    background: #17479e;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: none;
    transition: filter 0.2s ease;
}

.print-btn:hover,
.print-btn:focus {
    filter: brightness(0.9);
}

.print-btn--disabled {
    background: #d7dbe4;
    color: #666;
    border: none;
}

.admin-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter 0.2s ease, opacity 0.2s ease;
    background: #6f4c3e;
    color: #fff;
}

.admin-btn i {
    font-size: 14px;
}

.admin-btn--primary {
    background: #6f4c3e !important;
    color: #fff !important;
}

.admin-btn--primary:hover,
.admin-btn--primary:focus {
    filter: brightness(0.95);
}

.admin-btn--danger {
    background: #8f2f24 !important;
    color: #fff !important;
}

.admin-btn--danger:hover,
.admin-btn--danger:focus {
    filter: brightness(0.95);
}

.admin-btn--muted {
    background: #b9a58f !important;
    color: #fff !important;
    cursor: not-allowed;
}

.admin-btn--muted:hover,
.admin-btn--muted:focus {
    filter: none;
}

.admin-btn--static {
    cursor: default;
    background: #cfc4b6 !important;
    color: #5b4638 !important;
}

.admin-btn--static:hover,
.admin-btn--static:focus {
    filter: none;
}

.board-admin-buttons {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.board-admin-buttons li {
    float: none;
    margin: 0;
    background: transparent;
}

.board-admin-buttons .admin-btn {
    min-width: 100px;
    border: none !important;
}

.board-admin-buttons .admin-btn i {
    margin-right: 6px;
}

.board-admin-li {
    position: relative;
}

.board-admin-toggle {
    background: #6f4c3e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.board-admin-toggle:hover,
.board-admin-toggle:focus {
    filter: brightness(0.95);
}

.board-admin-dropdown {
    background: #f9f3ed;
    border: 1px solid #b59273;
    box-shadow: 0 10px 24px rgba(111,76,62,0.18);
    min-width: 50px;
}

.board-admin-dropdown:before {
    border-color: transparent transparent #b59273 transparent;
}

.board-admin-dropdown:after {
    border-color: transparent transparent #f9f3ed transparent;
}

.board-admin-dropdown li {
    border-bottom: 1px solid #e7d6c6;
    float: none;
    width: 100%;
    color: #5b4638;
    padding: 8px 10px;
}

.board-admin-dropdown li:last-child {
    border-bottom: none;
}

.board-admin-dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent !important;
    color: #5b4638 !important;
    font-weight: 600;
}

.board-admin-dropdown-link--danger {
    color: #8f2f24 !important;
}

.board-admin-dropdown-link--muted {
    color: #8a7665 !important;
}

.board-admin-dropdown-link:hover {
    color: #3b241a !important;
}

.board-admin-dropdown-link i {
    float: none;
    margin-left: 6px;
}

/* 뷰페이지 반응형 스타일 */
@media (max-width: 768px) {
    #bo_v {
        padding: 30px 15px;
    }

    #bo_v_title .bo_v_tit {
        font-size: 1.2em;
    }

    #bo_v_con {
        font-size: 1.2em;
        padding-top: 30px;
    }
}

/* 페이징 버튼 간격 */
.pg_page,
.pg_current,
.pg_start,
.pg_prev,
.pg_end,
.pg_next {
    margin-right: 3px;
}

.pg_page:last-child,
.pg_current:last-child,
.pg_start:last-child,
.pg_prev:last-child,
.pg_end:last-child,
.pg_next:last-child {
    margin-right: 0;
}

/* 게시판 메뉴 색상 - 모든 게시판 동일 스타일로 통일 */
/* 게시판 타입별 색상 구분 제거 (2025-11-05) */
/*
#sub_menu_list li a.board-academic {
    color: #17479e !important;
}

#sub_menu_list li a.board-academic:hover,
#sub_menu_list li a.board-academic.on {
    color: #17479e !important;
    background-color: #f0f4ff !important;
}

#sub_menu_list li a.board-education {
    color: #2c5f2d !important;
}

#sub_menu_list li a.board-education:hover,
#sub_menu_list li a.board-education.on {
    color: #2c5f2d !important;
    background-color: #f0f9f0 !important;
}
*/

/* 기타메뉴 숨김 처리 */
.menu_hidden {
    display: none !important;
}

#bo_w .bo_w_flie .file_wr label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}

#bo_w .bo_w_flie .file_wr label .fa-folder-open {
    line-height: 1;
}
