@charset "utf-8";

:root{
    --bt-bg:#f7f3ec;
    --bt-card:#fffdf9;
    --bt-line:#e8dcc9;
    --bt-line-soft:rgba(184,149,62,.16);
    --bt-text:#171410;
    --bt-sub:#7b6f60;
    --bt-gold:#b8953e;
    --bt-gold-dark:#8f6d24;
    --bt-shadow:0 10px 30px rgba(32,24,14,.08);
    --bt-shadow-hover:0 16px 36px rgba(32,24,14,.12);
}

/* °øÅë */
#bo_list.bt-notice-list-wrap,
#bo_v.bt-notice-view{
    max-width:1280px;
    margin:0 auto 40px;
    padding:24px 16px 70px;
    color:var(--bt-text);
    box-sizing:border-box;
}

#bo_list.bt-notice-list-wrap *,
#bo_v.bt-notice-view *{
    box-sizing:border-box;
}

/* »ó´Ü */
.bt-notice-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:0 0 18px;
}

.bt-notice-total{
    color:var(--bt-sub);
    font-size:15px;
    font-weight:700;
}

.bt-notice-total strong{
    color:var(--bt-gold-dark);
    font-size:18px;
}

.bt-notice-total em{
    margin-left:10px;
    font-style:normal;
    color:#9b8b74;
}

/* Ä«Å×°í¸® */
#bo_cate{
    margin:0 0 20px;
}

#bo_cate h2{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
}

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

#bo_cate_ul li{
    list-style:none;
}

#bo_cate_ul a{
    display:inline-flex;
    align-items:center;
    min-height:42px;
    padding:0 16px;
    border:1px solid var(--bt-line);
    border-radius:999px;
    background:#fff;
    color:var(--bt-sub);
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    transition:all .2s ease;
}

#bo_cate_ul a:hover,
#bo_cate_ul #bo_cate_on{
    background:#fff8ef;
    border-color:rgba(184,149,62,.45);
    color:var(--bt-gold-dark);
}

/* ¹öÆ° */
.btn_bo_user{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.btn_bo_user li{
    list-style:none;
    margin:0;
    position:relative;
}

.btn_bo_user .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:999px;
    border:1px solid var(--bt-line);
    background:#fff;
    color:var(--bt-text);
    transition:all .2s ease;
}

.btn_bo_user .btn:hover{
    background:#fff9f0;
    border-color:rgba(184,149,62,.5);
    color:var(--bt-gold-dark);
    transform:translateY(-1px);
}

.more_opt{
    display:none;
    position:absolute;
    top:50px;
    right:0;
    min-width:130px;
    padding:8px 0;
    border:1px solid var(--bt-line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--bt-shadow-hover);
    z-index:100;
}

.more_opt li{
    list-style:none;
}

.more_opt li a,
.more_opt li button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:10px 14px;
    border:0;
    background:transparent;
    color:var(--bt-text);
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

.more_opt li a:hover,
.more_opt li button:hover{
    background:#fff8ef;
    color:var(--bt-gold-dark);
}

/* Ã¼Å©¹Ú½º */
.selec_chk{
    position:absolute;
    width:0;
    height:0;
    opacity:0;
}

.chk_box{
    position:relative;
}

.chk_box input[type="checkbox"] + label{
    position:relative;
    display:inline-flex;
    align-items:center;
    cursor:pointer;
}

.chk_box input[type="checkbox"] + label span{
    width:18px;
    height:18px;
    border:1px solid #d8cab0;
    border-radius:5px;
    background:#fff;
}

.chk_box input[type="checkbox"]:checked + label span{
    background:linear-gradient(180deg,#c9a55a 0%, #a87c35 100%);
    border-color:#a87c35;
}

/* ¸®½ºÆ® */
.bt-notice-table-wrap{
    overflow:hidden;
    border:1px solid var(--bt-line);
    border-radius:30px;
    background:var(--bt-card);
    box-shadow:var(--bt-shadow);
}

.bt-notice-table-wrap table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.bt-notice-table-wrap thead th{
    padding:18px 14px;
    border-bottom:1px solid #efe5d7;
    background:linear-gradient(180deg,#fffdfa 0%, #f8f1e7 100%);
    color:#6f614f;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    text-align:center;
}

.bt-notice-table-wrap .th_subject{
    text-align:left;
}

.bt-notice-table-wrap tbody td{
    padding:20px 14px;
    border-bottom:1px solid #f3ece2;
    vertical-align:middle;
    background:#fffdf9;
}

.bt-notice-table-wrap tbody tr:last-child td{
    border-bottom:0;
}

.bt-notice-table-wrap tbody tr:hover td{
    background:#fffaf4;
}

.td_chk{
    width:56px;
    text-align:center;
}

.td_num2{
    width:110px;
    text-align:center;
    color:#8d7b65;
    font-size:14px;
    font-weight:700;
}

.td_subject{
    text-align:left;
}

.td_name{
    width:150px;
    text-align:left;
    color:#6a5d4d;
    font-size:15px;
    font-weight:700;
    white-space:normal;
    word-break:keep-all;
    overflow:visible;
    text-overflow:clip;
}

.td_datetime{
    width:110px;
    text-align:center;
    color:#8a7c68;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
}

.bo_tit{
    display:block;
    color:var(--bt-text);
    font-size:20px;
    font-weight:800;
    line-height:1.5;
    word-break:keep-all;
}

.bo_tit a{
    color:inherit;
    text-decoration:none;
}

.bo_tit a:hover{
    color:var(--bt-gold-dark);
}

.bo_cate_link{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    margin:0 10px 8px 0;
    padding:0 10px;
    border-radius:999px;
    background:#f5ede0;
    color:var(--bt-gold-dark);
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.cnt_cmt{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:22px;
    height:22px;
    margin-left:8px;
    padding:0 6px;
    border-radius:999px;
    background:#f2e7d3;
    color:var(--bt-gold-dark);
    font-size:12px;
    font-weight:800;
}

.notice_icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:72px;
    height:30px;
    padding:0 12px;
    border-radius:999px;
    background:linear-gradient(180deg,#c9a55a 0%, #a87c35 100%);
    color:#fff;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
}

.bo_current{
    color:var(--bt-gold-dark);
    font-weight:800;
}

.bo_notice td{
    background:#fffaf3 !important;
}

.new_icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:18px;
    height:18px;
    margin-left:6px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:10px;
    font-weight:800;
}

.empty_table{
    padding:60px 20px !important;
    text-align:center;
    color:var(--bt-sub);
    font-size:15px;
}

/* ÆäÀÌÁö³×ÀÌ¼Ç */
.bt-notice-pagination{
    margin:28px 0 0;
}

.bt-notice-pagination .pg{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
}

.bt-notice-pagination .pg_page,
.bt-notice-pagination .pg_current{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    padding:0 12px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
}

.bt-notice-pagination .pg_page{
    border:1px solid var(--bt-line);
    background:#fff;
    color:var(--bt-sub);
}

.bt-notice-pagination .pg_current{
    border:1px solid var(--bt-gold);
    background:linear-gradient(180deg,#c9a55a 0%, #a87c35 100%);
    color:#fff;
}

/* °Ë»ö */
.bo_sch_wrap{
    display:none;
    position:fixed;
    inset:0;
    z-index:999;
}

.bo_sch_bg{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
}

.bo_sch{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:min(92vw, 420px);
    padding:24px;
    border:1px solid var(--bt-line);
    border-radius:28px;
    background:#fffdf9;
    box-shadow:0 20px 50px rgba(0,0,0,.16);
}

.bo_sch h3{
    margin:0 0 16px;
    color:var(--bt-text);
    font-size:22px;
    font-weight:900;
}

.bo_sch select,
.bo_sch .sch_input{
    width:100%;
    height:48px;
    padding:0 14px;
    border:1px solid var(--bt-line);
    border-radius:16px;
    background:#fff;
    font-size:14px;
}

.bo_sch .sch_bar{
    display:flex;
    gap:8px;
    margin-top:12px;
}

.bo_sch .sch_btn{
    width:48px;
    height:48px;
    border:1px solid var(--bt-line);
    border-radius:16px;
    background:#fff;
}

.bo_sch_cls{
    position:absolute;
    top:16px;
    right:16px;
    border:0;
    background:transparent;
    font-size:18px;
    color:#8f806e;
}

/* »ó¼¼ */
.bt-notice-view{
    background:transparent;
}

.bt-notice-view-hero{
    margin:0 0 22px;
    padding:30px 28px;
    border:1px solid var(--bt-line);
    border-radius:32px;
    background:
        radial-gradient(circle at top right, rgba(184,149,62,.10), transparent 26%),
        linear-gradient(180deg,#fffdfa 0%, #f8f1e8 100%);
    box-shadow:var(--bt-shadow);
}

#bo_v_title{
    margin:0;
}

#bo_v_title .bo_v_cate{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    margin:0 0 12px;
    padding:0 12px;
    border-radius:999px;
    background:#f5ecde;
    color:var(--bt-gold-dark);
    font-size:12px;
    font-weight:800;
}

#bo_v_title .bo_v_tit{
    display:block;
    color:var(--bt-text);
    font-size:36px;
    line-height:1.28;
    font-weight:900;
    word-break:keep-all;
}

#bo_v_info{
    margin-top:18px;
    border:0;
    color:var(--bt-sub);
}

#bo_v_info h2{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
}

#bo_v_info .profile_info{
    float:left;
    margin:0;
}

#bo_v_info .profile_info_ct{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
    padding:0;
}

#bo_v_info strong{
    margin:0;
    font-weight:700;
}

#bo_v_info .writer_name{
    color:var(--bt-text);
    font-weight:800;
}

#bo_v_info .comment_link a{
    color:inherit;
    text-decoration:none;
}

#bo_v_top{
    float:right;
}

.bo_v_com{
    margin:0;
}

.bt-notice-view-body{
    padding:28px;
    border:1px solid var(--bt-line);
    border-radius:32px;
    background:#fffdfa;
    box-shadow:var(--bt-shadow);
}

#bo_v_share{
    padding:0 0 18px;
}

#bo_v_share:after{
    content:"";
    display:block;
    clear:both;
}

#bo_v_share .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:92px;
    height:40px;
    padding:0 14px;
    border:1px solid var(--bt-line);
    border-radius:999px;
    background:#fff;
    color:var(--bt-text);
    text-decoration:none;
}

#bo_v_img{
    margin:0 0 22px;
}

#bo_v_img:after{
    content:"";
    display:block;
    clear:both;
}

#bo_v_img img{
    width:100%;
    height:auto;
    margin:0 0 16px;
    border-radius:24px;
}

#bo_v_con{
    margin:0;
    width:100%;
    min-height:140px;
    color:var(--bt-text);
    font-size:17px;
    line-height:1.95;
    word-break:keep-all;
    overflow:hidden;
}

#bo_v_con img{
    max-width:100%;
    height:auto;
    border-radius:20px;
}

#bo_v_con p{
    margin:0 0 1.2em;
}

#bo_v_con h1,
#bo_v_con h2,
#bo_v_con h3,
#bo_v_con h4{
    margin:1.2em 0 .8em;
    color:var(--bt-text);
    line-height:1.45;
}

#bo_v_con a{
    color:var(--bt-gold-dark);
    text-decoration:underline;
}

.bt-signature{
    margin-top:20px;
    color:#8c7e69;
}

#bo_v_act{
    margin:34px 0 0;
    text-align:center;
}

#bo_v_act .bo_v_good,
#bo_v_act .bo_v_nogood{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:88px;
    height:46px;
    border:1px solid var(--bt-line);
    border-radius:999px;
    background:#fff;
    color:var(--bt-text);
    text-decoration:none;
}

#bo_v_act .bo_v_good:hover,
#bo_v_act .bo_v_nogood:hover{
    border-color:rgba(184,149,62,.45);
    color:var(--bt-gold-dark);
}

#bo_v_act_good,
#bo_v_act_nogood{
    display:none;
    position:absolute;
    top:56px;
    left:50%;
    transform:translateX(-50%);
    z-index:20;
    padding:10px 14px;
    border-radius:12px;
    background:#111;
    color:#fff;
    font-size:13px;
    white-space:nowrap;
}

.bo_v_act_gng{
    position:relative;
    display:inline-block;
    margin:0 4px;
}

#bo_v_file,
#bo_v_link{
    margin:22px 0 0;
    padding:22px;
    border:1px solid var(--bt-line);
    border-radius:28px;
    background:#fffdfa;
    box-shadow:var(--bt-shadow);
}

#bo_v_file h2,
#bo_v_link h2{
    margin:0 0 14px;
    position:static;
    width:auto;
    height:auto;
    font-size:20px;
    line-height:1.3;
    overflow:visible;
    color:var(--bt-text);
    font-weight:900;
}

#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:16px 18px;
    border:1px solid #f0e7da;
    border-radius:20px;
    background:#fff;
}

#bo_v_file li:last-child,
#bo_v_link li:last-child{
    margin-bottom:0;
}

#bo_v_file li i,
#bo_v_link li i{
    float:left;
    margin-right:14px;
    color:var(--bt-gold);
    font-size:24px;
}

#bo_v_file a,
#bo_v_link a{
    color:var(--bt-text);
    text-decoration:none;
}

#bo_v_file a:hover,
#bo_v_link a:hover{
    color:var(--bt-gold-dark);
}

.bo_v_file_cnt,
.bo_v_link_cnt{
    color:#9a8c78;
    font-size:13px;
}

.bo_v_nb{
    margin:24px 0 0;
    padding:0;
    list-style:none;
    border:1px solid var(--bt-line);
    border-radius:26px;
    overflow:hidden;
    background:#fffdfa;
    box-shadow:var(--bt-shadow);
}

.bo_v_nb li{
    padding:16px 20px;
    border-bottom:1px solid #f2e9dc;
}

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

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

.bo_v_nb .nb_tit{
    display:inline-block;
    min-width:72px;
    color:#9b8a75;
    font-weight:700;
}

.bo_v_nb .nb_date{
    float:right;
    color:#aa9983;
}

/* Á¶È¸¼ö ¼û±è */
#bo_list .td_hit,
#bo_list .th_hit,
#bo_v .fa-eye,
#bo_v .if_hit{
    display:none !important;
}

/* ´ñ±ÛÂÊ ±âº» Æø ±úÁü º¸Á¤ */
#bo_vc article .cm_wrap{
    width:calc(100% - 70px);
    max-width:none;
}

/* ¹ÝÀÀÇü */
@media (max-width: 991px){
    .td_num2{
        width:100px;
    }

    .td_name{
        width:130px;
    }

    .bo_tit{
        font-size:18px;
    }

    #bo_v_title .bo_v_tit{
        font-size:30px;
    }
}

@media (max-width: 767px){
    #bo_list.bt-notice-list-wrap,
    #bo_v.bt-notice-view{
        padding:18px 12px 50px;
    }

    .bt-notice-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .bt-notice-table-wrap{
        border-radius:22px;
        overflow:auto;
    }

    .bt-notice-table-wrap table{
        min-width:760px;
    }

    .bo_tit{
        font-size:17px;
    }

    .bt-notice-view-hero{
        padding:22px 18px;
        border-radius:24px;
    }

    #bo_v_title .bo_v_tit{
        font-size:24px;
    }

    #bo_v_info .profile_info{
        float:none;
    }

    #bo_v_info .profile_info_ct{
        gap:8px 12px;
        font-size:13px;
    }

    #bo_v_top{
        float:none;
        margin-top:14px;
    }

    .bt-notice-view-body{
        padding:18px;
        border-radius:24px;
    }

    #bo_v_con{
        font-size:15px;
        line-height:1.9;
    }

    #bo_v_file,
    #bo_v_link{
        padding:18px;
        border-radius:22px;
    }

    .bo_v_nb .nb_date{
        float:none;
        display:block;
        margin-top:6px;
    }
}


/* write */
#bo_w.bt-notice-write-wrap{
    max-width:1280px;
    margin:0 auto 40px;
    padding:24px 16px 70px;
    color:var(--bt-text);
    box-sizing:border-box;
}

#bo_w.bt-notice-write-wrap *{
    box-sizing:border-box;
}

.bt-write-hero{
    margin:0 0 22px;
    padding:30px 28px;
    border:1px solid var(--bt-line);
    border-radius:32px;
    background:
        radial-gradient(circle at top right, rgba(184,149,62,.10), transparent 26%),
        linear-gradient(180deg,#fffdfa 0%, #f8f1e8 100%);
    box-shadow:var(--bt-shadow);
}

.bt-write-hero-kicker{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    background:#f5ecde;
    color:var(--bt-gold-dark);
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
}

.bt-write-hero-title{
    margin:12px 0 10px;
    color:var(--bt-text);
    font-size:34px;
    line-height:1.25;
    font-weight:900;
    word-break:keep-all;
}

.bt-write-hero-desc{
    margin:0;
    color:var(--bt-sub);
    font-size:15px;
    line-height:1.8;
}

.bt-write-card{
    margin:0 0 20px;
    border:1px solid var(--bt-line);
    border-radius:30px;
    background:var(--bt-card);
    box-shadow:var(--bt-shadow);
    overflow:hidden;
}

.bt-write-card-head{
    padding:20px 24px;
    border-bottom:1px solid #f1e6d7;
    background:linear-gradient(180deg,#fffdfa 0%, #f8f1e7 100%);
}

.bt-write-card-head h3{
    margin:0;
    color:var(--bt-text);
    font-size:20px;
    font-weight:900;
    line-height:1.3;
}

.bt-write-card-body{
    padding:24px;
}

.bt-write-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:16px;
}

.bt-write-field + .bt-write-field{
    margin-top:0;
}

.bt-write-label{
    display:block;
    margin:0 0 8px;
    color:#6f614f;
    font-size:13px;
    font-weight:800;
    letter-spacing:.02em;
}

.bt-write-input,
.bt-write-select{
    width:100%;
    height:50px;
    padding:0 16px;
    border:1px solid var(--bt-line);
    border-radius:16px;
    background:#fff;
    color:var(--bt-text);
    font-size:15px;
    box-shadow:none;
}

.bt-write-input:focus,
.bt-write-select:focus{
    border-color:rgba(184,149,62,.55);
    outline:none;
}

.bt-write-subject-wrap{
    position:relative;
}

.bt-write-subject{
    height:56px;
    padding-right:130px;
    font-size:16px;
    font-weight:700;
}

.bt-write-autosave-btn{
    position:absolute;
    top:8px;
    right:8px;
    height:40px;
    padding:0 14px;
    border:1px solid var(--bt-line);
    border-radius:999px;
    background:#fff;
    color:var(--bt-text);
    font-size:13px;
    font-weight:800;
}

.bt-write-editor-wrap{
    border:1px solid #f0e6d8;
    border-radius:22px;
    background:#fff;
    padding:18px;
}

.bt-write-desc{
    margin:0 0 12px;
    color:var(--bt-sub);
    font-size:14px;
    line-height:1.7;
}

.bt-write-char-count{
    margin-top:12px;
    text-align:right;
    color:#8d7d68;
    font-size:13px;
    font-weight:700;
}

.bt-write-options{
    display:flex;
    flex-wrap:wrap;
    gap:12px 16px;
    margin:0;
    padding:0;
    list-style:none;
}

.bt-write-options li{
    list-style:none;
}

.bt-write-options .chk_box label{
    gap:8px;
    font-size:14px;
    font-weight:700;
    color:var(--bt-text);
}

.bt-write-link-list{
    display:grid;
    gap:14px;
}

.bt-write-file-list{
    display:grid;
    gap:16px;
}

.bt-write-file-item{
    padding:18px;
    border:1px solid #f0e6d8;
    border-radius:22px;
    background:#fff;
}

.bt-file-box{
    padding:14px 16px;
    border:1px dashed #d8cab0;
    border-radius:16px;
    background:#fffcf8;
}

.bt-write-file-input{
    width:100%;
    border:0;
    background:transparent;
    font-size:14px;
}

.bt-write-file-delete{
    margin-top:12px;
    color:#7b6f60;
    font-size:13px;
    font-weight:700;
}

.bt-write-captcha{
    padding:12px 0 0;
}

.bt-write-submit-row{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:24px;
}

.bt-btn-line,
.bt-btn-fill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:120px;
    height:48px;
    padding:0 20px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
    transition:all .2s ease;
}

.bt-btn-line{
    border:1px solid var(--bt-line);
    background:#fff;
    color:var(--bt-text);
}

.bt-btn-line:hover{
    background:#fff8ef;
    border-color:rgba(184,149,62,.45);
    color:var(--bt-gold-dark);
}

.bt-btn-fill{
    border:1px solid var(--bt-gold);
    background:linear-gradient(180deg,#c9a55a 0%, #a87c35 100%);
    color:#fff;
    box-shadow:0 10px 24px rgba(184,149,62,.22);
}

.bt-btn-fill:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(184,149,62,.28);
}

#autosave_pop{
    top:54px !important;
    right:0;
    width:360px;
    max-height:220px;
    border:1px solid var(--bt-line);
    border-radius:20px;
    background:#fffdf9;
    box-shadow:var(--bt-shadow-hover);
}

#autosave_pop ul{
    height:150px;
    padding:14px;
    border-top:1px solid #f0e6d8;
    border-bottom:1px solid #f0e6d8;
}

#autosave_pop li{
    background:#fff;
    border:1px solid #f1e8dc;
    border-radius:12px;
    margin-bottom:8px;
}

.autosave_close{
    height:42px;
    background:#fff;
    color:var(--bt-text);
    font-weight:800;
}

@media (max-width: 767px){
    #bo_w.bt-notice-write-wrap{
        padding:18px 12px 50px;
    }

    .bt-write-hero{
        padding:22px 18px;
        border-radius:24px;
    }

    .bt-write-hero-title{
        font-size:24px;
    }

    .bt-write-card{
        border-radius:22px;
    }

    .bt-write-card-head,
    .bt-write-card-body{
        padding:18px;
    }

    .bt-write-grid{
        grid-template-columns:1fr;
    }

    .bt-write-subject{
        padding-right:16px;
    }

    .bt-write-autosave-btn{
        position:static;
        margin-top:10px;
        width:100%;
    }

    .bt-write-submit-row{
        flex-direction:column;
    }

    .bt-btn-line,
    .bt-btn-fill{
        width:100%;
    }

    #autosave_pop{
        width:100%;
        right:auto;
        left:0;
    }
}

/* =========================
   PC ´ñ±Û ¿µ¿ª Ãß°¡
========================= */
#bo_vc{
    max-width:1280px;
    margin:24px auto 0;
    padding:24px;
    border:1px solid var(--bt-line);
    border-radius:28px;
    background:#fffdfa;
    box-shadow:var(--bt-shadow);
    color:var(--bt-text);
    box-sizing:border-box;
}

#bo_vc *{
    box-sizing:border-box;
}

#bo_vc > h2{
    margin:0 0 18px;
    color:var(--bt-text);
    font-size:24px;
    line-height:1.3;
    font-weight:900;
}

#bo_vc .bo_vc_count{
    color:var(--bt-gold-dark);
}

#bo_vc_empty{
    margin:0;
    padding:18px 0 4px;
    color:var(--bt-sub);
    font-size:15px;
    text-align:left;
}

#bo_vc article{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin:0 0 16px;
    padding:20px 0 0;
    border-top:1px solid #f1e6d8;
}

#bo_vc article:first-of-type{
    padding-top:0;
    border-top:0;
}

#bo_vc article.is-reply{
    padding-left:6px;
}

#bo_vc .pf_img{
    flex:0 0 54px;
    width:54px;
}

#bo_vc .pf_img img{
    width:54px;
    height:54px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #eadfce;
    background:#fff;
}

#bo_vc article .cm_wrap{
    width:calc(100% - 70px);
    max-width:none;
    min-width:0;
}

#bo_vc article header{
    position:relative;
    margin:0 0 10px;
    padding:0 46px 0 0;
    color:var(--bt-sub);
    font-size:13px;
    line-height:1.7;
}

#bo_vc .bt-cmt-name{
    display:inline-block;
    margin-right:10px;
    color:var(--bt-text);
    font-size:15px;
    font-weight:800;
}

#bo_vc .bt-cmt-ip{
    margin-right:10px;
    color:#9b8b74;
}

#bo_vc .bo_vc_hdinfo{
    color:#9b8b74;
}

#bo_vc .cmt_contents{
    padding:18px 20px;
    border:1px solid #f0e6d8;
    border-radius:20px;
    background:#fff;
}

#bo_vc .cmt_contents p{
    margin:0;
    color:var(--bt-text);
    font-size:15px;
    line-height:1.9;
    word-break:keep-all;
}

#bo_vc .cmt_contents img{
    vertical-align:middle;
}

#bo_vc .bo_vl_opt{
    position:absolute;
    top:0;
    right:0;
}

#bo_vc .btn_cm_opt{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border:1px solid var(--bt-line);
    border-radius:999px;
    background:#fff;
    color:var(--bt-text);
    transition:all .2s ease;
}

#bo_vc .btn_cm_opt:hover{
    background:#fff8ef;
    border-color:rgba(184,149,62,.45);
    color:var(--bt-gold-dark);
}

#bo_vc .bo_vc_act{
    display:none;
    position:absolute;
    top:44px;
    right:0;
    min-width:110px;
    margin:0;
    padding:8px 0;
    list-style:none;
    border:1px solid var(--bt-line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--bt-shadow-hover);
    z-index:100;
}

#bo_vc .bo_vc_act li{
    list-style:none;
    margin:0;
}

#bo_vc .bo_vc_act li a{
    display:block;
    padding:10px 14px;
    color:var(--bt-text);
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

#bo_vc .bo_vc_act li a:hover{
    background:#fff8ef;
    color:var(--bt-gold-dark);
}

.bo_vc_w{
    max-width:1280px;
    margin:24px auto 0;
    padding:24px;
    border:1px solid var(--bt-line);
    border-radius:28px;
    background:#fffdfa;
    box-shadow:var(--bt-shadow);
    box-sizing:border-box;
}

.bo_vc_w h2{
    margin:0 0 16px;
    color:var(--bt-text);
    font-size:22px;
    line-height:1.3;
    font-weight:900;
}

#char_cnt{
    display:block;
    margin:0 0 10px;
    color:#8d7d68;
    font-size:13px;
    font-weight:700;
}

.bo_vc_w textarea{
    width:100%;
    min-height:140px;
    padding:16px 18px;
    border:1px solid var(--bt-line);
    border-radius:20px;
    background:#fff;
    color:var(--bt-text);
    font-size:15px;
    line-height:1.8;
    resize:vertical;
    outline:none;
}

.bo_vc_w textarea:focus{
    border-color:rgba(184,149,62,.55);
}

.bo_vc_w_wr{
    margin-top:16px;
}

.bo_vc_w_info{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
}

.bo_vc_w_info .frm_input{
    width:100%;
    height:48px;
    padding:0 14px;
    border:1px solid var(--bt-line);
    border-radius:16px;
    background:#fff;
    color:var(--bt-text);
    font-size:14px;
}

.bo_vc_w_info .frm_input:focus{
    border-color:rgba(184,149,62,.55);
    outline:none;
}

.bo_vc_w .btn_confirm{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:16px;
}

.secret_cm.chk_box label{
    gap:8px;
    color:var(--bt-text);
    font-size:14px;
    font-weight:700;
}

.bo_vc_w .btn_submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    height:48px;
    padding:0 20px;
    border:1px solid var(--bt-gold);
    border-radius:999px;
    background:linear-gradient(180deg,#c9a55a 0%, #a87c35 100%);
    color:#fff;
    font-size:15px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(184,149,62,.22);
}

.bo_vc_w .btn_submit:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(184,149,62,.28);
}

@media (max-width: 767px){
    #bo_vc,
    .bo_vc_w{
        padding:18px;
        border-radius:22px;
    }

    #bo_vc article{
        gap:12px;
    }

    #bo_vc .pf_img{
        flex:0 0 44px;
        width:44px;
    }

    #bo_vc .pf_img img{
        width:44px;
        height:44px;
    }

    #bo_vc article .cm_wrap{
        width:calc(100% - 56px);
    }

    .bo_vc_w_info{
        grid-template-columns:1fr;
    }

    .bo_vc_w .btn_confirm{
        flex-direction:column;
        align-items:flex-start;
    }

    .bo_vc_w .btn_submit{
        width:100%;
    }
}