/* 현재 접속자 CSS */
.nowConnTitle { font-size: 14pt; font-family: Malgun Gothic, sans-serif; font-weight: bold; color: #505B65; text-align: center; margin-top: 15px; border-bottom: #b5babf 1px solid; padding: 5px; }
.nowConnList { padding: 3px 3px 3px 8px; border-bottom: #b5babf 1px solid; font-family: Dotum, 돋움, sans-serif; font-size: 11px; color: #666; text-align: left; }
.nowConnList:hover { background-color: #ffffe0; color: #505050; }
