.page {
  margin-top: 60px;
  flex-direction: column;
  position: absolute;
  place-content: center;
  width: calc(100% - 0px);
  height: auto;
}

@media (max-width: 767px) {
  .page {
    margin-top: 60px;
  }
}

.container {
  display: flex;
  height: 320px;
  margin: 0 auto;
  width: 1024px;
}

@media (max-width: 767px) {
  .container {
    margin-top: 50px;
    flex-direction: column;
    height: 100vh;
    width: 320px;
  }
}

.textarea-width {
  width: 855px;
  height: 500px;
}

/* submit  */
.btn-submit {
  background-color: var(--topmenu-selectedmenu-bg-color-pc);
  border: 1px solid #292828;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 6px 10px 7px;
  text-align: center;
  transition: box-shadow 0.05s ease-in-out, opacity 0.05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.btn-qalist {
  background-color: var(--csconsultresultpage-qalistbtn_bgcolor);
  border: 1px solid #292828;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 6px 10px 7px;
  text-align: center;
  transition: box-shadow 0.05s ease-in-out, opacity 0.05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

input {
  font-size: 15px;
  color: black;
  width: 100%;
  border: none;
  border-bottom: solid #aaaaaa 1px;
  padding-left: 10px;
  position: relative;
  background: whitesmoke;
  z-index: 5;
}
input::placeholder {
  color: #aaaaaa;
}
input:focus {
  outline: none;
}

table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

tr,
th,
td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  table-layout: auto;
  border: 0px solid rgb(128, 128, 128);
  border-left: none;
  border-right: none;
  border-collapse: collapse;
  font-size: 100%;
  width: calc(100% - 0px);
  color: var(--default-text-color);
}

.p-selectall {
  margin: 0;
  line-height: 1.6;
}

.ol-selectall {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
}

.li-selectall {
  position: relative;
  counter-increment: list;
  max-width: 663px; /* 박스폭 */
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: var(--csconsultaddview-editor-bg-color);
}

.li-selectall::before {
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-actiontext-regbtn {
  float: left;
  margin-left: 1px;
  width: 40%;
  font-weight: 700;
  color: rgb(38, 196, 38);
}

.p-actiontext-qalistbtn {
  float: right;
  margin-left: 1px;
  width: 30%;
  font-weight: 700;
  color: rgb(233, 141, 129);
}

.window-title-bg {
  display: inline-block;
  background: var(--csconsultresultpage-titlebox_bgcolor);
  height: 95px;
  margin: 0px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #292828;
  width: calc(100% - 0px);
}

.window-title {
  color: var(--default-projectname-text-color);
  font-size: 20px;
  font-weight: 900;
  margin: 5px 40px 10px;
}

.msg {
  color: yellow;
  font-size: 14px;
  line-height: 1.5;
  margin: 7px 40px;
}
