/*메인 컨텐츠*/
#content_audiobook{
    /* float: left; */
    position: absolute;
    top:0; left:215px;
    width:1065px;
    height:684px;
    overflow-y:auto;
    box-sizing: border-box;
    padding: 15px 18px;
    background-color: #f8f0e5;
    z-index: 5;
	display: none;
	overflow: hidden;
	overflow-y: scroll;
}
#content_audiobook .contentTit {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 46px;
	border-bottom: 1px solid #E9E2D5;
	margin-bottom: 20px;
}

#content_audiobook h3 {
	height: 50px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

#content_audiobook .selectArea {
	margin-left: auto;
	margin-top: -4px;
	/* display: inline-block; */
	float: right;
}

#content_audiobook .depthList {
    width: 100%;
    /* height: 544px; */
    /* height: 264px; */
    height:520px;
    margin: 0 auto;
    margin-left:5px;
}
#content_audiobook .depthList li {
	margin: 2px 5px 20px 10px;
}
#content_audiobook .depth2{
    position:relative;
	display: inline-block;
    vertical-align:3px;
    height:35px;
    overflow-x:auto;
    white-space:nowrap;
    -ms-overflow-style:none;
    scrollbar-width:none;
    margin-right:10px;
}
#content_audiobook .depth2::-webkit-scrollbar {
    display:none;
}
#content_audiobook .depth2>li{
    display:inline-block;
    background-color:#fff;
    border:1px solid #dad3cb;
    border-radius:8px;
    color:#9c9897;
	font-family:'BMJUA';
    font-size:17.5px;
    line-height:17.5px;
    margin-left:2px;
    padding:8px 10px;
    cursor:pointer;
	min-width:62px;
	text-align: center;
}
#content_audiobook .depth2>li.active{
    background-color:#5e5a57;
    border:1px solid #5e5a57;
    color:#fff;
}
#content_audiobook .book_tit{
    margin-right:15px;
    width:100px;
}

#content_audiobook .list1_1>li::before {
	display: block;
	content: " ";
	margin-top: -500px;
	height: 500px;
	visibility: hidden;
	pointer-events: none;
}


#content_audiobook .depthList li .depthReview .orange_heart {
    border-left: 1px solid #bfbfbf;
}

#content_audiobook div.pagination {
    text-align: center;
    margin: 0 !important;
    /* position: absolute; */
    bottom: 15px;
    left: 140px;
    right: 0;
    display: block;
    clear:both;
}

.created_depth {

}

#audiobook_order {
    position: relative;
    width: 115px;
    height: 39px;
    z-index: 10;
    top: 0px;
    left: -1px;
}
#audiobook_order>a {
    width: 115px;
    height: 39px;
    font-family: "BMJUA", sans-serif;
    border-radius: 10px;
    border: 1px solid #c6c2b6;
    background-color: #FBFAF5;
    color: #494949;
    display: block;
    padding: 0 16px;
    overflow: hidden;
    line-height: 40px;
    background-image: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_brownArrow.png);
    background-repeat: no-repeat;
    background-position: 85px center;
    background-size: 15px 10px;
    font-size: 18px;
}
#audiobook_order>ul {
    position: absolute;
    width: 100%;
    top: 30px;
    background: #fff;
    color: #454f51;
    border: 1px solid #c6c2b6;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: -1;
    box-shadow: 3px 4px 5px -2px rgb(0 0 0 / 20%);
}
#audiobook_order>ul>li:first-child {
    padding-top: 8px;
}
#audiobook_order>ul>li {
    cursor: pointer;
    padding: 0 16px;
    border-top: 1px solid #c6c2b6;
    line-height: 40px;
    font-family: "BMJUA";
    font-size: 18px;
    background-color: #FBFAF5;
}

.created_desc {
	font-family: 'Nanum Gothic', sans-serif;
    font-size: 15px;
    color: #666;
    float: right;
    line-height: 15px;
    margin-top: 20px;
    margin-right: 5px;
}

.created_cover {
    background-image: url(../images/created/deco01.png);
    background-size: 127px;
    background-repeat: no-repeat;
    background-position: 58px 0px;
    height: 100px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding-left: 216px;
    padding-top: 14px;
    margin-bottom: 10px;
}


#content_audiobook .depthList {
    width: 100%;
    /* height: 544px; */
    /* height: 264px; */
    height:437px;
    margin: 0 auto;
    margin-left:5px;
}
#content_audiobook .depthList li {
	margin: 2px 5px 20px 10px;
}
#content_audiobook .depth2{
    position:relative;
    vertical-align:3px;
    height:50px;
    overflow-x:auto;
    white-space:nowrap;
    -ms-overflow-style:none;
    scrollbar-width:none;
    margin-right:10px;
}
#content_audiobook .depth2::-webkit-scrollbar {
    display:none;
}

#content_audiobook .depth2>li.active{
    background-color:#5e5a57;
    border:1px solid #5e5a57;
    color:#fff;
}
#content_audiobook .book_tit{
    margin-right:15px;
    width:100px;
}

#content_audiobook .list1_1>li::before {
	display: block;
	content: " ";
	margin-top: -500px;
	height: 500px;
	visibility: hidden;
	pointer-events: none;
}


#content_audiobook .depthList li .depthReview .orange_heart {
    border-left: 1px solid #bfbfbf;
}

#content_audiobook div.pagination {
    text-align: center;
    margin: 15px 0px !important;
    bottom: 15px;
    left: 140px;
    right: 0;
    display: block;
    clear:both;
}

#audiobook_order>ul{position:absolute;width:100%;top:30px;background:#fff;color:#454f51;border:1px solid #c6c2b6;border-radius:0 0 10px 10px;display:none;z-index:-1;box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.2);}
#audiobook_order>ul>li{cursor:pointer;padding:0 16px;border-top:1px solid #c6c2b6;line-height:40px;font-family:"BMJUA";font-size:18px;background-color: #FBFAF5;}
#audiobook_order>ul>li:first-child{padding-top:8px;}
#audiobook_order>ul>li:last-child{border-radius:0 0 10px 10px;}

#content_audiobook .audioListHead,
#content_audiobook .audioListBottom {
	position: relative;
	display: block;
	width: 1010px;
	height: 61px;
	background-color: #f4e7d4;
	line-height: 60px;
	padding:0;

}

#content_audiobook .audioListHead>span,
#content_audiobook .audioListBottom>span {
	position:relative;
	display:inline-block;
	margin-left:10px;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:21px;
	vertical-align:middle;
}

.checkbox {
    position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background:url(../images/icon/check_off.png) no-repeat;
	background-size:100%;
	cursor:pointer;
/* 	margin-top:15px; */
	margin-left:15px!important;

}

.checkbox.on {
	background:url(../images/icon/check_on.png) no-repeat;
	background-size:100%;
}

#content_audiobook .btn_audio {
    background: url(../images/icon/btn_audiobook.png) no-repeat;
    background-size: 134px 43px;
    cursor:pointer;
    margin: 10px 20px;
    padding: 10px 0px 10px 10px;
    text-align: center;
    display: inline-block;
	width: 134px;
    height: 43px;
    vertical-align:middle;
}

#content_audiobook .btn_audio p {
    font-family: 'BMJUA',sans-serif;
    font-size: 21px;
    line-height: 26px;
    margin-left: 24px;

}



#content_audiobook input[type="checkbox"] {
	float:left;
    margin-top:60px;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}



#content_audiobook .b_list input[type="checkbox"] +label {
    display: inline-block;
    /* position: absolute; */
    float: left !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 60px;
}

#content_audiobook input[type="checkbox"] +label {
    display: inline-block;
    /* position: absolute; */
    float: left !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 60px;
}

#content_audiobook input[type="checkbox"] +label {
    display: inline-block;
    /* position: absolute; */
    float: left !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 56px;
}

#content_audiobook input[type="checkbox"] +label {
    display: inline-block;
    /* position: absolute; */
    float: left !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 56px;
}

#content_audiobook input[type="checkbox"] +label:before {
    content: ' ';
    display: inline-block;
    width: 29px; /* 체크박스의 너비를 지정 */
    height: 29px; /* 체크박스의 높이를 지정 */
    line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #D5D4D2;
    /* border: 1px solid #cacece;  */
    border:1px solid #9A9A9A;
    border-radius : 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    /*content: '\2714';*/ /* 체크표시 유니코드 사용 */
    color:#fff;
    font-size: 20px !important;
    line-height: 30px !important;
}

#content_audiobook input[type="checkbox"] +label:before {
    content: ' ';
    display: inline-block;
    width: 29px; /* 체크박스의 너비를 지정 */
    height: 29px; /* 체크박스의 높이를 지정 */
    line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #D5D4D2;
    /* border: 1px solid #cacece;  */
    border-radius : 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    content: '\2714'; /* 체크표시 유니코드 사용 */
    color:#fff;
    font-size: 20px !important;
    line-height: 30px !important;
}

#content_audiobook input[type="checkbox"] +label:before {
    content: ' ';
    display: inline-block;
    width: 29px; /* 체크박스의 너비를 지정 */
    height: 29px; /* 체크박스의 높이를 지정 */
    line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #D5D4D2;
    /* border: 1px solid #cacece;  */
    border-radius : 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    content: '\2714'; /* 체크표시 유니코드 사용 */
    color:#fff;
    font-size: 20px !important;
    line-height: 30px !important;
}

#content_audiobook input[type="checkbox"]:checked + label:before {
    content: '\2714'; /* 체크표시 유니코드 사용 */
    color: #fff;
    background: #F36B05;
    font-size: 20px !important;
    /* background-position: 14px 10px; */
    line-height: 30px !important;
    border:1px solid #F36B05;
}

#content_audiobook .b_list1,
#content_audiobook .b_list2,
#content_audiobook .b_list3 {
    clear: both;
    width: 100%;
    /* height: 160px; */
    border-bottom: 1px solid #EAE4D8;
    padding: 10px;
}

#content_audiobook .b_list1 {
    padding-top: 0px;
    padding-bottom: 0px;
    /* height: 165px; */
    min-height:129px;
    /* margin-top: 0px; */
    margin-top: 8px;
    margin-bottom: -3px;
}


#content_audiobook .booklist .readImg{
    float: left;
    /* width: 93px; */
    /* height: 130px; */
    width:76px;
    height:98px;
    margin-right: 20px;
    margin-top: 13px;
    margin-left: 3px;
    /* overflow: hidden; */
    position:relative;
}

#content_audiobook .booklist .b_list1:first-child .readImg{
    margin-top:17px !important;
}

#content_audiobook .booklist .readImg img{
    max-width: 100%;
    max-height:100%;
    cursor:pointer;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #bfbfbf;
    border-radius: 5px;
}


#content_audiobook .searchText{
    /* float: left; */
    width: 705px;
    display: inline-block;
}

#content .booklist .bookTit span img{
    width: 20px;
    margin-right: 2px;
}

#content .booklist .bookTit .icon_new {
    margin-left:5px;
}
#content .booklist .bookTit .voice img{
	vertical-align:-3px;
}
#content_audiobook .bookTit{
    margin-top: 14px;
    margin-left: 7px;
    font-weight: bold;
    font-size: 22px;
}

#content_audiobook .scoreArea{
    margin-top: 14px;
    margin-left: 10px;
    color:#646464;
}

#content_audiobook .scoreArea li{
    font-size: 16px;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}

#content_audiobook .scoreArea li.bookScoreArea {
    width: 140px;
}

#content_audiobook .grades {
    margin-top:-4px;
}
.grade_y,.grade_b,.grade_g,.grade_m,.grade_b2,.grade_p,.grade_p2 {
    margin-top: 0px !important;
}

#content_audiobook .scoreArea .star img{
    margin-right: 5px;
    width: 15px;
}
#content_audiobook .scoreArea .heart:before{
    content: "";
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_heart.png) no-repeat;
    background-size: 15px 13px;
    width: 15px;
    height: 15px;
    display: inline-block;
    /* vertical-align: middle; */
    vertical-align:-3px;
    margin-right: 3px;
}

#content_audiobook .scoreArea .likeArea.on .heart:before{
    content: "";
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_heart2.png) no-repeat;
    background-size: 15px 13px;
    width: 15px;
    height: 15px;
    display: inline-block;
    /* vertical-align: middle; */
    vertical-align:-2px;
    margin-right: 3px;
}

#content_audiobook .scoreArea .likeArea {
    margin-right: 7px !important;
}

#content_audiobook .scoreArea .likeNum {
    font-weight: bold;
    font-size:18px;
}

#content_audiobook .likeArea.on .likeNum {
    color: #ff7d94;
}

#content_audiobook .scoreArea .scoreNum {
    margin-left: 0px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: 2px;
}

#content_audiobook .bookText{
	clear:both;
	padding-top:10px;
	line-height:20px;
}

#content_audiobook .readnum {
    clear: both;
    cursor: pointer;
    float: left;
    cursor: pointer;
}
#content_audiobook .readnum li {
    float: left;
    text-align: center;
    background: #8A8172;
    display: inline-block;
    color: #fff;
    padding: 7px 11px;
    border-radius: 10px;
    margin-right: 6px;
    font-size: 18px;
    margin-bottom: 8px;
}

#content_audiobook .date{
    cursor: pointer;
}

#content_audiobook .date li{
    float: left;
    text-align: center;
    background: #E1D7CD;
    display: inline-block;
    color: #465052;
    padding: 7px 11px;
    border-radius: 10px;
    margin-right: 6px;
    font-size: 18px;
    margin-bottom: 8px;
}

#content_audiobook .b_list1 .date,
#content_audiobook .b_list2 .date,
#content_audiobook .b_list3 .date {
    margin-left: 10px;
}

#content_audiobook .book_button{
    width: 140px;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
}

#content_audiobook .book_button .read_bt,
#content_audiobook .book_button .continue_bt {
    width: 136px;
    height: 44px;
    border-radius: 10px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-size: 21px;
    float: left;
    margin-top: 20px;
    font-family: "BMJUA";
}

#content_audiobook .book_button .read_bt {
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/btn_readbook.png) no-repeat;
    background-size: 134px 43px;
    color:#4c0202;
}


#content_audiobook .book_button .read_bt img{
	width: 26px;
    vertical-align: -4px;
    margin-right: 8px;
}

#content_audiobook .book_button .continue_bt img{
    width: 26px;
    vertical-align: -4px;
    margin-right: 8px;
}

.clear { clear:both; }

.starCon .star {
    position: relative;
    margin-right: 3px;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.starCon .star-off {
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/star-off.png) no-repeat;
    background-size: 100% 100%;
}

.checkall +label {
    margin-top:0px!important;
}

.thumbiconbox>span {
    margin-left:6px;
}