@charset "utf-8";

/* bbs_Skin all css ================================================================ */

/* 글쓰기 */
#write-form input#bo_title {width:98%;}
#bo_write_name  {width:98%;}

caption {text-indent: -9999px;}

/* 역대원북 도서  */
.history_onebook2 { margin-top:25px; margin-bottom:10px;  }

ul.history_onebook2-1 { width:100%; display:inline-block; border:2px dotted #ddd; padding:20px; box-sizing: border-box; padding-top:30px; }
ul.history_onebook2-1 li { width:33.33%;float:left; text-align: center; }
ul.history_onebook2-1 li p a {display: block; color:#555; }
ul.history_onebook2-1 li p a img {width:80%; }
ul.history_onebook2-1 li p.title{text-align: left; margin-left:30px; box-sizing: border-box;}
ul.history_onebook2-1 li p.writer {text-align: left;  margin-left:30px; box-sizing: border-box; margin-top:20px;}

.new_button2 {display:inline-block; padding:0px 20px !important; border-radius:3px; background:#3f83c3; color:#fff !important; margin-bottom:3px;}

/* 페이징 */
#board-list-page {width:100% !important; margin-top:15px !important;}
#board-list-page a {display:inline-block; border:1px solid #ddd; width:28px; height: 28px; line-height:28px; color:#555;}
#board-list-page a.nowPage {background: #2264a8; color:#fff !important; }
#board-list-page .all_left {background: url("./../design_image/common/sub/paging_allleft.png") no-repeat; text-indent: -9999px;}
#board-list-page .pre_page {background: url("./../design_image/common/sub/paging_left.png") no-repeat; text-indent: -9999px;}
#board-list-page .next_page{background: url("./../design_image/common/sub/paging_right.png") no-repeat; text-indent: -9999px;}
#board-list-page .all_right {background: url("./../design_image/common/sub/paging_allright.png") no-repeat; text-indent: -9999px;}





/* 공공도서관 추천 이달의 책 페이징 */
.Paging a {display:inline-block; border:1px solid #ddd; width:28px; height: 28px; line-height:28px; color:#555;}
.Paging a.nowPage {background: #2264a8; color:#fff !important; }
.Paging .all_left {background: url("./../../design_image/common/sub/paging_allleft.png") no-repeat; text-indent: -9999px;}
.Paging .pre_page {background: url("./../../design_image/common/sub/paging_left.png") no-repeat; text-indent: -9999px;}
.Paging .next_page{background: url("./../../design_image/common/sub/paging_right.png") no-repeat; text-indent: -9999px;}
.Paging .all_right {background: url("./../../design_image/common/sub/paging_allright.png") no-repeat; text-indent: -9999px;}



/* 원북겔러리 */



/* 768 테플릿 사이즈 시작===================================================================================================================== */
@media screen and (min-width:768px) and (max-width:1200px){
  


}

/* 320 모바일 사이즈 시작===================================================================================================================== */
@media screen and (min-width:320px)and (max-width:767px){
   
}


















