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

.kboard-hwaikeul-gallery-button-small,
.kboard-hwaikeul-gallery-button-small:link,
.kboard-hwaikeul-gallery-button-small:visited {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-weight: normal;
    color: #545861;
    background: white;
    border: 1px solid #e8eaec;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    text-shadow: none;
    box-shadow: none;
}

.kboard-hwaikeul-gallery-button-small:hover,
.kboard-hwaikeul-gallery-button-small:focus,
.kboard-hwaikeul-gallery-button-small:active {
    border-color: #dee2e6;
    background: #f8f9fa;
    color: #228be6;
}

.kboard-hwaikeul-gallery-button-small img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.kboard-hwaikeul-gallery-button-small .button-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
}

.kboard-hwaikeul-gallery-poweredby {
    display: none !important;
}

.kboard-hwaikeul-gallery-new-notify {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 2px 2px;
    line-height: 10px;
    font-size: 10px;
    color: white;
    background-color: #f61b5d;
    font-weight: normal;
}

.kboard-hwaikeul-gallery-cut-strings {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.kboard-hwaikeul-gallery-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #d9dbdb;
    background-image: linear-gradient(to bottom, #eeeeee, #d9dbdb);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kboard-hwaikeul-gallery-container.wide {
    padding-bottom: 56.25%;
}

.kboard-hwaikeul-gallery-container.latest {
    border-radius: 3px;
}

.kboard-hwaikeul-gallery-thumbnail {
    position: relative;
    text-align: center;
}

.kboard-hwaikeul-gallery-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
}

.kboard-hwaikeul-gallery-thumbnail .target-image {
    display: none;
}

.kboard-hwaikeul-gallery-thumbnail .target-image:first-child {
    display: block;
}

.kboard-hwaikeul-gallery-thumbnail .kboard-hwaikeul-gallery-foreground {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/foreground.png);
    border-radius: 8px;
}

.kboard-hwaikeul-gallery-thumbnail .kboard-hwaikeul-gallery-foreground-search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: url(./images/search-30.png) no-repeat;
    background-position: center;
    cursor: pointer;
}

.kboard-hwaikeul-gallery-thumbnail:hover .kboard-hwaikeul-gallery-foreground,
.kboard-hwaikeul-gallery-thumbnail:hover .kboard-hwaikeul-gallery-foreground-search {
    display: block;
}

.kboard-sort-ui-menu .ui-menu-item,
.kboard-search-ui-menu .ui-menu-item {
    font-size: 14px;
}

#kboard-hwaikeul-gallery-list {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    width: 100%;
}

#kboard-hwaikeul-gallery-list form {
    margin: 0;
    padding: 0;
}

#kboard-hwaikeul-gallery-list .kboard-header {
    display: table;
    margin: 0 0 30px 0;
    padding: 0 10px;
    width: 100%;
}

#kboard-hwaikeul-gallery-list .kboard-header .kboard-total-count {
    display: table-cell;
}

#kboard-hwaikeul-gallery-list .kboard-header .kboard-total-count .entry-title {
    margin-right: 16px;
    color: black;
    font-size: 32px;
    font-weight: bold;
}

#kboard-hwaikeul-gallery-list .kboard-header .kboard-total-count .count {
    font-size: 16px;
    color: #4a90e2;
}

#kboard-hwaikeul-gallery-list .kboard-header .kboard-sort {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

#kboard-hwaikeul-gallery-list .kboard-header .kboard-sort select {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    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-hwaikeul-gallery-list .kboard-header .kboard-sort .kboard-selectmenu-sort-button .ui-icon {
    background: url(./images/sort-16.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

#kboard-hwaikeul-gallery-list .kboard-header .kboard-sort .kboard-selectmenu-sort-text {
    font-size: 16px;
    color: #4a90e2;
}

#kboard-hwaikeul-gallery-list .kboard-category {
    overflow: hidden;
}

#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    line-height: 28px;
}

#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list li {
    float: left;
    margin: 0 24px 10px 0;
    padding: 0;
    font-size: 24px;
}

#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list li a {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #9b9b9b;
    text-decoration: none;
    font-weight: normal;
}

#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list li.kboard-category-selected a {
    color: black;
}

#kboard-hwaikeul-gallery-list .kboard-selectmenu-sort-button,
#kboard-hwaikeul-gallery-list .kboard-selectmenu-search-button {
    margin: 0;
    padding: 0;
    width: auto;
    height: 26px;
    line-height: 26px;
    background: none;
    border: none;
}

#kboard-hwaikeul-gallery-list .kboard-selectmenu-sort-button span,
#kboard-hwaikeul-gallery-list .kboard-selectmenu-search-button span {
    line-height: 26px;
}

#kboard-hwaikeul-gallery-list .kboard-tree-category-wrap {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

#kboard-hwaikeul-gallery-list .kboard-tree-category-wrap select {
    display: inline;
    margin: 0 0 10px 0;
    padding: 5px;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 20px;
    color: black;
    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-hwaikeul-gallery-list .kboard-tree-category-search {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

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

#kboard-hwaikeul-gallery-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
    width: auto;
}

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

#kboard-hwaikeul-gallery-list .kboard-tree-category {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    border: 0;
    overflow: hidden;
}

#kboard-hwaikeul-gallery-list .kboard-tree-category li {
    float: left;
    margin: 0 24px 10px 0;
    padding: 0;
}

#kboard-hwaikeul-gallery-list .kboard-tree-category li a {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 24px;
    color: #9b9b9b;
    text-decoration: none;
}

#kboard-hwaikeul-gallery-list .kboard-tree-category li.kboard-category-selected {
}

#kboard-hwaikeul-gallery-list .kboard-tree-category li.kboard-category-selected a {
    color: black;
}

#kboard-hwaikeul-gallery-list .kboard-list {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    list-style: none;
    border: 0;
}

#kboard-hwaikeul-gallery-list .kboard-list.notice-list {
    margin: -5px 0 10px 0 !important;
    padding: 0 0 10px 0 !important;
    border-bottom: 2px dashed #f6f6f6;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item {
    float: left;
    margin: 5px 0.5%;
    padding: 0;
    width: 100%;
    border: 0;
    background: none;
}

#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-1 .kboard-list-item {
    margin: 5px 0;
    width: 100%;
}

#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-2 .kboard-list-item {
    width: 49%;
}

#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-3 .kboard-list-item {
    width: 100%;
}

#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-4 .kboard-list-item {
    width: 24%;
}

#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-5 .kboard-list-item {
    width: 19%;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item a {
    text-decoration: none;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item .item-padding {
    padding: 10px;
    border: 1px solid #f6f6f6;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item .kboard-hwaikeul-gallery-wrap {
    vertical-align: top;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-title {
    display: -webkit-box;
    margin: 10px 0;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-title img {
    display: inline;
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-info {
    margin-bottom: 5px;
    text-align: center;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-info .kboard-info-name {
    color: #4a4a4a;
    font-size: 13px;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-info .kboard-info-value {
    color: #4a4a4a;
    font-size: 13px;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-info .kboard-info-separator {
    color: #d2d2d2;
    font-size: 13px;
}

#kboard-hwaikeul-gallery-list .kboard-list .kboard-list-selected .kboard-hwaikeul-gallery-wrap .kboard-hwaikeul-gallery-title {
    color: #4a90e2;
}

#kboard-hwaikeul-gallery-list .kboard-pagination {
    margin: 0;
    text-align: center;
}

#kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0 2px;
    background: none;
    border: 0;
    border-radius: 18px;
    list-style: none;
}

#kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li a {
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    color: #9b9b9b;
    font-size: 14px;
    text-decoration: none;
    line-height: 27px;
    box-shadow: none;
}

#kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.active a {
    background: none;
    color: #4a90e2;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    text-decoration: none;
}

#kboard-hwaikeul-gallery-list .kboard-search {
    width: fit-content;
    margin: 0 auto;
    padding: 20px 0;
}

#kboard-hwaikeul-gallery-list .kboard-search .kboard-search-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background-color: #ffffff;
    border: 1px solid #e8eaec;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    width: fit-content;
}

#kboard-hwaikeul-gallery-list .kboard-search select,
.kboard-selectmenu-search-button {
    width: 100px !important;
    min-width: 100px !important;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: white;
    cursor: pointer;
}

#kboard-hwaikeul-gallery-list .kboard-search input[type="text"] {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: white;
}

#kboard-hwaikeul-gallery-list .kboard-search input[type="text"]::placeholder {
    color: #adb5bd;
}

#kboard-hwaikeul-gallery-list .kboard-search .button-search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #228be6;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

#kboard-hwaikeul-gallery-list .kboard-search .button-search:hover {
    background: #1c7ed6;
}

#kboard-hwaikeul-gallery-list .kboard-search .button-search img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

#kboard-hwaikeul-gallery-editor {
    overflow: hidden;
}

#kboard-hwaikeul-gallery-editor form {
    margin: 0;
    padding: 0;
}

#kboard-hwaikeul-gallery-editor select {
    display: inline;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    width: 30%;
    height: 28px;
    line-height: 28px;
    color: #666666;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    background: none;
    background-color: transparent;
    box-sizing: content-box;
    vertical-align: top;
    text-indent: 0;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

#kboard-hwaikeul-gallery-editor input[type=text],
#kboard-hwaikeul-gallery-editor input[type=email],
#kboard-hwaikeul-gallery-editor input[type=number],
#kboard-hwaikeul-gallery-editor input[type=date],
#kboard-hwaikeul-gallery-editor input[type=password] {
    display: inline;
    margin: 0;
    padding: 0 5px;
    width: 30%;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #666666;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    background: none;
    background-color: transparent;
    box-sizing: content-box;
    vertical-align: top;
}

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

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

#kboard-hwaikeul-gallery-editor select:hover,
#kboard-hwaikeul-gallery-editor input[type=text]:hover,
#kboard-hwaikeul-gallery-editor input[type=email]:hover,
#kboard-hwaikeul-gallery-editor input[type=number]:hover,
#kboard-hwaikeul-gallery-editor input[type=date]:hover,
#kboard-hwaikeul-gallery-editor input[type=password]:hover {
    border-bottom: 1px solid #9e9e9e;
}

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

#kboard-hwaikeul-gallery-editor input[type=file] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 30%;
    font-size: 12px;
    color: #666666;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

#kboard-hwaikeul-gallery-editor .kboard-attr-title input {
    width: 70%;
}

#kboard-hwaikeul-gallery-editor .kboard-attr-row {
    float: left;
    padding: 5px 0;
    width: 100%;
    background-color: white;
}

#kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-name {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
    width: 120px;
    line-height: 30px;
    color: #545861;
    font-size: 13px;
    font-weight: bold;
}

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

#kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-name .attr-required-text {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

#kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-value {
    margin: 0 0 0 140px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
}

#kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-value .attr-value-option {
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    width: auto;
    cursor: pointer;
}

#kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-value .attr-value-option input[type="checkbox"] {
    margin: 0 4px 0 0;
    padding: 0;
    width: auto;
    height: auto;
    cursor: pointer;
}

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

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

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

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

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

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

#kboard-hwaikeul-gallery-editor .kboard-content .editor-textarea {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 250px;
    min-height: 0;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background: none;
    background-color: transparent;
    box-sizing: border-box;
}

#kboard-hwaikeul-gallery-editor .kboard-control {
    float: left;
    padding: 20px 0;
    width: 100%;
}

#kboard-hwaikeul-gallery-editor .kboard-control .left {
    position: static;
    float: left;
}

#kboard-hwaikeul-gallery-editor .kboard-control .right {
    position: static;
    float: right;
    text-align: right;
}

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

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

#kboard-hwaikeul-gallery-document {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    width: 100%;
}

#kboard-hwaikeul-gallery-document .kboard-document-wrap {
    float: left;
    width: 100%;
}

#kboard-hwaikeul-gallery-document .kboard-title {
    margin: 0  0 40px 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
    color: #000000;
}

#kboard-hwaikeul-gallery-document .kboard-hwaikeul-gallery-thumbnail {
    margin-bottom: 40px;
}

#kboard-hwaikeul-gallery-document .kboard-attach-group {
    margin-bottom: 40px;
    padding: 0;
    border-radius: 8px;
    background-color: #f9f9f9;
    border: solid 1px #ebebeb;
}

#kboard-hwaikeul-gallery-document .kboard-attach-group .kboard-attach-group-download {
    padding: 13px 16px;
    font-size: 13px;
    color: black;
}

#kboard-hwaikeul-gallery-document .kboard-attach-group .kboard-attach-group-download .files-count {
    font-size: 13px;
    color: black;
    font-weight: normal;
    line-height: normal;
}

#kboard-hwaikeul-gallery-document .kboard-attach {
    border-top: 1px solid #ebebeb;
}

#kboard-hwaikeul-gallery-document .kboard-attach button {
    margin: 0;
    padding: 15px 16px;
    width: 100%;
    overflow: hidden;
    background: none;
    border: none;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
}

#kboard-hwaikeul-gallery-document .kboard-attach .download-icon {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    background-color: #232cec;
    background-image: linear-gradient(to right, #6a11cb, #232cec);
    text-align: center;
}

#kboard-hwaikeul-gallery-document .kboard-attach .download-icon img {
    display: inline;
    margin: 0;
    width: auto;
    vertical-align: middle;
}

#kboard-hwaikeul-gallery-document .kboard-attach .file-name {
    margin-left: 36px;
    line-height: 28px;
    font-size: 13px;
    color: black;
    font-weight: bold;
}

#kboard-hwaikeul-gallery-document .kboard-attach a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
}

#kboard-hwaikeul-gallery-document .kboard-attach a:hover {
    color: #50afdd;
}

#kboard-hwaikeul-gallery-document .kboard-category {
    padding: 0 22px;
}

#kboard-hwaikeul-gallery-document .kboard-category .category-name {
    margin-right: 5px;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}

#kboard-hwaikeul-gallery-document .kboard-content {
    margin-bottom: 20px;
    min-height: 200px;
}

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

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

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

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

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

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

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

#kboard-hwaikeul-gallery-document .kboard-content .content-view .alignright {
    float:right;
}

#kboard-hwaikeul-gallery-document .kboard-content .content-view .alignleft {
    float: left;
}

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

#kboard-hwaikeul-gallery-document .kboard-detail {
    padding: 10px 22px;
    font-size: 14px;
    color: #9b9b9b;
    overflow: hidden;
}

#kboard-hwaikeul-gallery-document .kboard-detail .kboard-user-display {
    color: #4a4a4a;
}

#kboard-hwaikeul-gallery-document .kboard-detail a {
    color: #4a4a4a;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
}

#kboard-hwaikeul-gallery-document .kboard-detail img {
    display: inline;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 50%;
}

#kboard-hwaikeul-gallery-document .kboard-document-action {
    margin-bottom: 20px;
}

#kboard-hwaikeul-gallery-document .kboard-document-action .left {
    position: static;
    float: left;
}

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

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

#kboard-hwaikeul-gallery-document .kboard-button-like {
    color: #ff5959;
}

#kboard-hwaikeul-gallery-document .kboard-button-unlike {
    color: #3d62aa;
}

#kboard-hwaikeul-gallery-document .kboard-button-print {
    color: gray;
}

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

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

#kboard-hwaikeul-gallery-document .kboard-document-navi a {
    display: block;
    text-decoration: none;
    border: 0;
    font-size: 13px;
    line-height: 20px;
    box-shadow: none;
    color: #545861;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .navi-document-title {
    display: block;
    line-height: 20px;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .navi-arrow {
    position: absolute;
    display: block;
    line-height: 20px;
    color: #9b9b9b;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .navi-arrow img {
    display: inline;
    margin: 0;
    width: 16px;
    vertical-align: middle;
    box-shadow: none;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .kboard-prev-document {
    position: relative;
    float: left;
    width: 50%;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .kboard-prev-document .navi-document-title {
    padding-left: 16px;
    vertical-align: middle;
    color: #9b9b9b;
    font-size: 14px;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .kboard-prev-document .navi-arrow {
    left: 0;
    top: 0;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .kboard-next-document {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .kboard-next-document .navi-document-title {
    padding-right: 16px;
    vertical-align: middle;
    color: #9b9b9b;
    font-size: 14px;
}

#kboard-hwaikeul-gallery-document .kboard-document-navi .kboard-next-document .navi-arrow {
    right: 0;
    top: 0;
}

#kboard-hwaikeul-gallery-document .kboard-control {
    float: left;
    padding: 20px 0;  width: 100%;
}

#kboard-hwaikeul-gallery-document .kboard-control .left {
    position: static;
    float: left;
}

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

#kboard-hwaikeul-gallery-document .kboard-comments-form .comments-submit-button input[type=submit] {
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    background-image: linear-gradient(to right, #1298e3, #2575fc);
}

#kboard-hwaikeul-gallery-latest {
    overflow: hidden;
} 

#kboard-hwaikeul-gallery-latest a {
    cursor: pointer;
    text-decoration: none;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-item {
    float: left;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

#kboard-hwaikeul-gallery-latest.hwaikeul-gallery-row-2 .kboard-hwaikeul-gallery-latest-item {
    width: 50%;
}

#kboard-hwaikeul-gallery-latest.hwaikeul-gallery-row-3 .kboard-hwaikeul-gallery-latest-item {
    width: 33.3333%;
}

#kboard-hwaikeul-gallery-latest.hwaikeul-gallery-row-4 .kboard-hwaikeul-gallery-latest-item {
    width: 25%;
}

#kboard-hwaikeul-gallery-latest.hwaikeul-gallery-row-5 .kboard-hwaikeul-gallery-latest-item {
    width: 20%;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-item .kboard-hwaikeul-gallery-thumbnail {
    float: left;
    width: 30%;
    height: auto;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-item .kboard-hwaikeul-gallery-thumbnail img,
#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-item .kboard-hwaikeul-gallery-thumbnail .kboard-hwaikeul-gallery-foreground {
    border-radius: 3px;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-title {
    display: -webkit-box;
    margin: 0 0 8px 35%;
    overflow: hidden;
    line-height: 16px;
    height: 32px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-title:hover {
    color: #2575fc;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-title img {
    display: inline;
    margin: 0;
    width: 14px;
    vertical-align: middle;
    box-shadow: none;
}

#kboard-hwaikeul-gallery-latest .kboard-hwaikeul-gallery-latest-date {
    margin: 0 0 0 35%;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

@media screen and (max-width: 600px) {
	.kboard-hwaikeul-gallery-thumbnail:hover .kboard-hwaikeul-gallery-foreground,
    .kboard-hwaikeul-gallery-thumbnail:hover .kboard-hwaikeul-gallery-foreground-search {
        display: none;
    }

    #kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list li a {
        font-size: 20px;
    }

    #kboard-hwaikeul-gallery-list .kboard-list {
        float: left;
        margin: 0 !important;
        width: 100%;
    }

    #kboard-hwaikeul-gallery-list .kboard-list .kboard-list-item {
        float: left;
        margin: 5px 0 5px 0;
        width: 100%;
    }

	#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-2 .kboard-list-item,
	#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-3 .kboard-list-item,
	#kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-4 .kboard-list-item,
    #kboard-hwaikeul-gallery-list .kboard-list.hwaikeul-gallery-row-5 .kboard-list-item {
        margin: 5px 0.5%;
    }

    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li {
        display: none;
    }

    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.first-page,
    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.last-page {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page,
    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.next-page a {
        padding: 6px 18px;
    }

    #kboard-hwaikeul-gallery-list .kboard-pagination .kboard-pagination-pages li.active {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
	
    #kboard-hwaikeul-gallery-editor select,
	#kboard-hwaikeul-gallery-editor input[type=text],
	#kboard-hwaikeul-gallery-editor input[type=email],
	#kboard-hwaikeul-gallery-editor input[type=number],
	#kboard-hwaikeul-gallery-editor input[type=date],
	#kboard-hwaikeul-gallery-editor input[type=password],
    #kboard-hwaikeul-gallery-editor input[type=file] {
        width: 100%;
        box-sizing: border-box;
    }

    #kboard-hwaikeul-gallery-editor .kboard-attr-row {
        padding: 10px 0;
    }

    #kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-name {
        padding: 0;
        width: 100%;
        font-size: 14px;
    }

    #kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-value {
        margin: 0;
        padding: 0;
    }

    #kboard-hwaikeul-gallery-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
        margin-bottom: 10px;
        width: 100%;
    }
    
    #kboard-hwaikeul-gallery-document .kboard-title {
        margin-bottom: 0;
        font-size: 24px;
    }

    #kboard-hwaikeul-gallery-document .kboard-document-thumbnail {
        margin: 20px 0;
    }

    #kboard-hwaikeul-gallery-document .kboard-attach-group {
        margin: 20px 0;
    }

    #kboard-hwaikeul-gallery-document .kboard-category {
        padding: 0 5px;
    }

    #kboard-hwaikeul-gallery-document .kboard-content .content-view {
        padding: 10px 5px;
    }

    #kboard-hwaikeul-gallery-document .kboard-detail {
        padding: 10px 5px;
    }

    #kboard-hwaikeul-gallery-document .kboard-document-action {
        padding: 10px 5px 5px 5px;
    }
}

/* 슬라이더 스타일 */
.kboard-modern-gallery-slider-latest {
    padding: 20px 40px;
    position: relative;
}

.kboard-modern-gallery-latest-item {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.kboard-modern-gallery-latest-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.kboard-modern-gallery-thumbnail {
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
    background: #f8f9fa;
}

.kboard-modern-gallery-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.kboard-modern-gallery-latest-item:hover .kboard-modern-gallery-thumbnail img {
    transform: scale(1.08);
}

.kboard-modern-gallery-latest-title {
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: left;
}

.kboard-modern-gallery-latest-date {
    padding: 0 14px 14px;
    color: #4a4a4a;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;
}

.kboard-modern-gallery-latest-date::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z"/></svg>') no-repeat center;
    background-size: contain;
}

.new-notify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #228be6, #15aabf);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 8px;
}

/* Swiper 네비게이션 버튼 스타일 */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: #333;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.kboard-modern-gallery-thumbnail.no-image {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.no-image-text {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

/* 모던 카드 공통 스타일 */
.modern-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.modern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.modern-card-thumbnail {
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
    background: #f8f9fa;
}

.modern-card-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-card:hover .modern-card-thumbnail img {
    transform: scale(1.08);
}

.modern-card-content {
    padding: 24px;
}

.modern-card-category {
    margin-bottom: 12px;
}

.modern-card-category span {
    display: inline-block;
    padding: 6px 12px;
    background: #f1f3f5;
    color: #495057;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.modern-card-category span:hover {
    background: #e9ecef;
}

.modern-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
}

.modern-card-meta {
    color: #4a4a4a;
    font-weight: 500;
}

.modern-card-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modern-card-date::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zM12 17c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z"/></svg>') no-repeat center;
    background-size: contain;
}

.modern-card-views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modern-card-views::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M12 4.5C7 4.5 2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5s9.3-3.1 11-7.5c-1.7-4.4-6-7.5-11-7.5zM12 17c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z"/></svg>') no-repeat center;
    background-size: contain;
}

.new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #228be6, #15aabf);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    margin-left: 8px;
}

/* Swiper 네비게이션 버튼 스타일 */
.swiper-button-next,
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background-color: white !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #e9ecef;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    color: #495057;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #f8f9fa !important;
    border-color: #dee2e6;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #dee2e6;
    opacity: 1;
    transition: all 0.2s ease;
}

.swiper-pagination-bullet-active {
    width: 24px;
    background: #228be6;
    border-radius: 4px;
}

/* 그리드 레이아웃 개선 */
.kboard-list-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

#kboard-hwaikeul-gallery-list .kboard-list {
    display: grid ;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.kboard-list .kboard-list-item {
    width: 100% !important;
    margin: 0 !important;
}

/* 글쓰기 버튼 개선 */
.kboard-control {
    margin-top: 24px;
    text-align: right;
}

.kboard-hwaikeul-gallery-button-small {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: #228be6 !important;
    color: white !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none !important;
    box-shadow: 0 2px 8px rgba(34, 139, 230, 0.3) !important;
}

.kboard-hwaikeul-gallery-button-small:hover {
    background: #1c7ed6 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 139, 230, 0.4) !important;
}

.kboard-hwaikeul-gallery-button-small img {
    filter: brightness(0) invert(1);
}

/* 반응형 개선 */
@media (max-width: 1024px) {
    .kboard-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .kboard-list {
        grid-template-columns: 1fr !important;
    }
    
    .modern-card-content {
        padding: 12px !important;
    }
    
    #kboard-hwaikeul-gallery-list .kboard-search {
        width: 100%;
        padding: 20px 10px;
    }
    
    #kboard-hwaikeul-gallery-list .kboard-search .kboard-search-wrap {
        width: 100%;
        padding: 8px;
    }
    
    #kboard-hwaikeul-gallery-list .kboard-search select,
    .kboard-selectmenu-search-button {
        width: 80px !important;
        min-width: 80px !important;
        padding: 0 8px;
    }
    
    #kboard-hwaikeul-gallery-list .kboard-search input[type="text"] {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
    }
    
    #kboard-hwaikeul-gallery-list .kboard-search .button-search {
        width: 40px !important;
        min-width: 40px !important;
    }
    
    .kboard-list-container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}