/* 수술후기 리스트 페이징 */
.paging_ul ul {
    list-style: none;
    display: inline-flex;
}

.paging_ul ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #777;
    margin: 1px;
}

.paging_ul ul li.on {
    background-color: #777;
    color: #eee;
}

.paging_ul ul li.arrow {
    background-color: #9c8108;
}

.paging_ul ul li.arrow a {
    color: #eee;
}

/* sns login */
ul#sns_login {
    max-width: 320px;
    width: 100%
}

.categorys {
    height: initial !important;
    width: calc(100% - 20px) !important;
    min-width: 360px;
}

.thumb_wrap {
    position: relative;
}

.thumb_wrap .jayJun_BestIcon {
    position: absolute;
    top: 0;
    left: 0;
}

td div.title_wrap ul.txt {
    height: initial;
    line-height: 18px;
}