@charset "utf-8";
/**
 * @author https://hightch.com/
 */

a.high-basic-button-small,
input.high-basic-button-small,
button.high-basic-button-small,
body button[type=submit].high-basic-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.high-basic-button-small:hover, a.high-basic-button-small:focus, a.high-basic-button-small:active,
input.high-basic-button-small:hover, input.high-basic-button-small:focus, input.high-basic-button-small:active,
button.high-basic-button-small:hover, button.high-basic-button-small:focus, button.high-basic-button-small:active { 
	opacity: 0.7; 
}

a.high-basic-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;
}

.high-basic-poweredby {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	font-size: 13px;
}

.high-basic-new-notify { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	padding: 2px 2px;
	background-color: #f61b5d; 	
	font-size: 10px;
	font-weight: normal; 
	line-height: 10px; 
	color: white;
}

.high-basic-cut-strings {
	overflow: hidden;
	width: auto;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	word-wrap: normal; 
	font-size: 13px; 
}


/*--------------------------------------------------------------------------------

	List 

--------------------------------------------------------------------------------*/

/* 리스트 - 헤더 */
#high-basic-list { 
	display: block;
	*display: inline;
	zoom: 1;
}

#high-basic-list form {
	display: flex;
	margin: 0;
	padding: 0;
}

#high-basic-list .kboard-list-header { 
	float: right;
	display: table;
	width: auto;
	padding: 0px 0px;
	padding-bottom: 0px;
}

#high-basic-list .kboard-list-header .kboard-total-count { 
	*float: left; 
	display: none; 
	font-size: 13px; 
}

#high-basic-list .kboard-list-header .kboard-sort { 
	*float: right; 
	display: table-cell; 
	text-align: right; 
}

#high-basic-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; 
}

#high-basic-list .kboard-list-header ul.list-button{ 
	float: right;  
	display: inline-block; 
	margin: 0px; 
}

#high-basic-list .kboard-list-header ul.list-button li{ 
	float: left; 
	text-decoration: none; 
	list-style: none; 
}

#high-basic-list .kboard-list-header ul.list-button li button{ 
	background: none; 
	line-height: 0px; 
}

#high-basic-list .kboard-list-header ul.list-button li button:focus{ 
	outline: none; 
}


/*--------------------------------------------------------------------------------

	List - 카테고리

--------------------------------------------------------------------------------*/
#high-basic-list .kboard-category { 
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

#high-basic-list .kboard-category.category-mobile { 
	display: none;
}

#high-basic-list .kboard-category.category-pc { 
	display: block;
}

#high-basic-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;  
}

#high-basic-list .kboard-category .kboard-category-list { 	 
	padding: 14px 7px;
    margin: 0 0 0px 0;
    border-top: 1px solid #ededed;
    background-color: #fff;
    list-style: none;
    overflow: hidden;
}

#high-basic-list .kboard-category .kboard-category-list li { 
	display: inline-block;
	*display: inline; zoom: 1;
	padding: 0 5px;
	margin: 0;
	border: 0;
	list-style: none;
}

#high-basic-list .kboard-category .kboard-category-list li::before,
#high-basic-list .kboard-category .kboard-category-list li::after { 
	display: none; 
}

#high-basic-list .kboard-category .kboard-category-list li a { 
	display: block; 
	padding: 5px 5px 5px 5px;
	border: 0px solid #f1f1f1; 
	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; 
}

#high-basic-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	border-bottom: 0px solid #545861; 
	font-weight: bold;	
	color: #545861; 
}

#high-basic-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;
}

/* 리스트 - 트리 카테고리 */
#high-basic-list .kboard-tree-category-wrap { 
	overflow: hidden; 
	margin-bottom: 20px;
}

#high-basic-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;
}

#high-basic-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { 
	width: auto; 
}

#high-basic-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { 
	width: 100%; 
}

#high-basic-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;
}

#high-basic-list .kboard-tree-category li {
	display: inline-block;
	*display: inline; 
	zoom: 1;
	padding: 0 5px;
	margin: 0;
	border: 0;
	list-style: none;
}

#high-basic-list .kboard-tree-category li::before,
#high-basic-list .kboard-tree-category li::after { 
	display: none;
}

#high-basic-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; 
}

#high-basic-list .kboard-tree-category li.kboard-category-selected a {
	border-bottom: 2px solid #545861;
	font-weight: bold;	
	color: #545861;
}

#high-basic-list .kboard-tree-category-search { 
	float: left;
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #ededed;    
}

#high-basic-list .kboard-tree-category-search .kboard-search-option-wrap {
	float: left;
	margin-right: 25px;
}

#high-basic-list .kboard-list { 
	float: left;
	width: 100%;
	border-top: 0px solid #333;  
	background-color: white;
}


/*--------------------------------------------------------------------------------

	List - 테이블 

--------------------------------------------------------------------------------*/

/* 리스트 - 테이블 화면 */
#high-basic-list .kboard-list table { 
	display: table; 
	table-layout: fixed; 
	width: 100%; 
	margin: 0px;
	border-top: 1px solid #f1f1f1;
	border-left: 0px solid #fff;
	border-spacing: unset;
}

#high-basic-list .kboard-list table thead{ 
	border-top: 1px solid #333;
	background: #f3f3f3;
}

/* List - 공지사항 */
#high-basic-list tr.kboard-list-notice {
    background: #fafafa;
}

/* List - 목록 */
#high-basic-list .kboard-list table tr td{ 
	padding: 15px 0px;
	border: 0px;
	border-bottom: 1px solid #ededed;
	font-size: 13px;
	text-align: center;	
	word-wrap: break-word;
	vertical-align: middle;
}

#high-basic-list .kboard-list table thead tr td.kboard-list-title,
#high-basic-list .kboard-list table thead tr td.kboard-list-cate,
#high-basic-list .kboard-list table thead tr td.kboard-list-uid,
#high-basic-list .kboard-list table thead tr td.kboard-list-user,
#high-basic-list .kboard-list table thead tr td.kboard-list-date,
#high-basic-list .kboard-list table thead tr td.kboard-list-view{ 
	padding: 15px 0px;
	text-align: center; 
}

#high-basic-list .kboard-list table td.kboard-list-title { 
	width: auto; 
	padding: 17px 30px 17px 7px;
	text-align: left;
}

#high-basic-list .kboard-list table td.kboard-list-title a{ 
	color: #333;
	text-decoration: none;
}

#high-basic-list .kboard-list table td.kboard-list-title a .high-basic-cut-strings img{ 
	display: inline;
	float: left; 
	width: auto;
	max-width: 100%;  
	height: auto; 
	margin: 0;
	margin-right: 5px;
	vertical-align: middle; 
}

#high-basic-list .kboard-list table td.kboard-list-uid{
	width: 85px; 
}

#high-basic-list .kboard-list table td.kboard-list-cate{ 
	width: 5%; 
}

#high-basic-list .kboard-list table td.kboard-list-user{ 
	width: 90px; 
	text-align: center; 
}

#high-basic-list .kboard-list table td.kboard-list-date{ 
	width: 90px; 
	text-align: center;
}

#high-basic-list .kboard-list table td.kboard-list-view{ 
	width: 70px; 
	text-align: center;
}

#high-basic-list .kboard-list .kboard-mobile-contents { 
	display: none;
}

#high-basic-list .kboard-list table td .kboard-default-new-notify{ 
	padding: 5px;
	border-radius: 5px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0101; 
}

#high-basic-list .kboard-list table td .endRecruit img{
	float: left;
}

/* 하단 영역 */
#high-basic-list .kboard-pagination { 
	float: left;	
	width: 100%;
	padding: 15px 0; 
}

#high-basic-list .kboard-pagination .kboard-pagination-pages { 
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	text-align: center;
}

#high-basic-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;
}

#high-basic-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: 28px; 
	color: #999999; 
	text-decoration: none; 
	box-shadow: none; 
	transition-duration: 0.3s; 
}

#high-basic-list .kboard-pagination .kboard-pagination-pages li:hover a,
#high-basic-list .kboard-pagination .kboard-pagination-pages li.active a { 
	border: 0;
	background-color: #777;
	color: #fff; 	
}

#high-basic-list .kboard-pagination .kboard-pagination-pages li:before { 
	display: none; 
}

#high-basic-list .kboard-pagination .kboard-pagination-pages li:after { 
	display: none; 
}

#high-basic-list .kboard-control {
    display: inline-block;
	width: 100%;
	text-align: right;
}


/* 검색창 */
#high-basic-list .kboard-search { 
	float: left;
	width: auto;
	padding-bottom: 15px;
	text-align: center; 
}

#high-basic-list .kboard-search select { 
	display: inline;
	width: 100px; 
	min-width: 0; 
	max-width: 100px; 
	height: 40px; 
	min-height: 0; 
	padding: 0px 10px; 
	margin: 0;
	margin-right: 5px;
	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; 
}

#high-basic-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;
	text-align: left;
	color: #666;
	vertical-align: middle; 
	box-shadow: none; 
	box-sizing: content-box;
}


#high-basic-list .kboard-search .kboard-search-bar{ 
	position: relative;
	display: inline-block;
	height: 42px;
}

#high-basic-list .kboard-search form .kboard-search-bar button[type=submit].high-basic-button-small{
	position: absolute;
	top: 0%;
	right: 0;
	padding: 0px 15px !important;
	border: none;
	background: transparent !important;
}

#high-basic-list .kboard-control a.high-basic-button-small { 
	border: 1px solid transparent;
	background: #333 !important; 
	color: #fff !important; 
}

#high-basic-list .kboard-control a.high-basic-button-small.high-basic-write,
#high-basic-list .kboard-control button[type=submit].high-basic-button-small.high-basic-write{
	padding-left: 42px !important;
	background: #333 url(./images/icon-write.png) no-repeat !important;
	background-position: left 15px top 12px !important;
}

/*--------------------------------------------------------------------------------

	Editor

--------------------------------------------------------------------------------*/

#high-basic-editor {
	overflow: hidden;
	background: #fff;
}

#high-basic-editor form {
	padding: 20px 0px;
	margin: 0;
}

#high-basic-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; 
}

#high-basic-editor input[type=text],
#high-basic-editor input[type=email],
#high-basic-editor input[type=number],
#high-basic-editor input[type=date],
#high-basic-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;
}

#high-basic-editor input[type=checkbox] { 
	width: auto; 
	-webkit-appearance: checkbox; 
	-moz-appearance: checkbox; 
	appearance: checkbox; 
}

#high-basic-editor input[type=radio] { 
	width: auto; 
	-webkit-appearance: radio; 
	-moz-appearance: radio; 
	appearance: radio;
}

#high-basic-editor select:hover,
#high-basic-editor input[type=text]:hover,
#high-basic-editor input[type=email]:hover,
#high-basic-editor input[type=number]:hover,
#high-basic-editor input[type=date]:hover,
#high-basic-editor input[type=password]:hover { 
	border: 1px solid #777;
}

#high-basic-editor select:focus,
#high-basic-editor input[type=text]:focus,
#high-basic-editor input[type=email]:focus,
#high-basic-editor input[type=number]:focus,
#high-basic-editor input[type=date]:focus,
#high-basic-editor input[type=password]:focus { 
	border: 1px solid #777;
}

#high-basic-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;	
}

#high-basic-editor input[type=file].imgUpload { 
	float: left; 
	height: 30px;
	margin-right: 15px;
	color: #333; 
}

#high-basic-editor input[type=file].imgUpload::-webkit-file-upload-button { 
	visibility: hidden;
}

#high-basic-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; 
}

#high-basic-editor input[type=file].imgUpload:hover::before { 
	border: 1px solid #555; 
	background: #555;
}

#high-basic-editor input[type=file].imgUpload:active { 
	outline: 0; 
}

#high-basic-editor input[type=file].imgUpload:active::before { 
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#high-basic-editor input[type=file].kboard-input-file-hide{
	display: none;
}

#high-basic-editor input.kboard-upload-filename{
	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;
}

#high-basic-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;
}

#high-basic-editor .kboard-reg-file{
	float: right;
	width: 100%;
	padding: 0px 10px;
	text-align: right;
	color: #b2b2b2;
	box-sizing: border-box;
}

#high-basic-editor .kboard-reg-file a{
	padding: 5px 7px;
	margin-left: 10px;
	border-radius: 5px;
	font-size: 11px;
	text-decoration: none;
    background: #b2b2b2;
    color: #fff;
}

#high-basic-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;
}

#high-basic-editor .kboard-wrap-row .kboard-attr-row { 
	float: left; 
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}

#high-basic-editor .kboard-wrap-row .kboard-attr-row:first-child{ 
	padding: 0px 0px 10px;
} 

#high-basic-editor .kboard-wrap-row .kboard-attr-row:last-child{ 
	padding: 10px 0px 0px;
	border-bottom: 0px solid #ddd;
} 

#high-basic-editor .kboard-attr-row { 
	float: left; 
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ededed;
	background-color: transparent;
}

#high-basic-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;
	color: #7b7b7b;
}

#high-basic-editor .kboard-attr-row .attr-name .field-name{ 
	color: #333; 
}

#high-basic-editor .kboard-attr-row .attr-name img { 
	display: inline;
	width: auto; 
	max-width: 100%; 
	padding: 0;
	margin: 0; 
	vertical-align: middle;
}

#high-basic-editor .kboard-attr-row .attr-name .attr-required-text { 
	font-weight: normal; 
	font-size: 12px;
	color: red; 
}

#high-basic-editor .kboard-attr-row.kboard-attr-content .attr-name { 
	display: none;
}

#high-basic-editor .kboard-attr-row .attr-value {
	position: relative;
	padding: 0;
	margin: 0 0 0 140px;
	line-height: 40px;
	font-size: 13px;
}

#high-basic-editor .kboard-attr-row .attr-value .attr-value-option {
	display: inline;
	width: auto; 
	padding-right: 20px; 
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
}

#high-basic-editor .kboard-attr-row .attr-value .attr-value-option input { 
	cursor: pointer; 
}

#high-basic-editor .kboard-attr-row .attr-value .attr-value-label { 
	display: inline;
	cursor: pointer;
	width: auto;
	padding-right: 5px;
}

#high-basic-editor .kboard-attr-row .attr-value .attr-value-label input { 
	cursor: pointer;
}

#high-basic-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;
}

#high-basic-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { 
	float: left; 
	width: 100%;
}

#high-basic-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { 
	clear: both;
	float: left;
	width: 30%;
	margin-bottom: 5px;
}


#high-basic-editor .kboard-attr-title {
	width: 100%; 
	margin-bottom: 10px;
	border-bottom: 0px;
}

#high-basic-editor .kboard-attr-title .attr-name {
	width: 100%;
}

#high-basic-editor .kboard-attr-title .attr-value { 
	margin-left: 0px;
}

#high-basic-editor .kboard-attr-title input[type=text] { 
	position: relative;
	width: 100%;
	padding: 0px 10px;
	border: 0px;
	border-bottom: 1px solid #bbb;
	border-radius: 0px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
	box-sizing: border-box;
}

#high-basic-editor .kboard-attr-title input[type=text]:focus {
	border-bottom: 1px solid #333;
}

#high-basic-editor .kboard-attr-title input[type=text]::placeholder { 
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -.5px;
	color: #ddd;
}

#high-basic-editor .kboard-content { 
	float: left; 
	width: 100%;
	padding: 9px 0;
	margin: 0;
	background-color: white;
}

#high-basic-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;
}

#high-basic-editor .kboard-control { 
	float: left;
	width: 100%;
	padding: 15px 0;
}

#high-basic-editor .kboard-control .left { 
	position: static;
	float: left;
}

#high-basic-editor .kboard-control .left a.high-basic-button-small{ 
	border: 1px solid #8a8a8a;
	background: #8a8a8a;
	color: #fff;
}

#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-write,
#high-basic-editor .kboard-control button[type=submit].high-basic-button-small.high-basic-write{
	padding: 0px 15px !important;
	padding-left: 42px !important;
	background: #333 url(./images/icon-write.png) no-repeat !important;
	background-position: left 15px top 12px !important;
}

#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-list{
	padding-left: 42px !important;
	background: #8a8a8a url(./images/icon-list.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-back{
	padding-left: 42px !important;
	background: #8a8a8a url(./images/icon-back.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#high-basic-editor .kboard-control .right {
	position: static;
	float: right;
	width: 50%;
	text-align: right;
}

#high-basic-editor .kboard-control a.high-basic-button-small{
	background: #333;
	color: #fff;
}

#high-basic-editor.confirm {
	max-width: 590px;
	margin: 100px auto;
}

#high-basic-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------------

	Document

--------------------------------------------------------------------------------*/

#high-basic-document { 
	display: inline-block; 
	*display: inline; 
	zoom: 1;
	width: 100%;
	margin: 0;
}

#high-basic-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;
}

#high-basic-document .kboard-title { 
	float: left; 
	width: 100%; 
	background: #fff;
}

#high-basic-document .kboard-title h1 { 
	margin: 0; 
	padding: 25px 15px; 
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
}

#high-basic-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;
}



#high-basic-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;
}

#high-basic-document .kboard-detail .detail-attr.detail-writer {
    float: left;
}

#high-basic-document .kboard-detail .detail-attr .detail-value { 
	padding-left: 0px;
	margin-left: 0px;
	color: #333;
}

#high-basic-document .kboard-detail .detail-attr.detail-date .detail-value,
#high-basic-document .kboard-detail .detail-attr.detail-view .detail-value { 
	text-align: right;
}


#high-basic-document .kboard-detail .detail-attr .detail-value a {
	border: 0;
	color: #333;
	text-decoration: none;
	box-shadow: none;
}

#high-basic-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;
}

#high-basic-document .kboard-content { 
	clear: both;
	float: left;
	width: 100%;
	min-height: 200px;
}

#high-basic-document .kboard-content .content-view {
	padding: 30px 15px 30px;
	margin: 0;
	word-break: break-all;
}

#high-basic-document .kboard-content .content-view iframe { 
	max-width: 100%;
}

#high-basic-document .kboard-content .content-view img {
	display: inline;
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
}

#high-basic-document .kboard-content .content-view hr {
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0;
	background-color: #f1f1f1;
}

#high-basic-document .kboard-content .content-view ul {
	margin: 0.75em 0;
}

#high-basic-document .kboard-content .content-view ol {
	margin: 0.75em 0;
}

#high-basic-document .kboard-content .content-view p { 
	margin: 0 0 0.75em;
	color: #333;
}

#high-basic-document .kboard-content .content-view p:last-child { 
	margin: 0;
}

#high-basic-document .kboard-content .content-view .thumbnail-area { 
	text-align: center;
}

#high-basic-document .kboard-content .content-view .aligncenter { 
	display: block;
	margin-right: auto;
	margin-left: auto; 
}

#high-basic-document .kboard-content .content-view .alignright {
	float:right;
}

#high-basic-document .kboard-content .content-view .alignleft { 
	float: left;
}

#high-basic-document .kboard-content .content-view strong { 
	font-weight: bold;
}

#high-basic-document .kboard-document-action {
	overflow: hidden;
	display: block;
	padding: 0 15px 22px 15px;
	line-height: 1;
}

#high-basic-document .kboard-document-action .left { 
	position: static;
	float: left;
}

#high-basic-document .kboard-document-action .right { 
	position: static; 
	float: right; 
	text-align: right;
}

#high-basic-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; 
}


/* 상세화면 - 첨부파일 하단 */
#high-basic-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;
}

#high-basic-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;
}

#high-basic-document .kboard-button-action span { 
	position: static;
	display: inline;
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	line-height: 12px;
}

#high-basic-document .kboard-button-like {
	padding: 10px;
	color: #ff5959;
	background: #f7f7f7;
}

#high-basic-document .kboard-button-unlike {
	padding: 10px;
	color: #3d62aa;
	display: none;
}

#high-basic-document .kboard-button-print { 
	padding: 10px;
	color: gray;
}

#high-basic-document .kboard-button-download {
	color: gray;
}

#high-basic-document .kboard-comments-area { 
	float: left;
	width: 100%;
}

#high-basic-document .kboard-document-navi { 
	float: left;
	width: 100%;
	padding-top: 0px;
}

#high-basic-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;
}

#high-basic-document .kboard-document-navi .navi-document-title { 
	display: block;
}

#high-basic-document .kboard-document-navi .navi-arrow { 
	position: absolute; 
	display: block;
}

#high-basic-document .kboard-document-navi .kboard-prev-document { 
	position: relative; 
	float: left;
	width: 100%;
}

#high-basic-document .kboard-document-navi .kboard-prev-document .navi-document-title { 
	padding: 15px;
	padding-left: 65px;
	border-bottom: 1px solid #eaeaea;
}

#high-basic-document .kboard-document-navi .kboard-prev-document .navi-arrow { 
	top: 15px;
	left: 15px;
	font-weight: bold; 
}

#high-basic-document .kboard-document-navi .kboard-prev-document:hover a { 
	color: black; 
}

#high-basic-document .kboard-document-navi .kboard-next-document { 
	position: relative; 
	float: left;
	width: 100%;
	text-align: left;
}

#high-basic-document .kboard-document-navi .kboard-next-document .navi-document-title {
	padding: 15px; 
	padding-left: 65px; 
	border-bottom: 1px solid #eaeaea;
}

#high-basic-document .kboard-document-navi .kboard-next-document .navi-arrow { 
	top: 15px; 
	left: 15px; 
	font-weight: bold;
}

#high-basic-document .kboard-document-navi .kboard-next-document:hover a {
	color: black;
}

#high-basic-document .kboard-control { 
	float: left;
	width: 100%;
	padding: 15px 0; 
}

#high-basic-document .kboard-control .left {
	position: static;
	float: left;
}

#high-basic-document .kboard-control .left a.high-basic-button-small{ 
	border: 1px solid #8a8a8a;
	background: #8a8a8a;
	color: #fff;
}

#high-basic-document .kboard-control a.high-basic-button-small.high-basic-write,
#high-basic-document .kboard-control button[type=submit].high-basic-button-small.high-basic-write{
	padding-left: 42px !important;
	background: #333 url(./images/icon-write.png) no-repeat !important;
	background-position: left 15px top 12px !important;
}

#high-basic-document .kboard-control a.high-basic-button-small.high-basic-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;
}

#high-basic-document .kboard-control a.high-basic-button-small.high-basic-delete{
	padding-left: 42px !important;
	background: #333 url(./images/icon-delete.png) no-repeat !important;
	background-position: left 15px top 13px !important;
}

#high-basic-document .kboard-control a.high-basic-button-small.high-basic-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;
}

#high-basic-document .kboard-control .right {
	position: static;
	float: right;
	text-align: right;
}

/* 상세화면 - 첨부파일 상단 */
#high-basic-document .kboard-attach.top{
	left: 0px;
	bottom: -30px;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
}

#high-basic-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; 
}

#high-basic-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; 
}

#high-basic-document .kboard-attach.top .kboard-attach-row{ 
	display: inline-block; 
	width: 100%;
	padding: 12px 5px;
	border-bottom: 1px solid #ededed;
	box-sizing: border-box;
}

#high-basic-document .kboard-attach.top .kboard-attach-row:last-child{ 
	border-bottom: 0px solid #ededed; 
}

#high-basic-document .kboard-attach.top .kboard-attach-row .file-label{
	position: relative;
	float: left;
	display: inline-block;
	padding-left: 24px;
	padding-right: 10px;
	margin-right: 10px;
	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;
}

#high-basic-document .kboard-attach.top .kboard-attach-row .file-label::after{ 
	position: absolute; 
	content: ''; 
	top: 7px; 
	right: 0px; 
	width: 1px; 
	height: 15px;
	background: #bbb; 
}

#high-basic-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;
}


/*--------------------------------------------------------------------------------

	Lastest

--------------------------------------------------------------------------------*/

#high-basic-latest table { 
	display: table; 
	table-layout: fixed; 
	width: 100%; 
	border: 0; 
	border-bottom: 1px solid #f1f1f1;
}

#high-basic-latest table tr {
	padding: 0;
	border: 0;
}

#high-basic-latest table th {
	height: auto;
	padding: 13px 0;
	border: 0;
	text-align: center;
}

#high-basic-latest table td { 
	height: auto;
	padding: 10px 0;
	border: 0;
	border-top: 1px solid #f1f1f1;
	vertical-align: middle;
}

#high-basic-latest table tr:first-child td { 	
	border-top: 0px solid #f1f1f1;
}

#high-basic-latest table td.kboard-latest-title {
	text-align: left;
}

#high-basic-latest table .kboard-latest-title {
	padding-left: 5px;
	font-size: 13px;
}

#high-basic-latest table .kboard-latest-title a {
	text-decoration: none;
	box-shadow: none;
	font-size: 15px;
	color: #666;
}

#high-basic-latest table .kboard-latest-title a span.kboard-default-new-notify{
	padding: 2px 6px;
	margin-right: 5px;
	text-decoration: none;
	box-shadow: none;
	font-size: 11px;
    color: #fff;
	background: #c1c1c1;
}

#high-basic-latest table .kboard-latest-title img { 
	display: inline;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
	vertical-align: middle;
}

#high-basic-latest table .kboard-latest-date { 
	width: 80px; 
	text-align: right; 
	font-size: 15px;
}


/*--------------------------------------------------------------------------------

	Responsive

--------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {	

	#high-basic-list form {
		display: block;
	}
	
    #high-basic-list .kboard-list .wrap-list { 
		float: left; 
		width: 50%; 
	}

    #high-basic-list .kboard-list.col-list .wrap-list .inner .contents {
		float: left;
		width: 50%;
		padding: 60px 30px 30px;		
	}

	#high-basic-list .kboard-list.col-list .wrap-list .inner .thumbnail {
		float: left;
		position: relative;
		width: 50%;
	}

	#high-basic-list .kboard-category.category-mobile { 
		display: block;
		padding: 0px 0px;
	}

    #high-basic-list .kboard-list-header .kboard-sort select{ 
		display: none;
		width: 100%;
		margin-bottom: 5px;
		border-radius: 5px;
	}

	#high-basic-list .kboard-category.category-pc { 
		display: none;
	}

	#high-basic-list .kboard-tree-category-search .kboard-search-option-wrap.select { 
		width: 100%;
	}

	#high-basic-list .kboard-list table { 
		border-top: 1px solid #f1f1f1;
	}

	#high-basic-list .kboard-list table thead { 
		display: none;
	}

	#high-basic-list .kboard-list table td.kboard-list-title {
		padding: 10px 5px;
	}

	#high-basic-list .kboard-list table td.kboard-list-title .high-basic-cut-strings { 
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		white-space: normal;
	}

	#high-basic-list .kboard-list table tr td.kboard-list-cate,
    #high-basic-list .kboard-list table tr td.kboard-list-uid,
    #high-basic-list .kboard-list table tr td.kboard-list-user,
    #high-basic-list .kboard-list table tr td.kboard-list-user,
    #high-basic-list .kboard-list table td.kboard-list-date,
	#high-basic-list .kboard-list table td.kboard-list-view { 
		display: none;
	}

	#high-basic-list .kboard-list .kboard-mobile-contents { 
		display: block;
		color: #999;
	}

	#high-basic-list .kboard-pagination .kboard-pagination-pages li { 
		display: none;
	}

	#high-basic-list .kboard-pagination .kboard-pagination-pages li.first-page,
	#high-basic-list .kboard-pagination .kboard-pagination-pages li.last-page,
	#high-basic-list .kboard-pagination .kboard-pagination-pages li.prev-page,
	#high-basic-list .kboard-pagination .kboard-pagination-pages li.next-page,
	#high-basic-list .kboard-pagination .kboard-pagination-pages li.active { 
		display: inline-block; 
	}

	#high-basic-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
	#high-basic-list .kboard-pagination .kboard-pagination-pages li.next-page a { 
		padding: 0 18px; 
	}

	#high-basic-list .kboard-search {
		position: relative;
		float: left;
		width: 100%;		
		height: auto;
		padding-bottom: 15px;
		text-align: center;
	}

	#high-basic-list .kboard-search select {
		position: absolute;
		float: left;
		left: 0px;
		width: 70px;
		height: 40px;
		margin-right: 1%;
		line-height: 40px;
		box-sizing: border-box;
		z-index: 99;
	}

	#high-basic-list .kboard-search .kboard-search-bar {
		position: relative;
		display: inline-block;
		left: 0px;
		width: 100%;
		height: 42px;		
	}

	#high-basic-list .kboard-search form a.high-basic-button-small{
		width: 100%;
		box-sizing: border-box;
	}

	#high-basic-list .kboard-search input { 
		float: left;
		width: 100%;
		min-width: 100%;
		height: 40px;
		padding-left: 80px;
		padding-right: 45px;
		line-height: 40px;
		box-sizing: border-box;
	}

	#high-basic-list .kboard-search button { 
		float: left;	
		height: 40px;
		background: #fff !important;
		line-height: 40px;
		box-sizing: border-box;
	}

    
    #high-basic-list .kboard-list .wrap-list {
		float: left;
		width: 100%;
		padding: 0px 15px;
		margin-top: 30px;
	}

    #high-basic-list .kboard-list.col-list .wrap-list .inner .contents {
		float: left;
		width: 50%;
		padding: 20px 10px 30px;		
	}

	#high-basic-list .kboard-list.col-list .wrap-list .inner .thumbnail {
		position: relative;
		float: left;
		width: 50%;		
	}

    #high-basic-list .kboard-list.col-list .wrap-list .inner .thumbnail .dDay {
		top: 5px;
		right: 5px;
		width: 35px;
		height: 35px;
		border-radius: 50px; 
		line-height: 35px;
	}
    
	#high-basic-editor select,
	#high-basic-editor input[type=text],
	#high-basic-editor input[type=email],
	#high-basic-editor input[type=number],
	#high-basic-editor input[type=date],
	#high-basic-editor input[type=password],
	#high-basic-editor input[type=file] { 
		width: 100% !important; 
		box-sizing: border-box;
	}
    
    #high-basic-editor input[type=date] { 
		-webkit-appearance: textfield; 
		-moz-appearance: textfield;
	}
    
	#high-basic-editor .kboard-attr-row { 
		width: 100%;
		padding: 5px 0;
	}

	#high-basic-editor .kboard-attr-row .attr-name { 
		width: 100%;
		padding: 0;
		font-size: 14px;
	}

	#high-basic-editor .kboard-attr-row .attr-value { 
		margin: 0;
	}

	#high-basic-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
		width: 100%;
		margin-bottom: 10px;
	}

	#high-basic-editor.confirm {
		max-width: none;
	}
	
	#high-basic-document .kboard-title h1 { 
		padding: 20px 10px; 
		font-size: 18px;
	}

	#high-basic-document .kboard-content .content-view {
		padding: 10px 5px 10px;
	}

	#high-basic-document .kboard-detail{
		padding: 5px 0px;
		background: #f7f7f7;
	}

	#high-basic-document .kboard-detail .detail-attr {
		float: right;
		width: 100%;
		padding: 5px 10px;
		margin-bottom: 5px;
		line-height: normal;
		background: transparent;
		box-sizing: border-box;
	}

	#high-basic-document .kboard-detail .detail-attr.detail-view{ 
		display: none;
	}

	#high-basic-document .kboard-detail .detail-attr{ 
		margin-bottom: 0px;
	}

	#high-basic-document .kboard-detail .detail-attr .detail-value{
		font-size: 11px;
		text-align: left;
	}

	#high-basic-document .kboard-detail .detail-attr.detail-date .detail-value, 
	#high-basic-document .kboard-detail .detail-attr.detail-view .detail-value {
		text-align: left;
	}

    #high-basic-document .kboard-detail .detail-attr .detail-value a { 
		text-decoration: none;
		border: 0;
		box-shadow: none;
		color: #333;
	}

    #high-basic-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;
	}

	#high-basic-document .kboard-document-action { 
		padding: 10px 5px 5px 5px;
	}

	#high-basic-document .kboard-attach {
		margin: 0px;
		padding: 0px 5px;
	}

	#high-basic-document .kboard-document-navi .kboard-prev-document { 
		width: 100%;
	}

	#high-basic-document .kboard-document-navi .kboard-next-document {		
		float: left;
		width: 100%;
		margin-top: 0px;
		text-align: left;
	}
}


@media screen and (max-width: 450px) {
	#high-basic-document .kboard-control .left {
		position: static;
		float: left;
		width: 50%;
	}


	#high-basic-document .kboard-control a.high-basic-button-small.high-basic-list,
	#high-basic-document .kboard-control a.high-basic-button-small.high-basic-reply {
		float: left;
		padding-left: 0px !important;
		padding-right: 0px !important;
		border: 1px solid #b6b6b6;
		background: #b6b6b6 !important;
		background-position: left 15px top 13px !important;
		width: calc( 50% - 5px);
		box-sizing: border-box;
		margin-right: 5px;
		text-align: center;
	}

	#high-basic-document .kboard-control .right{
		position: static;
		float: right;
		width: 50%;
	}

	#high-basic-document .kboard-control a.high-basic-button-small.high-basic-write, 
	#high-basic-document .kboard-control button[type=submit].high-basic-button-small.high-basic-write,
	#high-basic-document .kboard-control a.high-basic-button-small.high-basic-delete{
		float: right;
		padding-left: 0px !important;
		padding-right: 0px !important;
		border: 1px solid #b6b6b6;
		background: #333 !important;
		background-position: left 15px top 13px !important;
		width: calc( 50% - 5px);
		box-sizing: border-box;
		margin-left: 5px;
		text-align: center;
	}

	#high-basic-document .kboard-attach.top .kboard-attach-row .file-label,
	#high-basic-document .kboard-attach.top .kboard-attach-row button {
		font-size: 12px;
		line-height: 27px;
		color: #000;
	}

	#high-basic-editor .kboard-control .left {
		position: static;
		float: left;
		width: 50%;
	}

	#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-list,
	#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-reply,
	#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-back {
		float: left;
		padding-left: 0px !important;
		padding-right: 0px !important;
		border: 1px solid #b6b6b6;
		background: #b6b6b6 !important;
		background-position: left 15px top 13px !important;
		width: calc( 50% - 5px);
		box-sizing: border-box;
		margin-right: 5px;
		text-align: center;
	}

	#high-basic-editor .kboard-control .right{
		position: static;
		float: right;
		width: 50%;
	}

	#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-write, 
	#high-basic-editor .kboard-control button[type=submit].high-basic-button-small.high-basic-write,
	#high-basic-editor .kboard-control a.high-basic-button-small.high-basic-delete{
		float: right;
		padding-left: 0px !important;
		padding-right: 0px !important;
		border: 1px solid #b6b6b6;
		background: #333 !important;
		background-position: left 15px top 13px !important;
		width: calc( 50% - 5px);
		box-sizing: border-box;
		margin-left: 5px;
		text-align: center;
	}

}


@media screen and (max-width: 375px) {

    #high-basic-list .kboard-search{ 
		width: 100%;
	}

    #high-basic-list .kboard-search button { 
		float: left;
		width: auto;
		min-width: 10%;
		height: 40px;
		box-sizing: border-box;		
	}

    .wrap-btn-group {
		float: right;
		width: 30%;		
	}

}