@charset "utf-8";
/* 새글 스킨 (latest) */

/*tags*/
#tags {position:relative;margin:0 0 10px 0;border:1px solid #d9dee9;background:#fff}
#tags:after {display:block;visibility:hidden;clear:both;content:""}
#tags .btn_admin {position:absolute;top:10px;right:10px;height:25px;line-height:25px;padding:0 5px;border-radius:3px}
#tags h2 {position:relative;padding:15px;font-size:1.167em;text-align:left;color:#0b0b0b}
#tags h2 i{position:absolute;top:-22px;left:50%;width:44px;line-height:44px;margin-left:-22px;border-radius:25px;background:#16b3d6;color:#fff}
#tags ul {border-top:1px solid #e9e9e9;padding:10px 15px;border-radius:5px}
.dark #tags ul {border-top:1px solid #e9e9e9;padding:10px 15px;border-radius:5px}
#tags ul:after {display:block;visibility:hidden;clear:both;content:""}
#tags ul li {cursor: pointer; width:auto; float:left !important; border: solid 1px #9c3328; border-radius: 15px; height:23px;padding:0 10px; margin: 3px 3px; line-height:23px;color:#555;}
.dark #tags ul li {cursor: pointer; width:auto; float:left !important; border: solid 1px #9c3328; border-radius: 15px; height:23px;padding:0 10px; margin: 3px 3px; line-height:23px;color:#d9dee9;}
#tags ul li:hover { background-color: #ff3746; color: #ffffff;}
#tags ul li:hover a { color: #ffffff; font-weight: bold;}
#tags ul li a { }
#tags ul li:nth-child(1) a {color:#525ce4}
#tags ul li:nth-child(3) a {color:#5281e4}
#tags ul li:nth-child(5) a {color:#52bae4}
#tags ul li:nth-child(7) a {color:#5fd2d7}

.dark #tags {
    position: relative;
    margin: 0 0 10px 0;
    border: 1px solid #d9dee9;
    background-color: #3e3e3e;
}
.dark #tags ul li:nth-child(2n) a {color:#ababab;}
.dark #tags ul li:nth-child(1) a {color:#525ce4}
.dark #tags ul li:nth-child(3) a {color:#5281e4}
.dark #tags ul li:nth-child(5) a {color:#52bae4}
.dark #tags ul li:nth-child(7) a {color:#5fd2d7}
.dark #tags .btn_admin {position:absolute;top:10px;right:10px;height:25px;line-height:25px;padding:0 5px;border-radius:3px;color:#d9dee9;border-color:#454545;}