@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: 0.8rem;
	font-weight: 400;
	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 .kboard-content {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 30px;
}


@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 .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;
	}

}
