#location {
	display: none;
}

h3 {
	font-size: 1.1rem;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 5px 15px;
}
.series h4 {
	margin: 0 0 5px 0;
	padding: 5px 0 0 13px;
	font-size: .79rem;
}

#contentwrapper .series {
	float: left;
	width: 302px;
	height: 273px;
	padding-right: 22px;
	background-repeat: no-repeat;
	background-image: url(../images/index/series-bg.png);
}

#slide-wrapper {
	width: 270px;
	height: 230px;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 0px;
}
.series h3 {
	margin-bottom: 10px;
}
#slide-wrapper ul.box {
	margin: 0;
	padding: 0;
	list-style: decimal;
}
#slide-wrapper ul.box li {
	display: block;
	line-height: 25px;
	
}
#slide-wrapper ul.box li a {
	float: left;
	width: 220px;
	height: 25px;
	color: #666666;
	
	/* ellipsis*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}
#slide-wrapper ul.box li:hover * {
	color: #1883B5;
	font-weight: bold;
}

#slide-wrapper li span {
	float: right;
	color: #666666;
	font-size: 11px;
}
#contentwrapper .recommend {
	float: right;
	width: 670px;
	overflow: hidden;
	
}
#contentwrapper .recommend .title {
	padding-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
}
#contentwrapper .recommend .title label {
	color: #ebcd00;
}
#contentwrapper .recommend .cover {
	float: left;
	max-width: 190px;
	overflow: hidden;
}
#contentwrapper .recommend .info {
	float: left;
	padding-left: 26px;
	width: 420px;
}
#contentwrapper .recommend .info .author {
	font-weight: bold;
	padding-bottom: 5px;
}

#contentwrapper .recommend .info .publication-date {
	color: #999999;
}
#contentwrapper .recommend .info .desx {
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 18px;
}
#contentwrapper .recommend .info a.go-detail {
	text-decoration: underline;
}

.new-books {
	border: 1px solid #cccccc;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.new-books h3 {
	background-color: #E5E5E5;
}
.new-books .book {
	float: left;
	width: 210px;
	min-height: 220px;
	margin: 0 0 5px 30px;
}
.new-books .book.bookposition-4 {
	padding-right: 0;
}
.new-books .book.bookposition-1 {
	clear: left;
	margin-left: 50px;
}
.new-books .book .cover {
	height: 198px;
	display: table-cell;
	vertical-align: bottom;
}
.new-books dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}
.new-books dd {
	margin-left: 0;
	line-height: 17px;
}
.recommend .cover img {
	max-width: 190px;
}

.go-books-list {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
.go-books-list span {
	text-decoration: none;
}

.eab-wrapper .go-books-list {
	padding-top: 2px;
	font-size: 11px;
	font-weight: normal;
}

.notice {
	float: right;
	width: 265px;
}

.eab {
	position: absolute;
	width: 695px;
	z-index: 10;
}
.eab .title {
	color: #999900;
	font-size: 1.2em;
	/*font-family: "Malgun Gothic";*/
	font-weight: bold;
	letter-spacing: -0.05em;
	/* padding-left: 38px; */
	padding-bottom: 4px;
	border-bottom: 2px solid #b7b74e;
}
.eab-wrapper .trophy{
	display: none;
	position: absolute;
	margin: -23px 0 0 -35px;
	z-index: 101;
	background-image: none;
}
.eab .books {
	/* border: 1px solid #CCCCCC; */
	height: 116px;
}
.eab .books .sub-title {
	display: none;
}
.eab .books td {
	vertical-align: top;
}
.eab .books .book-list-90 {
	margin-top: -6px;
}
.eab .books {
	padding-top: 10px;
}
.eab .books .cover {
	height: 140px;
	width: 110px;
	float: left;
}
.eab .books .biblio {
	padding-right: 10px;
	width: 220px;
	float: left;
}
.eab .books .biblio dl {
	margin: 2px 0 0;
}
.eab .books .biblio dd {
	margin: 0;
}
.eab .books .cover a {
	float: left;
	border: 4px solid #FFFFFF;
	margin: 4px 0px 4px 4px;
	line-height: 0;
}
.eab .books .cover a {
	border: 4px solid #efefef;
}
.eab .books .desx {
	padding-top: 20px;
}
.eab .books dt {
	font-weight: bold;
	font-size: 13px;
	padding-top: 2px
}
.eab .books .biblio .book-title {
	width : 210px;
}

.notice .title {
	color: #999900;
	font-size: 1.2em;
	padding-bottom: 3px;
	border-bottom: 2px solid #B7B74E;
}


.notice .title span {
	/*font-family: "Malgun Gothic";*/
	font-weight: bold;
	letter-spacing: -0.05em;
}
.notice ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.notice li {
	padding-left: 2px;
	padding-top: 3px;
	line-height: 26px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../images/base/dotted.png);
}
.notice li span {
	padding-right: 10px;
}
