.back-to-cslist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  border: 0;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.09em;
  vertical-align: middle;
  background: #5969c3;
  color: #fff !important;
}

.cs-detail-page {
  width: 100%;
}
.cs-detail-page .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cs-detail-page .container .customer-information-section {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cs-detail-page .container .customer-information-section .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #3f51b5;
}
.cs-detail-page .container .customer-information-section .cs-information-table {
  width: 100%;
  border: 1px solid #ccc;
}
.cs-detail-page .container .customer-information-section .cs-information-table > colgroup > col:nth-of-type(1), .cs-detail-page .container .customer-information-section .cs-information-table > colgroup > col:nth-of-type(3) {
  width: 15%;
}
.cs-detail-page .container .customer-information-section .cs-information-table > colgroup > col:nth-of-type(2), .cs-detail-page .container .customer-information-section .cs-information-table > colgroup > col:nth-of-type(4) {
  width: 35%;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr {
  border-bottom: 1px solid #ccc;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > th, .cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td {
  min-height: 35px;
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > th {
  padding-left: 70px;
  text-align: left;
  background: #fafafa;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > th.get-cs-title {
  padding-left: 10px;
  background: white;
  text-align: left;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-mng-grid {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px 8px;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-mng-grid > label {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-mng-grid > label > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-mng-grid > label > input {
  width: 16px;
  height: 16px;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-attachment-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-attachment-grid > a {
  width: 100%;
  height: 35px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background: #f0f0f0;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-attachment-grid > a > span {
  font-size: 13px;
  line-height: 1.3;
  color: #505050;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .cs-attachment-grid > a > svg {
  flex: 0 0 auto;
  width: auto;
  height: 16px;
  transform: rotate(30deg);
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td select {
  width: 100%;
  height: 25px;
  max-width: 100px;
}
.cs-detail-page .container .customer-information-section .cs-information-table tbody > tr > td .get-cs-content img {
  width: 100%;
}
.cs-detail-page .container .customer-comment-section {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cs-detail-page .container .customer-comment-section .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #3f51b5;
}
.cs-detail-page .container .customer-comment-section .cs-comment {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cs-detail-page .container .customer-comment-section .cs-comment #com_comment {
  padding: 10px;
  resize: none;
}
.cs-detail-page .container .customer-comment-section .cs-comment > button {
  align-self: flex-end;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: #5969c3;
  border: none;
  border-radius: 5px;
  outline: none;
}
.cs-detail-page .container .customer-comment-view-section {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cs-detail-page .container .customer-comment-view-section .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #3f51b5;
}
.cs-detail-page .container .customer-comment-view-section .comment-view-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cs-detail-page .container .customer-comment-view-section .comment-view-list > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.cs-detail-page .container .customer-comment-view-section .comment-view-list .view-item {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fafafa;
}
.cs-detail-page .container .customer-comment-view-section .comment-view-list .view-item .get-w-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #707070;
}
.cs-detail-page .container .customer-comment-view-section .comment-view-list .view-item .get-w-content {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background: white;
}/*# sourceMappingURL=mir_cs.css.map */