@charset "utf-8";
/* 성경책 관련 CSS */
.bibleList {width:1000px; margin-top: 15px;}
.book_content{overflow:hidden; width:1000px; height:819px; margin-top: 15px;
	background:url('/static-root/new/images/common/book_bg.jpg') no-repeat 0 0;
	padding: 50px 50px 30px 60px;
}
.searchBible {text-align: right; padding-right: 50px;}
.searchBible span { padding:2px; height:20px; line-height: 24px; font-size: 18px;}
.searchBible input { margin-left:10px; padding:4px; height:20px; border:1px solid #e6e6e6; font-size: 14px;}
.searchBible select { height:30px; border:1px solid #e6e6e6; font-size: 14px;}
.searchBible input, select, img, button { vertical-align: middle; }

.book_content .book_lft{float:left; width:430px; height:765px; padding: 0 0 0 0;}
.book_content .book_lft .number_box{height:260px; overflow-y:auto; padding-right: 20px; margin-top: 5px;}

.book_content .book_rgt{float:left; width:450px; height:765px; padding: 0 0 0 0; margin-left: 20px;}
.book_content .book_rgt .ovf{width: 100%; height:730px; overflow-y:scroll; padding-left: 5px; padding-right: 5px;}

.book_content .bookContent{width: 100%;}
.book_content .book_box01, .book_box02, .book_box03, .book_box04{width: 100%;}
.book_content .book_box01 tr, .book_box02 tr, .book_box03 tr, .book_box04 tr{padding:0; margin: 0;}
.book_content tr:hover{background: #dbffdb;}
.book_content a:hover{color:#ff8000; font-weight: bold;}
.book_content .on{color:#0080ff; font-weight: bold;}

.book_content .book_box01 th{padding:3px 2px 3px 2px; color:#626262; font-size:15px; text-align: left; line-height: 20px;}
.book_content .book_box01 td{padding:3px 2px 3px 2px; color:#626262; font-size:15px; text-align: left; line-height: 20px;}
.book_content .book_box01 .tit{color: #ff8000; font-weight: bold;}

.book_content .book_box02 th{padding:3px 2px 3px 2px; color:#ff8000; font-size:17px; text-align: center; font-weight: bold;}
.book_content .book_box02 td{padding:3px 2px 3px 2px; color:#626262; font-size:15px; text-align: right;}

.book_content .book_box03 th{padding:3px 2px 3px 2px; color:#0080ff; font-size:18px; text-align: center; font-weight: bold;}
.book_content .book_box03 td{padding:5px 0 5px 2px; color:#408080; font-size:16px; text-align: left; font-weight:bold; vertical-align: text-top; line-height: 1.2em;}
/* .book_content .book_box03 th{padding-bottom:10px;} */
/* .book_content .book_box03 td{line-height:18px;font-size:12px;padding-left:10px;text-indent:-15px;} */
.book_content .book_box03 .num{padding:3px 1px 3px 0; color:#8a8a8a; text-align: right; vertical-align: text-top;}

.book_content .book_box04 td{padding:5px 2px 5px 2px; color:#408080; font-size:15px; text-align: left; line-height: 1.2em;}
.book_content .book_box04 td .tit{color:#8080ff;}

.wideView{margin-top: 20px; width: 100%;}
.wideView table{width: 100%;}
.wideView table tr{padding:0; margin: 0;}
.wideView tr:hover{background: #dbffdb;}
.wideView a:hover{color:#ff8000; font-weight: bold;}
.wideView .on{color:#0080ff; font-weight: bold;}
.wideView th{padding:3px 2px 3px 2px; color:#0080ff; font-size:18px; text-align: center; font-weight: bold;}
.wideView td{padding:5px 0 5px 2px; color:#408080; font-size:16px; text-align: left; font-weight:bold; vertical-align: text-top; line-height: 1.2em;}
.wideView .num{padding:3px 1px 3px 0; color:#8a8a8a; text-align: right; vertical-align: text-top;}
.wideView td .tit{color:#8080ff;}