@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

a.kboard-cross-link-button-small,
input.kboard-cross-link-button-small,
button.kboard-cross-link-button-small {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 0 10px;
	width: auto;
	height: 28px;
	line-height: 28px;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: normal;
	border: none;
	border-radius: 0;
	text-decoration: none !important;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none;
	transition-duration: 0.3s;
	box-sizing: border-box;
	background: none;
	background-color: white;
	color: #666666;
	border: 1px solid #cccccc;
}

a.kboard-cross-link-button-small:hover,
a.kboard-cross-link-button-small:focus,
a.kboard-cross-link-button-small:active,
input.kboard-cross-link-button-small:hover,
input.kboard-cross-link-button-small:focus,
input.kboard-cross-link-button-small:active,
button.kboard-cross-link-button-small:hover,
button.kboard-cross-link-button-small:focus,
button.kboard-cross-link-button-small:active {
	opacity: 0.7;
}



.kboard-cross-link-list .cut-strings {
	font-weight: 600;
}

.kboard-cross-link-list {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	width: 100%;
}

.kboard-cross-link-list form {
	margin: 0;
	padding: 0;
}

.kboard-cross-link-list .list-header .control {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: end;
}

.kboard-cross-link-list .list-header .control .default-button {
	background: #555;
	margin-left: auto;
}

.kboard-cross-link-list .list-header .control .reset-button {
	font-size: 13px;
	font-weight: 600;
	color: #aaa;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.kboard-cross-link-list .kboard-list {
	background-color: white;
	border-top: 3px solid #333333;
}

.kboard-cross-link-list .pagination .first-news-feed-button {
	display: block;
	padding: 0;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 0.9rem;
	color: #777;
	border-radius: 10px;
	border: 1px solid #999;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.3s ease;
}


.kboard-cross-link-list .kboard-list table {
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	font-size: 1rem;
	border-collapse: collapse;
}

.kboard-cross-link-list .kboard-list table a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	font-size: 1rem;
}

.kboard-cross-link-list .kboard-list table a:hover {
	text-decoration: underline;
}

.kboard-cross-link-list .kboard-list table tr {
	border: 0;
	background-color: transparent;
	transition-duration: 0.3s;
}

.kboard-cross-link-list .kboard-list table td {
	padding: 10px 0;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	background-color: transparent;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-uid {
	width: 70px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-category1 {
	width: 120px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-category2 {
	width: 100px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-category2 a {
	color: #666666;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-category1 .category1-wrap {
	color: #333;
	font-size: 1rem;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-category1 .category1-wrap a {
	color: white;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-title {
	width: auto;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-title .separator {
	line-height: normal;
	color: #e1e1e1;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-title .separator a {
	font-size: 12px;
	color: #999999;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-user {
	width: 80px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-date {
	width: 130px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-vote {
	width: 55px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-view {
	width: 55px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts {
	width: 110px;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts a {
	display: block;
	border: 1px solid #d9d9d9;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;

}

.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts .arrow {
	position: relative;
	width: 100%;
	height: 100%;
}


.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts .arrow:before {
	content: "";
	width: 20px;
	height: 2px;
	background: slategray;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 10px;
	transition: all 0.3s ease;
}

.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts .arrow:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	transition: all 0.3s ease;
}
}

.kboard-cross-link-list .kboard-list table td.kboard-list-shortcuts img {
	margin: 0;
	padding: 0;
	width: 30px;
	box-shadow: none !important;
	border: 0;
	cursor: pointer;
}

.kboard-cross-link-list .kboard-list thead {
	background-color: transparent;
}

.kboard-cross-link-list .kboard-list thead tr {
	height: 70px;
	background-color: #fdfdfd;
}

.kboard-cross-link-list .kboard-list thead tr td {
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #333;
	border: 0;
	border-bottom: 1px solid #cdcdcd;
}

.kboard-cross-link-list .kboard-list tbody tr {
	height: 70px;
}

.kboard-cross-link-list .kboard-list tbody tr td {
	word-break: break-all;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
}

.kboard-cross-link-list .kboard-list tbody tr:hover {
	background-color: #f7f7f7;
}

.kboard-cross-link-list .kboard-list tbody tr:hover .separator {
	display: block;
}

.kboard-cross-link-list .kboard-list tbody tr.kboard-list-notice {
	background-color: #f4f4f4;
}

.kboard-cross-link-list .kboard-list tbody tr.top-fixing {
	background-color: #fdfdfd;
}

.kboard-cross-link-list .kboard-list tbody tr.kboard-list-selected .kboard-cross-link-cut-strings {
	font-weight: 600;
}

.kboard-cross-link-list .kboard-list tbody td.kboard-list-title {
	padding-left: 10px;
	text-align: left;
}

.kboard-cross-link-list .kboard-list tbody td.kboard-list-title a:hover {
	color: #042E85;
}

.kboard-cross-link-list .kboard-list tbody td.kboard-list-title img {
	display: inline;
	margin: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

.kboard-cross-link-list .kboard-list tbody td.kboard-list-title .kboard-comments-count {
	color: #00a8e7;
}

.kboard-cross-link-list .kboard-list tbody td.kboard-list-user img.avatar {
	display: inline;
	margin: 0;
	width: 24px;
	max-width: none;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
}

.kboard-cross-link-list .kboard-list .kboard-mobile-contents {
	display: none;
	font-size: 12px;
	color: #999999;
}

.kboard-cross-link-list .kboard-list .kboard-mobile-contents .contents-item {
	display: inline;
	margin: 0;
	padding: 0;
}

.kboard-cross-link-list .kboard-list .kboard-mobile-contents .contents-item a {
	font-size: 12px;
	color: #999999;
}

.kboard-cross-link-list .kboard-list .kboard-mobile-contents .contents-item img.avatar {
	display: inline;
	margin: 0;
	width: 24px;
	max-width: none;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
}

.kboard-cross-link-list .kboard-list .kboard-mobile-contents .contents-separator {
	display: inline;
	margin: 0;
	padding: 0 2px;
	color: #bebebe;
}

.kboard-cross-link-list .kboard-list .kboard-mobile-contents .kboard-edit,
.kboard-cross-link-list .kboard-list .kboard-mobile-contents .kboard-remove {
	display: inline;
}

.kboard-cross-link-list .kboard-pagination {
	padding: 30px 0;
	text-align: center;
}

.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border: 0;
}

.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 0 1px;
	background: none;
	border: 0;
	list-style: none;
}

.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li a {
	display: block;
	margin: 0;
	padding: 0 11px;
	height: 28px;
	line-height: 28px;
	font-size: 1rem;
	color: #999999;
	text-decoration: none;
	border: 0;
	background-color: #f9f9f9;
	box-shadow: none;
	transition-duration: 0.3s;
}

.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li:hover a,
.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li.active a {
	border: 0;
	color: white;
	background-color: #00a8e7;
}

.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li:before {
	display: none;
}

.kboard-cross-link-list .kboard-pagination .kboard-pagination-pages li:after {
	display: none;
}

.kboard-cross-link-list .kboard-pagination .kboard-cross-link-button-small {
	width: 50%;
	height: 50px;
}

.kboard-cross-link-list.mobile .kboard-list-header .kboard-search {
	float: none;
}

.kboard-cross-link-list.mobile .kboard-list-header .kboard-search select {
	margin-right: 1%;
	width: 29%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
}

.kboard-cross-link-list.mobile .kboard-list-header .kboard-search input[type=text] {
	margin: 0;
	width: 70%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
}

.kboard-cross-link-list.mobile .kboard-list-header .kboard-control {
	float: none;
	margin-bottom: 5px;
}

.kboard-cross-link-list.mobile .kboard-list table {
	border-top: 1px solid #f1f1f1;
}

.kboard-cross-link-list.mobile .kboard-list table thead {
	display: none;
}

.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-title {
	padding: 10px 5px;
}

.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-category2,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-shortcuts,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-title .separator {
	display: none;
}

.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-title .kboard-cross-link-cut-strings {
	font-size: 1rem;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
}

.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-category1 {
	width: 70px;
}

.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-category1 .category1-wrap {
	padding: 0;
	width: 100%;
	font-size: 12px;
}

.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-uid,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-user,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-date,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-vote,
.kboard-cross-link-list.mobile .kboard-list table td.kboard-list-view {
	display: none;
}

.kboard-cross-link-list.mobile .kboard-list .kboard-mobile-contents {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.kboard-cross-link-list.mobile .kboard-list .kboard-mobile-contents .contents-item a {
	font-size: 12px;
}

.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li {
	display: none;
}

.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.first-page,
.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.last-page,
.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.prev-page,
.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.next-page,
.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.active {
	display: inline-block;
}

.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.prev-page a,
.kboard-cross-link-list.mobile .kboard-pagination .kboard-pagination-pages li.next-page a {
	padding: 0 18px;
}

#cross-link-editor {
	overflow: hidden;
}

#cross-link-editor form {
	margin: 0;
	padding: 0;
}

#cross-link-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 1rem;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	box-sizing: border-box;
}

#cross-link-editor input[type=text],
#cross-link-editor input[type=email],
#cross-link-editor input[type=number],
#cross-link-editor input[type=date],
#cross-link-editor input[type=password],
#cross-link-editor .editor-textarea {
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 40px;
	padding: 0 10px;
	line-height: 38px;
	border-radius: 0 !important;
	box-sizing: border-box;
}

#cross-link-editor select:hover,
#cross-link-editor input[type=text]:hover,
#cross-link-editor input[type=email]:hover,
#cross-link-editor input[type=number]:hover,
#cross-link-editor input[type=date]:hover,
#cross-link-editor input[type=password]:hover,
#cross-link-editor .editor-textarea:hover,
#cross-link-editor select:focus,
#cross-link-editor input[type=text]:focus,
#cross-link-editor input[type=email]:focus,
#cross-link-editor input[type=number]:focus,
#cross-link-editor input[type=date]:focus,
#cross-link-editor input[type=password]:focus,
#cross-link-editor .editor-textarea:focus {
	border-bottom: 1px solid #9e9e9e;
}

#cross-link-editor input[type=file] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#cross-link-editor .attr-wrap-title {
	margin: 10px 0;
	padding: 5px 10px;
	width: 100%;
	line-height: 40px;
	border-top: 1px solid #e5e5e5;
	color: #545861;
	font-size: 16px;
	font-weight: 600;
	background-color: #f7f7f7;
	text-transform: capitalize;
}

#cross-link-editor .attr-row {
	width: 100%;
	background-color: white;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}

#cross-link-editor .attr-row + .attr-row {
	margin-top: 20px;
}

#cross-link-editor .attr-row-half {
	width: 50%;
}

#cross-link-editor .attr-row .attr-name {
	width: 120px;
	padding-top: 0;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.04em;
	vertical-align: top;
	font-size: 15px;
	font-weight: 600;
}

#cross-link-editor .attr-row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#cross-link-editor .attr-row .attr-value {
	width: calc(100% - 120px);
}

#cross-link-editor .attr-row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	cursor: pointer;
}

#cross-link-editor .attr-row .attr-value .attr-value-option input[type=checkbox] {
	width: auto;
	cursor: pointer;
}

#cross-link-editor .attr-row .attr-value .description {
	margin: 0;
	color: #666666;
}

#cross-link-editor .attr-row .attr-checkbox {
	color: #545861;
	font-size: 1rem;
	cursor: pointer;
}

#cross-link-editor .attr-row .required {
	color: red;
}

#cross-link-editor .attr-title input {
	width: 100%;
	*width: 70%;
}

#cross-link-editor .kboard-confirm-row {
	padding: 100px 0;
}

#cross-link-editor .kboard-content {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 30px;
}

#cross-link-editor .kboard-content .editor-textarea {
	display: inline;
	margin: 0;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	font-size: 1rem;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}

#cross-link-editor .kboard-control {
	padding: 15px 0;
	width: 100%;
}

#cross-link-editor .kboard-control .left {
	position: static;
}

#cross-link-editor .kboard-control .right {
	position: static;
	float: right;
	width: 50%;
	text-align: right;
}

#cross-link-editor .attr-row.kboard-attr-media {
	display: none;
}

#cross-link-editor .kboard-content #wp-kboard_content-media-buttons button:not(.add_media) {
	display: none;
}

#cross-link-editor .kboard-control {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

#cross-link-editor .kboard-control a {
	color: #555;
	border-color: #555;
	background: #fff;
	min-width: 120px;
	padding: 0 30px;
}

#cross-link-editor .kboard-control a[type="submit"] {
	color: #fff;
	background-color: #555;
	border-color: #555;
}

#cross-link-editor .kboard-control a + a {
	margin-left: 10px;
}

#cross-link-editor .kboard-control button + a {
	margin-left: 10px;
}


#cross-link-editor.confirm {
	display: block;
	margin: 100px auto;
	max-width: 590px;
}

#cross-link-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}



@media screen and (max-width: 768px) {
	.kboard-cross-link-list .pagination .first-news-feed-button {
		height: 42px;
		line-height: 42px;
	}

	#cross-link-editor .attr-wrap-title {
		text-align: center;
	}

	#cross-link-editor .attr-row {
		margin: 0 0 10px 0;
		padding: 0;
	}

	#cross-link-editor .attr-row .attr-name {
		padding: 0;
		width: 100%;
		font-size: 1rem;
	}

	#cross-link-editor .attr-row .attr-name.mobile-hide {
		display: none;
	}

	#cross-link-editor .attr-row .attr-value {

		margin: 0;
		padding: 5px 0;
		width: 100%;
	}


	#cross-link-editor select,
	#cross-link-editor input[type=text],
	#cross-link-editor input[type=email],
	#cross-link-editor input[type=number],
	#cross-link-editor input[type=date],
	#cross-link-editor input[type=password],
	#cross-link-editor input[type=file] {
		width: 100% !important;
		box-sizing: border-box;
	}

	#cross-link-editor .attr-row {
		flex-direction: column;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px dotted #ccc;
	}

	#cross-link-editor .attr-row .attr-name {
		padding: 0;
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}

	#cross-link-editor .attr-row .attr-value {
		margin: 0;
		width: 100%;
	}

	#cross-link-editor .attr-row .attr-value .kboard-tree-category-wrap select {
		margin-bottom: 10px;
		width: 100%;
	}

	#cross-link-editor .kboard-content {
		width: 100%;
	}

	#cross-link-editor .kboard-control {
		margin-top: 20px;
	}

	#cross-link-editor .kboard-control a {
		min-width: auto;
		padding: 0 10px;
	}

	#cross-link-editor.confirm {
		max-width: none;
	}



}
