@charset "utf-8";
.sub_area .container{
    width: 100%;
}
#bo_list .td_name{
    width: auto;
}
.table-info{
    display: flex;
    font-family: Tahoma, 굴림;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
}
.table-info p{
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.table-info p:nth-child(1){
    width: 50px;
}
.table-info p:nth-child(2){
    width: 380px;
}
.table-info p:nth-child(3){
    width: 83px;
}
.table-info p:nth-child(4){
    width: 74px;
}
.table-info p:nth-child(5){
    width: 41px;
}
.sv_guest,
.sv_member,
#bo_list .td_num{
    font-size: 12px;
}
.bo_tit{
    display: flex;
    align-items: center;
    gap: 5px;
}
.sub_area{
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    padding-left: 33px;
}
tbody > tr{
    width: 100%;
}
tbody > tr:nth-child(2n){
    background-color: #fafafa;
}
table > tbody > tr > td > a,
.bo_tit span,
.td_datetime span,
.tbl_head01 td,
#bo_list .td_num2{ 
    font-family: Tahoma, 굴림;
    font-size: 12px;
    color: black
}

.bo_tit span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap
}
.td_subject{
    padding: 0px !important;
}
.tbl_head01 td{
    height: auto;
    line-height: 1;

}
#bo_list .tbl_head01 a{
    align-items: center;
}
table > tbody > tr > td{
    padding-top: 0;
    padding-bottom: 0;
}
#bo_list .td_num2{
    padding: 5px 3px;
    font-size: 12px;
}
.pg_wrap{
    width: 100%;
}
.pg_wrap .pg{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.pg_current{
    position: relative;
}
.pg_current:before{
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: 0px;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #0d3788;
}
.pg_page,
.pg_current{
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
    background: none;
    font-size: 12px;
    padding: 3px;
    font-weight: 600;
    font-family: Tahoma, 굴림;
}
.pg_start,
.pg_end{
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 500;
    height: 15px;
    width: 20px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../img/btn_end.gif) no-repeat center center #fff;
    padding: 0;
    border: 1px solid #bbb;
    /* margin-top: 3px; */
}
.pg_start{
    background:url('../img/btn_first.gif') no-repeat 50% 50% #fff !important;
}
.pg_next {
    width: 20px;
    height: 15px;
    text-indent: -999px !important;
    overflow: hidden !important;
    background: url(../img/btn_next.gif) no-repeat 50% 50% #fff !important;
    padding: 0 !important;
    margin-left: 0px !important;
    border: 1px solid #bbb !important;
}
.pg_prev {
    width: 20px;
    height: 15px;
    text-indent: -999px !important;
    overflow: hidden !important;
    background: url(../img/btn_prev.gif) no-repeat 50% 50% #fff !important;
    padding: 0 !important;
    margin-right: 0px !important;
    border: 1px solid #bbb !important;
}
.pg_current{
    color:#0d3788;
}

#bo_sch{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0px 10px;
}
#bo_sch .sch_input{
    width: 170px;
    height: 20px;
    border: 1px solid #bbb;
    font-size: 12px;
    padding-left: 5px;
}
#bo_sch .sch_input::placeholder{
    font-size: 10px;
}
#bo_sch select{
    font-size: 11px;
    border: 1px solid #bbb;
    height: 20px;
    padding: 0px 5px;
    font-family: Tahoma, 굴림;
}
.btn_bo_user li i{
    transform: scale(0.9);
}
.fa-search:before{
    content: "";
}
#bo_sch .sch_btn{
    font-size: 12px;
    color: white;
    background-color: #67a6eb ;
    width: 40px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #2868af;
    margin-left: 5px;
    border-radius: 5px;
}
#bo_sch .sch_btn:hover{
    /* background-color: rgba(31, 64, 99, 0.7) ; */
}
.bo_fx{
    /*display: none;*/
}

/* view */
#bo_v_info{
    height: 50px;
}
#bo_v_title .bo_v_tit{
    font-size: 20px;
    margin-top: 20px;
}
.notice_view *{
    font-size: 13px;
    
}

.cmt_btn{
    margin-top:  0px;
}
#bo_vc_empty{
    padding: 20px 0 !important;
}
#bo_v_con{
    /*font-family: Tahoma, 굴림;*/
}

/* .btn_bo_user{
    font-size: 13px;
} */
.btn_bo_user > li > .btn_b02,
a.btn, .btn,
.bo_vc_w .btn_submit{
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    
}
.btn-bg-blue,
#bo_w .btn_cancel{
    background: #1f4063 !important;
}