html,body {
    margin:0px;
	/* font-size:12px;
	font-family:"맑은 고딕", Malgun Gothic, Dotum, "돋움", Arial, Tahoma;
	color:#676663; */
    background-color:#ffffff;
    scrollbar-3dlight-color:#B4B4B4;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#EEEEEE;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#B4B4B4;
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}


/*
atom custom
*/

/* 기존 CSS */

.ajax-file-upload-statusbar {
margin-top: 10px;
width: auto;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
padding: 5px 5px 5px 15px;
border-bottom : 1px solid #eaeaea;
}

.ajax-file-upload-filename {
margin: 0 5px 5px 0px;
display:inline-block;
vertical-align:super;
}

.ajax-file-upload-filesize {
width: 50px;
height: auto;
margin: 0 5px 5px 0px;
display: inline-block;
vertical-align:middle;
}
.ajax-file-upload-progress {
margin: 6px 8px 0px 3px;
position: relative;
width: 144px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block;
color:#FFFFFF;

}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 16px;
border-radius: 3px;
color:#FFFFFF;

}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin: 5px 10px 5px 0px;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin: 5px 10px 5px 0px;
}


/* 버튼 Custom
------------------------------------- */
.ajax-file-upload-green.filePreview {
	padding: 6px 15px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	background-color: #ff5f45;
	color: #fff;
	text-shadow : none;
	border-radius : 20px;
	margin-right: 10px;
	font-family: 'Nanum Gothic','나눔 고딕', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

.ajax-file-upload-red.fileDel {
	padding: 6px 15px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	background-color: #e9e9e9;
	color: #666;
	text-shadow : none;
	border-radius : 20px;
	box-shadow : none;
	margin-right: 10px;
	font-family: 'Nanum Gothic','나눔 고딕', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

.ajax-file-upload-red.fileCancel {
	padding: 6px 15px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	background-color: #ff5f45;
	color: #fff;
	text-shadow : none;
	border-radius : 20px;
	box-shadow : none;
	margin-right: 10px;
	font-family: 'Nanum Gothic','나눔 고딕', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

.ajax-file-upload-green.filePreview:hover,
.ajax-file-upload-red.fileDel:hover {
	background: #717171;
	color: #fff;
}

.ajax-file-upload {
	/* 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align: middle; */
  
  
    text-align: center;
    margin: 50px 0;
    font-size: 13px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.ajax-file-upload i{
	display: block;
	font-size: 32px;
	margin-bottom: 15px;
}

.ajax-upload-dragdrop
{
	/* font-size:18px;
	border:2px dotted #A5A5C7;
	width:auto;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px; */
	
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    margin-top: 5px;
    /* display: inline-block; */
    width: 100%;
    min-height: 150px;
    padding: 20px 20px;
    cursor: pointer;
}

.ajax-upload-dragdrop::before {
	position : absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left : 0;
	background : linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
	background-color: #59b02c;
	opacity: 0;
	z-index: 10;
	transition : all 0.3s linear;
	border-radius : 3px;
} 

.ajax-upload-dragdrop:hover:before { opacity: 0.4; }

.ajax-upload-dragdrop:hover  {
	border: 2px dashed #59b02c;
}
.ajax-file-upload:hover {
	color: #59b02c;
}

.state-hover {
		border:2px solid #A5A5C7;
}
.ajax-file-upload-container {
	margin:20px 0px 20px 0px;
}

.ajax-file-upload-error { 
	padding : 30px 30px 0;
	word-break: break-word;
}



/*
****************************************** 

Custom.File CSS shlee

******************************************
*/
.atom-group ul.file-group {
	padding: 0px;
	margin: 0px;
}
.atom-group ul.file-group > li.file-item {
	padding: 0 22px 5px 0px;
	word-break: break-all;
}
.atom-group ul.file-group > li.file-item.useDelete,
.atom-group ul.file-group > li.file-item.usePreview {
	padding-right: 45px;
}
.atom-group ul.file-group > li.file-item.useDelete.usePreview {
	padding-right: 70px;
}

.file-info .file-name {
	cursor: pointer;
}

.file-info .file-name:hover {
	text-decoration: underline;
}

li.file-item .file-controls {
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
li.file-item.useDelete .file-controls,
li.file-item.usePreview .file-controls {
	width: 45px;
}
li.file-item.useDelete.usePreview .file-controls {
	width: 70px;
}

.version-files .file-item {
	width: 400px;
}

.version-files .file-item .file-info {
}

.atom-group .ajax-file-upload-statusbar {
	position: relative;
	width: 100%;
	margin: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px 0px 0px 22px;
	border-bottom : 0px solid #eaeaea;
	clear: both;
}

.atom-group .ajax-file-upload-filename {
	float:left;
	display : block;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	word-break: break-all;
}

.atom-group .ajax-file-upload-filesize {
width: 50px;
height: auto;
margin: 0 5px 5px 0px;
display: inline-block;
vertical-align:middle;
}
.atom-group .ajax-file-upload-progress {
margin: 6px 8px 0px 3px;
position: relative;
width: 144px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block;
color:#FFFFFF;

}
.atom-group .ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 16px;
border-radius: 3px;
color:#FFFFFF;

}
.atom-group .ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.atom-group .ajax-file-upload-red {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	text-shadow: none;
	box-shadow: none;
}
.atom-group .ajax-file-upload-green {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	text-shadow: none;
	box-shadow: none;
}
.atom-group .ajax-file-upload-green.filePreview:hover,
.atom-group .ajax-file-upload-red.fileDel:hover {
	background: transparent;
}


/* 버튼 Custom
------------------------------------- */
.atom-group .ajax-file-upload-green.custom-submit-section .filePreview {
	padding: 6px 15px;
	line-height: 10px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	background-color: #ff5f45;
	color: #fff;
	text-shadow : none;
	border-radius : 20px;
	margin-right: 10px;
	font-family: 'Nanum Gothic','나눔 고딕', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
	float:left;
}

.atom-group .ajax-file-upload-red.custom-submit-section .fileDel {
	padding: 6px 15px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	background-color: #e9e9e9;
	color: #666;
	text-shadow : none;
	border-radius : 20px;
	box-shadow : none;
	margin-right: 10px;
	font-family: 'Nanum Gothic','나눔 고딕', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

.atom-group .ajax-file-upload-red.custom-submit-section .fileCancel {
	padding: 6px 15px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	background-color: #ff5f45;
	color: #fff;
	text-shadow : none;
	border-radius : 20px;
	box-shadow : none;
	margin-right: 10px;
	font-family: 'Nanum Gothic','나눔 고딕', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
}

.atom-group .ajax-file-upload-green.custom-submit-section .filePreview:hover,
.atom-group .ajax-file-upload-red.custom-submit-section .fileDel:hover {
	background: #717171;
	color: #fff;
}

.custom-submit-section .ajax-file-upload {
  
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.custom-submit-section .ajax-file-upload i{
	display: block;
	font-size: 13px;
	margin-bottom: 0;
	margin-right: 5px;
}

.custom-submit-section .ajax-upload-dragdrop
{
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    height:auto;
    min-height: 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.custom-submit-section .ajax-upload-dragdrop::before {
	position : absolute;
	height: auto;
	width: 100%;
	content: "";
	top: 0;
	left : 0;
	background : linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
	background-color: #59b02c;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s linear;
	border-radius : 3px;
} 

.custom-submit-section .ajax-upload-dragdrop:hover:before { opacity: 0.4; }

.custom-submit-section .ajax-upload-dragdrop:hover  {
	border: 2px dashed #59b02c;
}
.custom-submit-section .ajax-file-upload:hover {
	color: #59b02c;
}

.custom-submit-section .state-hover {
		border:2px solid #A5A5C7;
}
.atom-group .ajax-file-upload-container {
	margin : 0;
	flex: 1;
}

.atom-group .ajax-file-upload-error { 
	padding : 0;
	flex: 1;
	word-break: break-word;
}

.ajax-file-upload-filename {
	padding-right: 10px;
}

.ajax-file-upload-statusbar .ajax-file-upload-progress,
.ajax-file-upload-statusbar .ajax-file-upload-green,
.ajax-file-upload-statusbar .ajax-file-upload-red
{
	margin: 4px 2px 0px 0px;
}