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

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

#content_topic .selectArea {
  margin-left: auto;
  margin-top: -4px;
}

#content_topic .depthList {
    width: 100%;
    /* height: 544px; */
    /* height: 264px; */
    height:520px;
    margin: 0 auto;
    margin-left:5px;
}
#content_topic .depthList li {
  margin: 2px 5px 20px 10px;
}
#content_topic .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_topic .depth2::-webkit-scrollbar {
    display:none;
}
#content_topic .depth2>li{
    display:inline-flex;
    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:6px;
    padding:8px 10px;
    cursor:pointer;
}
#content_topic .depth2>li.active{
    background-color:#5e5a57;
    border:1px solid #5e5a57;
    color:#fff;
}
#content_topic .book_tit{
    margin-right:15px;
    width:100px;
}

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


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

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

#lnb_pick>a {
  background-color: #726d69;
}
#lnb_pick>a.active {
  background-color: #f36b05;
}
