.plupload {
	font-family:"Nanum Gothic";
	user-select:none; -webkit-user-select:none; -moz-user-select:none;
	margin:5px 0
}
.plupload .thumb {
	display:none
}
.plupload_scroll .plupload_filelist {
	height:auto;
	background:#fff;
	margin:8px 0;
	border:2px dashed #ccc;
	overflow-y:auto;
	/*
	max-height:250px;
	overflow:hidden;
	*/
}
li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height:65px;
}
.plupload_container {
	padding:0;
	margin:5px 0
}
.plupload_start {
	display:none
}
.plupload_filelist_header, .plupload_filelist_footer {
	border:1px solid #ddd;
	font-size:13px;
}
.plupload_filelist_footer .plupload_file_action, .plupload_filelist_header .plupload_file_action{
	margin-left:0px;
}
.plupload_filelist li {
	cursor:move;
}
.plupload_filelist * {
	font-size:13px;
}
.plupload_filelist .plupload_file_down {
	display:inline-block;
	margin-left:3px;
	cursor:pointer;
}
.plupload_filelist .plupload_file_name {
	width: auto;
}
.plupload_filelist .plupload_file_name i {
   color:#999;
}
.plupload_filelist .drag {
   opacity:0.7;
   filter: alpha(opacity=70);
   background:#ffcca6;
}
.plupload_remove, .plupload_add_editor {	
   background:none !important;
   font: normal normal normal 14px/1 FontAwesome;
   display:inline-block !important;
   vertical-align:middle;
   margin-left:8px;
   cursor:pointer !important;
}
.plupload_remove:before {
    color:#87b87f;
	content: "\f00d";
}
.plupload_add_editor:before {
    color:#f26520;
	content:"\f093";
}
.plupload_edit:before {
	content:"\f044";
}
.drag_over { 
	border:3px dotted #cc6600 !important; 
}

.plupload .pi-icon {
	font-size:1em;
	margin-right:3px;
	vertical-align:middle
}
.plupload_wrapper {
	background:none;
	display:none
}
.simple_uploader .plupload_header {
	display:none	
}
.simple_uploader .plupload_add_editor {
	display:none !important
}
.board_uploader {
	overflow:hidden;
}
.board_uploader .plupload_add {
	opacity:0;
	position:absolute;
	top:12px;
}
.image_uploader * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling:touch;
}
.image_uploader .thumb {
	display:none;
	border:1px solid #ddd;
	max-width:100%;
}
.image_uploader .plupload_file_name {
	width:100%;
	text-align:center !important;
	margin-bottom:5px;
}
.image_uploader .plupload_file_down {
	font-size:14px !important;
	color:#222;
}
.image_uploader .plupload_file_name .pi-icon {
	display:none
}
.image_uploader .plupload_header, .image_uploader .plupload_filelist_header, .image_uploader .plupload_filelist_footer {
	display:none	
}
.image_uploader .plupload_wrapper {
	background:none;
	display:block;
}
.image_uploader .plupload_scroll ul.plupload_filelist {
	padding:0px;
	display:block !important;
	min-height:200px !important;
}
.image_uploader .plupload_scroll ul.plupload_filelist:after {
	display:block; 
	clear:both; 
}

.image_uploader .plupload_droptext {
	width:100% !important;
    width: -moz-calc(100% - 20px) !important;
    width: -webkit-calc(100% - 20px) !important;
    width: -o-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
	margin-top:50px !important;
	padding:15px 0px 0px 0px !important;
	font-size:18px !important;
	line-height:50px !important;
	border:none !important;
	background-color:#fff !important;
}
.image_uploader .plupload_droptext:before {
	font-family: 'FontAwesome' !important;
	content:'\f055';
	display:block;
	font-size:50px;
}
.image_uploader .plupload_scroll .plupload_filelist li {	
	width:12.5%;
    width: -moz-calc(12.5% - 20px);
    width: -webkit-calc(12.5% - 20px);
    width: -o-calc(12.5% - 20px);
    width: calc(12.5% - 20px);
	margin:10px;
	float:left;
	background:none;
	border:1px solid #ddd;
	background-color:#fafafa;
	padding:15px;

}
.image_uploader .plupload_scroll .plupload_filelist li .plupload_add_editor, .image_uploader .plupload_scroll .plupload_filelist li .plupload_file_status, .image_uploader .plupload_scroll .plupload_filelist li .plupload_file_size, .image_uploader .plupload_scroll .plupload_filelist li .plupload_file_action {
	display:none !important
}

@media (max-width:1380px){
	.image_uploader .plupload_scroll .plupload_filelist li {
		width:25%;
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: -o-calc(25% - 20px);
		width: calc(25% - 20px);
	}
}
@media (max-width:748px){
	.image_uploader .plupload_scroll .plupload_filelist li {
		width:50%;
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}