@CHARSET "UTF-8";
* {
	/* font-family: 'NanumSquare', sans-serif !important; */
	font-family: 'NanumSquareRound',sans-serif !important;
}
.logo {
	margin-top: 0;
}
article {
	overflow:visible;
	line-height:1.5;
}
.main-breadcrumbs {
	width:100%;
	height: 40px;
	background:#000;
}
.breadcrumbs-bg {
	width: 1164px;
	height: 40px;
	margin:0 auto;
	/* background:url('/art_special/yolobooks/img/sub_bg.png') no-repeat center; */
	position: relative;
}
.breadcrumbs {
	position: absolute;
	left:-10px;
	bottom:6px;
}
.breadcrumbs li {
	color:#fff;
	font-size:16px;
}
.breadcrumbs a {
	color:#a2a2a2;
	margin-left: 10px;
	vertical-align: middle;
}
.breadcrumbs a:nth-last-of-type(1) {
	color:#c8b178;
}
.breadcrumbs-home {
	display: inline-block;
	background:url('/resources/img/home.png') no-repeat center;
	width: 25px;
	height: 25px;
	vertical-align: sub;
}

.wrap {
	margin-top: 50px;
}
.book_detail-img {
	display: block;
	width: 214px;
	height: 318px;
	border:1px solid #cdcdcd;
}
.book_detail-img img {
	width: 100%;
	height: 100%;
}
.book_detail-info {
	width: 950px;
	height: 318px;
	padding-left: 40px;
}
.info-wrap {
	width: 680px;
	height: 254px;
	padding-right: 40px;
	position: relative;
}
.info-title {
	color:#707070;
	font-size:30px;
	font-weight: 400;
	margin-bottom: 10px;
}
.info-author {
	color:#707070;
	font-size:18px;
	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;
	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('/resources/img/pick_view_off2.png') no-repeat left center;
}
.info-heart.on {
	background:url('/resources/img/pick_view_on2.png') no-repeat left center;
}
.info-review {
	margin-left: 10px;
	background:url('/resources/img/review2.png') no-repeat left center;
}
.info-star {
	width: 128px;
	background:url('/resources/img/star_off.png') no-repeat;
	vertical-align: sub;
	margin-left: 30px;
	display: inline-block;
	height: 21px;
	overflow: hidden;
}
.info-star span {
	background:url('/resources/img/star_on.png') no-repeat;
	display: inline-block;
	height: 21px;
	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('/resources/img/ebook_loan.png') no-repeat 25px;
}
.ebook-btn.ebookview {
	color:#fff;
	background:url('/resources/img/ebook_view.png') no-repeat 25px #1c2782;
}
.interest-btn {
	color:#333436;
	border:2px solid #333436;
	padding-left: 40px;
	background:url('/resources/img/musicbooks/interest_add.png') no-repeat 25px;
}
.interest-btn.added {
	color:#fff;
	padding-left: 20px;
	background:url('/resources/img/interest.png') no-repeat 25px #333436;
}

.info-keyword {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	border-top:1px solid #cdcdcd;
}
.info-keyword li {
	width: 150px;
	height: 44px;
	line-height: 44px;
	float: left;
	font-weight: 300;
	color:#707070;
	font-size:18px;
	margin-right: 10px;
	text-align: center;
	border:1px solid #333436;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	cursor: pointer;
}
.info-keyword li:hover {
	width: 150px;
	height: 44px;
	line-height: 44px;
	float: left;
	font-weight: 300;
	color : #fff;
	background : #333436;
	font-size:18px;
	margin-right: 10px;
	text-align: center;
	border:1px solid #333436;
	-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 #333436;
}
.main-tab li {
	cursor: pointer;
	font-size:22px;
	color:#333436;
	float: left;
	border:1px solid #333436;
	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 #333436;
}
.main-tab li:hover {
	background:#404142;
	color:#fff;
}
.main-tab li.on {
	background:#333436;
	color:#fff;
}

.title-sub {
	font-size:24px;
	color:#222;
	padding-bottom: 12px;
	border-bottom:1px solid #cdcdcd;
	margin-top: 60px;
	position: relative;
}
.title-sub:nth-of-type(1) {
	margin-top: 24px;
}
.sub-top-60 {
	margin-top: 60px;
}
.review-num {
	font-weight: 300;
	font-size:18px;
	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-weight: 300;
	color:#707070;
	margin-top: 20px;
	background:#f4f4f4;
	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('/resources/img/click.png') no-repeat;
	bottom:0;
	right:0;
}
.text-area {
	width: 942px;
	height: auto;
	background:#fff;
	font-size:18px;
	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: 126px;
	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('/resources/img/bottom.png') no-repeat 405px center #fff;
}
.text-plus.minus {
	background:url('/resources/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;
	color:#222;
	background:#f6f6f6;
	margin-bottom: 20px;
	padding:15px 0;
	padding-left: 50px;
	padding-right: 180px;
	position: relative;
	z-index:5;
	/* 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('/resources/img/card_close.png') no-repeat;
}
.card_contents li img {
	width: 100%;
	height: 100%;
}
.stuation-tag {
	position: relative;
	background:#fff;
	padding:10px 0;
}
.tag-banner {
	position: absolute;
	top:7px;
	left:-13px;
	z-index:10;
}
/* .tag-title {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	-o-border-radius:60px;
	border-radius:60px;
	background:#cdcdcd;
	vertical-align: middle;
	margin:0 25px;
	font-size:17px;
	color:#707070;
} */
.tag-list {
	overflow: hidden;
	display: inline-block;
	width: 1164px;
	vertical-align: middle;
}
.tag-list li {
	margin-right:30px;
	float: left;
	color:#438aff;
}
.tag-list a {
	color:#438aff;
	font-weight: 400;
	font-size:18px;
}
.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;
}
.card_contents li {
	float: left;
	width: 400px;
	height: 400px;
}
.prev_btn,.next_btn {
	position: absolute;
	top:50%;
	margin-top: -18.5px;
	width: 20px;
	height: 37px;
}
.prev_btn {
	left:290px;
	background:url('/resources/img/book_detail_prev_on.png') no-repeat;
}
.next_btn {
	right:290px;
	background:url('/resources/img/book_detail_next_on.png') no-repeat;
}

.popbook_slide_wrap {
	position: relative;
	margin-top: 30px;
}
.popbook_slide-box {
	width: 985px;
	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:#ccad62;
	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: 185px; */
	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;
	padding-top: 30px;
}
.star-average small {
	display: block;
	font-size:17px;
	font-weight: 300;
	color:#707070;
	margin-top: 5px;
}
.star-analysis {
	width: 844px;
	height: 100%;
	padding:20px 0 10px;
}
.star-analysis>div {
	margin-bottom: 10px;
}
.star-analysis em {
	font-size:18px;
	font-weight: 300;
	color:#707070;
	vertical-align: middle;
}
.bigstar {
	width: 184px;
	background:url('/resources/img/big_star_off.png') no-repeat;
	vertical-align: sub;
	display: inline-block;
	height: 26px;
	overflow: hidden;
}
.bigstar span {
	background:url('/resources/img/big_star_on.png') no-repeat;
	display: inline-block;
	height: 26px;
	overflow: hidden;
}
.star {
	width: 128px;
	background:url('/resources/img/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('/resources/img/star_on.png') no-repeat;
	display: inline-block;
	height: 21px;
	overflow: hidden;
}
.bar {
	width: 520px;
	background:url('/resources/img/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('/resources/img/bar_on.png') no-repeat;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	vertical-align: top;
}

.book-comment_wrap {
	margin-bottom: 40px;
	position: relative;
}
.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('/resources/img/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('/resources/img/blind.png') no-repeat;
}
.comment-text_icon {
	margin: 15px 0;
}
.comment-del_btn {
	width: 24px;
	height: 31px;
	margin-right: 15px;
	background:url('/resources/img/delete.png') no-repeat;
}
.comment-modify_btn {
	width: 25px;
	height: 29px;
	margin-right: 10px;
	background:url('/resources/img/modify.png') no-repeat;
}
.comment-report_btn {
	width: 33px;
	height: 34px;
	background:url('/resources/img/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:0;
	/* top:-5px; */
	bottom: -80px;
	z-index: 10;
}
.write_btn:hover {
	background:#333436;
	border:none;
	color:#fff;
}

/*
*/
/*	책정보	*/
/*
*/
.book {
	display: none;
}
.book p {
	color:#707070;
	font-weight: 300;
	font-size:18px;
}
.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;
}


/*
*/
/*	상황솔루션	*/
/*
*/

.solution_banner {
	height: 60px;
	margin-top: 50px;	
	text-align: center;
	background:url('/resources/img/musicbooks/solution_banner.png') no-repeat;
}
.solution_banner p {
	width: 1164px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	font-size:33px;
	color:#000;
	padding:0 95px;
	font-weight: 500;
}
.tag_wrap {
	text-align: center;
	padding-bottom: 30px;
	border-bottom:5px solid #d9d9d9;
}
.tag {
	display: inline-block;
	max-width:1000px;
	margin-top: 30px;
}
.tag li {
	float: left;
	border:1px solid #c1c1c1;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius:50px;
}
.tag li:last-child {
	margin-right: 0;
}
.tag li:hover {
	border:1px solid #2566ab;
}
.tag a {
	color:#c1c1c1;
	font-size:16px;
	display: inline-block;
	padding:2px 15px;
}
.tag a:hover {
	color:#2566ab;
}

.solution .card_contents-wrap {
	width: 588px;
	margin-top: 0;
}
.solution .prev_btn {
	left:15px;
}
.solution .next_btn {
	right:15px;
}

.solution-list {
	margin-top: 15px;
	border-bottom:1px solid #cdcdcd;
}
.solution-list li {
	float: left;
	width: 107.4px;
	height: 107.4px;
	margin-right: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;r
}
.solution-list li:last-child {
	margin-right: 0;
}
.solution-list img {
	width: 100%;
	transition:all 0.4s;
	position: absolute;
	z-index:1;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.solution-list img:hover {
	width: 152px;
	height: 152px;
	box-shadow:2px 2px 15px rgba(0,0,0,0.4);
	z-index:3;
}
.solution-list img.on {
	width: 152px;
	height: 152px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.4);
	z-index:2;
}
.main-worry {
	overflow: hidden;
	width: 1164px;
	margin:0 auto;
	margin-bottom: 80px;
}
.main-worry li {
	width: 274px;
	height: 286px;
	float: left;
	margin-right: 22px;
	margin-bottom: 30px;
}
.main-worry li:nth-child(4n) {
	margin-right: 0;
}
.worry-card {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.worry-card img {
	width: 100%;
	margin-bottom: -5px;
}

.worry-situation {
	height: 100px;
	width: 274px;
	display: inline-block;
	background:#e2e2e2;
	padding: 15px;
	text-align: left;
}
.worry-situation strong {
	display: block;
	font-size:20px;
	color:#555;
	font-weight: 400;
}
.worry-situation small {
	font-size:15px;
	color:#555;
	font-weight: 300;
}
.worry-title {
	width: 80px;
	height:80px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	position: absolute;
	top:20px;
	left:20px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	-o-border-radius:60px;
	border-radius:60px;
}
.worry-title span {
	color:#fff;
	font-size:17px;
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
.scale-img {
	height: 186px;
}
.worry-situation {
	height: 110px;
}
.solution {
	overflow: hidden;
	/* border-bottom:1px solid #cdcdcd; */
	padding:30px 0;
	margin-top: 20px;
}
.solution-sub {
	margin-top: 40px;
}
.solution:nth-of-type(1) {
	padding-top: 0;
}
.solution:nth-of-type(6n) {
	border-bottom:none;
}
.booklist-wrap {
	width: 550px;
	margin-left: 20px;
	margin-top: 65px;
}
.solution .booklist-img {
	display: inline-block;
	width: 180px;
	height: 270px;
	border:1px solid #cdcdcd;
}
.booklist-img img {
	width: 100%;
	height: 100%;
}
.booklist-txt {
	margin-left: 30px;
	position: relative;
	height: 270px;
	width: 295px;
}
.booklist-title {
	color:#707070;
	font-size:24px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	cursor: pointer;
}
.booklist-author {
	color:#707070;
	font-size:14px;
	font-weight: 300;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.booklist-info {
	margin-top:20px;
	margin-bottom: 25px;
}
.booklist-info-heart, .booklist-info-review, .booklist-info-star_count {
	font-size:14px;
	color:#707070;
	font-weight: 300;
	padding:5px 0;
	padding-left: 30px;
	display: inline-block;
}
.booklist-info-star_count {
	padding-left: 7px;
}
.booklist-info-heart {
	cursor: pointer;
	background:url('/resources/img/pick_view_off2.png') no-repeat left center;
	background-size:26px;
}
.booklist-info-heart.on {
	background:url('/resources/img/pick_view_on2.png') no-repeat left center;
	background-size:26px;
}
.booklist-info-review {
	margin-left: 10px;
	background:url('/resources/img/review2.png') no-repeat left center;
	background-size:26px;
}
.booklist-info-star {
	width: 128px;
	background:url('/resources/img/star_off.png') no-repeat;
	vertical-align: sub;
	margin-left: 30px;
	display: inline-block;
	height: 21px;
	overflow: hidden;
}
.solution .booklist-info-star {
	margin-left: 0;
	margin-top: 7px;
}
.booklist-info-star span {
	background:url('/resources/img/star_on.png') no-repeat;
	display: inline-block;
	height: 21px;
	overflow: hidden;
}
.solution .ebook-btn,.solution .interest-btn {
	width: 167px;
	height: 40px;
	font-weight: 300;
	font-size:15px;
	display: block;
	background-size:18px;
	background-position:17px;
	padding-left: 20px;
}
.booklist-btn_wrap {
	position: absolute;
	bottom:0;
}

.main-thema {
	overflow: hidden;
	width: 1164px;
	margin:0 auto;
	margin-bottom: 80px;
}
.main-thema li {
	width: 274px;
	height: 286px;
	float: left;
	margin-right: 22px;
	margin-bottom: 30px;
}
.main-thema li:nth-child(4n) {
	margin-right: 0;
}
.thema-card {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.thema-card img {
	width: 100%;
	margin-bottom: -5px;
}

.thema-situation em {
	display: block;
	font-size:15px;
	color:#555;
	font-weight: 400;
}
.thema-category {
	width: 80px;
	height:80px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	position: absolute;
	top:20px;
	left:20px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	-o-border-radius:60px;
	border-radius:60px;
}
.thema-category span {
	color:#fff;
	font-size:17px;
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
.scale-img {
	height: 155px;
}
.thema-situation {
	height: 110px;
}


/*
*/
/*	팝업 - 솔루션카드	*/
/*
*/
.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('/resources/img/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('/resources/img/slide_prev.png') no-repeat;
	left:70px;
}
.popup-card .next_btn {
	width: 29px;
	height: 53px;
	margin-top: -26.5px;
	background:url('/resources/img/slide_next_on.png') no-repeat;
	right:70px;
}


/*
*/
/*	팝업 - 기본	*/
/*
*/
.guide-popup {
	background:#fff;
	border:1px solid #333436;
}
.guide-popup h3 {
	background:#333436;
}
.guide-popup-btn {
	border:1px solid #333436;
	color:#333436;
}
.guide-popup-btn:hover {
	background:#333436;
	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 #333436;
}
.popup-review h3 {
	color:#fff;
	font-size:25px;
	text-align: left;
	height: 60px;
	line-height: 60px;
	padding-left: 28px;
	background:#333436;
}
.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:#333436;
	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 #333436;
	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:#333436;
}
.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-left: 10px;
	margin-top: 165px;
}
.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 {
	margin: 0;
	border:1px solid #c2c2c2;
	vertical-align: middle;
	float: left;	
}
.mini_page .next {
	border-left:none;
}
.solution-worry li:nth-child(3n) {
	margin-right: 22px;
}
.solution-worry li:nth-child(4n) {
	margin-right: 0;
}

/*
*/
/*	음악북스	*/
/*
*/
.cd-btn {
	width: 167px;
	height: 40px;
	border-radius:40px;
	line-height: 38px;
	background:url('/resources/img/musicbooks/cd.png') no-repeat 5px center #4df3b0;
	text-align: left;
	padding-left: 50px;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cd-popup-bg {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	z-index:999;
	display: none;
}
.cd-popup {
	width: 100%;
	background:rgba(50,50,50,0.9);
	top:50%;
	transform:translate(0%, -50%);
    -webkit-transform:translate(0%, -50%);
    -moz-transform:translate(0%, -50%);
    -o-transform:translate(0%, -50%);
	position: absolute;
}
.cd-popup-box {
	width: 1164px;
	margin:0 auto;
	position: relative;
	padding-bottom: 75px;
}
.cd-popup-close {
	width: 22px;
	height: 23px;
	background:url('/resources/img/musicbooks/close.png') no-repeat;
	position: absolute;
	right:20px;
	top:20px;
}

.cd-art {
	width: 382px;
	margin-top: 45px;
	margin-left: 45px;
}
.cd-text {
	width: 540px;
	margin-left: 30px;
}

.cd {
	background:url('/resources/img/musicbooks/cd-bg.png') no-repeat;
	width: 382px;
	height: 382px;
	position: relative;
	
}
.cd * {
	color:#fff;
}
.cd p {
	text-align: center;
	padding:0 20px;
	padding-top: 73px;
	font-size:47px;
	line-height: 1.2;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cd span {
	font-size:33px;
	text-align: center;
	display: block;
	/* margin-top: 135px; */
	
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}
.cd img {
	width: 29px;
	height: 31px;
	position: absolute;
	top:20px;
	right:20px;
}

.cd-text p {
	color:#fff;
	font-size:35px;
	padding-top: 50px;
	margin-bottom: 10px;
}
.cd-text dl {
	display: block;
	overflow: hidden;
}
.cd-text dt,.cd-text dd {
	float: left;
}
.cd-text dt {
	color:#b3b3b3;
	font-size:18px;
	width: 90px;	
}
.cd-text dt em {
	background:url('/resources/img/musicbooks/mic.png') no-repeat;
	padding-left: 20px; 
}
.cd-text dd {
	width: 450px;
	color:#fff;
	font-size:18px;
}
.cd-text dd a {
	color:#fff;
}
.cd-text dd a:hover {
	color:#9b7e3f;
	text-decoration: underline;
}
.paging {
	display: block;
	text-align: center;
	color:#848383;
	font-size:20px;
	margin-top: 45px;
}
.paging strong {
	color:#fff;
	font-weight: bold;
}
.btn-next {
	background:url('/resources/img/musicbooks/arrow05.png') no-repeat;
	width: 37px;
	height: 27px;
	position: absolute;
	bottom:75px;
	right:20px;
}
.btn-prev {
	background:url('/resources/img/musicbooks/arrow05.png') no-repeat;
	width: 37px;
	height: 27px;
	position: absolute;
	bottom:75px;
	left:0px;
	transform:rotate(180deg);
}


.artist-thema li {
	float: left;
	width: 227px;
	height: 227px;
	margin-right: 85px;
	position: relative;
	background:#007fb3;
}
.artist-thema .artist-cover {
	display: none;
	background:rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.artist-thema .artist-cover em {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#ccad62;
	font-size:26px;
	font-weight: 900;
	padding: 20px;
}
.artist-thema li:hover .artist-cover {
	display: table;
}
.artist-thema-list li {
	margin-top: 60px;
}
.artist-thema li:nth-child(4n) {
	margin-right: 0;
}
.artist-thema li:nth-child(1) {
	background:#ba9bda;
}
.artist-thema li:nth-child(2) {
	background:#87c3e2;
}
.artist-thema li:nth-child(3) {
	background:#88d0ac;
}
.artist-thema li:nth-child(4) {
	background:#2693c0;
}
.artist-thema i {
	width: 18px;
	height: 19px;
	background:url('/resources/img/musicbooks/mark.png') no-repeat;
	position: absolute;
	top:10px;
	right:10px;
}
.artist-thema span {
	width: 227px;
	height: 227px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	color:#fff;
	font-size:28px;
	line-height: 1.2;
	position: relative;
}
.artist-thema li::before {
	/* content:'';
	width: 202px;
	height: 2px;
	background:#fff;
	position: absolute;
	left:12.5px;
	top:73px; */
	content:'';
	width: 202px;
	height: 2px;
	background:#fff;
	position: absolute;
	left:12.5px;
	top:55px;
}
.artist-thema li a::before {
	/* content:'';
	width: 202px;
	height: 2px;
	background:#fff;
	position: absolute;
	left:12.5px;
	top:150px; */
	content:'';
	width: 202px;
	height: 2px;
	background:#fff;
	position: absolute;
	left:12.5px;
	top:164px;
}
.artist-thema span:hover {
	background:rgba(0,0,0,0.6);
	color:#ccad62;
}
span.no-hover:hover {
    background: rgb(0 0 0 / 0%) !important;
    color: #ffffff !important;
    cursor: initial !important;
}
.ex-wrap {
	margin-top: 30px;
}
.ex-title {
	width: 140px;
	height: 140px;
	background:#717479;
	border-radius:140px;
	vertical-align: middle;
	line-height: 140px;
	color:#fff;
	text-align: center;
	margin-left: 10px;
	margin-right: 50px;
	font-size:25px;
	font-weight: bold;
	margin-top: 40px;
}
.detail-artist-thema li {
	margin-right: 10px;
}

.cd-list li {
	width: 227px;
	height: 227px;
	float: left;
	margin-right: 10px;
	position: relative;
}
.cd-list li:nth-child(1) {
	background:url('/resources/img/musicbooks/cd01.png') no-repeat;
}
.cd-list li:nth-child(2) {
	background:url('/resources/img/musicbooks/cd02.png') no-repeat;
}
.cd-list li:nth-child(3) {
	background:url('/resources/img/musicbooks/cd03.png') no-repeat;
}
.cd-list li:nth-child(4) {
	background:url('/resources/img/musicbooks/cd04.png') no-repeat;
}
.cd-list li:nth-child(4n) {
margin-right: 0;
}
.cd-list li img {
	top:10px;
	right:10px;
	position: absolute;
}
.cd-list li strong {
	display: block;
	color:#fff;
	text-align: center;
	font-size:26px;
	padding:0 20px;
	margin-top: 50px;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cd-list li span {
	text-align: center;
	display: block;
	color:#fff;
	font-size:20px;
	position: absolute;
	bottom:10px;
	width: 100%;
}


.keyword-thema li {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 11px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.keyword-thema li img {
    height: 100%;
    width: 100%;
}
.keyword-thema li:last-child {
	margin-right: 0;
}
.keyword-thema li span {
	position: absolute;
	top:160px;
	color:#fff;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	transition:all 0.4s;
}
.keyword-thema li:hover span {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.6);
	top:0;
	line-height: 224px;
	color:#ccad62;
}
.keyword-thema .key-title {
	background:#28292c;
	padding: 20px;
	color:#c8b178;
	font-size:25px;
	font-weight: bold;
	line-height: 1.1;
}
.keyword-thema .key-title::after {
	content:'';
	width: 130px;
	height: 1px;
	background:#dcdcdc;
	position: absolute;
	bottom:45px;
	right:-19px;
	transform:rotate(45deg);
}


.recommend-thema li {
	float: left;
	width: 265px;
	height: 265px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.recommend-thema li:nth-child(3n) {
	margin-right: 0;
}
.recommend-thema li img {
	transition:all 1s;
	transform:scale(1);
	width: 100%;
}
.recommend-thema li:hover img {
	transform:scale(1.2);
}
.recommend-thema .thema-bg01 {
	position: absolute;
	left:0;
	bottom:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+52 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 52%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	display: block;
	width: 100%;
	padding: 20px;
}
.recommend-thema .thema-bg01 span {
	color:#fff;
	padding-bottom: 5px;
	font-size:16px;
	display: block;
}
.recommend-thema .thema-bg01 strong {
	display: block;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	overflow: hidden;
	height: 2.4em;
	line-height: 1.2;
	white-space: normal;
	text-overflow: ellipsis;
}
.recommend-thema-list li {
	margin-bottom: 80px;
}
.prev_btn.disabled, .next_btn.disabled {
    display: none;
}

.music-card_contents {
	width: 500px;
}
.music-card_contents .prev_btn {
	left:0;
}
.music-card_contents .next_btn {
	right:0;
}


.music-card_contents {
	width: 564px;
}
.music-card_contents .card_contents-box {
	width: 470px;
	height: 470px;
}
.music-card_contents .card_contents li {
	width: 470px;
	height: 470px;
}

.bubble-box {
	width: 600px;
	padding-left: 80px;
	margin-top: 30px;
}

.bubble-box li {
	display: inline-block;
	background:url('/resources/img/musicbooks/bubble02.png') no-repeat;
	width: 40px;
	height: 51px;
	color:#969696;
	font-size:30px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding-top: 12px;
	margin-right: 15px;
	vertical-align: bottom;
	position: relative;
}
.bubble-box li.on {
	width: 56px;
	height: 69px;
	background:url('/resources/img/musicbooks/bubble01.png') no-repeat;
	color:#000;
	font-size:38px;
	padding-top: 18px;
}
.bubble-box li.on::after {
	content:'';
	width: 24px;
	height: 13px;
	background:url('/resources/img/musicbooks/arrow06.png') no-repeat;
	position: absolute;
	top:110%;
	left:50%;
	margin-left: -12px;
}
.bubble-wrap {
	width: 525px;
	height: 385px;
	background:url('/resources/img/musicbooks/bubble.png') no-repeat;
	margin-top: 20px;
	position: relative;
	padding:0px 30px;
	padding-top: 40px;
}
.bubble-page {
	position: absolute;
	display: inline-block;
	width: 101px;
	height: 51px;
	background:url('/resources/img/musicbooks/label.png') no-repeat;
	top:-5%;
	color:#fff;
	line-height: 34px;
	padding-left: 30px;
	font-weight: bold;
	font-size:18px;
	right:40px;
}
.bubble {
	
	height: 300px;
	overflow: hidden;
	overflow-y:auto;
}
.bubble p {
	font-size: 18px;
    color: #fff;
    line-height: 1.5;
    height: 16.5em;
    text-align: justify;
    word-wrap: bread-word;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    padding: 10px;
}
.bubble::-webkit-scrollbar {
    width: 0px;
  }
.bubble::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.bubble::-webkit-scrollbar-track {
  background-color: grey;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}
.main-book_info {
	width: 1164px;
	margin-top: 20px;
}
.main-book_info li {
	display: inline-block;
	width: 224px;
	height: 334px;
	margin-right:85px;
	position: relative;
	border:1px solid #cdcdcd;
	margin-bottom: 70px;
}
.main-book_info>img {
	width: 223px;
}
.main-book_info li:nth-child(4n) {
	margin-right: 0;
}


/*	디테일	*/
.keyword-box {
	text-align: center;
	margin-top: 50px;
}
.keyword-box i {
	border-radius:15px;
	width: 280px;
	height: 280px;
	border:3px solid #000;
	display: inline-block;
	overflow: hidden;
}
.keyword-box i img {
	width: 100%;
}
.keyword-box strong {
	font-size:40px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 170px;
	text-align: left;
}
.keyword-box strong span {
	color:#aaa;
	font-size:22px;
	font-weight: bold;
	margin-left: 10px;
}
.keyword-box-left {
	margin-left: 350px;
}

.detail-book-list li {
	margin-bottom: 0;
}

.detail-cd-list {
	margin-top: 20px;
}
.detail-cd-list li {
	margin-right: 85px;
}

.detail-artist-list {
	margin-top: 20px;
}

.detail-keyword-list li {
	width: 224px;
	height: 224px;
}
.detail-keyword-list li span {
	top:180px;
}

.detail-page {
	margin-top: 10px;
	margin-bottom: 10px;
}
.detail-page-arrow {
	display: inline-block;
	vertical-align: middle;
}

.book-title {
	color:#b59d63;
}



/*	아티스트 상세	*/
.artist {
	background:#f5f3f3;
	padding-top: 50px;
}
.artist-box {
	width: 1164px;
	margin:0 auto;
}
.artist-info {
	border-bottom:1px solid #c5c5c5;
	padding-bottom: 30px;
}
.artist-left .artist-thema li {
	width: 262px;
	height: 262px;
}
.artist-left .artist-thema span {
	width: 262px;
	height: 262px;
}
.artist-left .artist-thema li::before {
	content:'';
	width: 235px;
	top:87px;
}
.artist-left .artist-thema li a::before {
	content:'';
	width: 235px;
	top:175px;
}

.artist-left {
	width: 262px;
}
.artist-right {
	width: 900px;
	padding-left: 30px;
}
.artist-name {
	font-size:35px;
	font-weight: bold;
	border-bottom:1px solid #c5c5c5;
	padding-bottom: 5px;
}
.artist-name span {
	color:#b19c6a;
	font-size:22px;
	font-weight: bold;
	padding-left: 5px;
}

.artist-right dt,.artist-right dd {
	float: left;
	margin-top: 5px;
}
.artist-right dt {
	width: 100px;
	color:#707070;
	font-size:18px;
	font-weight: bold;
}
.artist-right dd {
	width: 770px;
	color:#707070;
	font-size:18px;
}

.artist-keyword {
	padding:15px 0;
}
.artist-keyword li {
	float: left;
	width: 150px;
	height: 40px;
	border-radius:40px;
	border:1px solid #b4b4b4;
	background:#fff;
	color:#707070;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	margin-right: 10px;
	cursor: pointer;
}
.artist-keyword li:hover {
	width: 150px;
    height: 40px;
    line-height: 38px;
    float: left;
    font-weight: 300;
    color: #fff;
    background: #333436;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #333436;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-weight: 600;
}

/* footer 조정 */
footer {
	bottom: -290px;
}
