table {
  font-size: 10.5pt;
}

.center {
  text-align: center;
}

.pad_lt {
  padding-left: 10px;
}

.tableWrapper {
  width: 100%;
  height: 400px;
  /* 리스트 높이 */
  /*background-color: lightgreen;*/
  overflow: auto;
}

#userListTable {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}

#userListTable th {
  position: sticky;
  top: 0px;
  background-color: #e7f5ff !important;
}

.tb_bd {
  border-collapse: collapse;
}

.th_txt {
  background-color: #f7f7f7;
  font-weight: bold;
}

.td_bd {
  border: 1px solid #bdbdbd;
}

.td_bd_tl {
  padding-left: 3px !important;
  font-size: 14px; /* 글자 크기 조정 */
}

.td-grid2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  width: 100%;
}
.td-grid3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: 100%;
}

.div-img-section1 {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  max-height: 260px;
  width: 400px;
  height: 260px;
}
.div-img-section2 {
  display: flex;
  flex-direction: column;
  width: 175px;
  max-width: 175px;
  height: 170px;
  max-height: 170px;
}
.div-img-section3 {
  display: flex;
  flex-direction: column;
  width: 265px;
  max-width: 265px;
  height: 210px;
  max-height: 210px;
}

.div-img-btn-section {
  width: 100%;
  height: 15%;
  background-color: #b3b0b0;
  display: flex;
  gap: 1px;
}
.div-img-btn-section2 {
  width: 100%;
  height: 30%;
  background-color: #b3b0b0;
  display: flex;
  gap: 1px;
}

.img-box {
  width: 50%;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
}

.btn-file {
  display: none !important;
}

.btn-file-label {
  width: 50%;
  height: 100%;
}

.a-download {
  width: 25%;
  height: 100%;
}

.btn-download {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e3e3;
  background-color: #ffffff;
}
.btn-download:hover {
  background-color: #e6e3e3;
}

.btn-action-each {
  width: 25%;
  height: 100%;
  border: 1px solid #e6e3e3;
  background-color: #ffffff;
}
.btn-action-each:hover {
  background-color: #e6e3e3;
}

.a-underline-none {
  text-decoration: none !important;
}
.a-underline-none:hover {
  text-decoration: none !important;
}

.img-section1 {
  width: 100%;
  height: 85%;
}
.img-section2 {
  width: 100%;
  height: 70%;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}

.div-save-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 50px auto;
}

.page_txt {
  font-size: 14pt;
}

.page_txt_s {
  font-size: 16pt;
}

.a_tr {
  color: #007bff !important;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline !important;
}

.row {
  height: 30px;
}

.sel_cel {
  background-color: #a9cdff !important;
}

/* img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: -1px;
} */

.popup-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 15px;
}

.popup {
  width: 100%;
  max-width: 85vw;
  border-radius: 10px;
  overflow: hidden;
  background-color: #264db5;
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.3);
}

.popup-body {
  width: 100%;
  height: 800px;
  background-color: #ffffff;
}

.body-contentbox {
  word-break: break-word;
  overflow-y: auto;
  max-height: 790px;
  padding: 10px;
}

#previewImg {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.popup-foot {
  width: 100%;
  height: 5vh;
}

.pop-btn {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 2em;
}
