@charset "utf-8";

/* 방문자 집계 */
#visit {position:relative}
#visit .btn_admin {position:absolute;top:0;right:20px;height:25px;line-height:25px;padding:0 5px;border-radius:3px}
#visit h2 {font-size:1.2em;margin-bottom:20px;text-align:left;color:#fff;position:relative}
#visit dl {padding:10px 0}
#visit dl:after {display:block;visibility:hidden;clear:both;content:""}
#visit dt {float:left;width:50%;text-align:left;line-height:23px;height:23px;color:#e3e3e3}
#visit dt span {display:inline-block;width:5px;height:5px;border-radius:50%;vertical-align:middle;margin-right:10px;background:#3a8afd}
#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}



/* 방문자 집계 추가*/
.visit_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; max-width: 180px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify;justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.visit_item { padding: 0 10px; }
.visit_num { margin-top: 0px; margin-bottom: 0px; font-size: 16px;font-weight: 500;}
.visit_date { font-size: 12px; line-height: 20px; font-weight: 100;color: #bababa;word-break: auto-phrase;white-space: normal;} 
.social_icons .btn_icon:hover  {color:red! important}