@charset "utf-8";

.miso-post-news-ticker{ margin:0; padding:0; overflow:hidden; list-style:none; }
.miso-post-news-ticker li{ margin:0; padding:0;  }
.miso-post-news-ticker .category{color:#888}
.miso-post-news-ticker .author{font-weight:bold}
.miso-post-news-ticker .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.miso-post-news-ticker .wr-icon { display:inline-block; padding:0px; margin:0px; line-height:12px; vertical-align:middle; background-repeat: no-repeat; background-position: 0px 0px; }
.miso-post-news-ticker .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.miso-post-news-ticker .wr-video { width:12px; height:12px; background-image: url('./img/icon_video.gif'); }
.miso-post-news-ticker .wr-image { width:12px; height:12px; background-image: url('./img/icon_image.gif'); }
.miso-post-news-ticker .wr-file { width:12px; height:12px; background-image: url('./img/icon_file.gif'); }






.ticker-bannermanage { width: 80%; }

.miso-post-news-ticker a{
line-height:1; font-size:16px; color:#535353; text-decoration:none; height: 40px; line-height: 40px; 
display:flex; align-items:center; justify-content:space-between;
}
.miso-post-news-ticker .title {
display: inline-block; color: #d0cdcd; font-size: 14px; font-weight: 300; width: 80%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.miso-post-news-ticker .date{ font-family:dotum; color:#d0cdcd; font-size: 12px; transform:translateY(2px); }

@media (max-width:768px) {
	.ticker-bannermanage { width: 78%; }
	.miso-post-news-ticker .title { font-size: 12px; }
}
