.drawing-document-management-preview {
  display: flex;
  flex-direction: column;
  min-width: 509px;
  width: 100%;
  max-height: 800px;

  .drawing-document-management-preview-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid #aeb7c6;
    border-radius: 0 16px 16px 16px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    min-width: 509px;
    width: 100%;
    height: 757px;

    .point-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 16px;
      width: 100%;
      height: 48px;
      font-weight: 500;
      color: #0068ff;
      background-color: #f0f4fd;
      border-radius: 8px;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.2px;
    }

    .drawing-pdf {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 719px;
      border: 1px solid #d9dfec;
      background: #f5f6f8;
      color: #5b6371;
      font-size: 15px !important;
      line-height: 17px !important;
      letter-spacing: -0.7px !important;
    }

    .custom-drawing-cell {
      display: flex;
      flex-direction: column;
      white-space: normal !important;
      word-break: break-word;
      line-height: 1.3;
    }

    .lock-info {
      display: flex;
      align-items: center;
      margin-top: 2px;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.56px;
    }
  }
}

/* 도면/문서정보 pdf */
.pdf-info-box {
  width: 100%;
  max-width: 509px;
  height: 307px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #0068ff;

  .pdf-info-box-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 16px;
    border-radius: 16px 16px 0 0;
    background: #f0f4fd;
  }

  .pdf-info-box-content {
    padding: 16px;

    .pdf-info {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 227px;
      background-color: #f5f6f8;
      border: 1px solid #d9dfec;
    }
  }
}

#partners-drawing-view-autocad {
  .parts-management-table-container {
    height: 782px;
  }
  .drawing-pdf {
    height: 557px;
  }
  .drawing-document-management-preview-content {
    height: 709px;
  }
}

.parts-management-empty {
  width: 100%;
  height: 896px;

  margin-top: 16px;
  padding: 20px;

  background-color: #fff;

  border: 1px solid #c2cadb;
  border-radius: 16px;

  .select-project-folder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    background-color: #f5f6f8;
    border: 1px solid #d9dfec;

    span {
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: -0.56px;
      text-align: center;

      color: #383d48;
    }
  }
}
