@charset "utf-8"; .basic-post-list-m .post-list-m {
    list-style: none;
    padding: 0px;
    margin: -2px 0px;
    line-height: 22px;
}

.basic-post-list-m .post-list-m li {
    padding: 0px;
    margin: 3px 0;
}

.basic-post-list-m .post-list-m li b {
    letter-spacing: -1px;
    padding-right: 1px;
}

.basic-post-list-m .post-list-m li a {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.basic-post-list-m .post-list-m li a .title-hold {
    display: flex;
    justify-content: flex-start;
    width: calc( 100% - 80px );
}

.basic-post-list-m .post-list-m li a .wrap-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    padding-right: 3px;
    max-width: calc( 100% - 20px );
}

.basic-post-list-m .post-list-m li a .wrap-title-opt {
}

.basic-post-list-m .post-list-m li .name {
    width: 80px;
    text-align: left;
    letter-spacing: -1px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    padding: 0;
    float: right;
}

.basic-post-list-m .post-list-m .txt-normal {
    letter-spacing: 0;
}

.basic-post-list-m .post-none {
    padding: 50px 10px;
    text-align: center;
    color: #888;
}

.basic-post-list-m .wr-text {
    font-family: dotum;
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 11px;
    font-weight: normal;
}

.basic-post-list-m .wr-icon {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.basic-post-list-m .wr-news {
    width: 12px;
    height: 12px;
    background-image: url('./img/icon_new.gif');
}

.basic-post-list-m .wr-secret {
    width: 12px;
    height: 12px;
    background-image: url('./img/icon_secret.gif');
}

.basic-post-list-m .wr-video {
    width: 12px;
    height: 12px;
    background-image: url('./img/icon_video.gif');
}

.basic-post-list-m .wr-image {
    width: 12px;
    height: 12px;
    background-image: url('./img/icon_image.gif');
}

.basic-post-list-m .wr-file {
    width: 12px;
    height: 12px;
    background-image: url('./img/icon_file.gif');
}
