@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

a.kboard-cross-link-button-small,
input.kboard-cross-link-button-small,
button.kboard-cross-link-button-small {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0.5rem 1rem;
  width: auto;

  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  border: none;
  /* border-radius: 0; */
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  transition-duration: 0.3s;
  box-sizing: border-box;

  background-color: #192f5f;
  color: white;
  border-radius: 4px;
  border: 1px solid #cccccc;
  opacity: 0.9;
}
a.kboard-cross-link-button-small:hover,
a.kboard-cross-link-button-small:focus,
a.kboard-cross-link-button-small:active,
input.kboard-cross-link-button-small:hover,
input.kboard-cross-link-button-small:focus,
input.kboard-cross-link-button-small:active,
button.kboard-cross-link-button-small:hover,
button.kboard-cross-link-button-small:focus,
button.kboard-cross-link-button-small:active {
  opacity: 1.1;
  color: white;
}

.kboard-cross-link-poweredby {
  /* float: left;
  padding-bottom: 15px;
  width: 100%;
  font-size: 13px; */
  /* ! POWEREDBY삭제 */
  display: none;
}

.kboard-cross-link-new-notify {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 2px;
  line-height: 10px;
  font-size: 10px;
  color: white;
  background-color: #f27824;
  font-weight: normal;
  /* 새글표시 삭제 */
  display: none;
}
.kboard-cross-link-cut-strings {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.kboard-cross-link-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
  font-family: "Noto Sans KR" !important;
}
.kboard-cross-link-list form {
  margin: 0;
  padding: 0;
}
.kboard-cross-link-list .kboard-crosslink-list-header {
  padding-bottom: 15px;
  overflow: hidden;
  /* 상단바 삭제 */
  display: none;
}
.kboard-cross-link-list .kboard-crosslink-list-header .kboard-sort {
  position: relative;
  display: none;
  *display: inline;
  zoom: 1;
}
.kboard-cross-link-list .kboard-crosslink-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 #cccccc;
  background: white;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: content-box;
  text-indent: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.kboard-cross-link-list .kboard-crosslink-list-header .kboard-search {
  float: right;
}
.kboard-cross-link-list .kboard-crosslink-list-header .kboard-search select {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 5px;
  width: 100px;
  min-width: 0;
  max-width: none;
  height: 26px;
  min-height: 0;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #cccccc;
  background: white;
  line-height: 26px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.kboard-cross-link-list .kboard-crosslink-list-header .kboard-search input {
  display: inline;
  margin: 0 5px;
  padding: 0 25px 0 5px;
  width: 170px;
  min-width: 0;
  max-width: none;
  height: 26px;
  min-height: 0;
  background: none;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #cccccc;
  line-height: 26px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: content-box;
}
.kboard-cross-link-list
  .kboard-crosslink-list-header
  .kboard-search
  .magnifier {
  margin-left: -25px;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
}
.kboard-cross-link-list .kboard-crosslink-list-header .kboard-control {
  float: left;
}
.kboard-cross-link-list .kboard-list {
  background-color: white;
}
.kboard-cross-link-list .kboard-list table {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  font-size: 13px;
  font-family: "Noto Sans KR" !important;
  border-collapse: collapse;
}
.kboard-cross-link-list .kboard-list table a {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}
.kboard-cross-link-list .kboard-list table a:hover {
  color: #f59350;
}
.kboard-cross-link-list .kboard-list table tr {
  border: 0;
  background-color: white;
  transition-duration: 0.3s;
}
.kboard-cross-link-list .kboard-list table td {
  padding: 10px 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  /* ! 테이블 제목 크기 */
  font-size: 15px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-uid {
  width: 70px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-category1 {
  width: 120px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-category2 {
  width: 100px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-category2 a {
  color: #666666;
}
.kboard-cross-link-list
  .kboard-list
  table
  td.kboard-list-category1
  .category1-wrap {
  margin: 0 auto;
  padding: 7px 2px;
  width: 80px;
  line-height: normal;
  background-color: #666666;
  color: white;
  font-size: 13px;
}
.kboard-cross-link-list
  .kboard-list
  table
  td.kboard-list-category1
  .category1-wrap
  a {
  color: white;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-title {
  width: auto;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-title .separator {
  line-height: normal;
  color: #e1e1e1;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-title .separator a {
  font-size: 12px;
  color: #999999;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-user {
  width: 80px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-date {
  width: 90px;
  color: #666666;
  display: none;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-vote {
  width: 55px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-view {
  width: 55px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts {
  width: 70px;
}
.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts img {
  margin: 0;
  padding: 0;
  width: 30px;
  box-shadow: none !important;
  border: 0;
  cursor: pointer;
}
.kboard-cross-link-list .kboard-list thead {
  /* background-color: transparent; */
}
.kboard-cross-link-list .kboard-list thead tr {
  height: 70px;
  /* background-color: #fdfdfd; */
  border-top: 2px solid #212121;
  /* ! 테이블헤더 컬러변경 */
  /* background-color: #f2f2f2; */
  background-color: white;
}
.kboard-cross-link-list .kboard-list thead tr td {
  font-weight: bold;
  color: #545861;
  border: 0;
  border-bottom: 2px solid #f1f1f1;
}
.table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: white !important;
}
.kboard-cross-link-list .kboard-list thead tr td .right-line {
  /* ! 이상한 구분선 삭제 */
  /* border-right: 1px solid #e1e1e1; */
}
.kboard-cross-link-list .kboard-list tbody tr {
  height: 70px;
}
.kboard-cross-link-list .kboard-list tbody tr td {
  word-break: break-all;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
}
.kboard-cross-link-list .kboard-list tbody tr:hover {
  background-color: #f7f7f7;
}
.kboard-cross-link-list .kboard-list tbody tr:hover .separator {
  display: block;
}
.kboard-cross-link-list .kboard-list tbody tr.kboard-list-notice {
  background-color: #f4f4f4;
}
.kboard-cross-link-list .kboard-list tbody tr.top-fixing {
  background-color: #fdfdfd;
}
.kboard-cross-link-list
  .kboard-list
  tbody
  tr.kboard-list-selected
  .kboard-cross-link-cut-strings {
  font-weight: bold;
}
.kboard-cross-link-list .kboard-list tbody td.kboard-list-title {
  padding-left: 10px;
  text-align: left;
  font-size: 15px;
}
.kboard-cross-link-list .kboard-list tbody td.kboard-list-title a:hover {
  color: #f59350;
}
.kboard-cross-link-list .kboard-list tbody td.kboard-list-title img {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
.kboard-cross-link-list
  .kboard-list
  tbody
  td.kboard-list-title
  .kboard-comments-count {
  color: #00a8e7;
}
.kboard-cross-link-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-cross-link-list .kboard-list .kboard-mobile-contents {
  display: none;
  font-size: 12px;
  color: #999999;
}
.kboard-cross-link-list .kboard-list .kboard-mobile-contents .contents-item {
  display: inline;
  margin: 0;
  padding: 0;
}
.kboard-cross-link-list .kboard-list .kboard-mobile-contents .contents-item a {
  font-size: 12px;
  color: #999999;
}
.kboard-cross-link-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-cross-link-list
  .kboard-list
  .kboard-mobile-contents
  .contents-separator {
  display: inline;
  margin: 0;
  padding: 0 2px;
  color: #bebebe;
}
.kboard-cross-link-list .kboard-list .kboard-mobile-contents .kboard-edit,
.kboard-cross-link-list .kboard-list .kboard-mobile-contents .kboard-remove {
  display: inline;
}
.kboard-cross-link-list .kboard-pagination {
  padding: 30px 0;
  text-align: center;
}
.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  border: 0;
}
.kboard-cross-link-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-cross-link-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-cross-link-list .kboard-pagination .kboard-pagination-pages li:hover a,
.kboard-cross-link-list
  .kboard-pagination
  .kboard-pagination-pages
  li.active
  a {
  border: 0;
  color: white;
  background-color: #00a8e7;
}
.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li:before {
  display: none;
}
.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li:after {
  display: none;
}
.kboard-cross-link-list .kboard-pagination .kboard-cross-link-button-small {
  width: 50%;
  height: 50px;
}

.kboard-cross-link-list.mobile .kboard-crosslink-list-header .kboard-search {
  float: none;
}
.kboard-cross-link-list.mobile
  .kboard-crosslink-list-header
  .kboard-search
  select {
  float: left;
  margin-right: 1%;
  width: 29%;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
}
.kboard-cross-link-list.mobile
  .kboard-crosslink-list-header
  .kboard-search
  input[type="text"] {
  float: left;
  margin: 0;
  width: 70%;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
}
.kboard-cross-link-list.mobile .kboard-crosslink-list-header .kboard-control {
  float: none;
  margin-bottom: 5px;
}
.kboard-cross-link-list.mobile .kboard-list table {
  border-top: 1px solid #f1f1f1;
}
.kboard-cross-link-list.mobile .kboard-list table thead {
  display: none;
}
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-title {
  padding: 10px 5px;
}
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-category2,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-shortcuts,
.kboard-cross-link-list.mobile
  .kboard-list
  table
  td.kboard-list-title
  .separator {
  display: none;
}
.kboard-cross-link-list.mobile
  .kboard-list
  table
  td.kboard-list-title
  .kboard-cross-link-cut-strings {
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  white-space: nowrap;
}
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-category1 {
  width: 80px;
}
.kboard-cross-link-list.mobile
  .kboard-list
  table
  td.kboard-list-category1
  .category1-wrap {
  padding: 5px 2px;
  width: 73px;
  font-size: 12px;
}
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-uid,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-user,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-date,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-vote,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-view {
  display: none;
}
.kboard-cross-link-list.mobile .kboard-list .kboard-mobile-contents {
  display: block;
  font-size: 12px;
}
.kboard-cross-link-list.mobile
  .kboard-list
  .kboard-mobile-contents
  .contents-item
  a {
  font-size: 12px;
}
.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li {
  display: none;
}
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.first-page,
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.last-page,
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.prev-page,
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.next-page,
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.active {
  display: inline-block;
}
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.prev-page
  a,
.kboard-cross-link-list.mobile
  .kboard-pagination
  .kboard-pagination-pages
  li.next-page
  a {
  padding: 0 18px;
}

#kboard-cross-link-editor {
  overflow: hidden;
}
#kboard-cross-link-editor form {
  margin: 0;
  padding: 0;
}
#kboard-cross-link-editor select {
  display: inline;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  width: 100%;
  *width: 30%;
  height: 28px;
  line-height: 28px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: top;
  text-indent: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
#kboard-cross-link-editor input[type="text"],
#kboard-cross-link-editor input[type="email"],
#kboard-cross-link-editor input[type="number"],
#kboard-cross-link-editor input[type="date"],
#kboard-cross-link-editor input[type="password"],
#kboard-cross-link-editor .editor-textarea {
  display: inline;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  *width: 30%;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #666666;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: top;
}
#kboard-cross-link-editor select:hover,
#kboard-cross-link-editor input[type="text"]:hover,
#kboard-cross-link-editor input[type="email"]:hover,
#kboard-cross-link-editor input[type="number"]:hover,
#kboard-cross-link-editor input[type="date"]:hover,
#kboard-cross-link-editor input[type="password"]:hover,
#kboard-cross-link-editor .editor-textarea:hover,
#kboard-cross-link-editor select:focus,
#kboard-cross-link-editor input[type="text"]:focus,
#kboard-cross-link-editor input[type="email"]:focus,
#kboard-cross-link-editor input[type="number"]:focus,
#kboard-cross-link-editor input[type="date"]:focus,
#kboard-cross-link-editor input[type="password"]:focus,
#kboard-cross-link-editor .editor-textarea:focus {
  border: 1px solid #9e9e9e;
}
#kboard-cross-link-editor input[type="file"] {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
  *width: 30%;
  font-size: 12px;
  color: #666666;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  box-sizing: border-box;
  vertical-align: top;
}
#kboard-cross-link-editor .kboard-attr-wrap-title {
  margin: 10px 0;
  padding: 5px 10px;
  width: 100%;
  line-height: 40px;
  border-top: 1px solid #e5e5e5;
  color: #545861;
  font-size: 16px;
  font-weight: bold;
  background-color: #f7f7f7;
  text-transform: capitalize;
}
#kboard-cross-link-editor .kboard-attr-row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white;
}
#kboard-cross-link-editor .kboard-attr-row-half {
  float: left;
  width: 50%;
}
#kboard-cross-link-editor .kboard-attr-row .attr-name {
  float: left;
  display: block;
  box-sizing: content-box;
  margin: 0;
  padding: 5px 10px;
  width: 130px;
  line-height: 30px;
  color: #545861;
  font-size: 13px;
  font-weight: bold;
}
#kboard-cross-link-editor .kboard-attr-row .attr-name img {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
#kboard-cross-link-editor .kboard-attr-row .attr-value {
  margin: 0 0 0 150px;
  padding: 5px 10px;
  line-height: 30px;
  text-align: left;
  font-size: 13px;
}
#kboard-cross-link-editor .kboard-attr-row .attr-value .attr-value-option {
  display: inline;
  padding-right: 20px;
  width: auto;
  cursor: pointer;
}
#kboard-cross-link-editor
  .kboard-attr-row
  .attr-value
  .attr-value-option
  input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}
#kboard-cross-link-editor .kboard-attr-row .attr-value .description {
  margin: 0;
  color: #666666;
}
#kboard-cross-link-editor .kboard-attr-row .attr-checkbox {
  color: #545861;
  font-size: 14px;
  cursor: pointer;
}
#kboard-cross-link-editor .kboard-attr-row .required {
  color: red;
}
#kboard-cross-link-editor .kboard-attr-title input {
  width: 100%;
  *width: 70%;
}
#kboard-cross-link-editor .kboard-confirm-row {
  padding: 100px 0;
}
#kboard-cross-link-editor .kboard-content {
  float: left;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  background-color: white;
}
#kboard-cross-link-editor .kboard-content .editor-textarea {
  display: inline;
  margin: 0;
  padding: 5px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 250px;
  min-height: 0;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  text-indent: 0;
}
#kboard-cross-link-editor .kboard-control {
  float: left;
  padding: 15px 0;
  width: 100%;
}
#kboard-cross-link-editor .kboard-control .left {
  position: static;
  float: left;
}
#kboard-cross-link-editor .kboard-control .right {
  position: static;
  float: right;
  width: 50%;
  text-align: right;
}
#kboard-cross-link-editor.confirm {
  display: block;
  margin: 100px auto;
  max-width: 590px;
}
#kboard-cross-link-editor.confirm input[type="password"] {
  width: 100%;
  box-sizing: border-box;
}

#kboard-cross-link-document {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
}
#kboard-cross-link-document .kboard-document-wrap {
  float: left;
  width: 100%;
  background-color: white;
}
#kboard-cross-link-document .kboard-title {
  float: left;
  width: 100%;
}
#kboard-cross-link-document .kboard-title h1 {
  margin: 0;
  padding: 12px 22px;
  color: #545861;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
#kboard-cross-link-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-cross-link-document .kboard-detail .detail-attr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  margin: 0;
  padding: 12px 35px 12px 22px;
}
#kboard-cross-link-document .kboard-detail .detail-attr .detail-name {
  float: left;
  font-weight: bold;
  color: #545861;
  text-align: right;
}
#kboard-cross-link-document .kboard-detail .detail-attr .detail-value {
  float: left;
  padding-left: 20px;
  color: #545861;
}
#kboard-cross-link-document .kboard-detail .detail-attr .detail-value a {
  color: #545861;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}
#kboard-cross-link-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-cross-link-document .kboard-content {
  clear: both;
  float: left;
  width: 100%;
  min-height: 200px;
}
#kboard-cross-link-document .kboard-content .content-view {
  margin: 0;
  padding: 22px;
  word-break: break-all;
}
#kboard-cross-link-document .kboard-content .content-view iframe {
  max-width: 100%;
}
#kboard-cross-link-document .kboard-content .content-view img {
  display: inline;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}
#kboard-cross-link-document .kboard-content .content-view p {
  margin: 0 0 0.75em;
}
#kboard-cross-link-document .kboard-content .content-view p:last-child {
  margin: 0;
}
#kboard-cross-link-document .kboard-content .content-view .thumbnail-area {
  text-align: center;
}
#kboard-cross-link-document .kboard-content .content-view .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#kboard-cross-link-document .kboard-content .content-view .alignright {
  float: right;
}
#kboard-cross-link-document .kboard-content .content-view .alignleft {
  float: left;
}
#kboard-cross-link-document .kboard-document-action {
  padding: 0 22px 5px 22px;
  overflow: hidden;
  line-height: 1;
}
#kboard-cross-link-document .kboard-document-action .left {
  position: static;
  float: left;
}
#kboard-cross-link-document .kboard-document-action .right {
  position: static;
  float: right;
  text-align: right;
}
#kboard-cross-link-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-cross-link-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-cross-link-document .kboard-button-action span {
  position: static;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#kboard-cross-link-document .kboard-button-like {
  color: #ff5959;
}
#kboard-cross-link-document .kboard-button-unlike {
  color: #3d62aa;
}
#kboard-cross-link-document .kboard-button-print {
  color: gray;
}
#kboard-cross-link-document .kboard-button-download {
  color: gray;
}
#kboard-cross-link-document .kboard-comments-area {
  float: left;
  width: 100%;
}
#kboard-cross-link-document .kboard-document-navi {
  float: left;
  padding-top: 15px;
  width: 100%;
}
#kboard-cross-link-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-cross-link-document .kboard-document-navi .navi-document-title {
  display: block;
}
#kboard-cross-link-document .kboard-document-navi .navi-arrow {
  position: absolute;
  display: block;
}
#kboard-cross-link-document .kboard-document-navi .kboard-prev-document {
  position: relative;
  float: left;
  width: 45%;
}
#kboard-cross-link-document
  .kboard-document-navi
  .kboard-prev-document
  .navi-document-title {
  padding-left: 15px;
}
#kboard-cross-link-document
  .kboard-document-navi
  .kboard-prev-document
  .navi-arrow {
  left: 0;
  top: 0;
}
#kboard-cross-link-document
  .kboard-document-navi
  .kboard-prev-document:hover
  a {
  color: black;
}
#kboard-cross-link-document .kboard-document-navi .kboard-next-document {
  position: relative;
  float: right;
  width: 45%;
  text-align: right;
}
#kboard-cross-link-document
  .kboard-document-navi
  .kboard-next-document
  .navi-document-title {
  padding-right: 15px;
}
#kboard-cross-link-document
  .kboard-document-navi
  .kboard-next-document
  .navi-arrow {
  right: 0;
  top: 0;
}
#kboard-cross-link-document
  .kboard-document-navi
  .kboard-next-document:hover
  a {
  color: black;
}
#kboard-cross-link-document .kboard-control {
  float: left;
  padding: 15px 0;
  width: 100%;
}
#kboard-cross-link-document .kboard-control .left {
  position: static;
  float: left;
}
#kboard-cross-link-document .kboard-control .right {
  position: static;
  float: right;
  text-align: right;
}

/*
#kboard-cross-link-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-cross-link-latest table tr { padding: 0; height: 70px; border: 0; }
#kboard-cross-link-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-cross-link-latest table td { padding: 5px 5px; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-cross-link-latest table td.kboard-latest-title { text-align: left; }
#kboard-cross-link-latest table .kboard-latest-title { padding-left: 5px; font-size: 13px; }
#kboard-cross-link-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-cross-link-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-cross-link-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-cross-link-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 13px; }
*/

@media screen and (max-width: 600px) {
  #kboard-cross-link-editor select,
  #kboard-cross-link-editor input[type="text"],
  #kboard-cross-link-editor input[type="email"],
  #kboard-cross-link-editor input[type="number"],
  #kboard-cross-link-editor input[type="date"],
  #kboard-cross-link-editor input[type="password"],
  #kboard-cross-link-editor input[type="file"] {
    width: 100%;
    box-sizing: border-box;
  }
  #kboard-cross-link-editor .kboard-attr-wrap-title {
    text-align: center;
  }
  #kboard-cross-link-editor .kboard-attr-row {
    margin: 0 0 10px 0;
    padding: 0;
  }
  #kboard-cross-link-editor .kboard-attr-row .attr-name {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
  #kboard-cross-link-editor .kboard-attr-row .attr-name.mobile-hide {
    display: none;
  }
  #kboard-cross-link-editor .kboard-attr-row .attr-value {
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
  }

  #kboard-cross-link-document .kboard-title h1 {
    padding: 10px 5px;
    font-size: 18px;
  }
  #kboard-cross-link-document .kboard-content .content-view {
    padding: 10px 5px;
  }
  #kboard-cross-link-document .kboard-detail .detail-attr {
    clear: both;
    padding: 10px 5px;
    line-height: normal;
  }
  #kboard-cross-link-document .kboard-document-action {
    padding: 10px 5px 5px 5px;
  }
  #kboard-cross-link-document .kboard-attach {
    margin: 0 5px;
    padding: 10px 0 5px 0;
  }
  #kboard-cross-link-document .kboard-document-navi .kboard-prev-document {
    width: 100%;
  }
  #kboard-cross-link-document .kboard-document-navi .kboard-next-document {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
  }
}

/* 추가영역 */
.kboard-add-link-btn {
  display: block;
  text-align: end;
  padding-top: 10px;
  /* justify-content: flex-end; */
  width: 100%;
}
