/*현재접속자*/
.now_access_popup_wrap {
	padding:10px 15px 15px 15px;
	font-size:14px;
}

.now_access_popup_header {
	margin-bottom:10px;
}

.now_access_popup_header .now_access_popup_header_title {
	position:relative;
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	cursor:pointer;
	color:#000000;
	padding-left:25px;
}

.now_access_popup_header .now_access_popup_header_title svg{
	left:0px;
	position:absolute;
	top:5px;
}

.now_access_wrap {
	max-height:390px;
	overflow:auto;
	border:1px solid #eeeeee;
	background-color:#fdfdfd;
}


.now_access_contents{
	border-top:1px solid #eee !important;
	border-bottom:1px solid #eee !important;
	padding-top:10px;
}

.now_access_wrap .now_access_rows{
	border-top:1px solid #eee;
	padding:15px;
	font-size:14px;
}

.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:2px;
}
.now_access_wrap .now_access_rows svg{
	margin-top:-3px;
}
/*현재접속자*/