@media screen and (min-width: 1024px) {
  html,
  body {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    background: #b9b7b7;
  }

  #app {
    box-sizing: border-box;
    min-height: 100vh;
    margin-top: 0 !important;
    overflow-x: hidden;
    background: #b9b7b7;
  }

  .pc-select[data-v-0e44a628] {
    box-sizing: border-box;
    width: calc(100vw - clamp(24px, 2.5vw, 56px));
    max-width: none;
    min-height: calc(100vh - clamp(68px, 5vw, 112px));
    margin: clamp(12px, 1.25vw, 28px) auto !important;
    padding: clamp(12px, 1.15vw, 24px);
    border: 1px solid #a8a8a8;
    background: #ffffff;
  }

  .pc-select[data-v-0e44a628] > .el-row > .el-col-20.el-col-offset-2,
  .pc-select[data-v-0e44a628] > div > .el-row > .el-col-20.el-col-offset-2 {
    width: 100%;
    margin-left: 0;
  }

  .pc-select[data-v-0e44a628] .el-row[data-v-0e44a628] {
    margin-bottom: clamp(6px, 0.65vw, 12px);
  }

  .pc-select[data-v-0e44a628] .el-container {
    align-items: flex-start;
    gap: clamp(10px, 1vw, 20px);
  }

  .pc-select[data-v-0e44a628] .el-aside {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
  }

  .pc-select[data-v-0e44a628] .custom-row-border {
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    background: #ffffff;
  }

  .pc-select[data-v-0e44a628] .el-textarea__inner {
    min-height: clamp(156px, 18vh, 260px) !important;
    font-size: 14px;
    line-height: 1.5;
  }

  .pc-select[data-v-0e44a628] .fixed-width-button {
    width: clamp(84px, 6vw, 116px);
    min-width: 84px;
    white-space: nowrap;
    word-break: keep-all;
  }

  .pc-select[data-v-0e44a628] .small-font-button,
  .pc-select[data-v-0e44a628] .small-font-button-mini-plus {
    white-space: nowrap;
  }

  .pc-select[data-v-0e44a628] .small-font-select .el-input__inner {
    height: 28px;
    padding: 0 8px !important;
    line-height: 28px;
  }

  .pc-select[data-v-0e44a628] .el-table {
    width: 100%;
  }

  .pc-select[data-v-0e44a628] .el-table .cell {
    line-height: 20px;
  }

  div[data-v-5644ca81][style*="background-color"] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    max-width: none;
    min-height: 100vh !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: clamp(64px, 10vh, 120px) clamp(40px, 8vw, 140px) 56px;
  }

  div[data-v-5644ca81][style*="background-color"] .el-row {
    margin-bottom: clamp(16px, 1.6vw, 28px);
  }

  div[data-v-5644ca81][style*="background-color"] .el-col-12.el-col-offset-6 {
    float: none !important;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 72px;
    width: min(760px, calc(100vw - 360px)) !important;
    min-width: 520px;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: clamp(8px, 0.8vw, 16px);
    justify-content: center;
    align-items: center;
  }

  div[data-v-5644ca81][style*="background-color"] .el-input {
    width: 100%;
  }

  div[data-v-5644ca81][style*="background-color"] .el-button {
    width: 72px;
  }
}

div[data-v-5644ca81][style*="background-color"] > .el-row:nth-of-type(3) {
  display: none !important;
}

div[data-v-5644ca81][style*="background-color"] > .el-row:nth-of-type(2),
.pc-select[data-v-0e44a628] > div[style*="padding-bottom"] {
  display: none !important;
}

.pc-select[data-v-0e44a628] > .el-row:nth-of-type(2) > .el-col[style*="height"] font:nth-of-type(2),
.pc-select[data-v-0e44a628] > .el-row:nth-of-type(2) > .el-col[style*="height"] u,
.pc-select[data-v-0e44a628] > .el-row:nth-of-type(2) > .el-col[style*="height"],
.mobile-select[data-v-0e44a628] > .el-row:nth-of-type(2) > .el-col[style*="height"] font:nth-of-type(2),
.mobile-select[data-v-0e44a628] > .el-row:nth-of-type(2) > .el-col[style*="height"] u {
  display: none !important;
}
