/* 기본 */
.add_vote_list{text-align:center; margin:10px auto; border:1px solid #ddd; min-width:200px; border-radius:3px;}
.add_vote_list ul, .add_vote_list li{margin:0px; padding:0px; list-style:none;}

/* 목록수에 따라 사이즈 변환 */
.ss_1{max-width:200px;}
.ss_2{max-width:250px;}
.ss_3{max-width:320px;}
.ss_4{max-width:400px;}
.ss_5{max-width:500px;}
.ss_6{max-width:600px;}
.ss_7{max-width:700px;}

/* 사용자 문구 */
.add_vote_list .subject_wrap{background:#f2f2f2; height:30px; line-height:30px; border-bottom:1px solid #dfdfdf;}
.add_vote_list .subject_wrap a{font-size:13px; font-weight:bold; text-decoration:none;}
.add_vote_list .subject_wrap .total_count{font-size:16px; color:orangered;}

/* 닉네임 */
.add_vote_list .list_wrap{padding:7px;}
.add_vote_list .list_wrap li{display:inline-block; margin:3px 7px;}
.add_vote_list .list_wrap li a{display:block; text-decoration:none;}
.add_vote_list .list_wrap .profile_img_copy{width:40px; border-radius:5px; background:#dfdfdf; border:1px solid #e1e1e1;}
.add_vote_list .list_wrap .profile_img_user{width:40px; border-radius:5px; border:1px solid #e1e1e1;}


/******** 모바일 대응 ***********/
@media all and (max-width:450px){
.add_vote_list .list_wrap .profile_img_copy{display:none;}
.add_vote_list .list_wrap .profile_img_user{display:none;}
}