<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * @author http://www.cosmosfarm.com/
 */

img { border: 0; }
.cut_strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }

.kboard-board-custom-button-small,
.kboard-board-custom-button-small:link,
.kboard-board-custom-button-small:visited { position: relative; display: inline-block; margin: 0 !important; padding: 0 10px !important; height: 28px; line-height: 28px; font-size: 13px !important; font-weight: normal; color: white !important; background-image: none !important; background-color: #428bca !important; border: none; border-radius: 3px; text-decoration: none; cursor: pointer; vertical-align: middle; text-shadow: none !important; }
.kboard-board-custom-button-small:hover,
.kboard-board-custom-button-small:focus,
.kboard-board-custom-button-small:active { position: relative; display: inline-block; margin: 0 !important; padding: 0 10px !important; height: 28px; line-height: 28px; font-size: 13px !important; font-weight: normal; color: white !important; background-image: none !important; background-color: #428bca !important; border: none; border-radius: 3px; text-decoration: none; cursor: pointer; vertical-align: middle; text-shadow: none !important; }

.kboard-board-custom-poweredby { float: left; padding-bottom: 15px; width: 100%; }
.kboard-board-custom-poweredby a { font-size: 13px; text-decoration: none; color: gray; }

.board_btn{display:inline-block; position:relative; height:30px; font-size:13px; border:0; border-radius: 0px; line-height:30px; padding:0 10px 0 40px;}
.board_btn i{position:absolute; left:0; width:30px; height:30px; font-size:14px; font-weight:400; text-align:center; line-height:30px;}

.btn_blue{color:#fff; font-weight:700; background:#0070bd;}
.btn_blue i{color:#fff; font-weight:400; background:#4194df;}
.btn_grey{color:#000; font-weight:700; background:#ccc; font-weight:400;}
.btn_grey i{color:#000; font-weight:400; background:#ddd;}
.btn_black{color:#fff; font-weight:700; background:#535353; font-weight:400;}
.btn_black i{color:#fff; font-weight:400; background:#323232;}



#kboard-board-custom-list { margin:0px auto; width: 100%;}
#kboard-board-custom-list .kboard-header { float: left; margin-top:4px; width: 100%; }
#kboard-board-custom-list .kboard-category { float: left; padding-bottom: 5px; width: 50%; text-align: left; }
#kboard-board-custom-list .kboard-category select { display: inline-block; margin: 0; padding: 5px 2px; font-size: 12px; width: 120px; color: #666666; border-radius: 3px; border: 1px solid #cccccc; box-shadow: none; }
#kboard-board-custom-list .kboard-search { float: right; width: 50%; text-align: right;}
#kboard-board-custom-list .kboard-search label {position:relative; }
#kboard-board-custom-list .kboard-search label:after {position:absolute; pointer-events:none;}
#kboard-board-custom-list .kboard-search label:before {
    content:'';
    right:4px; top:-5px;
    width:29px; height:30px;
    position:absolute;
    pointer-events:none;
    display:block;
	background:none;
}
#kboard-board-custom-list .kboard-search select {width:100px; border: 1px solid #d9d9d9; height: 30px; vertical-align:middle;}
#kboard-board-custom-list .kboard-search input { display: inline-block; margin: 0; padding: 6px 2px; width: 150px; height: auto; font-size: 12px; color: #666666; border: 1px solid #d9d9d9; line-height: 12px; vertical-align: middle; box-shadow: none; }
#kboard-board-custom-list .kboard-search button{background:#007dbc; height:30px; border:0; vertical-align:middle; font-weight:bold; color:#fff; cursor:pointer;}
#kboard-board-custom-list .kboard-search button i{font-weight:400; margin-right:3px;}
#kboard-board-custom-list .kboard-list { float: left; width: 100%; background-color: white; border-top:2px solid #0070bd; margin-top:20px;}
#kboard-board-custom-list .kboard-list table { table-layout: fixed; width: 100%; border: 0; font-size: 13px; border-collapse: collapse; margin-bottom:20px;}
#kboard-board-custom-list .kboard-list table a {
	color: black; text-decoration: none; border: 0; font-size:13px;
	transition: all .0s ease-in-out;
   -moz-transition: all .0s ease-in-out;
   -webkit-transition: all .0s ease-in-out;
}
#kboard-board-custom-list .kboard-list table a:hover{color:#0070bd; text-decoration:underline;}
#kboard-board-custom-list .kboard-list table tr { border: 0; }
#kboard-board-custom-list .kboard-list table td { padding:5px 0 5px 0; text-align: center; vertical-align: middle; }
#kboard-board-custom-list .kboard-list table td.kboard-list-uid { width: 72px; }
#kboard-board-custom-list .kboard-list table td.kboard-list-title { width: auto; }
#kboard-board-custom-list .kboard-list table td.kboard-list-title img { display: inline; margin: 0; width: 16px; height: 16px; vertical-align: middle; }
#kboard-board-custom-list .kboard-list table td.kboard-list-user { width: 80px; }
#kboard-board-custom-list .kboard-list table td.kboard-list-date { width: 75px; }
#kboard-board-custom-list .kboard-list table td.kboard-list-view { width: 55px; }
#kboard-board-custom-list .kboard-list thead tr td { font-weight: bold; color: #545861; border: 0; border-bottom: 1px solid #e5e5e5; background:#f7f7f7;}
#kboard-board-custom-list .kboard-list tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #e3e3e3; }
#kboard-board-custom-list .kboard-list tbody tr.kboard-list-notice { background-color: #f4f4f4; }
#kboard-board-custom-list .kboard-list tbody tr.kboard-list-notice td.kboard-list-uid { font-weight: bold; color: #515151; }
#kboard-board-custom-list .kboard-list tbody td.kboard-list-title { text-align: left; }
#kboard-board-custom-list .kboard-list tbody td.kboard-list-title img { display: inline; vertical-align: text-bottom; }
#kboard-board-custom-list .kboard-pagination {float:left;}
#kboard-board-custom-list .kboard-pagination .kboard-pagination-pages {margin: 0; padding: 0 0 1px 0; width: 100%; list-style: none; border: 0; }
#kboard-board-custom-list .kboard-pagination .kboard-pagination-pages li { display: inline; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; }
#kboard-board-custom-list .kboard-pagination .kboard-pagination-pages li a {font-family:tahoma; font-weight:bold; padding: 5px 8px; border: 1px solid #e9e9e9; text-decoration: none; font-size: 11px; line-height: 27px; color: #777; background-color: white; }
#kboard-board-custom-list .kboard-pagination .kboard-pagination-pages li.active a { border: 1px solid #d9534f; color: white; background-color: #d9534f; text-decoration: none; }
#kboard-board-custom-list .kboard-control { float: right; text-align: right; margin-bottom:20px;}

#kboard-board-custom-editor {width: 100%; margin-top:0px; background-color: white; border-top:2px solid #0070bd;}
#kboard-board-custom-editor .kboard-header { float: left; width: 100%; border-bottom: 1px solid #ddd; line-height: 0; }
#kboard-board-custom-editor .kboard-attr-row {float:left; width: 100%; border-bottom: 1px solid #ddd; background-color: white; }
#kboard-board-custom-editor .kboard-attr-row .attr-name {display: inline; float: left; padding:11px 10px 12px 10px;  width: 80px; font-weight: bold; text-align: center; background:#f7f7f7;}
#kboard-board-custom-editor .kboard-attr-row .attr-name img { display: inline; max-width: 100%; vertical-align: middle; }
#kboard-board-custom-editor .kboard-attr-row .attr-value {padding-top:6px; padding-left:120px;}
#kboard-board-custom-editor .kboard-attr-row .attr-value select { margin: 0; padding: 5px 2px; font-size: 12px; min-width: 130px; color: #666666; border-radius: 3px; border: 1px solid #cccccc; }
#kboard-board-custom-editor .kboard-attr-row .attr-value input[type=text],
#kboard-board-custom-editor .kboard-attr-row .attr-value input[type=password] {margin: 0; padding: 5px; font-size: 13px; color: #666666; border: 1px solid #ddd; }
#kboard-board-custom-editor .kboard-attr-row .attr-value input[type=radio],
#kboard-board-custom-editor .kboard-attr-row .attr-value input[type=checkbox] { margin-top: 8px; border: 1px solid #ddd; }
#kboard-board-custom-editor .kboard-attr-row .attr-value input[type=file] { margin: 0; padding: 6px 2px; font-size: 12px; color: #666666; border: 0; }

#kboard-board-custom-editor table{width:100%;}
#kboard-board-custom-editor table th, #kboard-board-custom-editor table td{border-bottom:1px solid #ddd; padding:11px 10px 12px 10px;}
#kboard-board-custom-editor table th{width: 80px; font-weight: bold; text-align: center; background:#f7f7f7;}
#kboard-board-custom-editor table td{padding:5px 0 5px 20px;}
#kboard-board-custom-editor table td strong{display:inline-block; padding-top:5px;}
#kboard-board-custom-editor table td select { margin: 0; padding: 5px; font-size: 12px; min-width: 130px; border: 1px solid #ddd; }
#kboard-board-custom-editor table td input[type=text],
#kboard-board-custom-editor table td input[type=password] {margin: 0; padding: 5px; font-size: 13px; border: 1px solid #ddd; }
#kboard-board-custom-editor table td input[type=radio],
#kboard-board-custom-editor table td input[type=checkbox] {vertical-align:middle; margin: 0 5px 4px 0;}
#kboard-board-custom-editor table td input[type=file] { margin: 0; vertical-align:middle; font-size: 12px; color: #666666; border: 0; width:95%}
#kboard-board-custom-editor table td label{margin-right:15px; font-size:13px;}
#kboard-board-custom-editor table td span{display:block; font-size:11px; color:#666; line-height:1.3em; margin-bottom:10px;}
#kboard-board-custom-editor table td img{vertical-align:middle; display:inline-block; margin:0 10px 5px 0;}

#kboard-board-custom-editor .kboard-content { float: left; padding: 10px 0; width: 100%; border-bottom: 1px solid #e3e3e3; text-align: center; background-color: white; }
#kboard-board-custom-editor .kboard-content textarea {display: inline; margin: 0; padding: 0; width: 100%; height: 250px; border: 1px solid #ddd; font-size: 13px; }
#kboard-board-custom-editor .kboard-control { float: left; padding: 20px 0; width: 100%; }
#kboard-board-custom-editor .kboard-control .left { position: static; float: left; }
#kboard-board-custom-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }

#kboard-board-custom-document {margin: 0 auto; width: 100%; }
#kboard-board-custom-document .kboard-header { float: left; margin-top: 0; width: 100%; }
#kboard-board-custom-document .kboard-document-wrap {float: left; width: 100%; margin-top:0px; background-color: white; border-top:2px solid #0070bd;}
#kboard-board-custom-document .kboard-title {float: left; width: 100%;position:relative }
#kboard-board-custom-document .kboard-title p {margin: 0; padding:5px 0 6px 25px; font-weight: bold; font-size: 16px; line-height: 30px; }
#kboard-board-custom-document .kboard-detail {clear: both; float: left; width: 100%; height:41px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 12px; }
#kboard-board-custom-document .kboard-detail table{width:100%; height:100%;}
#kboard-board-custom-document .kboard-detail table th{background:#f7f7f7; font-weight: bold; color: #545861; width:80px; padding:0 5px;}
#kboard-board-custom-document .kboard-detail table td{padding:0px 20px;}
#kboard-board-custom-document .kboard-detail .detail-attr { display: inline-block; float: left; margin: 0; padding:0px; height:41px; line-height:40px;}
#kboard-board-custom-document .kboard-detail .detail-attr .detail-name { float: left; width:60px; padding:0 20px; background:#f7f7f7; font-weight: bold; color: #545861; text-align: left; }
#kboard-board-custom-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: #545861; border:1px solid #000;}
#kboard-board-custom-document .kboard-detail .detail-attr .detail-value img { vertical-align: middle; }
#kboard-board-custom-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-board-custom-document .kboard-content .content-view { margin: 0; padding: 22px; font-size:13px;}
#kboard-board-custom-document .kboard-content .content-view p { margin: 0; }
#kboard-board-custom-document .kboard-content .content-view img { max-width: 100%; }
#kboard-board-custom-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-board-custom-document .kboard-attach {clear:both; border-top:1px solid #ddd; font-size: 12px; }
#kboard-board-custom-document .kboard-attach span{display:inline-block; padding: 11px 20px 12px 20px;}
#kboard-board-custom-document .kboard-attach span.t1{font-weight:bold; color: #545861; background:#f7f7f7; text-align:center;}
#kboard-board-custom-document .kboard-attach span a{color:#000;}
#kboard-board-custom-document .kboard-comments-area { float: left; width: 100%; }
#kboard-board-custom-document .kboard-control {clear:both; border-top:1px solid #ddd;  padding:20px 0; width: 100%; }
#kboard-board-custom-document .kboard-control .left { position: static; float: left; }
#kboard-board-custom-document .kboard-control .right { position: static; float: right; text-align: right; }

.btn_kb_print  {position:absolute;right:0;bottom:0;cursor:pointer}




@media all and (max-width: 600px) {
	#kboard-board-custom-list .kboard-category { width: 100%; }
	#kboard-board-custom-list .kboard-category select { width: auto;}
	#kboard-board-custom-list .kboard-search { clear: both; float: left; width: 100%; }
	#kboard-board-custom-list .kboard-search select { width: 80px; }
	#kboard-board-custom-list .kboard-search input { width: 80px; }
	#kboard-board-custom-list .kboard-list table td.kboard-list-uid { width: 50px; }
	#kboard-board-custom-list .kboard-list table td.kboard-list-date { width: 70px; }
	#kboard-board-custom-list .kboard-list td.kboard-list-user,
	#kboard-board-custom-list .kboard-list td.kboard-list-view { display: none; }
	
	#kboard-board-custom-editor .kboard-attr-row input[type=text],
	#kboard-board-custom-editor .kboard-attr-row input[type=file],
	#kboard-board-custom-editor .kboard-attr-row input[type=password] { width: 50%; }
	
	#kboard-board-custom-document .kboard-detail .detail-attr { clear: both; }
	#kboard-board-custom-document .kboard-detail {clear: both; float: left; width: 100%; min-height:54px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 12px; }
}</pre></body></html>