@charset "utf-8";

.approval-step-hover {
  position: absolute;
  display:none;
  background-color:#000;
  opacity: 0.2;
  z-index: 1;
  width: calc(40% - 20px);
  height: 260px;
  text-align: center;
  border:solid 1px #ddd;
  cursor:pointer;
}

.approval-step-hover-title {
  position: absolute;
  display:none;
  z-index: 2;
  top:170px;
  width: calc(40% - 20px);
  text-align: center;
  font-size:26px;
  font-family: 'Noto Sans KR' !important;
  font-weight:bold;
  cursor:pointer;
}

.approval-print * {
  font-family: 'Noto Sans KR' !important;
}

.approval-print #print-approval-step {
  position:absolute;
  right:10px;
  top:10px;
}

.approval-print #print-approval-step-new {
  float: right;
  position: absolute;
  right: 20px;
}

.approval-print #print-footer {
  position:relative;
  bottom:0px;
  width:100%;
}

.approval-print #print-contents-body * {
  font-size:14px;
}

.note-editable {
  font-size:20px;
}

/* print */
@media print {
  .approval-print .page-break-before {
    page-break-before: always
  }

  @page {
    margin: 2cm;
  }

  a[href]:after {
    content: none !important;
  }

  .approval-print #print-footer {
    margin-top:50px;
  }
}

.approval-sign {
/*
  position:relative;
  top:0px;
  left:0px;
  width:65px;
  height:60px;
  z-index:2;
*/
  display: flex;
  align-items: center;
  width: 65px;
  align-content: center;
  height: 60px;
}

.approval-sign > img {
/*
  position:relative;
  top:50%;
  margin-top:-50px;
*/
  width: 65px;
  max-width: 65px;
  max-height: 60px;
}

.print-approval-sign {
  display: flex;
  align-items: center;
  width: 65px;
  align-content: center;
  height: 60px;
}

.print-approval-sign > img {
  width: 65px;
  max-width: 65px;
  max-height: 60px;
  margin-top: -15px;
}

.approval-text {
  margin-top:-50px;
}

.print-approval-text {
  margin-top:-20px;
}

.approvalStep1 {
  width:66px;
}

.approvalStep2 {
  /* width:132px; */
  width:135px;
}

.approvalStep3 {
  width:198px;
}

.approvalStep4 {
  width:264px;
}

.approvalStep5 {
  width:330px;
}

.approvalStep6 {
  width:395px;
}

.approvalScanBox {
  border: solid 1px #ddd;
  width:100%;
  height:150px;
  overflow-x:hidden;
  overflow-y:auto;
  margin-top:5px;
  white-space: nowrap;
}

.approvalScanBox > ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

.approvalScanBox > ul > li {
  float:left;
  width:100px;
  height:138px;
  margin-left:5px;
  margin-top:5px;
  border:solid 1px #eee;
}

.approvalScanBox > ul > li > div > a > img {
  max-width:100px;
  max-height:140px;
}

.approvalScanBox > ul > li > .filenameInfo {
  width:75px;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
}

.approvalScanBox > ul > li > .imageInfo {
  width:100px;
  height:95px;
}

.scanfileList {
  border: solid 1px #ddd;
  width:100%;
  height:180px;
  overflow-x:scroll;
  overflow-y:hidden;
  margin-top:5px;
}

.scanfileList > div > div {
  width:110px;
  height:150px;
  border:solid 1px #fff;
}

.scanfileList > div {
  width:10000px;
  white-space: nowrap;
}

.scanfileList > div > div:hover {
  border:solid 1px red;
}