| 1234567891011 |
- table{width:100%}table tr th,table tr td{-ms-word-wrap:inherit;word-wrap:inherit;overflow-wrap:break-word;text-align:center;vertical-align:middle}table thead tr th{background-color:#f7f7f6 !important}table thead tr th,table thead tr td{text-align:center}table tbody.striped:hover tr td{background-color:#f1f1f1 !important}#fAdminWrite div.row>label>span,#fAdminEdit div.row>label>span{color:red}.select-search-member{z-index:1050;position:relative;width:100%;top:115%;left:0;right:0;display:none;border-width:1px;border-color:red;overflow-y:auto}.select-search-member .list-group-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.select-search-member .list-group-item.active{color:#fff}.select-search-member .list-group-item:hover{color:#ff0}.select-search-member .no-results{color:#6c757d}.field-validation-error{display:block;padding:7px 0 0 0}@media(max-width: 575.98px){#fAdminWrite .row>[class^=col-sm-]{margin-bottom:.5rem}#fAdminWrite .row.align-items-center>label.col-form-label{padding-bottom:0;font-weight:600}}@media(min-width: 768px){.search-form__label{min-width:7rem}}
- /* 접이식 섹션 (details/summary) — Admin 공용 컴포넌트 */
- .adm-section{border:1px solid var(--bs-border-color, #dee2e6);border-radius:var(--bs-border-radius, .375rem);margin-bottom:1rem;background-color:var(--bs-body-bg, #fff)}
- .adm-section>summary{padding:.5rem 1rem;font-weight:700;background-color:var(--bs-tertiary-bg, #f8f9fa);border-radius:calc(var(--bs-border-radius, .375rem) - 1px) calc(var(--bs-border-radius, .375rem) - 1px) 0 0;cursor:pointer;list-style:none;user-select:none}
- .adm-section:not([open])>summary{border-radius:inherit}
- .adm-section>summary::-webkit-details-marker{display:none}
- .adm-section>summary::before{content:"\25B8";display:inline-block;width:1em;color:var(--bs-secondary-color, #6c757d);transition:transform .15s ease}
- .adm-section[open]>summary::before{transform:rotate(90deg)}
- .adm-section__body{padding:1rem;border-top:1px solid var(--bs-border-color, #dee2e6)}
- .adm-section__body--flush{padding:0;border-top:0}
|