/*현재접속자*/
.now_access_popup_wrap {
	font-size:14px;
	height:100%;
	background-color:rgba(245,245,245,1)
}

.now_access_popup_wrap .title_wrap {
	position:relative;
}

.now_access_popup_wrap .title_wrap .title{
	text-align:left;
	color:#000000;
	font-size:18px;
	padding:15px;
	border-bottom:1px solid #cecece;
	background:#ffffff;
}

.now_access_popup_wrap .title_wrap .now_access_pop_close_wrap {
	position:absolute;
	top:14px;
	right:15px;
}

.now_access_popup_wrap .title_wrap .now_access_pop_close_wrap .now_access_pop_close {
	color:rgba(0,0,0,1);
	cursor:pointer;
}


.now_access_wrap {
	background-color:#ffffff;
	height:100%;
	overflow:auto;
	border:1px solid #cecece;
}


.now_access_contents{
	height:calc(100% - 60px);
	padding:15px;
}


.now_access_wrap .now_access_rows{
	border-top:1px solid #eee;
	padding:10px;
	font-size:16px;
}

.now_access_wrap .now_access_rows:first-child{
	border-top:none;
}

.now_access_wrap .now_access_rows .uk-label{
	vertical-align:top !important;
	margin-top:4px;
}
.now_access_wrap .now_access_rows svg{
	margin-top:-2px;
}
/*현재접속자*/