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

img { border: 0; }

a.kboard-custom-user-board-button-small,
input.kboard-custom-user-board-button-small,
button.kboard-custom-user-board-button-small { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 2px 10px; font-size: 90%; font-weight: normal; letter-spacing: normal; color: white !important; background: #2750a8 !important; border: none; border-radius: 3px; 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-custom-user-board-button-small:hover,
a.kboard-custom-user-board-button-small:focus,
a.kboard-custom-user-board-button-small:active,
input.kboard-custom-user-board-button-small:hover,
input.kboard-custom-user-board-button-small:focus,
input.kboard-custom-user-board-button-small:active,
button.kboard-custom-user-board-button-small:hover,
button.kboard-custom-user-board-button-small:focus,
button.kboard-custom-user-board-button-small:active { opacity: 0.7; }

.kboard-custom-user-board-new-notify { color: #2750a8; margin-right: 5px; }
.kboard-custom-user-board-cut-strings { width: auto; /* overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal;*/ }

#kboard-custom-user-board-list { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
#kboard-custom-user-board-list form { margin: 0; padding: 0; }
#kboard-custom-user-board-list .kboard-list-header { float: left; display: table; margin-bottom: 30px; width: 100%; }
#kboard-custom-user-board-list .kboard-list-header .kboard-total-count { float: left; display: block; padding: 0 10px; line-height: 32px; font-size: 90%; }
#kboard-custom-user-board-list .kboard-list-header .kboard-total-count span { color: #2750a8; }
#kboard-custom-user-board-list .kboard-list-header .kboard-sort { float: right; display: none; text-align: right; }
#kboard-custom-user-board-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: 90%; 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: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 5px center; background-size: 15px; border-radius: 3px; }
#kboard-custom-user-board-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-custom-user-board-list .kboard-category.category-mobile { display: none; }
#kboard-custom-user-board-list .kboard-category.category-pc { display: block; }
#kboard-custom-user-board-list .kboard-category select { display: inline; margin: 0; padding: 0 8px; width: 100%; min-width: 100%; height: 30px; line-height: 30px; font-size: 90%; color: #666666; border-radius: 0; border: 1px solid #d2d2d7; background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 5px center; background-size: 15px; border-radius: 3px; }
#kboard-custom-user-board-list .kboard-category .kboard-category-list { float: left; width: 100%; list-style: none; padding: 10px; margin-bottom: 10px; background-color: #f5f5f7; border-radius: 100px; }
#kboard-custom-user-board-list .kboard-category .kboard-category-list li { float: left; }
#kboard-custom-user-board-list .kboard-category .kboard-category-list li a { display: block; color: #000; padding: 2px 14px; border-radius: 100px; }
#kboard-custom-user-board-list .kboard-category .kboard-category-list li a:hover { color: #2750a8; }
#kboard-custom-user-board-list .kboard-category .kboard-category-list li.kboard-category-selected a { background-color: #2750a8; color: #fff !important; }

.kboard-tree-category-search { float: left; width: 100%; margin-bottom: 15px; }
.kboard-tree-category { float: left; width: 100%; list-style: none; padding: 10px; margin-bottom: 10px; background-color: #f5f5f7; border-radius: 100px; }
.kboard-tree-category li { float: left; }
.kboard-tree-category li a { display: block; color: #000; padding: 2px 14px; border-radius: 100px; }
.kboard-tree-category li a:hover { color: #2750a8; }
.kboard-tree-category li.kboard-category-selected a { background-color: #2750a8; color: #fff !important; }

#kboard-custom-user-board-list .kboard-list { float: left; width: 100%; background-color: white; }
#kboard-custom-user-board-list .kboard-list table { display: table; table-layout: fixed; margin: 0; padding: 0; width: 100%; border: 0; border-collapse: collapse; }
#kboard-custom-user-board-list .kboard-list table a { color: #000; font-weight: 500; text-decoration: none; border: 0; box-shadow: none; }
#kboard-custom-user-board-list .kboard-list table a:hover { color: #2750a8; }
#kboard-custom-user-board-list .kboard-list table tr { border: 0; background-color: transparent; transition-duration: 0.3s; }
#kboard-custom-user-board-list .kboard-list table td,
#kboard-custom-user-board-list .kboard-list table th { padding: 12px 12px; height: auto; text-align: center; vertical-align: middle; color: #777; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-uid { width: 70px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-title { width: auto; text-align: left; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-user { width: 180px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-office { width: 80px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-date { width: 110px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-vote { width: 70px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-view { width: 70px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-download { width: 110px; }
#kboard-custom-user-board-list .kboard-list thead { background-color: transparent; }
#kboard-custom-user-board-list .kboard-list thead tr th { font-weight: 400; color: #777; border: 0; border-bottom: 1px solid #d2d2d7; }
#kboard-custom-user-board-list .kboard-list thead tr th,
#kboard-custom-user-board-list .kboard-list tbody tr td { padding: 15px 5px; border: 0; border-bottom: 1px solid #d2d2d7; }
#kboard-custom-user-board-list .kboard-list tbody tr:hover { background-color: #f5f5f7; }
#kboard-custom-user-board-list .kboard-list tbody tr.kboard-list-notice { background-color: #f4f4f4; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-title { text-align: left; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-title .kboard-comments-count { color: #2750a8; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-user { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }
#kboard-custom-user-board-list .kboard-list table th,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-uid,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-user,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-date,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-view { font-size: 90%; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-office img { display: inline; margin: 0; width: 25px; max-width: none; vertical-align: middle; border-radius: 100%; border: 1px solid #d2d2d7; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-download { letter-spacing: -3px; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-download a { display: inline-block; width: 25px; height: 25px; margin-bottom: -5px; background-image: url(/wp-content/themes/underscores/img/ic_download.png); background-size: 20px; background-repeat: no-repeat; background-position: 50% 50%; }
#kboard-custom-user-board-list .kboard-list .kboard-mobile-contents { display: none; font-size: 12px; color: #999999; }
#kboard-custom-user-board-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-custom-user-board-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-custom-user-board-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; }
#kboard-custom-user-board-list .kboard-pagination { float: left; padding: 30px 0; width: 100%; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-custom-user-board-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-custom-user-board-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0; padding: 0 11px; height: 28px; line-height: 28px;color: #777; text-decoration: none; border: 0; box-shadow: none; transition-duration: 0.3s; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li:hover a { background: none; border: 0; color: #2750a8; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.active a { background: none; border: 0; color: #2750a8; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li:after { display: none; }
#kboard-custom-user-board-list .kboard-pagination .next-page a,
#kboard-custom-user-board-list .kboard-pagination .prev-page a { position: relative; color: rgba(0,0,0,0) !important; }
#kboard-custom-user-board-list .kboard-pagination .next-page a::after,
#kboard-custom-user-board-list .kboard-pagination .prev-page a::after { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; margin-top: 1px; display: block; font-family: swiper-icons; color: #777; font-size: 90%; }
#kboard-custom-user-board-list .kboard-pagination .next-page a::after { content: "next"; }
#kboard-custom-user-board-list .kboard-pagination .prev-page a::after { content: "prev"; }
#kboard-custom-user-board-list .kboard-pagination .next-page a:hover::after,
#kboard-custom-user-board-list .kboard-pagination .prev-page a:hover::after { color: #2750a8; }
#kboard-custom-user-board-list .kboard-search { float: right; width: auto; text-align: center; }
#kboard-custom-user-board-list .kboard-search select { display: none; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 26px; min-height: 0; font-size: 1.5rem; 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-custom-user-board-list .kboard-search input { display: inline; margin: 0; padding: 0 10px; width: 150px; min-width: 0; max-width: 150px; height: 32px; min-height: 0; font-size: 1.5rem; color: #666666; border-radius: 100px 0 0 100px; border: 1px solid #d2d2d7; border-right: 0; background: white; line-height: 26px; vertical-align: middle; box-shadow: none; box-sizing: content-box; }
#kboard-custom-user-board-list .kboard-search button { height: 32px; padding: 0 12px 0 10px; border: 1px solid #2750a8; border-radius: 0 100px 100px 0; }
#kboard-custom-user-board-list .kboard-control { float: left; padding-bottom: 15px; width: 100%; text-align: right; }

#kboard-custom-user-board-editor { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
#kboard-custom-user-board-editor form { margin: 0; padding: 0; }
#kboard-custom-user-board-editor select { display: inline; margin: 0; padding: 0 5px; font-size: 1.5rem; 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-custom-user-board-editor input[type=text],
#kboard-custom-user-board-editor input[type=email],
#kboard-custom-user-board-editor input[type=number],
#kboard-custom-user-board-editor input[type=date],
#kboard-custom-user-board-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 28px; line-height: 28px; font-size: 1.5rem; 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-custom-user-board-editor select:hover,
#kboard-custom-user-board-editor input[type=text]:hover,
#kboard-custom-user-board-editor input[type=email]:hover,
#kboard-custom-user-board-editor input[type=number]:hover,
#kboard-custom-user-board-editor input[type=date]:hover,
#kboard-custom-user-board-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-custom-user-board-editor select:focus,
#kboard-custom-user-board-editor input[type=text]:focus,
#kboard-custom-user-board-editor input[type=email]:focus,
#kboard-custom-user-board-editor input[type=number]:focus,
#kboard-custom-user-board-editor input[type=date]:focus,
#kboard-custom-user-board-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-custom-user-board-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-custom-user-board-editor .kboard-attr-title input { width: 70%; }
#kboard-custom-user-board-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-custom-user-board-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 20px 0 0; width: 120px; line-height: 30px; color: #777; font-size: 1.5rem; }
#kboard-custom-user-board-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-custom-user-board-editor .kboard-attr-row .attr-value { margin-left: 150px; line-height: 30px; font-size: 1.5rem; }
#kboard-custom-user-board-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; cursor: pointer; }
#kboard-custom-user-board-editor .kboard-attr-row .attr-value .attr-value-option input[type=checkbox] { cursor: pointer; }
#kboard-custom-user-board-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-custom-user-board-editor .kboard-confirm-row { padding: 100px 0; }
#kboard-custom-user-board-editor .kboard-content { float: left; padding: 9px 0; width: 100%; text-align: center; background-color: white; }
#kboard-custom-user-board-editor .kboard-content textarea { display: inline; margin: 0; padding: 10px 15px; width: 100%; min-width: 100%; max-width: 100%; height: 250px; min-height: 0; font-size: 1.5rem; box-sizing: border-box; }
#kboard-custom-user-board-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-custom-user-board-editor .kboard-control .left { position: static; float: left; }
#kboard-custom-user-board-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }

#kboard-custom-user-board-document { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
#kboard-custom-user-board-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-custom-user-board-document .kboard-title { float: left; width: 100%; }
#kboard-custom-user-board-document .kboard-title h2 { margin: 0; margin-bottom: 20px; color: #000; line-height: 1.5; text-align: left; }
#kboard-custom-user-board-document .kboard-detail { clear: both; float: left; width: 100%; padding: 12px 20px; border: 0; background-color: #f5f5f7; font-size: 1.5rem; }
#kboard-custom-user-board-document .kboard-detail .detail-attr { display: inline-block; *display: inline; zoom: 1; float: left; margin: 0; margin-right: 20px; }
#kboard-custom-user-board-document .kboard-detail .detail-attr .detail-name { float: left; color: #777; text-align: right; }
#kboard-custom-user-board-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 10px; color: #777; }
#kboard-custom-user-board-document .kboard-detail .detail-attr .detail-value a { color: #777; text-decoration: none; border: 0; box-shadow: none; }
#kboard-custom-user-board-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-custom-user-board-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-custom-user-board-document .kboard-content .content-view { margin: 0; padding: 40px 0; word-break: break-all; }
#kboard-custom-user-board-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-custom-user-board-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-custom-user-board-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-custom-user-board-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-custom-user-board-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-custom-user-board-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-custom-user-board-document .kboard-content .content-view .alignright { float:right; }
#kboard-custom-user-board-document .kboard-content .content-view .alignleft { float: left; }
#kboard-custom-user-board-document .kboard-document-action { padding: 0 0 15px 20px; overflow: hidden; line-height: 1; }
#kboard-custom-user-board-document .kboard-document-action .left { position: static; float: left; }
#kboard-custom-user-board-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-custom-user-board-document .kboard-attach { clear: both; margin: 0; padding: 20px 0 50px 0; font-size: 12px; line-height: 1; border-top: 1px solid #d2d2d7; }
#kboard-custom-user-board-document .kboard-button-action { margin: 0 5px 10px 0; padding: 6px 10px; font-size: 14px; font-weight: normal; line-height: 12px; text-align: left; border: 1px solid #d2d2d7; background: none; background-color: #f5f5f7; border-radius: 3px; letter-spacing: normal; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; line-height: 1.3; }
#kboard-custom-user-board-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 12px; }
#kboard-custom-user-board-document .kboard-button-like { color: #ff5959; }
#kboard-custom-user-board-document .kboard-button-unlike { color: #3d62aa; }
#kboard-custom-user-board-document .kboard-button-print { color: #777; }
#kboard-custom-user-board-document .kboard-button-download { color: #777; word-break: break-all; }
#kboard-custom-user-board-document .kboard-comments-area { float: left; width: 100%; }
#kboard-custom-user-board-document .kboard-document-navi { float: left; padding: 30px 0; width: 100%; }
#kboard-custom-user-board-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; box-shadow: none; color: #777; transition-duration: .3s; }
#kboard-custom-user-board-document .kboard-document-navi a:hover { color: #2750a8; }
#kboard-custom-user-board-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-custom-user-board-document .kboard-document-navi .navi-arrow { position: absolute; display: block; font-family: swiper-icons; }
#kboard-custom-user-board-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 50%; }
#kboard-custom-user-board-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding: 0 10px 0 20px; }
#kboard-custom-user-board-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-custom-user-board-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 50%; text-align: right; }
#kboard-custom-user-board-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 20px; }
#kboard-custom-user-board-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-custom-user-board-document .kboard-control { float: left; padding: 15px 0;  width: 100%; }
#kboard-custom-user-board-document .kboard-control .left { position: static; float: left; }
#kboard-custom-user-board-document .kboard-control .right { position: static; float: right; text-align: right; }

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


@media screen and (max-width: 1024px) {
#kboard-custom-user-board-list .kboard-search input { width: 120px; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-title { padding-right: 15px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-uid { width: 60px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-user { width: 135px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-office { width: 55px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-date { width: 85px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-view { width: 60px; }
#kboard-custom-user-board-list .kboard-list table th.kboard-list-download { width: 90px; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-download { letter-spacing: -4px; }
#kboard-custom-user-board-list .kboard-list tbody td.kboard-list-download a { margin-bottom: -7px; }
}


@media screen and (max-width: 600px) {

a.kboard-custom-user-board-button-small, 
input.kboard-custom-user-board-button-small, 
button.kboard-custom-user-board-button-small { padding: 2px 7px; }

#kboard-custom-user-board-list .kboard-category.category-mobile { display: block; }
#kboard-custom-user-board-list .kboard-category.category-pc { display: none; }
#kboard-custom-user-board-list .kboard-list table { border-top: 1px solid #d2d2d7; }
#kboard-custom-user-board-list .kboard-list table thead { display: none; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-title { padding: 10px 5px 10px 0; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-title .kboard-custom-user-board-cut-strings { white-space: normal; font-size: 1.5rem; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-uid,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-user,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-vote,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-download,
#kboard-custom-user-board-list .kboard-list table td.kboard-list-view { display: none; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-office { width: 30px; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-office img { width: 20px; }
#kboard-custom-user-board-list .kboard-list table td.kboard-list-date { width: 75px; padding-right: 0; text-align: right; font-size: 85%; }
#kboard-custom-user-board-list .kboard-list table tr:hover { background-color: #fff; }
#kboard-custom-user-board-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-custom-user-board-list .kboard-list-header .kboard-total-count { padding: 0; line-height: 27px; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-custom-user-board-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; }
#kboard-custom-user-board-list .kboard-search input { width: 90px; height: 25px; line-height: 23px; font-size: 85%; }
#kboard-custom-user-board-list .kboard-search button { height: 25px; line-height: 25px; padding: 0 9px 0 6px; font-size: 85%; }
#kboard-custom-user-board-list .kboard-tree-category { padding: 10px; border-radius: 20px; }
#kboard-custom-user-board-list .kboard-tree-category li a { padding: 1px 8px; }

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

#kboard-custom-user-board-document .kboard-title h2 { margin-bottom: 15px; }
#kboard-custom-user-board-document .kboard-content .content-view { padding: 30px 0; }
#kboard-custom-user-board-document .kboard-detail { padding: 7px 10px; font-size: 90%; }
#kboard-custom-user-board-document .kboard-detail .detail-attr .detail-value { padding-left: 10px; }
#kboard-custom-user-board-document .kboard-document-action { padding: 10px 0 5px 5px; }
#kboard-custom-user-board-document .kboard-attach { padding: 20px 0; }
}