div > label {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.56px;
  color: #000;
  font-weight: 350;
}

.popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1080px;
  color: #000;

  .popup-content-uploaded-680 {
    width: 680px;
  }

  .popup-content,
  .popup-content-uploaded,
  .popup-content-uploaded-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 680px;
    outline: 2px solid #0068ff;
    background-color: #fff;
    border-radius: 16px;

    .popup-content-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 680px;
      height: 64px;
      padding: 22px 20px;

      color: #fff;
      border-radius: 13px 13px 0 0;
      background-color: #0068ff;

      h2 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.8px;
        font-weight: 500;
      }
    }

    .popup-content-body,
    .popup-content-body-uploaded {
      width: 680px;
      padding: 24px;

      .popup-content-body-form,
      .popup-content-body-form-uploaded {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 632px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -0.6px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        border-radius: 8px;

        p {
          font-size: 15px;
          line-height: 15px;
          letter-spacing: -0.6px;
          font-weight: 500;
        }

        .asterisk-1 {
          margin-left: 4.68px;
          color: #ff4c4c;
        }

        .asterisk-2 {
          margin-left: 4.32px;
          color: #ff4c4c;
        }

        .asterisk-3 {
          margin-left: 4.54px;
          color: #ff4c4c;
        }

        .asterisk-4 {
          margin-left: 3.8px;
          color: #ff4c4c;
        }

        .circle {
          margin-left: 0;
        }

        .popup-content-body-form-item-first-item,
        .popup-content-body-form-item {
          border: 1px solid #c2cadb;
          border-radius: 0 0 8px 8px;
          width: 632px;
        }

        .popup-content-body-form-item-first-item {
          display: flex;
          height: 72px;
          gap: 16px;
          padding: 26px 20px;
          background-color: #f0f4fd;
          border-bottom: none;
          border-radius: 8px 8px 0 0;
        }

        .popup-content-body-form-item {
          padding: 0 20px;

          .form-item {
            height: 72px;
          }

          .form-item:not(:last-child) {
            border-bottom: 1px solid #d9dfec;
          }
        }
      }
    }
  }

  /* 기존 부품 연동 팝업 */
  .popup-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px !important;
    background-color: #f5f6f8;
  }

  .popup-table-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #c2cadb;
    color: #282e3e;
    background-color: #f0f4fd;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.6px;
  }

  .popup-table-container {
    width: 100%;
    padding: 17px 16px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #c2cadb;
    border-top: none;

    table {
      width: 1368px;
      text-align: center;
      vertical-align: middle;

      tbody {
        border-bottom: 1px solid #d9dfec;
      }
    }

    .popup-table-header {
      height: 44px;
      font-weight: 500;
      border-top: 1px solid #aeb7c6;
      border-bottom: 1px solid #d9dfec;
      background-color: #f5f6f8;

      th {
        width: 228px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.56px;
      }
    }

    td {
      width: 228px;
      height: 44px;
      color: #383d48;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.56px;
    }
  }
  .no-data-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 315px;
    border: 1px solid #aeb7c6;
    border-top: none;
    border-radius: 0 0 8px 8px;

    p {
      color: #5b6371;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: -0.56px;
    }
  }
}

/* popup2 */
.no-close-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1080px;
  color: #000;

  .no-close-popup-content {
    border: 1px solid #0068ff;
    border-radius: 16px;

    .no-close-popup-content-header {
      height: 16px;
      border-radius: 14px 14px 0 0;
      background: #0068ff;
    }

    .no-close-popup-content-body {
      padding: 24px;

      .border-line {
        margin: 24px 0;
        border: 1px solid #d9dfec;
      }
    }
  }
}

#popup-category-move {
  .accordion-item-container {
    width: 100%;
    padding-left: 0;
  }
}

#popup-folder-management {
  .category-container {
    height: 100%;
    margin-bottom: 20px;

    .category-content {
      height: 100%;

      .category-body-list-container {
        width: 100%;
        height: 100%;
      }
    }
  }
}
