.file-text {
  .asterisk-1 {
    margin-left: 2px;
    color: #ff4c4c;
  }
}

.file-container,
.excel-container {
  width: 632px;
  height: 72px;
  border-radius: 8px;
}

.file-container {
  padding: 0 20px;
  outline: 1px solid #c2cadb;
  margin-bottom: 24px;

  .file-container-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 592px;
    height: 72px;
  }

  .upload-area {
    width: 391px;
  }
}

.excel-container {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #f5f6f8;

  &.excel-container--line-3 {
    height: 90px;
  }

  .bar {
    width: 1px;
    height: 40px;
    background: #cdcdcd;
    margin: 0 16px;
  }
}

.file-container-uploaded {
  display: flex;
}

.file-container-uploaded,
.file-container-uploaded-2 {
  outline: 1px solid #c2cadb;
  width: 632px;
  border-radius: 8px;

  .file-upload-form {
    width: 632px;
    height: 72px;
    padding: 16px 16px 16px 20px;
    border-top: 1px solid #c2cadb;

    border-radius: 0 0 8px 8px;
    background: #f9f9fb;
  }

  .file-upload-form-2 {
    width: 572px;
    height: 40px;
    border-radius: 0 0 8px 8px;
    background: #f9f9fb;
  }

  .file-upload-form-list {
    border-bottom: 1px solid #c2cadb;
  }

  .file-upload-form-multi-files {
    height: 384px;
    padding: 16px 16px 16px 20px;
    border-top: 1px solid #c2cadb;
    border-radius: 0 0 8px 8px;
  }

  .multi-files {
    background: #f9f9fb;
  }

  .multi-files-container {
    height: 384px;
    margin-right: 16px;
    padding: 16px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .multi-files-container-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 572px;
  }

  .multi-files-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
  }

  .multi-files-container::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .multi-files-container::-webkit-scrollbar-thumb {
    background-color: #c2cadb;
    border-radius: 4px;
  }

  .multi-files-container::-webkit-scrollbar-button {
    display: none;
  }
}

/* 팝업 테이블 */
.popup-table-container-2 {
  width: 100%;
  height: 303px;
  border: 1px solid #c2cadb;
  border-top: none;
  padding: 17px 20px;
  border-radius: 0 0 8px 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center;
}

.popup-table-container-2::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

.popup-table-container-2::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-table-container-2::-webkit-scrollbar-thumb {
  background-color: #c2cadb;
  border-radius: 4px;
}

.popup-table-container-2::-webkit-scrollbar-button {
  display: none;
}

#grid2 td.tui-grid-cell:nth-of-type(2) {
  /* background-color: #f0f4fd; */
}

.category-textbox {
  padding: 8px 80px;
}

#modalPartName {
  z-index: 10;

  position: fixed;

  display: none;

  width: 640px;
  height: 183px;

  overflow: auto;

  background-color: #ffffff;

  &.modalParName--show {
    display: block;
  }

  table {
    width: 100%;
    border: 1px solid #c2cadb;

    thead {
      position: sticky;
      top: 0;

      th {
        height: 29px;
        background-color: #f5f6f8;

        font-weight: 500;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: -0.52px;
        text-align: center;

        color: #000000;
      }
    }

    tbody {
      tr {
        height: 37px;

        cursor: pointer;

        &:hover {
          background-color: #0068ff0d;
          border-left: 1px solid #0068ff;
          border-right: 1px solid #0068ff;

          td {
            border-top: 1px solid #0068ff;
            border-bottom: 1px solid #0068ff;
          }
        }

        td {
          border-top: 1px solid #d9dfec;

          font-weight: 400;
          font-size: 13px;
          line-height: 13px;
          letter-spacing: -0.52px;

          color: #383d48;

          span {
            color: #0068ff;
          }
        }
      }
    }
  }
}

#popup-individual-download-autocad {
}
