/*첨부파일*/
.file_type_c-wrap {
  position:relative;
}
.file_type_c-wrap .file-section {
  display:table;
  width:100%;
  min-height:100px;
  margin: 10px 0;
  padding: 7px;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: #f3f3f3;
  cursor: pointer;
}
.file_type_c-wrap .text-center {
  display:table-cell;
	vertical-align:middle;
}
.file_type_c-wrap .file_item-wrap{
  display: block;
  padding: 6px 12px;
  margin: 3px;
  border: 0px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.file_type_c-wrap .uploaded-item-preview {
  display: none;
}
.file_type_c-wrap .uploaded-item-holder {
  display: table;
}
.file_type_c-wrap .uploaded-item-holder .file-txt {
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #333;
  border-color: #333;
  color: #fff;
  padding: 2px 5px;
  font-size: 10px;
}
.file_type_c-wrap .uploaded-item-holder .uploaded-item-cell {
  display: table-cell;
  padding: 0 3px;
}
.file_type_c-wrap .text-center {
  text-align: center;
}
.file_type_c-wrap .sub_txt-wrap {
  padding:5px;
}
/* 파일 알림창 */
[data-ax5uploader-input] {
  position: absolute;
  left: -1000px;
  top: -1000px;
  opacity: 0;
  cursor: pointer
}
/* dialog */
@-webkit-keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -webkit-transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -moz-transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -moz-transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -moz-transform: scale(1)
  }
}
@keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes ax-dialog-destroy {
  from {
    -webkit-transform: scale(1);
    opacity: 1.0
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.0
  }
}
@-moz-keyframes ax-dialog-destroy {
  from {
    -moz-transform: scale(1);
    opacity: 1.0
  }
  to {
    -moz-transform: scale(0.5);
    opacity: 0.0
  }
}
@keyframes ax-dialog-destroy {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1.0
  }
  to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.0
  }
}
.ax5-ui-dialog {
  -webkit-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175);
  z-index: 2000;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  border: 1px solid #ddd
}
.ax5-ui-dialog .ax-dialog-header {
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid transparent
}
.ax5-ui-dialog .ax-dialog-header .badge {
  font-size: 0.8em;
  color: #f5f5f5;
  background-color: #333
}
.ax5-ui-dialog .ax-dialog-body {
  padding: 15px;
  text-align: center
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-msg {
  padding-top: 15px;
  padding-bottom: 15px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-prompt {
  text-align: left;
  padding-bottom: 7.5px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons {
  margin-top: 15px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons button:not(:last-child) {
  margin-right: 3px
}
.ax5-ui-dialog .ax-dialog-body [data-dialog-els="additional-content"] {
  margin-top: 15px
}
.ax5-ui-dialog .ax-dialog-header {
  color: #333;
  background: #f5f5f5
}
.ax5-ui-dialog .ax-dialog-header .badge {
  color: #f5f5f5;
  background-color: #333
}
.ax5-ui-dialog.primary {
  border: 1px solid #ddd
}
.ax5-ui-dialog.primary .ax-dialog-header {
  color: #fff;
  background: #337ab7
}
.ax5-ui-dialog.primary .ax-dialog-header .badge {
  color: #337ab7;
  background-color: #fff
}
.ax5-ui-dialog.success {
  border: 1px solid #ddd
}
.ax5-ui-dialog.success .ax-dialog-header {
  color: #3c763d;
  background: #dff0d8
}
.ax5-ui-dialog.success .ax-dialog-header .badge {
  color: #dff0d8;
  background-color: #3c763d
}
.ax5-ui-dialog.info {
  border: 1px solid #ddd
}
.ax5-ui-dialog.info .ax-dialog-header {
  color: #31708f;
  background: #d9edf7
}
.ax5-ui-dialog.info .ax-dialog-header .badge {
  color: #d9edf7;
  background-color: #31708f
}
.ax5-ui-dialog.warning {
  border: 1px solid #ddd
}
.ax5-ui-dialog.warning .ax-dialog-header {
  color: #8a6d3b;
  background: #fcf8e3
}
.ax5-ui-dialog.warning .ax-dialog-header .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}
.ax5-ui-dialog.danger {
  border: 1px solid #ddd
}
.ax5-ui-dialog.danger .ax-dialog-header {
  color: #a94442;
  background: #f2dede
}
.ax5-ui-dialog.danger .ax-dialog-header .badge {
  color: #f2dede;
  background-color: #a94442
}
.ax5-ui-dialog.destroy {
  -webkit-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -o-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards
}

.trigger-file-input{
  display:inline-block;
  height: 36px;
  padding: 0 10px;
  border-color: #448aca;
  background-color: #448aca;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
}
.trigger-file-input:hover {
  border-color:#084a83;
  background-color:#084a83;
}
.btn-primary {
  display:inline-block;
  width:60px;
  height:36px;
  background-color: #7471e3;
  border-color: #7471e3;
  font-weight:500;
  line-height:34px;
  text-align:center;
  color:#fff;
}
.btn-primary:hover {
  background-color: #4946b4;
  border-color: #4946b4;
}

@media screen and (max-width:1024px){
	.file_wrap .upload-name{
		max-width:calc(50% - 70px);
	}
}
@media screen and (max-width:768px){
  .file_type_c-wrap .file-section {
    padding:3px;
  }
  .file_type_c-wrap .file_item-wrap {
    padding:5px;
  }
  .file_type_c-wrap .uploaded-item-holder {
    display:block;
  }
  .file_type_c-wrap .uploaded-item-holder .uploaded-item-cell {
    display:inline-block;
  }
  .file_type_c-wrap .uploaded-item-holder .file-txt {
    display:none;
  }
  span.help {
    line-height:20px;
  }
  .btn-primary {
    height: 28px;
    margin-left:0;
    line-height: 26px;
  }
}
@media screen and (max-width:359px){
  .file_type_c-wrap .uploaded-item-holder .file-txt {
    display:none;
  }
}
/*cms 첨부파일버튼*/
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.btn-warning {
  background-color: #656573;
  border-color: #656573;
  color:#fff;
}
.btn-default {
  background-color: #dce2ee;
  color: #000;
  border-color: #dce2ee;
}
.btn- {
  border-color: #dce2ee;
}
.uploadicon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.uploadicon.download_icon {
	background-image:url(../img/sub/download_icon.png);
}
.uploadicon.delete_icon {
	background-image:url(../img/sub/del_icon.png);
}
.uploadicon.up_icon {
	background-image:url(../img/sub/up_icon.png);
}
.uploadicon.down_icon {
	background-image:url(../img/sub/down_icon.png);
}