.pub-input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 12px;
    font-size: 14px;
    color: #1f2937;
    background: #ffffff;
    box-sizing: border-box;
    line-height: 1.45;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pub-input:focus,
.pub-input:focus-visible {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    outline: none;
    background: #f8fbff;
}

/* PUB_FORM_PADDING */
.pub-select {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 12px 44px 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 12px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.41.59a1 1 0 0 0-1.32 1.5l4.95 4.95a1 1 0 0 0 1.41 0l4.95-4.95A1 1 0 0 0 10.05.59L6 4.64 1.95.59Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    font-size: 14px;
    color: #1f2937;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    line-height: 1.4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pub-select:focus,
.pub-select:focus-visible {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    outline: none;
    background-color: #f8fbff;
}

.pub-select--readonly {
    color: #64748b;
    background-color: #f8fafc;
    cursor: not-allowed;
}

.pub-textarea {
    display: block;
    width: 100%;
    min-height: 180px;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #1f2937;
    resize: vertical;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pub-textarea:focus,
.pub-textarea:focus-visible {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    outline: none;
    background: #f8fbff;
}

.pub-input--file {
    position: relative;
    width: 100%;
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    background: transparent !important;
    cursor: pointer;
    height: auto !important;
    min-height: auto !important;
    box-shadow: none !important;
}

.pub-input.pub-input--file {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    height: auto !important;
    min-height: auto !important;
    box-shadow: none !important;
}

.pub-form-row td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
}

.pub-form-label {
    padding: 14px 18px 14px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    white-space: nowrap;
    text-align: left;
}

.pub-form-divider {
    padding: 0;
    width: 10px;
}

.pub-form-divider img {
    display: block;
}

.pub-form-field {
    padding: 12px 18px;
    font-size: 14px;
    color: #0f172a;
}

.pub-form-field--inline {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pub-form-divider-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 13px;
}

.pub-form-field .pub-check--inline-block {
    margin-right: 18px;
}

.pub-file-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pub-file-field:focus-within {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    background: #f8fbff;
}

.pub-input--file {
    position: absolute;
    inset: 0;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
    height: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
    box-shadow: none !important;
    z-index: 2;
}

.pub-file-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    pointer-events: none;
}

.pub-file-field:focus-within .pub-file-button,
.pub-file-button:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28);
    transform: translateY(-1px);
}

.pub-file-name {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    font-size: 14px;
    color: #475569;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.pub-check--file {
    display: inline-flex;
    margin-top: 10px;
}

.pub-form-row--textarea .pub-form-label {
    padding-top: 18px;
}

@media (max-width: 768px) {
    .pub-form-row td {
        padding: 8px 0;
    }

    .pub-form-label {
        padding: 8px 0;
    }

    .pub-form-divider {
        display: none;
    }

    .pub-form-field {
        padding: 0 2px 12px;
    }

    .pub-file-field {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .pub-file-button {
        padding: 10px 18px;
    }

    .pub-file-name {
        width: 100%;
    }

    .pub-check--file {
        margin-top: 8px;
    }
}
/* GBS 嶺뚮ㅄ維???????CSS */

/* ???⑸츩???뺢퀗????????*/
.pub-btn--search {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 20px !important;
    min-width: 108px !important;
    background: linear-gradient(135deg, #3f7bff 0%, #2754e6 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin: 0 8px !important;
    cursor: pointer !important;
    box-shadow: 0 8px 18px rgba(39, 84, 230, 0.22) !important;
}

.pub-btn--search:hover {
    background: linear-gradient(135deg, #356ff4 0%, #214bd4 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 24px rgba(33, 75, 212, 0.28) !important;
}

.pub-btn--search:focus-visible,
.pub-btn--search:focus {
    outline: none !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 0 0 3px rgba(63, 123, 255, 0.24) !important;
}

.pub-search-bar select {
    display: inline-block !important;
    padding: 10px 36px 10px 16px !important;
    min-height: 42px !important;
    border-radius: 26px !important;
    border: 1px solid rgba(166, 178, 210, 0.55) !important;
    background: #ffffff !important;
    box-shadow: 0 6px 16px rgba(40, 65, 163, 0.08) !important;
    font-size: 14px !important;
    color: #2b3554 !important;
    letter-spacing: -0.01em !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    background-image: none !important;
    vertical-align: middle !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.pub-search-bar select:focus,
.pub-search-bar select:focus-visible {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.18), 0 12px 24px rgba(72, 115, 185, 0.14) !important;
    outline: none !important;
}

.pub-btn--write {
    display: inline-block !important;
    padding: 8px 16px !important;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1px solid #28a745 !important;
    transition: all 0.2s ease-in-out !important;
    margin: 2px !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.pub-btn--write:hover {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    border-color: #17a2b8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.pub-btn--modify {
    display: inline-block !important;
    padding: 6px 12px !important;
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: 1px solid #ffc107 !important;
    transition: all 0.2s ease-in-out !important;
    margin: 2px !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.pub-btn--modify:hover {
    background: linear-gradient(135deg, #fd7e14 0%, #e83e8c 100%);
    border-color: #e83e8c;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

.pub-btn--delete {
    display: inline-block;
    padding: 6px 12px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #dc3545;
    transition: all 0.2s ease-in-out;
    margin: 2px;
    cursor: pointer;
}

.pub-btn--delete:hover {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    border-color: #bd2130;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.pub-btn--reply {
    display: inline-block;
    padding: 6px 12px;
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #6f42c1;
    transition: all 0.2s ease-in-out;
    margin: 2px;
    cursor: pointer;
}

.pub-btn--reply:hover {
    background: linear-gradient(135deg, #5a32a3 0%, #4c2a8a 100%);
    border-color: #4c2a8a;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(111, 66, 193, 0.3);
}

.pub-btn--list {
    display: inline-block !important;
    padding: 6px 12px !important;
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: 1px solid #6c757d !important;
    transition: all 0.2s ease-in-out !important;
    margin: 2px !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.pub-btn--list:hover {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
    border-color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
}

.pub-btn--view {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 18px !important;
    border: none;
    border-radius: 30px;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pub-btn--view:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.32);
    transform: translateY(-1px);
}

.pub-btn--view:focus,
.pub-btn--view:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
    transform: translateY(-1px);
}

.pub-btn--view:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.2);
}

.pub-btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pub-btn--primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 14px 26px rgba(30, 64, 175, 0.3);
    transform: translateY(-1px);
}

.pub-btn--primary:focus,
.pub-btn--primary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.pub-btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(30, 64, 175, 0.25);
}

.pub-btn--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(255, 255, 255, 0.85);
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pub-btn--ghost:hover {
    background: rgba(226, 232, 240, 0.6);
    color: #1f2937;
    transform: translateY(-1px);
}

.pub-btn--ghost:focus,
.pub-btn--ghost:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.35);
}

.pub-btn--ghost:active {
    transform: translateY(0);
}

.pub-form-actions {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.pub-form-actions--right {
    justify-content: flex-end;
    width: 100%;
}


.pub-check {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

.pub-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.pub-check__box {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    border-radius: 5px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: inset 0 1px 2px rgba(148, 163, 184, 0.25);
}

.pub-check input[type="checkbox"]:focus + .pub-check__box {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.pub-check__box::after {
    content: '';
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pub-check input[type="checkbox"]:checked + .pub-check__box {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
}

.pub-check input[type="checkbox"]:checked + .pub-check__box::after {
    border-color: #ffffff;
}

.pub-check__label {
    line-height: 1.2;
}

.pub-check--inline {
    margin-left: 12px;
}

.pub-check--inline-block {
    display: inline-flex;
    margin: 0 16px 0 12px;
}

@media (max-width: 768px) {
    .pub-form-actions {
        width: 100%;
        justify-content: flex-end;
        gap: 10px;
    }

    .pub-btn--primary,
    .pub-btn--ghost {
        padding: 10px 18px;
        font-size: 13px;
    }
}

.pub-btn-bar {
    border-collapse: separate !important;
    width: 100%;
}

.pub-btn-bar td {
    vertical-align: middle !important;
}

.pub-btn-bar__actions {
    text-align: right !important;
    white-space: nowrap;
}

.pub-btn-bar__actions .pub-btn {
    margin-left: 6px !important;
}

@media (max-width: 768px) {
    .pub-btn-bar tr {
        display: block;
    }
    .pub-btn-bar td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        padding: 6px 0 !important;
    }
    .pub-btn-bar__actions {
        margin-top: 4px;
    }
    .pub-btn-bar__actions .pub-btn {
        margin: 4px 6px !important;
    }
}

/* ??? ?뺢퀗????????*/
.pub-btn--small {
    display: inline-block;
    padding: 4px 8px;
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #6c757d;
    transition: all 0.2s ease-in-out;
    margin: 2px;
    cursor: pointer;
}

.pub-btn--small:hover {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
    border-color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
}

/* ???놁졑?꾩룆踰????源녿뮧???????*/
.gbs-input--rounded {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gbs-input--rounded:focus {
    border-color: var(--gbs-skin-primary, #4873B9);
    outline: none;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1);
    transform: translateY(-1px);
}

/* ??ルㅎ臾며뛾?낅깹????源녿뮧???????*/
.gbs-select--rounded {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.gbs-select--rounded:focus {
    border-color: var(--gbs-skin-primary, #4873B9);
    outline: none;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1);
    transform: translateY(-1px);
}

/* ???⑸츩?筌뤾쑬??洹먮봾????源녿뮧???????*/
.gbs-textarea--rounded {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    resize: vertical;
    min-height: 80px;
}

.gbs-textarea--rounded:focus {
    border-color: var(--gbs-skin-primary, #4873B9);
    outline: none;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1);
    transform: translateY(-1px);
}

/* ???逾????놁졑 ??源녿뮧???????*/
.gbs-file--rounded {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.gbs-file--rounded:focus {
    border-color: var(--gbs-skin-primary, #4873B9);
    outline: none;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1);
    transform: translateY(-1px);
}

/* ?リ옇???input_ot2 ?????????댁뮅??源녿턄??*/
.input_ot2 {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    min-height: 40px !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.input_ot2:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* ?リ옇???input_ot ?????????댁뮅??源녿턄??*/
.input_ot {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    min-height: 40px !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.input_ot:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* 嶺뚮ㅄ維獄?input ??븐슜爰????源녿뮧????????띠룆踰????⑤챷??*/
.gbs-board-scope input[type="text"],
.gbs-board-scope input[type="password"],
.gbs-board-scope input[type="email"],
.gbs-board-scope input[type="tel"],
.gbs-board-scope input[type="url"],
.gbs-board-scope input[type="search"] {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    min-height: 40px !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.gbs-board-scope input[type="text"]:focus,
.gbs-board-scope input[type="password"]:focus,
.gbs-board-scope input[type="email"]:focus,
.gbs-board-scope input[type="tel"]:focus,
.gbs-board-scope input[type="url"]:focus,
.gbs-board-scope input[type="search"]:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* 嶺뚮ㅄ維獄?select ??븐슜爰????源녿뮧????????띠룆踰????⑤챷??*/
.gbs-board-scope select {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 8px 12px !important; /* ???삳럠 繞벿븐뫒??*/
    font-size: 14px !important;
    height: 36px !important; /* ?沃섅굦逾?繞벿븐뫒??*/
    min-height: 36px !important; /* 嶺뚣끉裕???沃섅굦逾?繞벿븐뫒??*/
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
    line-height: 1.0 !important; /* 繞??띠룄?①댆?嶺뚣끉裕???*/
    display: inline-block !important; /* ?筌뤾퍔逾????곕?餓??怨쀬Ŧ ???깆젧 */
    box-sizing: border-box !important; /* ?꾩룆踰??嶺뚮ㅄ維?????깆젧 */
}

.gbs-board-scope select:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}

.gbs-board-scope .pub-search-bar select {
    border-radius: 26px !important;
    border: 1px solid rgba(166, 178, 210, 0.55) !important;
    padding: 10px 36px 10px 16px !important;
    min-height: 42px !important;
    box-shadow: 0 6px 16px rgba(40, 65, 163, 0.08) !important;
    font-size: 14px !important;
    color: #2b3554 !important;
    background: #ffffff !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    background-image: none !important;
}

.gbs-board-scope .pub-search-bar select:focus,
.gbs-board-scope .pub-search-bar select:focus-visible {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.18), 0 12px 24px rgba(72, 115, 185, 0.14) !important;
    outline: none !important;
}



/* select_mk ?????????댁뮅??源녿턄??*/
.gbs-board-scope .select_mk {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    min-height: 40px !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
}

.gbs-board-scope .select_mk:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* 嶺뚮ㅄ維獄?form ??븐슜爰???띠룆踰????源녿뮧?????????⑤챷??*/
.gbs-board-scope form input,
.gbs-board-scope form select,
.gbs-board-scope form textarea {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    min-height: 40px !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.gbs-board-scope form input:focus,
.gbs-board-scope form select:focus,
.gbs-board-scope form textarea:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}

/* ?롪틵?????⑤챶???獄쏅챸???????*/
.gbs-board-scope .searchform input,
.gbs-board-scope .searchform select {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 40px !important;
    min-height: 40px !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.gbs-board-scope .searchform input:focus,
.gbs-board-scope .searchform select:focus {
    border-color: var(--gbs-skin-primary, #4873B9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.1) !important;
    transform: translateY(-1px) !important;
}


/* 嶺뚳퐢?얍칰類좎낯筌먦끇裕??筌먲퐣議???瑜곸젧 */
.gbs-board-scope input[type="checkbox"] {
    vertical-align: middle !important;
    margin: 0 5px 0 0 !important;
    transform: none !important;
}

/* 嶺뚳퐢?얍칰類좎낯筌먦끇裕???怨뚮낵 ?筌먲퐣議?*/
.gbs-board-scope input[type="checkbox"] + label,
label .gbs-board-scope input[type="checkbox"] {
    vertical-align: middle !important;
    margin: 0 5px 0 0 !important;
}

/* ???????⑤챶???筌먲퐣議?*/
.verti .gbs-board-scope input[type="checkbox"] {
    vertical-align: middle !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
}

.gbs-board-scope .verti label {
    vertical-align: middle !important;
    display: inline-block !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}

/* ?꾩룇瑗?????븐슦???*/
@media (max-width: 768px) {
    .pub-btn--search,
    .pub-btn--write,
    .pub-btn--modify,
    .pub-btn--delete,
    .pub-btn--reply,
    .pub-btn--list {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .gbs-input--rounded,
    .gbs-select--rounded,
    .gbs-textarea--rounded,
    .gbs-file--rounded {
        padding: 8px 10px;
        font-size: 13px;
    }
}

@media (min-width: 769px) {
    .pub-search-bar input.pub-input--rounded,
    .pub-search-bar .pub-btn--search,
    .pub-search-bar select {
        margin: 0 8px !important;
    }

    .pub-search-bar td {
        white-space: nowrap !important;
    }

    .pub-search-bar input.pub-input--rounded {
        display: inline-block !important;
        width: 260px !important;
        border: 1px solid rgba(157, 169, 197, 0.45) !important;
        border-radius: 12px !important;
        background: #fdfefe !important;
        color: #1f2937 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        padding: 11px 18px !important;
        min-height: 44px !important;
        box-shadow: 0 10px 22px rgba(40, 65, 163, 0.08) !important;
        transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
        box-sizing: border-box !important;
    }

    .pub-search-bar input.pub-input--rounded:focus,
    .pub-search-bar input.pub-input--rounded:focus-visible {
        border-color: var(--gbs-skin-primary, #4873B9) !important;
        background: #ffffff !important;
        box-shadow: 0 0 0 3px rgba(72, 115, 185, 0.18), 0 16px 30px rgba(72, 115, 185, 0.18) !important;
        outline: none !important;
    }

    .pub-search-bar input.pub-input--rounded::placeholder {
        color: #7b89aa !important;
    }
}
