/* 게시판 업로드 수정 */
#bf_wrap .el_hidden {width: 0; height: 0; position: absolute; z-index: -1; opacity: 0;}
#bf_wrap #bf_prev_wrap{ display:inline;}
#bf_wrap .prev_area { width:100px; height: 90px; position: relative;  float:left; margin-right: 8px; margin-bottom:8px;}
#bf_wrap .prev_area .img_bd{ position:relative; width:100%; height:100%; border:1px solid #ddd; border-radius:4px; overflow:hidden; background:#fff}
#bf_wrap .prev_area .img_bd img {width:100%; height: auto; position:absolute; left:0; top:50%; transform:translateY(-50%);}

#bf_wrap .prev_area button{position: absolute; border:0; right:-6px; top:-6px; background:#EE432B; border-radius:50%; color:#fff; 
							width:18px; height:18px; font-size:0.8em; z-index:1;}
#bf_wrap .img_add{ float:left; vertical-align:middle;}
#bf_wrap .img_add .btn{ width:100px; height:90px; border:1px solid #ddd; background:#fff; color:#ccc;}

#bf_wrap #img_after .p_box {width: 100px; height: 90px; position: relative; float: left; margin-right: 8px; margin-bottom: 8px;}
#bf_wrap #img_after button.btn {position: absolute; border: 0; right: -6px; top: -6px; background: #EE432B; border-radius: 50%; color: #fff; width: 18px; height: 18px; font-size: 0.8em; z-index: 1;line-height: 5px; padding: 0 1px 0 0;}
#bf_wrap #img_after img {width: 100%; height: 100%;}
#bf_wrap #img_after input[type=file] {width:0; height:0; opacity: 0; z-index: -1; position: absolute; left: 0; top: 0;}
#bf_wrap #img_after .img_bd {position: relative; width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 4px; overflow: hidden;}
#bf_wrap #img_after .img_bd img {width: 100%; height: auto; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}


/* 추가 */
#img_wrap .el_hidden {width: 0; height: 0; position: absolute; z-index: -1; opacity: 0;}
#img_wrap .prev_wrap{ display:inline;}
#img_wrap .prev_area { width:100px; height: 90px; position: relative;  float:left; margin-right: 8px; margin-bottom:8px;}
#img_wrap .prev_area .img_bd{ position:relative; width:100%; height:100%; border:1px solid #ddd; border-radius:4px; overflow:hidden;}
#img_wrap .prev_area .img_bd img {width:100%; height: auto; position:absolute; left:0; top:50%; transform:translateY(-50%);}

#img_wrap .prev_area button{position: absolute; border:0; right:-6px; top:-6px; background:#EE432B; border-radius:50%; color:#fff; 
							width:18px; height:18px; font-size:0.8em; z-index:1;}
#img_wrap .img_add{ float:left; vertical-align:middle;}
#img_wrap .img_add .btn{ width:100px; height:90px; border:1px solid #ddd; background:#fff; color:#ccc;}