@charset "utf-8";


/* 게시판 전체 CSS 커스텀 */


.tail { display:none;}
.btn_bo_user,
.write_btn { display:none !important;}

form { width:100%; float:left; position:relative !important;}

.btn_top button { position:absolute; right:15px !important}

#bo_w .btn_confirm { position:fixed; bottom:0; left:0; margin:0; width:100%;}

#bo_w .btn_cancel,
#bo_w .btn_submit { width:50% !important; float:left !important; text-align:center; padding:0; line-height:55px; height:55px; border-top:1px solid #eee; border-radius:0 !important;}

#bo_w .btn_submit { background-color: #00a2e5;}

#bo_gall .new_icon {
    display: inline-block !important;
    line-height: 16px !important;
    font-size: 10px !important;
    color: #fff !important;
    background: #63afff !important;
    text-align: center !important;
    border-radius: 50px !important;;
    margin: 0 0p !important;x;
    font-weight: 400 !important;;
    vertical-align: middle !important;;
    padding: 0px 10px !important;;
}


.edit_btns { width:100%; float:left; position:absolute; bottom:0px; left:0; width:100%; padding:15px;}
.edit_btns button,
.edit_btns a { display:inline-block; padding:2px 10px; border-radius:4px; font-size:13px; line-height:20px; border:1px solid #000; color:#777; text-decoration:none !important;}
.edit_btns .btn_singo { background-color:#333; border-color:#333; color:#fff; float:right;}
.edit_btns .btn_modify { background-color:#fff; border-color:#ccc;}
.edit_btns .btn_del { background-color:#fff; border-color:#ccc;}

#bo_v_con { min-height:100px;}

#bo_v_atc { padding-bottom: 40px; position:relative;border-bottom: 1px solid #eee;}


#bo_w .btn_confirm { position:fixed; bottom:0; left:0; width:100%; border-top:1px solid #eee; margin:0 !important;l;}

#bo_w .btn_confirm button,
#bo_w .btn_confirm  a { font-size:18px; width:50%; float:left; line-height:55px; height:55px;  border-radius:0 !important; border:none;}
#bo_w .btn_submit { background:#00a2e5;}
