.af-upload-info{
	margin-left:5px;
}
.file-upload-div{
	padding: .75em .75em .75em .75em;
	border-color: rgba(0,0,0,.06);
    position: relative;
    border-top: 1px solid rgba(0,0,0,.2);
}
.xe-fileupload-processing {  /* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.xe-file-upload-btn {
	display: inline-block !important;
	padding: .5em .75em;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	cursor: pointer;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

.xe-file-upload-btn:active {
	background-color: #0066ff;
}

.handyeditor-filelist{
	padding: 3px 0px 3px 0px;
	display: none;
}

.handyediotr-filelist-img
{
	padding: 0 0 0 5px;
}

.handyediotr-filelist-bin{
	padding: 0 0 0 5px;
}

.handyeditor-filelist.white{
	background-color: none;
	border-top: 1px solid rgba(0,0,0,.06);
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.handyeditor-filelist.dark{
	background-color: #2f2f2f;
	border-top: 1px solid rgba(0,0,0,.06);
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.handyeditor-drop-int{
	position: absolute !important;
	text-align: center !important;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	display: none;
}

.he-textup-drag-img{
	position: absolute;
	max-height: 80px !important;
}
.textup-fileup{
	padding:5px 0 0 0;
}

.textup-file{
	max-width: 120px;
}

.he-upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.he-btn-hidden{
	display: none;
}

.he-btn {
	border: 2px solid gray;
	color: gray;
	background-color: white;
	padding: 4px 4px;
	border-radius: 8px;
	font-size: 13px !important;
	font-weight: bold;
	cursor: pointer !important;
}

.he-bin-part:not(:first-child){
	margin-left:5px !important;
}

.he-img-part{
	margin-right:5px !important;
}

.he-upload-proc{
	display: inline !important;
}

.he-upload-info{
	display: inline !important;
}

.he-upload-btn-wrapper input[type=file] {
	font-size: 25px !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.he-upload-info{
	color:#999;
	display: none;
	margin-left:5px !important;
}

.filelist.bin{
	width:24px;
	height:24px;
}

.he-bin-file-icon{
	position: absolute;
	top:3px;
	left:3px;
	width:22px;
	height:22px;
}

.he-bin-part{
	display: inline-block !important;
	min-width:40px;
	max-width:160px !important;
	height:20px !important;
	position: relative;
	border: 1px solid rgb(232, 232, 232);
	box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
	overflow: hidden;
	box-sizing: content-box !important;
	line-height: 1.5 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:5px 23px 0 25px !important;
}

.he-img-part{
	display: inline-block !important;
	width:60px !important;
	height:60px !important;
	position: relative;
	border: 1px solid rgb(232, 232, 232);
	box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
	overflow: hidden;
	box-sizing: content-box !important;
	line-height: 0 !important;
}

.he-file-ctr{
	position: absolute;
	width:100% !important;
	height:100% !important;
	z-index:1;
	top:0px;
	left:0px;
	cursor: pointer;
	text-align: center;
}

.filter-ctr{
	background-color: rgb(111, 111, 111);
	opacity: 0.1;
}

.he-file-del{
	position: absolute;
	width:16px !important;
	height:16px !important;
	top:0px;
	right:1px !important;
	cursor: pointer;
	z-index:2;
	display: none;
}

.add-bin-del{
	top:5px;
	background-color:unset !important;
	opacity: unset !important;
}

.he-file-chk{
	position: absolute;
	width:16px !important;
	height:16px !important;
	top:0px;
	left:0px;
	cursor: pointer;
	z-index:2;
	display: none;
}

.he-upload-ing{
	background-color: #2f2f2f !important;
	opacity: 0.3;
}

.he-drag-hover{
	background-color: #f1ee2a !important;
	opacity: 0.3;
	/*
	border:3px solid #cfb000 !important;
	*/
}

.he-fchk-show{
	display: inline;
}

.dicon{
	width: 20px;
	height: 20px;
	background: url("../icon/settings.svg") no-repeat;
	background-size: cover;
	display: inline-block;
}

.he-ctr-win{
	position: absolute !important;
	display: none;
	width:100px !important;
	box-sizing: content-box !important;
	line-height: 1.2 !important;
	margin:0 !important;
	padding:0 !important;
	z-index:9999;
}

.hew-ul{
	background-color: rgb(255, 255, 255);
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	list-style-type: none;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,1);
	border:1px solid rgb(214, 214, 214);
}

.hew-ul li{
	line-height: 1.2 !important;
	height:25px;
	background-color: rgb(242, 242, 242);
	position: relative;
	font-size: 13px !important;
	color: #7f888f;
	font-weight: 300 !important;
	cursor: pointer;
}

.hew li:hover{
	background-color:rgb(0, 107, 247);
	color:white;
}

.hew-ul li img{
	height:16px !important;
	width:16px !important;
	vertical-align: middle !important;
	position: absolute;
	top: 5px;
	left: 3px;
}

.hew-ul li span{
	position: absolute !important;
	top: 5px;
	left: 23px;
}

.hew-ul li:not(:first-child){
	margin-top:1px;
}

.textup-filelist-img, .textup-filelist-bin{
	display: none;
	line-height: 0 !important;
}
.textup-filelist-bin{
	margin-top:5px !important;
}

.he-img-tag{
	width:60px !important;
	height:60px !important;
	border:0px !important;
}

.handyediotr-file-uploading{
	position: absolute;
	height:32px !important;
	top:0px;
	left:0px;
	width:180px;
	display: none;
}
/*
.progress-bar__container {
	width: 80%;
	height: 1rem;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	will-change: transform;
	box-shadow: 0 0 5px #e76f51;
}

.progress-bar {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #e76f51;
	top:0;
	bottom: 0;
	left: -100%;
	border-radius: inherit;
	display: flex;
	justify-content: center;
	align-items:center;
	color: white;
	font-family: sans-serif;
	text-align:center;
}
*/

.hefl-thumbail{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}


.progress-bar {
	position: relative;
	width: 1000px;
	height: 30px;
	background-color: grey;
	box-shadow: -5px 5px 5px rgba(50, 50, 50, 0.5) inset;
}

.prgs-bar {
	position: absolute;
	width: 0;
	height: 100%;
	background-color: green;
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.3) inset, -1px -1px 5px rgba(50, 50, 50, 0.3) inset;
}

.progress-header {
	font-family: Verdana;
	font-size: 13px;
	margin-top: 15px;
	padding-left: 12px;
	padding-bottom: 2px;
}

.progress-footer {
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	padding-left: 12px;
	padding-top: 2px;
	margin-bottom: 15px;
}

.progress-label {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: white;
}

.striped {
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01) 15px, rgba(255, 255, 255, 0.30) 15px, rgba(255, 255, 255, 0.30) 30px);
	background-image: -o-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01) 15px, rgba(255, 255, 255, 0.30) 15px, rgba(255, 255, 255, 0.30) 30px);
	background-image: -moz-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01) 15px, rgba(255, 255, 255, 0.30) 15px, rgba(255, 255, 255, 0.30) 30px);
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01) 15px, rgba(255, 255, 255, 0.30) 15px, rgba(255, 255, 255, 0.30) 30px);
}

.he-bin-part .he-file-ctr{
	display: flex;
    align-items: center;
}

.he-bin-part:hover{
	border:1px solid rgb(155, 155, 155);
}

.he-img-part:hover{
	border:1px solid rgb(172, 172, 172);
}

.he-file-delete-btn {
    display: none;
    padding: 0.5em 0.75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #b73352;
    border-color: #a42e49;
    cursor: pointer;
    border-bottom-color: #e2e2e2;
    border-radius: 0.25em;
	float: right;
}

.he-file-delete-btn:active {
    background-color: #fb164c;
    border-color: #ff5c82;
}

.he-file-ins-btn {
    display: none;
    padding: 0.5em 0.75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #505050;
    border-color: #767676;
    cursor: pointer;
    border-bottom-color: #e2e2e2;
    border-radius: 0.25em;
	float: right;
	margin-right: 5px;
}

.he-file-allsel-btn {
    display: none;
    padding: 0.5em 0.75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    color: #fff;
    background-color: black;
    border-color: #767676;
    cursor: pointer;
    border-bottom-color: #e2e2e2;
    border-radius: 0.25em;
	float: right;
	margin-right: 5px;
}

.he-file-allsel-btn:active {
    background-color: #202020;
    border-color: #727272;
}

.he-bin-part .he-file-ctr input[type='checkbox']{
	right: 2px;
	top:4px;
	position: absolute;
	cursor: pointer;
	appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
}

.he-img-part input[type='checkbox']{
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
	appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
}

@media screen and (max-width: 500px) {
	.he-file-allsel-btn, .he-file-ins-btn, .he-file-delete-btn {
		padding: 0.5em 0.5em;
	}

	.he-file-allsel-btn, .he-file-ins-btn{
		margin-right: 2px;
	}

	.af-upload-info{margin-left:2px;}

	.file-upload-div{padding: .5em .5em .5em .5em;}
}
