@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com
 */

a.kboard-vp-dealers-button-small,
input.kboard-vp-dealers-button-small,
button.kboard-vp-dealers-button-small {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: #0db8e4;
	color: #fff;
}

a.kboard-vp-dealers-button-small:hover,
a.kboard-vp-dealers-button-small:focus,
a.kboard-vp-dealers-button-small:active,
input.kboard-vp-dealers-button-small:hover,
input.kboard-vp-dealers-button-small:focus,
input.kboard-vp-dealers-button-small:active,
button.kboard-vp-dealers-button-small:hover,
button.kboard-vp-dealers-button-small:focus,
button.kboard-vp-dealers-button-small:active {
	opacity: 0.7;
}

.kboard-vp-dealers-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-vp-dealers-cut-strings {
	text-align: center;
}

.vp-dealers-inquiry-button,
.vp-dealers-inquiry-submit {
	padding: 9px 14px;
	border: 0;
	border-radius: 4px;
	background: #0db8e4;
	color: #fff;
	cursor: pointer;
}

.vp-dealers-inquiry-button:hover,
.vp-dealers-inquiry-submit:hover {
	opacity: .8;
}

.vp-dealers-inquiry-button:disabled,
.vp-dealers-inquiry-submit:disabled {
	opacity: .55;
	cursor: wait;
}

.vp-dealers-inquiry-unavailable {
	font-size: 13px;
	color: #6b7280;
}

body.vp-dealers-inquiry-open {
	overflow: hidden;
}

.vp-dealers-inquiry-modal[hidden] {
	display: none !important;
}

.vp-dealers-inquiry-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.vp-dealers-inquiry-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}

.vp-dealers-inquiry-dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 540px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.vp-dealers-inquiry-dialog h2 {
	margin: 0 40px 8px 0;
	font-size: 24px;
}

.vp-dealers-inquiry-dealer {
	margin: 0 0 20px;
	font-weight: 700;
	color: #0b7691;
}

.vp-dealers-inquiry-close {
	position: absolute;
	top: 14px;
	right: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

#kboard-vp-dealers-list .vp-dealers-inquiry-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.vp-dealers-inquiry-form > label > span {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.vp-dealers-inquiry-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.vp-dealers-inquiry-form legend {
	margin-bottom: 6px;
	font-weight: 600;
}

.vp-dealers-inquiry-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.vp-dealers-inquiry-form b {
	color: #dc2626;
}

#kboard-vp-dealers-list .vp-dealers-inquiry-form input[type="text"],
#kboard-vp-dealers-list .vp-dealers-inquiry-form input[type="tel"],
#kboard-vp-dealers-list .vp-dealers-inquiry-form input[type="date"],
#kboard-vp-dealers-list .vp-dealers-inquiry-form input[type="time"],
#kboard-vp-dealers-list .vp-dealers-inquiry-form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
}

.vp-dealers-inquiry-privacy {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.vp-dealers-inquiry-privacy input {
	margin-top: 3px;
}

.vp-dealers-inquiry-privacy span {
	margin: 0 !important;
	font-weight: 400 !important;
}

.vp-dealers-inquiry-feedback {
	display: none;
	padding: 10px 12px;
	border-radius: 4px;
}

.vp-dealers-inquiry-feedback.is-success,
.vp-dealers-inquiry-feedback.is-error {
	display: block;
}

.vp-dealers-inquiry-feedback.is-success {
	color: #067647;
	background: #ecfdf3;
}

.vp-dealers-inquiry-feedback.is-error {
	color: #b42318;
	background: #fef3f2;
}

.vp-dealers-inquiry-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

#kboard-vp-dealers-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#kboard-vp-dealers-list form {
	margin: 0;
	padding: 0;
}

#kboard-vp-dealers-list .kboard-list-header {
	display: none !important;
}

#kboard-vp-dealers-list .kboard-list-header .kboard-total-count {
	display: table-cell;
	font-size: 16px;
}

#kboard-vp-dealers-list .kboard-list-header .kboard-sort {
	display: table-cell;
	text-align: right;
}

#kboard-vp-dealers-list .kboard-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-vp-dealers-list .kboard-category {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

#kboard-vp-dealers-list .kboard-category.category-mobile {
	display: none;
}

#kboard-vp-dealers-list .kboard-category.category-pc {
	display: block;
}

#kboard-vp-dealers-list .kboard-category select {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	height: 28px;
	min-height: 0;
	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-vp-dealers-list .kboard-category .kboard-category-list {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	border: 0;
	background-color: #f9f9f9;
	overflow: hidden;
}

#kboard-vp-dealers-list .kboard-category .kboard-category-list li {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0 5px;
	border: 0;
	list-style: none;
}

#kboard-vp-dealers-list .kboard-category .kboard-category-list li::before,
#kboard-vp-dealers-list .kboard-category .kboard-category-list li::after {
	display: none;
}

#kboard-vp-dealers-list .kboard-category .kboard-category-list li a {
	display: block;
	padding: 10px 10px 8px 10px;
	font-size: 16px;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

#kboard-vp-dealers-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #545861;
	color: #545861;
}

#kboard-vp-dealers-list .kboard-tree-category-wrap {
	overflow: hidden;
}

#kboard-vp-dealers-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-vp-dealers-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
	width: auto;
}

#kboard-vp-dealers-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab {
	width: 100%;
}

#kboard-vp-dealers-list .kboard-tree-category {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 0;
	background-color: #f9f9f9;
	overflow: hidden;
}

#kboard-vp-dealers-list .kboard-tree-category li {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0 5px;
	border: 0;
	list-style: none;
}

#kboard-vp-dealers-list .kboard-tree-category li::before,
#kboard-vp-dealers-list .kboard-tree-category li::after {
	display: none;
}

#kboard-vp-dealers-list .kboard-tree-category li a {
	display: block;
	padding: 10px 10px 8px 10px;
	font-size: 16px;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

#kboard-vp-dealers-list .kboard-tree-category li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #545861;
	color: #545861;
}

#kboard-vp-dealers-list .kboard-tree-category-search {
	float: left;
	width: 100%;
}

#kboard-vp-dealers-list .kboard-tree-category-search .kboard-search-option-wrap {
	margin-right: 5px;
	float: left;
}

#kboard-vp-dealers-list .kboard-list {
	float: left;
	width: 100%;
	background-color: white;
}

#kboard-vp-dealers-list .kboard-list table {
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	font-size: 16px;
	border-collapse: collapse;
}

#kboard-vp-dealers-list .kboard-list table a {
	font-weight: normal;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	font-size: 16px;
}

#kboard-vp-dealers-list .kboard-list table tr {
	border: 0;
	background-color: transparent;
	transition-duration: 0.3s;
}

#kboard-vp-dealers-list .kboard-list table td {
	padding: 1.5rem 0.5rem;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border-bottom: 1px solid #e5e7eb;
}

#kboard-vp-dealers-list .kboard-list thead {
	border-bottom: 1px solid #999;
	background-color: transparent;
}

#kboard-vp-dealers-list .kboard-list thead tr td {}

#kboard-vp-dealers-list .kboard-list tbody tr td {
	word-break: break-all;
	border: 0;
	border-bottom: 1px solid #e5e7eb;
}

#kboard-vp-dealers-list .kboard-list tbody tr td.kboard-list-address {
	width: 35%;
}

#kboard-vp-dealers-list .kboard-list .kboard-list-phone {
	width: 140px;
}

#kboard-vp-dealers-list .kboard-list .kboard-list-email {
	width: 180px;
}

#kboard-vp-dealers-list .kboard-list .kboard-list-inquiry {
	width: 100px;
}

#kboard-vp-dealers-list .kboard-list tbody tr:hover {
	background-color: #f7f7f7;
}

#kboard-vp-dealers-list .kboard-list tbody tr.kboard-list-notice * {
	background-color: #00253b;
	color: #fff;
}

#kboard-vp-dealers-list .kboard-list tbody tr.kboard-list-selected .kboard-vp-dealers-cut-strings {
	font-weight: bold;
}

#kboard-vp-dealers-list .kboard-list tbody td.kboard-list-title {
	text-align: left;
}

#kboard-vp-dealers-list .kboard-list tbody td.kboard-list-title img {
	display: inline;
	margin: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-vp-dealers-list .kboard-list tbody td.kboard-list-title .kboard-comments-count {
	color: #00a8e7;
}

#kboard-vp-dealers-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-vp-dealers-list .kboard-list .kboard-mobile-contents {
	display: none;
	font-size: 13px;
	color: #999999;
}

#kboard-vp-dealers-list .kboard-list .kboard-mobile-contents .contents-item {
	display: inline;
	margin: 0;
	padding: 0;
}

#kboard-vp-dealers-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-vp-dealers-list .kboard-list .kboard-mobile-contents .contents-separator {
	display: inline;
	margin: 0;
	padding: 0 2px;
	color: #bebebe;
}

#kboard-vp-dealers-list .kboard-search {
	padding-bottom: 22px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#kboard-vp-dealers-list .kboard-search input {
	display: inline;
	margin: 0;
	padding: 0.25rem 0.5rem;
	width: 100%;
	min-height: 0;
	font-size: 16px;
	border-radius: 0;
	background-color: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
	border: 1px solid #e5e7eb;
}

#kboard-vp-dealers-list .kboard-search>form {
	width: 100%;
	display: flex;
	gap: 8px;
}

#kboard-vp-dealers-list .kboard-search>form>button {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: #0db8e4;
	color: #fff;
	white-space: nowrap;
}

#kboard-vp-dealers-list .kboard-search>span {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

#kboard-vp-dealers-list .kboard-control {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	text-align: right;
}

#kboard-vp-dealers-list .kboard-pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding: 20px 0;
}

#kboard-vp-dealers-list .kboard-pagination-pages {
	display: flex;
	gap: 12px;
}

#kboard-vp-dealers-list .kboard-pagination-pages .prev-page,
#kboard-vp-dealers-list .kboard-pagination-pages .next-page {
	display: flex;
	align-items: center;
	color: #00253b;
}

#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li {
	border: 1px solid #0db8e4;
}

#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li.active,
#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li:hover {
	border-color: #0db8e4;
	background: #0db8e4;
}

#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li a {
	color: #00253b;
	padding: 0;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	min-height: 30px;
	line-height: 1;
}

#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li:hover a {
	color: #fff;
}

#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li.active a {
	color: #fff;
}

#kboard-vp-dealers-editor {
	overflow: hidden;
}

#kboard-vp-dealers-editor form {
	margin: 0;
	padding: 0;
}

#kboard-vp-dealers-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 16px;
	width: 30%;
	height: 28px;
	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-vp-dealers-editor input[type=text],
#kboard-vp-dealers-editor input[type=email],
#kboard-vp-dealers-editor input[type=number],
#kboard-vp-dealers-editor input[type=date],
#kboard-vp-dealers-editor input[type=password] {
	display: inline;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
}

#kboard-vp-dealers-editor input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#kboard-vp-dealers-editor input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

#kboard-vp-dealers-editor select:hover,
#kboard-vp-dealers-editor input[type=text]:hover,
#kboard-vp-dealers-editor input[type=email]:hover,
#kboard-vp-dealers-editor input[type=number]:hover,
#kboard-vp-dealers-editor input[type=date]:hover,
#kboard-vp-dealers-editor input[type=password]:hover {}

#kboard-vp-dealers-editor select:focus,
#kboard-vp-dealers-editor input[type=text]:focus,
#kboard-vp-dealers-editor input[type=email]:focus,
#kboard-vp-dealers-editor input[type=number]:focus,
#kboard-vp-dealers-editor input[type=date]:focus,
#kboard-vp-dealers-editor input[type=password]:focus {
	border-bottom: 2px solid #9e9e9e;
}

#kboard-vp-dealers-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;
}

#kboard-vp-dealers-editor .kboard-attr-title input {
	width: 100%;
}

#kboard-vp-dealers-editor .kboard-attr-row {
	float: left;
	padding: 10px 0;
	margin: 10px 0;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #dcdcdc;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-name {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 120px;
	line-height: 30px;
	color: #545861;
	font-size: 16px;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-name .attr-required-text {
	color: red;
	font-weight: normal;
	font-size: 13px;
}

#kboard-vp-dealers-editor .kboard-attr-row.kboard-attr-content .attr-name {
	display: none;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value {
	margin: 0 0 0 140px;
	padding: 0;
	line-height: 30px;
	font-size: 16px;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	font-size: 16px;
	cursor: pointer;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .attr-value-option input {
	cursor: pointer;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .attr-value-label {
	display: inline;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .attr-value-label input {
	cursor: pointer;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .description {
	margin: 0;
	color: #666666;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
	float: left;
	width: 100%;
}

#kboard-vp-dealers-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

#kboard-vp-dealers-editor .kboard-content {
	float: left;
	margin: 0;
	padding: 9px 0;
	width: 100%;
	background-color: white;
}

#kboard-vp-dealers-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: 16px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}

#kboard-vp-dealers-editor .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-vp-dealers-editor .kboard-control .left {
	position: static;
	float: left;
}

#kboard-vp-dealers-editor .kboard-control .right {
	position: static;
	float: right;
	width: 50%;
	text-align: right;
}

#kboard-vp-dealers-editor.confirm {
	margin: 100px auto;
	max-width: 590px;
}

#kboard-vp-dealers-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

#kboard-vp-dealers-document {
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 100%;
}

#kboard-vp-dealers-document .kboard-document-wrap {
	float: left;
	width: 100%;
	background-color: white;
}

#kboard-vp-dealers-document .kboard-title {
	float: left;
	width: 100%;
}

#kboard-vp-dealers-document .kboard-title h1 {
	margin: 0;
	padding: 1.2rem 0.5rem;
	color: #545861;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
}

#kboard-vp-dealers-document .kboard-detail {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	font-size: 16px;
	padding: 0.7rem 0.5rem;
	display: flex;
	align-items: center;
	gap: 32px;
}

#kboard-vp-dealers-document .kboard-detail .detail-attr {
	display: inline-block;
	zoom: 1;
	float: left;
	margin: 0;
	padding: 0;
}

#kboard-vp-dealers-document .kboard-detail .detail-attr .detail-name {
	float: left;
	font-weight: bold;
	color: #545861;
	text-align: right;
}

#kboard-vp-dealers-document .kboard-detail .detail-attr .detail-value {
	float: left;
	padding-left: 20px;
	color: #545861;
}

#kboard-vp-dealers-document .kboard-detail .detail-attr .detail-value a {
	color: #545861;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}

#kboard-vp-dealers-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-vp-dealers-document .kboard-content {
	clear: both;
	float: left;
	width: 100%;
	min-height: 200px;
}

#kboard-vp-dealers-document .kboard-content .content-view {
	margin: 0;
	padding: 22px;
	word-break: break-all;
}

#kboard-vp-dealers-document .kboard-content .content-view iframe {
	max-width: 100%;
}

#kboard-vp-dealers-document .kboard-content .content-view img {
	display: inline;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-vp-dealers-document .kboard-content .content-view hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	background-color: #f1f1f1;
}

#kboard-vp-dealers-document .kboard-content .content-view ul {
	margin: 0.75em 0;
}

#kboard-vp-dealers-document .kboard-content .content-view ol {
	margin: 0.75em 0;
}

#kboard-vp-dealers-document .kboard-content .content-view p {
	margin: 0 0 0.75em;
}

#kboard-vp-dealers-document .kboard-content .content-view p:last-child {
	margin: 0;
}

#kboard-vp-dealers-document .kboard-content .content-view .thumbnail-area {
	text-align: center;
}

#kboard-vp-dealers-document .kboard-content .content-view .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#kboard-vp-dealers-document .kboard-content .content-view .alignright {
	float: right;
}

#kboard-vp-dealers-document .kboard-content .content-view .alignleft {
	float: left;
}

#kboard-vp-dealers-document .kboard-document-action {
	padding: 0 22px 5px 22px;
	overflow: hidden;
	line-height: 1;
}

#kboard-vp-dealers-document .kboard-document-action .left {
	position: static;
	float: left;
}

#kboard-vp-dealers-document .kboard-document-action .right {
	position: static;
	float: right;
	text-align: right;
}

#kboard-vp-dealers-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-vp-dealers-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-vp-dealers-document .kboard-button-action span {
	position: static;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 12px;
}

#kboard-vp-dealers-document .kboard-button-like {
	color: #ff5959;
}

#kboard-vp-dealers-document .kboard-button-unlike {
	color: #3d62aa;
}

#kboard-vp-dealers-document .kboard-button-print {
	color: gray;
}

#kboard-vp-dealers-document .kboard-button-download {
	color: gray;
}

#kboard-vp-dealers-document .kboard-comments-area {
	float: left;
	width: 100%;
}

#kboard-vp-dealers-document .kboard-document-navi {
	float: left;
	padding-top: 15px;
	width: 100%;
}

#kboard-vp-dealers-document .kboard-document-navi a {
	display: block;
	text-decoration: none;
	border: 0;
	font-size: 16px;
	line-height: 20px;
	box-shadow: none;
	color: #545861;
	transition-duration: .3s;
}

#kboard-vp-dealers-document .kboard-document-navi .navi-document-title {
	display: block;
}

#kboard-vp-dealers-document .kboard-document-navi .navi-arrow {
	position: absolute;
	display: block;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-prev-document {
	position: relative;
	float: left;
	width: 45%;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-prev-document .navi-document-title {
	padding-left: 15px;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-prev-document .navi-arrow {
	left: 0;
	top: 0;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-prev-document:hover a {
	color: black;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-next-document {
	position: relative;
	float: right;
	width: 45%;
	text-align: right;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-next-document .navi-document-title {
	padding-right: 15px;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-next-document .navi-arrow {
	right: 0;
	top: 0;
}

#kboard-vp-dealers-document .kboard-document-navi .kboard-next-document:hover a {
	color: black;
}

#kboard-vp-dealers-document .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-vp-dealers-document .kboard-control .left {
	position: static;
	float: left;
}

#kboard-vp-dealers-document .kboard-control .right {
	position: static;
	float: right;
	text-align: right;
}

#kboard-vp-dealers-latest table {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
}

#kboard-vp-dealers-latest table tr {
	padding: 0;
	border: 0;
}

#kboard-vp-dealers-latest table th {
	padding: 5px 0;
	height: auto;
	border: 0;
	text-align: center;
}

#kboard-vp-dealers-latest table td {
	padding: 5px 0;
	height: auto;
	border: 0;
	border-top: 1px solid #f1f1f1;
	vertical-align: middle;
}

#kboard-vp-dealers-latest table td.kboard-latest-title {
	text-align: left;
}

#kboard-vp-dealers-latest table .kboard-latest-title {
	padding-left: 5px;
	font-size: 16px;
}

#kboard-vp-dealers-latest table .kboard-latest-title a {
	text-decoration: none;
	box-shadow: none;
}

#kboard-vp-dealers-latest table .kboard-latest-title img {
	display: inline;
	margin: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-vp-dealers-latest table .kboard-latest-title .kboard-comments-count {}

#kboard-vp-dealers-latest table .kboard-latest-date {
	width: 80px;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	#kboard-vp-dealers-list .kboard-search>span {
		font-size: 14px;
	}

	#kboard-vp-dealers-list .kboard-category.category-mobile {
		display: block;
	}

	#kboard-vp-dealers-list .kboard-category.category-pc {
		display: none;
	}

	#kboard-vp-dealers-list .kboard-tree-category-search .kboard-search-option-wrap.select {
		width: 100%;
	}

	#kboard-vp-dealers-list .kboard-list table {}

	#kboard-vp-dealers-list .kboard-list table .kboard-list-email {
		display: none;
	}

	#kboard-vp-dealers-list .kboard-list table .kboard-list-inquiry {
		width: 90px !important;
	}

	.vp-dealers-inquiry-dialog {
		padding: 22px 18px;
	}

	.vp-dealers-inquiry-grid {
		grid-template-columns: 1fr;
	}

	#kboard-vp-dealers-list .kboard-list table tr {}

	#kboard-vp-dealers-list .kboard-list table td {
		padding: 10px;
		width: 100% !important;
		font-size: 14px !important;
	}

	#kboard-vp-dealers-list .kboard-list table a {
		font-size: 14px;
	}

	#kboard-vp-dealers-list .kboard-pagination .kboard-pagination-pages li {
		display: none;
	}

	#kboard-vp-dealers-list .kboard-search select {
		float: left;
		margin-right: 1%;
		width: 29%;
		min-width: 29%;
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
	}

	#kboard-vp-dealers-list .kboard-search input {}

	#kboard-vp-dealers-list .kboard-search button {
		float: left;
		width: 20%;
		min-width: 20%;
		box-sizing: border-box;
		font-size: 14px;
	}

	#kboard-vp-dealers-editor select,
	#kboard-vp-dealers-editor input[type=text],
	#kboard-vp-dealers-editor input[type=email],
	#kboard-vp-dealers-editor input[type=number],
	#kboard-vp-dealers-editor input[type=date],
	#kboard-vp-dealers-editor input[type=password],
	#kboard-vp-dealers-editor input[type=file] {
		width: 100% !important;
		box-sizing: border-box;
	}

	#kboard-vp-dealers-editor .kboard-attr-row {
		padding: 10px 0;
	}

	#kboard-vp-dealers-editor .kboard-attr-row .attr-name {
		padding: 0;
		width: 100%;
		font-size: 16px;
	}

	#kboard-vp-dealers-editor .kboard-attr-row .attr-value {
		margin: 0;
	}

	#kboard-vp-dealers-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
		margin-bottom: 10px;
		width: 100%;
	}

	#kboard-vp-dealers-editor.confirm {
		max-width: none;
	}

	#kboard-vp-dealers-document .kboard-title h1 {
		padding: 10px 5px;
		font-size: 18px;
	}

	#kboard-vp-dealers-document .kboard-content .content-view {
		padding: 10px 5px;
	}

	#kboard-vp-dealers-document .kboard-detail .detail-attr {
		clear: both;
		padding: 10px 5px;
		line-height: normal;
	}

	#kboard-vp-dealers-document .kboard-document-action {
		padding: 10px 5px 5px 5px;
	}

	#kboard-vp-dealers-document .kboard-attach {
		margin: 0 5px;
		padding: 10px 0 5px 0;
	}

	#kboard-vp-dealers-document .kboard-document-navi .kboard-prev-document {
		width: 100%;
	}

	#kboard-vp-dealers-document .kboard-document-navi .kboard-next-document {
		margin-top: 10px;
		float: left;
		width: 100%;
		text-align: left;
	}
}

/* vp-dealers 카카오맵 */
#kboard-vp-dealers-list .vp-dealers-map-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
	min-height: 620px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

#kboard-vp-dealers-list .vp-dealers-map-panel {
	position: relative;
	min-width: 0;
	background: #eef2f5;
}

#kboard-vp-dealers-list .vp-dealers-map-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

#kboard-vp-dealers-list .vp-dealers-map-unavailable {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 100%;
	min-height: 420px;
	color: #4b5563;
}

#kboard-vp-dealers-list .vp-dealers-card-panel {
	display: flex;
	min-width: 0;
	max-height: 620px;
	flex-direction: column;
	border-left: 1px solid #e5e7eb;
}

#kboard-vp-dealers-list .vp-dealers-card-summary {
	padding: 16px 18px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 14px;
	color: #4b5563;
}

#kboard-vp-dealers-list .vp-dealers-card-summary strong {
	color: #0b7691;
}

#kboard-vp-dealers-list .vp-dealers-card-list {
	flex: 1;
	overflow-y: auto;
	overscroll-behavior: contain;
}

#kboard-vp-dealers-list .vp-dealers-card {
	padding: 20px 18px;
	border-bottom: 1px solid #e5e7eb;
	background: #fff;
	cursor: pointer;
	transition: background-color .2s, box-shadow .2s;
}

#kboard-vp-dealers-list .vp-dealers-card:hover,
#kboard-vp-dealers-list .vp-dealers-card:focus,
#kboard-vp-dealers-list .vp-dealers-card.is-active {
	outline: 0;
	background: #f2fbfd;
	box-shadow: inset 4px 0 0 #0db8e4;
}

#kboard-vp-dealers-list .vp-dealers-card.is-unmapped {
	cursor: default;
	opacity: .78;
}

#kboard-vp-dealers-list .vp-dealers-card.is-unmapped:hover {
	background: #fff;
	box-shadow: none;
}

#kboard-vp-dealers-list .vp-dealers-card-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

#kboard-vp-dealers-list .vp-dealers-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	color: #111827;
}

#kboard-vp-dealers-list .vp-dealers-location-status {
	flex: 0 0 auto;
	padding: 3px 7px;
	border-radius: 999px;
	background: #e8f8fc;
	font-size: 11px;
	color: #08728c;
}

#kboard-vp-dealers-list .vp-dealers-card.is-unmapped .vp-dealers-location-status {
	background: #f3f4f6;
	color: #6b7280;
}

#kboard-vp-dealers-list .vp-dealers-card address {
	margin: 10px 0 0;
	font-style: normal;
	font-size: 14px;
	line-height: 1.55;
	color: #4b5563;
}

#kboard-vp-dealers-list .vp-dealers-card-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	margin-top: 10px;
}

#kboard-vp-dealers-list .vp-dealers-card-contact a,
#kboard-vp-dealers-list .vp-dealers-card-edit {
	font-size: 13px;
	color: #0b7691;
	text-decoration: none;
	box-shadow: none;
}

#kboard-vp-dealers-list .vp-dealers-card-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

#kboard-vp-dealers-list .vp-dealers-card-map-button {
	padding: 8px 12px;
	border: 1px solid #0db8e4;
	border-radius: 4px;
	background: #fff;
	color: #08728c;
	cursor: pointer;
}

#kboard-vp-dealers-list .vp-dealers-card-empty {
	padding: 40px 20px;
	text-align: center;
	color: #6b7280;
}

.vp-dealers-map-infowindow {
	display: flex;
	min-width: 210px;
	max-width: 280px;
	padding: 14px 16px;
	flex-direction: column;
	gap: 5px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.45;
}

.vp-dealers-map-infowindow strong {
	font-size: 15px;
	color: #111827;
}

.vp-dealers-map-infowindow span {
	color: #4b5563;
}

.vp-dealers-map-infowindow a {
	color: #08728c;
	text-decoration: none;
}

/* 대리점 편집 화면 지도 */
#kboard-vp-dealers-editor .vp-dealers-address-input-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

#kboard-vp-dealers-editor .vp-dealers-address-input-row input {
	flex: 1;
	width: auto;
}

#kboard-vp-dealers-editor .vp-dealers-address-search {
	flex: 0 0 auto;
	border: 0;
	cursor: pointer;
}

#kboard-vp-dealers-editor .vp-dealers-editor-map {
	width: 100%;
	height: 320px;
	margin-top: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	box-sizing: border-box;
}

#kboard-vp-dealers-editor .vp-dealers-editor-map-feedback {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
}

#kboard-vp-dealers-editor .vp-dealers-editor-map-feedback.is-success { color: #067647; }
#kboard-vp-dealers-editor .vp-dealers-editor-map-feedback.is-error { color: #b42318; }

@media screen and (max-width: 900px) {
	#kboard-vp-dealers-list .vp-dealers-map-layout {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}

	#kboard-vp-dealers-list .vp-dealers-map-panel,
	#kboard-vp-dealers-list .vp-dealers-map-canvas {
		position: relative;
		height: 420px;
	}

	#kboard-vp-dealers-list .vp-dealers-card-panel {
		max-height: none;
		border-top: 1px solid #e5e7eb;
		border-left: 0;
	}

	#kboard-vp-dealers-list .vp-dealers-card-list {
		max-height: 560px;
	}
}

@media screen and (max-width: 600px) {
	#kboard-vp-dealers-list .vp-dealers-map-panel,
	#kboard-vp-dealers-list .vp-dealers-map-canvas {
		height: 330px;
	}

	#kboard-vp-dealers-editor .vp-dealers-address-input-row {
		align-items: stretch;
		flex-direction: column;
	}

	#kboard-vp-dealers-editor .vp-dealers-editor-map {
		height: 260px;
	}
}
