.work-status {
  width: 100%;
}

.menu-path {
  padding: 20px;
  font-size: 12px;
  font-weight: 600;
}

.sub-title {
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.sub-title p {
    margin-top: 6px;
    font-size: 13px;
    font-size: 0.6em;
}

/* workStatus_list */
.work-status-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

.work-status-item {
  width: 49.5%;
  margin: 4px 0;
  padding: 0;
  border: 1px solid #ccc;
}
.work-status-item b {
    display: flex;
    width: 100%;
    font-size: 0.8em;
    margin : 6px 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.work-status-img {
  width: 100%;
  height: 120px;
  margin-top: 0;
}
.work-status-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-status-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}


.pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.8em;
}
.pagenation ol {
    display: flex;
}
.pagenation ol li {
    padding: 0 6px;
    font-weight: 600;
}
.pagenation ol li.active {
    color: red;
}


/* workStatus_write / workStatus_Modify */
.top-list-btn {
  padding: 24px;
  text-align: right;

  a {
    font-weight: 700;
  }
}

.upload-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.table-list-btn {
  padding: 12px 0;
  text-align: right;

  a {
    font-weight: 700;
  }
}

.register-img-list {
  display: flex;
  flex-wrap: wrap;
  width : 1200px; 
  height : 110px; 
  padding : 10px; 
  margin-bottom : 5px;
  border : 1px solid #ccc; 
  overflow-y : scroll; 
}

.register-img-item {
  width: 125px;
  height: 90px; 
}
.register-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.existing-img-list {
  display: flex;
  flex-wrap: wrap;
  width : 1200px; 
  height : 280px; 
  padding : 10px; 
  margin-bottom : 5px;
  border : 1px solid #ccc; 
  overflow-y : scroll; 
}

.existing-img-item {
  width: 112px;
  padding: 5px;

}
.existing-img-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #404347;
}

.img-item-chk {
  display: flex;
  justify-content: center;
  align-items: center;

}
.img-item-chk input {
    width: 12px;
    margin-right: 4px;
}
.img-item-chk p {
    margin-top: -4px;
}

.work-status-chk {
  text-align: center;
}
