@charset "utf-8";
/**
 * @author http://www.cosmosfarm.com/
 */

img {
  border: 0;
}

/* 예약하기 버튼 가시성 개선 */
.kboard-customer-button-middle {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff !important;
  background: #00a8e7 !important;
  border: 1px solid #00a8e7;
  border-radius: 6px;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  transition: background-color 0.2s, opacity 0.2s, box-shadow 0.2s;
}

/* hover/active */
.kboard-customer-button-middle:hover,
.kboard-customer-button-middle:focus {
  background: #0093ca !important;
  border-color: #0093ca;
}
.kboard-customer-button-middle:active {
  background: #007eab !important;
  border-color: #007eab;
}

/* 오른쪽 정렬 (필요 시) */
.right.reservation {
  text-align: right;
}

a.kboard-customer-button-small,
input.kboard-customer-button-small,
button.kboard-customer-button-small {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  color: white !important;
  background: #00a8e7 !important;
  border: 1px solid #00a8e7;
  border-radius: 0;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  transition-duration: 0.3s;
  box-sizing: content-box;
}
a.kboard-customer-button-small:hover,
a.kboard-customer-button-small:focus,
a.kboard-customer-button-small:active,
input.kboard-customer-button-small:hover,
input.kboard-customer-button-small:focus,
input.kboard-customer-button-small:active,
button.kboard-customer-button-small:hover,
button.kboard-customer-button-small:focus,
button.kboard-customer-button-small:active {
  opacity: 0.7;
}

.kboard-customer-poweredby {
  float: left;
  padding-bottom: 15px;
  width: 100%;
  font-size: 13px;
}
.kboard-customer-new-notify {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 2px;
  line-height: 10px;
  font-size: 10px;
  color: white;
  background-color: #f61b5d;
  font-weight: normal;
}
.kboard-customer-cut-strings {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

#kboard-customer-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
}
#kboard-customer-list form {
  margin: 0;
  padding: 0;
}
#kboard-customer-list .kboard-list-header {
  float: left;
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
#kboard-customer-list .kboard-list-header .kboard-total-count {
  *float: left;
  display: table-cell;
  font-size: 13px;
}
#kboard-customer-list .kboard-list-header .kboard-sort {
  *float: right;
  display: table-cell;
  text-align: right;
}
#kboard-customer-list .kboard-list-header .kboard-sort select {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  background: white;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: content-box;
  text-indent: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
#kboard-customer-list .kboard-category {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}
#kboard-customer-list .kboard-category.category-mobile {
  display: none;
}
#kboard-customer-list .kboard-category.category-pc {
  display: block;
}
#kboard-customer-list .kboard-category select {
  display: inline;
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  background: white;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  text-indent: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
#kboard-customer-list .kboard-category .kboard-category-list {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  border: 0;
  background-color: #f9f9f9;
  overflow: hidden;
}
#kboard-customer-list .kboard-category .kboard-category-list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0 5px;
  border: 0;
  list-style: none;
}
#kboard-customer-list .kboard-category .kboard-category-list li::before,
#kboard-customer-list .kboard-category .kboard-category-list li::after {
  display: none;
}
#kboard-customer-list .kboard-category .kboard-category-list li a {
  display: block;
  padding: 10px 10px 8px 10px;
  font-size: 13px;
  border: 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: #515151;
}
#kboard-customer-list
  .kboard-category
  .kboard-category-list
  li.kboard-category-selected
  a {
  font-weight: bold;
  border-bottom: 2px solid #545861;
  color: #545861;
}
#kboard-customer-list .kboard-list {
  float: left;
  width: 100%;
  background-color: white;
}
#kboard-customer-list .kboard-list table {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  font-size: 13px;
  border-collapse: collapse;
}
#kboard-customer-list .kboard-list table a {
  color: black;
  font-weight: normal;
  font-weight: normal;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  font-size: 13px;
}
#kboard-customer-list .kboard-list table tr {
  border: 0;
  background-color: transparent;
  transition-duration: 0.3s;
}
#kboard-customer-list .kboard-list table td {
  padding: 10px 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
#kboard-customer-list .kboard-list table td.kboard-list-uid {
  width: 72px;
}
#kboard-customer-list .kboard-list table td.kboard-list-title {
  width: auto;
}
#kboard-customer-list .kboard-list table td.kboard-list-user {
  width: 80px;
}
#kboard-customer-list .kboard-list table td.kboard-list-date {
  width: 75px;
}
#kboard-customer-list .kboard-list table td.kboard-list-vote {
  width: 55px;
}
#kboard-customer-list .kboard-list table td.kboard-list-view {
  width: 55px;
}
#kboard-customer-list .kboard-list thead {
  background-color: transparent;
}
#kboard-customer-list .kboard-list thead tr td {
  font-weight: bold;
  color: #545861;
  border: 0;
  border-bottom: 2px solid #f1f1f1;
}
#kboard-customer-list .kboard-list tbody tr td {
  word-break: break-all;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
}
#kboard-customer-list .kboard-list tbody tr:hover {
  background-color: #f7f7f7;
}
#kboard-customer-list .kboard-list tbody tr.kboard-list-notice {
  background-color: #f4f4f4;
}
#kboard-customer-list
  .kboard-list
  tbody
  tr.kboard-list-selected
  .kboard-customer-cut-strings {
  font-weight: bold;
}
#kboard-customer-list .kboard-list tbody td.kboard-list-title {
  text-align: left;
}
#kboard-customer-list .kboard-list tbody td.kboard-list-title img {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
#kboard-customer-list
  .kboard-list
  tbody
  td.kboard-list-title
  .kboard-comments-count {
  color: #00a8e7;
}
#kboard-customer-list .kboard-list tbody td.kboard-list-user img.avatar {
  display: inline;
  margin: 0;
  width: 24px;
  max-width: none;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
}
#kboard-customer-list .kboard-list .kboard-mobile-contents {
  display: none;
  font-size: 12px;
  color: #999999;
}
#kboard-customer-list .kboard-list .kboard-mobile-contents .contents-item {
  display: inline;
  margin: 0;
  padding: 0;
}
#kboard-customer-list
  .kboard-list
  .kboard-mobile-contents
  .contents-item
  img.avatar {
  display: inline;
  margin: 0;
  width: 24px;
  max-width: none;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
}
#kboard-customer-list .kboard-list .kboard-mobile-contents .contents-separator {
  display: inline;
  margin: 0;
  padding: 0 2px;
  color: #bebebe;
}
#kboard-customer-list .kboard-pagination {
  float: left;
  padding: 15px 0;
  width: 100%;
}
#kboard-customer-list .kboard-pagination .kboard-pagination-pages {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  border: 0;
}
#kboard-customer-list .kboard-pagination .kboard-pagination-pages li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0 1px;
  background: none;
  border: 0;
  list-style: none;
}
#kboard-customer-list .kboard-pagination .kboard-pagination-pages li a {
  display: block;
  margin: 0;
  padding: 0 11px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  border: 0;
  background-color: #f9f9f9;
  box-shadow: none;
  transition-duration: 0.3s;
}
#kboard-customer-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-customer-list .kboard-pagination .kboard-pagination-pages li.active a {
  border: 0;
  color: white;
  background-color: #00a8e7;
}
#kboard-customer-list .kboard-pagination .kboard-pagination-pages li:before {
  display: none;
}
#kboard-customer-list .kboard-pagination .kboard-pagination-pages li:after {
  display: none;
}
#kboard-customer-list .kboard-search {
  float: left;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
}
#kboard-customer-list .kboard-search select {
  display: inline;
  margin: 0;
  padding: 0 5px;
  width: 100px;
  min-width: 0;
  max-width: 100px;
  height: 26px;
  min-height: 0;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  background: white;
  line-height: 26px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
#kboard-customer-list .kboard-search input {
  display: inline;
  margin: 0;
  padding: 0 5px;
  width: 200px;
  min-width: 0;
  max-width: 200px;
  height: 26px;
  min-height: 0;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  background: white;
  line-height: 26px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: content-box;
}
#kboard-customer-list .kboard-control {
  float: left;
  padding-bottom: 15px;
  width: 100%;
  text-align: right;
}

#kboard-customer-editor {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
}
#kboard-customer-editor form {
  margin: 0;
  padding: 0;
}
#kboard-customer-editor select {
  display: inline;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  width: 30%;
  height: 28px;
  line-height: 28px;
  color: #666666;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: none;
  background-color: transparent;
  box-sizing: content-box;
  vertical-align: top;
  text-indent: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
#kboard-customer-editor input[type='text'],
#kboard-customer-editor input[type='email'],
#kboard-customer-editor input[type='number'],
#kboard-customer-editor input[type='date'],
#kboard-customer-editor input[type='password'],
#kboard-customer-editor input[type='tel'] {
  display: inline;
  margin: 0;
  padding: 0 5px;
  width: 30%;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: none;
  background-color: transparent;
  box-sizing: content-box;
  vertical-align: top;
}
#kboard-customer-editor select:hover,
#kboard-customer-editor input[type='text']:hover,
#kboard-customer-editor input[type='email']:hover,
#kboard-customer-editor input[type='number']:hover,
#kboard-customer-editor input[type='date']:hover,
#kboard-customer-editor input[type='password']:hover,
#kboard-customer-editor input[type='tel']:hover {
  border-bottom: 1px solid #9e9e9e;
}
#kboard-customer-editor select:focus,
#kboard-customer-editor input[type='text']:focus,
#kboard-customer-editor input[type='email']:focus,
#kboard-customer-editor input[type='number']:focus,
#kboard-customer-editor input[type='date']:focus,
#kboard-customer-editor input[type='password']:focus,
#kboard-customer-editor input[type='tel']:hover {
  border-bottom: 2px solid #9e9e9e;
}
#kboard-customer-editor input[type='file'] {
  display: inline;
  margin: 0;
  padding: 0;
  width: 30%;
  font-size: 12px;
  color: #666666;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
#kboard-customer-editor .kboard-attr-title input {
  width: 70%;
}
#kboard-customer-editor .kboard-attr-row {
  float: left;
  padding: 5px 0;
  width: 100%;
  background-color: white;
}
#kboard-customer-editor .kboard-attr-row .attr-name {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 10px 0 20px;
  width: 120px;
  line-height: 30px;
  color: #545861;
  font-size: 13px;
  font-weight: bold;
}
#kboard-customer-editor .kboard-attr-row .attr-name img {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
#kboard-customer-editor .kboard-attr-row .attr-value {
  margin-left: 150px;
  line-height: 30px;
  font-size: 13px;
}
#kboard-customer-editor .kboard-attr-row .attr-value .attr-value-option {
  display: inline;
  padding-right: 20px;
  width: auto;
  cursor: pointer;
}
#kboard-customer-editor
  .kboard-attr-row
  .attr-value
  .attr-value-option
  input[type='checkbox'] {
  cursor: pointer;
}
#kboard-customer-editor .kboard-attr-row .attr-value .description {
  margin: 0;
  color: #666666;
}
#kboard-customer-editor .kboard-confirm-row {
  padding: 100px 0;
}
#kboard-customer-editor .kboard-content {
  float: left;
  padding: 9px 0;
  width: 100%;
  text-align: center;
  background-color: white;
}
#kboard-customer-editor .kboard-content textarea {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 250px;
  min-height: 0;
  font-size: 13px;
  box-sizing: border-box;
}
#kboard-customer-editor .kboard-control {
  float: left;
  padding: 15px 0;
  width: 100%;
}
#kboard-customer-editor .kboard-control .left {
  position: static;
  float: left;
}
#kboard-customer-editor .kboard-control .right {
  position: static;
  float: right;
  width: 50%;
  text-align: right;
}

#kboard-customer-document {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
}
#kboard-customer-document .kboard-document-wrap {
  float: left;
  width: 100%;
  background-color: white;
}
#kboard-customer-document .kboard-title {
  float: left;
  width: 100%;
}
#kboard-customer-document .kboard-title h1 {
  margin: 0;
  padding: 12px 22px;
  color: #545861;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
#kboard-customer-document .kboard-detail {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  font-size: 13px;
}
#kboard-customer-document .kboard-detail .detail-attr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  margin: 0;
  padding: 12px 35px 12px 22px;
}
#kboard-customer-document .kboard-detail .detail-attr .detail-name {
  float: left;
  font-weight: bold;
  color: #545861;
  text-align: right;
}
#kboard-customer-document .kboard-detail .detail-attr .detail-value {
  float: left;
  padding-left: 20px;
  color: #545861;
}
#kboard-customer-document .kboard-detail .detail-attr .detail-value a {
  color: #545861;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}
#kboard-customer-document .kboard-detail .detail-attr .detail-value img.avatar {
  display: inline;
  margin: 0;
  width: 24px;
  max-width: none;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
}
#kboard-customer-document .kboard-content {
  clear: both;
  float: left;
  width: 100%;
  min-height: 200px;
}
#kboard-customer-document .kboard-content .content-view {
  margin: 0;
  padding: 22px;
  word-break: break-all;
}
#kboard-customer-document .kboard-content .content-view iframe {
  max-width: 100%;
}
#kboard-customer-document .kboard-content .content-view img {
  display: inline;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}
#kboard-customer-document .kboard-content .content-view p {
  margin: 0 0 0.75em;
}
#kboard-customer-document .kboard-content .content-view p:last-child {
  margin: 0;
}
#kboard-customer-document .kboard-content .content-view .thumbnail-area {
  text-align: center;
}
#kboard-customer-document .kboard-content .content-view .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#kboard-customer-document .kboard-content .content-view .alignright {
  float: right;
}
#kboard-customer-document .kboard-content .content-view .alignleft {
  float: left;
}
#kboard-customer-document .kboard-document-action {
  padding: 0 22px 5px 22px;
  overflow: hidden;
  line-height: 1;
}
#kboard-customer-document .kboard-document-action .left {
  position: static;
  float: left;
}
#kboard-customer-document .kboard-document-action .right {
  position: static;
  float: right;
  text-align: right;
}
#kboard-customer-document .kboard-attach {
  clear: both;
  margin: 0 22px;
  padding: 10px 0 5px 0;
  font-size: 12px;
  overflow: hidden;
  line-height: 1;
  border-top: 1px dashed #ededed;
}
#kboard-customer-document .kboard-button-action {
  margin: 0 0 5px 0;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  text-align: left;
  border: 1px solid #ededed;
  background: none;
  background-color: transparent;
  border-radius: 2px;
  letter-spacing: normal;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
}
#kboard-customer-document .kboard-button-action span {
  position: static;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#kboard-customer-document .kboard-button-like {
  color: #ff5959;
}
#kboard-customer-document .kboard-button-unlike {
  color: #3d62aa;
}
#kboard-customer-document .kboard-button-print {
  color: gray;
}
#kboard-customer-document .kboard-button-download {
  color: gray;
}
#kboard-customer-document .kboard-comments-area {
  float: left;
  width: 100%;
}
#kboard-customer-document .kboard-document-navi {
  float: left;
  padding-top: 15px;
  width: 100%;
}
#kboard-customer-document .kboard-document-navi a {
  display: block;
  text-decoration: none;
  border: 0;
  font-size: 13px;
  line-height: 20px;
  box-shadow: none;
  color: #545861;
  transition-duration: 0.3s;
}
#kboard-customer-document .kboard-document-navi .navi-document-title {
  display: block;
}
#kboard-customer-document .kboard-document-navi .navi-arrow {
  position: absolute;
  display: block;
}
#kboard-customer-document .kboard-document-navi .kboard-prev-document {
  position: relative;
  float: left;
  width: 45%;
}
#kboard-customer-document
  .kboard-document-navi
  .kboard-prev-document
  .navi-document-title {
  padding-left: 15px;
}
#kboard-customer-document
  .kboard-document-navi
  .kboard-prev-document
  .navi-arrow {
  left: 0;
  top: 0;
}
#kboard-customer-document .kboard-document-navi .kboard-prev-document:hover a {
  color: black;
}
#kboard-customer-document .kboard-document-navi .kboard-next-document {
  position: relative;
  float: right;
  width: 45%;
  text-align: right;
}
#kboard-customer-document
  .kboard-document-navi
  .kboard-next-document
  .navi-document-title {
  padding-right: 15px;
}
#kboard-customer-document
  .kboard-document-navi
  .kboard-next-document
  .navi-arrow {
  right: 0;
  top: 0;
}
#kboard-customer-document .kboard-document-navi .kboard-next-document:hover a {
  color: black;
}
#kboard-customer-document .kboard-control {
  float: left;
  padding: 15px 0;
  width: 100%;
}
#kboard-customer-document .kboard-control .left {
  position: static;
  float: left;
}
#kboard-customer-document .kboard-control .right {
  position: static;
  float: right;
  text-align: right;
}

#kboard-customer-latest table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
}
#kboard-customer-latest table tr {
  padding: 0;
  border: 0;
}
#kboard-customer-latest table th {
  padding: 5px 0;
  height: auto;
  border: 0;
  text-align: center;
}
#kboard-customer-latest table td {
  padding: 5px 0;
  height: auto;
  border: 0;
  border-top: 1px solid #f1f1f1;
  vertical-align: middle;
}
#kboard-customer-latest table td.kboard-latest-title {
  text-align: left;
}
#kboard-customer-latest table .kboard-latest-title {
  padding-left: 5px;
  font-size: 13px;
}
#kboard-customer-latest table .kboard-latest-title a {
  text-decoration: none;
  box-shadow: none;
}
#kboard-customer-latest table .kboard-latest-title img {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
#kboard-customer-latest table .kboard-latest-title .kboard-comments-count {
}
#kboard-customer-latest table .kboard-latest-date {
  width: 80px;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  #kboard-customer-list .kboard-category.category-mobile {
    display: block;
  }
  #kboard-customer-list .kboard-category.category-pc {
    display: none;
  }
  #kboard-customer-list .kboard-list table {
    border-top: 1px solid #f1f1f1;
  }
  #kboard-customer-list .kboard-list table thead {
    display: none;
  }
  #kboard-customer-list .kboard-list table td.kboard-list-title {
    padding: 10px 5px;
  }
  #kboard-customer-list
    .kboard-list
    table
    td.kboard-list-title
    .kboard-customer-cut-strings {
    margin-bottom: 10px;
    white-space: normal;
    font-size: 15px;
    line-height: 23px;
  }
  #kboard-customer-list .kboard-list table td.kboard-list-uid,
  #kboard-customer-list .kboard-list table td.kboard-list-user,
  #kboard-customer-list .kboard-list table td.kboard-list-date,
  #kboard-customer-list .kboard-list table td.kboard-list-vote,
  #kboard-customer-list .kboard-list table td.kboard-list-view {
    display: none;
  }
  #kboard-customer-list .kboard-list .kboard-mobile-contents {
    display: block;
  }
  #kboard-customer-list .kboard-pagination .kboard-pagination-pages li {
    display: none;
  }
  #kboard-customer-list
    .kboard-pagination
    .kboard-pagination-pages
    li.first-page,
  #kboard-customer-list
    .kboard-pagination
    .kboard-pagination-pages
    li.last-page,
  #kboard-customer-list
    .kboard-pagination
    .kboard-pagination-pages
    li.prev-page,
  #kboard-customer-list
    .kboard-pagination
    .kboard-pagination-pages
    li.next-page,
  #kboard-customer-list .kboard-pagination .kboard-pagination-pages li.active {
    display: inline-block;
  }
  #kboard-customer-list
    .kboard-pagination
    .kboard-pagination-pages
    li.prev-page
    a,
  #kboard-customer-list
    .kboard-pagination
    .kboard-pagination-pages
    li.next-page
    a {
    padding: 0 18px;
  }
  #kboard-customer-list .kboard-search select {
    float: left;
    margin-right: 1%;
    width: 29%;
    min-width: 29%;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
  }
  #kboard-customer-list .kboard-search input {
    float: left;
    margin-right: 1%;
    width: 49%;
    min-width: 49%;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
  }
  #kboard-customer-list .kboard-search button {
    float: left;
    width: 20%;
    min-width: 20%;
    box-sizing: border-box;
  }

  #kboard-customer-editor select,
  #kboard-customer-editor input[type='text'],
  #kboard-customer-editor input[type='email'],
  #kboard-customer-editor input[type='number'],
  #kboard-customer-editor input[type='date'],
  #kboard-customer-editor input[type='password'],
  #kboard-customer-editor input[type='file'] {
    width: 100%;
    box-sizing: border-box;
  }
  #kboard-customer-editor .kboard-attr-row {
    padding: 10px 0;
  }
  #kboard-customer-editor .kboard-attr-row .attr-name {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
  #kboard-customer-editor .kboard-attr-row .attr-value {
    margin: 0;
  }

  #kboard-customer-document .kboard-title h1 {
    padding: 10px 5px;
    font-size: 18px;
  }
  #kboard-customer-document .kboard-content .content-view {
    padding: 10px 5px;
  }
  #kboard-customer-document .kboard-detail .detail-attr {
    clear: both;
    padding: 10px 5px;
    line-height: normal;
  }
  #kboard-customer-document .kboard-document-action {
    padding: 10px 5px 5px 5px;
  }
  #kboard-customer-document .kboard-attach {
    margin: 0 5px;
    padding: 10px 0 5px 0;
  }
  #kboard-customer-document .kboard-document-navi .kboard-prev-document {
    width: 100%;
  }
  #kboard-customer-document .kboard-document-navi .kboard-next-document {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
  }
}

/* ===== HS: 컨트롤바 오른쪽(탭 + 검색) 컴팩트 & 정렬 ===== */

/* 오른쪽 묶음은 하단 기준으로 딱 맞추기 */
.kblist-right {
  margin-left: auto;
  display: flex;
  align-items: flex-end; /* 하단 정렬 */
  gap: 8px;
  flex-wrap: nowrap;
}

/* --- 탭: 페이지네이션 톤으로 '사각', 불릿 제거, 한 줄 폭만 --- */
.kblist-right .kboard-pagination {
  margin: 0;
  padding: 0;
  width: auto;
}
.kblist-right .kboard-pagination-pages {
  float: none !important;
  width: auto !important;
  display: flex !important;
  align-items: flex-end;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none; /* 앞 점(•) 제거 */
}
.kblist-right .kboard-pagination-pages li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kblist-right .kboard-pagination-pages li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px; /* 통일 */
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px; /* 라인맞춤 */
  border: 1px solid #d8dfe6;
  background: #f5f7fa;
  color: #2a7db8;
  border-radius: 0; /* 사각 */
  text-decoration: none;
}
.kblist-right .kboard-pagination-pages li.active a,
.kblist-right .kboard-pagination-pages li a:hover {
  background: #2ea3f2;
  border-color: #2ea3f2;
  color: #fff;
}

/* --- 검색 폼: 셀렉트/인풋/버튼을 30px로 통일 & 사각 --- */
.kblist-right .hs-form {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 0;
}
.kblist-right .hs-form select,
.kblist-right .hs-form input[type='text'] {
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #d8dfe6;
  background: #fff;
  border-radius: 0; /* 사각 */
  box-sizing: border-box;
}
.kblist-right .hs-form select {
  width: 78px;
}
.kblist-right .hs-form input[type='text'] {
  width: 200px;
}

/* KBoard 기본 작은 버튼은 content-box라 높이 틀어짐 → 강제 통일 */
.kblist-right .hs-form .kboard-customer-button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 12px !important;
  border-radius: 0 !important; /* 사각 */
  box-sizing: border-box !important;
}

/* 예약하기/안내 줄은 기존처럼 두되, 안내 문구는 버튼보다 살짝 낮게 */
.kblist-left {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.kblist-note {
  margin-bottom: 2px;
  font-size: 13px;
  color: #666;
}

/* === HS 예약하기 버튼 (기본 KBoard 덮어쓰기) === */
.hs-btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  background: #00a8e7 !important;
  border: 1px solid #009bd4 !important;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s;
}
.hs-btn-reserve:hover {
  background: #0093ca !important;
  border-color: #0093ca !important;
}

/* === HS 한 줄 유지 보정 === */
.kblist-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap; /* ✅ 줄바꿈 방지 */
  gap: 10px;
  margin-bottom: 14px;
}
.kblist-topbar * {
  box-sizing: border-box;
}
.kblist-right {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: auto;
}
.kblist-right .kboard-pagination-pages {
  float: none !important;
  width: auto !important;
  display: flex !important;
  gap: 4px;
}

/* === HS 예약하기 버튼 크게(리스트 페이지 전용 튜닝) === */
#kboard-customer-list .hs-btn-reserve {
  height: 48px; /* ← 버튼 높이 업(기존 ~38~42px) */
  line-height: 48px; /* 텍스트 수직 가운데 */
  padding: 0 22px; /* 좌우 여백 조금 더 */
  font-size: 16px; /* 텍스트 크기 업 */
  font-weight: 800; /* 강조 */
  border-radius: 10px; /* 모서리 살짝 더 둥글게(원하면 줄여도 됨) */
  box-shadow: 0 8px 18px rgba(0, 168, 231, 0.28);
}

/* 호버/액티브도 살짝 업 */
#kboard-customer-list .hs-btn-reserve:hover {
  background: #0093ca !important;
  border-color: #0093ca !important;
  box-shadow: 0 10px 22px rgba(0, 147, 202, 0.32);
}
#kboard-customer-list .hs-btn-reserve:active {
  transform: translateY(1px);
}

/* 버튼이 커져도 안내문구 베이스라인이 예쁘게 맞도록 */
#kboard-customer-list .kblist-left {
  align-items: flex-end; /* 하단 정렬 유지 */
  gap: 12px;
}
#kboard-customer-list .kblist-note {
  margin-bottom: 4px; /* 버튼이 커진 만큼 살짝 내리기 */
  font-size: 13px;
  color: #666;
}

/* 모바일에선 살짝 줄여 가독성/공간 확보 */
@media (max-width: 600px) {
  #kboard-customer-list .hs-btn-reserve {
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
    font-size: 15px;
  }
}

#kboard-customer-list .kblist-right {
  align-items: center;
  position: relative;
  top: -4px;
}

/* 드롭다운 화살표가 안 보일 때: 네이티브 화살표 강제 복원 */
#kboard-customer-list .kblist-right .hs-form select {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: auto !important;
  background-image: none !important; /* 커스텀 배경이 덮지 않도록 */
  padding-right: 8px; /* 화살표 공간 */
}

/* 필수입력 표시 */
.happy-attr-name.required::after {
  content: ' *';
  color: #e53935;
}
