@charset "utf-8";
/**
 * @author https://store.hightch.com/
 */

a.kboard-high-org-button-small,
input.kboard-high-org-button-small,
button.kboard-high-org-button-small,
body button[type=submit].kboard-high-org-button-small{ 
	cursor: pointer; 
	position: relative; 
	display: inline-block; 
	*display: inline; zoom: 1; 
	width: auto; 
	height: 40px; 
	padding: 0px 15px !important;
	margin: 0; 
	border: 1px solid #d5d5d5; 
	border-radius: 5px;
	background: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 40px; 
	letter-spacing: normal; 
	color: #fff !important;  
	text-decoration: none !important; 
	vertical-align: middle; 
	text-shadow: none; 
	box-shadow: none; 
	transition-duration: 0.3s; 
	box-sizing: content-box; 
}

a.kboard-high-org-button-small:hover, a.kboard-high-org-button-small:focus, a.kboard-high-org-button-small:active,
input.kboard-high-org-button-small:hover, input.kboard-high-org-button-small:focus, input.kboard-high-org-button-small:active,
button.kboard-high-org-button-small:hover, button.kboard-high-org-button-small:focus, button.kboard-high-org-button-small:active { 
	opacity: 0.7; 
}

a.kboard-high-org-thumbnail-button{
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	background: #8a8a8a;
	font-size: 11px !important;
	text-decoration: none !important;
	line-height: 40px;
	color: #fff !important;
}

.kboard-high-org-poweredby {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	font-size: 13px;
}

.kboard-high-org-new-notify { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	padding: 2px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #ff0101;
}

.kboard-high-org-cut-strings {
	overflow: hidden;
	width: auto;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	word-wrap: normal; 
	font-size: 13px; 
}


/*--------------------------------------------------------------------------------

	List 

--------------------------------------------------------------------------------*/

/* 리스트 - 헤더 */
#kboard-high-org-list { 
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	margin: 0;
}

#kboard-high-org-list form {
	margin: 0;
	padding: 0;
}

#kboard-high-org-list .kboard-list-header { 
	float: left;
	display: table;
	width: auto;
	padding: 0px 0px;
	padding-bottom: 0px;
	margin-right: 15px;
}

#kboard-high-org-list .kboard-list-header .kboard-total-count { 
	*float: left; 
	display: none; 
	font-size: 13px; 
}

#kboard-high-org-list .kboard-list-header .kboard-sort { 
	*float: right; 
	display: table-cell; 
	text-align: right; 
}

#kboard-high-org-list .kboard-list-header .kboard-sort select { 
	display: inline; 
	width: auto;
	min-width: 0; 
	max-width: none;
	height: 40px;
	min-height: 0;
	padding: 0px 25px 0px 7px;
	margin: 0;
	border-radius: 0; 
	border: 1px solid #ededed; 
	background: #f3f3f3 url('./images/icon-select.png')no-repeat;
	background-position: right 7px center;
	border-radius: 5px; 
	line-height: 40px; 
	font-size: 12px; 
	color: #666666; 
	vertical-align: middle; 
	box-shadow: none; 
	box-sizing: border-box; 
	text-indent: 0; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
}

#kboard-high-org-list .kboard-list-header{ 
	float: right; 
}

#kboard-high-org-list .kboard-list-header ul.list-button{ 
	float: right;  
	display: inline-block; 
	margin: 0px; 
}

#kboard-high-org-list .kboard-list-header ul.list-button li{ 
	float: left; 
	text-decoration: none; 
	list-style: none; 
}

#kboard-high-org-list .kboard-list-header ul.list-button li button{ 
	background: none; 
	line-height: 0px; 
}

#kboard-high-org-list .kboard-list-header ul.list-button li button:focus{ 
	outline: none; 
}

#kboard-high-org-list .wrap-org-options {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 15px;
    box-sizing: border-box;
}

#kboard-high-org-list .list-org-options{
	float: right;
	display: inline-block;
	margin: 0px;
}

#kboard-high-org-list .list-org-options li{
	float: left;
	list-style: none;
	line-height: 1;
}

#kboard-high-org-list .list-org-options li a{
	display: inline-block;
	padding: 0px 5px;
}


/*--------------------------------------------------------------------------------

	List - 카테고리

--------------------------------------------------------------------------------*/
#kboard-high-org-list .kboard-category { 
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

#kboard-high-org-list .kboard-category.category-mobile { 
	display: none;
}

#kboard-high-org-list .kboard-category.category-pc { 
	display: block;
	padding: 0px 0px;
	box-sizing: border-box;
}

#kboard-high-org-list .kboard-category select { 
	display: inline;
	width: 100%; 
	height: 40px; 
	padding: 5px 10px; 
	margin: 0; 
	margin-bottom: 15px; 
	border-radius: 5px; 
	border: 1px solid #efefef;
	background: #f3f3f3 url(./images/icon-select.png)no-repeat;
    background-position: right 7px center;
	line-height: 30px; 
	font-size: 12px; 
	color: #666666; 
	box-shadow: none; 
	box-sizing: border-box; 
	vertical-align: middle; 
	transition: 300ms all ease-in-out; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;  
}

#kboard-high-org-list .kboard-category .kboard-category-list { 	 
	padding: 5px 5px 15px;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0px;
    background-color: #ffffff;
    list-style: none;
    overflow: hidden;
}

#kboard-high-org-list .kboard-category .kboard-category-list li { 
	display: inline-block;
	*display: inline; zoom: 1;
	padding: 0 5px;
	margin: 0;
	border: 0;
	list-style: none;
}

#kboard-high-org-list .kboard-category .kboard-category-list li::before,
#kboard-high-org-list .kboard-category .kboard-category-list li::after { 
	display: none; 
}

#kboard-high-org-list .kboard-category .kboard-category-list li a {
    display: block;
    padding: 0 15px 0;
    border: 1px solid #ededed;
    border-radius: 0px;
    border-bottom: 0px solid transparent;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: #888;
    background: #f3f3f3;
    border-radius: 50px;
    height: 44px;
    line-height: 44px;
}

#kboard-high-org-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	border: 1px dashed #000000; 
	font-weight: bold;	
	color: #545861; 
}

#kboard-high-org-list .kboard-category .kboard-category-list span.count { 
	display: inline-block;
	width: auto;
	min-width: 18px; 
	height: 18px;
	padding: 0px 5px;
	margin-left: 5px; 
	border-radius: 50px; 
	background: #a2a2a2;
	font-size: 10px; 
	line-height: 18px;
	color: #fff; 
	text-align: center;
	box-sizing: border-box;
}

span.nbrcount {
	display: inline-block;
    border-radius: 50%;
    width: 20px;
	height: 20px;
	margin-left: 5px;
    background: #e0e0e0;    
    text-align: center;
	font-size: 11px;
    line-height: 20px;
}

/* 리스트 - 트리 카테고리 */
#kboard-high-org-list .kboard-tree-category-wrap { 
	overflow: hidden; 
	padding: 0px 15px;
	box-sizing: border-box;
}

#kboard-high-org-list .kboard-tree-category-wrap select { 
	display: inline; 
	width: 93%; 
	height: 40px; 
	padding: 0px 10px;
	margin: 0;
	border: 1px solid #ededed;
    border-radius: 5px;
    background: #f3f3f3 url(./images/icon-select.png)no-repeat;
    background-position: right 7px center;
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
    
#kboard-high-org-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { 
	width: auto; 
}

#kboard-high-org-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { 
	width: 100%; 
}

#kboard-high-org-list .kboard-tree-category { 
	overflow: hidden; 
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	border: 0; 
	background-color: #f9f9f9;
	list-style: none;
}

#kboard-high-org-list .kboard-tree-category li {
	display: inline-block;
	*display: inline; 
	zoom: 1;
	padding: 0 5px;
	margin: 0;
	border: 0;
	list-style: none;
}

#kboard-high-org-list .kboard-tree-category li::before,
#kboard-high-org-list .kboard-tree-category li::after { 
	display: none;
}

#kboard-high-org-list .kboard-tree-category li a { 
	display: block; 
	padding: 10px 10px 8px 10px; 
	border: 0; 
	border-bottom: 2px solid transparent; 
	font-size: 13px;
	text-decoration: none; 
	text-shadow: none; 
	box-shadow: none; 
	color: #515151; 
}

#kboard-high-org-list .kboard-tree-category li.kboard-category-selected a {
	border-bottom: 2px solid #545861;
	font-weight: bold;	
	color: #545861;
}

#kboard-high-org-list .kboard-tree-category-search { 
	float: left;
	width: 100%;
}

#kboard-high-org-list .kboard-tree-category-search .kboard-search-option-wrap {
	float: left;
	margin-right: 25px;
}

#kboard-high-org-list .kboard-list { 
	float: left;
	width: 100%;
	border-top: 0px solid #333;  
	background-color: white;
}

/* 리스트 - 검색창 */
#kboard-high-org-list .kboard-search { 
	float: left;
	width: auto;
	padding-left: 15px;
	padding-bottom: 15px;	
	text-align: center; 
}

#kboard-high-org-list .kboard-search select { 
	display: inline;
	width: 100px; 
	min-width: 0; 
	max-width: 100px; 
	height: 40px; 
	min-height: 0; 
	padding: 0px 10px; 
	margin: 0;
	border: 1px solid #ededed;
	border-radius: 5px;
	background: #f3f3f3 url(./images/icon-select.png)no-repeat;
    background-position: right 7px center;
	font-size: 12px; 
	color: #666666; 
	line-height: 40px; 
	vertical-align: middle; 
	box-shadow: none; 
	box-sizing: content-box; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
}

#kboard-high-org-list .kboard-search input { 
	display: inline; 
	width: 200px; 
	min-width: 0;
	max-width: 200px; 
	height: 30px; 
	min-height: 0;
	padding: 5px 45px 5px 10px; 
	margin: 0;
	border-radius: 5px; 
	border: 1px solid #ededed; 
	background: none;
	background-color: #f3f3f3;
	font-size: 13px;
	line-height: 26px;
	color: #666;
	vertical-align: middle; 
	box-shadow: none; 
	box-sizing: content-box; 
}


#kboard-high-org-list .kboard-search .kboard-search-bar{ 
	position: relative;
	display: inline-block;
	height: 42px;
}

#kboard-high-org-list .kboard-search form .kboard-search-bar button[type=submit].kboard-high-org-button-small{
	position: absolute;
	top: 0%;
	right: 0;
	border: none;
	background: transparent !important;
}

/*--------------------------------------------------------------------------------

	List - 테이블 

--------------------------------------------------------------------------------*/

#kboard-high-org-list .kboard-list .kboard-list-item{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}

#kboard-high-org-list .kboard-list.org .kboard-list-item{
	float: left;
    display: table;
    width: 50%;
}

#kboard-high-org-list .kboard-list.list .kboard-list.org{
	width: 100%;
}

#kboard-high-org-list .kboard-list .kboard-list-item .inner{
	overflow: hidden;
    padding: 0px 15px;
    border: 0px solid #ddd;
    line-height: 0;
}

#kboard-high-org-list .kboard-list.org .kboard-list-item .high-org-thumbnail{
	position: relative;
	display: table-cell;
	width: 30%;
	
}

#kboard-high-org-list .kboard-list.list .kboard-list-item .high-org-thumbnail {
	float: left;
    position: relative;
    width: 30%;
    height: 250px;
}

#kboard-high-org-list .kboard-list.org .kboard-list-item .high-org-thumbnail a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

#kboard-high-org-list .kboard-list .kboard-list-item .high-org-thumbnail a img{
	width: 100%;
    transition: 200ms all ease-in-out;
    max-width: 100%;
    height: auto;
}

#kboard-high-org-list .kboard-list.org .kboard-list-item .high-org-thumbnail a img{
	width: 100%;
    transition: 200ms all ease-in-out;
	max-width: 100%;
	height: auto;
}

#kboard-high-org-list .kboard-list.org .kboard-list-item .high-org-thumbnail a .overlayer {
	position: absolute;
    display: inline-block;
    width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 0%);
    transition: 150ms all ease-in-out;
	vertical-align: middle;
	z-index: 99;
}

#kboard-high-org-list.high-org-admin-list .kboard-list.list .kboard-list-item .kboard-high-org-document-options{
    padding: 30px 120px 0px;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options{
	display: table-cell;
	width: 50%;
	height: auto;
	line-height: 1.6;
	padding: 15px 0px 0px 30px;
	border: 0px solid #ededed;
	background: #fff;
	box-sizing: border-box;
	vertical-align: top;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .high-org-title{
	display: -webkit-box;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #000;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .kboard-comments-count{
	color: #00a8e7;
	font-size: 14px;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .high-org-position{
	font-size: 14px;
    font-weight: normal;
    color: #777;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .kboard-document-add-option-value{
	display: -webkit-box;
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .option-separator{
	margin-right: 5px;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options hr{
	display: none;
}

#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .option-name{
	position: relative;
	display: inline-block;
	min-width: 55px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}

#kboard-high-org-list .kboard-list .kboard-list-item .cont .high-org-title-position .high-org-title{
	margin: 0 0 5px 0;
    color: #000;
	font-size: 17px;
    font-weight: bold;
}

#kboard-high-org-list .kboard-list .kboard-list-item .cont .high-org-title-position .high-org-position{
    color: #777;
	font-size: 14px;
	font-weight: normal;
}

#kboard-high-org-list .kboard-list.list{
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}

#kboard-high-org-list .kboard-list.notice-list {
	margin: -5px 0 30px 0;
    border-bottom: 2px dashed #f6f6f6;
}

#kboard-high-org-list .kboard-list.list .kboard-list-item .high-org-thumbnail{
	float: left;
	position: relative;
	width: 30%;
	height: 250px;
}

#kboard-high-org-list .kboard-list.list .kboard-list-item .high-org-thumbnail a img {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#kboard-high-org-list .kboard-list.list .kboard-list-item .kboard-high-org-document-options{
	float: left;
	position: relative;
	width: 70%;	
    padding: 60px 0 0px 120px;
	border: none;
}


/* 하단 영역 */
#kboard-high-org-list .kboard-pagination { 
	float: left;	
	width: 100%;
	padding: 15px 0; 
}

#kboard-high-org-list .kboard-pagination .kboard-pagination-pages { 
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	text-align: center;
}

#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	padding: 0 1px;
	margin: 0;
	margin: 0px 3px; 
	border: 0;
	background: none;	
	list-style: none;
}

#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li a { 
	display: block;
	height: 28px;
	padding: 0 11px;
	margin: 0;
	border: 0; 
	border-radius: 5px; 
	background-color: #eeeeee; 
	font-size: 13px; 
	line-height: 26px; 
	color: #999999; 
	text-decoration: none; 
	box-shadow: none; 
	transition-duration: 0.3s; 
}

#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.active a { 
	border: 1px solid #333;
	background-color: #fff;
	color: #333; 	
}

#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li:before { 
	display: none; 
}

#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li:after { 
	display: none; 
}

#kboard-high-org-list .kboard-control {
    display: inline-block;
	width: 100%;
	padding: 0px 15px;
	text-align: right;
	box-sizing: border-box;
}


#kboard-high-org-list .kboard-control a.kboard-high-org-button-small { 
	border: 1px solid transparent;
	background: #333 !important; 
	color: #fff !important; 
}

#kboard-high-org-list .kboard-control a.kboard-high-org-button-small.high-org-write,
#kboard-high-org-list .kboard-control button[type=submit].kboard-high-org-button-small.high-org-write{
	padding-left: 40px !important;
	background: #333 url(./images/icon-write.png) no-repeat !important;
	background-position: left 15px top 12px !important;
}

/*--------------------------------------------------------------------------------

	Editor

--------------------------------------------------------------------------------*/

#kboard-high-org-editor {
	overflow: hidden;
	background: #fff;
}

#kboard-high-org-editor form {
	padding: 20px 0px;
	margin: 0;
}

#kboard-high-org-editor select { 
	display: inline; 
	width: 30%; 
	height: 40px; 
	padding: 0px 15px; 
	margin: 0;
	border-radius: 5px; 
	border: 1px solid #ddd; 
	font-size: 13px; 
	line-height: 40px;
	color: #666666; 
	box-shadow: none; 
	background: #f7f7f7 url('./images/icon-select.png')no-repeat;
	background-position: right 7px center;
	box-sizing: content-box; 
	vertical-align: top; 
	transition: 300ms all ease-in-out; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
}

#kboard-high-org-editor input[type=text],
#kboard-high-org-editor input[type=email],
#kboard-high-org-editor input[type=number],
#kboard-high-org-editor input[type=date],
#kboard-high-org-editor input[type=password] { 
	display: inline;
	width: 30%; 
	height: 30px; 
	padding: 5px 15px;
	margin: 0; 
	border-radius: 5px; 
	border: 1px solid #efefef;
	background: none; 
	background-color: #f3f3f3; 
	font-size: 13px;
	line-height: 30px; 
	color: #666666; 
	box-shadow: none; 
	box-sizing: content-box; 
	vertical-align: top; 
	transition: 300ms all ease-in-out;
}

#kboard-high-org-editor input[type=checkbox] { 
	width: auto; 
	-webkit-appearance: checkbox; 
	-moz-appearance: checkbox; 
	appearance: checkbox; 
}

#kboard-high-org-editor input[type=radio] { 
	width: auto; 
	-webkit-appearance: radio; 
	-moz-appearance: radio; 
	appearance: radio;
}

#kboard-high-org-editor select:hover,
#kboard-high-org-editor input[type=text]:hover,
#kboard-high-org-editor input[type=email]:hover,
#kboard-high-org-editor input[type=number]:hover,
#kboard-high-org-editor input[type=date]:hover,
#kboard-high-org-editor input[type=password]:hover { 
	border: 1px solid #777;
}

#kboard-high-org-editor select:focus,
#kboard-high-org-editor input[type=text]:focus,
#kboard-high-org-editor input[type=email]:focus,
#kboard-high-org-editor input[type=number]:focus,
#kboard-high-org-editor input[type=date]:focus,
#kboard-high-org-editor input[type=password]:focus { 
	border: 1px solid #777;
}

#kboard-high-org-editor input[type=file] { 
	display: inline; 
	width: 30%;
	margin: 0; 
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 12px; 
	color: #666;
	box-shadow: none;	
}

#kboard-high-org-editor input[type=file].imgUpload { 
	float: left; 
	height: 30px;
	margin-right: 15px;
	color: #333; 
}

#kboard-high-org-editor input[type=file].imgUpload::-webkit-file-upload-button { 
	visibility: hidden;
}

#kboard-high-org-editor input[type=file].imgUpload::before { 
	content: '업로드';
	cursor: pointer; 
	display: inline-block; 
	padding: 0px 8px; 
	border: 1px solid #555; 
	border-radius: 3px; 
	background: #555; 
	outline: none; 
	white-space: nowrap; 
	-webkit-user-select: none;
	font-weight: 700; 
	font-size: 8pt;
	color: #ccc; 
}

#kboard-high-org-editor input[type=file].imgUpload:hover::before { 
	border: 1px solid #555; 
	background: #555;
}

#kboard-high-org-editor input[type=file].imgUpload:active { 
	outline: 0; 
}

#kboard-high-org-editor input[type=file].imgUpload:active::before { 
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#kboard-high-org-editor input[type=file].kboard-input-file-hide{
	display: none;
}

#kboard-high-org-editor input.kboard-upload-filename,
#kboard-high-org-editor input#kboard-input-file{
	width: 100%;
	height: 40px;
	padding: 0px 75px 0px 15px;
    border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 12px;
	box-sizing: border-box;
}

#kboard-high-org-editor label.high-file-button{
	position: absolute;
	display: inline-block;
	right: 0;
	height: 42px;
	padding: 0px 15px;
	padding-left: 30px;
	border: 0px;
	border-radius: 0px 5px 5px 0px;
	background: transparent url(./images/icon-upload.png) no-repeat;
	background-position: left 3px top 12px;
    color: #333;
    font-size: 13px;
    line-height: 40px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 99;
}

#kboard-high-org-editor .kboard-reg-file{
	float: right;
	width: 50%;
	padding: 0px 10px;
	text-align: right;
	color: #b2b2b2;
	box-sizing: border-box;
}

#kboard-high-org-editor .kboard-reg-file a{
	padding: 5px 7px;
	margin-left: 10px;
	border-radius: 5px;
	font-size: 11px;
	text-decoration: none;
    background: #b2b2b2;
    color: #fff;
}

#kboard-high-org-editor .kboard-wrap-row{
	display: inline-block;
	width: 100%;
	padding: 15px;
	margin-top: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	background: #f5f5f5;
	box-sizing: border-box;
}

#kboard-high-org-editor .kboard-wrap-row .kboard-attr-row { 
	float: left; 
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}

#kboard-high-org-editor .kboard-wrap-row .kboard-attr-row:first-child{ 
	padding: 0px 0px 10px;
} 

#kboard-high-org-editor .kboard-wrap-row .kboard-attr-row:last-child{ 
	padding: 10px 0px 0px;
	border-bottom: 0px solid #ddd;
} 

#kboard-high-org-editor .kboard-attr-row { 
	float: left; 
	width: 100%;
	padding: 5px 0;
	margin-bottom: 2px;
	background-color: transparent;
}

#kboard-high-org-editor .kboard-attr-row.kboard-attr-thumbnail,
#kboard-high-org-editor .kboard-attr-row.kboard-attr-media,
#kboard-high-org-editor .kboard-attr-row.kboard-attr-search,
#kboard-high-org-editor .kboard-attr-row.kboard-attr-attach,
#kboard-high-org-editor .kboard-attr-row.kboard-attr-file { 
	padding: 10px;
	border-radius: 5px;
	background-color: #f7f7f7;
}

#kboard-high-org-editor .kboard-attr-row .attr-name { 
	display: inline;
	float: left;	
	width: 120px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 13px; 
	font-weight: bold;
	line-height: 40px; 
	letter-spacing: -1px;
}

#kboard-high-org-editor .kboard-attr-row .attr-name .field-name{ 
	color: #333;
}

#kboard-high-org-editor .kboard-attr-row.kboard-attr-additional-field .attr-name .field-name{ 
	color: #7b7b7b;
}

#kboard-high-org-editor .kboard-attr-row .attr-name img { 
	display: inline;
	width: auto; 
	max-width: 100%; 
	padding: 0;
	margin: 0; 
	vertical-align: middle;
}

#kboard-high-org-editor .kboard-attr-row .attr-name .attr-required-text { 
	font-weight: normal; 
	font-size: 12px;
	color: red; 
}

#kboard-high-org-editor .kboard-attr-row.kboard-attr-content .attr-name { 
	display: none;
}

#kboard-high-org-editor .kboard-attr-row .attr-value {
	position: relative;
	padding: 0;
	margin: 0 20px 0 140px;
	line-height: 40px;
	font-size: 13px;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .info {
	margin: 0;
	padding: 7px;
	font-size: 13px;
	color: #9e9e9e;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .attr-value-option {
	display: inline;
	width: auto; 
	padding-right: 20px; 
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .attr-value-option input { 
	cursor: pointer; 
}

#kboard-high-org-editor .kboard-attr-row .attr-value .attr-value-label { 
	display: inline;
	cursor: pointer;
	width: auto;
	padding-right: 5px;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .attr-value-label input { 
	cursor: pointer;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .description {
	float: left;
	width: 50%;
	padding-left: 40px;
	margin: 0;
	background: url(./images/icon-desc.png) no-repeat;
	background-position: left 15px top 12px;
	font-size: 12px;
	color: #8a8a8a;    
	box-sizing: border-box;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { 
	float: left; 
	width: 100%;
}

#kboard-high-org-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { 
	clear: both;
	float: left;
	width: 30%;
	margin-bottom: 5px;
}


#kboard-high-org-editor .kboard-attr-title {
	width: 100%; 
	margin-bottom: 10px; 
}

#kboard-high-org-editor .kboard-attr-title .attr-name {
	width: 100%;
}

#kboard-high-org-editor .kboard-attr-title .attr-value { 
	margin-left: 0px;
}

#kboard-high-org-editor .kboard-attr-title input[type=text] { 
	position: relative;
	width: 100%;
	padding: 10px 10px;
	border: 0px;
	border-bottom: 1px solid #bbb;
	border-radius: 0px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#kboard-high-org-editor .kboard-attr-title input[type=text]:focus {
	border-bottom: 1px solid #333;
}

#kboard-high-org-editor .kboard-attr-title input[type=text]::placeholder { 
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -.5px;
	color: #ddd;
}

#kboard-high-org-editor .kboard-content { 
	float: left; 
	width: 100%;
	padding: 9px 0;
	margin: 0;
	background-color: white;
}

#kboard-high-org-editor .kboard-content .editor-textarea {
	display: inline;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	padding: 5px;
	margin: 0;
	border: 1px solid #dcdcdc;
	background: none;
	background-color: transparent;
	font-size: 13px;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
}

#kboard-high-org-editor .kboard-control { 
	float: left;
	width: 100%;
	padding: 15px 0;
}

#kboard-high-org-editor .kboard-control .left { 
	position: static;
	float: left;
}

#kboard-high-org-editor .kboard-control .left a.kboard-high-org-button-small{ 
	border: 1px solid #8a8a8a;
	background: #8a8a8a;
	color: #fff;
}

#kboard-high-org-editor .kboard-control a.kboard-high-org-button-small.high-org-write,
#kboard-high-org-editor .kboard-control button[type=submit].kboard-high-org-button-small.high-org-write{
	padding-left: 42px !important;
	background: #333 url(./images/icon-write.png) no-repeat !important;
	background-position: left 15px top 12px !important;
}

#kboard-high-org-editor .kboard-control a.kboard-high-org-button-small.high-org-list{
	padding-left: 42px !important;
	background: #8a8a8a url(./images/icon-list.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#kboard-high-org-editor .kboard-control a.kboard-high-org-button-small.high-org-back{
	padding-left: 42px !important;
	background: #8a8a8a url(./images/icon-back.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#kboard-high-org-editor .kboard-control .right {
	position: static;
	float: right;
	width: 50%;
	text-align: right;
}

#kboard-high-org-editor .kboard-control a.kboard-high-org-button-small{
	background: #333;
	color: #fff;
}

#kboard-high-org-editor.confirm {
	max-width: 590px;
	margin: 100px auto;
}

#kboard-high-org-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------------

	Document

--------------------------------------------------------------------------------*/

#kboard-high-org-document { 
	display: inline-block; 
	*display: inline; 
	zoom: 1;
	width: 100%;
	margin: 0;
}

#kboard-high-org-document .kboard-document-wrap { 
	position: relative;
	float: left;
	width: 100%;
	border-top: 2px solid #333;
	border-bottom: 1px solid #ededed;
	border-radius: 3px;
	background-color: #fff;
}

#kboard-high-org-document .kboard-title { 
	float: left; 
	width: 100%; 
	background: #fff;
}

#kboard-high-org-document .kboard-title h1 { 
	margin: 0; 
	padding: 25px 15px; 
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
}

#kboard-high-org-document .kboard-detail { 
	clear: both;
	float: left;
	width: 100%;
	padding-top: 0px;
	border-top: 1px dashed #dbdbdb;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fff;
	font-size: 13px;
}

#kboard-high-org-document .kboard-detail .detail-attr { 
	display: inline-block;
	*display: inline;
	zoom: 1;
	float: right;
	width: auto;
	padding: 20px 20px 20px 15px;
	margin: 0;
	border-bottom: 0px;
	border-radius: 0px;
	background: #fff;
	box-sizing: border-box;
}

#kboard-high-org-document .kboard-detail .detail-attr.detail-writer { 
	float: left;
}

#kboard-high-org-document .kboard-detail .detail-attr .detail-value { 
	padding-left: 0px;
	margin-left: 0px;
	color: #333;
}

#kboard-high-org-document .kboard-detail .detail-attr.detail-date .detail-value,
#kboard-high-org-document .kboard-detail .detail-attr.detail-view .detail-value { 
	text-align: right;
}


#kboard-high-org-document .kboard-detail .detail-attr .detail-value a {
	border: 0;
	color: #333;
	text-decoration: none;
	box-shadow: none;
}

#kboard-high-org-document .kboard-detail .detail-attr .detail-value img.avatar { 
	display: inline;
	width: 24px;
	max-width: none;
	height: 24px;
	margin: 0;
	border-radius: 50%;
	vertical-align: middle;
}

#kboard-high-org-document .kboard-content { 
	clear: both;
	float: left;
	width: 100%;
	min-height: 200px;
}

#kboard-high-org-document .kboard-content .content-view {
	padding: 22px;
	margin: 0;
	word-break: break-all;
}

#kboard-high-org-document .kboard-content .content-view iframe { 
	max-width: 100%;
}

#kboard-high-org-document .kboard-content .content-view img {
	display: inline;
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
}

#kboard-high-org-document .kboard-content .content-view hr {
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0;
	background-color: #f1f1f1;
}

#kboard-high-org-document .kboard-content .content-view ul {
	margin: 0.75em 0;
}

#kboard-high-org-document .kboard-content .content-view ol {
	margin: 0.75em 0;
}

#kboard-high-org-document .kboard-content .content-view p { 
	margin: 0 0 0.75em;
	color: #333;
}

#kboard-high-org-document .kboard-content .content-view p:last-child { 
	margin: 0;
}

#kboard-high-org-document .kboard-content .content-view .thumbnail-area { 
	text-align: center;
}

#kboard-high-org-document .kboard-content .content-view .aligncenter { 
	display: block;
	margin-right: auto;
	margin-left: auto; 
}

#kboard-high-org-document .kboard-content .content-view .alignright {
	float:right;
}

#kboard-high-org-document .kboard-content .content-view .alignleft { 
	float: left;
}

#kboard-high-org-document .kboard-high-org-wrap {
	float: left;
	width: 100%;
}

#kboard-high-org-document .kboard-high-org-wrap figure{ 
	float: left;
	width: 30%;
	margin: 0 15px 0 0;
}

#kboard-high-org-document .kboard-high-org-wrap figure img {
	max-width: 100%;
}

#kboard-high-org-document .kboard-high-org-wrap .list_options{ 
	display: inline-block;
	width: 68%;
	margin: 0;
	padding: 0px 20px 20px;
	box-sizing: border-box;
}

#kboard-high-org-document .kboard-high-org-wrap .kboard-high-org-document-options{ 
	display: inline-block;
	width: 68%;
	margin: 0.75em 0;
	padding: 0px 1% 20px;
	box-sizing: border-box;
}

#kboard-high-org-document .kboard-high-org-wrap .kboard-high-org-document-options hr{
	margin: 0;
}
#kboard-high-org-document .kboard-high-org-wrap .kboard-high-org-document-options .kboard-document-add-option-value{
	padding: 15px;
	font-size: 13px;
}
#kboard-high-org-document .kboard-high-org-wrap .kboard-high-org-document-options .kboard-document-add-option-value:first-child{
	border-top: 1px solid #333;
}

#kboard-high-org-document .kboard-document-action {
	overflow: hidden;
	display: block;
	padding: 0 15px 22px 15px;
	line-height: 1;
}

#kboard-high-org-document .kboard-document-action .left { 
	position: static;
	float: left;
}

#kboard-high-org-document .kboard-document-action .right { 
	position: static; 
	float: right; 
	text-align: right;
}

#kboard-high-org-document .kboard-button-action { 
	cursor: pointer;
	margin: 0 0 5px 0;
	padding: 4px 5px;
	border: 1px solid #ededed;
	border-radius: 2px;
	background: none;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	letter-spacing: normal;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none; 
}


/* 상세화면 - 첨부파일 하단 */
#kboard-high-org-document .kboard-attach { 
	clear: both;
	overflow: hidden;
	padding: 0px 10px;
	margin: 0 0px;
	border-top: 0px dashed #ddd;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 22px;
}

#kboard-high-org-document .kboard-attach .kboard-button-action { 
	padding: 4px 5px;
	margin: 0 0 5px 0;
	border: none;
	background: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
}

#kboard-high-org-document .kboard-button-action span { 
	position: static;
	display: inline;
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	line-height: 12px;
}

#kboard-high-org-document .kboard-button-like {
	padding: 10px;
	color: #ff5959;
	/* background: #f7f7f7; */
}

#kboard-high-org-document .kboard-button-unlike {
	padding: 10px;
	color: #3d62aa;
}

#kboard-high-org-document .kboard-button-print { 
	padding: 10px;
	color: gray;
}

#kboard-high-org-document .kboard-button-download {
	color: gray;
}

#kboard-high-org-document .kboard-comments-area { 
	float: left;
	width: 100%;
}

#kboard-high-org-document .kboard-document-navi { 
	float: left;
	width: 100%;
	padding-top: 0px;
}

#kboard-high-org-document .kboard-document-navi a { 
	display: block;
	border: 0;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #545861;
	box-shadow: none;
	transition-duration: .3s;
}

#kboard-high-org-document .kboard-document-navi .navi-document-title { 
	display: block;
}

#kboard-high-org-document .kboard-document-navi .navi-arrow { 
	position: absolute; 
	display: block;
}

#kboard-high-org-document .kboard-document-navi .kboard-prev-document { 
	position: relative; 
	float: left;
	width: 100%;
}

#kboard-high-org-document .kboard-document-navi .kboard-prev-document .navi-document-title { 
	padding: 15px;
	padding-left: 65px;
	border-bottom: 1px solid #eaeaea;
}

#kboard-high-org-document .kboard-document-navi .kboard-prev-document .navi-arrow { 
	top: 15px;
	left: 15px;
	font-weight: bold; 
}

#kboard-high-org-document .kboard-document-navi .kboard-prev-document:hover a { 
	color: black; 
}

#kboard-high-org-document .kboard-document-navi .kboard-next-document { 
	position: relative; 
	float: left;
	width: 100%;
	text-align: left;
}

#kboard-high-org-document .kboard-document-navi .kboard-next-document .navi-document-title {
	padding: 15px; 
	padding-left: 65px; 
	border-bottom: 1px solid #eaeaea;
}

#kboard-high-org-document .kboard-document-navi .kboard-next-document .navi-arrow { 
	top: 15px; 
	left: 15px; 
	font-weight: bold;
}

#kboard-high-org-document .kboard-document-navi .kboard-next-document:hover a {
	color: black;
}

#kboard-high-org-document .kboard-control { 
	float: left;
	width: 100%;
	padding: 15px 0; 
}

#kboard-high-org-document .kboard-control .left {
	position: static;
	float: left;
}

#kboard-high-org-document .kboard-control .left a.kboard-high-org-button-small{ 
	border: 1px solid #8a8a8a;
	background: #8a8a8a;
	color: #fff;
}

#kboard-high-org-document .kboard-control a.kboard-high-org-button-small.high-org-write,
#kboard-high-org-document .kboard-control button[type=submit].kboard-high-org-button-small.high-org-write{
	padding-left: 42px !important;
	background: #333 url(./images/icon-write.png) no-repeat !important;
	background-position: left 15px top 12px !important;
}

#kboard-high-org-document .kboard-control a.kboard-high-org-button-small.high-org-list{
	padding-left: 42px !important;
	border: 1px solid #b6b6b6;
	background: #b6b6b6 url(./images/icon-list.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#kboard-high-org-document .kboard-control a.kboard-high-org-button-small.high-org-delete{
	padding-left: 42px !important;
	background: #333 url(./images/icon-delete.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#kboard-high-org-document .kboard-control a.kboard-high-org-button-small.high-org-reply{
	padding-left: 38px !important;
	border: 1px solid #b6b6b6;
	background: #b6b6b6 url(./images/icon-reply-02.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#kboard-high-org-document .kboard-control .right {
	position: static;
	float: right;
	text-align: right;
}

/* 상세화면 - 첨부파일 상단 */
#kboard-high-org-document .kboard-attach.top{
	left: 0px;
	bottom: -30px;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
}

#kboard-high-org-document .kboard-attach.top.sticky{ 
	position: fixed;
	left: 50%;
	bottom: 10px;
	width: 60%;
	border: 1px solid #888;
	border-radius: 5px;
	z-index: 999;
	transform: translateX(-50%);
	transition: 500ms bottom ease-in-out; 
}

#kboard-high-org-document .kboard-attach.top.sticky.inBoard{ 
	display: none;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
	width: 100%;
	border: 1px solid #888;
	border-radius: 5px;
	transform: translateX(-50%);
	transition: 500ms bottom ease-in-out; 
}

#kboard-high-org-document .kboard-attach.top .kboard-attach-row{ 
	display: inline-block; 
	width: 100%;
	padding: 12px 5px;
	border-bottom: 1px solid #ededed;
	box-sizing: border-box;
}

#kboard-high-org-document .kboard-attach.top .kboard-attach-row:last-child{ 
	border-bottom: 0px solid #ededed; 
}

#kboard-high-org-document .kboard-attach.top .kboard-attach-row .file-label{
	position: relative;
	float: left;
	display: inline-block;
	padding-left: 24px;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	background: url('./images/icon-files.png')no-repeat;
	background-position: left 0px top 5px;
	font-size: 13px;
	line-height: 27px;
	color: #000;
}

#kboard-high-org-document .kboard-attach.top .kboard-attach-row .file-label::after{ 
	position: absolute; 
	content: ''; 
	top: 4px; 
	right: 0px; 
	width: 1px; 
	height: 15px;
	background: #bbb; 
}

#kboard-high-org-document .kboard-attach.top .kboard-attach-row button{ 
	clear: both;
	overflow: hidden;
	margin: 0 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 27px;
	border-top: 0px dashed #ededed;
	background: #f7f7f7;
}

/* 상세화면 - 첨부파일 하단 */
#kboard-high-org-document .kboard-attach.bottom{ 
	bottom: 0px; 
	width: 100%; 
	border: 1px solid #888; 
	border-radius: 5px; 
	z-index: 999;
}

#kboard-high-org-document .kboard-attach.bottom.sticky{ 
	position: fixed;
	left: 50%;
	bottom: 10px;
	width: 60%;
	border: 1px solid #888;
	border-radius: 5px;
	z-index: 999;
	transform: translateX(-50%);
	transition: 500ms bottom ease-in-out;
}

#kboard-high-org-document .kboard-attach.bottom .kboard-attach-row{ 
	display: inline-block;
	width: 100%;
	padding: 12px 5px;
	border-bottom: 1px solid #ededed;
}

#kboard-high-org-document .kboard-attach.bottom .kboard-attach-row:last-child{ 
	border-bottom: 0px solid #ededed;
}

#kboard-high-org-document .kboard-attach.bottom .kboard-attach-row .file-label{
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 30px;
	padding-right: 15px;
	margin-right: 15px;
	background: url(/wordpress/wp-content/plugins/kboard/skin/high-basicload/images/icon-howto.png)no-repeat; 
	color: #000;
}

#kboard-high-org-document .kboard-attach.bottom .kboard-attach-row .file-label::after{ 
	position: absolute; 
	content: ''; 
	top: 4px; 
	right: 0px; 
	width: 1px; 
	height: 15px; 
	background: #bbb;
}

#kboard-high-org-document .kboard-attach.bottom .kboard-attach-row button{ 
	clear: both;
	overflow: hidden;
	padding: 0px;
	margin: 0 0px;
	border-top: 1px dashed #ededed;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 1;
}


/*--------------------------------------------------------------------------------

	Lastest

--------------------------------------------------------------------------------*/

#kboard-high-org-latest table { 
	display: table; 
	table-layout: fixed; 
	width: 100%; 
	border: 0; 
	border-bottom: 1px solid #f1f1f1;
}

#kboard-high-org-latest table tr {
	padding: 0;
	border: 0;
}

#kboard-high-org-latest table th {
	height: auto;
	padding: 5px 0;
	border: 0;
	text-align: center;
}

#kboard-high-org-latest table td { 
	height: auto;
	padding: 5px 0;
	border: 0;
	border-top: 1px solid #f1f1f1;
	vertical-align: middle;
}

#kboard-high-org-latest table td.kboard-latest-title {
	text-align: left;
}

#kboard-high-org-latest table .kboard-latest-title {
	padding-left: 5px;
	font-size: 13px;
}

#kboard-high-org-latest table .kboard-latest-title a {
	text-decoration: none;
	box-shadow: none;
}

#kboard-high-org-latest table .kboard-latest-title img { 
	display: inline;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
	vertical-align: middle;
}

#kboard-high-org-latest table .kboard-latest-date { 
	width: 80px; 
	text-align: center; 
	font-size: 13px;
}


/*--------------------------------------------------------------------------------

	Responsive

--------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {	

	#kboard-high-org-list .kboard-list {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

	#kboard-high-org-list .kboard-list.list .kboard-list-item .high-org-thumbnail {
		float: left;
		position: relative;
		width: 100%;
		height: 250px;
	}
	#kboard-high-org-list .kboard-list.list .kboard-list-item .kboard-high-org-document-options{
		float: left;
	    position: relative;
	    width: 90%;
	    padding: 30px 30px 0px;
	    border: none;
	}
	
	#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options{
		padding: 5px 0 0 30px;
	}
	
	#kboard-high-org-list .kboard-list.org .kboard-list-item .kboard-high-org-document-options .option-name{
		width: 100%;
	}
	
	#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .option-separator{
		display: none;
	}
	
	#kboard-high-org-list .kboard-list .kboard-list-item .kboard-high-org-document-options .kboard-document-add-option-value{
		-webkit-line-clamp: 2;
	}
	
	#kboard-high-org-list .kboard-list.org .kboard-list-item .cont ul li p span.title::after {
		content: '';
	}

	#kboard-high-org-list .kboard-category select {
		margin-top: 10px;
		margin-bottom: 0px;	
	}

	#kboard-high-org-list .kboard-category.category-mobile { 
		display: block;
		padding: 0px 15px;
		box-sizing: border-box;
	}

    #kboard-high-org-list .kboard-list-header .kboard-sort select{ 
		display: none;
		width: 100%;
		margin-bottom: 5px;
		border-radius: 5px;
	}

	#kboard-high-org-list .kboard-category.category-pc { 
		display: none;
	}

	#kboard-high-org-list .kboard-tree-category-search .kboard-search-option-wrap.select { 
		width: 100%;
	}


	#kboard-high-org-list .kboard-list .kboard-mobile-contents { 
		display: block;
		color: #999;
	}

	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li { 
		display: none;
	}

	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.first-page,
	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.last-page,
	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.prev-page,
	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.next-page,
	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.active { 
		display: inline-block; 
	}

	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
	#kboard-high-org-list .kboard-pagination .kboard-pagination-pages li.next-page a { 
		padding: 0 18px; 
	}

	#kboard-high-org-list .kboard-search {
		position: relative;
		float: left;
		width: 100%;		
		height: 40px;
		padding-bottom: 15px;
		text-align: center;
		box-sizing: border-box;
	}

	#kboard-high-org-list .kboard-search select {
		position: absolute;
		float: left;
		left: 15px;
		width: 70px;
		height: 40px;
		margin-right: 1%;
		line-height: 40px;
		box-sizing: border-box;
		z-index: 99;
	}

	#kboard-high-org-list .kboard-search .kboard-search-bar {
		position: absolute;
		display: inline-block;
		left: 0px;
		width: 100%;
		height: 42px;		
		padding: 0px 15px;
		box-sizing: border-box;
	}

	#kboard-high-org-list .kboard-search form .kboard-search-bar button[type=submit].kboard-high-org-button-small {
		position: absolute;
		top: 0%;
		right: 15px;
		border: none;
		background: transparent !important;
	}

	#kboard-high-org-list .kboard-search input { 
		float: left;
		width: 100%;
		min-width: 100%;
		height: 40px;
		padding-left: 80px;
		padding-right: 45px;
		margin-bottom: 10px;
		line-height: 40px;
		box-sizing: border-box;
	}

	#kboard-high-org-list .kboard-search button { 
		float: left;	
		height: 40px;
		background: #fff !important;
		line-height: 40px;
		box-sizing: border-box;
	}

    
    #kboard-high-org-list .kboard-list .wrap-list {
		float: left;
		width: 100%;
		padding: 0px 15px;
		margin-top: 30px;
	}

    #kboard-high-org-list .kboard-list.col-list .wrap-list .kboard-list-item .contents {
		float: left;
		width: 50%;
		padding: 20px 10px 30px;		
	}

	#kboard-high-org-list .kboard-list.col-list .wrap-list .kboard-list-item .high-org-thumbnail {
		position: relative;
		float: left;
		width: 50%;		
	}


	#kboard-high-org-editor select,
	#kboard-high-org-editor input[type=text],
	#kboard-high-org-editor input[type=email],
	#kboard-high-org-editor input[type=number],
	#kboard-high-org-editor input[type=date],
	#kboard-high-org-editor input[type=password],
	#kboard-high-org-editor input[type=file] { 
		width: 100% !important; 
		box-sizing: border-box;
	}
    
    #kboard-high-org-editor input[type=date] { 
		-webkit-appearance: textfield; 
		-moz-appearance: textfield;
	}
    
	#kboard-high-org-editor .kboard-attr-row { 
		width: 100%;
		padding: 5px 0;
	}

	#kboard-high-org-editor .kboard-attr-row .attr-name { 
		width: 100%;
		padding: 0;
		font-size: 14px;
	}

	#kboard-high-org-editor .kboard-attr-row .attr-value { 
		margin: 0 20px 0 0;
	}

	#kboard-high-org-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
		width: 100%;
		margin-bottom: 10px;
	}

	#kboard-high-org-editor.confirm {
		max-width: none;
	}
	
	#kboard-high-org-document .kboard-title h1 { 
		padding: 10px 15px; 
		font-size: 18px;
	}

	#kboard-high-org-document .kboard-content .content-view {
		padding: 10px 5px 10px;
	}

	#kboard-high-org-document .kboard-detail .detail-attr {
		float: right;
		width: 100%;
		padding: 5px 15px;
		margin-bottom: 5px;
		line-height: normal;
		background: transparent;
		box-sizing: border-box;
	}

    #kboard-high-org-document .kboard-detail .detail-attr.detail-view .detail-value { 
		float: left;
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		color: #333;
	}

	#kboard-high-org-document .kboard-detail .detail-attr.detail-date .detail-value,
	#kboard-high-org-document .kboard-detail .detail-attr.detail-view .detail-value { 
		text-align: left;
	}

    #kboard-high-org-document .kboard-detail .detail-attr .detail-value a { 
		text-decoration: none;
		border: 0;
		box-shadow: none;
		color: #333;
	}

    #kboard-high-org-document .kboard-detail .detail-attr .detail-value img.avatar { 
		display: inline;
		width: 24px;
		max-width: none;
		height: 24px;
		margin: 0;
		border-radius: 50%;
		vertical-align: middle;
	}

	#kboard-high-org-document .kboard-document-action { 
		padding: 10px 5px 5px 5px;
	}

	#kboard-high-org-document .kboard-attach {
		margin: 0px;
		padding: 0px 5px;
	}

	#kboard-high-org-document .kboard-document-navi .kboard-prev-document { 
		width: 100%;
	}

	#kboard-high-org-document .kboard-document-navi .kboard-next-document {		
		float: left;
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}
	
	#kboard-high-org-document .kboard-high-org-wrap figure{ 
		float: left;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	
	#kboard-high-org-document .kboard-high-org-wrap .kboard-high-org-document-options{ 
		display: inline-block;
		padding: 0px;
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	#kboard-high-org-list .kboard-list.org .kboard-list-item {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 425px) {

    #kboard-high-org-list .kboard-search{ 
		width: 100%;
	}

    #kboard-high-org-list .kboard-search button { 
		float: left;
		width: auto;
		min-width: 10%;
		height: 40px;
		box-sizing: border-box;		
	}

    .wrap-btn-group {
		float: right;
		width: 30%;		
	}

	#kboard-high-org-list .kboard-list.org {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

	#kboard-high-org-list .kboard-list.org {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

}