@CHARSET "UTF-8";
.wrap {
  margin-top: 70px;
}
.book_detail-img {
	display: block;
	/* width: 214px;
	height: 317px; */
	width: 264px;
	height: 367px;
	border:1px solid #cdcdcd;
}
.book_detail-img img {
	width: 100%;
	height: 100%;
}
.book_detail-info {
	/* width: 950px;
	height: 318px; */
	width: 1135px;
    height: 368px;
	padding-left: 40px;
}
.info-wrap {
	/* width: 680px;
	height: 254px; */
	width: 865px;
    height: 304px;
	padding-right: 40px;
	position: relative;
}
.info-title {
	color:#707070;
	/* font-size:30px; */
	font-size:34px;
	font-weight: 400;
	margin-bottom: 10px;
}
.info-author {
	color:#707070;
	/* font-size:18px; */
	font-size:24px;
	font-weight: 300;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info-box {
	position: absolute;
	left:0;
	bottom:15px;
}
.info-heart, .info-review, .info-star_count {
	/* font-size:18px; */
	font-size:24px;
	color:#707070;
	font-weight: 300;
	padding:5px 0;
	padding-left: 40px;
	display: inline-block;
}
.info-star_count {
	padding-left: 7px;
}
.info-heart {
	cursor: pointer;
	background:url('../img/ecobooks/pick_view_off2.png') no-repeat left center;
}
.info-heart.on {
	background:url('../img/ecobooks/pick_view_on2.png') no-repeat left center;
}
.info-review {
	margin-left: 10px;
	background:url('../img/ecobooks/review2.png') no-repeat left center;
}
.info-star {
	width: 128px;
	background:url('../img/ecobooks/star_off.png') no-repeat;
	vertical-align: sub;
	margin-left: 30px;
	display: inline-block;
	/* height: 21px; */
	height: 24px;
	overflow: hidden;
}
.info-star span {
	background:url('../img/ecobooks/star_on.png') no-repeat;
	display: inline-block;
	/* height: 21px; */
	height: 24px;
	overflow: hidden;
}
.ebook-btn,.interest-btn {
	width: 230px;
	height: 55px;
	font-weight: 300;
	font-size:22px;
}
.info-btn_wrap {
	width: 230px;
	height: 215px;
}
.ebook-btn {
	color:#1c2782;
	margin-bottom: 10px;
	border:2px solid #1c2782;
	padding-left: 40px;
	background:url('../img/ecobooks/ebook_loan.png') no-repeat 25px;
}
.ebook-btn.ebookview {
	color:#fff;
	background:url('../img/ecobooks/ebook_view.png') no-repeat 25px #1c2782;
}
.interest-btn {
	color:#87b9dc;
	border:2px solid #87b9dc;
	padding-left: 40px;
	background:url('../img/ecobooks/interest_add.png') no-repeat 25px;
}
.interest-btn.added {
	color:#fff;
	padding-left: 20px;
	background:url('../img/ecobooks/interest.png') no-repeat 25px #87b9dc;
}

.info-keyword {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	border-top:1px solid #cdcdcd;
}
.info-keyword li {
	width: 150px;
	height: 44px;
	line-height: 40px;
	float: left;
	font-weight: 300;
	color:#707070;
	/* font-size:18px; */
	font-size:20px;
	margin-right: 10px;
	text-align: center;
	border:1px solid #87b9dc;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
}

.main-tab {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	border-bottom:1px solid #87b9dc;
}
.main-tab li {
	cursor: pointer;
	font-size:22px;
	color:#87b9dc;
	float: left;
	border:1px solid #87b9dc;
	border-bottom:none;
	border-right:none;
	width: 187px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.main-tab li:last-child {
	border-right:1px solid #87b9dc;
}
.main-tab li:hover {
	background:#95c4e4;
	color:#fff;
}
.main-tab li.on {
	background:#87b9dc;
	color:#fff;
}

.title-sub {
	/* font-size:24px; */
	font-size:26px;
	color:#222;
	padding-bottom: 7px;
	border-bottom:1px solid #cdcdcd;
	margin-top: 60px;
	position: relative;
}
.title-sub:nth-of-type(1) {
	margin-top: 30px;
}
.sub-top-60 {
	margin-top: 60px;
}
.review-num {
	font-weight: 300;
	/* font-size:18px; */
	font-size:20px;
	color:#707070;
	margin-top: 20px;
	position: absolute;
	right:0;
	top:-10px;
}
.review-num em {
	font-weight: bold;
}
/*
*/
/*	추천정보	*/
/*
*/

.stuation-text_wrap {
	margin-top: 20px;
}
.text-body {
	/* font-size:18px; */
	font-size:20px;
	font-weight: 300;
	color:#707070;
	margin-top: 20px;
	background:#f0f6fa;
	padding:20px 40px;
}

.card-area {
	width: 200px;
	height: 200px;
	background:#fff;
	position: relative;
}
.card-area img {
	width: 100%;
	height: 100%;
}
.card1 {
	width: 168px;
	height: 168px;
	position: absolute;
	top:0;
	left:0;
	z-index:3;
	cursor: pointer;
}
.card2 {
	width: 168px;
	height: 168px;
	position: absolute;
	top:5px;
	left:8px;
	z-index:2;
}
.card3 {
	width: 168px;
	height: 168px;
	position: absolute;
	top:10px;
	left:16px;
	z-index:1;
}
.card-btn {
	z-index:4;
	position: absolute;
	width: 58px;
	height: 58px;
	background:url('../img/ecobooks/click.png') no-repeat;
	bottom:0;
	right:0;
}
.text-area {
	/* width: 942px; */
	width: 1175px;
	height: auto;
	background:#fff;
	/* font-size:18px; */
	font-size:20px;
	font-weight: 300;
	color:#707070;
	text-align: justify;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 30px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.area-text_page {
	font-weight: 400;
	margin-bottom: 5px;
}
.area-text_body {
	margin-bottom: 10px;
	line-height: 1.7;
}
.text-scroll {
	height: auto;
	overflow: hidden;
}
.text-plus {
	width: 100%;
	height: 38px;
	color:#868686;
	font-size:18px;
	border:1px solid #d0d0d0;
	border-radius:5px;
	margin-top: 15px;
	background:url('/ecobooks_user/img/bottom.png') no-repeat 405px center #fff;
}
.text-plus.minus {
	background:url('/ecobooks_user/img/top.png') no-repeat 405px center #fff;
}

.stuation-text {
	/* background:#f6f6f6; */
	margin-bottom: 20px;
	position: relative;
	/* border-bottom:1px solid #cdcdcd; */
}
.stuation-text:nth-of-type(3) {
	border-bottom:none;
}
.stuation-text_title {
	/* font-size:20px; */
	font-size:22px;
	color:#222;
	background:#f6f6f6;
	padding:15px 0;
	padding-left: 50px;
	padding-right: 180px;
	position: relative;
	z-index:5;
	margin-bottom: 20px;
	/* border-top:1px solid #cdcdcd; */
}
.stuation-solution_card_btn {
	width: 150px;
	height: 38px;
	line-height: 36px;
	position: absolute;
	top:50%;
	margin-top: -19px;
	right:15px;
	color:#5eb2ec;
	font-weight: 400;
	font-size:18px;
	border:2px solid #5eb2ec;
	background:#fff;
}
.stuation-solution_card_btn:hover {
	background:#5eb2ec;
	color:#fff;
}
.stuation-text_page {
	font-size:18px;
	color:#707070;
	text-align: center;
	padding-top: 20px;
	display: inline-block;
	width: 110px;
	vertical-align: top;
}
.stuation-text_body {
	font-size:18px;
	font-weight: 300;
	color:#707070;
	display: inline-block;
	width: 1050px;
	margin: 20px 0;
	padding-right: 70px;
	text-align: justify;
}
.stuation-card_contents {
	border-top:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	background:#e8e8e8;
	padding:20px 0;
	display: none;
}
.card_contents-close_btn {
	width: 28px;
	height: 27px;
	position: absolute;
	top:15px;
	right:15px;
	background:url('../img/ecobooks/card_close.png') no-repeat;
}
.card_contents li img {
	width: 100%;
}
.stuation-tag {
	position: relative;
	padding:10px 0;
}
.tag-banner {
	position: absolute;
	top:7px;
	left:-13px;
  z-index:10;
  width: auto;
}
.tag-list {
	overflow: hidden;
	display: inline-block;
	/* width: 1164px; */
	width: 100%;
	vertical-align: middle;
}
.tag-list li {
	margin-right:30px;
	float: left;
	color:#438aff;
}
.tag-list a {
	color:#438aff;
	font-weight: 400;
	/* font-size:18px; */
	font-size:20px;
}
.tag-list a:hover {
	/* font-weight: bold; */
	color:#2566ab;
}

.card_contents-wrap {
	position: relative;
	margin-top: 30px;
}
.card_contents-box {
	width: 400px;
	height: 400px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.card_contents li {
	float: left;
	width: 400px;
	height: 400px;
}
.slide {
	width: 4800px;
	position: absolute;
	left:-400px;
}
.prev_btn,.next_btn {
	position: absolute;
	top:50%;
	margin-top: -18.5px;
	width: 20px;
	height: 37px;
}
.prev_btn {
	left:290px;
	background:url('../img/ecobooks/book_detail_prev_on.png') no-repeat;
}
.prev_btn.disabled {
	background:url('/resources/img/book_detail_prev.png') no-repeat;
	cursor: default;
}
.next_btn {
	right:290px;
	background:url('../img/ecobooks/book_detail_next_on.png') no-repeat;
}
.next_btn.disabled {
	background:url('/resources/img/book_detail_next.png') no-repeat;
	cursor: default;
}

.popbook_slide_wrap {
	position: relative;
	margin-top: 30px;
}
.popbook_slide-box {
	width: 990px;
	overflow: hidden;
	margin:0 auto;
}
.popbook_silde {
	width: 110%;
}
.popbook_silde li {
	width: 180px;
	height: 270px;
	border:1px solid #cdcdcd;
	float: left;
	margin-right:90px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.popbook_silde li img {
	width: 100%;
	height: 100%;
}
.popbook_silde-bg {
	width: 100%;
	height: 100%;
	display: inline-block;
	background:rgba(0,0,0,0.1);
	position: absolute;
	bottom:0;
	left:-180px;
	padding: 30px;
	transition:all 0.3s;
}
.popbook_silde li:hover .popbook_silde-bg {
	left:0;
	background:rgba(0,0,0,0.6);
}
.popbook_silde_info-wrap {
	width: 180px;
	height: 210px;
	display: table-cell;
	vertical-align: middle;
}
.popbook_silde-title,.popbook_silde-writer {
	display: block;
	text-align: center;
}
.popbook_silde-title {
	color:#58dbbf;
	padding-bottom: 15px;
	font-size:20px;
}
.popbook_silde-writer {
	font-size:16px;
	color:#fff;
}
.popbook_slide_wrap .prev_btn {
	left:0px;
}
.popbook_slide_wrap .next_btn {
	right:0px;
}


.star_count-wrap {
	overflow: hidden;
	height: 170px;
	background:#f1f1f1;
	margin-top: 30px;
}
.star-average {
	width: 300px;
	height: 100%;
	text-align: center;
}
.star-average strong {
	display: block;
	font-size:70px;
	font-weight: 300;
	color:#707070;
}
.star-average small {
	display: block;
	/* font-size:17px; */
	font-size:19px;
	font-weight: 300;
	color:#707070;
	margin-top: 5px;
}
.star-analysis {
	width: 844px;
	height: 100%;
	padding:20px 0 10px;
}
.star-analysis em {
	font-size:18px;
	font-weight: 300;
	color:#707070;
	vertical-align: middle;
}
.bigstar {
	width: 184px;
	background:url('../img/ecobooks/big_star_off.png') no-repeat;
	vertical-align: sub;
	display: inline-block;
	height: 26px;
	overflow: hidden;
}
.bigstar span {
	background:url('../img/ecobooks/big_star_on.png') no-repeat;
	display: inline-block;
	height: 26px;
	overflow: hidden;
}
.star {
	width: 128px;
	background:url('../img/ecobooks/star_off.png') no-repeat;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	height: 21px;
	overflow: hidden;
}
.star span {
	background:url('../img/ecobooks/star_on.png') no-repeat;
	display: inline-block;
	height: 21px;
	overflow: hidden;
}
.bar {
	width: 520px;
	background:url('../img/ecobooks/bar_off.png') no-repeat;
	vertical-align: middle;
	margin-left: 20px;
	display: inline-block;
	height: 15px;
	overflow: hidden;
	margin-right: 20px;
}
.bar span {
	background:url('../img/ecobooks/bar_on.png') no-repeat;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	vertical-align: top;
}

.book-comment_wrap {
	margin-bottom: 40px;
}
.book-comment {
	overflow: hidden;
	border-bottom:1px solid #cdcdcd;
}
.comment-profile {
	overflow: hidden;
	width: 390px;
	padding-top: 27px;
}
.comment-text {
	width: 774px;
	padding-top: 40px;
}
.profile-img {
	width: 92px;
	height: 92px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	background:url('../img/ecobooks/comment_profile.png') no-repeat;
}
.profile-info {
	width: 276px;
	margin-left: 22px;
}
.profile-date,.profile-name {
	display: block;
}
.profile-date {
	font-size:14px;
	font-weight: 300;
	color:#707070;
	margin-top: 20px;
}
.profile-name {
	font-size:22px;
	font-weight: normal;
	color:#707070;
}
.comment-text .star {
	margin-left: 0;
}
.text-content {
	margin-top: 20px;
	font-size:18px;
	font-weight: 300;
	color:#707070;
	text-align: justify;
}
.text-report {
	width: 742px;
	height: 137px;
	text-align: center;
	line-height: 137px;
	background:url('../img/ecobooks/blind.png') no-repeat;
}
.comment-text_icon {
	margin: 15px 0;
}
.comment-del_btn {
	width: 24px;
	height: 31px;
	margin-right: 15px;
	background:url('../img/ecobooks/delete.png') no-repeat;
}
.comment-modify_btn {
	width: 25px;
	height: 29px;
	margin-right: 10px;
	background:url('../img/ecobooks/modify.png') no-repeat;
}
.comment-report_btn {
	width: 33px;
	height: 34px;
	background:url('../img/ecobooks/report.png') no-repeat;
}
.write_btn {
	width: 140px;
	height: 45px;
	line-height: 43px;
	font-size:19px;
	font-weight: 300;
	color:#898989;
	border:2px solid #c7c8ca;
	position: absolute;
	right:0px;
	top:-5px;
}
.write_btn:hover {
	background:#87b9dc;
	border:none;
	color:#fff;
}

/*
*/
/*	책정보	*/
/*
*/
.book {
	display: none;
}
.book p {
	color:#707070;
	font-weight: 300;
	/* font-size:18px; */
	font-size:20px;
}
.book-intro {
	padding-bottom: 20px;
	margin-top: 30px;
}
.book-index_list {
	margin-bottom: 100px;
	margin-top: 30px;
}
.book-index strong {
	font-weight: bold;
}
.book-index {
	line-height: 1.7;
}



/*
*/
/*	소장정보	*/
/*
*/
.own {
	display: none;
	margin-bottom: 80px;
}
.own-tbl {
	text-align: center;
	font-weight: 300;
	font-size:18px;
	color:#707070;
	width: 1017px;
	margin-top: 30px;
}
.own-tbl th {
	height: 50px;
	background:#eaeaea;
	border:1px solid #cdcdcd;
}
.own-tbl td {
	height: 50px;
	border:1px solid #cdcdcd;
}
.own-tbl em {
	color:#1c2782;
	font-weight: normal;
}
.own-tbl th:first-child, .own-tbl td:first-child {
	border-left:none;
}
.own-tbl th:last-child, .own-tbl td:last-child {
	border-right:none;
} 
.organ-tbl {
	margin-bottom: 50px;
}

/*
*/
/*	팝업 - 솔루션카드	*/
/*
*/
.popup-card_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
	z-index:998;
	display: none;
}
.popup-card {
	width: 760px;
	height: 680px;
	background:#fff;
	border-radius:5px;
	top:50%;
	left:50%;
	position: absolute;
	box-shadow:3px 3px 5px #323232;
	webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.popup-card_close {
	width: 27px;
	height: 28px;
	position: absolute;
	top: 35px;
	right:35px;
	background:url('../img/ecobooks/solution_card_close.png') no-repeat;
}
.popup-card .card_contents-box {
	width: 450px;
	height: 450px;
	margin:115px auto;
}
.popup-card .card_contents li {
	width: 450px;
	height: 450px;
}
.popup-card .prev_btn {
	width: 29px;
	height: 53px;
	margin-top: -26.5px;
	background:url('../img/ecobooks/slide_prev_on.png') no-repeat;
	left:70px;
}
.popup-card .next_btn {
	width: 29px;
	height: 53px;
	margin-top: -26.5px;
	background:url('../img/ecobooks/slide_next_on.png') no-repeat;
	right:70px;
}
.popup-card .prev_btn.disabled,
.popup-card .next_btn.disabled {
	display: none;
}

/*
*/
/*	팝업 - 기본	*/
/*
*/
.guide-popup {
	background:#fff;
	border:1px solid #87b9dc;
}
.guide-popup h3 {
	background:#87b9dc;
}
.guide-popup-btn {
	border:1px solid #87b9dc;
  color:#87b9dc;
  background:#fff;
}
.guide-popup-btn:hover {
	background:#87b9dc;
	color:#fff;
}


/*
*/
/*	팝업 - 평점 및 리뷰	*/
/*
*/
.popup-review_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
	z-index:999;
}
.popup-review {
	width: 580px;
	height: 680px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -340px;
	margin-left: -290px;
	background:#fff;
	border:1px solid #87b9dc;
}
.popup-review h3 {
	color:#fff;
	font-size:25px;
	text-align: left;
	height: 60px;
	line-height: 60px;
	padding-left: 28px;
	background:#87b9dc;
}
.popup-sub_title {
	padding-left: 28px;
	font-size:24px;
	color:#707070;
	margin-top: 24px;
}
.popup-review .bigstar {
	margin-left: 28px;
	margin-top: 15px;
	cursor: pointer;
}
.popup-review textarea {
	width: 520px;
	height: 260px;
	margin:15px auto;
	display: block;
	padding: 15px;
	border:1px solid #bbbbbb;
	background:#ededed;
	font-weight: 300;
	font-size:20px;
	color:#707070;
}
.letter_number {
	font-size:18px;
	font-weight: 100;
	color:#707070;
	width: 520px;
	margin:0 auto;
	text-align: right;
}
.popup-btn_wrap {
	margin-top: 15px;
	padding: 35px 0;
	text-align: center;
	background:#f0f0f0;
}
.yolo-popup_btn {
	width: 160px;
	height: 54px;
	background:#87b9dc;
	color:#fff;
	font-size:24px;
	font-weight: 300;
}
.popup-review .del_btn {
	margin-right: 15px;
}


/*
*/
/*	팝업 - 신고	*/
/*
*/
.popup-report_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
	z-index:999;
}
.popup-report {
	position: fixed;
	width: 580px;
	height: 496px;
	background:#fff;
	border:1px solid #87b9dc;
	top:50%;
	left:50%;
	margin-top: -248px;
	margin-left: -240px;
}
.popup-report h3 {
	color:#fff;
	font-size:25px;
	text-align: left;
	height: 60px;
	line-height: 60px;
	padding-left: 28px;
	background:#87b9dc;
}
.report-reason {
	overflow: hidden;
	width: 526px;
	margin:30px auto;
}
.report-reason li {
	width: 50%;
	float: left;
	font-weight: 100;
	font-size:20px;
	color:#707070;
	margin-bottom: 15px;	
}
.report-reason li label {
	cursor: pointer;
}

.solution-pagination {
	margin-bottom: 20px;
}
.mini_page {
	text-align: right;
	margin:15px 0;
}
.page-mark {
	font-size:19px;
	font-weight: 300;
	color:#707070;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.page-mark em {
	font-weight: bold;
}
.mini_page .prev,.mini_page .next {
	display: inline-block;
	margin: 0;
	border:1px solid #c2c2c2;
	vertical-align: middle;	
}
.mini_page .next {
	border-left:none;
}
.solution-worry li:nth-child(3n) {
	margin-right: 22px;
}
.solution-worry li:nth-child(4n) {
	margin-right: 0;
}







