@charset "utf-8";
/*글읽기*/
#bo_v {

}
#bo_v .header{
    border-bottom:1px solid #e5e5e5;
    padding:0.625em;
}

#bo_v #bo_v_atc {
    display:flex;
    align-items: flex-start;
}
#bo_v #bo_v_img {
    position:relative;
    width:50%;
    max-width:720px;
    height:auto;
    border-radius:4px;
    overflow:hidden;
    border-radius:1.25em;
}
#bo_v #bo_v_img img {
    width:100%;
    height:auto;
}
#bo_v #bo_v_img .swiper-pagination-bullet-active,
#bo_v #bo_v_img .swiper-pagination-bullet {
    width:3.75em;
    height:3px;
    background:rgba(255,255,255, 1);
    border-radius:1em;
}

#bo_v #bo_v_con {
    position:relative;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-height:0;
}
#bo_v #bo_v_con ul {
    display:flex;
    flex-wrap:wrap;
    border:1px solid rgba(170, 190, 213, 1);
    border-radius:1em;
    width:100%;
    margin-bottom:1.25em;
}
#bo_v #bo_v_con ul li {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:1em;
    width:50%;
    border-bottom:1px solid rgba(170, 190, 213, 1);
}
#bo_v #bo_v_con ul li.full {
    width:100%;
}
#bo_v #bo_v_con ul li:last-child {
    border-bottom:0;
}
#bo_v #bo_v_con ul li span {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -0.02em;
    color:rgba(0, 72, 152, 1);
    margin-right:1em;
    width:100px;
}
#bo_v #bo_v_con ul li p {
    flex:1;
}



#bo_v .bo_v_com {
    display:flex;
    gap:0.625em;
    padding:0.625em;
    width:auto;
    justify-content: flex-end
}
#bo_v .bo_v_com li a {
    display:flex;
    padding:0.3125em 0.625em;
    border:1px solid #e5e5e5;
    background:#eee;
    align-items:center;
    justify-content:center;
    border-radius:3px;
}
#bo_v .btns {
    display:flex;
    padding:1em 0;
    width:100%;
    justify-content: flex-end
}
#bo_v .btns a {
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    background:rgba(0, 72, 152, 1);
    color:#fff;
    padding:1em;
    gap:0.5em;
}

#bo_v .bo_v_nb {
    display:flex;
    flex-direction:column;
    gap:0;
    padding:0;
    background:#f5f5f5;
    margin-top:0.625em;
    border-radius:3px;
    overflow:hidden;
}
#bo_v .bo_v_nb li {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 0.625em;
    color:#818181;
    gap:0.625em;
}
#bo_v .bo_v_nb li:first-child {
    border-bottom:1px solid #ccc;
}
#bo_v .bo_v_nb li a {
    flex:1;
    padding:0.625em;

}

/*글쓰기*/
#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:0.625em 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_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_cate_ul {
    display:flex;
    width:auto;
    align-items:center;
    justify-content:center;
    gap:0.875em;
    margin-bottom:5em;
}
#bo_list #bo_cate_ul li {
    position:relative;
    white-space:nowrap;
    border:1px solid rgba(170, 190, 213, 1);
    border-radius:4px;
    width:auto;
    height:auto;
}
#bo_list #bo_cate_ul li a {
    display:block;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -0.02em;;
    padding:1.16667em 2.1111em;
    color:rgba(0, 72, 152, 1);
}
#bo_list #bo_cate_ul li a#bo_cate_on {
    color:#fff;
    background:rgba(0, 72, 152, 1);
}

#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 #board_ul {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}
#bo_list #board_ul li {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    border-bottom:1px solid rgba(226, 226, 226, 1);
    padding:22.5px 0;
}
#bo_list #board_ul li >* {
    text-align:center;
    font-size: 1.125em;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 1em;
}
#bo_list #board_ul li.bo_table_head {
    border-top:2px solid rgba(0, 0, 0, 1);
}
#bo_list #board_ul li.bo_table_head .pr_name,
#bo_list #board_ul li.bo_table_head .client {
    text-align:center;
}
#bo_list #board_ul li.bo_table_head >* {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    color:rgba(0, 0, 0, 1);
}

#bo_list #board_ul li .chk_box {
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
}
#bo_list #board_ul li .pr_name {
    flex:1;
    min-width:200px;
    white-space:normal;
    text-align:left;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2줄까지 표시 */
    -webkit-box-orient: vertical;
}
#bo_list #board_ul li .client {
    width:250px;
    text-align:center;
    text-align:left;
}
#bo_list #board_ul li .dt {
    width:250px;
    text-align:center;
}
#bo_list #board_ul li .ctt {
    width:250px;
    text-align:center;
}
#bo_list #board_ul li .volume {
    width:100px;
    text-align:center;
}

#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;
}

#bo_list #search_area {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:1.875em;
}
#bo_list #search_area select {
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius:5em;
}





/* 모바일 */
@media (max-width: 768px) {
    #bo_list #bo_cate_ul li a {
        font-size:1em;
        padding:0.5em 1em;
    }
    #bo_list #bo_cate_ul {
        margin-bottom:3em;
    }
    #bo_list #board_ul li {
        flex-wrap:wrap;
        justify-content:space-between;
        gap:0;
    }
    #bo_list #board_ul li .pr_name {
        min-width:100%;
        max-width:100%;
        flex:auto;
        padding:0 0.5em;
    }
    #bo_list #board_ul li.bo_table_head .pr_name{
        min-width:100%;
        max-width:100%;
        flex:auto;
        border-bottom:1px dashed rgba(226, 226, 226, 1);
        padding-bottom:0.5em;
    }
    #bo_list #board_ul li.bo_table_head .client,
    #bo_list #board_ul li.bo_table_head .dt,
    #bo_list #board_ul li.bo_table_head .volume {
        flex:auto;
        min-width:33%;
        max-width:33%;
        text-align:center;
        padding-top:0.5em;
    }
     
    
    #bo_list #board_ul li .client,
    #bo_list #board_ul li .dt,
    #bo_list #board_ul li .volume {
        flex:auto;
        font-size:0.875em;
        padding:0 0.5em;
        color:rgba(0, 0, 0, 0.6);
    }
    #bo_list #board_ul li .client {
        min-width:40%;
        max-width:40%;
        text-align:left;
    }
    #bo_list #board_ul li .dt {
        min-width:40%;
        max-width:40%;
        text-align:left;
    }
    #bo_list #board_ul li .volume {
        min-width:20%;
        max-width:20%;
        text-align:right;
    }


    #bo_v #bo_v_con ul li {
        flex-direction:column;
        align-items:flex-start;
    }
}