@charset "utf-8";

/**
 * @author https://www.cosmosfarm.com
 */
a.kboard-whale-gallery-button-small,
input.kboard-whale-gallery-button-small,
button.kboard-whale-gallery-button-small {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 1.2rem;
	width: auto;
	height: 48px;
	min-width: 48px;
	font-size: 1rem;
	font-weight: bolder;
	letter-spacing: normal;
	color: #fff;
	background: rgb(54 169 225);
	border: none;
	text-decoration: none !important;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none;
	transition-duration: 0.3s;
	box-sizing: content-box;
	border-radius: 0;
}

a.kboard-whale-gallery-button-small:hover,
a.kboard-whale-gallery-button-small:focus,
a.kboard-whale-gallery-button-small:active,
input.kboard-whale-gallery-button-small:hover,
input.kboard-whale-gallery-button-small:focus,
input.kboard-whale-gallery-button-small:active,
button.kboard-whale-gallery-button-small:hover,
button.kboard-whale-gallery-button-small:focus,
button.kboard-whale-gallery-button-small:active {
	opacity: 0.7;
}

.kboard-whale-gallery-poweredby {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	font-size: 14px;
}

.kboard-whale-gallery-new-notify {
	display: inline-block;
	zoom: 1;
	padding: 2px 2px;
	line-height: 10px;
	font-size: 10px;
	color: white;
	background-color: #f61b5d;
	font-weight: normal;
}

.kboard-whale-gallery-cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

#kboard-whale-gallery-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
}

#kboard-whale-gallery-list form {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

#kboard-whale-gallery-list .list-header {
	float: left;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	width: 100%;
}

#kboard-whale-gallery-list .list-header .kboard-total-count {
	display: table-cell;
	font-size: 14px;
}

#kboard-whale-gallery-list .list-header .kboard-sort {
	display: table-cell;
	text-align: right;
}

#kboard-whale-gallery-list .list-header .kboard-sort select {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 0;
	max-width: none;
	height: 26px;
	min-height: 0;
	line-height: 26px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-whale-gallery-list .kboard-category {
	float: left;
	padding: 0;
	width: 100%;
}

#kboard-whale-gallery-list .kboard-category.category-mobile {
	display: none;
}

#kboard-whale-gallery-list .kboard-category.category-pc {
	display: block;
}

#kboard-whale-gallery-list .kboard-category select {
	display: inline;
	margin: 0;
	padding: 0.75rem 1.2rem;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 0;
	line-height: 28px;
	font-size: 1rem;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-whale-gallery-list .kboard-category .kboard-category-list {
	list-style: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

#kboard-whale-gallery-list .kboard-category .kboard-category-list li {
	display: inline-block;
	zoom: 1;
	margin: 0 -1px 0 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#kboard-whale-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-whale-gallery-list .kboard-category .kboard-category-list li::after {
	display: none;
}

#kboard-whale-gallery-list .kboard-category .kboard-category-list li a {
	display: block;
	padding: 0.75rem 1.2rem;
	font-size: 1.3rem;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #a2a2a1;
	font-weight: 400;
	font-weight: bolder;
	border: 1px solid #ddd;
}

#kboard-whale-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	background: rgb(54 169 225);
	color: #fff;
	border-color: rgb(54 169 225);
}

#kboard-whale-gallery-list .kboard-tree-category-wrap {
	overflow: hidden;
}

#kboard-whale-gallery-list .kboard-tree-category-wrap select {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-whale-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
	width: auto;
}

#kboard-whale-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab {
	width: 100%;
}

#kboard-whale-gallery-list .kboard-tree-category {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 0;
	background-color: #F8F6F2DE;
	overflow: hidden;
}

#kboard-whale-gallery-list .kboard-tree-category li {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0 5px;
	border: 0;
	list-style: none;
}

#kboard-whale-gallery-list .kboard-tree-category li::before,
#kboard-whale-gallery-list .kboard-tree-category li::after {
	display: none;
}

#kboard-whale-gallery-list .kboard-tree-category li a {
	display: block;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

#kboard-whale-gallery-list .kboard-tree-category li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #545861;
	color: #545861;
}

#kboard-whale-gallery-list .kboard-tree-category-search {
	float: left;
	width: 100%;
}

#kboard-whale-gallery-list .kboard-tree-category-search .kboard-search-option-wrap {
	margin-right: 5px;
	float: left;
}

#kboard-whale-gallery-list>ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.5rem;
}

#kboard-whale-gallery-list>ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

#kboard-whale-gallery-list>ul li a:hover img {
	opacity: 0.8;
}

#kboard-whale-gallery-list>ul li a img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
	object-fit: cover;
}

#kboard-whale-gallery-list .kboard-search {
	float: left;
	padding: 0;
	width: auto;
	text-align: center;
	margin: 0 auto;
}

#kboard-whale-gallery-list .kboard-search select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	width: 100px;
	min-width: 0;
	max-width: 100px;
	height: 48px;
	min-height: 0;
	font-size: 1rem;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: none;
	background-color: white;
	line-height: 48px;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-whale-gallery-list .kboard-search input {
	display: flex;
	margin: 0;
	padding: 0 1rem;
	width: 200px;
	min-width: 0;
	max-width: 200px;
	height: 48px;
	min-height: 0;
	font-size: 1rem;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: none;
	background-color: white;
	line-height: 48px;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
}

#kboard-whale-gallery-list .btn-control {
	width: 100%;
	display: flex;
	justify-content: end;
}

#kboard-whale-gallery-list .pagination {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-whale-gallery-list .pagination .pagination-pages {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border: 0;
	display: flex;
	justify-content: center;
	gap: 0.25rem;
}

#kboard-whale-gallery-list .pagination .pagination-pages li {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0 1px;
	background: none;
	border: 0;
	list-style: none;
}

#kboard-whale-gallery-list .pagination .pagination-pages li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 1rem;
	height: 40px;
	min-width: 40px;
	font-size: 1rem;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	border: 0;
	background-color: #f9f9f9;
	box-shadow: none;
	transition-duration: 0.3s;
}

#kboard-whale-gallery-list .pagination .pagination-pages li:hover a,
#kboard-whale-gallery-list .pagination .pagination-pages li.active a {
	color: #fff;
	background: rgb(54 169 225);
}

#kboard-whale-gallery-list .pagination .pagination-pages li:before {
	display: none;
}

#kboard-whale-gallery-list .pagination .pagination-pages li:after {
	display: none;
}

#kboard-whale-gallery-editor {
	overflow: hidden;
}

#kboard-whale-gallery-editor form {
	margin: 0;
	padding: 0;
}

#kboard-whale-gallery-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 1rem;
	width: 30%;
	height: 39px;
	line-height: 28px;
	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;
}

#kboard-whale-gallery-editor input[type=text],
#kboard-whale-gallery-editor input[type=email],
#kboard-whale-gallery-editor input[type=number],
#kboard-whale-gallery-editor input[type=date],
#kboard-whale-gallery-editor input[type=password] {
	display: inline;
	margin: 0;
	padding: 0 5px;
	width: 30%;
	height: 39px;
	line-height: 28px;
	font-size: 1rem;
	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;
	font-family: 'SDSwagger';
}

#kboard-whale-gallery-editor input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#kboard-whale-gallery-editor input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

#kboard-whale-gallery-editor select:hover,
#kboard-whale-gallery-editor input[type=text]:hover,
#kboard-whale-gallery-editor input[type=email]:hover,
#kboard-whale-gallery-editor input[type=number]:hover,
#kboard-whale-gallery-editor input[type=date]:hover,
#kboard-whale-gallery-editor input[type=password]:hover {
	border-bottom: 1px solid #9e9e9e;
}

#kboard-whale-gallery-editor select:focus,
#kboard-whale-gallery-editor input[type=text]:focus,
#kboard-whale-gallery-editor input[type=email]:focus,
#kboard-whale-gallery-editor input[type=number]:focus,
#kboard-whale-gallery-editor input[type=date]:focus,
#kboard-whale-gallery-editor input[type=password]:focus {
	border-bottom: 2px solid #9e9e9e;
}

#kboard-whale-gallery-editor input[type=file] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 14px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#kboard-whale-gallery-editor .kboard-attr-title input {
	width: 70%;
}

#kboard-whale-gallery-editor .kboard-attr-row {
	float: left;
	padding: 5px 0;
	width: 100%;
	background-color: white;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-name {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 120px;
	line-height: 40px;
	color: #545861;
	font-size: 1rem;
	font-weight: 400;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-name .attr-required-text {
	color: red;
	font-weight: normal;
	font-size: 13px;
}

#kboard-whale-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name {
	display: none;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value {
	margin: 0 0 0 140px;
	padding: 0;
	line-height: 30px;
	font-size: 1rem;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	font-size: 1rem;
	cursor: pointer;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .attr-value-option input {
	cursor: pointer;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .attr-value-label {
	display: inline;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .attr-value-label input {
	cursor: pointer;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .description {
	margin: 0;
	color: #666666;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
	float: left;
	width: 100%;
}

#kboard-whale-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

#kboard-whale-gallery-editor .kboard-content {
	float: left;
	margin: 0;
	padding: 9px 0;
	width: 100%;
	background-color: white;
}

#kboard-whale-gallery-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: 14px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}

#kboard-whale-gallery-editor .kboard-content .wp-editor-tools {
	display: none;
}

#kboard-whale-gallery-editor .kboard-content .quicktags-toolbar {
	display: none;
}

#kboard-whale-gallery-editor .kboard-content .mce-panel {
	box-sizing: border-box !important;
}

#kboard-whale-gallery-editor .kboard-content div.mce-toolbar-grp {
	border: none;
	background: #fff;
}

#kboard-whale-gallery-editor .btn-control {
	float: left;
	padding: 1rem 0 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#kboard-whale-gallery-editor .btn-control .left {}

#kboard-whale-gallery-editor .btn-control .right {}

#kboard-whale-gallery-editor.confirm {
	margin: 100px auto;
	max-width: 590px;
}

#kboard-whale-gallery-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

#kboard-whale-gallery-document {
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 100%;
}

#kboard-whale-gallery-document .kboard-document-wrap {
	float: left;
	width: 100%;
	background-color: white;
}

#kboard-whale-gallery-document .kboard-title {
	float: left;
	width: 100%;
}

#kboard-whale-gallery-document .kboard-title h1 {
	margin: 0;
	padding: 12px 22px;
	color: #545861;
	font-weight: bolder;
	font-size: 1rem;
	line-height: 30px;
	text-align: left;
}

#kboard-whale-gallery-document .kboard-detail {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color: #F8F6F2DE;
	font-size: 22px;
}

#kboard-whale-gallery-document .kboard-detail .detail-attr {
	display: inline-block;
	zoom: 1;
	float: left;
	margin: 0;
	padding: 12px 35px 12px 22px;
}

#kboard-whale-gallery-document .kboard-detail .detail-attr .detail-name {
	float: left;
	font-weight: bold;
	color: #545861;
	text-align: right;
	font-size: 1rem;
}

#kboard-whale-gallery-document .kboard-detail .detail-attr .detail-value {
	float: left;
	padding-left: 20px;
	color: #545861;
}

#kboard-whale-gallery-document .kboard-detail .detail-attr .detail-value a {
	color: #545861;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}

#kboard-whale-gallery-document .kboard-detail .detail-attr .detail-value img.avatar {
	display: inline;
	margin: 0;
	width: 24px;
	max-width: none;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
}

#kboard-whale-gallery-document .kboard-content {
	clear: both;
	float: left;
	width: 100%;
	min-height: 200px;
}

#kboard-whale-gallery-document .kboard-content .content-view {
	margin: 0;
	padding: 22px;
	word-break: break-all;
}

#kboard-whale-gallery-document .kboard-content .content-view iframe {
	max-width: 100%;
}

#kboard-whale-gallery-document .kboard-content .content-view img {
	display: inline;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-whale-gallery-document .kboard-content .content-view hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	background-color: #f1f1f1;
}

#kboard-whale-gallery-document .kboard-content .content-view ul {
	margin: 0.75em 0;
}

#kboard-whale-gallery-document .kboard-content .content-view ol {
	margin: 0.75em 0;
}

#kboard-whale-gallery-document .kboard-content .content-view p {
	margin: 0 0 0.75em;
}

#kboard-whale-gallery-document .kboard-content .content-view p:last-child {
	margin: 0;
}

#kboard-whale-gallery-document .kboard-content .content-view .thumbnail-area {
	text-align: center;
}

#kboard-whale-gallery-document .kboard-content .content-view .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#kboard-whale-gallery-document .kboard-content .content-view .alignright {
	float: right;
}

#kboard-whale-gallery-document .kboard-content .content-view .alignleft {
	float: left;
}

#kboard-whale-gallery-document .kboard-attach {
	clear: both;
	margin: 0 22px;
	padding: 10px 0 5px 0;
	font-size: 13px;
	overflow: hidden;
	line-height: 1;
	border-top: 1px dashed #ededed;
}

#kboard-whale-gallery-document .kboard-button-action {
	margin: 0 0 5px 0;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	border: 1px solid #ededed;
	background: none;
	background-color: white;
	border-radius: 2px;
	letter-spacing: normal;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none;
}

#kboard-whale-gallery-document .kboard-button-action span {
	position: static;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 12px;
}

#kboard-whale-gallery-document .kboard-button-like {
	color: #ff5959;
}

#kboard-whale-gallery-document .kboard-button-unlike {
	color: #3d62aa;
}

#kboard-whale-gallery-document .kboard-button-print {
	color: gray;
}

#kboard-whale-gallery-document .kboard-button-download {
	color: gray;
}

#kboard-whale-gallery-document .kboard-comments-area {
	float: left;
	width: 100%;
}

#kboard-whale-gallery-document .kboard-document-navi {
	float: left;
	padding-top: 15px;
	width: 100%;
}

#kboard-whale-gallery-document .kboard-document-navi a {
	display: block;
	text-decoration: none;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	box-shadow: none;
	color: #545861;
	transition-duration: .3s;
}

#kboard-whale-gallery-document .kboard-document-navi .navi-document-title {
	font-size: 1rem;
	display: block;
	font-weight: bolder;
}

#kboard-whale-gallery-document .kboard-document-navi .navi-arrow {
	position: absolute;
	display: block;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-prev-document {
	position: relative;
	float: left;
	width: 45%;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title {
	padding-left: 15px;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow {
	left: 0;
	top: 0;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-prev-document:hover a {
	color: black;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-next-document {
	position: relative;
	float: right;
	width: 45%;
	text-align: right;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title {
	padding-right: 15px;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow {
	right: 0;
	top: 0;
}

#kboard-whale-gallery-document .kboard-document-navi .kboard-next-document:hover a {
	color: black;
}

#kboard-whale-gallery-document .btn-control {
	float: left;
	padding: 2rem 0 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#kboard-whale-gallery-document .btn-control .left {
	display: flex;
	gap: 0.5rem;
}

#kboard-whale-gallery-document .btn-control .right {
	display: flex;
	gap: 0.5rem;
}

#kboard-whale-gallery-latest {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#kboard-whale-gallery-latest ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

#kboard-whale-gallery-latest ul li {
	width: 23%;
	margin: 0 0 2% 0;
	display: flex;
}

#kboard-whale-gallery-latest ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 22px;
}

#kboard-whale-gallery-latest ul li a img {
	width: 100%;
}

#kboard-whale-gallery-latest ul li a div {
	display: flex;
	flex-direction: column;
	padding: 5px;
}

#kboard-whale-gallery-latest ul li a div .item-category {
	font-size: 26px;
	text-align: center;
	padding: 5px 0;
}

#kboard-whale-gallery-latest ul li a div .item-title {
	font-size: 22px;
	color: #515151;
	text-align: center;
}

@media screen and (max-width: 768px) {

	/* 모바일 */
	#kboard-whale-gallery-list *,
	#kboard-whale-gallery-document *,
	#kboard-whale-gallery-editor * {
		font-size: 13px !important;
	}

	#kboard-whale-gallery-list .kboard-category.category-mobile {
		display: block;
	}

	#kboard-whale-gallery-list .kboard-category.category-pc {
		display: none;
	}

	#kboard-whale-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select {
		width: 100%;
	}

	#kboard-whale-gallery-list>ul {
		grid-template-columns: repeat(2, 1fr);
	}

	#kboard-whale-gallery-list>ul li {}

	#kboard-whale-gallery-list>ul li a {}

	#kboard-whale-gallery-list .pagination .pagination-pages li {
		display: none;
	}

	#kboard-whale-gallery-list .pagination .pagination-pages li.first-page,
	#kboard-whale-gallery-list .pagination .pagination-pages li.last-page,
	#kboard-whale-gallery-list .pagination .pagination-pages li.prev-page,
	#kboard-whale-gallery-list .pagination .pagination-pages li.next-page,
	#kboard-whale-gallery-list .pagination .pagination-pages li.active {
		display: inline-block;
	}

	#kboard-whale-gallery-list .pagination .pagination-pages li.prev-page a,
	#kboard-whale-gallery-list .pagination .pagination-pages li.next-page a {
		padding: 0 18px;
	}

	#kboard-whale-gallery-list .kboard-search select {
		width: 50%;
	}

	#kboard-whale-gallery-list .kboard-search input {
		width: 100%;
	}

	#kboard-whale-gallery-list .kboard-search button {}

	#kboard-whale-gallery-editor select,
	#kboard-whale-gallery-editor input[type=text],
	#kboard-whale-gallery-editor input[type=email],
	#kboard-whale-gallery-editor input[type=number],
	#kboard-whale-gallery-editor input[type=date],
	#kboard-whale-gallery-editor input[type=password],
	#kboard-whale-gallery-editor input[type=file] {
		width: 100% !important;
		box-sizing: border-box;
	}

	#kboard-whale-gallery-editor .kboard-attr-row {
		padding: 10px 0;
	}

	#kboard-whale-gallery-editor .kboard-attr-row .attr-name {
		padding: 0;
		width: 100%;
	}

	#kboard-whale-gallery-editor .kboard-attr-row .attr-value {
		margin: 0;
	}

	#kboard-whale-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
		margin-bottom: 10px;
		width: 100%;
	}

	#kboard-whale-gallery-editor.confirm {
		max-width: none;
	}

	#kboard-whale-gallery-document .kboard-title h1 {
		padding: 10px 5px;
		font-size: 18px;
	}

	#kboard-whale-gallery-document .kboard-content .content-view {
		padding: 10px 5px;
	}

	#kboard-whale-gallery-document .kboard-detail .detail-attr {
		clear: both;
		padding: 10px 5px;
		line-height: normal;
	}

	#kboard-whale-gallery-document .kboard-attach {
		margin: 0 5px;
		padding: 10px 0 5px 0;
	}

	#kboard-whale-gallery-document .kboard-document-navi .kboard-prev-document {
		width: 100%;
	}

	#kboard-whale-gallery-document .kboard-document-navi .kboard-next-document {
		margin-top: 10px;
		float: left;
		width: 100%;
		text-align: left;
	}

	a.kboard-whale-gallery-button-small,
	input.kboard-whale-gallery-button-small,
	button.kboard-whale-gallery-button-small {
	}

	#kboard-whale-gallery-latest {}

	#kboard-whale-gallery-latest ul {}

	#kboard-whale-gallery-latest ul li {
		width: 50%;
		margin: 0;
	}

	#kboard-whale-gallery-latest ul li a {}

	#kboard-whale-gallery-latest ul li a img {}

	#kboard-whale-gallery-latest ul li a div {}

	#kboard-whale-gallery-latest ul li a div .item-category {}

	#kboard-whale-gallery-latest ul li a div .item-title {}
}