@charset "utf-8";

/* 방문자 집계 */
#visit {position:relative;padding:0 25px 20px;background:#fff;border-bottom:1px solid #ededed}
#visit:after {display:block;visibility:hidden;clear:both;content:""}
#visit .btn_admin {float:right;margin:10px 0;height:25px;line-height:25px;padding:0 5px;border-radius:3px}
#visit h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#visit dl:after {display:block;visibility:hidden;clear:both;content:""}
#visit dt {float:left;width:50%;padding:0 5px;line-height:23px;height:23px;color:#555}
#visit dt span {display:inline-block;width:5px;height:5px;margin-right:10px;border-radius:50%;vertical-align: middle;}
#visit dd {float:left;width:50%;padding:0 5px;text-align:right;text-align:right;font-weight:bold;line-height:23px;height:23px;font-size:0.92em}
#visit dd strong {display:inline-block;padding:0 5px;border-radius:20px;line-height:15px;color:#fff;}
