@charset "utf-8";

/* =========================
   Modern Premium Board Skin
========================= */
:root{
    --point:#2f5bea;
    --point2:#6d8dff;
    --point-soft:#eef3ff;
    --dark:#111827;
    --text:#1f2937;
    --sub:#6b7280;
    --line:#e5e7eb;
    --line2:#d6dbe3;
    --bg:#f6f8fc;
    --white:#ffffff;
    --danger:#ef4444;
    --shadow:0 12px 30px rgba(17,24,39,.08);
    --shadow2:0 20px 45px rgba(17,24,39,.12);
    --radius:18px;
    --radius-sm:12px;
    --radius-xs:10px;
    --trans:all .25s ease;
}

#bo_list,
#bo_v,
#bo_w{
    color:var(--text);
    font-size:15px;
    line-height:1.7;
}

#bo_list a,
#bo_v a,
#bo_w a{
    transition:var(--trans);
    text-decoration:none;
}

#bo_list:after,
#bo_v:after,
#bo_w:after{
    content:"";
    display:block;
    clear:both;
}

/* 공통 버튼 */
.board-btn a,
#bo_w .btn-submit,
#bo_w .btn-cancel,
.more-opt li button,
#bo_v_share .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:42px;
    padding:0 16px;
    border:1px solid var(--line2);
    border-radius:12px;
    background:var(--white);
    color:var(--dark);
    font-size:14px;
    font-weight:600;
    box-sizing:border-box;
    box-shadow:none;
    transition:var(--trans);
}

.board-btn a:hover,
#bo_w .btn-submit:hover,
#bo_w .btn-cancel:hover,
.more-opt li button:hover,
#bo_v_share .btn:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 18px rgba(17,24,39,.08);
    border-color:#c7d2fe;
}

.btn-bo-write,
.btn-bo-reply,
#bo_w .btn-submit{
    background:linear-gradient(135deg, var(--point), var(--point2));
    color:#fff !important;
    border-color:transparent !important;
    box-shadow:0 12px 22px rgba(47,91,234,.22);
}

.btn-bo-write:hover,
.btn-bo-reply:hover,
#bo_w .btn-submit:hover{
    box-shadow:0 16px 26px rgba(47,91,234,.28);
}

.btn-bo-delete{
    color:#b91c1c !important;
}

.board-btn a:before,
.board-btn a:after,
.button::before,
.button::after{
    display:none !important;
}

/* =========================
   카테고리
========================= */
#bo-cate{
    margin:0 0 24px;
}
#bo-cate h2{
    position:absolute;
    font-size:0;
    line-height:0;
    overflow:hidden;
}
#bo-cate ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}
#bo-cate li{
    margin:0;
}
#bo-cate a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    min-height:42px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:var(--sub);
    font-size:14px;
    font-weight:600;
}
#bo-cate a:hover{
    border-color:#bfd0ff;
    color:var(--point);
    background:#f8fbff;
}
#bo-cate #bo_cate_on{
    background:linear-gradient(135deg, var(--point), var(--point2));
    color:#fff;
    border-color:transparent;
    box-shadow:0 12px 20px rgba(47,91,234,.18);
}

/* =========================
   상단 정보 / 버튼
========================= */
.bo-top-wrap,
.bo-bottom-wrap,
.bo-v-btn-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.bo-top-wrap{
    margin-bottom:18px;
}
.bo-bottom-wrap{
    margin:24px 0 0;
}

.list-total{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:0 16px;
    border:1px solid var(--line);
    border-radius:999px;
    background:rgba(255,255,255,.9);
    box-shadow:var(--shadow);
    color:var(--sub);
    font-size:14px;
    font-weight:500;
}
.list-total strong{
    color:var(--point);
    font-weight:700;
}

.board-btn{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

.bo-admin-select-wrap{
    position:relative;
}
.btn-bo-admin-select{
    min-width:110px;
}
.more-opt{
    display:none;
    position:absolute;
    top:48px;
    left:0;
    z-index:30;
    min-width:160px;
    margin:0;
    padding:8px;
    list-style:none;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    box-shadow:var(--shadow2);
}
.more-opt li{
    margin:0;
}
.more-opt li + li{
    margin-top:6px;
}
.more-opt li button{
    width:100%;
    justify-content:flex-start;
    background:#fff;
    padding:0 12px;
}

/* =========================
   목록
========================= */
.fz-list{
    margin:0;
    padding:0;
    list-style:none;
    border:1px solid var(--line);
    border-radius:22px;
    overflow:hidden;
    background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow:var(--shadow);
}

.fz-list li{
    display:flex;
    align-items:center;
    position:relative;
    border-bottom:1px solid #eef2f7;
    background:#fff;
}
.fz-list li:last-child{
    border-bottom:0;
}

.fz-list .fz-list-th{
    background:#f8fbff;
    border-bottom:1px solid var(--line);
}
.fz-list .fz-list-th > div{
    min-height:58px;
    font-size:14px;
    font-weight:700;
    color:#111827 !important;
}
.fz-list li > div{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:68px;
    padding:14px 10px;
    box-sizing:border-box;
}

.fz-list li:not(.fz-list-th):hover{
    background:#fbfdff;
}
.fz-list li:not(.fz-list-th):hover .list-subject{
    color:var(--point);
}

.fz-list .fz-checkbox{flex:0 0 44px}
.fz-list .fz-num{flex:0 0 72px;color:#94a3b8}
.fz-list .fz-subject{
    flex:1 1 auto;
    justify-content:flex-start !important;
    padding:14px 18px;
}
.fz-list .fz-writer{flex:0 0 130px;color:#475569}
.fz-list .fz-date{flex:0 0 110px;color:#94a3b8}
.fz-list .fz-hit{flex:0 0 80px;color:#94a3b8}
.fz-list .fz-good,
.fz-list .fz-nogood{flex:0 0 72px;color:#94a3b8}

.list-subject{
    display:block;
    width:100%;
    color:#111827;
    font-size:15px;
    font-weight:600;
    line-height:1.7;
}
.list-subject:hover{
    color:var(--point);
}

.bo-notice{
    background:#fef7f7 !important;
}
.icon-notice{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:48px;
    height:28px;
    padding:0 10px;
    border-radius:999px;
    background:#111827;
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-indent:0;
}
.bo-current{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:56px;
    height:28px;
    padding:0 10px;
    border-radius:999px;
    background:#eef4ff;
    color:var(--point);
    font-size:12px;
    font-weight:700;
}

.bo-cate-link{
    display:inline-flex;
    align-items:center;
    margin-right:10px;
    padding:4px 10px;
    border-radius:999px;
    background:#edf3ff;
    color:var(--point);
    font-size:12px;
    font-weight:700;
}
.bo-cate-link:after{
    display:none;
}

.list-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:24px;
    height:24px;
    margin-right:4px;
    border-radius:999px;
    background:#f3f4f6;
    color:#6b7280;
    font-size:11px;
    text-indent:0;
    overflow:visible;
    vertical-align:middle;
}
.icon-reply::before{content:"↪";}
.icon-secret::before{content:"🔒";}
.icon-file::before{content:"📎";}
.icon-link::before{content:"🔗";}
.icon-new{
    background:#effcf3;
    color:#16a34a;
}
.icon-new::before{content:"N";}
.icon-pack-wrap{
    display:inline-flex;
    gap:4px;
    margin-left:8px;
    vertical-align:middle;
}

#bo_list .fz-subject .cnt_cmt{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:24px;
    height:20px;
    margin-left:8px;
    padding:0 6px;
    border-radius:999px;
    background:#fff1f2;
    color:#e11d48;
    font-size:11px;
    font-weight:700;
    line-height:1;
}

/* 체크박스 */
#chkall,
.fz-list input[type="checkbox"]{
    width:16px;
    height:16px;
    cursor:pointer;
    accent-color:var(--point);
}

/* 비어있을 때 */
.fz-empty-list{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:180px;
    width:100%;
    color:#94a3b8;
    font-size:15px;
}

/* =========================
   검색 모달
========================= */
.bo-sch-wrap{
    display:none;
    position:fixed;
    inset:0;
    z-index:999;
}
.bo-sch-content{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding:20px;
    box-sizing:border-box;
}
.bo-sch-bg{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.68);
    backdrop-filter:blur(6px);
}
.bo-sch{
    position:relative;
    z-index:2;
    width:100%;
    max-width:560px;
}
.bo-sch h3{
    margin:0 0 18px;
    color:#fff;
    font-size:34px;
    font-weight:700;
    text-align:center;
    letter-spacing:-.02em;
    opacity:0;
    transform:translateY(-10px);
}
.bo-sch-box{
    padding:24px;
    border-radius:22px;
    background:rgba(255,255,255,.95);
    box-shadow:var(--shadow2);
    opacity:0;
    transform:translateY(12px);
}
.bo-sch-inner{
    display:grid;
    grid-template-columns:160px 1fr auto;
    gap:10px;
}
.bo-sch-input,
.bo-sch-btn{
    display:block;
}
.bo-sch select,
.bo-sch input[type=text]{
    width:100%;
    height:50px;
    padding:0 14px;
    border:1px solid var(--line2);
    border-radius:14px;
    background:#fff;
    color:var(--text);
    font-size:14px;
    box-sizing:border-box;
}
.bo-sch select:focus,
.bo-sch input[type=text]:focus{
    outline:none;
    border-color:#b7c7ff;
    box-shadow:0 0 0 4px rgba(47,91,234,.08);
}
.bo-sch .sch-btn{
    min-width:90px;
    height:50px;
    border:0;
    border-radius:14px;
    background:linear-gradient(135deg, var(--point), var(--point2));
    color:#fff;
    font-weight:700;
    font-size:14px;
    cursor:pointer;
}
.bo-sch-cls{
    position:absolute;
    top:32px;
    right:32px;
    z-index:3;
    width:44px;
    height:44px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:#111827;
    font-size:0;
    cursor:pointer;
    box-shadow:var(--shadow);
    opacity:0;
    transform:translateY(-8px);
}
.bo-sch-cls:before{
    content:"×";
    font-size:28px;
    line-height:44px;
    display:block;
    text-indent:0;
}

.bo-sch-wrap.active .bo-sch h3{
    opacity:1;
    transform:translateY(0);
    transition:all .25s ease;
}
.bo-sch-wrap.active .bo-sch-box{
    opacity:1;
    transform:translateY(0);
    transition:all .25s ease .05s;
}
.bo-sch-wrap.active .bo-sch-cls{
    opacity:1;
    transform:translateY(0);
    transition:all .25s ease .08s;
}

/* =========================
   페이지네이션
========================= */
#bo_list .pg_wrap{
    margin-top:26px;
    text-align:center;
    clear:both;
}
#bo_list .pg{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}
#bo_list .pg_page,
#bo_list .pg_current{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    padding:0 14px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
    color:#475569;
    font-size:14px;
    transition:var(--trans);
    position:relative;
}
#bo_list .pg_page:hover{
    border-color:#bfd0ff;
    color:var(--point);
    box-shadow:0 8px 16px rgba(17,24,39,.07);
}
#bo_list .pg_current{
    background:linear-gradient(135deg, var(--point), var(--point2));
    color:#fff;
    border-color:transparent;
    box-shadow:0 12px 20px rgba(47,91,234,.18);
}
#bo_list .pg_start,
#bo_list .pg_prev,
#bo_list .pg_next,
#bo_list .pg_end{
    font-size:0;
}
#bo_list .pg_prev:after,
#bo_list .pg_start:after,
#bo_list .pg_next:after,
#bo_list .pg_end:after{
    text-indent:0;
    font-size:16px;
    font-family:inherit;
}
#bo_list .pg_start:after{content:"≪";}
#bo_list .pg_prev:after{content:"〈";}
#bo_list .pg_next:after{content:"〉";}
#bo_list .pg_end:after{content:"≫";}

/* =========================
   보기
========================= */
#bo_v{
    margin-bottom:30px;
}

.bo-v-btn-wrap{
    margin-bottom:18px;
}

#bo-v-title{
    margin:0 0 14px;
}
.bo-v-tit{
    display:block;
    padding:28px 30px;
    border:1px solid var(--line);
    border-radius:24px;
    background:linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:var(--shadow);
    color:#111827;
    font-size:32px;
    line-height:1.35;
    font-weight:800;
    letter-spacing:-.03em;
    word-break:break-word;
}
.bo-v-cate{
    display:inline-flex;
    align-items:center;
    margin-right:8px;
    padding:6px 12px;
    border-radius:999px;
    background:#edf3ff;
    color:var(--point);
    font-size:13px;
    font-weight:700;
    vertical-align:middle;
}

#bo-v-info{
    display:flex;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
    margin:0 0 18px;
    padding:18px 22px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
}
#bo-v-info h2{
    position:absolute;
    font-size:0;
    line-height:0;
    overflow:hidden;
}
.profile-info{
    display:flex;
    align-items:center;
    gap:12px;
}
.profile-info .pf-img img{
    width:46px;
    height:46px;
    border-radius:50%;
    object-fit:cover;
}
.profile-info strong{
    display:block;
    color:#111827;
    font-size:15px;
    font-weight:700;
}
.article-ip{
    margin-left:6px;
    color:#94a3b8;
    font-size:12px;
    font-weight:400;
}
.article-info{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}
.article-info strong{
    font-weight:600;
    color:#64748b;
}
.article-comment a{
    color:var(--point);
    font-weight:700;
}

#bo_v_atc{
    min-height:200px;
}
#bo_v_share{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    padding:0;
    position:relative;
}
#bo_v_sns{
    position:absolute;
    right:0;
    top:52px;
    z-index:20;
    display:flex;
    gap:8px;
    padding:12px;
    margin:0;
    list-style:none;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:var(--shadow2);
    opacity:0;
    visibility:hidden;
    transform:translateY(-6px);
}
#bo_v_sns.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
#bo_v_sns li{
    padding:0;
}
#bo_v_sns li a{
    width:38px;
    height:38px;
    border-radius:50%;
}

#bo_v_img{
    margin-bottom:18px;
}
#bo_v_img:after{
    content:"";
    display:block;
    clear:both;
}
#bo_v_img img{
    max-width:100%;
    height:auto;
    margin-bottom:14px;
    border-radius:18px;
    box-shadow:var(--shadow);
}
#bo_v_img a.view_image{
    display:block;
}

#bo_v_con{
    padding:28px;
    margin:0 0 26px;
    border:1px solid var(--line);
    border-radius:24px;
    background:#fff;
    box-shadow:var(--shadow);
    min-height:220px;
    font-size:16px;
    line-height:1.9;
    color:#1f2937;
    word-break:break-word;
    overflow:hidden;
}
#bo_v_con a{
    color:var(--point);
    text-decoration:underline;
}
#bo_v_con img{
    max-width:100%;
    height:auto;
    border-radius:14px;
}

/* 추천 */
#bo_v_act{
    display:flex;
    justify-content:center;
    gap:14px;
    margin:0 0 28px;
}
#bo_v_act .bo_v_act_gng{
    position:relative;
}
#bo_v_act .bo_v_good,
#bo_v_act .bo_v_nogood{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:86px;
    height:86px;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    box-shadow:var(--shadow);
    color:#475569;
    font-size:14px;
}
#bo_v_act .bo_v_good strong,
#bo_v_act .bo_v_nogood strong{
    margin-top:22px;
    font-size:14px;
}
#bo_v_act .bo_v_good:before{
    content:"👍";
    position:absolute;
    top:16px;
    font-size:20px;
}
#bo_v_act .bo_v_nogood:before{
    content:"👎";
    position:absolute;
    top:16px;
    font-size:20px;
}
#bo_v_act_good,
#bo_v_act_nogood{
    display:none;
    position:absolute;
    left:50%;
    top:96px;
    transform:translateX(-50%);
    padding:8px 12px;
    border-radius:10px;
    background:#111827;
    color:#fff;
    font-size:12px;
    white-space:nowrap;
}

/* 첨부/링크 */
#bo_v_file,
#bo_v_link{
    margin:0 0 24px;
}
#bo_v_file h2,
#bo_v_link h2{
    margin:0 0 12px;
    font-size:18px;
    font-weight:800;
    color:#111827;
}
#bo_v_file ul,
#bo_v_link ul{
    margin:0;
    padding:0;
    list-style:none;
}
#bo_v_file li,
#bo_v_link li{
    margin:0 0 12px;
    padding:18px 20px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
}
#bo_v_file a,
#bo_v_link a{
    display:block;
    color:#111827;
    font-weight:700;
    word-break:break-all;
}
#bo_v_file a:hover,
#bo_v_link a:hover{
    color:var(--point);
}
.bo_v_file_cnt,
.bo_v_link_cnt{
    display:block;
    margin-top:6px;
    color:#94a3b8;
    font-size:13px;
}

/* 이전글 다음글 */
.bo_v_nb{
    margin:0 0 24px;
    padding:0;
    list-style:none;
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:var(--shadow);
}
.bo_v_nb li{
    padding:16px 20px;
    border-bottom:1px solid #eef2f7;
}
.bo_v_nb li:last-child{
    border-bottom:0;
}
.bo_v_nb li:hover{
    background:#fbfdff;
}
.bo_v_nb .nb_tit{
    display:inline-block;
    min-width:78px;
    color:#64748b;
    font-weight:700;
}
.bo_v_nb .nb_date{
    float:right;
    color:#94a3b8;
    font-size:13px;
}

/* =========================
   댓글
========================= */
.cmt_btn{
    width:100%;
    margin:34px 0 0;
    padding:0 0 14px;
    border:0;
    border-bottom:1px solid var(--line);
    background:none;
    text-align:left;
    font-size:18px;
    font-weight:800;
    color:#111827;
}
.cmt_btn span.total{
    color:var(--point);
}
.cmt_btn span.total:after{
    display:none;
}

#bo_vc article{
    display:flex;
    gap:14px;
    margin:0;
    padding:22px 0;
    border-bottom:1px solid #eef2f7;
}
#bo_vc article:last-child{
    border-bottom:0;
}
#bo_vc article .pf_img img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}
#bo_vc article .cm_wrap{
    flex:1 1 auto;
}
#bo_vc header{
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:8px;
}
.cm-header-content{
    color:#111827;
    font-weight:700;
}
.bo_vc_hdinfo{
    color:#94a3b8;
    font-size:13px;
}
.bo-vc-datetime{
    margin-left:8px;
}
#bo_vc .cmt_contents{
    padding:0;
    color:#374151;
    line-height:1.85;
}
#bo_vc p a{
    color:var(--point);
    text-decoration:underline;
}
#bo_vc_empty{
    padding:70px 0 !important;
    text-align:center;
    color:#94a3b8;
}

/* 댓글 쓰기 */
.comment-write-box{
    margin-top:20px;
    padding:20px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
}
.bo_vc_w textarea{
    width:100%;
    height:140px;
    padding:14px;
    border:1px solid var(--line2);
    border-radius:14px;
    background:#fff;
    color:#111827;
    resize:vertical;
    box-sizing:border-box;
}
.bo_vc_w textarea:focus{
    outline:none;
    border-color:#b7c7ff;
    box-shadow:0 0 0 4px rgba(47,91,234,.08);
}
.bo_vc_w_info{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:10px;
}
.bo_vc_w_info .frm_input{
    height:44px;
    padding:0 12px;
    border:1px solid var(--line2);
    border-radius:12px;
}
.bo-vc-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:12px;
    flex-wrap:wrap;
}
.bo-vc-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border:0;
    border-radius:12px;
    background:linear-gradient(135deg, var(--point), var(--point2));
    color:#fff;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 12px 22px rgba(47,91,234,.22);
}
.bo-vc-submit:hover{
    transform:translateY(-1px);
}

/* =========================
   글쓰기
========================= */
#bo_w{
    margin-bottom:30px;
}
.content-input-form{
    padding:24px;
    border:1px solid var(--line);
    border-radius:24px;
    background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow:var(--shadow);
}
.input-wrap + .input-wrap{
    margin-top:18px;
}
.input-box{
    display:flex;
    border:1px solid var(--line);
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    margin-top:10px;
}
.input-box:first-child{
    margin-top:0;
}
.input-title{
    flex:0 0 140px;
    display:flex;
    align-items:center;
    padding:0 18px;
    background:#f8fbff;
    border-right:1px solid var(--line);
    color:#111827;
    font-size:14px;
    font-weight:700;
}
.input-box.required .input-title:after{
    content:" *";
    color:var(--danger);
}
.input-content{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:56px;
    padding:0 14px;
    position:relative;
}
.input-content input[type=text],
.input-content input[type=password],
.input-content input[type=email],
.input-content select{
    width:100%;
    height:48px;
    border:1px solid transparent;
    background:#fff;
    color:#111827;
    font-size:14px;
    box-sizing:border-box;
}
.input-content input:focus,
.input-content select:focus{
    outline:none;
}
.wr_content{
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    padding:18px;
    box-shadow:var(--shadow);
}
.wr_content textarea{
    width:100%;
    min-height:260px;
    border:1px solid var(--line2);
    border-radius:14px;
    padding:14px;
    box-sizing:border-box;
}
#char_count_desc{
    margin:0 0 10px;
    color:#64748b;
    font-size:13px;
}
#char_count_wrap{
    margin-top:10px;
    text-align:right;
    color:#64748b;
    font-size:13px;
}
#char_count{
    font-weight:700;
    color:var(--point);
}

/* 체크박스 */
.check-box{
    position:relative;
    display:inline-flex;
    align-items:center;
    margin-right:14px;
}
.check-box input{
    position:absolute;
    opacity:0;
}
.check-box span{
    position:relative;
    width:18px;
    height:18px;
    margin-right:8px;
    border:1.5px solid #cbd5e1;
    border-radius:5px;
    background:#fff;
    transition:var(--trans);
}
.check-box span::after{
    content:"";
    position:absolute;
    left:5px;
    top:1px;
    width:5px;
    height:10px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg) scale(0);
    opacity:0;
    transition:var(--trans);
}
.check-box input:checked + span,
.check-box input:checked ~ span{
    background:var(--point);
    border-color:var(--point);
}
.check-box input:checked + span::after,
.check-box input:checked ~ span::after{
    opacity:1;
    transform:rotate(45deg) scale(1);
}
.check-box label{
    cursor:pointer;
    color:#374151;
    font-size:14px;
}

/* 파일 */
.file-route{
    flex:1 1 auto;
    height:46px !important;
    padding:0 12px !important;
    border:1px solid var(--line2) !important;
    border-radius:12px !important;
    background:#f8fafc !important;
}
.hidden-file{
    position:absolute;
    width:0;
    height:0;
    opacity:0;
}
.file-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:100px;
    height:46px;
    padding:0 14px;
    border-radius:12px;
    background:#111827;
    color:#fff;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}

#btn_autosave{
    height:38px;
    padding:0 12px;
    border:1px solid var(--line2);
    border-radius:10px;
    background:#fff;
    color:#111827;
    font-size:13px;
}
#autosave_pop{
    display:none;
    position:absolute !important;
    top:46px;
    right:0;
    z-index:30;
    width:360px;
    max-height:220px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow2);
    overflow:hidden;
}
#autosave_pop ul{
    max-height:170px;
    margin:0;
    padding:12px;
    overflow-y:auto;
    list-style:none;
}
#autosave_pop li{
    padding:10px 8px;
    border-bottom:1px solid #eef2f7;
    background:#fff;
}
#autosave_pop li:last-child{
    border-bottom:0;
}
.autosave_close{
    width:100%;
    height:42px;
    border:0;
    background:#f8fafc;
    color:#475569;
    font-weight:700;
    cursor:pointer;
}

#bo_w .btn-confirm{
    display:flex;
    justify-content:center;
    gap:10px;
    margin:26px 0 0;
    text-align:center;
}
#bo_w .btn-submit,
#bo_w .btn-cancel{
    min-width:140px;
    height:48px;
    padding:0 22px;
    border-radius:14px;
    font-size:15px;
    font-weight:700;
}
#bo_w .btn-cancel{
    background:#fff;
    color:#111827;
    border:1px solid var(--line2);
}

/* 캡챠 */
#captcha #captcha_key{
    border-radius:12px;
    background:#fff !important;
}

/* =========================
   반응형
========================= */
@media screen and (max-width: 992px){
    .fz-list .fz-writer{flex:0 0 110px}
    .fz-list .fz-date{flex:0 0 96px}
    .fz-list .fz-hit{flex:0 0 70px}
    .bo-sch-inner{
        grid-template-columns:1fr;
    }
    .bo-v-tit{
        font-size:26px;
        padding:24px 22px;
    }
    .input-title{
        flex:0 0 120px;
    }
}

@media screen and (max-width: 760px){
    #bo-cate{
        margin-bottom:16px;
    }

    .bo-top-wrap,
    .bo-bottom-wrap,
    .bo-v-btn-wrap{
        align-items:flex-start;
    }

    .list-total{
        font-size:13px;
        min-height:38px;
        padding:0 14px;
    }

    .board-btn a,
    #bo_w .btn-submit,
    #bo_w .btn-cancel{
        min-height:38px;
        padding:0 12px;
        font-size:13px;
    }

    .fz-list{
        border-radius:18px;
    }
    .fz-list .fz-list-th{
        display:none;
    }
    .fz-list li{
        flex-wrap:wrap;
        gap:10px 12px;
        padding:14px;
    }
    .fz-list li > div{
        min-height:auto;
        padding:0;
        margin:0;
    }
    .fz-list li .fz-subject{
        order:1;
        width:100%;
        padding:0;
        margin:0;
    }
    .fz-list li .fz-subject a{
        display:block;
        width:100%;
        white-space:normal;
        overflow:visible;
        text-overflow:unset;
        word-break:break-word;
    }
    .fz-list li .fz-num{
        display:none;
    }
    .fz-list li .fz-checkbox,
    .fz-list li .fz-writer,
    .fz-list li .fz-date,
    .fz-list li .fz-hit,
    .fz-list li .fz-good,
    .fz-list li .fz-nogood{
        flex:0 0 auto;
        justify-content:flex-start;
        font-size:13px;
        color:#64748b;
    }

    .bo-sch h3{
        font-size:28px;
    }
    .bo-sch-box{
        padding:18px;
        border-radius:18px;
    }
    .bo-sch-cls{
        top:20px;
        right:20px;
    }

    .bo-v-tit{
        font-size:22px;
        padding:20px 18px;
        border-radius:20px;
    }

    #bo-v-info{
        padding:16px;
        border-radius:16px;
    }
    .profile-info .pf-img img{
        width:38px;
        height:38px;
    }
    .article-info{
        gap:10px 14px;
        font-size:13px;
    }

    #bo_v_share{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
    #bo_v_sns{
        left:0;
        right:auto;
        top:48px;
    }

    #bo_v_con{
        padding:18px;
        border-radius:18px;
        font-size:15px;
    }

    .bo_v_nb{
        border-radius:16px;
    }
    .bo_v_nb li{
        padding:14px 16px;
    }
    .bo_v_nb .nb_date{
        float:none;
        display:block;
        margin-top:6px;
    }

    #bo_vc article{
        padding:18px 0;
    }
    #bo_vc article .pf_img img{
        width:36px;
        height:36px;
    }

    .content-input-form{
        padding:16px;
        border-radius:18px;
    }
    .input-box{
        flex-direction:column;
        border-radius:14px;
    }
    .input-title{
        flex:0 0 auto;
        width:100%;
        min-height:46px;
        border-right:0;
        border-bottom:1px solid var(--line);
        padding:0 14px;
    }
    .input-content{
        min-height:auto;
        padding:12px;
        flex-wrap:wrap;
    }
    .input-content input[type=text],
    .input-content input[type=password],
    .input-content input[type=email],
    .input-content select{
        height:44px;
    }

    .file-label{
        width:100%;
    }

    #autosave_pop{
        width:100%;
        right:auto;
        left:0;
    }

    #bo_w .btn-confirm{
        flex-direction:column;
    }
    #bo_w .btn-submit,
    #bo_w .btn-cancel{
        width:100%;
        min-width:0;
    }
}