@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";

  .kboard-comments-default {
--kboard-comments-primary: #0F763B;
--kboard-comments-primary-hover: #0F763B;
--kboard-comments-text: #1e293b;
--kboard-comments-text-muted: #64748b;
--kboard-comments-bg: #ffffff;
--kboard-comments-bg-alt: #F2FBF6;
--kboard-comments-border: #e2e8f0;
--kboard-comments-border-light: #f1f5f9;
--kboard-comments-radius: 8px;
--kboard-comments-radius-sm: 4px;
--kboard-comments-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Segoe UI", Roboto, "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
color: var(--kboard-comments-text);
line-height: 1.6;
background-color: transparent;
margin: 40px 0;
box-sizing: border-box;
}
.kboard-comments-default *,
.kboard-comments-default *::before,
.kboard-comments-default *::after {
box-sizing: border-box;
} .kboard-comments-default hr {
display: none;
border: 0;
margin: 0;
padding: 0;
} .kboard-comments-default .comments-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 16px 0;
border-bottom: 2px solid var(--kboard-comments-text);
margin-bottom: 24px;
flex-wrap: wrap;
gap: 12px;
}
.kboard-comments-default .comments-count {
font-size: 16px;
font-weight: 700;
color: var(--kboard-comments-text);
}
.kboard-comments-default .comments-count .comments-total-count {
color: var(--kboard-comments-primary);
margin-left: 4px;
}
.kboard-comments-default .comments-sort {
margin-left: auto;
}
.kboard-comments-default .comments-sort select {
border: 1px solid var(--kboard-comments-border);
border-radius: var(--kboard-comments-radius);
padding: 8px 36px 8px 14px;
font-size: 13px;
color: var(--kboard-comments-text-muted);
background-color: var(--kboard-comments-bg);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
outline: none;
height: 36px;
line-height: 1;
box-shadow: none;
min-width: 90px;
transition: border-color 0.2s, box-shadow 0.2s;
}
.kboard-comments-default .comments-sort select:focus {
border-color: var(--kboard-comments-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
} .kboard-comments-default .comments-list {
padding: 0;
margin: 0;
}
.kboard-comments-default .comments-list ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 1rem;
} .kboard-comments-default .comments-list li {
position: relative;
padding: 1.5rem 1rem 0;
margin: 0;
list-style: none; display: block; }
.kboard-comments-default .comments-list li:before {
display: none;
} .kboard-comments-default .comments-list>ul>li {
border-top: 1px solid var(--kboard-comments-border); }
.kboard-comments-default .comments-list>ul>li:first-child {
border-top: none;
padding-top: 0;
} .kboard-comments-default .comments-list li .comments-list {
margin-top: 20px;
padding-left: 0;
border: none;
background: none;
} @media screen and (min-width: 601px) {
.kboard-comments-default .comments-list li .comments-list {
margin-left: 30px;
border-left: 2px solid var(--kboard-comments-border);
padding-left: 24px;
}
.kboard-comments-default .comments-list li .comments-list ul li {
padding: 20px 0;
background-color: transparent;
border: none;
margin-top: 0;
border-radius: 0;
} .kboard-comments-default .comments-list li .comments-list ul li+li {
border-top: none;
padding-top: 16px;
}
} @media screen and (max-width: 600px) {
.kboard-comments-default .comments-list li .comments-list {
margin-left: 12px;
padding-left: 12px;
border-left: 2px solid var(--kboard-comments-border);
margin-top: 16px;
}
.kboard-comments-default .comments-list li .comments-list ul li {
padding: 16px 0;
margin-top: 0;
border: none;
} .kboard-comments-default .comments-list li .comments-list ul li+li {
border-top: none;
padding-top: 12px;
}
}  .kboard-comments-default .comments-list-username img.avatar {
width: 24px;
height: 24px;
border-radius: 50%;
object-fit: cover;
border: 1px solid var(--kboard-comments-border);
margin-right: 5px;
vertical-align: middle;
display: inline-block;
flex-shrink: 0;
} .kboard-comments-default .comments-list-username {
font-weight: 600;
color: #111;
font-size: 16px;
display: inline-block;
margin-right: 5px;
line-height: 24px;
vertical-align: middle;
letter-spacing: -0.5px;
} .kboard-comments-default .comments-list-create {
font-size: 13px;
color: var(--kboard-comments-text-muted);
font-weight: 400;
display: inline-block;
line-height: 24px;
vertical-align: middle;
} .kboard-comments-default .comments-list-content {
font-size: 15px;
color: var(--kboard-comments-text); line-height: 1.7;
word-break: break-word;
margin-top: 1rem;
display: block;
}
.kboard-comments-default .comments-list-content p {
margin: 0 0 8px 0;
} .kboard-comments-default .comments-list-image1 {
margin: 16px 0 8px 0;
max-width: 300px;
}
.kboard-comments-default .comments-list-image1 img {
max-width: 100%;
height: auto;
border-radius: var(--kboard-comments-radius);
border: 1px solid var(--kboard-comments-border);
display: block;
} .kboard-comments-default .comments-list-file1 {
margin: 12px 0 8px 0;
font-size: 14px;
color: var(--kboard-comments-text-muted);
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
}
.kboard-comments-default .comments-list-file1 a {
display: inline-flex;
align-items: center;
padding: 6px 12px;
background-color: var(--kboard-comments-bg-alt);
border: 1px solid var(--kboard-comments-border);
border-radius: var(--kboard-comments-radius-sm);
color: var(--kboard-comments-text);
text-decoration: none;
font-weight: 500;
font-size: 13px;
transition: all 0.2s ease;
}
.kboard-comments-default .comments-list-file1 a:hover {
border-color: var(--kboard-comments-primary);
color: var(--kboard-comments-primary);
background-color: #fff;
text-decoration: none !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.kboard-comments-default .comments-list-file1 a::before {
content: '';
display: inline-block;
width: 14px;
height: 14px;
margin-right: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
transition: background-image 0.2s;
}
.kboard-comments-default .comments-list-file1 a:hover::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
} .kboard-comments-default .comments-list-controller {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 8px;
margin-top: 0;
padding-top: 0;
border: none;
width: auto;
position: absolute;
right: 1rem;
top: 1.5rem;
}
.kboard-comments-default .comments-list>ul>li:first-child .comments-list-controller {
top: 0;
}
.kboard-comments-default .comments-list>ul>li .comments-list .comments-list-controller {
top: 1.5rem;
}
.kboard-comments-default .comments-list-controller .left,
.kboard-comments-default .comments-list-controller .right {
display: flex;
gap: 6px;
align-items: center;
flex-wrap: wrap;
} .kboard-comments-default .comments-button-action {
appearance: none;
-webkit-appearance: none;
background: #fff;
border: 1px solid #ddd;
padding: 6px 10px;
border-radius: 5px;
cursor: pointer;
color: #333;
font-weight: 500;
font-size: 13px;
line-height: 1;
transition: color 0.15s ease;
display: inline-flex;
align-items: center;
gap: 4px;
text-decoration: none !important;
white-space: nowrap;
transition: 0.2s all linear;
}
.kboard-comments-default .comments-button-action:hover, .kboard-comments-default .comments-button-action:focus {  border-radius: 5px;
color: #fff;
background-color: var(--kboard-comments-primary) ;
border-right-color: var(--kboard-comments-primary);
}
.kboard-comments-default .comments-button-action:active {
opacity: 0.7;
} .kboard-comments-default .kboard-comment-like-count,
.kboard-comments-default .kboard-comment-unlike-count {
font-weight: 700;
margin-left: 2px;
} @media screen and (max-width: 600px) { .kboard-comments-default .comments-list-controller {
flex-direction: row;
align-items: center;
gap: 12px;
right: 1rem;
top: 1rem;
}
.kboard-comments-default .comments-list-controller .left,
.kboard-comments-default .comments-list-controller .right {
gap: 5px;
}
.kboard-comments-default .comments-button-action {
font-size: 12px;
}
.kboard-comments-default .comments-list-content p {
font-size: 14px;
} .kboard-comments-default .comments-list li .comments-list .comments-button-action {
font-size: 11px;
}
} .kboard-comments-default .kboard-comments-form {
background: var(--kboard-comments-bg-alt);  padding: 24px;
margin-top: 32px;
overflow: hidden;
border-radius: 10px;
}
.kboard-comments-default .comments-field.field-content {
margin-bottom: 0;
}
.kboard-comments-default .comments-field-wrap {
display: none;
width: 100%;
margin-top: 12px;
} .kboard-comments-default .comments-field {
margin-bottom: 12px;
display: flex;
align-items: center;
flex-wrap: nowrap;
gap: 12px;
} .kboard-comments-default .comments-field-label {
width: 80px;
min-width: 80px;
font-weight: 600;
font-size: 13px;
color: var(--kboard-comments-text);
flex-shrink: 0;
line-height: 1.4;
} .kboard-comments-default input[type=text],
.kboard-comments-default input[type=password] {
flex: 1;
min-width: 0;
height: 40px;
padding: 0 12px;
border: 1px solid var(--kboard-comments-border);
border-radius: var(--kboard-comments-radius);
background: var(--kboard-comments-bg);
font-size: 14px;
color: var(--kboard-comments-text);
outline: none;
transition: border-color 0.2s, box-shadow 0.2s;
} .kboard-comments-default input[type=file] {
flex: 1;
min-width: 0;
padding: 8px;
height: 40px;   font-size: 13px;
color: var(--kboard-comments-text);
} .kboard-comments-default .comments-field.field-comment-hide,
.kboard-comments-default .comments-field.field-comment-anonymous {
align-items: center;
}
.kboard-comments-default .comments-field input[type=checkbox] {
width: 18px;
height: 18px;
margin: 0;
cursor: pointer;
}
.kboard-comments-default .comments-field input[type=checkbox]+.comments-field-label {
width: auto;
min-width: auto;
margin-left: 4px;
font-weight: 400;
cursor: pointer;
} .kboard-comments-default .comments-field.field-captcha .comments-field-label {
display: flex;
align-items: center;
} .kboard-comments-default .comments-field.field-captcha .comments-field-label img {
display: block;
width: auto;
height: auto;
max-width: none;
max-height: none;
} .kboard-comments-default .comments-field.field-recaptcha {
margin-bottom: 12px;
}
.kboard-comments-default textarea {
width: 100%;
height: 110px;
padding: 14px;
border: 1px solid var(--kboard-comments-border);
border-radius: var(--kboard-comments-radius);
background: var(--kboard-comments-bg);
font-size: 14px;
color: var(--kboard-comments-text);
outline: none;
resize: vertical;
margin-bottom: 0;
display: block;
transition: border-color 0.2s, box-shadow 0.2s;
}
.kboard-comments-default input:focus,
.kboard-comments-default textarea:focus {
border-color: var(--kboard-comments-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
} .kboard-comments-default .comments-submit-button {
display: none;
justify-content: flex-end;
margin-top: 12px;
}
.kboard-comments-default .comments-submit-button input[type=submit] { background-color: #333;
color: #fff;
border: none;
padding: 0 28px;
height: 44px; font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: background-color 0.2s, transform 0.1s;
display: inline-block;
border-radius: 10px;
}
.kboard-comments-default .comments-submit-button input[type=submit]:hover {
background-color: var(--kboard-comments-primary);
}
.kboard-comments-default .comments-submit-button input[type=submit]:active {
transform: scale(0.98);
} @media screen and (max-width: 600px) {
.kboard-comments-default .kboard-comments-form {
padding: 16px;
}
.kboard-comments-default .comments-list li {
padding: 1rem;
}
.kboard-comments-default .comments-list-username {
line-height: 24px;
font-size: 15px;
}
.kboard-comments-default .comments-list-create {
line-height: 24px;
font-size: 12px;
}
.kboard-comments-default .kboard-comments-form .comments-field {
flex-direction: column;
align-items: stretch;
margin-bottom: 20px;
gap: 6px; }
.kboard-comments-default .kboard-comments-form .comments-field.field-content {
margin-bottom: 0;
}
.kboard-comments-default .comments-field-wrap {
margin-top: 20px;
}
.kboard-comments-default .kboard-comments-form .comments-field:last-child {
margin-bottom: 0;
}
.kboard-comments-default .comments-field-label {
width: 100%;
margin-bottom: 6px; line-height: 1.2;
} .kboard-comments-default input[type=text],
.kboard-comments-default input[type=password] {
width: 100%;
height: 44px;
min-height: 44px;
}
.kboard-comments-default input[type=file] {
width: 100%;
height: 44px;
min-height: 44px;
}
.kboard-comments-default .comments-submit-button {
justify-content: stretch;
margin-top: 20px;
}
.kboard-comments-default .comments-submit-button input[type=submit] {
width: 100%;
height: 48px;
}
}
@media screen and (max-width: 600px) {
.kboard-comments-default .comments-list-controller {
position: inherit;
top:auto;
right:auto;
}
.kboard-comments-default .comments-button-action {
margin-top: 5px;
}
} .kboard-comments-default .kboard-comments-login {
text-align: center;
padding: 32px 20px;
background: var(--kboard-comments-bg-alt);
border: 1px solid var(--kboard-comments-border);
border-radius: var(--kboard-comments-radius);
margin-top: 24px;
color: var(--kboard-comments-text-muted);
font-size: 14px;
}
.kboard-comments-default .kboard-comments-login a {
color: var(--kboard-comments-primary);
font-weight: 600;
text-decoration: underline;
}
.kboard-comments-default .kboard-comments-login a:hover {
color: var(--kboard-comments-primary-hover);
}
 #kboard_media_background { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: black; z-index: 99999; }
#kboard_media_wrapper { position: fixed; overflow: auto; -webkit-overflow-scrolling: touch; z-index: 99999; }
#kboard_media_wrapper iframe { display: block; margin: 0; border: 0; width: 100%; height: 100%; }
 :root { --kboard-primary: #2563eb; --kboard-primary-hover: #1d4ed8;
--kboard-text: #1e293b; --kboard-text-muted: #64748b; --kboard-bg: #ffffff;
--kboard-bg-alt: #f8fafc; --kboard-border: #e2e8f0; --kboard-danger: #ef4444; --kboard-font-family: 'Pretendard', sans-serif;
--kboard-font-size: 16px; --kboard-radius: 8px;
--kboard-spacing-sm: 8px;
--kboard-spacing-md: 16px;
--kboard-spacing-lg: 24px; --kboard-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--kboard-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--color-main-green : #0F763B;
--color-light-green : #F2FBF6;
--color-orange : #F87F22;
} #kboard-default-list,
#kboard-default-document,
#kboard-default-editor,
#kboard-default-latest {
font-family: var(--kboard-font-family);
font-size: var(--kboard-font-size);
color: var(--kboard-text);
box-sizing: border-box;
line-height: 1.6;
margin: 20px 0;
}
#kboard-default-list *,
#kboard-default-document *,
#kboard-default-editor *,
#kboard-default-latest *,
#kboard-default-list *::before,
#kboard-default-document *::before,
#kboard-default-editor *::before,
#kboard-default-latest *::before,
#kboard-default-list *::after,
#kboard-default-document *::after,
#kboard-default-editor *::after,
#kboard-default-latest *::after {
box-sizing: inherit;
}
#kboard-default-list a,
#kboard-default-document a,
#kboard-default-editor a,
#kboard-default-latest a {
text-decoration: none;
color: inherit;
transition: color 0.2s;
}
#kboard-default-list img,
#kboard-default-document img,
#kboard-default-editor img,
#kboard-default-latest img {
max-width: 100%;
height: auto;
vertical-align: middle;
} a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small {
display: inline-flex;
align-items: center;
justify-content: center;
height: 36px;
padding: 0 16px;
font-size: 14px;
font-weight: 500;
color: #fff !important;
background-color: var(--kboard-text) !important;
border: 1px solid transparent;
border-radius: var(--kboard-radius);
cursor: pointer;
transition: all 0.2s ease;
line-height: 1;
box-shadow: var(--kboard-shadow-sm);
text-shadow: none;
}
a.kboard-default-button-small:hover,
button.kboard-default-button-small:hover {
background-color: var(--kboard-primary) !important;
transform: translateY(-1px);
box-shadow: var(--kboard-shadow-md);
opacity: 1 !important;
} .kboard-icon-lock {
display: inline-block;
width: 14px;
height: 14px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
} .kboard-icon-reply {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
transform: none;
} #kboard-default-list input[type=text],
#kboard-default-document input[type=text],
#kboard-default-editor input[type=text],
#kboard-default-latest input[type=text],
#kboard-default-list input[type=email],
#kboard-default-document input[type=email],
#kboard-default-editor input[type=email],
#kboard-default-latest input[type=email],
#kboard-default-list input[type=password],
#kboard-default-document input[type=password],
#kboard-default-editor input[type=password],
#kboard-default-latest input[type=password],
#kboard-default-list input[type=number],
#kboard-default-document input[type=number],
#kboard-default-editor input[type=number],
#kboard-default-latest input[type=number],
#kboard-default-list input[type=date],
#kboard-default-document input[type=date],
#kboard-default-editor input[type=date],
#kboard-default-latest input[type=date],
#kboard-default-list select,
#kboard-default-document select,
#kboard-default-editor select,
#kboard-default-latest select,
#kboard-default-list textarea,
#kboard-default-document textarea,
#kboard-default-editor textarea,
#kboard-default-latest textarea {
appearance: none;
-webkit-appearance: none;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
padding: 8px 12px;
font-size: 14px;
color: var(--kboard-text); transition: border-color 0.2s, box-shadow 0.2s;
min-height: 40px;
box-shadow: none;
margin: 0;
}  #kboard-default-list select,
#kboard-default-document select,
#kboard-default-editor select,
#kboard-default-latest select {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
padding-right: 32px !important;
cursor: pointer;
} #kboard-default-list {
width: 100%;
max-width: 100%;
overflow: hidden;
} #kboard-default-list .kboard-list-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: var(--kboard-spacing-md);
flex-wrap: wrap;
gap: 10px;
}
#kboard-default-list .kboard-total-count {
float: none;
font-weight: 600;
color: var(--kboard-text-muted);
}
#kboard-default-list .kboard-sort {
float: none;
}
#kboard-default-list .kboard-sort select {
height: 36px;
padding-right: 32px;
} #kboard-default-list .kboard-category .kboard-category-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0 0 20px 0;
list-style: none;
background: transparent;
border: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list:last-child {
margin-bottom: 0;
}
#kboard-default-list .kboard-category .kboard-category-list li {
display: block;
margin: 0;
padding: 0;
}
#kboard-default-list .kboard-category .kboard-category-list li a {
display: block;
padding: 6px 14px;
border-radius: 20px;
background-color: var(--kboard-bg-alt);
color: var(--kboard-text-muted);
font-size: 14px;
font-weight: 500;
transition: all 0.2s;
border: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-category .kboard-category-list li.kboard-category-selected a,
#kboard-default-list .kboard-category .kboard-category-list li a:hover {
background-color: var(--kboard-primary);
color: #fff;
text-decoration: none;
border-color: var(--kboard-primary);
font-weight: 500;
} #kboard-default-list .kboard-list {
background: #fff;
border-radius: var(--kboard-radius);
overflow: hidden;
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-default-list .kboard-list table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
margin: 0;
}
#kboard-default-list .kboard-list thead {
background-color: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-list thead td {
padding: 12px 16px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
color: #fff;
text-align: center;
border: 0;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-list tbody tr {
background: #fff;
border: 0;
border-bottom: 1px solid var(--kboard-border);
transition: background-color 0.1s;
}
#kboard-default-list .kboard-list tbody tr:last-child {
border-bottom: none;
}
#kboard-default-list .kboard-list tbody tr:hover { }
#kboard-default-list .kboard-list td {
padding: 16px;
vertical-align: middle;
text-align: center;
border: 0;
font-size: 15px;
}
#kboard-default-list .kboard-list td.kboard-list-title {
text-align: left;
width: auto;
} #kboard-default-list .kboard-list tbody tr.kboard-list-notice {
background-color: #eff6ff;
}
#kboard-default-list .kboard-list tbody tr.kboard-list-notice:hover {
background-color: #dbeafe;
} #kboard-default-list .kboard-list tbody tr.kboard-list-selected {
background-color: #f0f9ff;
border-left: 3px solid var(--kboard-primary);
}
#kboard-default-list .kboard-list tbody tr.kboard-list-selected .kboard-list-title a {
font-weight: 700;
color: var(--kboard-primary);
} .kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 2px 6px;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 6px;
}
.kboard-default-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
}
#kboard-default-list .kboard-list-title a {
color: var(--kboard-text);
text-decoration: none;
transition: color 0.15s;
}
#kboard-default-list .kboard-list-title a:hover {
color: var(--kboard-primary);
}
.kboard-comments-count {
font-size: 12px;
color: var(--kboard-primary);
font-weight: 600;
margin-left: 4px;
background: rgba(37, 99, 235, 0.1);
padding: 2px 6px;
border-radius: 12px;
}
.kboard-comments-count:empty {
display: none;
} #kboard-default-list .kboard-mobile-contents {
display: none;
margin-top: 6px;
font-size: 13px;
color: var(--kboard-text-muted);
} #kboard-default-list .kboard-list-uid {
width: 90px; color: var(--kboard-text-muted);
font-size: 13px;
word-break: keep-all; } #kboard-default-list .kboard-list-notice .kboard-list-uid {
font-weight: 700;
font-size: 12px; color: var(--kboard-primary);
}
#kboard-default-list .kboard-list-user {
width: 120px;
}
#kboard-default-list .kboard-list-date {
width: 110px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-default-list .kboard-list-vote {
width: 70px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-default-list .kboard-list-view {
width: 70px;
color: var(--kboard-text-muted);
font-size: 13px;
} #kboard-default-list .kboard-pagination {
padding: 30px 0;
text-align: center;
float: none;
}
#kboard-default-list .kboard-pagination ul {
display: inline-flex;
padding: 0;
list-style: none;
gap: 4px;
}
#kboard-default-list .kboard-pagination li {
display: block;
margin: 0;
}
#kboard-default-list .kboard-pagination li a {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
border-radius: var(--kboard-radius);
background: #fff;
border: 1px solid var(--kboard-border);
font-size: 14px;
color: var(--kboard-text);
box-shadow: none;
}
#kboard-default-list .kboard-pagination li.active a,
#kboard-default-list .kboard-pagination li a:hover {
background: var(--kboard-primary);
color: #fff;
border-color: var(--kboard-primary);
} #kboard-default-list .kboard-search {
margin-bottom: 20px;
text-align: center;
padding: 20px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
float: none;
}
#kboard-default-list .kboard-search form {
display: inline-flex;
gap: 8px;
max-width: 100%;
}
#kboard-default-list .kboard-search select {
width: 100px;
margin: 0;
}
#kboard-default-list .kboard-search input {
width: 200px;
margin: 0;
} #kboard-default-list .kboard-control {
display: flex;
justify-content: flex-end;
padding: 10px 0;
float: none;
} .kboard-default-poweredby {
text-align: right;
font-size: 14px;
color: #ccc;
margin-top: 10px;
float: none;
width: 100%;
} .kboard-document-club {
margin-top: -3.75rem !important;
}
#kboard-default-document .kboard-document-wrap {
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
overflow: hidden;
float: none;
}
#kboard-default-document .kboard-title {
float: none;
}
#kboard-default-document .kboard-title .category-wrap {
display: flex;
gap: 0.5rem;
justify-content: center;
align-items: center;
margin-bottom: 1rem;
font-size: clamp(15px, 3vw, 22px);
font-weight: 500;
color: #666;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr {
position: relative;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr:after {
content:'·';
color: #666;
display: inline-block;
vertical-align: middle;
margin: -3px 10px 0;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr:last-child::after {
display: none;
}
#kboard-default-document .kboard-title h1 {
margin: 0;
padding: 24px;
text-align: left;
font-size: 24px;
font-weight: 700;
color: var(--kboard-text);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-document .kboard-detail {
display: flex;
flex-wrap: wrap;
padding: 12px 24px;
background: var(--kboard-bg-alt);
font-size: 14px;
gap: 20px;
align-items: center;
float: none;
border: 0;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-document .kboard-detail .detail-attr {
display: flex;
align-items: center;
gap: 8px;
padding: 0;
float: none;
}
#kboard-default-document .kboard-detail .detail-attr.detail-writer {
width: 100%;
}
#kboard-default-document .kboard-detail .detail-name {
font-weight: 600;
color: var(--kboard-text-muted);
float: none;
text-align: left;
}
#kboard-default-document .kboard-detail .detail-value {
color: var(--kboard-text);
float: none;
padding: 0;
} #kboard-default-document .kboard-content {
padding: 30px 24px;
min-height: 200px;
float: none;
}
#kboard-default-document .content-view {
font-size: 16px;
line-height: 1.8;
color: #334155; padding: 0;
} #kboard-default-document .kboard-document-action {
padding: 10px 24px 20px;
display: flex;
justify-content: space-between;
}
.kboard-button-action {
border: 1px solid var(--kboard-border);
background: #fff;
padding: 6px 12px;
border-radius: 4px;
font-size: 13px;
cursor: pointer;
margin-right: 5px;
font-weight: 500;
}
.kboard-button-action:hover {
background: var(--kboard-bg-alt);
}
.kboard-button-like {
color: #ef4444;
}
.kboard-button-unlike {
color: var(--kboard-primary);
} #kboard-default-document .kboard-control {
display: flex;
justify-content: space-between;
padding: 20px 0;
float: none;
gap: 10px;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
display: flex;
flex-wrap: nowrap; gap: 8px;
white-space: nowrap; } .kboard-attach {
border-top: 1px dashed var(--kboard-border);
padding: 15px 24px;
background: var(--kboard-bg-alt);
margin: 0;
} .kboard-comments-area {
float: none;
width: 100%;
margin-top: 20px;
}
.kboard-document-navi {
display: flex;
gap: 10px;
margin-top: 20px;
float: none;
padding: 0;
} .kboard-document-options-group {
margin-bottom: 40px;
border: none;
background: transparent;
padding: 0;
} .kboard-document-add-option-value-wrap {
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
padding: 0;
margin-bottom: 12px; overflow: hidden; display: block;
}
.kboard-document-add-option-value-wrap:last-child {
border-bottom: 1px solid var(--kboard-border);
margin-bottom: 0px;
} .kboard-document-add-option-value {
display: flex;
align-items: stretch; padding: 0;
min-height: 48px; border: none;
}
.kboard-document-add-option-value .option-name {
width: 160px;
background-color: #f8fafc;
border-right: 1px solid var(--kboard-border);
font-weight: 600;
color: var(--kboard-text); padding: 14px 20px;
display: flex;
align-items: center;
flex-shrink: 0;
font-size: 15px; }
.kboard-document-add-option-value .option-separator {
display: none;
}
.kboard-document-add-option-value .option-value {
color: var(--kboard-text);
padding: 14px 20px;
display: flex;
align-items: center;
flex-grow: 1;
word-break: break-all;
font-size: 15px; }
.kboard-document-add-option-value-wrap hr {
display: none;
} @media screen and (max-width: 600px) {
.kboard-document-options-group {
padding: 0;
}
.kboard-document-add-option-value {
flex-direction: column;
}
.kboard-document-add-option-value .option-name {
width: 100%;
border-right: none;
border-bottom: 1px solid var(--kboard-border);
padding: 12px 16px; background-color: #f8fafc;
color: var(--kboard-text);
font-size: 15px; }
.kboard-document-add-option-value .option-value {
padding: 12px 16px;
display: block; align-items: flex-start;
}
.kboard-document-add-option-value-wrap {
margin-bottom: 16px; }
}
#kboard-default-document .kboard-document-navi a {
display: flex;
align-items: center;
gap: 8px; padding: 16px;
border: 1px solid var(--kboard-border);
background: #fff;
border-radius: var(--kboard-radius);
margin-bottom: 0;
font-weight: 500;
height: 100%;
}
#kboard-default-document .kboard-document-navi a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-default-document .kboard-document-navi .kboard-prev-document,
#kboard-default-document .kboard-document-navi .kboard-next-document {
float: none;
width: 50%;
}
#kboard-default-document .kboard-document-navi .kboard-prev-document a {
justify-content: flex-start;
text-align: left;
}
#kboard-default-document .kboard-document-navi .kboard-next-document a {
justify-content: flex-end;
text-align: right;
}
#kboard-default-document .kboard-document-navi .navi-arrow {
position: static;
}
#kboard-default-document .kboard-control {
float: none;
display: flex;
justify-content: space-between;
padding: 20px 0;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
float: none;
position: static;
} #kboard-default-editor .kboard-attr-row {
display: flex;
flex-direction: column;
margin-bottom: 16px;
padding: 0;
background: transparent;
border-bottom: none;
float: none;
}
#kboard-default-editor .attr-name {
font-weight: 600;
margin-bottom: 8px;
font-size: 14px;
width: 100% !important;
float: none !important;
text-align: left;
padding: 0 !important;
}
#kboard-default-editor input[type=file] {
margin: 0;
padding: 8px 0;
width: 100%;
}
#kboard-default-editor .attr-value {
margin: 0 !important;
width: 100%;
padding: 0;
}
#kboard-default-editor .attr-value .attr-value-option {
display: inline-flex;
align-items: center;
margin-right: 16px;
cursor: pointer;
font-size: 14px;
color: var(--kboard-text);
}
#kboard-default-editor .attr-value .attr-value-option input[type=checkbox] {
appearance: none;
-webkit-appearance: none;
width: 18px !important;
height: 18px !important;
border: 1px solid var(--kboard-border);
border-radius: 4px;
background: #fff;
cursor: pointer;
position: relative;
margin-right: 8px;
vertical-align: middle;
outline: none;
margin: 0 8px 0 0; }
#kboard-default-editor .attr-value .attr-value-option input[type=checkbox]:checked {
background-color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
#kboard-default-editor input[type=text],
#kboard-default-editor input[type=email],
#kboard-default-editor input[type=password],
#kboard-default-editor select {
width: 100% !important;
}
#kboard-default-editor .kboard-content {
border: none;
padding: 0;
margin: 0;
background: transparent;
float: none;
}
#kboard-default-editor textarea {
width: 100% !important;
min-height: 400px;
border: 1px solid var(--kboard-border);
box-sizing: border-box;
}
#kboard-default-editor .kboard-control {
float: none;
display: flex;
justify-content: space-between;
}
#kboard-default-editor .kboard-control .left,
#kboard-default-editor .kboard-control .right {
float: none;
width: auto;
} #kboard-default-editor.confirm {
max-width: 400px;
margin: 60px auto;
padding: 30px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background: #fff;
box-shadow: var(--kboard-shadow-md);
}
#kboard-default-editor.confirm .kboard-confirm-row {
margin-bottom: 24px;
}
#kboard-default-editor.confirm .attr-name {
margin-bottom: 10px;
}
#kboard-default-editor.confirm .description {
color: var(--kboard-danger);
font-size: 13px;
margin-top: 8px;
font-weight: 500;
}
#kboard-default-editor.confirm input[type=password] {
width: 100%;
}
#kboard-default-editor.confirm .kboard-control {
justify-content: center;
flex-direction: column-reverse;
gap: 10px;
}
#kboard-default-editor.confirm .kboard-control .left,
#kboard-default-editor.confirm .kboard-control .right {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
margin: 0;
}
#kboard-default-editor.confirm .kboard-control button {
width: 100%;
height: 40px;
font-size: 15px;
}
#kboard-default-editor.confirm .kboard-control a {
width: 100%;
height: 40px;
background: #fff !important;
color: var(--kboard-text-muted) !important;
border: 1px solid var(--kboard-border);
box-shadow: none;
}
#kboard-default-editor.confirm .kboard-control a:hover {
background: var(--kboard-bg-alt) !important;
color: var(--kboard-text) !important;
border-color: var(--kboard-text-muted);
} #kboard-default-editor .kboard-row-postcode {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
#kboard-default-editor .kboard-row-postcode input[type=text] {
width: 150px !important;
flex: 0 0 auto; }
#kboard-default-editor .kboard-row-postcode button {
height: 40px;
flex: 0 0 auto;
white-space: nowrap;
margin: 0 !important;
}
#kboard-default-editor .kboard-row-address-1,
#kboard-default-editor .kboard-row-address-2 {
display: block;
width: 100%;
margin-bottom: 8px;
}
#kboard-default-editor .kboard-row-address-2 {
margin-bottom: 0;
}
#kboard-default-editor .kboard-row-address-1 input[type=text],
#kboard-default-editor .kboard-row-address-2 input[type=text] {
width: 100% !important;
} #kboard-default-latest {
width: 100%;
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
overflow: hidden;
box-sizing: border-box;
}
#kboard-default-latest table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
}
#kboard-default-latest thead th {
padding: 10px;
background: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
font-size: 13px;
color: var(--kboard-text-muted);
font-weight: 600;
text-align: center;
border-top: 0;
border-left: 0;
border-right: 0;
}
#kboard-default-latest tbody tr {
border-bottom: 1px solid var(--kboard-border);
background: #fff;
}
#kboard-default-latest tbody tr:last-child {
border-bottom: none;
}
#kboard-default-latest tbody tr:hover {
background-color: var(--kboard-bg-alt);
}
#kboard-default-latest td {
padding: 12px 16px;
vertical-align: middle;
font-size: 14px;
border: 0;
}
#kboard-default-latest .kboard-latest-title {
text-align: left;
}
#kboard-default-latest .kboard-latest-title a {
display: block;
color: var(--kboard-text);
text-decoration: none;
}
#kboard-default-latest .kboard-latest-title a:hover {
color: var(--kboard-primary);
}
#kboard-default-latest .kboard-default-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#kboard-default-latest .kboard-latest-date,
#kboard-default-latest .kboard-latest-author {
color: var(--kboard-text-muted);
font-size: 13px;
text-align: center;
width: 90px;
} #kboard-default-editor .kboard-tree-category-wrap {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 100%;
margin-bottom: 20px;
}
#kboard-default-editor .kboard-tree-category-wrap select {
flex: 1;
min-width: 120px;
width: auto;
} @media screen and (max-width: 768px) { #kboard-default-list .kboard-list thead {
display: none;
} #kboard-default-list .kboard-list tbody tr {
display: block;
padding: 16px;
border-bottom: 1px solid var(--kboard-border);
} #kboard-default-list .kboard-list-uid,
#kboard-default-list .kboard-list-date,
#kboard-default-list .kboard-list-vote,
#kboard-default-list .kboard-list-view,
#kboard-default-list .kboard-list-user {
display: none;
} #kboard-default-list .kboard-list td.kboard-list-title {
display: block;
padding: 0;
width: 100%;
text-align: left;
}
#kboard-default-list .kboard-list-title .kboard-default-cut-strings {
white-space: normal;
font-size: 16px;
line-height: 1.4;
margin-bottom: 8px;
} #kboard-default-list .kboard-mobile-contents {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
font-size: 12px;
}
#kboard-default-list .kboard-mobile-contents .contents-separator {
color: #e2e8f0;
}   #kboard-default-document .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
width: 100%;
justify-content: center;
flex-wrap: wrap; white-space: normal;
}
#kboard-default-document .kboard-control a,
#kboard-default-document .kboard-control button {
flex: 1;
text-align: center;
min-width: 0; } #kboard-default-editor .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-default-editor .kboard-control .left,
#kboard-default-editor .kboard-control .right {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
} #kboard-default-list .kboard-pagination ul {
flex-wrap: wrap;
justify-content: center;
} #kboard-default-latest thead,
#kboard-default-latest .kboard-latest-author {
display: none;
}
#kboard-default-latest tbody tr {
display: flex;
flex-direction: column;
padding: 8px 0;
}
#kboard-default-latest td.kboard-latest-title {
display: block;
width: 100%;
padding-bottom: 4px;
border: none;
}
#kboard-default-latest td.kboard-latest-date {
display: block;
width: 100%;
text-align: left;
font-size: 12px;
padding-top: 5px;
padding-bottom: 8px;
border: none;
color: var(--kboard-text-muted);
} .kboard-document-navi {
flex-direction: column;
}
#kboard-default-document .kboard-document-navi .kboard-prev-document,
#kboard-default-document .kboard-document-navi .kboard-next-document {
width: 100%;
}
#kboard-default-document .kboard-title .category-wrap {
margin-bottom: 0.75rem;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr:after {
margin: -3px 5px 0;
}
.kboard-document-club {
margin-top: -2rem !important;
}
} #kboard-default-list .kboard-tree-category-search {
margin-bottom: 20px;
padding: 15px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
text-align: left; }
#kboard-default-list .kboard-tree-category-search .kboard-tree-category-wrap {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start; align-items: center;
} #kboard-default-list .kboard-tree-category-search .kboard-search-option-wrap {
display: inline-block;
} #kboard-default-list .kboard-tree-category-search select {
height: 38px;
padding: 0 36px 0 16px;
border: 1px solid var(--kboard-border);
border-radius: 999px; background-color: #fff;
font-size: 14px;
color: var(--kboard-text-muted);
font-weight: 500;
min-width: 120px;
cursor: pointer;
transition: all 0.2s ease;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 10px;
}
#kboard-default-list .kboard-tree-category-search select:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}
#kboard-default-list .kboard-tree-category-search select:focus {
border-color: var(--kboard-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
outline: none;
}  #kboard-default-list .kboard-category.category-mobile {
display: none;
}
#kboard-default-list .kboard-category.category-pc {
display: block;
margin-bottom: 20px;
padding: 15px;
background-color: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
} #kboard-default-list .kboard-category.kboard-category-dropdown {
margin-bottom: 1.5rem;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form {
display: flex;
gap: 1rem;
justify-content: end;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form select{ 
width: 120px;
} #kboard-default-list .kboard-category.category-pc .kboard-category-list {
list-style: none;
padding: 0;
margin: 0 0 10px 0; display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li a {
display: block;
padding: 6px 16px;
font-size: 14px;
font-weight: 500;
color: var(--kboard-text-muted);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px; transition: all 0.2s ease;
text-decoration: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
} #kboard-default-list .kboard-category.category-pc .kboard-category-list li.kboard-category-selected a {
background-color: var(--kboard-primary);
border-color: var(--kboard-primary);
color: #fff;
font-weight: 600;
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
} #kboard-default-list .kboard-category.category-mobile select {
width: auto;
min-width: 120px;
height: 38px;
padding: 0 12px;
margin-right: 5px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background-color: #fff;
font-size: 14px;
color: var(--kboard-text);
} @media screen and (max-width: 600px) {
#kboard-default-list .kboard-category.category-pc {
display: none;
}
#kboard-default-list .kboard-category.category-mobile {
display: block;
margin-bottom: 20px;
padding: 10px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
}
#kboard-default-list .kboard-category.category-mobile form {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
#kboard-default-list .kboard-category.category-mobile select {
flex: 1;
width: 100%;
min-width: 140px; }
} #kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 44px;
position: relative;
margin: 8px 0 0;
padding: 12px;
min-height: 280px;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
overflow: visible;
}
@media screen and (max-width: 768px) {
#kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 36px;
}
}
#kboard-editor-root:focus-within,
.kboard-editor-root-editorjs:focus-within,
.kboard-editor-scaffold:focus-within {
border-color: var(--kboard-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
#kboard-editor-root .codex-editor,
.kboard-editor-root-editorjs .codex-editor,
.kboard-editor-scaffold .codex-editor {
position: relative;
z-index: 1;
overflow: visible;
}
#kboard-editor-root .codex-editor__redactor,
.kboard-editor-root-editorjs .codex-editor__redactor,
.kboard-editor-scaffold .codex-editor__redactor {
overflow: visible;
}
#kboard-editor-root .ce-block,
.kboard-editor-root-editorjs .ce-block,
.kboard-editor-scaffold .ce-block {
padding: 2px 0;
margin-bottom: 8px;
}
#kboard-editor-root .ce-block:last-child,
.kboard-editor-root-editorjs .ce-block:last-child,
.kboard-editor-scaffold .ce-block:last-child {
margin-bottom: 0;
}
#kboard-editor-root .ce-block__content,
#kboard-editor-root .ce-toolbar__content,
.kboard-editor-root-editorjs .ce-block__content,
.kboard-editor-root-editorjs .ce-toolbar__content,
.kboard-editor-scaffold .ce-block__content,
.kboard-editor-scaffold .ce-toolbar__content {
max-width: calc(100% - var(--kboard-editorjs-left-gutter));
margin-left: var(--kboard-editorjs-left-gutter);
margin-right: 0;
}
#kboard-editor-root .ce-paragraph,
#kboard-editor-root .ce-header,
#kboard-editor-root .cdx-list,
.kboard-editor-root-editorjs .ce-paragraph,
.kboard-editor-root-editorjs .ce-header,
.kboard-editor-root-editorjs .cdx-list,
.kboard-editor-scaffold .ce-paragraph,
.kboard-editor-scaffold .ce-header,
.kboard-editor-scaffold .cdx-list {
color: var(--kboard-text);
line-height: 1.7;
}
#kboard-editor-root .ce-paragraph[data-placeholder]:empty::before,
#kboard-editor-root .ce-header[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-header[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-header[data-placeholder]:empty::before {
color: var(--kboard-text-muted);
opacity: 0.7;
}
#kboard-editor-root .ce-toolbar,
#kboard-editor-root .ce-inline-toolbar,
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
#kboard-editor-root .ce-settings,
.kboard-editor-root-editorjs .ce-toolbar,
.kboard-editor-root-editorjs .ce-inline-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-settings,
.kboard-editor-scaffold .ce-toolbar,
.kboard-editor-scaffold .ce-inline-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-settings {
left: 0;
right: 0;
overflow: visible;
visibility: visible;
opacity: 1;
z-index: 1000;
}
#kboard-editor-root .ce-toolbar__plus,
#kboard-editor-root .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-toolbar__plus,
.kboard-editor-scaffold .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
color: var(--kboard-text);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px;
box-shadow: var(--kboard-shadow-sm);
}
#kboard-editor-root .ce-toolbar__plus:hover,
#kboard-editor-root .ce-toolbar__plus:focus,
#kboard-editor-root .ce-toolbar__settings-btn:hover,
#kboard-editor-root .ce-toolbar__settings-btn:focus,
.kboard-editor-root-editorjs .ce-toolbar__plus:hover,
.kboard-editor-root-editorjs .ce-toolbar__plus:focus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:hover,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:focus,
.kboard-editor-scaffold .ce-toolbar__plus:hover,
.kboard-editor-scaffold .ce-toolbar__plus:focus,
.kboard-editor-scaffold .ce-toolbar__settings-btn:hover,
.kboard-editor-scaffold .ce-toolbar__settings-btn:focus {
color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}
#kboard-editor-root .ce-block:focus-within .ce-toolbar__plus,
#kboard-editor-root .ce-block:focus-within .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--focused .ce-toolbar__plus,
#kboard-editor-root .ce-block--focused .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--empty .ce-toolbar__plus,
#kboard-editor-root .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
}
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar {
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
.kboard-content hr,
.kboard-content .kboard-editorjs-delimiter,
.kboard-content .kboard-editorjs-block-delimiter,
.kboard-document-content hr,
.kboard-document-content .kboard-editorjs-delimiter,
.kboard-document-content .kboard-editorjs-block-delimiter {
margin: 18px 0;
border: 0;
height: 0;
border-top: 1px solid var(--kboard-border);
}
.kboard-content pre,
.kboard-content .kboard-editorjs-code,
.kboard-content .kboard-editorjs-block-code,
.kboard-document-content pre,
.kboard-document-content .kboard-editorjs-code,
.kboard-document-content .kboard-editorjs-block-code {
margin: 16px 0;
padding: 12px;
overflow: auto;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
font-size: 13px;
line-height: 1.6;
}
.kboard-content table,
.kboard-content .kboard-editorjs-table,
.kboard-content .kboard-editorjs-block-table,
.kboard-document-content table,
.kboard-document-content .kboard-editorjs-table,
.kboard-document-content .kboard-editorjs-block-table {
width: 100%;
margin: 16px 0;
border-collapse: collapse;
border: 1px solid var(--kboard-border);
font-size: 14px;
}
.kboard-content table th,
.kboard-content table td,
.kboard-content .kboard-editorjs-table th,
.kboard-content .kboard-editorjs-table td,
.kboard-content .kboard-editorjs-block-table th,
.kboard-content .kboard-editorjs-block-table td,
.kboard-document-content table th,
.kboard-document-content table td,
.kboard-document-content .kboard-editorjs-table th,
.kboard-document-content .kboard-editorjs-table td,
.kboard-document-content .kboard-editorjs-block-table th,
.kboard-document-content .kboard-editorjs-block-table td {
padding: 10px;
border: 1px solid var(--kboard-border);
vertical-align: top;
}
.kboard-content .kboard-warning,
.kboard-content .kboard-editorjs-warning,
.kboard-content .kboard-editorjs-block-warning,
.kboard-document-content .kboard-warning,
.kboard-document-content .kboard-editorjs-warning,
.kboard-document-content .kboard-editorjs-block-warning {
margin: 16px 0;
padding: 12px 14px;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-left: 3px solid var(--kboard-primary);
border-radius: var(--kboard-radius);
line-height: 1.7;
}
.kboard-content .kboard-editorjs-checklist,
.kboard-content .kboard-editorjs-block-checklist,
.kboard-document-content .kboard-editorjs-checklist,
.kboard-document-content .kboard-editorjs-block-checklist {
margin: 16px 0;
padding-left: 0;
list-style: none;
}
.kboard-content .kboard-editorjs-checklist li,
.kboard-content .kboard-editorjs-block-checklist li,
.kboard-document-content .kboard-editorjs-checklist li,
.kboard-document-content .kboard-editorjs-block-checklist li {
margin: 0 0 8px;
padding-left: 2px;
}
 :root { --kboard-primary: #2563eb;
--kboard-primary-hover: #1d4ed8;
--kboard-text: #111;
--kboard-text-muted: #64748b;
--kboard-bg: #ffffff;
--kboard-bg-alt: #f8fafc;
--kboard-border: #e2e8f0;
--kboard-danger: #ef4444;  --kboard-font-family:'Pretendard', sans-serif;
--kboard-font-size: 16px; --kboard-radius: 8px;
--kboard-spacing-sm: 8px;
--kboard-spacing-md: 16px;
--kboard-spacing-lg: 24px; --kboard-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--kboard-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
} #kboard-contact-form-list,
#kboard-contact-form-document,
#kboard-contact-form-editor,
#kboard-contact-form-latest {
font-family: var(--kboard-font-family);
font-size: var(--kboard-font-size);
color: var(--kboard-text);
box-sizing: border-box;
line-height: 1.6;
margin: 20px 0;
}
#kboard-contact-form-list *,
#kboard-contact-form-document *,
#kboard-contact-form-editor *,
#kboard-contact-form-latest *,
#kboard-contact-form-list *::before,
#kboard-contact-form-document *::before,
#kboard-contact-form-editor *::before,
#kboard-contact-form-latest *::before,
#kboard-contact-form-list *::after,
#kboard-contact-form-document *::after,
#kboard-contact-form-editor *::after,
#kboard-contact-form-latest *::after {
box-sizing: inherit;
}
#kboard-contact-form-list a,
#kboard-contact-form-document a,
#kboard-contact-form-editor a,
#kboard-contact-form-latest a {
text-decoration: none;
color: inherit;
transition: color 0.2s;
}
#kboard-contact-form-list img,
#kboard-contact-form-document img,
#kboard-contact-form-editor img,
#kboard-contact-form-latest img {
max-width: 100%;
height: auto;
vertical-align: middle;
} a.kboard-contact-form-button-small,
input.kboard-contact-form-button-small,
button.kboard-contact-form-button-small {
display: inline-flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 0 20px;
font-size: 15px;
font-weight: 400;
color: #fff !important;
background-color: var(--color-main-green) !important;
border: 1px solid transparent;
border-radius: 8px !important;
cursor: pointer;
transition: all 0.2s ease;
line-height: 40px;
box-shadow: none !important;
text-shadow: none;
}
a.kboard-contact-form-button-small:hover,
button.kboard-contact-form-button-small:hover {
background-color: var(--kboard-primary) !important;
transform: none;
box-shadow: none;
opacity: 1 !important;
} .kboard-icon-lock {
display: inline-block;
width: 14px;
height: 14px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.kboard-icon-reply {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
} #kboard-contact-form-list input[type=text],
#kboard-contact-form-document input[type=text],
#kboard-contact-form-editor input[type=text],
#kboard-contact-form-latest input[type=text],
#kboard-contact-form-list input[type=email],
#kboard-contact-form-document input[type=email],
#kboard-contact-form-editor input[type=email],
#kboard-contact-form-latest input[type=email],
#kboard-contact-form-list input[type=password],
#kboard-contact-form-document input[type=password],
#kboard-contact-form-editor input[type=password],
#kboard-contact-form-latest input[type=password],
#kboard-contact-form-list input[type=number],
#kboard-contact-form-document input[type=number],
#kboard-contact-form-editor input[type=number],
#kboard-contact-form-latest input[type=number],
#kboard-contact-form-list input[type=date],
#kboard-contact-form-document input[type=date],
#kboard-contact-form-editor input[type=date],
#kboard-contact-form-latest input[type=date],
#kboard-contact-form-list select,
#kboard-contact-form-document select,
#kboard-contact-form-editor select,
#kboard-contact-form-latest select,
#kboard-contact-form-list textarea,
#kboard-contact-form-document textarea,
#kboard-contact-form-editor textarea,
#kboard-contact-form-latest textarea {
appearance: none;
-webkit-appearance: none;
background-color: #fff; border-radius: 10px;
padding: 10px 12px;
font-size: 16px;
color: var(--kboard-text);
outline: none;
transition: border-color 0.2s, box-shadow 0.2s;
min-height: 40px;
box-shadow: none;
margin: 0;
font-family: var(--kboard-font-family);
border:none;
}
#kboard-contact-form-list input:focus,
#kboard-contact-form-document input:focus,
#kboard-contact-form-editor input:focus,
#kboard-contact-form-latest input:focus,
#kboard-contact-form-list select:focus,
#kboard-contact-form-document select:focus,
#kboard-contact-form-editor select:focus,
#kboard-contact-form-latest select:focus,
#kboard-contact-form-list textarea:focus,
#kboard-contact-form-document textarea:focus,
#kboard-contact-form-editor textarea:focus,
#kboard-contact-form-latest textarea:focus { } #kboard-contact-form-list select,
#kboard-contact-form-document select,
#kboard-contact-form-editor select,
#kboard-contact-form-latest select {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
padding-right: 32px !important;
cursor: pointer;
} #kboard-contact-form-list {
width: 100%;
max-width: 100%;
overflow: hidden;
}
#kboard-contact-form-list .kboard-list-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: var(--kboard-spacing-md);
flex-wrap: wrap;
gap: 10px;
}
#kboard-contact-form-list .kboard-total-count {
font-weight: 600;
color: var(--kboard-text-muted);
}
#kboard-contact-form-list .kboard-category .kboard-category-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0 0 20px 0;
list-style: none;
}
#kboard-contact-form-list .kboard-category.category-pc .kboard-category-list:last-child {
margin-bottom: 0;
}
#kboard-contact-form-list .kboard-category .kboard-category-list li a {
display: block;
padding: 6px 14px;
border-radius: 20px;
background-color: var(--kboard-bg-alt);
color: var(--kboard-text-muted);
font-size: 14px;
font-weight: 500;
border: 1px solid var(--kboard-border);
}
#kboard-contact-form-list .kboard-category .kboard-category-list li.kboard-category-selected a,
#kboard-contact-form-list .kboard-category .kboard-category-list li a:hover {
background-color: var(--kboard-primary);
color: #fff;
border-color: var(--kboard-primary);
} #kboard-contact-form-list .kboard-list {
background: #fff;
border-radius: var(--kboard-radius);
overflow: hidden;
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-contact-form-list .kboard-list table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
}
#kboard-contact-form-list .kboard-list thead {
background-color: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-contact-form-list .kboard-list thead td {
padding: 12px 16px;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: var(--kboard-text-muted);
text-align: center;
border: 0;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-contact-form-list .kboard-list tbody tr {
background: #fff;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-contact-form-list .kboard-list tbody tr:hover {
background-color: var(--kboard-bg-alt);
}
#kboard-contact-form-list .kboard-list td {
padding: 16px;
vertical-align: middle;
text-align: center;
border: 0;
font-size: 15px;
}
#kboard-contact-form-list .kboard-list td.kboard-list-title {
text-align: left;
width: auto;
}
#kboard-contact-form-list .kboard-list tbody tr.kboard-list-notice {
background-color: #eff6ff;
}
#kboard-contact-form-list .kboard-list tbody tr.kboard-list-selected {
background-color: #f0f9ff;
border-left: 3px solid var(--kboard-primary);
}
#kboard-contact-form-list .kboard-list tbody tr.kboard-list-selected .kboard-list-title a {
font-weight: 700;
color: var(--kboard-primary);
}
.kboard-contact-form-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 2px 6px;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
margin-right: 6px;
}
.kboard-contact-form-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
}
.kboard-comments-count {
font-size: 12px;
color: var(--kboard-primary);
font-weight: 600;
margin-left: 4px;
background: rgba(37, 99, 235, 0.1);
padding: 2px 6px;
border-radius: 12px;
}
.kboard-comments-count:empty {
display: none;
}
#kboard-contact-form-list .kboard-mobile-contents {
display: none;
margin-top: 6px;
font-size: 13px;
color: var(--kboard-text-muted);
} #kboard-contact-form-list .kboard-list-uid {
width: 90px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-contact-form-list .kboard-list-notice .kboard-list-uid {
font-weight: 700;
font-size: 12px;
color: var(--kboard-primary);
}
#kboard-contact-form-list .kboard-list-user {
width: 120px;
}
#kboard-contact-form-list .kboard-list-date {
width: 110px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-contact-form-list .kboard-list-vote,
#kboard-contact-form-list .kboard-list-view {
width: 70px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-contact-form-list .kboard-pagination {
padding: 30px 0;
text-align: center;
}
#kboard-contact-form-list .kboard-pagination ul {
display: inline-flex;
padding: 0;
list-style: none;
gap: 4px;
}
#kboard-contact-form-list .kboard-pagination li a {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
border-radius: var(--kboard-radius);
background: #fff;
border: 1px solid var(--kboard-border);
font-size: 14px;
color: var(--kboard-text);
}
#kboard-contact-form-list .kboard-pagination li.active a,
#kboard-contact-form-list .kboard-pagination li a:hover {
background: var(--kboard-primary);
color: #fff;
border-color: var(--kboard-primary);
}
#kboard-contact-form-list .kboard-search {
margin-bottom: 20px;
text-align: center;
padding: 20px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
}
#kboard-contact-form-list .kboard-search form {
display: inline-flex;
gap: 8px;
}
#kboard-contact-form-list .kboard-search select {
width: 100px;
margin: 0;
}
#kboard-contact-form-list .kboard-search input {
width: 200px;
margin: 0;
}
#kboard-contact-form-list .kboard-control {
display: flex;
justify-content: flex-end;
padding: 10px 0;
}
.kboard-contact-form-poweredby {
text-align: right;
font-size: 14px;
color: #ccc;
margin-top: 10px;
width: 100%;
} #kboard-contact-form-document .kboard-document-wrap {
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: 0.75rem;
overflow: hidden;
}
#kboard-contact-form-document .kboard-title h1 {
margin: 0;
padding: 24px;
text-align: left;
font-size: 24px;
font-weight: 700;
color: var(--kboard-text);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-contact-form-document .kboard-title h1 .detail-category {
font-weight: 500;
font-size: 15px;
background: var(--color-light-green);
color: var(--color-main-green);
padding: 5px 1rem;
border-radius: 2rem;
border: 1px solid #e0ffee;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
margin-top: -1px;
}
#kboard-contact-form-document .kboard-detail {
display: flex;
flex-wrap: wrap;
padding: 12px 24px;
background: var(--kboard-bg-alt);
font-size: 14px;
gap: 20px;
align-items: center;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-contact-form-document .kboard-detail .detail-attr {
display: flex;
align-items: center;
gap: 8px;
}
#kboard-contact-form-document .kboard-detail .detail-name {
font-weight: 600;
color: var(--kboard-text-muted);
}
#kboard-contact-form-document .kboard-content {
padding: 30px 24px;
min-height: 200px;
}
#kboard-contact-form-document .content-view {
font-size: 16px;
line-height: 1.8;
color: #334155;
}
#kboard-contact-form-document .kboard-document-action {
padding: 10px 24px 20px;
display: flex;
justify-content: space-between;
}
.kboard-button-action {
border: 1px solid var(--kboard-border);
background: #fff;
padding: 6px 12px;
border-radius: 4px;
font-size: 13px;
cursor: pointer;
margin-right: 5px;
font-weight: 500;
}
.kboard-button-action:hover {
background: var(--kboard-bg-alt);
}
.kboard-button-like {
color: #ef4444;
}
.kboard-button-unlike {
color: var(--kboard-primary);
}
#kboard-contact-form-document .kboard-control {
display: flex;
justify-content: space-between;
padding: 20px 0;
gap: 10px;
}
#kboard-contact-form-document .kboard-control .left,
#kboard-contact-form-document .kboard-control .right {
display: flex;
flex-wrap: nowrap;
gap: 8px;
}
#kboard-contact-form-document .kboard-attach { padding: 20px 24px !important;
background: var(--kboard-bg-alt);
border:none !important;
gap: 2rem;
}
#kboard-contact-form-document .kboard-attach .kboard-button-action.kboard-button-download:before {
top: -1px;
}
.kboard-comments-area {
width: 100%;
margin-top: 20px;
}
.kboard-document-navi {
display: flex;
gap: 10px;
margin-top: 20px;
padding: 0;
}
#kboard-contact-form-document .kboard-document-navi a {
display: flex;
align-items: center;
gap: 8px;
padding: 16px;
border: 1px solid var(--kboard-border);
background: #fff;
border-radius: var(--kboard-radius);
margin-bottom: 0;
font-weight: 500;
height: 100%;
}
#kboard-contact-form-document .kboard-document-navi a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-contact-form-document .kboard-document-navi .kboard-prev-document,
#kboard-contact-form-document .kboard-document-navi .kboard-next-document {
width: 50%;
}
#kboard-contact-form-document .kboard-document-navi .kboard-prev-document a {
justify-content: flex-start;
text-align: left;
}
#kboard-contact-form-document .kboard-document-navi .kboard-next-document a {
justify-content: flex-end;
text-align: right;
}
#kboard-contact-form-document .kboard-document-navi .navi-arrow {
position: static;
} #kboard-contact-form-editor {
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: 16px; padding: 40px;
box-shadow: var(--kboard-shadow-md);
max-width: 1000px;
margin: 0 auto;
}
#kboard-contact-form-editor form {
display: flex;
flex-direction: column;
gap: 40px;
}
#kboard-contact-form-editor .kboard-attr-row {
display: flex;
flex-direction: column;
gap: 8px;
border: none;
padding: 0;
margin: 0;
}
#kboard-contact-form-editor .attr-name {
font-size: var(--kboard-font-size);
font-weight: 600;
color: var(--kboard-text);
width: 100%;
margin-bottom: 4px;
}
#kboard-contact-form-editor .attr-name img {
vertical-align: middle;
margin-left: 4px;
}
#kboard-contact-form-editor .attr-value {
width: 100%;
word-break: break-all;
}
#kboard-contact-form-editor input[type=text],
#kboard-contact-form-editor input[type=email],
#kboard-contact-form-editor input[type=password],
#kboard-contact-form-editor input[type=number],
#kboard-contact-form-editor input[type=date],
#kboard-contact-form-editor select,
#kboard-contact-form-editor textarea {
width: 100%;
padding: 0 16px;
height: 52px; background-color: #f8fafc; border: 1px solid #e2e8f0;
border-radius: 12px;
font-size: 16px;
color: var(--kboard-text);
transition: all 0.2s ease;
box-shadow: none;
margin: 0;
} #kboard-contact-form-editor .kboard-tree-category-wrap {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 100%;
}
#kboard-contact-form-editor .kboard-tree-category-wrap select {
flex: 1;
min-width: 120px;
width: auto;
}
#kboard-contact-form-editor textarea {
height: 200px;
padding: 16px;
resize: vertical;
line-height: 1.6;
}
#kboard-contact-form-editor input:focus,
#kboard-contact-form-editor select:focus,
#kboard-contact-form-editor textarea:focus {
background: #fff;
border-color: var(--kboard-primary);
box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
outline: none;
} #kboard-contact-form-editor input[type=file] {
padding: 20px;
border: 2px dashed #e2e8f0;
background-color: #f8fafc;
border-radius: 12px;
width: 100%;
text-align: center;
cursor: pointer;
transition: all 0.2s;
color: var(--kboard-text-muted);
height: auto; }
#kboard-contact-form-editor input[type=file]:hover {
border-color: var(--kboard-primary);
background-color: #eff6ff;
} #kboard-contact-form-editor .attr-value .attr-value-option {
display: inline-flex;
align-items: center;
margin-right: 20px;
cursor: pointer;
padding: 8px 0;
}
#kboard-contact-form-editor .attr-value .attr-value-option input[type=checkbox],
#kboard-contact-form-editor .attr-value .attr-value-option input[type=radio] {
margin: 0 8px 0 0;
width: 20px;
height: 20px;
accent-color: var(--kboard-primary);
cursor: pointer;
}
#kboard-contact-form-editor .attr-value .attr-value-label {
font-size: 15px;
color: var(--kboard-text);
} #kboard-contact-form-editor .kboard-control {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #f1f5f9;
display: flex; width: 100%; justify-content: center;
gap: 12px;
} #kboard-contact-form-editor .kboard-control button[type=submit],
.kboard-contact-form-button-large {
width: auto;
max-width: 100%;
height: 40px !important;
line-height: 40px !important; background:var(--color-main-green) !important;
color: #fff !important;
border: none;
font-size: 15px;
border-radius: 8px !important; 
box-shadow:  none !important; font-weight: 400 !important; cursor: pointer; display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 2rem;
}
#kboard-contact-form-editor .kboard-control button[type=submit]:hover,
.kboard-contact-form-button-large:hover {   transform:none !important;
} #kboard-contact-form-editor .kboard-control .left,
#kboard-contact-form-editor .kboard-control .right { display: flex; gap: 10px;
margin: 0;
}
#kboard-contact-form-editor .kboard-control a {
height: 40px;
padding: 0 20px;
color: #fff;
font-weight: 400;
font-size: 15px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
border: none;
border-radius: 8px;
background: var(--color-primary) !important;
}
#kboard-contact-form-editor .kboard-control a:hover {
color: var(--kboard-text);
background: #f1f5f9;
transform: none !important;
} #kboard-contact-form-editor.confirm .kboard-attr-row {
border-bottom: 1px solid var(--kboard-border);
padding-bottom: 20px;
margin-bottom: 20px;
}
#kboard-contact-form-editor.confirm .attr-name {
margin-bottom: 8px;
color: var(--kboard-text-muted);
}
#kboard-contact-form-editor.confirm .attr-value {
font-size: 16px;
font-weight: 500;
}
#kboard-contact-form-editor.confirm .kboard-control .left,
#kboard-contact-form-editor.confirm .kboard-control .right {
display: flex;
flex-direction: column;
gap: 10px;
margin: 0;
} #kboard-contact-form-editor .kboard-row-postcode {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
#kboard-contact-form-editor .kboard-row-postcode input[type=text] {
flex: 1;
}
#kboard-contact-form-editor .kboard-row-postcode a,
#kboard-contact-form-editor .kboard-row-postcode button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 20px;
height: 52px;
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 12px;
font-weight: 600;
color: var(--kboard-text);
cursor: pointer;
transition: all 0.2s;
font-size: 14px;
}
#kboard-contact-form-editor .kboard-row-postcode a:hover,
#kboard-contact-form-editor .kboard-row-postcode button:hover {
background: #f8fafc;
border-color: var(--kboard-text-muted);
}
#kboard-contact-form-editor .kboard-row-address-1,
#kboard-contact-form-editor .kboard-row-address-2 {
margin-bottom: 10px;
} #kboard-contact-form-latest {
width: 100%;
background: #fff; border-radius: 10px 10px 0 0;
overflow: hidden;
box-sizing: border-box;
}
#kboard-contact-form-latest table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
overflow: hidden;
margin-bottom: 0 !important;
}
#kboard-contact-form-latest thead th {
background: var(--color-main-green);
color: #fff;
padding: 16px 10px;
font-size: 16px;
font-weight: 500;
text-align: center;
border-top: 0;
border-left: 0;
border-right: 0;
}
#kboard-contact-form-latest tbody tr {
border-bottom: none;
background: #fff;
}
#kboard-contact-form-latest tbody tr:last-child {
border-bottom: none;
}
#kboard-contact-form-latest tbody tr:hover {
background: #fff;
}
#kboard-contact-form-latest td {
padding: 16px 10x;
vertical-align: middle;
font-size: 16px; }
#kboard-contact-form-latest thead .kboard-latest-title  {
text-align: center;
}
#kboard-contact-form-latest .kboard-latest-title {
text-align: left;
}
#kboard-contact-form-latest .kboard-latest-title a {
display: block;
color: var(--kboard-text);
text-decoration: none;
}
#kboard-contact-form-latest .kboard-latest-title a:hover {
color: var(--kboard-primary);
}
#kboard-contact-form-latest .kboard-contact-form-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#kboard-contact-form-latest .kboard-latest-date,
#kboard-contact-form-latest .kboard-latest-author {
color: var(--kboard-text-muted); text-align: center; font-style: normal;
}
#kboard-contact-form-latest thead .kboard-latest-date {
color: #fff;
} #kboard-contact-form-list .kboard-tree-category-search {
margin-bottom: 20px;
padding: 15px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
text-align: left;
}
#kboard-contact-form-list .kboard-tree-category-search .kboard-tree-category-wrap {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
align-items: center;
}
#kboard-contact-form-list .kboard-tree-category-search .kboard-search-option-wrap {
display: inline-block;
}
#kboard-contact-form-list .kboard-tree-category-search select {
height: 38px;
padding: 0 36px 0 16px;
border: 1px solid var(--kboard-border);
border-radius: 999px;
background-color: #fff;
font-size: 14px;
color: var(--kboard-text-muted);
font-weight: 500;
min-width: 120px;
cursor: pointer;
transition: all 0.2s ease;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 10px;
} #kboard-contact-form-list .kboard-category.category-mobile {
display: none;
}
#kboard-contact-form-list .kboard-category.category-pc {
display: block;
margin-bottom: 20px;
padding: 15px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
}
#kboard-contact-form-list .kboard-category.category-mobile select {
width: auto;
min-width: 120px;
height: 38px;
padding: 0 12px;
margin-right: 5px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background-color: #fff;
font-size: 14px;
color: var(--kboard-text);
} #kboard-contact-form-document.kboard-contact-form-user-document {
margin: 0;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-document-wrap {
border: none;
border-radius: 0;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-title h1 {
text-align: center;
font-size: 32px;
font-family: var(--font-pretendard);
border: none;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
padding-top: 0;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-title .category-wrap {
font-size: clamp(13px, 3vw, 18px);
font-weight: 600;
color: var(--color-main-green);
background: var(--color-light-green);
width: auto;
margin: 0 auto;
padding: 0.5rem 2rem;
border-radius: 2rem;
display: block;
text-align: center;
line-height: 1.2;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail {
background: none;
padding: 0;
gap: 0;
border-top: 2px solid #000;
border-bottom: none;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-attr {
width: 50%;
border-bottom: 1px solid #ddd;
gap: 0;
font-family: var(--font-pretendard);
font-size: 14px;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-attach {
padding: 0 !important;
gap: 0;
background: none;
border-bottom: 1px solid #ddd !important;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-name, .kboard-attach .detail-name {
width: 240px;
background-color: #f5f5f5;
color: #000;
font-weight: 500;
padding: 0.875rem 1.5rem;
font-size: 14px;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-value, .kboard-attach .detail-value {
width: calc(100% - 240px);
padding: 0.875rem 1.5rem;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-content {
padding: 60px 30px;
border-bottom: 1px solid #ddd;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-attach .kboard-button-action.kboard-button-download {
font-weight: 400;
word-break: break-all;
text-align: left;
}
#kboard-contact-form-document.kboard-contact-form-user-document .content-view {
color: #000;
font-family: var(--font-family);
} @media screen and (max-width: 1024px) {
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-name, .kboard-attach .detail-name {
width: 130px;
text-align: center;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-value, .kboard-attach .detail-value {
width: calc(100% - 130px);
}
}
@media screen and (max-width: 768px) { #kboard-contact-form-editor {
padding: 24px 20px;
margin: 20px 0;
border-radius: 12px;
box-shadow: none !important;
border: 1px solid var(--kboard-border) !important;
}
#kboard-contact-form-list .kboard-list thead {
display: none;
}
#kboard-contact-form-list .kboard-list tbody tr {
display: block;
padding: 16px;
}
#kboard-contact-form-list .kboard-list-uid,
#kboard-contact-form-list .kboard-list-date,
#kboard-contact-form-list .kboard-list-vote,
#kboard-contact-form-list .kboard-list-view,
#kboard-contact-form-list .kboard-list-user {
display: none;
}
#kboard-contact-form-list .kboard-list td.kboard-list-title {
display: block;
padding: 0;
width: 100%;
text-align: left;
}
#kboard-contact-form-list .kboard-list-title .kboard-contact-form-cut-strings {
white-space: normal;
font-size: 16px;
line-height: 1.4;
margin-bottom: 8px;
}
#kboard-contact-form-list .kboard-mobile-contents {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin-top: 4px;
}
#kboard-contact-form-list .kboard-search form {
flex-direction: column;
width: 100%;
}
#kboard-contact-form-list .kboard-search select,
#kboard-contact-form-list .kboard-search input {
width: 100% !important;
}
#kboard-contact-form-list .kboard-category.category-pc {
display: none;
}
#kboard-contact-form-list .kboard-category.category-mobile {
display: block;
margin-bottom: 20px;
padding: 10px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
}
#kboard-contact-form-list .kboard-category.category-mobile form {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
#kboard-contact-form-list .kboard-category.category-mobile select {
flex: 1;
width: 100%;
min-width: 140px;
} #kboard-contact-form-document .kboard-control,
#kboard-contact-form-editor .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-contact-form-document .kboard-control .left,
#kboard-contact-form-document .kboard-control .right,
#kboard-contact-form-editor .kboard-control .left,
#kboard-contact-form-editor .kboard-control .right {
width: 100%;
justify-content: center;
}
#kboard-contact-form-document .kboard-control a,
#kboard-contact-form-document .kboard-control button,
#kboard-contact-form-editor .kboard-control a,
#kboard-contact-form-editor .kboard-control button {
flex: 1;
text-align: center;
}
.kboard-document-navi {
flex-direction: column;
}
#kboard-contact-form-document .kboard-document-navi .kboard-prev-document,
#kboard-contact-form-document .kboard-document-navi .kboard-next-document {
width: 100%;
}
#kboard-contact-form-editor .kboard-control button[type=submit], .kboard-contact-form-button-large {
line-height: 46px;
font-weight: 500 !important;
font-size: 16px !important;
} #kboard-contact-form-latest thead,
#kboard-contact-form-latest .kboard-latest-author {
display: none;
}
#kboard-contact-form-latest td.kboard-latest-title {
display: block;
width: 100%;
padding-bottom: 4px;
border: none;
}
#kboard-contact-form-latest td.kboard-latest-date {
display: block;
width: 100%;
text-align: left;
font-size: 12px;
padding-top: 5px;
padding-bottom: 8px;
border: none;
color: var(--kboard-text-muted);
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-title h1 {
margin-bottom: 0rem;
font-size: clamp(20px, 4vw, 32px);
gap: 0.75rem;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-name, .kboard-attach .detail-name {
width: 120px;
padding: 0.625rem 1rem;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-value, .kboard-attach .detail-value {
width: calc(100% - 120px);
padding: 0.625rem 1rem;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-attach .detail-name {
display: none;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-attach .detail-name + .detail-value {
width: 100%;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-content {
padding: 40px 20px;
}
}
@media screen and (max-width: 640px) { 
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-attr {
width: 100%;
}
#kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-contact-form-document.kboard-contact-form-user-document .kboard-detail .detail-value, .kboard-attach .detail-value {
padding: 0.5rem 1rem;
}
#kboard-contact-form-document.kboard-contact-form-user-document .content-view {
font-size: 14px;
}
} #kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 44px;
position: relative;
margin: 8px 0 0;
padding: 12px;
min-height: 280px;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
overflow: visible;
}
@media screen and (max-width: 768px) {
#kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 36px;
}
}
#kboard-editor-root:focus-within,
.kboard-editor-root-editorjs:focus-within,
.kboard-editor-scaffold:focus-within {
border-color: var(--kboard-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
#kboard-editor-root .codex-editor,
.kboard-editor-root-editorjs .codex-editor,
.kboard-editor-scaffold .codex-editor {
position: relative;
z-index: 1;
overflow: visible;
}
#kboard-editor-root .codex-editor__redactor,
.kboard-editor-root-editorjs .codex-editor__redactor,
.kboard-editor-scaffold .codex-editor__redactor {
overflow: visible;
}
#kboard-editor-root .ce-block,
.kboard-editor-root-editorjs .ce-block,
.kboard-editor-scaffold .ce-block {
padding: 2px 0;
margin-bottom: 8px;
}
#kboard-editor-root .ce-block:last-child,
.kboard-editor-root-editorjs .ce-block:last-child,
.kboard-editor-scaffold .ce-block:last-child {
margin-bottom: 0;
}
#kboard-editor-root .ce-block__content,
#kboard-editor-root .ce-toolbar__content,
.kboard-editor-root-editorjs .ce-block__content,
.kboard-editor-root-editorjs .ce-toolbar__content,
.kboard-editor-scaffold .ce-block__content,
.kboard-editor-scaffold .ce-toolbar__content {
max-width: calc(100% - var(--kboard-editorjs-left-gutter));
margin-left: var(--kboard-editorjs-left-gutter);
margin-right: 0;
}
#kboard-editor-root .ce-paragraph,
#kboard-editor-root .ce-header,
#kboard-editor-root .cdx-list,
.kboard-editor-root-editorjs .ce-paragraph,
.kboard-editor-root-editorjs .ce-header,
.kboard-editor-root-editorjs .cdx-list,
.kboard-editor-scaffold .ce-paragraph,
.kboard-editor-scaffold .ce-header,
.kboard-editor-scaffold .cdx-list {
color: var(--kboard-text);
line-height: 1.7;
}
#kboard-editor-root .ce-paragraph[data-placeholder]:empty::before,
#kboard-editor-root .ce-header[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-header[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-header[data-placeholder]:empty::before {
color: var(--kboard-text-muted);
opacity: 0.7;
}
#kboard-editor-root .ce-toolbar,
#kboard-editor-root .ce-inline-toolbar,
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
#kboard-editor-root .ce-settings,
.kboard-editor-root-editorjs .ce-toolbar,
.kboard-editor-root-editorjs .ce-inline-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-settings,
.kboard-editor-scaffold .ce-toolbar,
.kboard-editor-scaffold .ce-inline-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-settings {
left: 0;
right: 0;
overflow: visible;
visibility: visible;
opacity: 1;
z-index: 1000;
}
#kboard-editor-root .ce-toolbar__plus,
#kboard-editor-root .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-toolbar__plus,
.kboard-editor-scaffold .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
color: var(--kboard-text);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px;
box-shadow: var(--kboard-shadow-sm);
}
#kboard-editor-root .ce-toolbar__plus:hover,
#kboard-editor-root .ce-toolbar__plus:focus,
#kboard-editor-root .ce-toolbar__settings-btn:hover,
#kboard-editor-root .ce-toolbar__settings-btn:focus,
.kboard-editor-root-editorjs .ce-toolbar__plus:hover,
.kboard-editor-root-editorjs .ce-toolbar__plus:focus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:hover,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:focus,
.kboard-editor-scaffold .ce-toolbar__plus:hover,
.kboard-editor-scaffold .ce-toolbar__plus:focus,
.kboard-editor-scaffold .ce-toolbar__settings-btn:hover,
.kboard-editor-scaffold .ce-toolbar__settings-btn:focus {
color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}
#kboard-editor-root .ce-block:focus-within .ce-toolbar__plus,
#kboard-editor-root .ce-block:focus-within .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--focused .ce-toolbar__plus,
#kboard-editor-root .ce-block--focused .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--empty .ce-toolbar__plus,
#kboard-editor-root .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
}
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar {
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
.kboard-content hr,
.kboard-content .kboard-editorjs-delimiter,
.kboard-content .kboard-editorjs-block-delimiter,
.kboard-document-content hr,
.kboard-document-content .kboard-editorjs-delimiter,
.kboard-document-content .kboard-editorjs-block-delimiter {
margin: 18px 0;
border: 0;
height: 0;
border-top: 1px solid var(--kboard-border);
}
.kboard-content pre,
.kboard-content .kboard-editorjs-code,
.kboard-content .kboard-editorjs-block-code,
.kboard-document-content pre,
.kboard-document-content .kboard-editorjs-code,
.kboard-document-content .kboard-editorjs-block-code {
margin: 16px 0;
padding: 12px;
overflow: auto;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
font-size: 13px;
line-height: 1.6;
}
.kboard-content table,
.kboard-content .kboard-editorjs-table,
.kboard-content .kboard-editorjs-block-table,
.kboard-document-content table,
.kboard-document-content .kboard-editorjs-table,
.kboard-document-content .kboard-editorjs-block-table {
width: 100%;
margin: 16px 0;
border-collapse: collapse;
border: 1px solid var(--kboard-border);
font-size: 14px;
}
.kboard-content table th,
.kboard-content table td,
.kboard-content .kboard-editorjs-table th,
.kboard-content .kboard-editorjs-table td,
.kboard-content .kboard-editorjs-block-table th,
.kboard-content .kboard-editorjs-block-table td,
.kboard-document-content table th,
.kboard-document-content table td,
.kboard-document-content .kboard-editorjs-table th,
.kboard-document-content .kboard-editorjs-table td,
.kboard-document-content .kboard-editorjs-block-table th,
.kboard-document-content .kboard-editorjs-block-table td {
padding: 10px;
border: 1px solid var(--kboard-border);
vertical-align: top;
}
.kboard-content .kboard-warning,
.kboard-content .kboard-editorjs-warning,
.kboard-content .kboard-editorjs-block-warning,
.kboard-document-content .kboard-warning,
.kboard-document-content .kboard-editorjs-warning,
.kboard-document-content .kboard-editorjs-block-warning {
margin: 16px 0;
padding: 12px 14px;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-left: 3px solid var(--kboard-primary);
border-radius: var(--kboard-radius);
line-height: 1.7;
}
.kboard-content .kboard-editorjs-checklist,
.kboard-content .kboard-editorjs-block-checklist,
.kboard-document-content .kboard-editorjs-checklist,
.kboard-document-content .kboard-editorjs-block-checklist {
margin: 16px 0;
padding-left: 0;
list-style: none;
}
.kboard-content .kboard-editorjs-checklist li,
.kboard-content .kboard-editorjs-block-checklist li,
.kboard-document-content .kboard-editorjs-checklist li,
.kboard-document-content .kboard-editorjs-block-checklist li {
margin: 0 0 8px;
padding-left: 2px;
}
@media screen and (max-width: 480px) {
#kboard-contact-form-editor .kboard-control { margin-top: 10px;}
#kboard-contact-form-editor .kboard-control button[type=submit], .kboard-contact-form-button-large { line-height: 42px; font-size: 15px !important; }
#kboard-contact-form-editor input[type=text], #kboard-contact-form-editor input[type=email], #kboard-contact-form-editor input[type=password], #kboard-contact-form-editor input[type=number], #kboard-contact-form-editor input[type=date], #kboard-contact-form-editor select, #kboard-contact-form-editor textarea {height: 46px; font-size: 14px; padding: 0 14px; border-radius: 8px;}
#kboard-contact-form-editor input[type=file] { padding: 10px; border: 1px dashed #e2e8f0; border-radius: 8px;}
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 38px; line-height: 38px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: var(--color-primary) !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: var(--color-primary) !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 0.7 !important; transform: translateY(0px); background-color:var(--color-primary) !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.25em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; background-color: #f4f4f4; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 10px 8px 10px; font-size: var(--fontsize-default); border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: var(--color-text); }
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(96% / 3); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 5 / 3; background:#ffffff;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 5 / 3; object-fit: cover; object-position: center;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 5 / 3; object-fit: contain; object-position: center; }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {color: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); margin-bottom:0.25em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents {box-sizing: border-box; border: 1px solid #ddd;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {padding: 2rem 2.5rem 2.25rem; display: flex; flex-direction: column; gap: 0.875rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:24px; width: 100%; text-overflow: ellipsis; overflow: hidden;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {color: var(--color-primary);font-size: var(--fontsize-default); font-family:var(--font-family); text-decoration: none;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #555;
text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; height: 4.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {color: var(--color-textgray); font-size:var(--fontsize-small); margin-top:1em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-title {color: var(--color-primary);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-desc {color: var(--color-text);} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/event/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/event/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin: 0 0 3rem; padding: 20px;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap: 5px;}
#kboard-gallery-list .kboard-search select { display: inline; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 300px; min-width: 0; max-width: 300px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button {border-radius:var(--bd-radius); border:0; height:40px; line-height: 40px; padding: 0 20px; font-size: var(--fontsize-default); background:var(--color-primary) !important; color:#fff; }
#kboard-gallery-list .kboard-search button:hover {background-color: var(--color-primary); transform:translateY(0);}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } #kboard-document, #kboard-default-editor { margin: 3.75rem auto 0; width: 100%; max-width: 1600px;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;} #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 1.75rem 1.625rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search select { float: left; margin-right: 1%; width: 29%; min-width: 29%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button { float: left; width: 20%; min-width: 20%; box-sizing: border-box; height:40px; padding: 0 10px; line-height: 40px;} #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 14px;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; }
}
 :root { --kboard-primary: #2563eb; --kboard-primary-hover: #1d4ed8;
--kboard-text: #1e293b; --kboard-text-muted: #64748b; --kboard-bg: #ffffff;
--kboard-bg-alt: #f8fafc; --kboard-border: #e2e8f0; --kboard-danger: #ef4444; --kboard-font-family: 'Pretendard', sans-serif;
--kboard-font-size: 16px; --kboard-radius: 8px;
--kboard-spacing-sm: 8px;
--kboard-spacing-md: 16px;
--kboard-spacing-lg: 24px; --kboard-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--kboard-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--color-main-green : #0F763B;
--color-light-green : #F2FBF6;
--color-orange : #F87F22;
} #kboard-default-list,
#kboard-default-document,
#kboard-default-editor,
#kboard-default-latest {
font-family: var(--kboard-font-family) !important;
font-size: var(--kboard-font-size);
color: var(--kboard-text);
box-sizing: border-box;
line-height: 1.6;
margin: 20px 0;
}
#kboard-default-list *,
#kboard-default-document *,
#kboard-default-editor *,
#kboard-default-latest *,
#kboard-default-list *::before,
#kboard-default-document *::before,
#kboard-default-editor *::before,
#kboard-default-latest *::before,
#kboard-default-list *::after,
#kboard-default-document *::after,
#kboard-default-editor *::after,
#kboard-default-latest *::after {
box-sizing: inherit;
}
#kboard-default-list a,
#kboard-default-document a,
#kboard-default-editor a,
#kboard-default-latest a {
text-decoration: none;
color: inherit;
transition: color 0.2s;
}
#kboard-default-list img,
#kboard-default-document img,
#kboard-default-editor img,
#kboard-default-latest img {
max-width: 100%;
height: auto;
vertical-align: middle;
} a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small {
display: inline-flex;
align-items: center;
justify-content: center;
height: 36px;
padding: 0 16px;
font-size: 14px;
font-weight: 500;
color: #fff !important;
background-color: var(--kboard-text) !important;
border: 1px solid transparent;
border-radius: var(--kboard-radius);
cursor: pointer;
transition: all 0.2s ease;
line-height: 1;
box-shadow: var(--kboard-shadow-sm);
text-shadow: none;
}
a.kboard-default-button-small:hover,
button.kboard-default-button-small:hover {
background-color: var(--kboard-primary) !important;
transform: translateY(-1px);
box-shadow: var(--kboard-shadow-md);
opacity: 1 !important;
} .kboard-icon-lock {
display: inline-block;
width: 14px;
height: 14px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
} .kboard-icon-reply {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
transform: none;
} #kboard-default-list input[type=text],
#kboard-default-document input[type=text],
#kboard-default-editor input[type=text],
#kboard-default-latest input[type=text],
#kboard-default-list input[type=email],
#kboard-default-document input[type=email],
#kboard-default-editor input[type=email],
#kboard-default-latest input[type=email],
#kboard-default-list input[type=password],
#kboard-default-document input[type=password],
#kboard-default-editor input[type=password],
#kboard-default-latest input[type=password],
#kboard-default-list input[type=number],
#kboard-default-document input[type=number],
#kboard-default-editor input[type=number],
#kboard-default-latest input[type=number],
#kboard-default-list input[type=date],
#kboard-default-document input[type=date],
#kboard-default-editor input[type=date],
#kboard-default-latest input[type=date],
#kboard-default-list select,
#kboard-default-document select,
#kboard-default-editor select,
#kboard-default-latest select,
#kboard-default-list textarea,
#kboard-default-document textarea,
#kboard-default-editor textarea,
#kboard-default-latest textarea {
appearance: none;
-webkit-appearance: none;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
padding: 8px 12px;
font-size: 14px;
color: var(--kboard-text); transition: border-color 0.2s, box-shadow 0.2s;
min-height: 40px;
box-shadow: none;
margin: 0;
} #kboard-default-list select,
#kboard-default-document select,
#kboard-default-editor select,
#kboard-default-latest select {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
padding-right: 32px !important;
cursor: pointer;
} #kboard-default-list {
width: 100%;
max-width: 100%;
overflow: hidden;
} #kboard-default-list .kboard-list-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: var(--kboard-spacing-md);
flex-wrap: wrap;
gap: 10px;
}
#kboard-default-list .kboard-total-count {
float: none;
font-weight: 600;
color: var(--kboard-text-muted);
}
#kboard-default-list .kboard-sort {
float: none;
}
#kboard-default-list .kboard-sort select {
height: 36px;
padding-right: 32px;
} #kboard-default-list .kboard-category .kboard-category-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0 0 20px 0;
list-style: none;
background: transparent;
border: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list:last-child {
margin-bottom: 0;
}
#kboard-default-list .kboard-category .kboard-category-list li {
display: block;
margin: 0;
padding: 0;
}
#kboard-default-list .kboard-category .kboard-category-list li a {
display: block;
padding: 6px 14px;
border-radius: 20px;
background-color: var(--kboard-bg-alt);
color: var(--kboard-text-muted);
font-size: 14px;
font-weight: 500;
transition: all 0.2s;
border: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-category .kboard-category-list li.kboard-category-selected a,
#kboard-default-list .kboard-category .kboard-category-list li a:hover {
background-color: var(--kboard-primary);
color: #fff;
text-decoration: none;
border-color: var(--kboard-primary);
font-weight: 500;
} #kboard-default-list .kboard-list {
background: #fff;
border-radius: var(--kboard-radius);
overflow: hidden;
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-default-list .kboard-list table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
margin: 0;
}
#kboard-default-list .kboard-list thead {
background-color: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-list thead td {
padding: 12px 16px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
color: #fff;
text-align: center;
border: 0;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-list tbody tr {
background: #fff;
border: 0;
border-bottom: 1px solid var(--kboard-border);
transition: background-color 0.1s;
}
#kboard-default-list .kboard-list tbody tr:last-child {
border-bottom: none;
}
#kboard-default-list .kboard-list tbody tr:hover { }
#kboard-default-list .kboard-list td {
padding: 16px;
vertical-align: middle;
text-align: center;
border: 0;
font-size: 15px;
}
#kboard-default-list .kboard-list td.kboard-list-title {
text-align: left;
width: auto;
} #kboard-default-list .kboard-list tbody tr.kboard-list-notice {
background-color: #eff6ff;
}
#kboard-default-list .kboard-list tbody tr.kboard-list-notice:hover {
background-color: #dbeafe;
} #kboard-default-list .kboard-list tbody tr.kboard-list-selected {
background-color: #f0f9ff;
border-left: 3px solid var(--kboard-primary);
}
#kboard-default-list .kboard-list tbody tr.kboard-list-selected .kboard-list-title a {
font-weight: 700;
color: var(--kboard-primary);
}
.kboard-list-empty {text-align: center; color: var(--color-textgray); border-bottom:1px solid var(--kboard-border); margin: auto; padding: 1rem 3rem;} .kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 2px 6px;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 6px;
}
.kboard-default-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
}
#kboard-default-list .kboard-list-title a {
color: var(--kboard-text);
text-decoration: none;
transition: color 0.15s;
}
#kboard-default-list .kboard-list-title a:hover {
color: var(--kboard-primary);
}
.kboard-comments-count {
font-size: 12px;
color: var(--kboard-primary);
font-weight: 600;
margin-left: 4px;
background: rgba(37, 99, 235, 0.1);
padding: 2px 6px;
border-radius: 12px;
}
.kboard-comments-count:empty {
display: none;
} #kboard-default-list .kboard-mobile-contents {
display: none;
margin-top: 6px;
font-size: 13px;
color: var(--kboard-text-muted);
} #kboard-default-list .kboard-list-uid {
width: 90px; color: var(--kboard-text-muted);
font-size: 13px;
word-break: keep-all; } #kboard-default-list .kboard-list-notice .kboard-list-uid {
font-weight: 700;
font-size: 12px; color: var(--kboard-primary);
}
#kboard-default-list .kboard-list-user {
width: 120px;
}
#kboard-default-list .kboard-list-date {
width: 110px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-default-list .kboard-list-vote {
width: 70px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-default-list .kboard-list-view {
width: 70px;
color: var(--kboard-text-muted);
font-size: 13px;
} #kboard-default-list .kboard-pagination {
padding: 30px 0;
text-align: center;
float: none;
}
#kboard-default-list .kboard-pagination ul {
display: inline-flex;
padding: 0;
list-style: none;
gap: 4px;
}
#kboard-default-list .kboard-pagination li {
display: block;
margin: 0;
}
#kboard-default-list .kboard-pagination li a {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
border-radius: var(--kboard-radius);
background: #fff;
border: 1px solid var(--kboard-border);
font-size: 14px;
color: var(--kboard-text);
box-shadow: none;
}
#kboard-default-list .kboard-pagination li.active a,
#kboard-default-list .kboard-pagination li a:hover {
background: var(--kboard-primary);
color: #fff;
border-color: var(--kboard-primary);
} #kboard-default-list .kboard-search {
margin-bottom: 20px;
text-align: center;
padding: 20px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
float: none;
}
#kboard-default-list .kboard-search form {
display: inline-flex;
gap: 8px;
max-width: 100%;
}
#kboard-default-list .kboard-search select {
width: 100px;
margin: 0;
}
#kboard-default-list .kboard-search input {
width: 200px;
margin: 0;
} #kboard-default-list .kboard-control {
display: flex;
justify-content: flex-end;
padding: 10px 0;
float: none;
} .kboard-default-poweredby {
text-align: right;
font-size: 14px;
color: #ccc;
margin-top: 10px;
float: none;
width: 100%;
} .kboard-document-club {
margin-top: -3.75rem !important;
}
#kboard-default-document .kboard-document-wrap {
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
overflow: hidden;
float: none;
}
#kboard-default-document .kboard-title {
float: none;
}
#kboard-default-document .kboard-title .category-wrap {
display: flex;
gap: 0.5rem;
justify-content: center;
align-items: center;
font-size: clamp(13px, 3vw, 18px);
font-weight: 600;
color: var(--color-main-green);
background: var(--color-light-green);
width: 230px;
margin: 2.5rem auto 1.7rem;
padding: 0.5rem 0;
border-radius: 2rem;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr {
position: relative;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr:after {
content:'·';
color: #666;
display: inline-block;
vertical-align: middle;
margin: -3px 5px 0;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr:last-child::after {
display: none;
}
#kboard-default-document .kboard-title h1 {
margin: 0;
padding: 24px;
text-align: left;
font-size: 24px;
font-weight: 700;
color: var(--kboard-text);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-document .kboard-detail {
display: flex;
flex-wrap: wrap;
padding: 12px 24px;
background: var(--kboard-bg-alt);
font-size: 14px;
gap: 20px;
align-items: center;
float: none;
border: 0;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-document .kboard-detail .detail-attr {
display: flex;
align-items: center;
gap: 8px;
padding: 0;
float: none;
}
#kboard-default-document .kboard-detail .detail-attr.detail-writer {
width: 100%;
}
#kboard-default-document .kboard-detail .detail-name {
font-weight: 600;
color: var(--kboard-text-muted);
float: none;
text-align: left;
}
#kboard-default-document .kboard-detail .detail-value {
color: var(--kboard-text);
float: none;
padding: 0;
} #kboard-default-document .kboard-content {
padding: 30px 24px;
min-height: 200px;
float: none;
}
#kboard-default-document .content-view {
font-size: 16px;
line-height: 1.8;
color: #334155; padding: 0;
} #kboard-default-document .kboard-document-action {
padding: 10px 24px 20px;
display: flex;
justify-content: space-between;
}
.kboard-button-action {
border: 1px solid var(--kboard-border);
background: #fff;
padding: 6px 12px;
border-radius: 4px;
font-size: 13px;
cursor: pointer;
margin-right: 5px;
font-weight: 500;
}
.kboard-button-action:hover {
background: var(--kboard-bg-alt);
}
.kboard-button-like {
color: #ef4444;
}
.kboard-button-unlike {
color: var(--kboard-primary);
} #kboard-default-document .kboard-control {
display: flex;
justify-content: space-between;
padding: 20px 0;
float: none;
gap: 10px;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
display: flex;
flex-wrap: nowrap; gap: 8px;
white-space: nowrap; } .kboard-attach {
border-top: 1px dashed var(--kboard-border);
padding: 15px 24px;
background: var(--kboard-bg-alt);
margin: 0;
} .kboard-comments-area {
float: none;
width: 100%;
margin-top: 20px;
}
.kboard-document-navi {
display: flex;
gap: 10px;
margin-top: 20px;
float: none;
padding: 0;
} .kboard-document-options-group {
margin-bottom: 40px;
border: none;
background: transparent;
padding: 0;
} .kboard-document-add-option-value-wrap {
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
padding: 0;
margin-bottom: 12px; overflow: hidden; display: block;
}
.kboard-document-add-option-value-wrap:last-child {
border-bottom: 1px solid var(--kboard-border);
margin-bottom: 0px;
} .kboard-document-add-option-value {
display: flex;
align-items: stretch; padding: 0;
min-height: 48px; border: none;
}
.kboard-document-add-option-value .option-name {
width: 160px;
background-color: #f8fafc;
border-right: 1px solid var(--kboard-border);
font-weight: 600;
color: var(--kboard-text); padding: 14px 20px;
display: flex;
align-items: center;
flex-shrink: 0;
font-size: 15px; }
.kboard-document-add-option-value .option-separator {
display: none;
}
.kboard-document-add-option-value .option-value {
color: var(--kboard-text);
padding: 14px 20px;
display: flex;
align-items: center;
flex-grow: 1;
word-break: break-all;
font-size: 15px; }
.kboard-document-add-option-value-wrap hr {
display: none;
} @media screen and (max-width: 600px) {
.kboard-document-options-group {
padding: 0;
}
.kboard-document-add-option-value {
flex-direction: column;
}
.kboard-document-add-option-value .option-name {
width: 100%;
border-right: none;
border-bottom: 1px solid var(--kboard-border);
padding: 12px 16px; background-color: #f8fafc;
color: var(--kboard-text);
font-size: 15px; }
.kboard-document-add-option-value .option-value {
padding: 12px 16px;
display: block; align-items: flex-start;
}
.kboard-document-add-option-value-wrap {
margin-bottom: 16px; }
}
#kboard-default-document .kboard-document-navi a {
display: flex;
align-items: center;
gap: 8px; padding: 16px;
border: 1px solid var(--kboard-border);
background: #fff;
border-radius: var(--kboard-radius);
margin-bottom: 0;
font-weight: 500;
height: 100%;
}
#kboard-default-document .kboard-document-navi a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-default-document .kboard-document-navi .kboard-prev-document,
#kboard-default-document .kboard-document-navi .kboard-next-document {
float: none;
width: 50%;
}
#kboard-default-document .kboard-document-navi .kboard-prev-document a {
justify-content: flex-start;
text-align: left;
}
#kboard-default-document .kboard-document-navi .kboard-next-document a {
justify-content: flex-end;
text-align: right;
}
#kboard-default-document .kboard-document-navi .navi-arrow {
position: static;
}
#kboard-default-document .kboard-control {
float: none;
display: flex;
justify-content: space-between;
padding: 20px 0;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
float: none;
position: static;
} #kboard-default-editor .kboard-attr-row {
display: flex;
flex-direction: column;
margin-bottom: 16px;
padding: 0;
background: transparent;
border-bottom: none;
float: none;
}
#kboard-default-editor .attr-name {
font-weight: 600;
margin-bottom: 8px;
font-size: 14px;
width: 100% !important;
float: none !important;
text-align: left;
padding: 0 !important;
}
#kboard-default-editor input[type=file] {
margin: 0;
padding: 8px 0;
width: 100%;
}
#kboard-default-editor .attr-value {
margin: 0 !important;
width: 100%;
padding: 0;
}
#kboard-default-editor .attr-value .attr-value-option {
display: inline-flex;
align-items: center;
margin-right: 16px;
cursor: pointer;
font-size: 14px;
color: var(--kboard-text);
}
#kboard-default-editor .attr-value .attr-value-option input[type=checkbox] {
appearance: none;
-webkit-appearance: none;
width: 18px !important;
height: 18px !important;
border: 1px solid var(--kboard-border);
border-radius: 4px;
background: #fff;
cursor: pointer;
position: relative;
margin-right: 8px;
vertical-align: middle;
outline: none;
margin: 0 8px 0 0; }
#kboard-default-editor .attr-value .attr-value-option input[type=checkbox]:checked {
background-color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
#kboard-default-editor input[type=text],
#kboard-default-editor input[type=email],
#kboard-default-editor input[type=password],
#kboard-default-editor select {
width: 100% !important;
}
#kboard-default-editor .kboard-content {
border: none;
padding: 0;
margin: 0;
background: transparent;
float: none;
}
#kboard-default-editor textarea {
width: 100% !important;
min-height: 400px;
border: 1px solid var(--kboard-border);
box-sizing: border-box;
}
#kboard-default-editor .kboard-control {
float: none;
display: flex;
justify-content: space-between;
}
#kboard-default-editor .kboard-control .left,
#kboard-default-editor .kboard-control .right {
float: none;
width: auto;
} #kboard-default-editor.confirm {
max-width: 400px;
margin: 60px auto;
padding: 30px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background: #fff;
box-shadow: var(--kboard-shadow-md);
}
#kboard-default-editor.confirm .kboard-confirm-row {
margin-bottom: 24px;
}
#kboard-default-editor.confirm .attr-name {
margin-bottom: 10px;
}
#kboard-default-editor.confirm .description {
color: var(--kboard-danger);
font-size: 13px;
margin-top: 8px;
font-weight: 500;
}
#kboard-default-editor.confirm input[type=password] {
width: 100%;
}
#kboard-default-editor.confirm .kboard-control {
justify-content: center;
flex-direction: column-reverse;
gap: 10px;
}
#kboard-default-editor.confirm .kboard-control .left,
#kboard-default-editor.confirm .kboard-control .right {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
margin: 0;
}
#kboard-default-editor.confirm .kboard-control button {
width: 100%;
height: 40px;
font-size: 15px;
}
#kboard-default-editor.confirm .kboard-control a {
width: 100%;
height: 40px;
background: #fff !important;
color: var(--kboard-text-muted) !important;
border: 1px solid var(--kboard-border);
box-shadow: none;
}
#kboard-default-editor.confirm .kboard-control a:hover {
background: var(--kboard-bg-alt) !important;
color: var(--kboard-text) !important;
border-color: var(--kboard-text-muted);
} #kboard-default-editor .kboard-row-postcode {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
#kboard-default-editor .kboard-row-postcode input[type=text] {
width: 150px !important;
flex: 0 0 auto; }
#kboard-default-editor .kboard-row-postcode button {
height: 40px;
flex: 0 0 auto;
white-space: nowrap;
margin: 0 !important;
}
#kboard-default-editor .kboard-row-address-1,
#kboard-default-editor .kboard-row-address-2 {
display: block;
width: 100%;
margin-bottom: 8px;
}
#kboard-default-editor .kboard-row-address-2 {
margin-bottom: 0;
}
#kboard-default-editor .kboard-row-address-1 input[type=text],
#kboard-default-editor .kboard-row-address-2 input[type=text] {
width: 100% !important;
} #kboard-default-latest {
width: 100%;
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
overflow: hidden;
box-sizing: border-box;
}
#kboard-default-latest table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
}
#kboard-default-latest thead th {
padding: 10px;
background: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
font-size: 13px;
color: var(--kboard-text-muted);
font-weight: 600;
text-align: center;
border-top: 0;
border-left: 0;
border-right: 0;
}
#kboard-default-latest tbody tr {
border-bottom: 1px solid var(--kboard-border);
background: #fff;
}
#kboard-default-latest tbody tr:last-child {
border-bottom: none;
}
#kboard-default-latest tbody tr:hover {
background-color: var(--kboard-bg-alt);
}
#kboard-default-latest td {
padding: 12px 16px;
vertical-align: middle;
font-size: 14px;
border: 0;
}
#kboard-default-latest .kboard-latest-title {
text-align: left;
}
#kboard-default-latest .kboard-latest-title a {
display: block;
color: var(--kboard-text);
text-decoration: none;
}
#kboard-default-latest .kboard-latest-title a:hover {
color: var(--kboard-primary);
}
#kboard-default-latest .kboard-default-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#kboard-default-latest .kboard-latest-date,
#kboard-default-latest .kboard-latest-author {
color: var(--kboard-text-muted);
font-size: 13px;
text-align: center;
width: 90px;
} #kboard-default-editor .kboard-tree-category-wrap {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 100%;
margin-bottom: 20px;
}
#kboard-default-editor .kboard-tree-category-wrap select {
flex: 1;
min-width: 120px;
width: auto;
} @media screen and (max-width: 768px) { #kboard-default-list .kboard-list thead {
display: none;
} #kboard-default-list .kboard-list tbody tr {
display: block;
padding: 16px;
border-bottom: 1px solid var(--kboard-border);
} #kboard-default-list .kboard-list-uid,
#kboard-default-list .kboard-list-date,
#kboard-default-list .kboard-list-vote,
#kboard-default-list .kboard-list-view,
#kboard-default-list .kboard-list-user {
display: none;
} #kboard-default-list .kboard-list td.kboard-list-title {
display: block;
padding: 0;
width: 100%;
text-align: left;
}
#kboard-default-list .kboard-list-title .kboard-default-cut-strings {
white-space: normal;
font-size: 16px;
line-height: 1.4;
margin-bottom: 8px;
} #kboard-default-list .kboard-mobile-contents {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
font-size: 12px;
}
#kboard-default-list .kboard-mobile-contents .contents-separator {
color: #e2e8f0;
}   #kboard-default-document .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
width: 100%;
justify-content: center;
flex-wrap: wrap; white-space: normal;
}
#kboard-default-document .kboard-control a,
#kboard-default-document .kboard-control button {
flex: 1;
text-align: center;
min-width: 0; } #kboard-default-editor .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-default-editor .kboard-control .left,
#kboard-default-editor .kboard-control .right {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
} #kboard-default-list .kboard-pagination ul {
flex-wrap: wrap;
justify-content: center;
} #kboard-default-latest thead,
#kboard-default-latest .kboard-latest-author {
display: none;
}
#kboard-default-latest tbody tr {
display: flex;
flex-direction: column;
padding: 8px 0;
}
#kboard-default-latest td.kboard-latest-title {
display: block;
width: 100%;
padding-bottom: 4px;
border: none;
}
#kboard-default-latest td.kboard-latest-date {
display: block;
width: 100%;
text-align: left;
font-size: 12px;
padding-top: 5px;
padding-bottom: 8px;
border: none;
color: var(--kboard-text-muted);
} .kboard-document-navi {
flex-direction: column;
}
#kboard-default-document .kboard-document-navi .kboard-prev-document,
#kboard-default-document .kboard-document-navi .kboard-next-document {
width: 100%;
}
#kboard-default-document .kboard-title .category-wrap {
margin-bottom: 0.75rem;
}
#kboard-default-document .kboard-title .category-wrap .detail-attr:after {
margin: -3px 5px 0;
}
.kboard-document-club {
margin-top: -2rem !important;
}
}
@media screen and (max-width: 480px) {
#kboard-default-document .kboard-title .category-wrap {
width: 170px;
margin-bottom: 1.125rem;
}
#kboard-default-document .kboard-title {
word-break: keep-all;
}
} #kboard-default-list .kboard-tree-category-search {
margin-bottom: 20px;
padding: 15px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
text-align: left; }
#kboard-default-list .kboard-tree-category-search .kboard-tree-category-wrap {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start; align-items: center;
} #kboard-default-list .kboard-tree-category-search .kboard-search-option-wrap {
display: inline-block;
} #kboard-default-list .kboard-tree-category-search select {
height: 38px;
padding: 0 36px 0 16px;
border: 1px solid var(--kboard-border);
border-radius: 999px; background-color: #fff;
font-size: 14px;
color: var(--kboard-text-muted);
font-weight: 500;
min-width: 120px;
cursor: pointer;
transition: all 0.2s ease;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 10px;
}
#kboard-default-list .kboard-tree-category-search select:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}
#kboard-default-list .kboard-tree-category-search select:focus {
border-color: var(--kboard-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }  #kboard-default-list .kboard-category.category-mobile {
display: none;
}
#kboard-default-list .kboard-category.category-pc {
display: block;
margin-bottom: 20px;
padding: 15px;
background-color: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
} #kboard-default-list .kboard-category.kboard-category-dropdown {
margin-bottom: 3.75rem;
}
#kboard-default-list .kboard-category.kboard-category-dropdown .category-item-wrap {
display: flex;
align-items: center;
gap: 0.875rem;
}
#kboard-default-list .kboard-category.kboard-category-dropdown .category-item-wrap .category-item-label {
display: flex;
align-items: center;
gap: 8px;
font-size: 17px;
font-weight: 500;
}
#kboard-default-list .kboard-category.kboard-category-dropdown .category-item-wrap .category-item-label img {
width:28px;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form {
display: flex;
gap: 2.5rem;
justify-content: flex-start;
background: #f8f8f8;
padding: 12px 1.5rem;
border-radius: 10px;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form select{ 
width: 120px;
border-radius: 5px;
} #kboard-default-list .kboard-category.category-pc .kboard-category-list {
list-style: none;
padding: 0;
margin: 0 0 10px 0; display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li a {
display: block;
padding: 6px 16px;
font-size: 14px;
font-weight: 500;
color: var(--kboard-text-muted);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px; transition: all 0.2s ease;
text-decoration: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
} #kboard-default-list .kboard-category.category-pc .kboard-category-list li.kboard-category-selected a {
background-color: var(--kboard-primary);
border-color: var(--kboard-primary);
color: #fff;
font-weight: 600;
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
} #kboard-default-list .kboard-category.category-mobile select {
width: auto;
min-width: 120px;
height: 38px;
padding: 0 12px;
margin-right: 5px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background-color: #fff;
font-size: 14px;
color: var(--kboard-text);
} @media screen and (max-width: 600px) {
#kboard-default-list .kboard-category.category-pc {
display: none;
}
#kboard-default-list .kboard-category.category-mobile {
display: block;
margin-bottom: 20px;
padding: 10px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
}
#kboard-default-list .kboard-category.category-mobile form {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
#kboard-default-list .kboard-category.category-mobile select {
flex: 1;
width: 100%;
min-width: 140px; }
} #kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 44px;
position: relative;
margin: 8px 0 0;
padding: 12px;
min-height: 280px;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
overflow: visible;
}
@media screen and (max-width: 768px) {
#kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 36px;
}
}
#kboard-editor-root:focus-within,
.kboard-editor-root-editorjs:focus-within,
.kboard-editor-scaffold:focus-within {
border-color: var(--kboard-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
#kboard-editor-root .codex-editor,
.kboard-editor-root-editorjs .codex-editor,
.kboard-editor-scaffold .codex-editor {
position: relative;
z-index: 1;
overflow: visible;
}
#kboard-editor-root .codex-editor__redactor,
.kboard-editor-root-editorjs .codex-editor__redactor,
.kboard-editor-scaffold .codex-editor__redactor {
overflow: visible;
}
#kboard-editor-root .ce-block,
.kboard-editor-root-editorjs .ce-block,
.kboard-editor-scaffold .ce-block {
padding: 2px 0;
margin-bottom: 8px;
}
#kboard-editor-root .ce-block:last-child,
.kboard-editor-root-editorjs .ce-block:last-child,
.kboard-editor-scaffold .ce-block:last-child {
margin-bottom: 0;
}
#kboard-editor-root .ce-block__content,
#kboard-editor-root .ce-toolbar__content,
.kboard-editor-root-editorjs .ce-block__content,
.kboard-editor-root-editorjs .ce-toolbar__content,
.kboard-editor-scaffold .ce-block__content,
.kboard-editor-scaffold .ce-toolbar__content {
max-width: calc(100% - var(--kboard-editorjs-left-gutter));
margin-left: var(--kboard-editorjs-left-gutter);
margin-right: 0;
}
#kboard-editor-root .ce-paragraph,
#kboard-editor-root .ce-header,
#kboard-editor-root .cdx-list,
.kboard-editor-root-editorjs .ce-paragraph,
.kboard-editor-root-editorjs .ce-header,
.kboard-editor-root-editorjs .cdx-list,
.kboard-editor-scaffold .ce-paragraph,
.kboard-editor-scaffold .ce-header,
.kboard-editor-scaffold .cdx-list {
color: var(--kboard-text);
line-height: 1.7;
}
#kboard-editor-root .ce-paragraph[data-placeholder]:empty::before,
#kboard-editor-root .ce-header[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-header[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-header[data-placeholder]:empty::before {
color: var(--kboard-text-muted);
opacity: 0.7;
}
#kboard-editor-root .ce-toolbar,
#kboard-editor-root .ce-inline-toolbar,
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
#kboard-editor-root .ce-settings,
.kboard-editor-root-editorjs .ce-toolbar,
.kboard-editor-root-editorjs .ce-inline-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-settings,
.kboard-editor-scaffold .ce-toolbar,
.kboard-editor-scaffold .ce-inline-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-settings {
left: 0;
right: 0;
overflow: visible;
visibility: visible;
opacity: 1;
z-index: 1000;
}
#kboard-editor-root .ce-toolbar__plus,
#kboard-editor-root .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-toolbar__plus,
.kboard-editor-scaffold .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
color: var(--kboard-text);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px;
box-shadow: var(--kboard-shadow-sm);
}
#kboard-editor-root .ce-toolbar__plus:hover,
#kboard-editor-root .ce-toolbar__plus:focus,
#kboard-editor-root .ce-toolbar__settings-btn:hover,
#kboard-editor-root .ce-toolbar__settings-btn:focus,
.kboard-editor-root-editorjs .ce-toolbar__plus:hover,
.kboard-editor-root-editorjs .ce-toolbar__plus:focus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:hover,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:focus,
.kboard-editor-scaffold .ce-toolbar__plus:hover,
.kboard-editor-scaffold .ce-toolbar__plus:focus,
.kboard-editor-scaffold .ce-toolbar__settings-btn:hover,
.kboard-editor-scaffold .ce-toolbar__settings-btn:focus {
color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}
#kboard-editor-root .ce-block:focus-within .ce-toolbar__plus,
#kboard-editor-root .ce-block:focus-within .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--focused .ce-toolbar__plus,
#kboard-editor-root .ce-block--focused .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--empty .ce-toolbar__plus,
#kboard-editor-root .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
}
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar {
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
.kboard-content hr,
.kboard-content .kboard-editorjs-delimiter,
.kboard-content .kboard-editorjs-block-delimiter,
.kboard-document-content hr,
.kboard-document-content .kboard-editorjs-delimiter,
.kboard-document-content .kboard-editorjs-block-delimiter {
margin: 18px 0;
border: 0;
height: 0;
border-top: 1px solid var(--kboard-border);
}
.kboard-content pre,
.kboard-content .kboard-editorjs-code,
.kboard-content .kboard-editorjs-block-code,
.kboard-document-content pre,
.kboard-document-content .kboard-editorjs-code,
.kboard-document-content .kboard-editorjs-block-code {
margin: 16px 0;
padding: 12px;
overflow: auto;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
font-size: 13px;
line-height: 1.6;
}
.kboard-content table,
.kboard-content .kboard-editorjs-table,
.kboard-content .kboard-editorjs-block-table,
.kboard-document-content table,
.kboard-document-content .kboard-editorjs-table,
.kboard-document-content .kboard-editorjs-block-table {
width: 100%;
margin: 16px 0;
border-collapse: collapse;
border: 1px solid var(--kboard-border);
font-size: 14px;
}
.kboard-content table th,
.kboard-content table td,
.kboard-content .kboard-editorjs-table th,
.kboard-content .kboard-editorjs-table td,
.kboard-content .kboard-editorjs-block-table th,
.kboard-content .kboard-editorjs-block-table td,
.kboard-document-content table th,
.kboard-document-content table td,
.kboard-document-content .kboard-editorjs-table th,
.kboard-document-content .kboard-editorjs-table td,
.kboard-document-content .kboard-editorjs-block-table th,
.kboard-document-content .kboard-editorjs-block-table td {
padding: 10px;
border: 1px solid var(--kboard-border);
vertical-align: top;
}
.kboard-content .kboard-warning,
.kboard-content .kboard-editorjs-warning,
.kboard-content .kboard-editorjs-block-warning,
.kboard-document-content .kboard-warning,
.kboard-document-content .kboard-editorjs-warning,
.kboard-document-content .kboard-editorjs-block-warning {
margin: 16px 0;
padding: 12px 14px;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-left: 3px solid var(--kboard-primary);
border-radius: var(--kboard-radius);
line-height: 1.7;
}
.kboard-content .kboard-editorjs-checklist,
.kboard-content .kboard-editorjs-block-checklist,
.kboard-document-content .kboard-editorjs-checklist,
.kboard-document-content .kboard-editorjs-block-checklist {
margin: 16px 0;
padding-left: 0;
list-style: none;
}
.kboard-content .kboard-editorjs-checklist li,
.kboard-content .kboard-editorjs-block-checklist li,
.kboard-document-content .kboard-editorjs-checklist li,
.kboard-document-content .kboard-editorjs-block-checklist li {
margin: 0 0 8px;
padding-left: 2px;
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 38px; line-height: 38px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: var(--color-primary) !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: var(--color-primary) !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 0.7 !important; transform: translateY(0px); background-color:var(--color-primary) !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width: 1600px; }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.25em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; background-color: #f4f4f4; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 10px 8px 10px; font-size: var(--fontsize-default); border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: var(--color-text); border-radius: 10px; }
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text);}
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(94% / 4); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 4 / 3; background:#ffffff;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 5 / 3; object-fit: contain; object-position: center; }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {color: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); margin-bottom:0.25em;}
#kboard-gallery-list.kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents {box-sizing: border-box; border:none !important; padding: 1.5rem 2rem;}
#kboard-gallery-list.kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {display: flex; flex-direction: column; gap: 2rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:24px; width: 100%; text-overflow: ellipsis; overflow: hidden;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {color: var(--color-primary);font-size: var(--fontsize-default); font-family:var(--font-family); text-decoration: none;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #555;
text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; height: 4.5rem;}
#kboard-gallery-list.kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {color: var(--color-textgray); font-size:var(--fontsize-small); margin-top:0 !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-title {color: var(--color-primary);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-desc {color: var(--color-text);} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/gallery/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/gallery/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin: 0 0 3rem; padding: 20px;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap: 5px;}
#kboard-gallery-list .kboard-search select { display: inline; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 300px; min-width: 0; max-width: 300px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button {border-radius:var(--bd-radius); border:0; height:40px; line-height: 40px; padding: 0 20px; font-size: var(--fontsize-default); background:var(--color-primary) !important; color:#fff; }
#kboard-gallery-list .kboard-search button:hover {background-color: var(--color-primary); transform:translateY(0);}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } #kboard-document, #kboard-default-editor { margin: 3.75rem auto 0; width: 100%; max-width: 1600px;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;} #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {gap: 0.75rem !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(96% / 3) !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: 22px;}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 1.75rem 1.625rem; gap: 0.5rem !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2) !important; }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search select { float: left; margin-right: 1%; width: 29%; min-width: 29%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button { float: left; width: 20%; min-width: 20%; box-sizing: border-box; height:40px; padding: 0 10px; line-height: 40px;} #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 14px;}
#kboard-gallery-list.kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents {padding: 1.5rem;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100% !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.375rem !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; }
#kboard-gallery-list .kboard-list .k-board-list-item .kboard-list-date {margin-top: 0.375rem;}
}
 :root { --kboard-primary: var(--color-main-green); --kboard-primary-hover: var(--color-main-green);
--kboard-text: #111; --kboard-text-muted: #111; --kboard-bg: #ffffff;
--kboard-bg-alt: #f8fafc; --kboard-border: #e2e8f0; --kboard-danger: #ef4444; --kboard-font-family: 'Pretendard', sans-serif;
--kboard-font-size: 15px; --kboard-radius: 5px;
--kboard-spacing-sm: 8px;
--kboard-spacing-md: 16px;
--kboard-spacing-lg: 24px; --kboard-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--kboard-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--color-main-green : #0F763B;
--color-light-green : #F2FBF6;
--color-orange : #F87F22;
} #kboard-default-list,
#kboard-default-document,
#kboard-default-editor,
#kboard-default-latest {
font-family: var(--kboard-font-family) !important;
font-size: var(--kboard-font-size);
color: var(--kboard-text);
box-sizing: border-box;
line-height: 1.6;
margin: 20px 0;
}
#kboard-default-document,
#kboard-default-editor {
margin-top: 0;
}
#kboard-default-list *,
#kboard-default-document *,
#kboard-default-editor *,
#kboard-default-latest *,
#kboard-default-list *::before,
#kboard-default-document *::before,
#kboard-default-editor *::before,
#kboard-default-latest *::before,
#kboard-default-list *::after,
#kboard-default-document *::after,
#kboard-default-editor *::after,
#kboard-default-latest *::after {
box-sizing: inherit;
}
#kboard-default-list a,
#kboard-default-document a,
#kboard-default-editor a,
#kboard-default-latest a {
text-decoration: none;
color: inherit;
transition: color 0.2s;
}
#kboard-default-list img,
#kboard-default-document img,
#kboard-default-editor img,
#kboard-default-latest img {
max-width: 100%;
height: auto;
vertical-align: middle;
} a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small {
display: inline-flex;
align-items: center;
justify-content: center;
height: 36px;
padding: 0 16px;
font-size: 14px;
font-weight: 500;
color: #fff !important;
background-color: var(--kboard-text) !important;
border: 1px solid transparent;
border-radius: var(--kboard-radius);
cursor: pointer;
transition: all 0.2s ease;
line-height: 1;
box-shadow: var(--kboard-shadow-sm);
text-shadow: none;
}
a.kboard-default-button-small:hover,
button.kboard-default-button-small:hover {
background-color: var(--kboard-primary) !important; box-shadow: var(--kboard-shadow-md);
opacity: 1 !important;
} .kboard-icon-lock {
display: inline-block;
width: 14px;
height: 14px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E") no-repeat center/contain;
} .kboard-icon-reply {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 4px;
background-color: var(--kboard-text-muted);
-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z'/%3E%3C/svg%3E") no-repeat center/contain;
transform: none;
} #kboard-default-list input[type=text],
#kboard-default-document input[type=text],
#kboard-default-editor input[type=text],
#kboard-default-latest input[type=text],
#kboard-default-list input[type=email],
#kboard-default-document input[type=email],
#kboard-default-editor input[type=email],
#kboard-default-latest input[type=email],
#kboard-default-list input[type=password],
#kboard-default-document input[type=password],
#kboard-default-editor input[type=password],
#kboard-default-latest input[type=password],
#kboard-default-list input[type=number],
#kboard-default-document input[type=number],
#kboard-default-editor input[type=number],
#kboard-default-latest input[type=number],
#kboard-default-list input[type=date],
#kboard-default-document input[type=date],
#kboard-default-editor input[type=date],
#kboard-default-latest input[type=date],
#kboard-default-list select,
#kboard-default-document select,
#kboard-default-editor select,
#kboard-default-latest select,
#kboard-default-list textarea,
#kboard-default-document textarea,
#kboard-default-editor textarea,
#kboard-default-latest textarea {
appearance: none;
-webkit-appearance: none;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
padding: 10px 12px;
font-size: 16px;
color: var(--kboard-text); transition: border-color 0.2s, box-shadow 0.2s;
min-height: 40px;
box-shadow: none;
margin: 0;
border-radius: 10px;
}
#kboard-default-document select {
display: none;
}
#kboard-default-document textarea {
border-color: transparent;
font-family: var(--kboard-font-family) !important;
}
#kboard-default-editor iframe {
font-family: var(--kboard-font-family) !important;
}
#kboard-default-document input[type="file"], #kboard-default-document input[type="file"]:focus {
border:transparent;
background: transparent;
} #kboard-default-list select,
#kboard-default-document select,
#kboard-default-editor select,
#kboard-default-latest select {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
padding-right: 32px !important;
cursor: pointer;
} #kboard-default-list {
width: 100%;
max-width: 1600px;
margin: 0 auto;
overflow: hidden;
} #kboard-default-list .kboard-list-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: var(--kboard-spacing-md);
flex-wrap: wrap;
gap: 10px;
}
#kboard-default-list .kboard-total-count {
float: none;
font-weight: 600;
color: var(--kboard-text-muted);
}
#kboard-default-list .kboard-sort {
float: none;
}
#kboard-default-list .kboard-sort select {
height: 36px;
padding-right: 32px;
} #kboard-default-list .kboard-search.category-search {
position: absolute; right: 0; top: 0; margin: 0;
}
#kboard-default-list .kboard-search.dropdown-search {
position: absolute; right: 1rem; top: 12px; margin: 0;
}
#kboard-default-list .kboard-category .kboard-category-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0 0 20px 0;
list-style: none;
background: transparent;
border: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list:last-child {
margin-bottom: 0;
}
#kboard-default-list .kboard-category .kboard-category-list li {
display: block;
margin: 0;
padding: 0;
}
#kboard-default-list .kboard-category .kboard-category-list li:before {
display: none;
}
#kboard-default-list .kboard-category .kboard-category-list li a {
display: block;
padding: 6px 14px;
border-radius: 20px;
background-color: var(--kboard-bg-alt);
color: var(--kboard-text-muted);
font-size: 14px;
font-weight: 500;
transition: all 0.2s;
border: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-category .kboard-category-list li.kboard-category-selected a,
#kboard-default-list .kboard-category .kboard-category-list li a:hover {
background-color: var(--kboard-primary);
color: #fff;
text-decoration: none;
border-color: var(--kboard-primary);
font-weight: 500;
}
.kboard-list-empty {text-align: center; color: var(--color-textgray); border-bottom:1px solid var(--kboard-border); margin: auto; padding: 1rem 3rem;}
#kboard-gallery-list .kboard-list-empty {border-bottom: none;} #kboard-default-list .kboard-list {
background: #fff;
border-radius: var(--kboard-radius);
overflow: hidden;
border: none;
box-shadow: none;
}
#kboard-default-list .kboard-list table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
margin: 0;
}
#kboard-default-list .kboard-list thead {
background-color: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-list thead td {
padding: 16px 10px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
color: #fff;
text-align: center;
border: 0;
border-bottom: 1px solid var(--kboard-border);
background: var(--color-main-green);
}
#kboard-default-list .kboard-list thead td.kboard-list-uid {
border-radius: 5px 0 0 0;
}
#kboard-default-list .kboard-list thead td.kboard-list-view {
border-radius: 0 5px 0 0;
}
#kboard-default-list .kboard-list thead td.kboard-list-title {
text-align: center;
}
#kboard-default-list .kboard-list tbody tr {
background: #fff;
border: 0;
border-bottom: 1px solid var(--kboard-border);
transition: background-color 0.1s;
}
#kboard-default-list .kboard-list tbody tr:last-child { border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-list .kboard-list tbody tr:hover { }
#kboard-default-list .kboard-list td {
padding: 16px 10px;
vertical-align: middle;
text-align: center;
border: 0;
font-size: 16px;
}
#kboard-default-list .kboard-list td.kboard-list-title {
text-align: left;
width: auto;
} #kboard-default-list .kboard-list .hidden {
display: none;
}
#kboard-default-list .kboard-list tbody tr.kboard-list-notice td{
background-color: var(--color-light-green);
}
#kboard-default-list .kboard-list tbody tr.kboard-list-notice:hover {
background-color: var(--color-light-green);
} #kboard-default-list .kboard-list tbody tr.kboard-list-selected {
background-color: #f0f9ff;
border-left: 3px solid var(--kboard-primary);
}
#kboard-default-list .kboard-list tbody tr.kboard-list-selected .kboard-list-title a {
font-weight: 700;
color: var(--kboard-primary);
} .kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 2px 6px;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
}
.kboard-default-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
}
#kboard-default-list .kboard-list-title a {
color: var(--kboard-text);
text-decoration: none;
transition: color 0.15s;
}
#kboard-default-list .kboard-list-title a:hover {
color: var(--kboard-primary);
}
.kboard-comments-count {
font-size: 12px;
color: var(--kboard-primary);
font-weight: 600;
margin-left: 4px;
background: none;
padding: 0;   }
.kboard-comments-count:empty {
display: none;
} #kboard-default-list .kboard-mobile-contents {
display: none;
margin-top: 6px;
font-size: 13px;
color: var(--kboard-text-muted);
} #kboard-default-list .kboard-list-uid {
width: 100px; color: var(--kboard-text-muted);
font-size: 13px;
word-break: keep-all; } #kboard-default-list .kboard-list-notice .kboard-list-uid {
font-weight: 700;
font-size: 12px; color: var(--kboard-primary);
}
#kboard-default-list .kboard-list-user {
width: 160px;
}
#kboard-default-list .kboard-list-date {
width: 150px;
color: var(--kboard-text-muted);
font-size: 13px;
letter-spacing: -0.5px;
}
#kboard-default-list .kboard-list-vote {
width: 80px;
color: var(--kboard-text-muted);
font-size: 13px;
}
#kboard-default-list .kboard-list-view {
width: 80px;
color: var(--kboard-text-muted);
font-size: 13px;
} #kboard-default-list .kboard-pagination {
padding: 40px 0 60px;
margin-top: 40px;
text-align: center;
float: none;
}
#kboard-default-list .kboard-pagination ul {
display: inline-flex;
padding: 0;
list-style: none;
gap: 4px;
}
#kboard-default-list .kboard-pagination li {
display: block;
margin: 0;
}
#kboard-default-list .kboard-pagination li:before {
display: none;
}
#kboard-default-list .kboard-pagination li a {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
border-radius: 5px;
background: #fff;
border: 1px solid var(--kboard-border);
font-size: 14px;
color: var(--kboard-text);
box-shadow: none;
}
#kboard-default-list .kboard-pagination li.active a,
#kboard-default-list .kboard-pagination li a:hover {
background: var(--kboard-primary);
color: #fff;
border-color: var(--kboard-primary);
} #kboard-default-list .kboard-search {
margin-bottom: 3.75rem;
text-align: right;
padding: 0; background: none;
border-radius: var(--kboard-radius);
float: none;
}
#kboard-default-list .kboard-search form {
display: inline-flex;
gap: 0;
max-width: 100%;
}
#kboard-default-list .kboard-search select {
width: 100px;
margin: 0;
display: none;
}
#kboard-default-list .kboard-search input {
width: 250px;
max-width: 300px;
border-radius:5px 0px 0px 5px;
margin: 0;
padding: 0 1rem;
height: 46px;
line-height: 46px;
background: var(--color-light-green);
border: 1px solid #e2f3e9; 
}
#kboard-default-list .kboard-search.dropdown-search input {
background: #fff;
border-color:var(--kboard-border);
}
#kboard-default-list .kboard-search button {
border-radius: 0 5px 5px 0; 
border: 0; 
height: 46px; 
line-height: 46px; 
width:46px; 
padding: 0; 
font-size: var(--fontsize-default); 
background: var(--color-primary) url(//uoracamp.com/wp-content/uploads/2026/07/icon-search.png) center / 20px no-repeat !important; 
color: #fff; 
text-indent: -99999px;
}
#kboard-default-list .kboard-search button:hover { 
background-color: #0c532a !important; 
transform: translateY(0); 
opacity: 1 !important;
} #kboard-default-list .kboard-control {
display: flex;
justify-content: flex-end;
padding: 0;
float: none;
} .kboard-default-poweredby {
text-align: right;
font-size: 14px;
color: #ccc;
margin-top: 10px;
float: none;
width: 100%;
display: none !important;
} #kboard-default-document .kboard-document-wrap {
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
overflow: hidden;
float: none;
}
#kboard-default-document .kboard-title {
float: none;
}
#kboard-default-document .kboard-title h1 {
margin: 0;
padding: 0 24px 24px;
text-align: left;
font-size: 24px;
font-weight: 700;
color: var(--kboard-text);
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-document .kboard-detail {
display: flex;
flex-wrap: wrap;
padding: 12px 24px;
background: var(--kboard-bg-alt);
font-size: 14px;
gap: 20px;
align-items: center;
float: none;
border: 0;
border-bottom: 1px solid var(--kboard-border);
}
#kboard-default-document .kboard-detail .detail-attr {
display: flex;
align-items: center;
gap: 8px;
padding: 0;
float: none;
}
#kboard-default-document .kboard-detail .detail-name {
font-weight: 600;
color: var(--kboard-text-muted);
float: none;
text-align: left;
}
#kboard-default-document .kboard-detail .detail-value {
color: var(--kboard-text);
float: none;
padding: 0;
} #kboard-default-document .kboard-content {
padding: 30px 24px;
min-height: 200px;
float: none;
}
#kboard-default-document .content-view {
font-size: 16px;
line-height: 1.8;
color: #334155; padding: 0;
}
#kboard-default-document .kboard-content table {
max-width: 100%;
table-layout: inherit;
} #kboard-default-document .kboard-document-action {
padding: 10px 24px 20px;
display: flex;
justify-content: space-between;
}
.kboard-button-action {
border: 1px solid var(--kboard-border);
background: #fff;
padding: 6px 12px;
border-radius: 4px;
font-size: 13px;
cursor: pointer;
margin-right: 5px;
font-weight: 500;
}
.kboard-button-action:hover {
background: var(--kboard-bg-alt);
}
.kboard-button-like {
color: #ef4444;
}
.kboard-button-unlike {
color: var(--kboard-primary);
} #kboard-default-document .kboard-control {
display: flex;
justify-content: space-between;
padding: 20px 0;
float: none;
gap: 10px;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
display: flex;
flex-wrap: nowrap; gap: 8px;
white-space: nowrap; } .kboard-attach {
border-top: 1px dashed var(--kboard-border);
padding: 15px 24px;
background: var(--kboard-bg-alt);
margin: 0;
} .kboard-comments-area {
float: none;
width: 100%;
margin-top: 20px;
}
.kboard-document-navi {
display: flex;
gap: 10px;
margin-top: 20px;
float: none;
padding: 0;
} .kboard-document-options-group {
margin-bottom: 40px;
border: none;
background: transparent;
padding: 0;
} .kboard-document-add-option-value-wrap {
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
padding: 0;
margin-bottom: 12px; overflow: hidden; display: block;
}
.kboard-document-add-option-value-wrap:last-child {
border-bottom: 1px solid var(--kboard-border);
margin-bottom: 0px;
} .kboard-document-add-option-value {
display: flex;
align-items: stretch; padding: 0;
min-height: 48px; border: none;
}
.kboard-document-add-option-value .option-name {
width: 160px;
background-color: #f8fafc;
border-right: 1px solid var(--kboard-border);
font-weight: 600;
color: var(--kboard-text); padding: 14px 20px;
display: flex;
align-items: center;
flex-shrink: 0;
font-size: 15px; }
.kboard-document-add-option-value .option-separator {
display: none;
}
.kboard-document-add-option-value .option-value {
color: var(--kboard-text);
padding: 14px 20px;
display: flex;
align-items: center;
flex-grow: 1;
word-break: break-all;
font-size: 15px; }
.kboard-document-add-option-value-wrap hr {
display: none;
} @media screen and (max-width: 600px) {
.kboard-document-options-group {
padding: 0;
}
.kboard-document-add-option-value {
flex-direction: column;
}
.kboard-document-add-option-value .option-name {
width: 100%;
border-right: none;
border-bottom: 1px solid var(--kboard-border);
padding: 12px 16px; background-color: #f8fafc;
color: var(--kboard-text);
font-size: 15px; }
.kboard-document-add-option-value .option-value {
padding: 12px 16px;
display: block; align-items: flex-start;
}
.kboard-document-add-option-value-wrap {
margin-bottom: 16px; }
}
#kboard-default-document .kboard-document-navi a {
display: flex;
align-items: center;
gap: 8px; padding: 16px;
border: 1px solid var(--kboard-border);
background: #fff;
border-radius: var(--kboard-radius);
margin-bottom: 0;
font-weight: 500;
height: 100%;
}
#kboard-default-document .kboard-document-navi a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
box-shadow: var(--kboard-shadow-sm);
}
#kboard-default-document .kboard-document-navi .kboard-prev-document,
#kboard-default-document .kboard-document-navi .kboard-next-document {
float: none;
width: 50%;
}
#kboard-default-document .kboard-document-navi .kboard-prev-document a {
justify-content: flex-start;
text-align: left;
}
#kboard-default-document .kboard-document-navi .kboard-next-document a {
justify-content: flex-end;
text-align: right;
}
#kboard-default-document .kboard-document-navi .navi-arrow {
position: static;
}
#kboard-default-document .kboard-control {
float: none;
display: flex;
justify-content: space-between;
padding: 20px 0;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
float: none;
position: static;
} #kboard-default-editor .kboard-attr-row {
display: flex;
flex-direction: column;
margin-bottom: 16px;
padding: 0;
background: transparent;
border-bottom: none;
float: none;
}
#kboard-default-editor .attr-name {
font-weight: 600;
margin-bottom: 8px;
font-size: 14px;
width: 100% !important;
float: none !important;
text-align: left;
padding: 0 !important;
}
#kboard-default-editor input[type=file] {
margin: 0;
padding: 8px 0;
width: 100%;
}
#kboard-default-editor .attr-value {
margin: 0 !important;
width: 100%;
padding: 0;
}
#kboard-default-editor .attr-value .attr-value-option {
display: inline-flex;
align-items: center;
margin-right: 16px;
cursor: pointer;
font-size: 14px;
color: var(--kboard-text);
}
#kboard-default-editor .attr-value .attr-value-option input[type=checkbox] {
appearance: none;
-webkit-appearance: none;
width: 18px !important;
height: 18px !important;
border: 1px solid var(--kboard-border);
border-radius: 4px;
background: #fff;
cursor: pointer;
position: relative;
margin-right: 8px;
vertical-align: middle;
outline: none;
margin: 0 8px 0 0; }
#kboard-default-editor .attr-value .attr-value-option input[type=checkbox]:checked {
background-color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
#kboard-default-editor input[type=text],
#kboard-default-editor input[type=email],
#kboard-default-editor input[type=password],
#kboard-default-editor select {
width: 100% !important;
}
#kboard-default-editor .kboard-content {
border: none;
padding: 0;
margin: 0;
background: transparent;
float: none;
}
#kboard-default-editor textarea {
width: 100% !important;
min-height: 400px;
border: 1px solid var(--kboard-border);
box-sizing: border-box;
}
#kboard-default-editor .kboard-control {
float: none;
display: flex;
justify-content: space-between;
}
#kboard-default-editor .kboard-control .left,
#kboard-default-editor .kboard-control .right {
float: none;
width: auto;
} #kboard-default-editor.confirm {
max-width: 400px;
margin: 60px auto;
padding: 30px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background: #fff;
box-shadow: var(--kboard-shadow-md);
}
#kboard-default-editor.confirm .kboard-confirm-row {
margin-bottom: 24px;
}
#kboard-default-editor.confirm .attr-name {
margin-bottom: 10px;
}
#kboard-default-editor.confirm .description {
color: var(--kboard-danger);
font-size: 13px;
margin-top: 8px;
font-weight: 500;
}
#kboard-default-editor.confirm input[type=password] {
width: 100%;
}
#kboard-default-editor.confirm .kboard-control {
justify-content: center;
flex-direction: column-reverse;
gap: 10px;
}
#kboard-default-editor.confirm .kboard-control .left,
#kboard-default-editor.confirm .kboard-control .right {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
margin: 0;
}
#kboard-default-editor.confirm .kboard-control button {
width: 100%;
height: 40px;
font-size: 15px;
}
#kboard-default-editor.confirm .kboard-control a {
width: 100%;
height: 40px;
background: #fff !important;
color: var(--kboard-text-muted) !important;
border: 1px solid var(--kboard-border);
box-shadow: none;
}
#kboard-default-editor.confirm .kboard-control a:hover {
background: var(--kboard-bg-alt) !important;
color: var(--kboard-text) !important;
border-color: var(--kboard-text-muted);
} #kboard-default-editor .kboard-row-postcode {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
#kboard-default-editor .kboard-row-postcode input[type=text] {
width: 150px !important;
flex: 0 0 auto; }
#kboard-default-editor .kboard-row-postcode button {
height: 40px;
flex: 0 0 auto;
white-space: nowrap;
margin: 0 !important;
}
#kboard-default-editor .kboard-row-address-1,
#kboard-default-editor .kboard-row-address-2 {
display: block;
width: 100%;
margin-bottom: 8px;
}
#kboard-default-editor .kboard-row-address-2 {
margin-bottom: 0;
}
#kboard-default-editor .kboard-row-address-1 input[type=text],
#kboard-default-editor .kboard-row-address-2 input[type=text] {
width: 100% !important;
} #kboard-default-latest {
width: 100%;
background: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
overflow: hidden;
box-sizing: border-box;
}
#kboard-default-latest table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
border: 0;
}
#kboard-default-latest thead th {
padding: 10px;
background: var(--kboard-bg-alt);
border-bottom: 1px solid var(--kboard-border);
font-size: 13px;
color: var(--kboard-text-muted);
font-weight: 600;
text-align: center;
border-top: 0;
border-left: 0;
border-right: 0;
}
#kboard-default-latest tbody tr {
border-bottom: 1px solid var(--kboard-border);
background: #fff;
}
#kboard-default-latest tbody tr:last-child {
border-bottom: none;
}
#kboard-default-latest tbody tr:hover {
background-color: var(--kboard-bg-alt);
}
#kboard-default-latest td {
padding: 12px 16px;
vertical-align: middle;
font-size: 14px;
border: 0;
}
#kboard-default-latest .kboard-latest-title {
text-align: left;
}
#kboard-default-latest .kboard-latest-title a {
display: block;
color: var(--kboard-text);
text-decoration: none;
}
#kboard-default-latest .kboard-latest-title a:hover {
color: var(--kboard-primary);
}
#kboard-default-latest .kboard-default-cut-strings {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#kboard-default-latest .kboard-latest-date,
#kboard-default-latest .kboard-latest-author {
color: var(--kboard-text-muted);
font-size: 13px;
text-align: center;
width: 90px;
} #kboard-default-editor .kboard-tree-category-wrap {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 100%;
margin-bottom: 20px;
}
#kboard-default-editor .kboard-tree-category-wrap select {
flex: 1;
min-width: 120px;
width: auto;
} @media screen and (max-width: 1024px) {
#kboard-default-list .kboard-search.dropdown-search {
position: inherit;
right: auto;
top: auto;
margin-bottom: 3.75rem;
text-align: center;
}
#kboard-default-list .kboard-search.dropdown-search input {
background: var(--color-light-green);
border-color: #e2f3e9;
}
#kboard-default-list .kboard-category.kboard-category-dropdown .category-item-wrap .category-item-label img {
width:20px;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form {
justify-content: center;
}
}
@media screen and (max-width: 768px) { #kboard-default-list .kboard-list thead {
display: none;
} #kboard-default-list .kboard-list tbody tr {
display: block;
padding: 16px;
border-bottom: 1px solid var(--kboard-border);
} #kboard-default-list .kboard-list-uid,
#kboard-default-list .kboard-list-date,
#kboard-default-list .kboard-list-vote,
#kboard-default-list .kboard-list-view,
#kboard-default-list .kboard-list-user {
display: none;
} #kboard-default-list .kboard-list td.kboard-list-title {
display: block;
padding: 0;
width: 100%;
text-align: left;
background: transparent;
}
#kboard-default-list .kboard-list-title .kboard-default-cut-strings {
white-space: normal;
font-size: 16px;
line-height: 1.4;
margin-bottom: 8px;
} #kboard-default-list .kboard-mobile-contents {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
font-size: 12px;
}
#kboard-default-list .kboard-mobile-contents .contents-separator {
color: #e2e8f0;
} #kboard-default-list .kboard-search {
display: flex;
justify-content: center;
}
#kboard-default-list .kboard-search form {  display: flex; align-items: center;
max-width: fit-content;
}
#kboard-default-list .kboard-search select,
#kboard-default-list .kboard-search input,
#kboard-default-list .kboard-search button {   } #kboard-default-list .kboard-category.kboard-category-dropdown form select {
width: 100px;
font-size: 15px;
padding: 8px 12px;
}
#kboard-default-list .kboard-category.kboard-category-dropdown {
margin-bottom: 2.5rem;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form {
gap: 2rem;
}
#kboard-default-list .kboard-search input {
height:40px; 
line-height:40px;
}
#kboard-default-list .kboard-search button {
width: 40px; 
height:40px; 
background-size: 13px; 
} #kboard-default-document .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-default-document .kboard-control .left,
#kboard-default-document .kboard-control .right {
width: 100%;
justify-content: center;
flex-wrap: wrap; white-space: normal;
}
#kboard-default-document .kboard-control a,
#kboard-default-document .kboard-control button {
flex: 1;
text-align: center;
min-width: 0; } #kboard-default-editor .kboard-control {
flex-direction: column;
gap: 10px;
}
#kboard-default-editor .kboard-control .left,
#kboard-default-editor .kboard-control .right {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
} #kboard-default-list .kboard-pagination {
padding: 20px 0;
margin-bottom: 20px;
}
#kboard-default-list .kboard-pagination ul {
flex-wrap: wrap;
justify-content: center;
} #kboard-default-latest thead,
#kboard-default-latest .kboard-latest-author {
display: none;
}
#kboard-default-latest tbody tr {
display: flex;
flex-direction: column;
padding: 8px 0;
}
#kboard-default-latest td.kboard-latest-title {
display: block;
width: 100%;
padding-bottom: 4px;
border: none;
}
#kboard-default-latest td.kboard-latest-date {
display: block;
width: 100%;
text-align: left;
font-size: 12px;
padding-top: 5px;
padding-bottom: 8px;
border: none;
color: var(--kboard-text-muted);
}
#kboard-default-list .kboard-pagination li {
padding-left: 0.25rem;
}
#kboard-default-list .kboard-pagination li a {
min-width: 30px;
height: 30px;
padding: 0 5px;
font-size: 13px;
} .kboard-document-navi {
flex-direction: column;
}
#kboard-default-document .kboard-document-navi .kboard-prev-document,
#kboard-default-document .kboard-document-navi .kboard-next-document {
width: 100%;
}
}
@media screen and (max-width: 480px) {
#kboard-default-list .kboard-search.dropdown-search {
margin-bottom: 2.5rem;
}
#kboard-default-list .kboard-category.kboard-category-dropdown {
margin-bottom: 2rem;
}
#kboard-default-list .kboard-search input {
width: 90%;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form {
gap: 0.75rem;
flex-direction: column;
}
#kboard-default-list .kboard-category.kboard-category-dropdown .category-item-wrap {
gap: 1.5rem;
}
#kboard-default-list .kboard-category.kboard-category-dropdown form select {
width: calc(100% - 20px - 1.5rem);
font-size: 14px;
padding: 8px 16px;
}
#kboard-default-list .kboard-search.dropdown-search {
margin-bottom: 1.5rem;
}
} #kboard-default-list .kboard-tree-category-search {
margin-bottom: 20px;
padding: 15px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
text-align: left; }
#kboard-default-list .kboard-tree-category-search .kboard-tree-category-wrap {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start; align-items: center;
} #kboard-default-list .kboard-tree-category-search .kboard-search-option-wrap {
display: inline-block;
} #kboard-default-list .kboard-tree-category-search select {
height: 38px;
padding: 0 36px 0 16px;
border: 1px solid var(--kboard-border);
border-radius: 999px; background-color: #fff;
font-size: 14px;
color: var(--kboard-text-muted);
font-weight: 500;
min-width: 120px;
cursor: pointer;
transition: all 0.2s ease;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 10px;
}
#kboard-default-list .kboard-tree-category-search select:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}   #kboard-default-list .kboard-category.category-mobile {
display: none;
}
#kboard-default-list .kboard-category.category-pc {
display: block;
margin-bottom: 20px;
padding: 15px;
background-color: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
} #kboard-default-list .kboard-category.category-pc .kboard-category-list {
list-style: none;
padding: 0;
margin: 0 0 10px 0; display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li a {
display: block;
padding: 6px 16px;
font-size: 14px;
font-weight: 500;
color: var(--kboard-text-muted);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px; transition: all 0.2s ease;
text-decoration: none;
}
#kboard-default-list .kboard-category.category-pc .kboard-category-list li a:hover {
border-color: var(--kboard-primary);
color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
} #kboard-default-list .kboard-category.category-pc .kboard-category-list li.kboard-category-selected a {
background-color: var(--kboard-primary);
border-color: var(--kboard-primary);
color: #fff;
font-weight: 600;
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
} #kboard-default-list .kboard-category.category-mobile select {
width: auto;
min-width: 120px;
height: 38px;
padding: 0 12px;
margin-right: 5px;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
background-color: #fff;
font-size: 14px;
color: var(--kboard-text);
} @media screen and (max-width: 600px) {
#kboard-default-list .kboard-category.category-pc {
display: none;
}
#kboard-default-list .kboard-category.category-mobile {
display: block;
margin-bottom: 20px;
padding: 10px;
background: var(--kboard-bg-alt);
border-radius: var(--kboard-radius);
}
#kboard-default-list .kboard-category.category-mobile form {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
#kboard-default-list .kboard-category.category-mobile select {
flex: 1;
width: 100%;
min-width: 140px; }
} #kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 44px;
position: relative;
margin: 8px 0 0;
padding: 12px;
min-height: 280px;
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
overflow: visible;
}
@media screen and (max-width: 768px) {
#kboard-editor-root,
.kboard-editor-root-editorjs,
.kboard-editor-scaffold {
--kboard-editorjs-left-gutter: 36px;
}
}
#kboard-editor-root:focus-within,
.kboard-editor-root-editorjs:focus-within,
.kboard-editor-scaffold:focus-within {
border-color: var(--kboard-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
#kboard-editor-root .codex-editor,
.kboard-editor-root-editorjs .codex-editor,
.kboard-editor-scaffold .codex-editor {
position: relative;
z-index: 1;
overflow: visible;
}
#kboard-editor-root .codex-editor__redactor,
.kboard-editor-root-editorjs .codex-editor__redactor,
.kboard-editor-scaffold .codex-editor__redactor {
overflow: visible;
}
#kboard-editor-root .ce-block,
.kboard-editor-root-editorjs .ce-block,
.kboard-editor-scaffold .ce-block {
padding: 2px 0;
margin-bottom: 8px;
}
#kboard-editor-root .ce-block:last-child,
.kboard-editor-root-editorjs .ce-block:last-child,
.kboard-editor-scaffold .ce-block:last-child {
margin-bottom: 0;
}
#kboard-editor-root .ce-block__content,
#kboard-editor-root .ce-toolbar__content,
.kboard-editor-root-editorjs .ce-block__content,
.kboard-editor-root-editorjs .ce-toolbar__content,
.kboard-editor-scaffold .ce-block__content,
.kboard-editor-scaffold .ce-toolbar__content {
max-width: calc(100% - var(--kboard-editorjs-left-gutter));
margin-left: var(--kboard-editorjs-left-gutter);
margin-right: 0;
}
#kboard-editor-root .ce-paragraph,
#kboard-editor-root .ce-header,
#kboard-editor-root .cdx-list,
.kboard-editor-root-editorjs .ce-paragraph,
.kboard-editor-root-editorjs .ce-header,
.kboard-editor-root-editorjs .cdx-list,
.kboard-editor-scaffold .ce-paragraph,
.kboard-editor-scaffold .ce-header,
.kboard-editor-scaffold .cdx-list {
color: var(--kboard-text);
line-height: 1.7;
}
#kboard-editor-root .ce-paragraph[data-placeholder]:empty::before,
#kboard-editor-root .ce-header[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-root-editorjs .ce-header[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-paragraph[data-placeholder]:empty::before,
.kboard-editor-scaffold .ce-header[data-placeholder]:empty::before {
color: var(--kboard-text-muted);
opacity: 0.7;
}
#kboard-editor-root .ce-toolbar,
#kboard-editor-root .ce-inline-toolbar,
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
#kboard-editor-root .ce-settings,
.kboard-editor-root-editorjs .ce-toolbar,
.kboard-editor-root-editorjs .ce-inline-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-settings,
.kboard-editor-scaffold .ce-toolbar,
.kboard-editor-scaffold .ce-inline-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-settings {
left: 0;
right: 0;
overflow: visible;
visibility: visible;
opacity: 1;
z-index: 1000;
}
#kboard-editor-root .ce-toolbar__plus,
#kboard-editor-root .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-toolbar__plus,
.kboard-editor-scaffold .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
color: var(--kboard-text);
background-color: #fff;
border: 1px solid var(--kboard-border);
border-radius: 999px;
box-shadow: var(--kboard-shadow-sm);
}
#kboard-editor-root .ce-toolbar__plus:hover,
#kboard-editor-root .ce-toolbar__plus:focus,
#kboard-editor-root .ce-toolbar__settings-btn:hover,
#kboard-editor-root .ce-toolbar__settings-btn:focus,
.kboard-editor-root-editorjs .ce-toolbar__plus:hover,
.kboard-editor-root-editorjs .ce-toolbar__plus:focus,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:hover,
.kboard-editor-root-editorjs .ce-toolbar__settings-btn:focus,
.kboard-editor-scaffold .ce-toolbar__plus:hover,
.kboard-editor-scaffold .ce-toolbar__plus:focus,
.kboard-editor-scaffold .ce-toolbar__settings-btn:hover,
.kboard-editor-scaffold .ce-toolbar__settings-btn:focus {
color: var(--kboard-primary);
border-color: var(--kboard-primary);
background-color: var(--kboard-bg-alt);
}
#kboard-editor-root .ce-block:focus-within .ce-toolbar__plus,
#kboard-editor-root .ce-block:focus-within .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--focused .ce-toolbar__plus,
#kboard-editor-root .ce-block--focused .ce-toolbar__settings-btn,
#kboard-editor-root .ce-block--empty .ce-toolbar__plus,
#kboard-editor-root .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__plus,
.kboard-editor-root-editorjs .ce-block--empty .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block:focus-within .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--focused .ce-toolbar__settings-btn,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__plus,
.kboard-editor-scaffold .ce-block--empty .ce-toolbar__settings-btn {
visibility: visible;
opacity: 1;
}
#kboard-editor-root .ce-popover,
#kboard-editor-root .ce-conversion-toolbar,
.kboard-editor-root-editorjs .ce-popover,
.kboard-editor-root-editorjs .ce-conversion-toolbar,
.kboard-editor-scaffold .ce-popover,
.kboard-editor-scaffold .ce-conversion-toolbar {
border: 1px solid var(--kboard-border);
box-shadow: var(--kboard-shadow-sm);
}
.kboard-content hr,
.kboard-content .kboard-editorjs-delimiter,
.kboard-content .kboard-editorjs-block-delimiter,
.kboard-document-content hr,
.kboard-document-content .kboard-editorjs-delimiter,
.kboard-document-content .kboard-editorjs-block-delimiter {
margin: 18px 0;
border: 0;
height: 0;
border-top: 1px solid var(--kboard-border);
}
.kboard-content pre,
.kboard-content .kboard-editorjs-code,
.kboard-content .kboard-editorjs-block-code,
.kboard-document-content pre,
.kboard-document-content .kboard-editorjs-code,
.kboard-document-content .kboard-editorjs-block-code {
margin: 16px 0;
padding: 12px;
overflow: auto;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-radius: var(--kboard-radius);
font-size: 13px;
line-height: 1.6;
}
.kboard-content table,
.kboard-content .kboard-editorjs-table,
.kboard-content .kboard-editorjs-block-table,
.kboard-document-content table,
.kboard-document-content .kboard-editorjs-table,
.kboard-document-content .kboard-editorjs-block-table {
width: 100%;
margin: 16px 0;
border-collapse: collapse;
border: 1px solid var(--kboard-border);
font-size: 14px;
}
.kboard-content table th,
.kboard-content table td,
.kboard-content .kboard-editorjs-table th,
.kboard-content .kboard-editorjs-table td,
.kboard-content .kboard-editorjs-block-table th,
.kboard-content .kboard-editorjs-block-table td,
.kboard-document-content table th,
.kboard-document-content table td,
.kboard-document-content .kboard-editorjs-table th,
.kboard-document-content .kboard-editorjs-table td,
.kboard-document-content .kboard-editorjs-block-table th,
.kboard-document-content .kboard-editorjs-block-table td {
padding: 10px;
border: 1px solid var(--kboard-border);
vertical-align: top;
}
.kboard-content .kboard-warning,
.kboard-content .kboard-editorjs-warning,
.kboard-content .kboard-editorjs-block-warning,
.kboard-document-content .kboard-warning,
.kboard-document-content .kboard-editorjs-warning,
.kboard-document-content .kboard-editorjs-block-warning {
margin: 16px 0;
padding: 12px 14px;
background-color: var(--kboard-bg-alt);
border: 1px solid var(--kboard-border);
border-left: 3px solid var(--kboard-primary);
border-radius: var(--kboard-radius);
line-height: 1.7;
}
.kboard-content .kboard-editorjs-checklist,
.kboard-content .kboard-editorjs-block-checklist,
.kboard-document-content .kboard-editorjs-checklist,
.kboard-document-content .kboard-editorjs-block-checklist {
margin: 16px 0;
padding-left: 0;
list-style: none;
}
.kboard-content .kboard-editorjs-checklist li,
.kboard-content .kboard-editorjs-block-checklist li,
.kboard-document-content .kboard-editorjs-checklist li,
.kboard-document-content .kboard-editorjs-block-checklist li {
margin: 0 0 8px;
padding-left: 2px;
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 38px; line-height: 38px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 0.7 !important; transform: translateY(0px); background-color:#333 !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.25em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; background-color: #f4f4f4; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 10px 8px 10px; font-size: var(--fontsize-default); border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: var(--color-text); }
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(96% / 3); border-radius: 10px; overflow: hidden;  box-sizing: border-box; border: 1px solid #ddd; transition:0.2s all linear;}
#kboard-gallery-list.kboard-product-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 354 / 227; background:#ffffff; box-sizing: border-box; padding: 10px 10px 0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list.kboard-product-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 354 / 227; object-fit: cover; object-position: center; border-radius: 10px;}
#kboard-gallery-list.kboard-product-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 354 / 227; object-fit: contain; object-position: center; }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {color: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); margin-bottom:0.25em;}
#kboard-gallery-list.kboard-product-list .kboard-list .kboard-gallery-item .kboard-list-contents {box-sizing: border-box; padding: 1.5rem 1.5rem 1.75rem !important; border:none !important; text-align: center;} 
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {padding: 0 !important; display: flex; flex-direction: column; gap: 0.875rem; margin-top: 0 !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:24px; width: 100%; text-overflow: ellipsis; overflow: hidden;} #kboard-gallery-list.kboard-product-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #555; margin-top:0.75rem; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; height: 3rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {color: var(--color-textgray); font-size:var(--fontsize-small); margin-top:1em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item:hover .kboard-list-contents .kboard-list-title {color: var(--color-primary);}
#kboard-gallery-list .kboard-list .kboard-gallery-item:hover .kboard-list-contents .kboard-list-desc {color: var(--color-text);}
#kboard-gallery-list .kboard-list .kboard-gallery-item:hover {border-color: var(--color-primary); transition:0.2s all linear; box-shadow: 0 10px 30px rgba(15, 118, 59, 0.1);} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/product/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/product/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin: 3rem 0; padding: 20px;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap: 5px;}
#kboard-gallery-list .kboard-search select { display: inline; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 300px; min-width: 0; max-width: 300px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button {border-radius:var(--bd-radius); border:0; height:40px; line-height: 40px; padding: 0 20px; font-size: var(--fontsize-default); background:var(--color-primary) !important; color:#fff; }
#kboard-gallery-list .kboard-search button:hover {background-color: var(--color-primary); transform:translateY(0);}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } #kboard-document, #kboard-default-editor { margin: 3.75rem auto 0; width: 100%; max-width: 1600px;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;} #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
}
#kboard-main-product {}
#kboard-main-product .kboard-latest-item-wrap {width: 100%;}
#kboard-main-product .main-board-item {border-radius: 10px; box-sizing: border-box; border: 1px solid #ddd; overflow: hidden;transition: 0.2s all linear;}
#kboard-main-product .main-board-item .kboard-latest-thumbnail {position: relative; padding: 10px 10px 0;}
#kboard-main-product .main-board-item .kboard-latest-thumbnail img {width: 100%; height: 100%; object-fit: cover; aspect-ratio: 358 / 230; border-radius: 10px; background:#F2FBF6;}
#kboard-main-product .main-board-item .kboard-latest-content {box-sizing: border-box; padding: 1.75rem; }
#kboard-main-product .main-board-item .kboard-latest-info {text-align: center;}
#kboard-main-product .main-board-item .kboard-latest-title {font-size: 22px; font-weight: 600;}
#kboard-main-product .main-board-item .kboard-latest-desc { margin-top: 0.875rem; line-height: 1.4; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; font-size: 16px; height: 2.8rem; color: #333; transition: 0.2s all linear;}
#kboard-main-product .main-board-item:hover {border-color: var(--color-primary); transform: translateY(-10px); transition: 0.2s all linear;}
#kboard-main-product .main-board-item:hover .kboard-latest-title {color: var(--color-primary);}
#kboard-main-product .main-board-item:hover .kboard-latest-desc {color: #000; transition: 0.2s all linear;} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 1.75rem 1.625rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search select { float: left; margin-right: 1%; width: 29%; min-width: 29%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button { float: left; width: 20%; min-width: 20%; box-sizing: border-box; height:40px; padding: 0 10px; line-height: 40px;} #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 13px;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; }
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 38px; line-height: 38px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 0.7 !important; transform: translateY(0px); background-color:#333 !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.25em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; background-color: #f4f4f4; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 10px 8px 10px; font-size: var(--fontsize-default); border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: var(--color-text); }
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(96% / 3); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 5 / 3; background:#ffffff;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 5 / 3; object-fit: cover; object-position: center;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 5 / 3; object-fit: contain; object-position: center; }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {color: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); margin-bottom:0.25em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents {box-sizing: border-box; border: 1px solid #ddd;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {padding: 2rem 2.5rem 2.25rem; display: flex; flex-direction: column; gap: 0.875rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:24px; width: 100%; text-overflow: ellipsis; overflow: hidden;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {color: var(--color-primary);font-size: var(--fontsize-default); font-family:var(--font-family); text-decoration: none;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #555;
text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; height: 4.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {color: var(--color-textgray); font-size:var(--fontsize-small); margin-top:1em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-title {color: var(--color-primary);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-desc {color: var(--color-text);} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/program/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/program/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin: 3rem 0; padding: 20px;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap: 5px;}
#kboard-gallery-list .kboard-search select { display: inline; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 300px; min-width: 0; max-width: 300px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button {border-radius:var(--bd-radius); border:0; height:40px; line-height: 40px; padding: 0 20px; font-size: var(--fontsize-default); background:var(--color-primary) !important; color:#fff; }
#kboard-gallery-list .kboard-search button:hover {background-color: var(--color-primary); transform:translateY(0);}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } #kboard-document, #kboard-default-editor { margin: 3.75rem auto 0; width: 100%; max-width: 1600px;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;} #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 1.75rem 1.625rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search select { float: left; margin-right: 1%; width: 29%; min-width: 29%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button { float: left; width: 20%; min-width: 20%; box-sizing: border-box; height:40px; padding: 0 10px; line-height: 40px;} #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 13px;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; }
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 38px; line-height: 38px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 0.7 !important; transform: translateY(0px); background-color:#333 !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.25em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; background-color: #f4f4f4; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 10px 8px 10px; font-size: var(--fontsize-default); border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: var(--color-text); }
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(96% / 3); }
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 380 / 250; background:#ffffff; position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 380 / 250; object-fit: cover; object-position: center;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 380 / 250; object-fit: contain; object-position: center; }
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-category {color: #fff; background: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); border-radius: 2rem; position: absolute; left: 1.5rem; top: 1.25rem; padding: 5px 1.25rem; margin-bottom: 0;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-contents {box-sizing: border-box; border: none !important; padding: 1.5rem 2rem 2rem !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {padding: 2rem 2.5rem 2.25rem; display: flex; flex-direction: column; gap: 0.875rem;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:clamp(18px, 2.5vw, 24px); width: 100%; text-overflow: ellipsis; overflow: hidden;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {color: var(--color-primary);font-size: var(--fontsize-default); font-family:var(--font-family); text-decoration: none;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #555;
text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; height: 3rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {color: var(--color-textgray); font-size:var(--fontsize-small); margin-top:1em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-title {color: var(--color-primary);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-desc {color: var(--color-text);} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/program02/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/program02/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin: 3rem 0; padding: 20px;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap: 5px;}
#kboard-gallery-list .kboard-search select { display: inline; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 300px; min-width: 0; max-width: 300px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button {border-radius:var(--bd-radius); border:0; height:40px; line-height: 40px; padding: 0 20px; font-size: var(--fontsize-default); background:var(--color-primary) !important; color:#fff; }
#kboard-gallery-list .kboard-search button:hover {background-color: var(--color-primary); transform:translateY(0);}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } #kboard-document, #kboard-default-editor { margin: 3.75rem auto 0; width: 100%; max-width: 1600px;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;} #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
}
#kboard-main-program {}
#kboard-main-program .kboard-latest-item-wrap {width: 100%;}
#kboard-main-program .main-board-item {border-radius: 10px; box-sizing: border-box; border: 1px solid #ddd; overflow: hidden; transition: 0.2s all linear;}
#kboard-main-program .main-board-item .kboard-latest-thumbnail {position: relative; width: 100%; height: 100%;}
#kboard-main-program .main-board-item .kboard-latest-thumbnail a {display: block; width: 100%; height: 100%; overflow: hidden;}
#kboard-main-program .main-board-item .kboard-latest-thumbnail img {width: 100%; height: 100%; object-fit: cover; aspect-ratio: 380 / 250;transform: scale(1); transition: 0.2s all linear;}
#kboard-main-program .main-board-item .kboard-latest-content {box-sizing: border-box; padding: 1.5rem 1.75rem; }
#kboard-main-program .main-board-item .kboard-latest-category {position: absolute; left: 1.5rem; top: 1.5rem; background: var(--color-orange); color: #fff; padding: 5px 1.25rem; font-size: 15px; border-radius: 2rem; letter-spacing: -0.5px;}
#kboard-main-program .main-board-item .kboard-latest-info {border-bottom: 1px solid #eee; padding-bottom: 1.5rem; margin-bottom: 1.375rem;}
#kboard-main-program .main-board-item .kboard-latest-title {font-size: 22px; font-weight: 500; }
#kboard-main-program .main-board-item .kboard-latest-desc { margin-top: 0.75rem; line-height: 1.4; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; font-size: 16px; height: 2.8rem;color: #333;}
#kboard-main-program .main-board-item .program-link {display: flex; justify-content: end;}
#kboard-main-program .main-board-item .program-link span {color: var(--color-primary); display: inline-block; margin-left: 0.5rem; font-weight: 500;}
#kboard-main-program .main-board-item .program-link:hover {font-weight: 600; color: var(--color-primary);}
#kboard-main-program .main-board-item:hover {border-color: var(--color-primary); transition: 0.2s all linear;}
#kboard-main-program .main-board-item a:hover .kboard-latest-title, #kboard-main-program .main-board-item a:hover .program-link {color: var(--color-primary);}
#kboard-main-program .main-board-item a:hover .kboard-latest-desc {color: #000;}
#kboard-main-program .main-board-item:hover .kboard-latest-thumbnail img {transform: scale(1.1); transition: 0.2s all linear;} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-contents { padding: 1.5rem !important;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-category {left:1.25rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search select { float: left; margin-right: 1%; width: 29%; min-width: 29%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button { float: left; width: 20%; min-width: 20%; box-sizing: border-box; height:40px; padding: 0 10px; line-height: 40px;} #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 13px;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 2.75rem;}
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-category {top:0.75rem; left:0.75rem; font-size:12px; padding: 4px 1rem;}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; }
#kboard-gallery-list.program-list .kboard-list .kboard-gallery-item .kboard-list-contents {
padding: 1.25rem 1.5rem !important;
}
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 38px; line-height: 38px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: #333333 !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 0.7 !important; transform: translateY(0px); background-color:#333 !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.25em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 3.75rem 0 !important; padding: 0; list-style: none; border: 0; background-color: transparent !important; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0; padding: 0; border: 0; list-style: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 1.5rem !important; border: 1px solid var(--kboard-border) !important; text-decoration: none; text-shadow: none; box-shadow: none; color: #777 !important; font-weight: 400; border-radius: 10px; overflow: hidden;}
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a { font-weight: 400 !important; border-color:var(--color-primary) !important; background: var(--color-primary); color: #fff !important; }
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item {width:calc(96% / 3); position: relative; }
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item:before {content:''; width: 100%; height:60%; background: linear-gradient(to bottom, transparent, #000); position: absolute; left: 0; top: 40%; z-index: 1; transition: 0.2s all linear;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 1 / 1; background:#ffffff; position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center;transition: 0.3s all linear;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {color: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); margin-bottom:0.25em;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-contents {position: absolute; left:0; bottom:0;  box-sizing: border-box; border: none !important;  z-index: 9;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-contents a {display: flex; flex-direction: column; gap: 0.875rem; padding:1.5rem 2rem 1.75rem !important; }
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:24px; width: 100%; text-overflow: ellipsis; overflow: hidden;color: #fff;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-title a {color: #fff;font-size: var(--fontsize-default); font-family:var(--font-family); text-decoration: none;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #fff; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; height: 4.5rem;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-date {color: #fff; font-size:var(--fontsize-small); margin-top:1em;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item:hover .kboard-list-contents a .kboard-list-title {color:#fff;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item:hover .kboard-list-contents a .kboard-list-desc {color:#fff;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item:hover .kboard-list-thumbnail img {transform: scale(1.1); transition: 0.3s all linear;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item:hover .kboard-list-thumbnail img.thumbnail-default-img {transform: translate(-50%, -50%) scale(1.1); transition: 0.3s all linear;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-category {position: absolute; right: 1.5rem; top: 1.5rem; z-index: 9; color: #fff; background: linear-gradient(90deg, var(--color-main-green), var(--color-orange)); padding: 6px 20px; border-radius: 1rem;} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/review/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/review/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; margin: 3rem 0; padding: 20px;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap: 5px;}
#kboard-gallery-list .kboard-search select { display: inline; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input { display: inline; margin: 0; padding: 0 5px; width: 300px; min-width: 0; max-width: 300px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button {border-radius:var(--bd-radius); border:0; height:40px; line-height: 40px; padding: 0 20px; font-size: var(--fontsize-default); background:var(--color-primary) !important; color:#fff; }
#kboard-gallery-list .kboard-search button:hover {background-color: var(--color-primary); transform:translateY(0);}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } .star-rating {
display: inline-flex;
flex-direction: row-reverse;
}
.star-rating input {
display: none;
}
.star-rating label span {
font-size: 28px;
color: #ddd;
cursor: pointer;
transition: 0.2s;
}
.star-rating label:hover span,
.star-rating label:hover ~ label span {
color: #ffc107;
}
.star-rating input:checked + label span,
.star-rating input:checked ~ label span {
color: #ffc107;
}
#kboard-default-document .kboard-detail .detail-attr.detail-writer {
width: 50%;
}
#kboard-default-document .kboard-detail .detail-attr.detail-rate {
width: 100%;
}  
#kboard-default-document .detail-rate .detail-value {
display: flex;
align-items: center;
}
.star-display {
display: flex;
line-height: 1;
}
.star-display .star-on {
font-size: 16px;
color: #ffc107;
}
.star-display .star-off {
font-size: 16px;
color: #ddd;
} #kboard-document, #kboard-default-editor { margin: 3.75rem auto 0; width: 100%; max-width: 1600px;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;} #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-latest-rating .star-display .star-on,
.kboard-latest-rating .star-display .star-off {
font-size: 22px;
}
.kboard-latest-desc {
font-size: 18px;
line-height: 1.6;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 3;
height: 5rem;
margin: 1rem 0 0;
}
.kboard-latest-date {
font-size: 14px;
color: #888;
font-style: italic;
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -5px;
}
.kboard-main-review {
}
.kboard-main-review .main-board-item {
position: relative;
}
.kboard-main-review .club-thumnail {
background: #fff;
} 
.kboard-main-review .club-thumnail img {
width: 100%;
height: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
transform: scale(1); 
transition: 0.2s all ease-in-out;
} 
.kboard-main-review .club-info {
position: absolute;
left: 2rem;
bottom: 2rem;
width:calc(100% - 4rem);
z-index: 2;
} 
.kboard-main-review .club-info .kboard-latest-desc {
margin-top: 0.5rem;
line-height: 1.5;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
font-size: 16px;
max-height: 10rem;
overflow: hidden;
}
.club-thumnail {box-sizing: border-box; border-radius: 10px; overflow: hidden;}
.club-thumnail a {display: block; position: relative; }
.club-thumnail a:before {content:''; width: 100%; height: 60%; background: linear-gradient(to top, #000, transparent); position: absolute; left: 0; bottom:0; opacity: 0.8;transition: 0.2s all linear;z-index: 1;}
.club-thumnail .kboard-latest-desc {color: #fff; height: auto;}
.club-thumnail:hover a:before {opacity: 1; transition: 0.2s all linear;}
.club-thumnail:hover a img {transform: scale(1.05); transition: 0.2s all ease-in-out;} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item {width:calc(98% / 2) !important}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-contents {padding: 0;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents { padding: 1.5rem; }
.kboard-latest-desc {font-size: 16px;}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents {padding: 1.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 1.75rem 1.625rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-contents a {padding: 1.5rem 1.5rem 1.75rem !important;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-category { font-weight: 500; line-height: 1;    padding: 8px 18px; right:1rem; top:1rem; font-size: 13px;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;}
#kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item .kboard-list-date {margin-top: 0.5rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search select { float: left; margin-right: 1%; width: 29%; min-width: 29%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search input { float: left; margin-right: 1%; width: 49%; min-width: 49%; height: 40px; line-height: 40px; box-sizing: border-box; }
#kboard-gallery-list .kboard-search button { float: left; width: 20%; min-width: 20%; box-sizing: border-box; height:40px; padding: 0 10px; line-height: 40px;} #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 13px;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-attr.detail-writer {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; } #kboard-gallery-list.kboard-review-list .kboard-list .kboard-gallery-item {width: 100% !important;}
}

:root {
--color-primary:#0f763b;
--color-secondary:#0a8e43;
--color-text:#000;
--color-textgray:#999999;
--fontsize-default:16px;
--fontsize-small:14px;
--font-family:Pretendard,Noto Sans,sans-serif;
--maxwidth:1600px;
--bd-radius:0px;
--kboard-radius: 0px;
--kboard-border: #ddd;
--kboard-primary: #0f763b;
--kboard-primary-hover: #0f763b;
}
a.kboard-gallery-button-small, a.kboard-default-button-small,
input.kboard-gallery-button-small, input.kboard-default-button-small,
button.kboard-gallery-button-small, button.kboard-default-button-small
{ position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 20px; width: auto; height: 40px; line-height: 40px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: var(--color-primary) !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; font-size: 15px; border-radius: 8px;}
a.kboard-gallery-button-medium,
input.kboard-gallery-button-medium,
button.kboard-gallery-button-medium {position: relative; display: inline-block; zoom: 1; margin: 0; padding: 0 10px; font-size: var(--fontsize-default); font-weight: normal; letter-spacing: normal; color: #fff !important; background: var(--color-primary) !important; border: none; border-radius: var(--bd-radius); text-decoration: none !important; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; transition-duration: 0.3s; box-sizing: content-box; width: 100px; height:50px; line-height:50px; text-align:center;}
a.kboard-gallery-button-small:hover,
a.kboard-gallery-button-small:focus,
a.kboard-gallery-button-small:active,
input.kboard-gallery-button-small:hover,
input.kboard-gallery-button-small:focus,
input.kboard-gallery-button-small:active,
button.kboard-gallery-button-small:hover,
button.kboard-gallery-button-small:focus,
button.kboard-gallery-button-small:active,
a.kboard-gallery-button-medium:hover, 
input.kboard-gallery-button-medium:hover, 
button.kboard-gallery-button-medium:hover,
a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active
{ opacity: 1 !important; transform: translateY(0px); border-radius: 8px; background-color:var(--color-primary) !important; }
[class*="kboard-gallery-button"].primary {background:var(--color-primary) !important}
[class*="kboard-gallery-button"].warning {background:rgb(255, 51, 0) !important}
.kboard-latest-empty-list-message { text-align: center; font-family: var(--font-family); color: var(--color-textgray);}
.kboard-gallery-new-notify { display: inline-block; zoom: 1; padding: 2px 4px; line-height: 10px; font-size: 10px; color: white; background-color: var(--color-secondary); font-weight: normal; vertical-align: middle; border-radius: 10px;}
.kboard-gallery-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; font-family: var(--font-family); line-height: 1.5;}
.kboard-gallery-cut-strings.lines-two {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-word;  white-space: normal; } #kboard-gallery-list { justify-content: center; display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; position: relative;  }
#kboard-gallery-list form { margin: 0; padding: 0; }
#kboard-gallery-list .kboard-list-header { float: left; display: table; padding-bottom: 15px; width: 100%; display:none;}
#kboard-gallery-list .kboard-list-header .kboard-total-count { float: left; display: table-cell; font-size: 14px; }
#kboard-gallery-list .kboard-list-header .kboard-sort { float: right; display: table-cell; text-align: right; }
#kboard-gallery-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-gallery-list .kboard-category { float: left; padding-bottom: 15px; width: 100%; }
#kboard-gallery-list .kboard-category.category-mobile { display: none; }
#kboard-gallery-list .kboard-category.category-pc { display: block; }
#kboard-gallery-list .kboard-category select { display: inline; margin: 0 0 5px 0; padding: 0 0.75em; width: 100%; min-width: 100%; height: 40px; min-height: 0; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border: 1px solid var(--color-textgray); background: white; vertical-align: middle; box-shadow: none; box-sizing: border-box; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; border-radius: 10px;}
#kboard-gallery-list .kboard-category select:focus-visible {border-color:var(--color-primary)}
#kboard-gallery-list .kboard-category .kboard-category-list { margin: 0 0 5px 0; padding: 0; list-style: none; border: 0; background-color: #f4f4f4; overflow: hidden; border-radius:var(--bd-radius); font-family: var(--font-family);}
#kboard-gallery-list .kboard-category .kboard-category-list li { display: inline-block; zoom: 1; margin: 0 5px 0 0; padding: 0; border: 0; list-style: none;  }
#kboard-gallery-list .kboard-category .kboard-category-list li::before,
#kboard-gallery-list .kboard-category .kboard-category-list li::after { display: none; }
#kboard-gallery-list .kboard-category .kboard-category-list li a { display: block; padding: 10px 10px 8px 10px; font-size: var(--fontsize-default); border: 0; border-bottom: 2px solid transparent; text-decoration: none; text-shadow: none; box-shadow: none; color: var(--color-text); border-radius: 10px !important; transition: 0.2s all linear;}
#kboard-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a{ font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-category .kboard-category-list li a:hover {border-color: var(--color-primary); background: var(--color-primary); color: #fff !important; transition: 0.2s all linear;}
#kboard-gallery-list .kboard-tree-category-wrap { float: left; padding-bottom: 15px; width: 100%; }
#kboard-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-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select { width: auto; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab { width: 100%; }
#kboard-gallery-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-gallery-list .kboard-tree-category li { display: inline-block; zoom: 1; margin: 0; padding: 0 5px; border: 0; list-style: none; }
#kboard-gallery-list .kboard-tree-category li::before,
#kboard-gallery-list .kboard-tree-category li::after { display: none; }
#kboard-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-gallery-list .kboard-tree-category li.kboard-category-selected a { font-weight: bold; border-bottom: 2px solid var(--color-text); color: var(--color-text); }
#kboard-gallery-list .kboard-tree-category-search { float: left; width: 100%; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap { margin-right: 5px; float: left; } #kboard-gallery-list .kboard-list {width: 100%; display: flex; flex-wrap: wrap; gap:3rem 2%; font-family: var(--font-family);}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(94% / 4); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail {aspect-ratio: 4 / 3; background:#ffffff; position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail a{}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img {width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-thumbnail img.thumbnail-default-img {width: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {color: var(--color-secondary); font-weight: 600; font-size: var(--fontsize-small); margin-bottom:0.25em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents {box-sizing: border-box; }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a {display: flex; flex-direction: column; gap: 0.875rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0; font-size:24px; width: 100%; text-overflow: ellipsis; overflow: hidden;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {color: var(--color-primary);font-size: var(--fontsize-default); font-family:var(--font-family); text-decoration: none;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {font-size: var(--fontsize-default); line-height: 1.5; color: #555;
text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; height: 4.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {color: var(--color-textgray); font-size:var(--fontsize-small); margin-top:1em;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-title {color: var(--color-primary);}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a:hover .kboard-list-desc {color: var(--color-text);} #kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice {position: relative;}
#kboard-gallery-list .kboard-list .kboard-gallery-item.kboard-list-notice .kboard-list-pin{position:absolute; top:0; left:0; background:#1E3250; color:#fff; padding: 4px; } #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: none; font-size: 13px; color: #999999; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-thumbnail { float: left; display: inline; margin: 0 10px 10px 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; border: 1px solid #f1f1f1; }
#kboard-gallery-list .kboard-list .kboard-mobile-contents .contents-item { display: inline; margin: 0; padding: 0; }
#kboard-gallery-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-gallery-list .kboard-list .kboard-mobile-contents .contents-separator { display: inline; margin: 0; padding: 0 2px; color: #bebebe; } #kboard-gallery-list .kboard-pagination { float: left; padding: 40px 0; margin-top:40px; width: 100%; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; list-style: none; text-align: center; border: 0; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: inline-block; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; vertical-align: top;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { display: block; margin: 0;  width: 35px; height: 35px; line-height: 34px; font-size: var(--fontsize-default); color: var(--color-text); text-decoration: none; border: 1px solid #dddddd; border-radius:5px; background-color: #fff; box-shadow: none; font-family: var(--font-family);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{font-size:0;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/trading/images/icon-pagination-double-arrow.png) no-repeat center/ 14px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a{background:url(https://uoracamp.com/wp-content/plugins/kboard/skin/trading/images/icon-pagination-single-arrow.png) no-repeat center/ 8px 15px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a {transform: rotate(180deg);}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {color: #fff; background-color: var(--color-primary); }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:before { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li:after { display: none; } #kboard-gallery-list .kboard-search {display: flex; align-items: flex-end; width: 100%; text-align: center; justify-content: end; margin: 0 0 5rem; padding: 0; }
#kboard-gallery-list .kboard-search.category-search {position: absolute; right: 0; top: 0; margin: 0;}
#kboard-gallery-list .kboard-search form {display: flex; align-items: center; gap:0px;}
#kboard-gallery-list .kboard-search select { display: none; margin: 0; padding: 0 5px; width: 100px; min-width: 0; max-width: 100px; height: 40px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: var(--bd-radius); border: 1px solid #dddddd; background: none; background-color: white; line-height: 40px; vertical-align: middle; box-shadow: none; box-sizing: border-box; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-list .kboard-search input {display: inline; margin: 0; padding: 0 1rem; width: 250px; min-width: 0; max-width: 300px; height: 46px; min-height: 0; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 5px 0 0 5px; border: 1px solid #e2f3e9; background: none; background-color: var(--color-light-green); line-height: 46px; vertical-align: middle; box-shadow: none; box-sizing: border-box;}
#kboard-gallery-list .kboard-search button {border-radius: 0 5px 5px 0; border: 0; height: 46px; line-height: 46px; width:46px; padding: 0; font-size: var(--fontsize-default); background: var(--color-primary) url(//uoracamp.com/wp-content/uploads/2026/07/icon-search.png) center / 20px no-repeat !important; color: #fff; text-indent: -99999px;}
#kboard-gallery-list .kboard-search button:hover { background-color: #0c532a !important; transform: translateY(0); opacity: 1 !important;}
#kboard-gallery-list .kboard-control { float: left; padding-bottom: 0; width: 100%; text-align: right;} #kboard-gallery-list .kboard-list-empty {text-align: center; color: var(--color-textgray); background: #f5f5f5; border-radius: 3rem; max-width: 500px; margin: auto; padding: 1rem 3rem;} #kboard-default-editor input[type=file] {padding: 0;}
#kboard-gallery-editor { overflow: hidden; }
#kboard-gallery-editor form { margin: 0; padding: 0; }
#kboard-gallery-editor select { display: inline; margin: 0; padding: 0 5px; font-size: var(--fontsize-default); width: 30%; height: 40px; line-height: 40px; color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; text-indent: 0; -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password] { display: inline; margin: 0; padding: 0 5px; width: 30%; height: 40px; line-height: 40px; font-size: var(--fontsize-default); color: var(--color-text); border-radius: 0; border: 0; border-bottom: 1px solid #dcdcdc; box-shadow: none; background: none; background-color: transparent; box-sizing: border-box; vertical-align: middle; }
#kboard-gallery-editor input[type=checkbox] { width: auto; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
#kboard-gallery-editor input[type=radio] { width: auto; -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
#kboard-gallery-editor select:hover,
#kboard-gallery-editor input[type=text]:hover,
#kboard-gallery-editor input[type=email]:hover,
#kboard-gallery-editor input[type=number]:hover,
#kboard-gallery-editor input[type=date]:hover,
#kboard-gallery-editor input[type=password]:hover { border-bottom: 1px solid #9e9e9e; }
#kboard-gallery-editor select:focus,
#kboard-gallery-editor input[type=text]:focus,
#kboard-gallery-editor input[type=email]:focus,
#kboard-gallery-editor input[type=number]:focus,
#kboard-gallery-editor input[type=date]:focus,
#kboard-gallery-editor input[type=password]:focus { border-bottom: 2px solid #9e9e9e; }
#kboard-gallery-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-gallery-editor .kboard-attr-title input { width: 100%;}
#kboard-gallery-editor .kboard-attr-row { float: left; padding: 5px 0; width: 100%; background-color: white; }
#kboard-gallery-editor .kboard-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 120px; line-height: 32px; color: var(--color-text); font-size: var(--fontsize-default); font-weight: 500; }
#kboard-gallery-editor .kboard-attr-row .attr-name img { display: inline; margin: 0; padding: 0; width: auto; max-width: 100%; vertical-align: middle; }
#kboard-gallery-editor .kboard-attr-row .attr-name .attr-required-text { color: red; font-weight: normal; font-size: 13px; }
#kboard-gallery-editor .kboard-attr-row.kboard-attr-content .attr-name { display: none; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0 0 0 140px; padding: 0; line-height: 32px; font-size: var(--fontsize-default); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option { display: inline; padding-right: 20px; width: auto; font-size: var(--fontsize-default); cursor: pointer; color: var(--color-text); }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-option input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label { display: inline; padding-right: 10px; width: auto; cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .attr-value-label input { cursor: pointer; }
#kboard-gallery-editor .kboard-attr-row .attr-value .description { margin: 0; color: #666666; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap { overflow: hidden; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { clear: both; float: left; margin-bottom: 5px; width: 30%; }
#kboard-gallery-editor .kboard-attr-attach {border-bottom: 1px dotted #ddd; }
#kboard-gallery-editor .kboard-content { float: left; margin: 0; padding: 9px 0; width: 100%; background-color: white; }
#kboard-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-gallery-editor .kboard-control { float: left; padding: 15px 0; width: 100%; }
#kboard-gallery-editor .kboard-control .left { position: static; float: left; }
#kboard-gallery-editor .kboard-control .right { position: static; float: right; width: 50%; text-align: right; }
#kboard-gallery-editor.confirm { margin: 100px auto; max-width: 590px; }
#kboard-gallery-editor.confirm input[type=password] { width: 100%; box-sizing: border-box; } #kboard-gallery-document { display: flex; flex-direction: column; zoom: 1; margin: 0 auto; width: 100%; max-width:var(--maxwidth);}
#kboard-gallery-document .kboard-document-wrap { float: left; width: 100%; background-color: white; }
#kboard-gallery-document .kboard-title { float: left; width: 100%; }
#kboard-gallery-document .kboard-title h1 { margin-bottom: 1em; padding: 0; color: var(--color-text); font-weight: bold; font-size: 30px; line-height: 1.5; text-align: left; letter-spacing: -0.5px;}
#kboard-gallery-document .kboard-category {}
#kboard-gallery-document .kboard-category .category-name {font-weight: 600; font-size:var(--fontsize-default); letter-spacing: -0.5px; display: inline-block; background:var(--color-secondary); color: #fff; padding: 0 10px;}
#kboard-gallery-document .kboard-detail { clear: both; float: left; width: 100%; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; background-color: #f9f9f9; font-size: var(--fontsize-default); }
#kboard-gallery-document .kboard-detail .detail-attr { display: inline-block; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-name { float: left; font-weight: bold; color: var(--color-textgray); text-align: right; }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: var(--color-textgray); }
#kboard-gallery-document .kboard-detail .detail-attr .detail-value a { color: var(--color-textgray); text-decoration: none; border: 0; box-shadow: none; }
#kboard-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-gallery-document .kboard-content { clear: both; float: left; width: 100%; min-height: 200px; }
#kboard-gallery-document .kboard-content .content-view { margin: 0; padding: 22px; word-break: break-all; font-family: var(--font-family);}
#kboard-gallery-document .kboard-content .content-view iframe { max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view img { display: inline; margin: 0; vertical-align: middle; max-width: 100%; }
#kboard-gallery-document .kboard-content .content-view hr { margin: 10px 0; padding: 0; height: 1px; border: 0; background-color: #f1f1f1; }
#kboard-gallery-document .kboard-content .content-view ul { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view ol { margin: 0.75em 0; }
#kboard-gallery-document .kboard-content .content-view p { margin: 0 0 0.75em; }
#kboard-gallery-document .kboard-content .content-view p:last-child { margin: 0; }
#kboard-gallery-document .kboard-content .content-view .thumbnail-area { text-align: center; }
#kboard-gallery-document .kboard-content .content-view .aligncenter { display: block; margin-right: auto; margin-left: auto; }
#kboard-gallery-document .kboard-content .content-view .alignright { float:right; }
#kboard-gallery-document .kboard-content .content-view .alignleft { float: left; }
#kboard-gallery-document .kboard-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; display: none;}
#kboard-gallery-document .kboard-document-action .left { position: static; float: left; }
#kboard-gallery-document .kboard-document-action .right { position: static; float: right; text-align: right; }
#kboard-gallery-document .kboard-attach { clear: both; margin: 0 22px; padding: 10px 0 5px 0; font-size: var(--fontsize-default); overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
#kboard-gallery-document .kboard-attach .kboard-attach-title {margin-bottom: 1em; color: var(--color-text);}
#kboard-gallery-document .kboard-attach button {font-size: var(--fontsize-default); padding: 10px; border:1px solid var(--color-primary); color: var(--color-primary); border-radius:12px; font-family: var(--font-family); margin-right: 10px; line-height: 1.15;}
#kboard-gallery-document .kboard-attach i {margin-right: 0.5em;}
#kboard-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-gallery-document .kboard-button-action span { position: static; display: inline; margin: 0; padding: 0; font-size: 13px; line-height: 12px; }
#kboard-gallery-document .kboard-button-like { color: #ff5959; }
#kboard-gallery-document .kboard-button-unlike { color: #3d62aa; }
#kboard-gallery-document .kboard-button-print { color: gray; }
#kboard-gallery-document .kboard-button-download { color: gray; }
#kboard-gallery-document .kboard-comments-area { float: left; width: 100%; }
#kboard-gallery-document .kboard-document-navi { float: left; margin-top:30px; margin-bottom:30px; padding-top: 30px; width: 100%; border-top:1px solid #f1f1f1;}
#kboard-gallery-document .kboard-document-navi a { display: block; text-decoration: none; border: 0; font-size: var(--fontsize-default); line-height: 20px; box-shadow: none; color: var(--color-text); transition-duration: .3s; }
#kboard-gallery-document .kboard-document-navi .navi-document-title { display: block; }
#kboard-gallery-document .kboard-document-navi .navi-arrow { position: absolute; display: block; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { position: relative; float: left; width: 45%; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title { padding-left: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow { left: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document:hover a { color: black; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { position: relative; float: right; width: 45%; text-align: right; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title { padding-right: 15px; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow { right: 0; top: 0; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document:hover a { color: black; }
#kboard-gallery-document .kboard-control { float: left; padding: 15px 0;  width: 100%;  border-top: 1px solid #ddd; margin-top:1em; padding-top:1em;}
#kboard-gallery-document .kboard-control .left { position: static; float: left; }
#kboard-gallery-document .kboard-control .right { position: static; float: right; text-align: right; }
#kboard-gallery-latest table { display: table; table-layout: fixed; width: 100%; border: 0; border-bottom: 1px solid #f1f1f1; }
#kboard-gallery-latest table tr { padding: 0; border: 0; }
#kboard-gallery-latest table th { padding: 5px 0; height: auto; border: 0; text-align: center; }
#kboard-gallery-latest table td { padding: 5px 0; height: auto; border: 0; border-top: 1px solid #f1f1f1; vertical-align: middle; }
#kboard-gallery-latest table td.kboard-latest-title { text-align: left; }
#kboard-gallery-latest table .kboard-latest-title { padding-left: 5px; font-size: 14px; }
#kboard-gallery-latest table .kboard-latest-title a { text-decoration: none; box-shadow: none; }
#kboard-gallery-latest table .kboard-latest-title img { display: inline; margin: 0; width: auto; height: auto; vertical-align: middle; max-width: 100%; }
#kboard-gallery-latest table .kboard-latest-title .kboard-comments-count { }
#kboard-gallery-latest table .kboard-latest-date { width: 80px; text-align: center; font-size: 14px; } #kboard-document, #kboard-default-editor { margin:0 auto; width: 100%; max-width: 1600px;}
.kboard-document-page .board-tit-wrap {margin-bottom: 0 !important;}
.kboard-document-page .sub-page-tit-wrap {display: none;}
#kboard-default-document .kboard-document-wrap {border:none; border-radius: 0;}
.kboard-document-options-group {margin-bottom: 0;}
#kboard-default-document .kboard-title h1 {text-align: center; font-size: 32px; font-family: var(--font-pretendard); border:none; margin-bottom: 2rem;}
#kboard-default-document .kboard-detail {background: none; padding: 0; gap: 0; border-top: 2px solid #000; border-bottom: none;}
#kboard-default-document .kboard-detail .detail-attr {width: 50%; border-bottom: 1px solid #ddd; gap: 0; font-family: var(--font-pretendard);font-size: 14px;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name {width: 240px; background-color: #f5f5f5; color: #000; font-weight: 600;padding: 0.875rem 1.5rem; font-size: 14px;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {width: calc(100% - 240px);padding: 0.875rem 1.5rem;}
#kboard-default-document .kboard-content { padding: 60px 30px; border-bottom: 1px solid #ddd;}
#kboard-default-document .content-view {color:#000; font-family: var(--font-family);}
.kboard-attach {background: none; padding: 0; display: flex; align-items: center; border-top: none; border-bottom: 1px solid #ddd;}
.kboard-attach .detail-value {display: flex; align-items: center; gap: 1.5rem;}
.kboard-attach .kboard-button-action {border: none; padding: 0; margin-right: 0;font-family: var(--font-family); font-size: 14px;}
.kboard-attach .kboard-button-action:hover {background: none; color:var(--color-primary)}
.kboard-attach .kboard-button-action.kboard-button-download {padding-left: 1.5rem; position: relative; background: none;}
.kboard-attach .kboard-button-action.kboard-button-download:before {content:''; width: 18px; height: 18px; background: url(//uoracamp.com/wp-content/uploads/2026/07/icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 1px;}
.kboard-document-navi {margin-top: 1.5rem; font-family: var(--font-family);}
#kboard-default-document .kboard-control {padding-top: 1.5rem;}
#kboard-default-document .kboard-document-navi .kboard-prev-document a, #kboard-default-document .kboard-document-navi .kboard-prev-document a:hover {transition: 0.2s all linear !important;}
#kboard-default-editor .attr-name {font-family: var(--font-family); font-size: 16px;}
#kboard-default-editor .kboard-attr-row {margin-bottom: 2rem; gap: 5px;}
#kboard-default-document iframe { width: 100% !important; height: auto !important; aspect-ratio: 16 / 9; display: block; max-width: 1000px; } #kboard-gallery-latest {
font-family: var(--font-family);
}
#kboard-gallery-latest .kboard-latest-item-wrap{
display: flex;
flex-direction: column;
row-gap: 16px;
}
#kboard-gallery-latest .kboard-latest-item{
display: flex;
justify-content: space-around;
align-items: center;
}
#kboard-gallery-latest .kboard-latest-thumbnail{
width: 30%;
aspect-ratio: 5/3;
}
#kboard-gallery-latest .kboard-latest-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#kboard-gallery-latest .kboard-latest-content {
width: 66%;
}
#kboard-gallery-latest .kboard-latest-title{
padding: 4px 0;
}
#kboard-gallery-latest .kboard-latest-title a{
text-decoration: none;
font-size:var(--fontsize-default);
}
#kboard-gallery-latest .kboard-latest-title a:hover {
color: var(--color-primary);
}
#kboard-gallery-latest .kboard-latest-category{
color: var(--color-secondary);
font-size:var(--fontsize-small);
font-weight: 600;
}
#kboard-gallery-latest .kboard-latest-date{
color: var(--color-textgray);
font-size:var(--fontsize-small);
}
.kboard-default-new-notify {
background-color: var(--kboard-danger);
color: #fff;
padding: 0;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
vertical-align: middle;
margin-right: 2px;
width: 20px;
height: 20px;
display: inline-block;
line-height: 20px;
text-align: center;
margin-top: -1px;
} @media screen and (max-width: 1200px) {
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 2rem 1.75rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 22px;}
}
@media screen and (max-width: 1024px) {
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 130px; text-align: center;}
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 130px);}
#kboard-gallery-list .kboard-search { justify-content: center; margin-bottom: 3.75rem;}
#kboard-gallery-list .kboard-search.category-search {position: inherit; right: auto; top: auto; margin-bottom: 3.75rem;}
}
@media screen and (max-width: 768px) {
:root {
--fontsize-default:14px;
--fontsize-small:13px;
}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small
{ padding: 0 15px; height: 34px; line-height: 34px;} .kboard-default-new-notify { width: 18px; height: 18px; line-height: 16px; margin-top: 0px;}
#kboard-gallery-list .kboard-category.category-mobile { display: block;}
#kboard-gallery-list .kboard-category.category-pc { display: none; }
#kboard-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.select { width: 100%; }
#kboard-gallery-list .kboard-list { gap: 2rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.5rem 1.75rem 1.625rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 20px;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width:calc(98% / 2); }
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title {margin:0;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title a {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-category {font-size: var(--fontsize-default)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-date {font-size: var(--fontsize-small)}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-desc {height: 4rem;} #kboard-gallery-list .kboard-list .kboard-mobile-contents { display: block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li { display: none; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page,
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.active { display: inline-block; }
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a { padding: 0 18px; } #kboard-gallery-list .kboard-search input {height:40px; line-height:40px;}
#kboard-gallery-list .kboard-search button {width: 40px; height:40px; background-size: 13px; min-width: 40px;}  #kboard-gallery-editor select,
#kboard-gallery-editor input[type=text],
#kboard-gallery-editor input[type=email],
#kboard-gallery-editor input[type=number],
#kboard-gallery-editor input[type=date],
#kboard-gallery-editor input[type=password],
#kboard-gallery-editor input[type=file] { width: 100% !important; box-sizing: border-box; }
#kboard-gallery-editor .kboard-attr-row { padding: 10px 0; }
#kboard-gallery-editor .kboard-attr-row .attr-name { padding: 0; width: 100%; font-size: 14px; }
#kboard-gallery-editor .kboard-attr-row .attr-value { margin: 0; }
#kboard-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select { margin-bottom: 10px; width: 100%; }
#kboard-gallery-editor.confirm { max-width: none; }
#kboard-default-editor .attr-name {font-size: 14px;} #kboard-gallery-document .kboard-title h1 { padding: 10px 5px; font-size: 18px; }
#kboard-gallery-document .kboard-content .content-view { padding: 10px 5px; }
#kboard-gallery-document .kboard-detail .detail-attr { clear: both; padding: 10px 5px; line-height: normal; }
#kboard-gallery-document .kboard-document-action { padding: 10px 5px 5px 5px; }
#kboard-gallery-document .kboard-attach { margin: 0 5px; padding: 10px 0 5px 0; }
#kboard-gallery-document .kboard-document-navi .kboard-prev-document { width: 100%; }
#kboard-gallery-document .kboard-document-navi .kboard-next-document { margin-top: 10px; float: left; width: 100%; text-align: left; }
#kboard-default-document {margin-bottom: 0;}
#kboard-document {margin-top: 1.75rem;}
#kboard-default-document .kboard-title h1 {margin-bottom: 0rem; font-size: clamp(20px, 4vw, 32px);}
#kboard-default-document .kboard-content { padding: 40px 20px; }
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name { width: 120px; padding: 0.625rem 1rem; }
#kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value { width: calc(100% - 120px);padding: 0.625rem 1rem; }
#kboard-default-document .kboard-control .left, #kboard-default-document .kboard-control .right {width: auto;}
#kboard-default-document .kboard-control {display: flex; flex-direction: row; align-items: center; padding-bottom: 0;}
#kboard-default-document .kboard-control .left a, #kboard-default-document .kboard-control .right a {flex: none;}
#kboard-default-document .kboard-document-navi a {padding: 10px 1rem; font-size: 14px;}
a.kboard-gallery-button-small, input.kboard-gallery-button-small, button.kboard-gallery-button-small,
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small {font-size: 14px;}
}
@media screen and (max-width:640px) {
#kboard-default-document .kboard-detail {flex-direction: column;}
#kboard-default-document .kboard-detail .detail-attr {width: 100%;}
#kboard-default-document .kboard-detail .detail-name, .kboard-attach .detail-name, #kboard-default-document .kboard-detail .detail-value, .kboard-attach .detail-value {padding: 0.5rem 1rem;}
.kboard-attach {align-items: flex-start;}
.kboard-attach .detail-name {display: none;}
.kboard-attach .detail-value { flex-direction: column; gap: 0.5rem; width: 100%; align-items: flex-start;}
.kboard-attach .kboard-button-action {position: relative; padding-left: 1.5rem;}
.kboard-attach .kboard-button-action:before {content:''; width: 18px; height: 16px; background: url(//uoracamp.com/wp-content/uploads/2026/05/Icon-download.png) center / contain no-repeat; position: absolute; left: 0; top: 4px;}
#kboard-default-document  .content-view {
font-size: 14px;
}
}
@media screen and (max-width:480px) { .kboard-default-new-notify { margin-right: 0;}
#kboard-gallery-list .kboard-list { gap: 1.5rem 2%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item {width: 100%;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-contents a { padding: 1.25rem 1.5rem 1.375rem; gap: 0.5rem;}
#kboard-gallery-list .kboard-list .kboard-gallery-item .kboard-list-title { font-size: 18px;}
#kboard-gallery-list .kboard-pagination { padding: 30px 0; margin-top: 30px;}
#kboard-gallery-list .kboard-pagination .kboard-pagination-pages li a { width: 30px; height: 30px; line-height: 28px; font-size: 13px; }
#kboard-gallery-list .kboard-search, #kboard-gallery-list .kboard-search.category-search {margin-bottom: 2.5rem;}
#kboard-gallery-list .kboard-search input {width: 90%;}
.kboard-default-new-notify {margin-top: -5px;}
}