@charset "utf-8";
/*글읽기*/
#bo_v {

}
#bo_v header{
    border-bottom:1px solid #e5e5e5;
    padding:10px;
}

#bo_v .bo_v_com {
    display:flex;
    gap:10px;
    padding:10px;
    width:auto;
    justify-content: flex-end
}
#bo_v .bo_v_com li a {
    display:flex;
    padding:5px 10px;
    border:1px solid #e5e5e5;
    background:#eee;
    align-items:center;
    justify-content:center;
    border-radius:3px;
}
#bo_v_atc {
    border:1px solid #e5e5e5;
    border-radius:3px;
    padding:10px;
    min-height:300px;
}
#bo_v .bo_v_nb {
    display:flex;
    flex-direction:column;
    gap:0;
    padding:0;
    background:#f5f5f5;
    margin-top:10px;
    border-radius:3px;
    overflow:hidden;
}
#bo_v .bo_v_nb li {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 10px;
    color:#818181;
    gap:10px;
}
#bo_v .bo_v_nb li:first-child {
    border-bottom:1px solid #ccc;
}
#bo_v .bo_v_nb li a {
    flex:1;
    padding:10px;

}

/*글쓰기*/
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:70px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:80px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:70px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:80px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}


/*글목록*/
#bo_list #bo_btn_top {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    padding:10px;
    border-bottom:1px solid #e5e5e5;
}
#bo_list #bo_btn_top .btn_bo_user {
    display:flex;
    gap:10px;
}
#bo_list #bo_btn_top .btn_bo_user a,
#bo_list #bo_btn_top .btn_bo_user button {
    display:flex;
    padding:5px 10px;
    border:1px solid #e5e5e5;
    background:#eee;
    align-items:center;
    justify-content:center;
    border-radius:3px;
}
#bo_list #gall_allchk {
    display:block;
    background:#e5e5e5;
    padding:10px;
    border-radius:3px;
    margin:10px 0;
}

#bo_list #gall_ul.gall_row {
    display: grid;
    gap:35px;
}
#bo_list #gall_ul.gall_row li {
    
}
#bo_list #gall_ul.gall_row li .gall_img {
    position:relative;
    border:1px solid rgba(226, 226, 226, 1);
    margin-bottom:1.25em;
    cursor:pointer;
}
#bo_list #gall_ul.gall_row li .gall_img img {
    width:100%;
    height:100%;
    object-fit:cover;
}

#bo_list #gall_ul.gall_row li .gall_img span.no_image {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:0px;
    background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'><rect x='0.5' y='0.5' width='99' height='99' fill='none' stroke='none'/><line x1='0' y1='0' x2='100' y2='100' stroke='%23d9d9d9' vector-effect='non-scaling-stroke'/><line x1='100' y1='0' x2='0' y2='100' stroke='%23d9d9d9' vector-effect='non-scaling-stroke'/></svg>");
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;

}
#bo_list #gall_ul.gall_row li .gall_text_href {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -.02드;
}
.remodal .image {
    margin-bottom:1em;
}

#bo_list .pg_wrap {
    margin-top:120px;
    margin-bottom:0;
}
#bo_list .pg_wrap .pg {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0.5em;
}
#bo_list .pg_wrap .pg_page {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    border:0;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: 0;
    padding:6px;
}
#bo_list .pg_wrap .pg_current {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:1/1;
    border:0;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: 0;
    color:#fff;
    background:rgba(29, 78, 216, 1);
    min-width:30px;
    aspect-ratio:1/1;
    border-radius:50%;
    padding:6px;
}
#bo_list .pg_wrap .pg_page.pg_start,
#bo_list .pg_wrap .pg_page.pg_end {
    display:none;
}
#bo_list .pg_wrap .pg_page.pg_next {
    text-indent:-9999px;
    width:60px;
    background:url("/images/pg_next.png") no-repeat center;
}
#bo_list .pg_wrap .pg_page.pg_prev {
    text-indent:-9999px;
    width:60px;
    background:url("/images/pg_prev.png") no-repeat center;
}