@charset "utf-8";

.sound_only {display: none;}


/* **************** 리스트 */
.tablefix {table-layout: fixed;}
.info_area {height: 60px; vertical-align: middle; position: relative;}


.inchk{position: absolute; left: 1px; top: 1px; width: 5px; height: 5px;}
.img_area {width: 80px; height: 60px;}

.intd_img{width: 63px; height: 42px; object-fit: cover; border: 1px solid #BDBDBD; border-radius: 5px;}

.subject_area{font-size: 16px; line-height: 24px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; padding-right: 0px !important;}

.rest_area{font-size: 12px; line-height: 24px; text-align: center; word-break: keep-all;}
.subject_text {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.all_content{padding: 5px 8px; border: 1px solid grey; font-size: 14px; border-radius: 10px; line-height: 24px;}
.admin_tion{position: relative;}
.more_opt{position: absolute; top: 40px; right:1px; width: 140px; list-style: none; display: none;}
.btn_write{border:1px solid grey; border-radius: 10px;}
.btn_write a{font-size: 14px;}
.go_c {color:#1F50B5}
.no_c {color:#BA2B2B}

.serch_box{border:1px solid grey; margin: 20px 0; padding: 15px 80px 0 80px; border-radius: 5px;}
.notice {background-color: #F6F6F6; color: #FF0000 !important; font-weight: bold;}
.notice .subject_area span{color: #FF0000 !important;}
.notice_text{font-size: 12px; padding: 1px 7px; border: 0.5px solid #FF0000; border-radius: 5px; background-color: #ffe3e4;}
.sel_opt{width:20%;  }
.input_serch{width:40%;}
.sch_bar{width: 15%; font-size: 0.9rem;}
@media screen and (max-width: 992px) {
  .rest_area {text-align: left;}
  /* .subject_area{width:100% !important;} */
}

@media screen and (max-width: 768px) {
  .rest_area {font-size: 10px; text-align: left;}
  .serch_box{padding: 15px 10px 0 10px; font-size: 0.8rem;}
}


/* ********************* 글쓰기 */

.cke_sc{display:none;}
.wr_content{margin-top: 10px;}

/* *************** view */

.main_subject{border-top: 2px solid black; font-size: 18px; font-weight: bold; word-break: break-all; line-height: 26px; padding: 15px 5px 20px 5px;}

.main_info{background-color: #f9f9f9; font-size: 14px; line-height: 28px; padding: 15px 8px; text-align: center; position: relative;}
.small_info{}

.btn_more_opt{width: 5px !important; display: inline; position: absolute; top: 3px; right: 15px;}
.is_opt_btnlist{list-style: none; width: 60px !important; position: absolute; top: 30px; right: 0px; padding: 0px; display: none;}

.btnmore{background-color: #F6F6F6; padding: 10px; font-size: 10px; margin: 10px 0;}

.gotolist{border: 1px solid #A6A6A6; background-color: white;font-size: 15px; padding: 2px 18px; border-radius: 3px;}
.gotowrite{border: 1px solid #0D3EA3; background-color: #0D3EA3;font-size: 15px; padding: 2px 18px; color: white; border-radius: 3px;}

.gotowrite a{color: white !important;}

.btn_prv,.btn_next {display: flex; justify-content: space-between; padding: 5px 300px; font-size: 14px !important;  background: #F6F6F6; }

.btn_next {border-top: 1px solid #BDBDBD;}
#bo_v_con img{max-width: 100%;}
@media screen and (max-width: 992px) {
  .small_info{display: block;}
  .main_info {text-align: left;}
  .btn_prv,.btn_next {padding: 5px 150px;}
}

@media screen and (max-width: 768px) {
  .btn_prv,.btn_next {padding: 5px 20px;}
}


.comment_byinfo{display: flex; padding: 15px 20px; justify-content: space-between; border-top: 2px solid black; border-bottom: 1px solid grey;}
.all_comment{padding: 5px 10px; }
.comment_write_btn{border: 1px solid #A6A6A6; border-radius: 10px; padding: 5px 10px; font-size: 14px; cursor:pointer;}
.each_comment {border-bottom: 1px solid grey; position: relative;}
.reply_arrow {position: absolute; left: -8px; top: 40%; width: 18px;}
.each_comment_info{padding: 15px; display: flex; justify-content: space-between; font-size: 12px;}
.addbtn{padding: 3px 8px; border:1px solid grey; border-radius: 5px; cursor: pointer;}
.each_comment_content {padding: 0 25px; font-size: 14px;}
.each_comment_last{padding: 20px 20px; font-size: 11px;}

.write_comment{display: none;}
.go_c {color:#1F50B5}
.no_c {color:#BA2B2B}
