@charset "utf-8";

/* 방문자 집계 */
#visit {
	position:relative;
	background-color: #fff;
	display:flex; 
	flex-wrap:wrap; 
	align-content:space-between;
	width:100%;
	height: 100%;
	border-radius: 10px;
	font-size:15px;
}
#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;text-align:left;color:#000;position:relative}
#visit dl {padding:10px 0; width:100%; display: flex; flex-wrap: wrap;}
#visit dl:after {display:block;visibility:hidden;clear:both;content:""}
#visit dt {text-align:left;line-height:23px;height:35px;color:#000; width: 50%; height:30px;}
#visit dt span {display:inline-block;width:5px;height:5px;border-radius:50%;vertical-align:middle;margin-right:10px;background:#3a8afd}
#visit dd {padding:0 5px;text-align:right;text-align:right;font-weight:bold;line-height:23px;height:23px;font-size:1.1em}
#visit dd strong {display:inline-block;padding:0 5px;border-radius:20px;line-height:15px;color:#000}

@media screen and (min-width:1024px){
	#visit h2{
		margin-bottom: 20px;
	}
}