﻿@charset "utf-8";
@import url("reset.css");
@import url("common.css");
@import url("jquery-ui.css");
@import url("style.css");
/* isu\account-setting\list.html */

body.isu-page-account-setting-list- .info_banner.typeM {
    display: flex;
    gap: 12px;
}

body.isu-page-account-setting-list- .info_banner.typeM > li {
    flex: 1 1 0;
}

/* isu\account-setting\alim-log.html */

body.isu-page-account-setting-alim-log- .ag-row.notif-row-unread {
    background-color: #eff6ff;
}

body.isu-page-account-setting-alim-log- .ag-row.notif-row-unread .ag-cell {
    background-color: transparent;
}

/* isu\account-setting\my-edit.html */

body.isu-page-account-setting-my-edit- .accountSection {
    margin-bottom: 40px;
}

body.isu-page-account-setting-my-edit- .accountSection:last-child {
    margin-bottom: 0;
}

body.isu-page-account-setting-my-edit- .sectionHeader {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}

body.isu-page-account-setting-my-edit- .sectionTitle {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
}

body.isu-page-account-setting-my-edit- .sectionDesc {
    font-size: 13px;
    color: #98a2b3;
}

body.isu-page-account-setting-my-edit- .sectionDivider {
    border: none;
    border-top: 1px solid #e4e7ec;
    margin: 40px 0;
}

body.isu-page-account-setting-my-edit- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-account-setting-my-edit- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-account-setting-my-edit- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-account-setting-my-edit- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-account-setting-my-edit- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-account-setting-my-edit- .formInput {
    width: 100%;
    max-width: 480px;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-account-setting-my-edit- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-account-setting-my-edit- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-account-setting-my-edit- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-account-setting-my-edit- .formActions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
    gap: 8px;
}

body.isu-page-account-setting-my-edit- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-account-setting-my-edit- .rowBxDiv > .rowBx {
    flex: 1;
}

/* isu\components\card.html */

body.isu-page-components-card- {
    --bg-page: #f4f7fb;
    --bg-card: #ffffff;
    --text-main: #1f2937;
    --text-sub: #6b7280;
    --line: #e5e7eb;
    --badge-topic-bg: #e6f4ff;
    --badge-topic-text: #0b63b6;
    --badge-status-bg: #ffe9db;
    --badge-status-text: #c2410c;
    --shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

body.isu-page-components-card- * {
    box-sizing: border-box;
}

body.isu-page-components-card- {
    margin: 0;
    padding: 24px;
    background: radial-gradient(circle at 10% 10%, #fdf2e9 0%, var(--bg-page) 45%);
    color: var(--text-main);
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

body.isu-page-components-card- .wrap {
    max-width: 820px;
    margin: 0 auto;
}

body.isu-page-components-card- .inquiry-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

body.isu-page-components-card- .inquiry-table td {
    padding: 0;
}

body.isu-page-components-card- .inquiry-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}

body.isu-page-components-card- .badge-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

body.isu-page-components-card- .badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

body.isu-page-components-card- .badge.topic {
    background: var(--badge-topic-bg);
    color: var(--badge-topic-text);
}

body.isu-page-components-card- .badge.status {
    background: var(--badge-status-bg);
    color: var(--badge-status-text);
}

body.isu-page-components-card- .title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

body.isu-page-components-card- .meta {
    margin: 0;
    font-size: 13px;
    color: var(--text-sub);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.isu-page-components-card- .trend-panel {
    margin-top: 18px;
    background: #f3f4f6;
    border: 1px solid #d7dbe4;
    border-radius: 12px;
    overflow: hidden;
}

body.isu-page-components-card- .trend-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px;
    border-bottom: 1px solid #d7dbe4;
    font-size: 13px;
}

body.isu-page-components-card- .trend-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: -0.01em;
}

body.isu-page-components-card- .trend-sub {
    margin: 0;
    color: #8b94a5;
    font-weight: 500;
    font-size: 20px;
}

body.isu-page-components-card- .chart-area {
    padding: 16px 14px 10px;
    height: 210px;
    position: relative;
    background: #f3f4f6;
}

body.isu-page-components-card- .trend-foot {
    margin: 0;
    text-align: right;
    color: #8b94a5;
    font-size: 12px;
    padding: 0 14px 12px;
}

body.isu-page-components-card- .cs-board {
    margin-top: 20px;
    border: 1px solid #dde1e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

body.isu-page-components-card- .cs-card {
    padding: 16px;
    border-bottom: 1px solid #e6eaf0;
    background: #f9fbff;
}

body.isu-page-components-card- .cs-card:last-child {
    border-bottom: 0;
}

body.isu-page-components-card- .cs-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

body.isu-page-components-card- .cs-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.isu-page-components-card- .cs-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

body.isu-page-components-card- .cs-badge.type {
    color: #2f5bd2;
    background: #e8efff;
}

body.isu-page-components-card- .cs-badge.pending {
    color: #ad6a00;
    background: #f7e9b9;
}

body.isu-page-components-card- .cs-badge.done {
    color: #208a53;
    background: #ddf5e8;
}

body.isu-page-components-card- .cs-time {
    color: #8c97ab;
    font-size: 15px;
    white-space: nowrap;
}

body.isu-page-components-card- .cs-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

body.isu-page-components-card- .cs-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #56627a;
    letter-spacing: -0.01em;
}

body.isu-page-components-card- .cs-notice {
    margin-top: 12px;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
}

body.isu-page-components-card- .cs-notice.warn {
    background: #f9f1c5;
    color: #a65d00;
}

body.isu-page-components-card- .cs-notice.done {
    background: #eef8f2;
    color: #0f7c43;
    border: 1px solid #87d8a8;
}

body.isu-page-components-card- .cs-action {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

body.isu-page-components-card- .cs-btn {
    border: 1px solid #8cb0ff;
    background: #eef4ff;
    color: #2f5bd2;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 9px;
    cursor: pointer;
}

body.isu-page-components-card- .cs-btn:hover {
    background: #e2ecff;
}

@media (max-width: 768px) {
    body.isu-page-components-card- .trend-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    body.isu-page-components-card- .chart-area {
        height: 240px;
    }

    body.isu-page-components-card- .cs-head {
        flex-direction: column;
    }

    body.isu-page-components-card- .cs-time {
        font-size: 13px;
    }

    body.isu-page-components-card- .cs-title {
        font-size: 15px;
    }

    body.isu-page-components-card- .cs-text {
        font-size: 13px;
    }

    body.isu-page-components-card- .cs-notice {
        font-size: 12px;
    }

    body.isu-page-components-card- .cs-btn {
        font-size: 12px;
    }

}

/* isu\medication\schedule.html */

body.isu-page-medication-schedule- .info_banner.typeM.scheduleEq li:nth-child(1), body.isu-page-medication-schedule- .info_banner.typeM.scheduleEq li:nth-child(2), body.isu-page-medication-schedule- .info_banner.typeM.scheduleEq li:nth-child(3), body.isu-page-medication-schedule- .info_banner.typeM.scheduleEq li:nth-child(4) {
    flex: 1;
}

/* isu\notifications\alim-talk-send.html */

body.isu-page-notifications-alim-talk-send- .rowBxDiv ,
body.isu-page-notifications-alim-talk- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-notifications-alim-talk-send- .rowBxDiv > .rowBx:first-child ,
body.isu-page-notifications-alim-talk- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-notifications-alim-talk-send- .rowBxDiv > .rowBx:last-child ,
body.isu-page-notifications-alim-talk- .rowBxDiv > .rowBx:last-child {
    flex: 1;
    flex-shrink: 0;
}

body.isu-page-notifications-alim-talk-send- .pageSubtitle ,
body.isu-page-notifications-alim-talk- .pageSubtitle {
    font-size: 14px;
    color: #667085;
    margin-top: 4px;
}

body.isu-page-notifications-alim-talk-send- .formGroup ,
body.isu-page-notifications-alim-talk- .formGroup {
    margin-bottom: 24px;
}

body.isu-page-notifications-alim-talk-send- .formGroup:last-child ,
body.isu-page-notifications-alim-talk- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-notifications-alim-talk-send- .formLabel ,
body.isu-page-notifications-alim-talk- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-notifications-alim-talk-send- .formLabel .required ,
body.isu-page-notifications-alim-talk- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-notifications-alim-talk-send- .formLabel .required::before ,
body.isu-page-notifications-alim-talk- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-notifications-alim-talk-send- .formLabel .stepNum ,
body.isu-page-notifications-alim-talk- .formLabel .stepNum {
    display: inline-block;
    font-size: 13px;
    color: #667085;
    margin-right: 4px;
}

body.isu-page-notifications-alim-talk-send- .formInput ,
body.isu-page-notifications-alim-talk- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-notifications-alim-talk-send- .formInput:focus ,
body.isu-page-notifications-alim-talk- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-notifications-alim-talk-send- .formHint ,
body.isu-page-notifications-alim-talk- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-notifications-alim-talk-send- .formNote ,
body.isu-page-notifications-alim-talk- .formNote {
    font-size: 13px;
    color: #2B5FF8;
    margin-top: 8px;
    font-weight: 500;
}

body.isu-page-notifications-alim-talk-send- .radio_type_list.ty2 ,
body.isu-page-notifications-alim-talk- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-notifications-alim-talk-send- .formActions ,
body.isu-page-notifications-alim-talk- .formActions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
    gap: 8px;
}

body.isu-page-notifications-alim-talk-send- /* 蹂???낅젰 */

.varRow ,
body.isu-page-notifications-alim-talk- /* 蹂???낅젰 */

.varRow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

body.isu-page-notifications-alim-talk-send- .varTag ,
body.isu-page-notifications-alim-talk- .varTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 42px;
    padding: 0 12px;
    background: #f2f4f7;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 13px;
    color: #344054;
    font-weight: 500;
    white-space: nowrap;
}

body.isu-page-notifications-alim-talk-send- .varRow .formInput ,
body.isu-page-notifications-alim-talk- .varRow .formInput {
    flex: 1;
}

body.isu-page-notifications-alim-talk-send- .varRow select.formInput ,
body.isu-page-notifications-alim-talk- .varRow select.formInput {
    flex: 1;
}

body.isu-page-notifications-alim-talk-send- /* 誘몃━蹂닿린 */

.previewSection ,
body.isu-page-notifications-alim-talk- /* 誘몃━蹂닿린 */

.previewSection {
    position: sticky;
    top: 24px;
}

body.isu-page-notifications-alim-talk-send- .previewHeader ,
body.isu-page-notifications-alim-talk- .previewHeader {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-notifications-alim-talk-send- .previewHeader .previewIcon ,
body.isu-page-notifications-alim-talk- .previewHeader .previewIcon {
    margin-right: 4px;
}

body.isu-page-notifications-alim-talk-send- .previewCard ,
body.isu-page-notifications-alim-talk- .previewCard {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
}

body.isu-page-notifications-alim-talk-send- .previewAppName ,
body.isu-page-notifications-alim-talk- .previewAppName {
    font-size: 13px;
    color: #667085;
    margin-bottom: 12px;
}

body.isu-page-notifications-alim-talk-send- .previewBody ,
body.isu-page-notifications-alim-talk- .previewBody {
    font-size: 14px;
    color: #101828;
    line-height: 1.7;
    margin-bottom: 20px;
}

body.isu-page-notifications-alim-talk-send- .previewBody .previewName ,
body.isu-page-notifications-alim-talk- .previewBody .previewName {
    font-weight: 700;
    color: #2B5FF8;
}

body.isu-page-notifications-alim-talk-send- .previewBtn ,
body.isu-page-notifications-alim-talk- .previewBtn {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #2B5FF8;
    font-weight: 500;
    text-align: center;
    cursor: default;
}

body.isu-page-notifications-alim-talk-send- .previewNote ,
body.isu-page-notifications-alim-talk- .previewNote {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 16px;
    text-align: center;
}

body.isu-page-notifications-alim-talk-send- /* ?꾩?留??꾩씠肄?*/

.helpIconWrap ,
body.isu-page-notifications-alim-talk- /* ?꾩?留??꾩씠肄?*/

.helpIconWrap {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 4px;
}

body.isu-page-notifications-alim-talk-send- .helpIcon ,
body.isu-page-notifications-alim-talk- .helpIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #d0d5dd;
    font-size: 11px;
    line-height: 1;
    color: #98a2b3;
    cursor: pointer;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

body.isu-page-notifications-alim-talk-send- .helpIcon:hover ,
body.isu-page-notifications-alim-talk- .helpIcon:hover {
    border-color: #2B5FF8;
    color: #2B5FF8;
}

body.isu-page-notifications-alim-talk-send- .helpTooltip ,
body.isu-page-notifications-alim-talk- .helpTooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    z-index: 100;
    width: 420px;
    background: #f0f5ff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

body.isu-page-notifications-alim-talk-send- .helpTooltip.active ,
body.isu-page-notifications-alim-talk- .helpTooltip.active {
    display: block;
}

body.isu-page-notifications-alim-talk-send- .helpTooltipTitle ,
body.isu-page-notifications-alim-talk- .helpTooltipTitle {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

body.isu-page-notifications-alim-talk-send- .helpTooltipTitle .tipIcon ,
body.isu-page-notifications-alim-talk- .helpTooltipTitle .tipIcon {
    margin-right: 4px;
}

body.isu-page-notifications-alim-talk-send- .helpTooltipList ,
body.isu-page-notifications-alim-talk- .helpTooltipList {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-notifications-alim-talk-send- .helpTooltipList li ,
body.isu-page-notifications-alim-talk- .helpTooltipList li {
    font-size: 13px;
    color: #000;
    line-height: 1.8;
    padding-left: 10px;
    text-indent: -10px;
}

body.isu-page-notifications-alim-talk-send- .helpTooltipList li::before ,
body.isu-page-notifications-alim-talk- .helpTooltipList li::before {
    content: '';
}

body.isu-page-notifications-alim-talk-send- .helpTooltipList li .txtWarn ,
body.isu-page-notifications-alim-talk- .helpTooltipList li .txtWarn {
    color: #e53535;
}

/* isu\notifications\alim-talk.html */

body.isu-page-notifications-alim-talk- .info_banner.typeM.scheduleEq li:nth-child(1), body.isu-page-notifications-alim-talk- .info_banner.typeM.scheduleEq li:nth-child(2), body.isu-page-notifications-alim-talk- .info_banner.typeM.scheduleEq li:nth-child(3), body.isu-page-notifications-alim-talk- .info_banner.typeM.scheduleEq li:nth-child(4) {
    flex: 1;
}

body.isu-page-notifications-alim-talk- .contentSingleCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-notifications-alim-talk- .contentFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-notifications-alim-talk- .contentSingleCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-notifications-alim-talk- .contentSingleCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-notifications-alim-talk- .contentSingleCard .btable th .required::before {
    top: -1px;
}

/* 개별 지정 환자 검색 드롭다운 */
body.isu-page-notifications-alim-talk- .patientDropdown {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
}
body.isu-page-notifications-alim-talk- .patientDropdown .dropdownItem {
    padding: 10px 14px;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
}
body.isu-page-notifications-alim-talk- .patientDropdown .dropdownItem:hover {
    background: #f5f6f8;
}
body.isu-page-notifications-alim-talk- #individualTargetArea {
    position: relative;
}
/* 선택된 환자 태그 */
body.isu-page-notifications-alim-talk- .selectedPatientTags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
body.isu-page-notifications-alim-talk- .selectedPatientTags .patientTag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #e8f0fe;
    color: #1a73e8;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
body.isu-page-notifications-alim-talk- .selectedPatientTags .patientTag .removeTag {
    cursor: pointer;
    font-size: 14px;
    color: #1a73e8;
    line-height: 1;
}
body.isu-page-notifications-alim-talk- .selectedPatientTags .patientTag .removeTag:hover {
    color: #d32f2f;
}
/* 예약 발송 날짜/시각 */
body.isu-page-notifications-alim-talk- .scheduleInputRow {
    display: flex;
    gap: 12px;
}
body.isu-page-notifications-alim-talk- .scheduleInputRow .scheduleInput {
    flex: 1;
}

/* isu\operations\content-detail.html */

body.isu-page-operations-content-detail- .contentThumbWrap {
    margin-bottom: 16px;
}

body.isu-page-operations-content-detail- .contentThumbWrap .thumbBox {
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fc;
}

body.isu-page-operations-content-detail- .contentThumbWrap img {
    display: block;
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}

body.isu-page-operations-content-detail- .contentActionGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.isu-page-operations-content-detail- .contentActionRight {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-content-detail- .contentTextRow {
    margin-bottom: 12px;
}

body.isu-page-operations-content-detail- .contentTextParagraph {
    margin-top: 10px;
}

/* isu\operations\content-edit.html */

body.isu-page-operations-content-edit- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-operations-content-edit- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-operations-content-edit- .rowBxDiv > .rowBx:last-child {
    width: 320px;
    flex-shrink: 0;
}

body.isu-page-operations-content-edit- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-operations-content-edit- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-content-edit- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-operations-content-edit- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-operations-content-edit- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-operations-content-edit- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-operations-content-edit- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-content-edit- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-operations-content-edit- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-operations-content-edit- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-content-edit- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-content-edit- .formNote {
    font-size: 12px;
    color: #667085;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-content-edit- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-operations-content-edit- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-content-edit- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-content-edit- .uploadArea .uploadIcon {
    font-size: 32px;
    margin-bottom: 12px;
}

body.isu-page-operations-content-edit- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-operations-content-edit- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-content-edit- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-content-edit- .uploadDimension {
    display: inline-block;
    font-size: 12px;
    color: #667085;
    background: #f2f4f7;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

body.isu-page-operations-content-edit- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-content-edit- .uploadPreview .previewThumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-operations-content-edit- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-operations-content-edit- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-operations-content-edit- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-content-edit- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-operations-content-edit- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-operations-content-edit- .dateRangeGroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-content-edit- .dateRangeGroup .formInput {
    flex: 1;
}

body.isu-page-operations-content-edit- .dateRangeGroup .dateSeparator {
    color: #98a2b3;
    font-size: 14px;
}

body.isu-page-operations-content-edit- .sideSection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-operations-content-edit- .sideSection:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.isu-page-operations-content-edit- .sideSection .sideLabel {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-operations-content-edit- .formActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-content-edit- .formActions .btnGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-content-edit- .labelSmall {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

body.isu-page-operations-content-edit- .contentSingleCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-operations-content-edit- .contentFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-operations-content-edit- .contentSingleCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-operations-content-edit- .contentSingleCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-operations-content-edit- .contentSingleCard .btable th .required::before {
    top: -1px;
}

/* isu\operations\content-new.html */

body.isu-page-operations-content-new- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-operations-content-new- .contentSingleCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-operations-content-new- .contentFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-operations-content-new- .contentSingleCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-operations-content-new- .contentSingleCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-operations-content-new- .contentSingleCard .btable th .required::before {
    top: -1px;
}

body.isu-page-operations-content-new- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-operations-content-new- .rowBxDiv > .rowBx:last-child {
    width: 320px;
    flex-shrink: 0;
}

body.isu-page-operations-content-new- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-operations-content-new- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-content-new- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-operations-content-new- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-operations-content-new- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-operations-content-new- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-operations-content-new- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-content-new- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-operations-content-new- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-operations-content-new- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-content-new- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-content-new- .formNote {
    font-size: 12px;
    color: #667085;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-content-new- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-operations-content-new- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-content-new- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-content-new- .uploadArea .uploadIcon {
    font-size: 32px;
    margin-bottom: 12px;
}

body.isu-page-operations-content-new- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-operations-content-new- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-content-new- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-content-new- .uploadDimension {
    display: inline-block;
    font-size: 12px;
    color: #667085;
    background: #f2f4f7;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

body.isu-page-operations-content-new- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-content-new- .uploadPreview .previewThumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-operations-content-new- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-operations-content-new- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-operations-content-new- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-content-new- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-operations-content-new- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-operations-content-new- .dateRangeGroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-content-new- .dateRangeGroup .formInput {
    flex: 1;
}

body.isu-page-operations-content-new- .dateRangeGroup .dateSeparator {
    color: #98a2b3;
    font-size: 14px;
}

body.isu-page-operations-content-new- .contentInlineLabel {
    margin-bottom: 8px;
}

body.isu-page-operations-content-new- .contentMetaInfo p {
    margin: 0;
    font-size: 13px;
    color: #344054;
    line-height: 1.6;
}

body.isu-page-operations-content-new- .contentMetaInfo p + p {
    margin-top: 4px;
}

body.isu-page-operations-content-new- .contentMetaInfo strong {
    margin-right: 8px;
}

body.isu-page-operations-content-new- .sideSection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-operations-content-new- .sideSection:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.isu-page-operations-content-new- .sideSection .sideLabel {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-operations-content-new- .formActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-content-new- .formActions .btnGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-content-new- .labelSmall {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

/* isu\operations\faq-detail.html */

body.isu-page-operations-faq-detail- .contentActionGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

body.isu-page-operations-faq-detail- .contentActionRight {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-faq-detail- .contentTextRow {
    margin-bottom: 12px;
}

body.isu-page-operations-faq-detail- .contentTextParagraph {
    margin-top: 10px;
}

body.isu-page-operations-faq-detail- .keywordTagList {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

body.isu-page-operations-faq-detail- .keywordTagList .tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background: #f1f3f9;
    color: #344054;
    font-size: 13px;
}

body.isu-page-operations-faq-detail- .faqBadge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 13px;
    margin-right: 6px;
    vertical-align: middle;
    white-space: nowrap;
}

body.isu-page-operations-faq-detail- .faqRelatedCell {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

body.isu-page-operations-faq-detail- .faqRelatedLink {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
}

body.isu-page-operations-faq-detail- .faqRelatedLink:hover {
    color: #1d4ed8;
}

body.isu-page-operations-faq-detail- .sectionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.isu-page-operations-faq-detail- .exposureBadge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #344054;
}

body.isu-page-operations-faq-detail- .exposureBadge .badgeLabel {
    font-weight: 500;
}

body.isu-page-operations-faq-detail- .exposureBadge .badgeValue {
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

body.isu-page-operations-faq-detail- .exposureBadge .badgeValue.on {
    background: #e8f5e9;
    color: #2e7d32;
}

body.isu-page-operations-faq-detail- .exposureBadge .badgeValue.off {
    background: #ffeef0;
    color: #d32f2f;
}

/* isu\operations\faq-edit.html */

body.isu-page-operations-faq-edit- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-operations-faq-edit- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-operations-faq-edit- .rowBxDiv > .rowBx:last-child {
    width: 320px;
    flex-shrink: 0;
}

body.isu-page-operations-faq-edit- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-operations-faq-edit- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-faq-edit- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-operations-faq-edit- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-operations-faq-edit- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-operations-faq-edit- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-operations-faq-edit- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-edit- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-operations-faq-edit- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-operations-faq-edit- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-faq-edit- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-faq-edit- .formNote {
    font-size: 12px;
    color: #667085;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-faq-edit- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-operations-faq-edit- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-faq-edit- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadIcon {
    font-size: 32px;
    margin-bottom: 12px;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-faq-edit- .uploadDimension {
    display: inline-block;
    font-size: 12px;
    color: #667085;
    background: #f2f4f7;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

body.isu-page-operations-faq-edit- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-faq-edit- .uploadPreview .previewThumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-operations-faq-edit- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-operations-faq-edit- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-operations-faq-edit- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-faq-edit- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-operations-faq-edit- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-operations-faq-edit- .dateRangeGroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-faq-edit- .dateRangeGroup .formInput {
    flex: 1;
}

body.isu-page-operations-faq-edit- .dateRangeGroup .dateSeparator {
    color: #98a2b3;
    font-size: 14px;
}

body.isu-page-operations-faq-edit- .sideSection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-operations-faq-edit- .sideSection:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.isu-page-operations-faq-edit- .sideSection .sideLabel {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-operations-faq-edit- .formActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-faq-edit- .formActions .btnGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-faq-edit- .labelSmall {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

body.isu-page-operations-faq-edit- .sectionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.isu-page-operations-faq-edit- .keywordInputGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-faq-edit- .keywordInputGroup .formInput {
    flex: 1;
}

body.isu-page-operations-faq-edit- .weightBtnGroup {
    display: flex;
    gap: 0;
}

body.isu-page-operations-faq-edit- .weightBtnGroup .weightBtn {
    width: 48px;
    height: 36px;
    border: 1px solid #d0d5dd;
    background: #fff;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.15s;
}

body.isu-page-operations-faq-edit- .weightBtnGroup .weightBtn:first-child {
    border-radius: 6px 0 0 6px;
}

body.isu-page-operations-faq-edit- .weightBtnGroup .weightBtn:last-child {
    border-radius: 0 6px 6px 0;
}

body.isu-page-operations-faq-edit- .weightBtnGroup .weightBtn + .weightBtn {
    border-left: none;
}

body.isu-page-operations-faq-edit- .weightBtnGroup .weightBtn.active {
    background: #2B5FF8;
    color: #fff;
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-edit- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-faq-edit- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadIcon {
    font-size: 20px;
    margin-bottom: 4px;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-faq-edit- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-faq-edit- .relatedFaqTable {
    width: 100%;
    border-collapse: collapse;
}

body.isu-page-operations-faq-edit- .relatedFaqTable thead th {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #667085;
    text-align: left;
    border-bottom: 1px solid #e4e7ec;
}

body.isu-page-operations-faq-edit- .relatedFaqTable tbody td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-operations-faq-edit- .relatedFaqTable .rowNum {
    width: 32px;
    color: #98a2b3;
    font-size: 13px;
}

body.isu-page-operations-faq-edit- .relatedFaqTable .formInput {
    height: 38px;
}

body.isu-page-operations-faq-edit- .relatedFaqTable select.formInput {
    width: 100%;
}

body.isu-page-operations-faq-edit- .relatedFaqTable .programCell {
    position: relative;
}

body.isu-page-operations-faq-edit- .relatedFaqTable .autoLabel {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #98a2b3;
    text-align: center;
}

body.isu-page-operations-faq-edit- .contentSingleCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-operations-faq-edit- .contentFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-operations-faq-edit- .contentSingleCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-operations-faq-edit- .contentSingleCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-operations-faq-edit- .contentSingleCard .btable th .required::before {
    top: -1px;
}

/* isu\operations\faq-new.html */

body.isu-page-operations-faq-new- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-operations-faq-new- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-operations-faq-new- .rowBxDiv > .rowBx:last-child {
    width: 320px;
    flex-shrink: 0;
}

body.isu-page-operations-faq-new- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-operations-faq-new- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-faq-new- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-operations-faq-new- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-operations-faq-new- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-operations-faq-new- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-operations-faq-new- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-new- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-operations-faq-new- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-operations-faq-new- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-faq-new- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-faq-new- .formNote {
    font-size: 12px;
    color: #667085;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-operations-faq-new- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-operations-faq-new- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-faq-new- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-new- .uploadArea .uploadIcon {
    font-size: 32px;
    margin-bottom: 12px;
}

body.isu-page-operations-faq-new- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-operations-faq-new- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-faq-new- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-faq-new- .uploadDimension {
    display: inline-block;
    font-size: 12px;
    color: #667085;
    background: #f2f4f7;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

body.isu-page-operations-faq-new- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-faq-new- .uploadPreview .previewThumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-operations-faq-new- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-operations-faq-new- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-operations-faq-new- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-faq-new- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-operations-faq-new- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-operations-faq-new- .dateRangeGroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-faq-new- .dateRangeGroup .formInput {
    flex: 1;
}

body.isu-page-operations-faq-new- .dateRangeGroup .dateSeparator {
    color: #98a2b3;
    font-size: 14px;
}

body.isu-page-operations-faq-new- .sideSection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-operations-faq-new- .sideSection:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.isu-page-operations-faq-new- .sideSection .sideLabel {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-operations-faq-new- .formActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-faq-new- .formActions .btnGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-faq-new- .labelSmall {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

body.isu-page-operations-faq-new- .sectionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.isu-page-operations-faq-new- .keywordInputGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-faq-new- .keywordInputGroup .formInput {
    flex: 1;
}

body.isu-page-operations-faq-new- .weightBtnGroup {
    display: flex;
    gap: 0;
}

body.isu-page-operations-faq-new- .weightBtnGroup .weightBtn {
    width: 48px;
    height: 36px;
    border: 1px solid #d0d5dd;
    background: #fff;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.15s;
}

body.isu-page-operations-faq-new- .weightBtnGroup .weightBtn:first-child {
    border-radius: 6px 0 0 6px;
}

body.isu-page-operations-faq-new- .weightBtnGroup .weightBtn:last-child {
    border-radius: 0 6px 6px 0;
}

body.isu-page-operations-faq-new- .weightBtnGroup .weightBtn + .weightBtn {
    border-left: none;
}

body.isu-page-operations-faq-new- .weightBtnGroup .weightBtn.active {
    background: #2B5FF8;
    color: #fff;
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-new- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-faq-new- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-faq-new- .uploadArea .uploadIcon {
    font-size: 20px;
    margin-bottom: 4px;
}

body.isu-page-operations-faq-new- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
}

body.isu-page-operations-faq-new- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-faq-new- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-faq-new- .relatedFaqTable {
    width: 100%;
    border-collapse: collapse;
}

body.isu-page-operations-faq-new- .relatedFaqTable thead th {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #667085;
    text-align: left;
    border-bottom: 1px solid #e4e7ec;
}

body.isu-page-operations-faq-new- .relatedFaqTable tbody td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-operations-faq-new- .relatedFaqTable .rowNum {
    width: 32px;
    color: #98a2b3;
    font-size: 13px;
}

body.isu-page-operations-faq-new- .relatedFaqTable .formInput {
    height: 38px;
}

body.isu-page-operations-faq-new- .relatedFaqTable select.formInput {
    width: 100%;
}

body.isu-page-operations-faq-new- .relatedFaqTable .programCell {
    position: relative;
}

body.isu-page-operations-faq-new- .relatedFaqTable .autoLabel {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #98a2b3;
    text-align: center;
}

body.isu-page-operations-faq-new- .contentSingleCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-operations-faq-new- .contentFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-operations-faq-new- .contentSingleCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-operations-faq-new- .contentSingleCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-operations-faq-new- .contentSingleCard .btable th .required::before {
    top: -1px;
}

/* isu\operations\inquiries-answer-done.html */

body.isu-page-operations-inquiries-answer-done- .sectionHeader,
body.isu-page-operations-inquiries-answer- .sectionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

body.isu-page-operations-inquiries-answer-done- .sectionHeader .bullet,
body.isu-page-operations-inquiries-answer- .sectionHeader .bullet {
    margin-bottom: 0;
}

body.isu-page-operations-inquiries-answer-done- .answerDone,
body.isu-page-operations-inquiries-answer- .answerDone {
    background: #f0faf0;
    border-left: 4px solid #38a169;
    padding: 20px;
    border-radius: 4px;
}

body.isu-page-operations-inquiries-answer-done- .answerDone .answerDoneHeader,
body.isu-page-operations-inquiries-answer- .answerDone .answerDoneHeader {
    font-size: 14px;
    font-weight: 600;
    color: #276749;
    margin-bottom: 10px;
}

body.isu-page-operations-inquiries-answer-done- .answerDone .answerDoneBody,
body.isu-page-operations-inquiries-answer- .answerDone .answerDoneBody {
    font-size: 14px;
    line-height: 1.7;
    color: #276749;
}

body.isu-page-operations-inquiries-answer-done- .answerDone .answerDoneMeta,
body.isu-page-operations-inquiries-answer- .answerDone .answerDoneMeta {
    margin-top: 14px;
    font-size: 12px;
    color: #667085;
}

/* isu\operations\inquiries-answer.html */

body.isu-page-operations-inquiries-answer- .sectionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

body.isu-page-operations-inquiries-answer- .sectionHeader .bullet {
    margin-bottom: 0;
}

body.isu-page-operations-inquiries-answer- .answerTemplates {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

body.isu-page-operations-inquiries-answer- .answerTemplates .tplBtn {
    padding: 6px 14px;
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 20px;
    font-size: 13px;
    color: #344054;
    cursor: pointer;
}

body.isu-page-operations-inquiries-answer- .answerTemplates .tplBtn:hover {
    background: #f2f4f7;
}

body.isu-page-operations-inquiries-answer- .answerTemplates .tplBtn.add {
    color: #667085;
}

body.isu-page-operations-inquiries-answer- .answerTextarea {
    width: 100%;
    min-height: 160px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    box-sizing: border-box;
}

body.isu-page-operations-inquiries-answer- .answerTextarea:focus {
    outline: none;
    border-color: #2f5bd2;
}

body.isu-page-operations-inquiries-answer- .answerCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-inquiries-answer- .answerFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-inquiries-answer- .answerFooter .kakaoNotice {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #667085;
}

body.isu-page-operations-inquiries-answer- .answerFooter .kakaoNotice .kakaoIcon {
    width: 18px;
    height: 18px;
    background: #fee500;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #3c1e1e;
}

body.isu-page-operations-inquiries-answer- .answerFooter .btnGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-inquiries-answer- .btable tbody td > span.badge {
    display: inline-flex;
    width: auto;
}

.btable tbody td > span.inquiryBadge {
    display: inline-flex !important;
    width: auto !important;
}

.btable tbody td > span.detailBadge {
    display: inline-flex !important;
    width: auto !important;
}

body.isu-page-operations-inquiries-answer- .patientNameText {
    color: #2563eb;
    font-weight: 600;
}

body.isu-page-operations-inquiries-answer- .detailActionGroup {
    margin-top: 32px;
}

/* isu\operations\inquiries.html */

body.isu-page-operations-inquiries- .info_banner.typeM.inquiryEq li:nth-child(1), body.isu-page-operations-inquiries- .info_banner.typeM.inquiryEq li:nth-child(2), body.isu-page-operations-inquiries- .info_banner.typeM.inquiryEq li:nth-child(3) {
    flex: 1;
}

/* isu\operations\notices-edit.html */

body.isu-page-operations-notices-edit- .rowBxDiv > .rowBx:first-child {
    width: 70%;
}

body.isu-page-operations-notices-edit- .rowBxDiv > .rowBx:last-child {
    width: 30%;
}

body.isu-page-operations-notices-edit- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-operations-notices-edit- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-notices-edit- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-operations-notices-edit- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-operations-notices-edit- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-operations-notices-edit- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-operations-notices-edit- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-edit- .formSelect {
    width: 200px;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance: none;
}

body.isu-page-operations-notices-edit- .formSelect:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-edit- .formTextarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #101828;
    resize: vertical;
    box-sizing: border-box;
}

body.isu-page-operations-notices-edit- .formTextarea:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-edit- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-notices-edit- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
    line-height: 1.4;
}

body.isu-page-operations-notices-edit- .optionDesc {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
    line-height: 1.4;
}

body.isu-page-operations-notices-edit- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-notices-edit- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-edit- .uploadArea .uploadIcon {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    background: #f2f4f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #667085;
}

body.isu-page-operations-notices-edit- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-operations-notices-edit- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-notices-edit- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-notices-edit- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-notices-edit- .uploadPreview .previewThumb {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-operations-notices-edit- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-operations-notices-edit- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-operations-notices-edit- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-notices-edit- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-operations-notices-edit- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-operations-notices-edit- .formActions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-notices-edit- .formActions .btnRight {
    display: flex;
    gap: 8px;
}

body.isu-page-operations-notices-edit- .btn_danger_outline {
    color: #e53535 !important;
    border-color: #e53535 !important;
}

body.isu-page-operations-notices-edit- .btn_danger_outline:hover {
    background: #fef3f2;
}

body.isu-page-operations-notices-edit- .sideCard {
    margin-bottom: 16px;
}

body.isu-page-operations-notices-edit- .sideCard:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-notices-edit- .sideCard .sideCardHeader {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e7ec;
}

body.isu-page-operations-notices-edit- .sideCard .sideCardBody {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.isu-page-operations-notices-edit- .dateGroup {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.isu-page-operations-notices-edit- .dateGroup .dateLabel {
    font-size: 13px;
    color: #667085;
}

body.isu-page-operations-notices-edit- .dateGroup .formInput {
    width: 100%;
}

body.isu-page-operations-notices-edit- .optionItem {
    padding: 10px 0;
}

body.isu-page-operations-notices-edit- .optionItem + .optionItem {
    border-top: 1px solid #f2f4f7;
}

body.isu-page-operations-notices-edit- .optionItem .chkBx label {
    gap: 8px;
}

body.isu-page-operations-notices-edit- .optionItem .txt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #344054;
}

body.isu-page-operations-notices-edit- .optionEmoji {
    font-size: 16px;
}

body.isu-page-operations-notices-edit- .formSelectFull {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance: none;
}

body.isu-page-operations-notices-edit- .formSelectFull:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-edit- .formSelectFull:disabled {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-operations-notices-edit- .formInput:disabled {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-operations-notices-edit- .editSubtitle {
    font-size: 14px;
    color: #667085;
    margin-bottom: 12px;
}

body.isu-page-operations-notices-edit- .editSubtitle a {
    color: #2B5FF8;
    text-decoration: underline;
}

body.isu-page-operations-notices-edit- .editAlert {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #ecfdf3;
    border: 1px solid #a6f4c5;
    border-radius: 8px;
    font-size: 14px;
    color: #344054;
    margin-bottom: 16px;
}

body.isu-page-operations-notices-edit- .editAlert .alertIcon {
    width: 20px;
    height: 20px;
    background: #12b76a;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
}

body.isu-page-operations-notices-edit- .noticeFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-operations-notices-edit- .noticeBottomCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-operations-notices-edit- .noticeBottomCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-operations-notices-edit- .noticeBottomCard .formSelect {
    width: 100%;
    max-width: 240px;
}

body.isu-page-operations-notices-edit- .noticeBottomCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-operations-notices-edit- .noticeBottomCard .btable th .required::before {
    top: -1px;
}

body.isu-page-operations-notices-edit- .optionSentInfo {
    font-size: 12px;
    color: #12b76a;
    margin-top: 4px;
    line-height: 1.4;
}

/* isu\operations\notices-new.html */

body.isu-page-operations-notices-new- .rowBxDiv > .rowBx:first-child {
    width: 70%;
}

body.isu-page-operations-notices-new- .rowBxDiv > .rowBx:last-child {
    width: 30%;
}

body.isu-page-operations-notices-new- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-operations-notices-new- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-notices-new- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-operations-notices-new- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-operations-notices-new- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-operations-notices-new- .noticeFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-operations-notices-new- .noticeBottomCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-operations-notices-new- .noticeBottomCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-operations-notices-new- .noticeBottomCard .formSelect {
    width: 100%;
    max-width: 680px;
}

body.isu-page-operations-notices-new- .noticeBottomCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-operations-notices-new- .noticeBottomCard .btable th .required::before {
    top: -1px;
}

body.isu-page-operations-notices-new- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-operations-notices-new- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-new- .formSelect {
    width: 200px;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance: none;
}

body.isu-page-operations-notices-new- .formSelect:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-new- .formTextarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #101828;
    resize: vertical;
    box-sizing: border-box;
}

body.isu-page-operations-notices-new- .formTextarea:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-new- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-operations-notices-new- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
    line-height: 1.4;
}

body.isu-page-operations-notices-new- .optionDesc {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
    line-height: 1.4;
}

body.isu-page-operations-notices-new- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-operations-notices-new- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-operations-notices-new- .uploadArea .uploadIcon {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    background: #f2f4f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #667085;
}

body.isu-page-operations-notices-new- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-operations-notices-new- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-operations-notices-new- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-notices-new- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-operations-notices-new- .uploadPreview .previewThumb {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-operations-notices-new- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-operations-notices-new- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-operations-notices-new- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-operations-notices-new- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-operations-notices-new- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-operations-notices-new- .formActions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-operations-notices-new- .sideCard {
    margin-bottom: 16px;
}

body.isu-page-operations-notices-new- .sideCard:last-child {
    margin-bottom: 0;
}

body.isu-page-operations-notices-new- .sideCard .sideCardHeader {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e7ec;
}

body.isu-page-operations-notices-new- .sideCard .sideCardBody {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.isu-page-operations-notices-new- .dateGroup {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.isu-page-operations-notices-new- .dateGroup .dateLabel {
    font-size: 13px;
    color: #667085;
}

body.isu-page-operations-notices-new- .dateGroup .formInput {
    width: 100%;
}

body.isu-page-operations-notices-new- .optionItem {
    padding: 10px 0;
}

body.isu-page-operations-notices-new- .optionItem + .optionItem {
    border-top: 1px solid #f2f4f7;
}

body.isu-page-operations-notices-new- .optionItem .chkBx label {
    gap: 8px;
}

body.isu-page-operations-notices-new- .optionItem .txt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #344054;
}

body.isu-page-operations-notices-new- .optionEmoji {
    font-size: 16px;
}

body.isu-page-operations-notices-new- .formSelectFull {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance: none;
}

body.isu-page-operations-notices-new- .formSelectFull:focus {
    outline: none;
    border-color: #2B5FF8;
}

/* isu\policies\policies\detail.html */

body.isu-page-policies-policies-detail- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-policies-policies-detail- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-policies-policies-detail- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-policies-policies-detail- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-policies-policies-detail- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-policies-policies-detail- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-policies-policies-detail- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-detail- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-policies-policies-detail- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-policies-policies-detail- .noticeBottomCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-policies-policies-detail- .noticeFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-policies-policies-detail- .noticeBottomCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-policies-policies-detail- .noticeBottomCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-policies-policies-detail- .noticeBottomCard .btable th .required::before {
    top: -1px;
}

body.isu-page-policies-policies-detail- .formActions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4e7ec;
}

/* isu\policies\policies-edit.html */

body.isu-page-policies-policies-edit- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-policies-policies-edit- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-policies-policies-edit- .rowBxDiv > .rowBx:last-child {
    width: 320px;
    flex-shrink: 0;
}

body.isu-page-policies-policies-edit- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-policies-policies-edit- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-policies-policies-edit- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-policies-policies-edit- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-policies-policies-edit- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-policies-policies-edit- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-policies-policies-edit- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-edit- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-policies-policies-edit- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-policies-policies-edit- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-policies-policies-edit- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-policies-policies-edit- .formNote {
    font-size: 12px;
    color: #667085;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-policies-policies-edit- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-policies-policies-edit- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-policies-policies-edit- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadIcon {
    font-size: 32px;
    margin-bottom: 12px;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-policies-policies-edit- .uploadDimension {
    display: inline-block;
    font-size: 12px;
    color: #667085;
    background: #f2f4f7;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

body.isu-page-policies-policies-edit- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-policies-policies-edit- .uploadPreview .previewThumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-policies-policies-edit- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-policies-policies-edit- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-policies-policies-edit- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-policies-policies-edit- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-policies-policies-edit- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-policies-policies-edit- .dateRangeGroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.isu-page-policies-policies-edit- .dateRangeGroup .formInput {
    flex: 1;
}

body.isu-page-policies-policies-edit- .dateRangeGroup .dateSeparator {
    color: #98a2b3;
    font-size: 14px;
}

body.isu-page-policies-policies-edit- .sideSection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-policies-policies-edit- .sideSection:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.isu-page-policies-policies-edit- .sideSection .sideLabel {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-policies-policies-edit- .formActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-policies-policies-edit- .formActions .btnGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-policies-policies-edit- .labelSmall {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

body.isu-page-policies-policies-edit- .sectionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.isu-page-policies-policies-edit- .keywordInputGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-policies-policies-edit- .keywordInputGroup .formInput {
    flex: 1;
}

body.isu-page-policies-policies-edit- .weightBtnGroup {
    display: flex;
    gap: 0;
}

body.isu-page-policies-policies-edit- .weightBtnGroup .weightBtn {
    width: 48px;
    height: 36px;
    border: 1px solid #d0d5dd;
    background: #fff;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.15s;
}

body.isu-page-policies-policies-edit- .weightBtnGroup .weightBtn:first-child {
    border-radius: 6px 0 0 6px;
}

body.isu-page-policies-policies-edit- .weightBtnGroup .weightBtn:last-child {
    border-radius: 0 6px 6px 0;
}

body.isu-page-policies-policies-edit- .weightBtnGroup .weightBtn + .weightBtn {
    border-left: none;
}

body.isu-page-policies-policies-edit- .weightBtnGroup .weightBtn.active {
    background: #2B5FF8;
    color: #fff;
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-edit- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-policies-policies-edit- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadIcon {
    font-size: 20px;
    margin-bottom: 4px;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
}

/* ── ISU 회원 상세: 탭+버튼 동일 행 배치 ── */
.member-tab-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #001E8A;
    margin-bottom: 40px;
}
.member-tab-row .tabMenu {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 700px;
}
.member-tab-row .tabMenu:before {
    display: none;
}
.member-tab-row .tabMenu li.on {
    margin-bottom: -2px;
    border-bottom: 3px solid #F9F9F9;
    padding-bottom: 0;
    background-color: #F9F9F9;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 0 0 #F9F9F9;
}
.member-tab-row .member-tab-actions {
    display: flex;
    gap: 6px;
    padding-bottom: 8px;
}

/* ── 상세 카드 디자인 (noticeBottomCard 패턴) ── */
body.isu-page-member-detail- .rowBxDiv,
body.isu-page-medication-status-detail- .rowBxDiv,
body.isu-page-medication-schedule-detail- .rowBxDiv,
body.isu-page-operations-inquiries-answer- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-member-detail- .rowBxDiv > .rowBx,
body.isu-page-medication-status-detail- .rowBxDiv > .rowBx,
body.isu-page-medication-schedule-detail- .rowBxDiv > .rowBx,
body.isu-page-operations-inquiries-answer- .rowBxDiv > .rowBx {
    flex: 1;
}

body[class*="isu-page-"] .noticeBottomCard {
    padding: 0;
    overflow: hidden;
}

body[class*="isu-page-"] .noticeFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body[class*="isu-page-"] .noticeBottomCardBody {
    padding: 24px 32px 28px;
    padding-bottom: 10px;
    flex-shrink: 0;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-policies-policies-edit- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-policies-policies-edit- .relatedFaqTable {
    width: 100%;
    border-collapse: collapse;
}

body.isu-page-policies-policies-edit- .relatedFaqTable thead th {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #667085;
    text-align: left;
    border-bottom: 1px solid #e4e7ec;
}

body.isu-page-policies-policies-edit- .relatedFaqTable tbody td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-policies-policies-edit- .relatedFaqTable .rowNum {
    width: 32px;
    color: #98a2b3;
    font-size: 13px;
}

body.isu-page-policies-policies-edit- .relatedFaqTable .formInput {
    height: 38px;
}

body.isu-page-policies-policies-edit- .relatedFaqTable select.formInput {
    width: 100%;
}

body.isu-page-policies-policies-edit- .relatedFaqTable .programCell {
    position: relative;
}

body.isu-page-policies-policies-edit- .relatedFaqTable .autoLabel {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #98a2b3;
    text-align: center;
}

/* isu\policies\policies-new.html */

body.isu-page-policies-policies-new- .rowBxDiv {
    display: flex;
    gap: 24px;
}

body.isu-page-policies-policies-new- .rowBxDiv > .rowBx:first-child {
    flex: 1;
}

body.isu-page-policies-policies-new- .rowBxDiv > .rowBx:last-child {
    width: 320px;
    flex-shrink: 0;
}

body.isu-page-policies-policies-new- .formGroup {
    margin-bottom: 20px;
}

body.isu-page-policies-policies-new- .formGroup:last-child {
    margin-bottom: 0;
}

body.isu-page-policies-policies-new- .formLabel {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 8px;
}

body.isu-page-policies-policies-new- .formLabel .required {
    position: static;
    padding-left: 0;
    margin-left: 2px;
}

body.isu-page-policies-policies-new- .formLabel .required::before {
    position: static;
    color: #e53535;
}

body.isu-page-policies-policies-new- .formInput {
    width: 100%;
    height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    box-sizing: border-box;
}

body.isu-page-policies-policies-new- .formInput:focus {
    outline: none;
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-new- .formInputReadonly {
    background-color: #f9fafb;
    color: #98a2b3;
    cursor: not-allowed;
}

body.isu-page-policies-policies-new- .toastui-editor-defaultUI {
    border-radius: 8px;
}

body.isu-page-policies-policies-new- .formCharCount {
    text-align: right;
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-policies-policies-new- .formHint {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-policies-policies-new- .formNote {
    font-size: 12px;
    color: #667085;
    margin-top: 6px;
    line-height: 1.5;
}

body.isu-page-policies-policies-new- .radio_type_list.ty2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.isu-page-policies-policies-new- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-policies-policies-new- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-new- .uploadArea .uploadIcon {
    font-size: 32px;
    margin-bottom: 12px;
}

body.isu-page-policies-policies-new- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
    margin-bottom: 4px;
}

body.isu-page-policies-policies-new- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-policies-policies-new- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-policies-policies-new- .uploadDimension {
    display: inline-block;
    font-size: 12px;
    color: #667085;
    background: #f2f4f7;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

body.isu-page-policies-policies-new- .uploadPreview {
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
}

body.isu-page-policies-policies-new- .uploadPreview .previewThumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #f2f4f7;
    object-fit: cover;
}

body.isu-page-policies-policies-new- .uploadPreview .previewInfo {
    flex: 1;
}

body.isu-page-policies-policies-new- .uploadPreview .previewName {
    font-size: 13px;
    color: #344054;
    font-weight: 500;
}

body.isu-page-policies-policies-new- .uploadPreview .previewSize {
    font-size: 12px;
    color: #98a2b3;
}

body.isu-page-policies-policies-new- .uploadPreview .previewDelete {
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #98a2b3;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

body.isu-page-policies-policies-new- .uploadPreview .previewDelete:hover {
    background: #f2f4f7;
    color: #e53535;
}

body.isu-page-policies-policies-new- .dateRangeGroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.isu-page-policies-policies-new- .dateRangeGroup .formInput {
    flex: 1;
}

body.isu-page-policies-policies-new- .dateRangeGroup .dateSeparator {
    color: #98a2b3;
    font-size: 14px;
}

body.isu-page-policies-policies-new- .sideSection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-policies-policies-new- .sideSection:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.isu-page-policies-policies-new- .sideSection .sideLabel {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 12px;
}

body.isu-page-policies-policies-new- .noticeBottomCard {
    padding: 0;
    overflow: hidden;
}

body.isu-page-policies-policies-new- .noticeFormHeaderBar {
    padding: 14px 20px;
    border-bottom: 1px solid #d9dce1;
    background-color: #f5f6f8;
    color: #1b3554;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.isu-page-policies-policies-new- .noticeBottomCardBody {
    padding: 24px 32px 28px;
}

body.isu-page-policies-policies-new- .noticeBottomCard .btable th .required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

body.isu-page-policies-policies-new- .noticeBottomCard .btable th .required::before {
    top: -1px;
}

body.isu-page-policies-policies-new- .formActions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4e7ec;
}

body.isu-page-medication-status-detail- .detailActionGroup,
body.isu-page-medication-schedule-detail- .detailActionGroup {
    margin-top: 32px;
}

body.isu-page-policies-policies-new- .labelSmall {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

body.isu-page-policies-policies-new- .sectionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.isu-page-policies-policies-new- .keywordInputGroup {
    display: flex;
    gap: 8px;
}

body.isu-page-policies-policies-new- .keywordInputGroup .formInput {
    flex: 1;
}

body.isu-page-policies-policies-new- .weightBtnGroup {
    display: flex;
    gap: 0;
}

body.isu-page-policies-policies-new- .weightBtnGroup .weightBtn {
    width: 48px;
    height: 36px;
    border: 1px solid #d0d5dd;
    background: #fff;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.15s;
}

body.isu-page-policies-policies-new- .weightBtnGroup .weightBtn:first-child {
    border-radius: 6px 0 0 6px;
}

body.isu-page-policies-policies-new- .weightBtnGroup .weightBtn:last-child {
    border-radius: 0 6px 6px 0;
}

body.isu-page-policies-policies-new- .weightBtnGroup .weightBtn + .weightBtn {
    border-left: none;
}

body.isu-page-policies-policies-new- .weightBtnGroup .weightBtn.active {
    background: #2B5FF8;
    color: #fff;
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-new- .uploadArea {
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

body.isu-page-policies-policies-new- .uploadArea:hover {
    border-color: #2B5FF8;
}

body.isu-page-policies-policies-new- .uploadArea .uploadIcon {
    font-size: 20px;
    margin-bottom: 4px;
}

body.isu-page-policies-policies-new- .uploadArea .uploadText {
    font-size: 14px;
    color: #344054;
}

body.isu-page-policies-policies-new- .uploadArea .uploadText .uploadLink {
    color: #2B5FF8;
    font-weight: 600;
    cursor: pointer;
}

body.isu-page-policies-policies-new- .uploadArea .uploadDesc {
    font-size: 12px;
    color: #98a2b3;
    margin-top: 4px;
}

body.isu-page-policies-policies-new- .relatedFaqTable {
    width: 100%;
    border-collapse: collapse;
}

body.isu-page-policies-policies-new- .relatedFaqTable thead th {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #667085;
    text-align: left;
    border-bottom: 1px solid #e4e7ec;
}

body.isu-page-policies-policies-new- .relatedFaqTable tbody td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f4f7;
}

body.isu-page-policies-policies-new- .relatedFaqTable .rowNum {
    width: 32px;
    color: #98a2b3;
    font-size: 13px;
}

body.isu-page-policies-policies-new- .relatedFaqTable .formInput {
    height: 38px;
}

body.isu-page-policies-policies-new- .relatedFaqTable select.formInput {
    width: 100%;
}

body.isu-page-policies-policies-new- .relatedFaqTable .programCell {
    position: relative;
}

body.isu-page-policies-policies-new- .relatedFaqTable .autoLabel {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #98a2b3;
    text-align: center;
}

/* isu\policies\policies.html */

body.isu-page-policies-policies- .publishToggleWrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.isu-page-policies-policies- .publishToggleBtn {
    position: relative;
    width: 38px;
    height: 22px;
    border: none;
    border-radius: 999px;
    background-color: #c9cdd4;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s ease;
}

body.isu-page-policies-policies- .publishToggleBtn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.24);
    transition: transform 0.2s ease;
}

body.isu-page-policies-policies- .publishToggleBtn.on {
    background-color: #2b5ff8;
}

body.isu-page-policies-policies- .publishToggleBtn.on::after {
    transform: translateX(16px);
}

body.isu-page-policies-policies- .publishToggleLabel {
    font-size: 13px;
    color: #344054;
}

/* 諛곗? */
.badge{ display: inline-flex; align-items: center; justify-content: center; margin-left: 10px; gap: 4px; height: 20px;padding: 0 8px; border-radius: 9999px; font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: -0.2px; user-select: none; white-space: nowrap; }
.badge-row{ display: flex; gap: 2px; margin-bottom: 5px; flex-wrap: wrap; }
.badge--blue-soft{ background: #e0f2fe; color: #075985; }
.badge--yellow-soft{ background: #fef9c3; color: #854d0e; }
.badge--green-soft{ background: #dcfce7; color: #166534; }
.badge--red-soft{ background: #fee2e2; color: #991b1b; }
.badge--gray-soft{ background: #e5e7eb; color: #374151; }

/* ?뚯썝 ?곸꽭 ?섏씠吏 */
.rowBxDiv{ display: flex; gap: 16px; width: 100%; }
.rowBxDiv > .rowBx { width: 50%; }

.inquiry-card { text-align: left; margin: 10px; }
.inquiry-card > .title { margin-left: 10px; font-size: 15px; font-weight: 600; line-height: 1.5; }
.inquiry-card > .meta { margin-left: 10px; font-size: 13px; display: flex; gap: 10px; flex-wrap: wrap; }

.text-left { text-align: left !important; }

.inquiry-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}

.badge-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.badge.topic {
    background: var(--badge-topic-bg);
    color: var(--badge-topic-text);
}

.badge.status {
    background: var(--badge-status-bg);
    color: var(--badge-status-text);
}

.title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.meta {
    margin: 0;
    font-size: 13px;
    color: var(--text-sub);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cs-board {
    margin-top: 20px;
    border: 1px solid #dde1e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cs-card {
    padding: 16px;
    border-bottom: 1px solid #e6eaf0;
    background: #f9fbff;
}

.cs-card:last-child {
    border-bottom: 0;
}

.cs-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.cs-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cs-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.cs-badge.type {
    color: #2f5bd2;
    background: #e8efff;
}

.cs-badge.pending {
    color: #ad6a00;
    background: #f7e9b9;
}

.cs-badge.done {
    color: #208a53;
    background: #ddf5e8;
}

.cs-time {
    color: #8c97ab;
    font-size: 15px;
    white-space: nowrap;
}

.cs-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.cs-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #56627a;
    letter-spacing: -0.01em;
}

.cs-notice {
    margin-top: 12px;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
}

.cs-notice.warn {
    background: #f9f1c5;
    color: #a65d00;
}

.cs-notice.done {
    background: #eef8f2;
    color: #0f7c43;
    border: 1px solid #87d8a8;
}

.cs-action {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.cs-btn {
    border: 1px solid #8cb0ff;
    background: #eef4ff;
    color: #2f5bd2;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 9px;
    cursor: pointer;
}

.cs-btn:hover {
    background: #e2ecff;
}

