/*메인 컨텐츠*/
#content_created{
    /* 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;
}
#content_created .contentTit {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 46px;
	border-bottom: 1px solid #E9E2D5;
	margin-bottom: 20px;
}

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

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

#content_created .depthList {
    width: 100%;
    /* height: 544px; */
    /* height: 264px; */
    height:520px;
    margin: 0 auto;
    margin-left:5px;
}
#content_created .depthList li {
	margin: 2px 5px 20px 10px;
}
#content_created .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_created .depth2::-webkit-scrollbar {
    display:none;
}
#content_created .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;
	width:62px;
	text-align: center;
}
#content_created .depth2>li.active{
    background-color:#5e5a57;
    border:1px solid #5e5a57;
    color:#fff;
}
#content_created .book_tit{
    margin-right:15px;
    width:100px;
}

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


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

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

.created_depth {

}

#created_order {
    position: relative;
    width: 115px;
    height: 39px;
    z-index: 10;
    top: 0px;
    left: -1px;
}
#created_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;
}
#created_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%);
}
#created_order>ul>li:first-child {
    padding-top: 8px;
}
#created_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_created .depthList {
    width: 100%;
    /* height: 544px; */
    /* height: 264px; */
    height:437px;
    margin: 0 auto;
    margin-left:5px;
}
#content_created .depthList li {
	margin: 2px 5px 20px 10px;
}
#content_created .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_created .depth2::-webkit-scrollbar {
    display:none;
}

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

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


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

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

#created_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);}
#created_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_order>ul>li:first-child{padding-top:8px;}
#created_order>ul>li:last-child{border-radius:0 0 10px 10px;}
