@charset "utf-8";

/**
 * @author https://wpboard.kr
 */
a.kboard-synthesize_z100-button-small,
input.kboard-synthesize_z100-button-small,
button.kboard-synthesize_z100-button-small {
  position: relative;
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  color: #666;
  background: #fff;
  border: 1px solid #848484 !important;
  border-radius: 10px;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: baseline;
  text-shadow: none;
  box-shadow: none;
  transition-duration: 0.3s;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-control .kboard-synthesize_z100-button-small-write {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  zoom: 1;
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  color: #666;
  background: #fff;
  border: 1px solid #848484 !important;
  border-radius: 10px;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  transition-duration: 0.3s;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-control .fa-edit {
  margin: 0 5px 0 0;
  transition: 0.18s;
}

#kboard-synthesize_z100-list .kboard-control .kboard-synthesize_z100-button-small-write:hover .fa-edit {
  ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

a.kboard-synthesize_z100-button-small:hover,
a.kboard-synthesize_z100-button-small:focus,
a.kboard-synthesize_z100-button-small:active,
input.kboard-synthesize_z100-button-small:hover,
input.kboard-synthesize_z100-button-small:focus,
input.kboard-synthesize_z100-button-small:active,
button.kboard-synthesize_z100-button-small:hover,
button.kboard-synthesize_z100-button-small:focus,
button.kboard-synthesize_z100-button-small:active {
  background: #848484;
  color: #fff;
  box-shadow: rgb(76, 76, 76) 0px 1px 4px;
  outline: none;
}

.kboard-synthesize_z100-poweredby {
  float: left;
  padding-bottom: 15px;
  width: 100%;
  font-size: 13px;
}

.kboard-synthesize_z100-new-notify {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 2px;
  line-height: 10px;
  font-size: 10px;
  color: white;
  background-color: #fa8dae;
  font-weight: normal;
  border-radius: 3px;
}

.kboard-synthesize_z100-cut-strings {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}

#kboard-synthesize_z100-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-total-count {
  *float: left;
  display: table-cell;
  font-size: 13px;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-sort {
  *float: right;
  display: table-cell;
  text-align: right;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-sort .kboard-list-sort-form {
  margin: 0;
  padding: 0;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-sort .kboard-sort-form-mobile {
  display: none;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-sort .sort_btn {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  border: 1px solid #848484;
  border-radius: 10px;
  background: #fff;
  color: #666;
  font-size: 13px;
  transition: 0.4s;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-sort .sort_btn:hover {
  cursor: pointer;
  background: #848484;
  box-shadow: 0 1px 4px #444;
  color: #fff;
}

#kboard-synthesize_z100-list .kboard-list-header .kboard-sort .sort_btn:focus {
  outline: none;
}

#kboard-synthesize_z100-list .kboard-list-header .kbo-top {
  display: flex;
  align-items: center;
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list-header .kbo-top a {
  color: #222;
  text-decoration: none;
}

#kboard-synthesize_z100-list .kboard-list-header .kbo-top .kbo-iconbox {
  float: left;
  display: block;
  width: auto;
  height: 34px;
  border-radius: 3px;
  background: #222;
  margin: 0 10px 0 0;
  padding: 5px;
}

#kboard-synthesize_z100-list .kboard-list-header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 5px;
  margin: 0 0 10px 0;
  border: 1px solid #848484;
  border-radius: 10px;
  box-shadow: 0 1px 3px #bbb;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn {
  float: right;
  width: auto;
  height: auto;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn button {
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #848484;
  border-radius: 10px;
  font-size: 16px;
  color: #666;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn button i {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn button:focus {
  outline: none;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn button:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn.default .kboard-list-btn {
  box-shadow: rgb(76, 76, 76) 0px 1px 4px;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn.thumbnail .kboard-thumbnail-btn {
  box-shadow: rgb(76, 76, 76) 0px 1px 4px;
}

#kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn.card .kboard-card-btn {
  box-shadow: rgb(76, 76, 76) 0px 1px 4px;
}

#kboard-synthesize_z100-list .kboard-category {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-category.category-mobile {
  display: none;
}

#kboard-synthesize_z100-list .kboard-category.category-pc {
  display: block;
  width: auto;
  padding: 0;
  flex-grow: 1;
}

#kboard-synthesize_z100-list .kboard-category select {
  display: inline;
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  height: 28px;
  min-height: 0;
  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-synthesize_z100-list .kboard-category .kboard-category-list {
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  border: 0;
  background-color: #fff;
  overflow: hidden;
}

#kboard-synthesize_z100-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-synthesize_z100-list .kboard-category .kboard-category-list li::before,
#kboard-synthesize_z100-list .kboard-category .kboard-category-list li::after {
  display: none;
}

#kboard-synthesize_z100-list .kboard-category .kboard-category-list li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  border: 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: #515151;
  transition: 0.4s;
}

#kboard-synthesize_z100-list .kboard-category .kboard-category-list li a:hover {
  border-bottom: 2px solid #545861;
  color: #545861;
}

#kboard-synthesize_z100-list .kboard-category .kboard-category-list li.kboard-category-selected a {
  font-weight: bold;
  border-bottom: 2px solid #545861;
  color: #545861;
}

#kboard-synthesize_z100-list .kboard-tree-category-wrap {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-tree-category-wrap select {
  display: inline;
  margin: 0 0 5px 0;
  padding: 0;
  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-synthesize_z100-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
  width: auto;
}

#kboard-synthesize_z100-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab {
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-tree-category {
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  list-style: none;
  border: 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-tree-category li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0 5px;
  border: 0;
  list-style: none;
}

#kboard-synthesize_z100-list .kboard-tree-category li::before,
#kboard-synthesize_z100-list .kboard-tree-category li::after {
  display: none;
}

#kboard-synthesize_z100-list .kboard-tree-category 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-synthesize_z100-list .kboard-tree-category li.kboard-category-selected a {
  font-weight: bold;
  border-bottom: 2px solid #545861;
  color: #545861;
}

#kboard-synthesize_z100-list .kboard-tree-category-search {
  float: left;
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-tree-category-search .kboard-search-option-wrap {
  margin-right: 5px;
  float: left;
}

#kboard-synthesize_z100-list .kboard-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
  list-style: none;
  border: 0;
  text-align: center;
  font-size: 13px;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 13px;
  border-collapse: collapse;
  vertical-align: bottom;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card {
  display: inline-block;
  height: auto;
  width: 24%;
  height: 100%;
  padding: 0;
  margin: 0 1.33% 0 0;
  font-size: 13px;
  border-collapse: collapse;
  vertical-align: bottom;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(4), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(8), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(12), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(16), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(20),
#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(24), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(28), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(32), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(36), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(40),
#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(44), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(48), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(52), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(56), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(60),
#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(64), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(68), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(72), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(76), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(80),
#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(84), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(88), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(92), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(96), #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card:nth-child(100) {
  margin: 0;
}

#kboard-synthesize_z100-list .kboard-list a {
  color: black;
  font-weight: normal;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  font-size: 13px;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box {
  display: flex;
  padding: 10px 5px;
  margin: 0;
  border-bottom: 1px solid #848484;
  transition: 0.4s;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-thumbnail {
  width: 150px;
  height: 100px;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-thumbnail img {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  transition: 0.4s;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 70px;
  text-align: left;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title-box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .icon_lock {
  vertical-align: middle;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-synthesize_z100-summary {
  position: relative;
  padding: 0;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  height: initial;
  line-height: initial;
  color: #333;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box {
  display: flex;
  justify-content: flex-start;
  color: #888;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box span {
  margin: 0 13px 0 0;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box span i {
  margin: 0 5px 0 0;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box span a {
  display: inline-block;
  font-weight: bold;
  color: #637d95;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item.kboard-list-selected .kboard-list-thumbnail-box {
  box-shadow: 0 1px 4px #bbb;
  border-top: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
}

#kboard-synthesize_z100-list .kboard-list li:hover .kboard-list-thumbnail-box {
  background: #eee;
}

#kboard-synthesize_z100-list .kboard-list li:hover .kboard-list-thumbnail-box .kboard-list-thumbnail img {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
}

#kboard-synthesize_z100-list .kboard-list-default-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  background: linear-gradient(to bottom, #FFF 0%, #F4F4F4 100%);
  border-top: 1px solid #8888;
  border-bottom: 1px solid #8888;
  width: 100%;
  height: 35px;
  color: #353535;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-uid {
  width: 50px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-category {
  width: 65px;
  margin: 0 5px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-cut-strings {
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-user {
  width: 70px;
  margin: 0 5px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-date {
  width: 70px;
  margin: 0 5px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-vote {
  width: 50px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list-default-header .kboard-list-default-view {
  width: 50px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  color: #222;
  transition: 0.4s;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box a {
  width: 60%;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-uid {
  width: 50px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-category {
  width: 65px;
  margin: 0 5px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-cut-strings {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-cut-strings .icon_lock {
  vertical-align: middle;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-user {
  width: 70px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-date {
  width: 70px;
  margin: 0 5px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-vote {
  width: 50px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-view {
  width: 50px;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents {
  display: none;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item.kboard-list-selected .kboard-list-default-box {
  background: #eee;
  border-radius: 3px;
  border-bottom: 1px solid #bbb;
}

#kboard-synthesize_z100-list .kboard-list li:hover .kboard-list-default-box {
  background: #eee;
  border-radius: 3px;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 188px;
  position: relative;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box a .kboard-list-card-img {
  transform: scale(1.4);
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box:hover .kboard-list-card-img {
  filter: grayscale(1);
  opacity: 1.4;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box .kboard-list-card-img img {
  margin: 0;
  height: auto;
  max-width: 100%;
  border: 0;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box .kboard-list-card-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.4s;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box:hover .kboard-list-card-item {
  opacity: 0.7;
}

#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box .kboard-list-card-item .card-title,
#kboard-synthesize_z100-list .kboard-list .kboard-list-card-box .kboard-list-card-item .card-bottom {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card.kboard-list-selected .kboard-list-card-box .kboard-list-card-img {
  filter: grayscale(1);
  opacity: 1.4;
}

#kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card.kboard-list-selected .kboard-list-card-box .kboard-list-card-item {
  opacity: 0.7;
}

#kboard-synthesize_z100-list .synthesize_z100-list-ul-bottom {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0.5px solid #818181;
  overflow: hidden;
}

#kboard-synthesize_z100-list span.kboard-comments-count {
  margin: 0 0 0 5px;
  color: #2a3e73;
}

#kboard-synthesize_z100-list .kboard-pagination {
  float: left;
  padding: 15px 0;
  width: 100%;
}

#kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  border: 0;
}

#kboard-synthesize_z100-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-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 11px;
  width: auto;
  height: 30px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  border: 1px solid #848484;
  border-radius: 10px;
  background-color: #fff;
  transition-duration: 0.3s;
}

#kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.active a {
  border: 1px solid #848484;
  border-radius: 10px;
  color: #fff;
  background-color: #848484;
  box-shadow: 0 1px 4px #444;
}

#kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li:before {
  display: none;
}

#kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li:after {
  display: none;
}

#kboard-synthesize_z100-list .kboard-search {
  display: inline-block;
  float: left;
  padding: 0;
  width: auto;
  height: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-box-mobile {
  display: none;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-box {
  display: none;
  float: right;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-icon {
  padding: 0;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  background: #fff;
  border: 1px solid #848484;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.3s;
  vertical-align: middle;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-icon .fa-search {
  color: #666;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-icon:hover {
  cursor: pointer;
  background: #848484;
  box-shadow: rgb(76, 76, 76) 0px 1px 4px;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-icon:hover .fa-search {
  color: #fff;
}

#kboard-synthesize_z100-list .kboard-search .kboard-search-icon:focus {
  outline: none;
}

#kboard-synthesize_z100-list .kboard-search select {
  display: inline;
  margin: 0;
  padding: 0 5px;
  min-width: 0;
  max-width: 100px;
  height: 30px;
  line-height: 30px;
  min-height: 0;
  width: auto;
  font-size: 13px;
  color: #666666;
  border: 1px solid #848484;
  border-radius: 10px;
  background: none;
  background-color: white;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

#kboard-synthesize_z100-list .kboard-search input {
  display: inline;
  margin: 0;
  padding: 0 5px;
  width: 200px;
  min-width: 0;
  max-width: 200px;
  height: 30px;
  line-height: 30px;
  min-height: 0;
  font-size: 13px;
  color: #666666;
  border: 1px solid #848484;
  border-radius: 10px;
  background: none;
  background-color: white;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
}

#kboard-synthesize_z100-list .kboard-search select:focus,
#kboard-synthesize_z100-list .kboard-search input:focus {
  outline: none;
}

#kboard-synthesize_z100-list .kboard-control {
  float: right;
  padding-bottom: 15px;
  width: auto;
  text-align: right;
}

#kboard-synthesize_z100-editor {
  overflow: hidden;
}

#kboard-synthesize_z100-editor form {
  margin: 0;
  padding: 0;
}

#kboard-synthesize_z100-editor select {
  display: inline;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  width: 30%;
  height: auto;
  min-height: 28px;
  line-height: 28px;
  color: #666666;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  background: none;
  background-color: transparent;
  box-sizing: content-box;
  vertical-align: top;
  text-indent: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

#kboard-synthesize_z100-editor input[type=text],
#kboard-synthesize_z100-editor input[type=email],
#kboard-synthesize_z100-editor input[type=number],
#kboard-synthesize_z100-editor input[type=date],
#kboard-synthesize_z100-editor input[type=password] {
  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: none;
  background-color: transparent;
  box-sizing: content-box;
  vertical-align: top;
}

#kboard-synthesize_z100-editor input[type=checkbox] {
  width: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

#kboard-synthesize_z100-editor input[type=radio] {
  width: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

#kboard-synthesize_z100-editor select:hover,
#kboard-synthesize_z100-editor input[type=text]:hover,
#kboard-synthesize_z100-editor input[type=email]:hover,
#kboard-synthesize_z100-editor input[type=number]:hover,
#kboard-synthesize_z100-editor input[type=date]:hover,
#kboard-synthesize_z100-editor input[type=password]:hover {
  box-shadow: 0 1px 1px #bbb;
}

#kboard-synthesize_z100-editor select:focus,
#kboard-synthesize_z100-editor input[type=text]:focus,
#kboard-synthesize_z100-editor input[type=email]:focus,
#kboard-synthesize_z100-editor input[type=number]:focus,
#kboard-synthesize_z100-editor input[type=date]:focus,
#kboard-synthesize_z100-editor input[type=password]:focus {
  box-shadow: 0 1px 1px #bbb;
}

#kboard-synthesize_z100-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-synthesize_z100-editor .kboard-attr-row .attr-value input[type=checkbox]:checked:before {
  content: normal;
  color: #666;
  font-weight: bold;
}

#kboard-synthesize_z100-editor .kboard-attr-title input {
  width: 95%;
  max-width: 95%;
  min-height: auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
}

#kboard-synthesize_z100-editor .kboard-attr-row {
  float: left;
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  background-color: white;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-name {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 10px 0 10px;
  width: 120px;
  line-height: 32px;
  color: #545861;
  font-size: 13px;
  font-weight: bold;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-name img {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-name .attr-required-text {
  color: red;
  font-weight: normal;
  font-size: 12px;
}

#kboard-synthesize_z100-editor .kboard-attr-row.kboard-attr-content .attr-name {
  display: none;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value {
  margin: 0 0 0 140px;
  padding: 0;
  line-height: 32px;
  font-size: 13px;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .attr-value-option {
  display: inline;
  padding-right: 20px;
  width: auto;
  font-size: 13px;
  cursor: pointer;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .attr-value-option input {
  cursor: pointer;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .attr-value-label {
  display: inline;
  padding-right: 10px;
  width: auto;
  cursor: pointer;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .attr-value-label input {
  cursor: pointer;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .description {
  margin: 0;
  color: #666666;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
  overflow: hidden;
}

#kboard-synthesize_z100-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
  clear: both;
  float: left;
  margin-bottom: 5px;
  width: 30%;
}

#kboard-synthesize_z100-editor .kboard-content {
  float: left;
  margin: 0;
  padding: 9px 0;
  width: 100%;
  background-color: white;
}

#kboard-synthesize_z100-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-synthesize_z100-editor .kboard-control {
  float: left;
  padding: 15px 0;
  width: 100%;
}

#kboard-synthesize_z100-editor .kboard-control .left {
  position: static;
  float: left;
}

#kboard-synthesize_z100-editor .kboard-control .right {
  position: static;
  float: right;
  width: 50%;
  text-align: right;
}

#kboard-synthesize_z100-editor.confirm {
  margin: 100px auto;
  max-width: 590px;
}

#kboard-synthesize_z100-editor.confirm .kboard-attr-row {
  border: none;
}

#kboard-synthesize_z100-editor.confirm input[type=password] {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
}

#kboard-synthesize_z100-editor.confirm input[type=password]:hover {
  box-shadow: none;
}

#kboard-synthesize_z100-editor.confirm .kboard-control-confirm {
  display: flex;
  justify-content: space-between;
  float: left;
  padding: 0;
  width: 100%;
}

#kboard-synthesize_z100-editor.confirm .kboard-control-confirm .left,
#kboard-synthesize_z100-editor.confirm .kboard-control-confirm .right {
  width: 49.5%;
}

#kboard-synthesize_z100-editor.confirm .kboard-control-confirm a,
#kboard-synthesize_z100-editor.confirm .kboard-control-confirm button {
  width: 100%;
  margin: 0;
  height: 33px;
  line-height: 33px;
  box-sizing: border-box;
}

#kboard-synthesize_z100-editor div#wp-kboard_content-editor-tools {
  display: none;
}

#kboard-synthesize_z100-editor div.mce-top-part .mce-toolbar-grp .mce-container-body {
  background: #fff;
}

#kboard-synthesize_z100-editor div.mce-top-part .mce-toolbar-grp {
  border: none;
}

#kboard-synthesize_z100-document .kbo-top {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
  color: #848484;
  box-sizing: border-box;
}

#kboard-synthesize_z100-document .kbo-top a {
  color: #848484;
  text-decoration: none;
}

#kboard-synthesize_z100-document .kbo-top a:hover {
  color: #222;
  cursor: pointer;
}

#kboard-synthesize_z100-document .kbo-top .kbo-up-down {
  float: right;
  width: auto;
  height: auto;
}

#kboard-synthesize_z100-document .kbo-top .kbo-up-down {
  font-size: 15px;
}

#kboard-synthesize_z100-document .kbo-top .kbo-up-down i {
  margin: 0 5px 0 0;
}

#kboard-synthesize_z100-document .kbo-top .kbo-up-down .fontsize-up,
#kboard-synthesize_z100-document .kbo-top .kbo-up-down .fontsize-down,
#kboard-synthesize_z100-document .kbo-top .kbo-up-down .print-btn {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: #848484;
  font-size: 15px;
  transition: 0.4s;
}

#kboard-synthesize_z100-document .kbo-top .kbo-up-down .fontsize-up:hover,
#kboard-synthesize_z100-document .kbo-top .kbo-up-down .fontsize-down:hover,
#kboard-synthesize_z100-document .kbo-top .kbo-up-down .print-btn:hover {
  color: #222;
}

#kboard-synthesize_z100-document .kbo-top .kbo-up-down .fontsize-up:focus,
#kboard-synthesize_z100-document .kbo-top .kbo-up-down .fontsize-down:focus,
#kboard-synthesize_z100-document .kbo-top .kbo-up-down .print-btn:focus {
  outline: none;
}

​ #kboard-synthesize_z100-document {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 100%;
}

#kboard-synthesize_z100-document .kboard-document-wrap {
  float: left;
  width: 100%;
  background-color: white;
}

#kboard-synthesize_z100-document .kboard-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 1px #aaa;
  box-sizing: border-box;
}

#kboard-synthesize_z100-document .kboard-title h1 {
  display: inline-block;
  flex-basis: 85%;
  margin: 0;
  padding: 10px 22px;
  color: #545861;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

#kboard-synthesize_z100-document .kboard-title .detail-value-date {
  display: flex;
  justify-content: center;
  width: 15%;
  padding: 0;
  font-size: 13px;
  color: #222;
}

#kboard-synthesize_z100-document .kboard-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  float: left;
  text-align: right;
  width: 100%;
  font-size: 13px;
  background-color: #f8f8f8;
}

#kboard-synthesize_z100-document .kboard-detail .detail_right {
  display: flex;
  justify-content: flex-end;
}

#kboard-synthesize_z100-document .kboard-detail .detail-attr {
  display: inline-block;
  *display: inline;
  float: right;
  zoom: 1;
  margin: 0;
  padding: 10px 3px;
}

#kboard-synthesize_z100-document .kboard-detail .detail-attr.detail-writer {
  float: left;
}

#kboard-synthesize_z100-document .kboard-detail .detail-attr .detail-name {
  float: left;
  color: #545861;
  text-align: right;
}

#kboard-synthesize_z100-document .kboard-detail .detail-attr .detail-value {
  float: left;
  padding: 0 5px;
  color: #545861;
}

#kboard-synthesize_z100-document .kboard-detail .detail-attr .detail-value i {
  margin: 0 5px;
}

#kboard-synthesize_z100-document .kboard-detail .detail-attr .detail-value img {
  vertical-align: middle;
}

#kboard-synthesize_z100-document .kboard-url-copy {
  display: inline-block;
  padding: 10px 0 0 0;
  height: 15px;
  width: 20%;
  text-align: right;
  font-size: 13px;
  color: #777;
  overflow: hidden;
}

#kboard-synthesize_z100-document .kboard-url-copy a {
  padding: 0;
  background: none;
  color: #848484;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

#kboard-synthesize_z100-document .kboard-content {
  clear: both;
  float: left;
  width: 100%;
  min-height: 200px;
}

#kboard-synthesize_z100-document .kboard-content .content-view {
  margin: 0;
  padding: 22px;
  font-size: 16px;
  word-break: break-all;
}

#kboard-synthesize_z100-document .kboard-content .content-view iframe {
  max-width: 100%;
}

#kboard-synthesize_z100-document .kboard-content .content-view img {
  display: inline;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}

#kboard-synthesize_z100-document .kboard-content .content-view hr {
  margin: 10px 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #f1f1f1;
}

#kboard-synthesize_z100-document .kboard-content .content-view ul {
  margin: 0.75em 0;
}

#kboard-synthesize_z100-document .kboard-content .content-view ol {
  margin: 0.75em 0;
}

#kboard-synthesize_z100-document .kboard-content .content-view p {
  margin: 0 0 0.75em;
}

#kboard-synthesize_z100-document .kboard-content .content-view p:last-child {
  margin: 0;
}

#kboard-synthesize_z100-document .kboard-content .content-view .thumbnail-area {
  text-align: center;
}

#kboard-synthesize_z100-document .kboard-content .content-view .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#kboard-synthesize_z100-document .kboard-content .content-view .alignright {
  float: right;
}

#kboard-synthesize_z100-document .kboard-content .content-view .alignleft {
  float: left;
}

#kboard-synthesize_z100-document .kboard-document-action {
  padding: 0 22px 5px 22px;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}

#kboard-synthesize_z100-document .kboard-document-action .left {
  position: static;
  float: left;
}

#kboard-synthesize_z100-document .kboard-document-action .center {
  position: static;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 15px 0 0 0;
}

#kboard-synthesize_z100-document .kboard-document-action .right {
  position: static;
  float: right;
  text-align: right;
}

#kboard-synthesize_z100-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-synthesize_z100-document .kboard-button-action {
  margin: 0 0 5px 0;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: normal;
  height: 50px;
  line-height: 12px;
  text-align: center;
  border: 2px solid;
  background: none;
  background-color: white;
  border-radius: 15px;
  letter-spacing: normal;
  cursor: pointer;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  white-space: normal;
  transition: 0.4s;
}

#kboard-synthesize_z100-document .kboard-button-action span {
  position: static;
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}

#kboard-synthesize_z100-document .kboard-button-like {
  color: #ff5959;
}

#kboard-synthesize_z100-document .kboard-button-like:hover {
  background: #ff5959;
  border-color: #ff5959;
  color: #fff;
  box-shadow: 0 1px 4px #444;
}

#kboard-synthesize_z100-document .kboard-button-unlike {
  color: #3d62aa;
}

#kboard-synthesize_z100-document .kboard-button-unlike:hover {
  background: #3d62aa;
  border-color: #3d62aa;
  color: #fff;
  box-shadow: 0 1px 4px #444;
}

#kboard-synthesize_z100-document .kboard-button-download {
  color: gray;
}

#kboard-synthesize_z100-document .kboard-sns-share {
  width: 100%;
  margin: 20px 0;
}

#kboard-synthesize_z100-document .kboard-sns-share ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

#kboard-synthesize_z100-document .kboard-sns-share ul li {
  margin: 0 3px;
  transition: 0.4s;
}

#kboard-synthesize_z100-document .kboard-sns-share ul li:hover {
  filter: grayscale(0.6);
  opacity: 0.7;
}

#kboard-synthesize_z100-document .kboard-sns-share ul li .kboard-sns-wrap {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(0, 0, 0, 0.2), #00ff0000);
}

#kboard-synthesize_z100-document .kboard-sns-share ul li img {
  border-radius: 10px;
  width: 38px;
  margin: 0;
  transition: 0.4s;
}

#kboard-synthesize_z100-document .kboard-comments-area {
  float: left;
  width: 100%;
}

#kboard-synthesize_z100-document .kboard-document-navi {
  float: left;
  padding-top: 15px;
  width: 100%;
}

#kboard-synthesize_z100-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: .3s;
}

#kboard-synthesize_z100-document .kboard-document-navi .navi-document-title {
  display: block;
}

#kboard-synthesize_z100-document .kboard-document-navi .navi-arrow {
  position: absolute;
  display: block;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-prev-document {
  position: relative;
  float: left;
  width: 45%;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-prev-document .navi-document-title {
  padding-left: 15px;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-prev-document .navi-arrow {
  left: 0;
  top: 0;
  line-height: 30px;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-prev-document:hover a {
  color: black;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-next-document {
  position: relative;
  float: right;
  width: 45%;
  text-align: right;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-next-document .navi-document-title {
  padding-right: 15px;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-next-document .navi-arrow {
  right: 0;
  top: 0;
  line-height: 30px;
}

#kboard-synthesize_z100-document .kboard-document-navi .kboard-next-document:hover a {
  color: black;
}

#kboard-synthesize_z100-document .kboard-control {
  float: left;
  padding: 15px 0 25px 0;
  width: 100%;
}

#kboard-synthesize_z100-document .kboard-control .left {
  position: static;
  float: left;
}

#kboard-synthesize_z100-document .kboard-control .right {
  position: static;
  float: right;
  text-align: right;
}

#kboard-synthesize_z100-document .kboard-control .kboard-document-right-btn {
  display: flex;
  float: right;
  margin: 0 5px 0 0;
}

#kboard-synthesize_z100-document .kboard-control .kboard-document-right-btn .kboard_gotop,
#kboard-synthesize_z100-document .kboard-control .kboard-document-right-btn .print-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #848484;
  border-radius: 10px;
  background: none;
  margin: 0;
  padding: 0;
  width: 33px;
  height: 30px;
  color: #848484;
  font-size: 15px;
}

#kboard-synthesize_z100-document .kboard-control .kboard-document-right-btn .kboard_gotop {
  margin: 0 5px 0 0;
}

#kboard-synthesize_z100-document .kboard-control .kboard-document-right-btn .kboard_gotop:hover,
#kboard-synthesize_z100-document .kboard-control .kboard-document-right-btn .print-btn:hover {
  background: #848484;
  color: #fff;
  box-shadow: rgb(76, 76, 76) 0px 1px 4px;
}

#kboard-synthesize_z100-document .kboard-control .print-btn:focus {
  outline: none;
}

#kboard-synthesize_z100-latest {
  display: flex;
  flex-wrap: wrap;
}
#kboard-synthesize_z100-latest .swiper-container {
  position: relative;
  margin: 0;
  width: 100%;
  max-height: 250px;
}

#kboard-synthesize_z100-latest .swiper-wrapper {
  height: 100%;
  position: relative;
}

#kboard-synthesize_z100-latest .swiper-wrapper .swiper-slide {
  padding: 0;
  border: 0;
  display: flex;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-synthesize_z100-cut-strings {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  padding: 2px 0;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-synthesize_z100-cut-strings:hover {
  font-weight: bold;
}

#kboard-synthesize_z100-latest .swiper-wrapper span {
  padding: 5px 0;
  width: 100%;
  height: 24px;
  border: 0;
  border-top: 1px solid #f1f1f1;
  vertical-align: middle;
}

#kboard-synthesize_z100-latest .swiper-wrapper span.kboard-latest-title {
  text-align: left;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-latest-title {
  padding-left: 5px;
  font-size: 13px;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-latest-title a {
  text-decoration: none;
  box-shadow: none;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-latest-title img {
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-latest-title .kboard-comments-count {
  margin: 0 0 0 5px;
}

#kboard-synthesize_z100-latest .swiper-wrapper .kboard-latest-date {
  width: 80px;
  text-align: center;
  font-size: 13px;
}

#kboard-synthesize_z100-latest .uid_wrap_latest,
#kboard-synthesize_z100-latest .category_wrap_latest {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 0;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  #kboard-synthesize_z100-list .kboard-list-header .kboard-sort .kboard-list-sort-form {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-list-header .kboard-sort .kboard-sort-form-mobile {
    display: block;
  }

  #kboard-synthesize_z100-list .kboard-list-header .kboard-sort .kboard-sort-form-mobile select {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    height: 33px;
    min-height: 0;
    line-height: 33px;
    font-size: 12px;
    color: #666666;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: white;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: border-box;
    text-indent: 0;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
  }

  #kboard-synthesize_z100-list .kboard-category.category-mobile {
    display: block;
    float: left;
    width: auto;
    padding: 0 10px 0 0;
    flex-grow: 1;
  }

  #kboard-synthesize_z100-list .kboard-category.category-mobile select {
    border: none;
  }

  #kboard-synthesize_z100-list .kboard-category.category-mobile select:focus {
    outline: none;
  }

  #kboard-synthesize_z100-list .kboard-category.category-pc {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-tree-category-search .kboard-search-option-wrap.select {
    width: 100%;
  }

  #kboard-synthesize_z100-list .kboard-list-default-header {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box {
    flex-direction: column;
    align-items: flex-start;
    margin: 5px 0;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box a {
    width: 100%;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents .kboard-user {
    float: left;
    padding: 0 10px;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents .kboard-view,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents .kboard-vote,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents .kboard-date {
    float: right;
    padding: 0 5px;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-mobile-contents .contents-separator {
    color: #999;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-uid,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-category,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-user,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-date,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-vote,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-default-box .kboard-list-default-view {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title-box {
    height: 100%;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-synthesize_z100-summary {
    white-space: nowrap;
    padding: 0 0 5px 0;
    height: 18px;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-thumbnail {
    width: 100px;
    height: auto;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box {
    flex-wrap: wrap;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box span {
    margin: 0 5px 0 0;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box span.contents-separator,
  #kboard-synthesize_z100-list .kboard-list .kboard-list-thumbnail-box .kboard-list-title .kboard-list-box span.synthesize_z100_thumbnail_date {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-list li.kboard-list-item-card {
    width: 100%;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-card-box .kboard-list-card-img {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  #kboard-synthesize_z100-list .kboard-list .kboard-list-card-box .kboard-list-card-item {
    width: 100%;
  }

  #kboard-synthesize_z100-list .kboard-list-header2 .kboard-change-btn button {
    margin: 0;
  }

  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.first-page,
  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.last-page,
  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.prev-page,
  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.next-page,
  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.active {
    display: inline-block;
  }

  #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.prev-page a #kboard-synthesize_z100-list .kboard-pagination .kboard-pagination-pages li.next-page a {
    padding: 0 18px;
  }

  #kboard-synthesize_z100-list .kboard-search {
    display: flex;
    width: 100%;
    text-align: left;
  }

  #kboard-synthesize_z100-list .kboard-search .kboard-search-icon,
  #kboard-synthesize_z100-list .kboard-search .kboard-search-box {
    display: none;
  }

  #kboard-synthesize_z100-list .kboard-search .kboard-search-box-mobile {
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }

  #kboard-synthesize_z100-list .kboard-search .kboard-search-box-mobile select {
    float: left;
    margin-right: 1%;
    width: auto;
    flex-grow: 2;
  }

  #kboard-synthesize_z100-list .kboard-search .kboard-search-box-mobile input {
    float: left;
    margin-right: 1%;
    width: auto;
    max-width: inherit;
    flex-grow: 4;
  }

  #kboard-synthesize_z100-list .kboard-search .kboard-search-box-mobile button.kboard-synthesize_z100-button-small {
    min-width: 50px;
    flex-grow: 1;
  }

  #kboard-synthesize_z100-list .kboard-control {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 7px 0 0 0;
  }

  #kboard-synthesize_z100-list .kboard-control .kboard-synthesize_z100-button-small-write {
    width: 100%;
  }

  #kboard-synthesize_z100-list .kboard-list-title .kboard-synthesize_z100-summary {
    line-height: 18px;
  }

  #kboard-synthesize_z100-editor select,
  #kboard-synthesize_z100-editor input[type=text],
  #kboard-synthesize_z100-editor input[type=email],
  #kboard-synthesize_z100-editor input[type=number],
  #kboard-synthesize_z100-editor input[type=date],
  #kboard-synthesize_z100-editor input[type=password],
  #kboard-synthesize_z100-editor input[type=file] {
    width: 100% !important;
    height: auto;
    min-height: 30px;
    box-sizing: border-box;
  }

  #kboard-synthesize_z100-editor .kboard-attr-row {
    padding: 10px 0;
  }

  #kboard-synthesize_z100-editor .kboard-attr-row .attr-name {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }

  #kboard-synthesize_z100-editor .kboard-attr-row .attr-value {
    margin: 0;
  }

  #kboard-synthesize_z100-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
    margin-bottom: 10px;
    width: 100%;
  }

  #kboard-synthesize_z100-editor.confirm {
    max-width: none;
  }

  #kboard-synthesize_z100-document .kboard-title h1 {
    flex-basis: 100%;
    font-size: 13px;
    white-space: normal;
    word-break: break-all;
  }

  #kboard-synthesize_z100-document .kboard-title .detail-value-date {
    display: none;
  }

  #kboard-synthesize_z100-document .kboard-content .content-view {
    padding: 10px 5px;
  }

  #kboard-synthesize_z100-document .kboard-detail .detail-attr {
    clear: both;
    padding: 10px 5px;
    line-height: normal;
  }

  #kboard-synthesize_z100-document .kboard-document-action {
    padding: 10px 5px 5px 5px;
  }

  #kboard-synthesize_z100-document .kboard-attach {
    margin: 0 5px;
    padding: 10px 0 5px 0;
  }

  #kboard-synthesize_z100-document .kboard-url-copy {
    display: none;
  }
}

@media print {
  header {
    display: none;
  }

  footer {
    display: none;
  }

  #secondary {
    display: none;
  }

  #kboard-synthesize_z100-document .kbo-top, #kboard-synthesize_z100-list .kbo-top,
  #kboard-synthesize_z100-document .kboard-comments-area,
  #kboard-synthesize_z100-document .kboard-control,
  #kboard-synthesize_z100-list,
  #kboard-synthesize_z100-document .kboard-document-action,
  #kboard-synthesize_z100-list .kboard-list,
  #kboard-synthesize_z100-list .kboard-category,
  #kboard-synthesize_z100-list .kboard-pagination {
    display: none;
  }
}