@charset "utf-8";

/* List */
.list-media { margin:0; }
.list-item { padding-bottom:15px; border-bottom:1px solid #eee; margin-bottom:15px; }
.list-item .img-left { }
.list-item .img-right { margin-left:15px; }
.list-item h2.media-heading { display:block; font-size:17px; line-height:22px; margin:0px; padding:0px 0px 4px; }
.list-item .list-details { margin-top:6px; padding:6px 0px; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-item .list-cont { margin-top:8px; padding:0; line-height:20px; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.list-item .list-sp { margin:0 7px; color:#ddd; font-size:11px; }

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }

/* 타이어신 */
.img-wrap .img-item .bg-green { display: none; }
.list-item h2.media-heading .bg-green { display: none; }
.content-area { float: left; width: 67%; overflow: hidden; }
.author { width: 16%; float: left; font-size: 15px; text-align: center; padding: 10px 0; } 
.w-date { width: 16%; float: left; font-size: 15px; text-align: center; padding: 10px 0; }
.media-body { padding: 20px; }
table { 
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
table th { font-size: 17px; padding: 8px 0; }
table th.th1 { width: 70%; text-align: center; }
table th.th2 { width: 15%; text-align: center; }
table th.th3 { width: 15%; text-align: center; }

@media all and (max-width:687px) {
    .list-item .img { width: 100%!important; }
    .content-area { width: 100%; }
    .author { text-align: left; }
    .search-wrap { width: 100%!important; }
    .search-wrap .col-sm-2 { width: 23%; }
    .search-wrap .col-sm-6 { width: 56%; }
    .search-wrap .col-sm-2.sh-btn { width: 20%; }
    table { display: none; }
}
@media all and (max-width:480px) {
    
}