﻿@charset "utf-8";
@import url(bookList.css);

img{
	vertical-align: middle;
}

/*bastBook*/
#bastBook {
	position: relative;
	display: block;
	min-height:300px;
	padding-bottom:40px;
	border-bottom:3px solid #000;
	letter-spacing: -1px;
}
#bastBook h3{
	height:24px;
	padding:5px 0 22px 0;
}
#bastBook ul li{
	position:relative;
	width:196px;
	float:left;
	font-size:13px;
	font-weight:500;
}
#bastBook ul li span.grandPrix{
	position: absolute;
	top:30px;
	left: 0;
}
#bastBook ul li span.num{
	position:relative;
	display:inline-block;
	float:left;
	width:25px;
	padding:8px 0 10px 0;
	color:#000;
	font-size:20px;
	font-weight:900;
	text-align:center;
}
#bastBook ul li p.bookCover{
	height:181px;
	background:url("/image/ko/common/bookCover.png") no-repeat 31px 0;
	*background:url("/image/ko/common/bookCover.png") no-repeat 6px 0;
}
#bastBook ul li p.bookCover a img{
	margin: 8px 0 0 7px;
}
#bastBook ul li p.bookTitle{
	margin: 0 0 4px 0;
	padding: 0 20px 0 0; 
	color:#000;
	font-size:16px;
	font-weight:600;
	line-height:115%;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-wrap:normal;
}
#bastBook ul li p.author{
	float:left;
	width:81px;
	padding-right:8px;
	background:url("/image/ko/local/listLine.png") no-repeat 100% 4px;
	color:#af5516;
	text-align: right;
}

#bastBook ul li p.author span{
	width:60px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-wrap:normal;
	display: inline-block;
}

#bastBook ul li p.publisher{
	float:left;
	width:91px;
	padding-left:6px;
	color:#af5516;
	text-align: left;
}

#bastBook ul li p.publisher span{
	width:60px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	word-wrap:normal;
	display: inline-block;
}

#bastBook ul li p.date{
	padding: 0 12px 0 0; 
	color:#7b7978;
	text-align: center;
	line-height: 120%;
	letter-spacing: normal;
}

/* 하단 안내문 */
#divContentFooter {
	position:relative;
	padding:15px 0 15px 15px;
	border:1px solid #e3e9ee;
	background:url(/image/ko/common/contentHeaderBg.gif) repeat;
	font-size:14px;
	overflow: hidden;
	text-align: center;
}
#divContentFooter p {
	display: inline-block;
	color: #000;
}
#divContentFooter p img{
	margin-left:5px;
}
#divContentFooter ul {
	width:auto;
	margin:0 auto;
	margin-bottom:0;
	padding:0;
	background:#f2f2f2;
	line-height:1.5em
}
#divContentFooter .point{
	color:#000;
	font-weight:600
}

/* Search */
#divContentSearch {
	position:relative;
	height:auto;
	margin:0 0 30px 0;
	padding:10px 0px 10px 0px;
	background-image:url(/image/ko/common/searchBg.gif);
	color:#656565;
	overflow: hidden;
}
#divContentSearch form{
	display: block;
}
.checkAll{
	position:absolute;
	top: 11px;
	left:0;
	float: left;
}
.searcharea {
	display: inline-block;
	width:auto;
	min-width:auto;
	float: right;
	line-height:2em
}

.holding a{
	border-radius:0.2em;
	margin-top : 3px;
	background-color: #e66f20;
	color: #fff;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	width: 70px;
}

