@charset "utf-8";

/* 팝업 리스트(popupTy=L) 목록 다이얼로그 항목 */
.popUpListItem { display:block; position:relative; padding:5px 10px 5px 22px; text-decoration:none; color:#333; border-bottom:1px solid #ddd; cursor:pointer; transition:background-color .15s; }
.popUpListItem:last-child { border-bottom:none; }
.popUpListItem:hover { background-color:#eaf1ff; }
.popUpListItem::before { content:'•'; position:absolute; left:8px; top:50%; transform:translateY(-50%); color:#999; }
.popUpListTag { font-weight:bold; margin-right:4px; color:#3b568f; }
