/* @import "pretendard/dist/web/static/pretendard.css"; */

/* build 구성 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1 {
  font-size: 30px;
  font-weight: 900;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

i{
        font-style: normal;
    }

:root {
    /* state-color */
    
    --pink: #f74cfb;
    --pink-hover: #f74cfbb8;

    --max-height-container: calc(100vh - 178px);
    --max-height-one-container: calc(100vh - 228px);
    --max-height-two-container: calc(100vh - 240px);
    --modal-wrap-height: calc(100% - 56px);
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #0d6efd; /* 부트스트랩 블루 */
}

.modal *:not(i, h5, h4, h3, h2, h1, .title, table *, button) {
  font-size: 14px;
}

/* border-badge가 감싸져있어야함 */

.border-badge {
  margin-right: 0.375rem;
  display: inline-block;
  vertical-align: middle;
}

.border-badge [class*="Badge"] {
  border-radius: 9999px;
}

.border-badge [class*="Badge"] {
  border-width: 1px;
}

.border-badge [class*="Badge"] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.border-badge [class*="Badge"] {
  text-align: center;
}

.border-badge [class*="Badge"] {
  font-size: 12px;
}

.border-badge [class*="Badge"] {
  font-weight: 700;
}

.border-badge [class*="Badge"] {
        width: -moz-fit-content;
        width: fit-content;
        min-width: 112px;
    }

.border-badge [class*="Badge"].redBadge {
            color: #F95050;
            border-color: #F95050;
        }

.border-badge [class*="Badge"].yellowBadge {
            color: #DFB00A;
            border-color: #DFB00A;
        }

.border-badge [class*="Badge"].greenBadge {
            color: #0ABB5B;
            border-color: #0ABB5B;
        }

.border-badge [class*="Badge"].blueBadge {
            color: #5654F5;
            border-color: #5654F5;
        }

.border-badge [class*="Badge"].skyblueBadge {
            color: #00AAFF;
            border-color: #00AAFF;
        }

.border-badge [class*="Badge"].purpleBadge {
            color: #A637F7;
            border-color: #A637F7;
        }

.border-badge [class*="Badge"].brownBadge {
            color: #9D5910;
            border-color: #9D5910;
        }

.overflow-table {
    /* 임의지정. 변동성있음. */
    max-height: 736px;
}

.overflow-table table tr th {
        min-width: 50px;
        word-break: keep-all;
    }

.overflow-table table tr td {
        word-break: keep-all;
    }

.overflow-table table tr td span {
            font-size: inherit;
        }

table tr th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ui-datepicker table tr th {
    min-width: unset;
}

button[class*="lightgray"] {
    border-color: var(--btn-gray) !important;
}

button[class*="btn-orange"] {
    background: #FF9900;
    border-color: #FF9900;
    color: #fff;
}

button[class*="btn-sm"] {
    max-height: 24px;
}

.list-detail {
  display: none;
}

aside .mainMenu li .asideTooltip.menu i {
  margin-top: 0px;
}

input,
optgroup,
select,
textarea, label {
    font-size: 14px;
}

textarea {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.title h5 {
  font-weight: 700;
}

button[class*="text"]:focus {
        outline: unset;
    }

button[class*="disabled"], button:disabled {
    opacity: 1 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: unset;
}

.form-control {
    font-size: revert-layer;
}

/* cm cdn 통합 */

.modal-cm .top-select-area.list-tab li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

table input, table select, table textarea {
  font-size: 12px;
}

/* rz form start */

.rz-multiselect, .rz-dropdown {
    box-shadow: unset !important;
}

.rz-multiselect-label-container, .rz-dropdown-label {
  margin-top: -0.125rem;
  font-size: 14px;
}

.rz-multiselect-header span, .rz-multiselect-item-content {
  font-size: 14px;
    color: var(--text);
}

.rz-chkbox {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
}

.rz-chkbox-box {
    box-shadow: unset;
    border-width: 2px;
}

.rz-chkbox-box:hover:not(.rz-state-disabled) {
    border-width: 2px;
}

.rz-menuitem:hover, .rz-autocomplete-list-item:hover, 
.rz-multiselect-item:hover, .rz-autocomplete-items li:hover, 
.rz-dropdown-items li:hover, .rz-multiselect-items li:hover, 
.rz-dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    color: var(--text);
}

.rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, 
.rz-state-highlight.rz-multiselect-item, .rz-autocomplete-items li.rz-state-highlight, 
.rz-dropdown-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight, 
.rz-dropdown-item.rz-state-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    color: var(--text);
}

.rz-chkbox-box.rz-state-active {
    background-color: #0075FF;
}

.rz-state-highlight.rz-menuitem:hover, .rz-state-highlight.rz-autocomplete-list-item:hover, 
.rz-state-highlight.rz-multiselect-item:hover, .rz-autocomplete-items li.rz-state-highlight:hover, 
.rz-dropdown-items li.rz-state-highlight:hover, .rz-multiselect-items li.rz-state-highlight:hover, 
.rz-dropdown-item.rz-state-highlight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* rz form end */

/* rz modal start */

.rz-dialog-wrapper .rz-dialog {
    min-height: unset;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar {
    background: #fff;
    padding-bottom: var(--rz-dialog-title-padding-block) !important;
}

.rz-dialog-content, .rz-dialog-side-content {
  padding: 0px;
}

.rz-dialog-titlebar-close {
  margin-top: 0.125rem;
    z-index: 200;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar .rz-dialog-title {
  margin-top: 0.375rem;
}

/* rz modal end */

/* scrollbar start */

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #cccccc !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #5a5a5a !important;
}

/* scrollbar end */

span, b {
    color: inherit; 
    font-size: inherit;
}

.container .cont-top {
  margin-bottom: 0.75rem;
}

.container .cont-top {
  display: flex;
}

.container .cont-top {
  align-items: center;
}

.container .cont-top {
  justify-content: space-between;
}

.container .hc-row li {
  cursor: pointer;
}

/* 뱃지 */

.status-badge {
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.status-badge.green {
        background: #eaf7f0;
        color: #1e8e5a;
        border-color: #c0e0d1;
    }

.status-badge.line-green {
        background: #ffffff;
        color: #0A845B;
        border-color: #0A845B;
    }

.status-badge.blue {
        background: #eff6ff;
        color: #1d4ed8;
        border-color: #bfdbfe;
    }

.status-badge.deepblue {
        background: #cfddff;
        color: #0c2460;
        border-color: #aac0f9;
    }

.status-badge.deep-yellow {
        background: #FFEFD0;
        color: #993B15;
        border-color: #FEA43D;
    }

.status-badge.yellow {
        background: #fff8e1;
        color: #b45309;
        border-color: #fde68a;
    }

.status-badge.purple {
        background: #FAF5FF;
        color: #6B21A8;
        border-color: #E9D5FF;
    }

.status-badge.deep-red {
        background: #C5616A;
        color: #FFEAEA;
        border-color: #A6555C;
    }

.status-badge.red {
        background: #ffe1e1;
        color: #b40909;
        border-color: #fd8a8a;
    }

.status-badge.gray {
        background: #f4f5f7;
        color: #383d41;
        border-color: #c5cad8;
    }

.ssl-status {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
      font-size: inherit;
      /* 안전 */
      /* 주의 */
      /* 위험 */
}

.ssl-status::before {
  margin-right: 0.25rem;
}

.ssl-status::before {
  display: flex;
}

.ssl-status::before {
  height: 1rem;
}

.ssl-status::before {
  width: 1rem;
}

.ssl-status::before {
  align-items: center;
}

.ssl-status::before {
  justify-content: center;
}

.ssl-status::before {
  border-radius: 9999px;
}

.ssl-status::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ssl-status::before {
            font-family: 'Material Icons Outlined';
            font-size: 11px;
      }

.ssl-status.safe {
            color: var(--green);
      }

.ssl-status.safe::before {
                  content: 'check';
                  background: var(--green);
            }

.ssl-status.warn {
            color: var(--point);
      }

.ssl-status.warn::before {
                  content: '!';
                  background: var(--point);
                  line-height: 2 !important;
            }

.ssl-status.risk {
            color: var(--red);
      }

.ssl-status.risk::before {
                  content: '!';
                  background: var(--red);
                  line-height: 2 !important;
            }

.toggle-switch {
  display: inline-block;
}

.toggle-switch input[type=checkbox] {
  height: 0px;
}

.toggle-switch input[type=checkbox] {
  width: 0px;
}

.toggle-switch input[type=checkbox] {
        visibility: hidden;
    }

.toggle-switch input[type="checkbox"] + label {
  margin-right: 0px;
}

.toggle-switch input[type="checkbox"] + label {
  cursor: pointer;
}

.toggle-switch input:checked + label {
        background: var(--green);
    }

.toggle-switch input:checked + label::before {
  left: 0.625rem;
}

.toggle-switch input:checked + label::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.toggle-switch input:checked + label::before {
            content: '';
            right: unset;
        }

.toggle-switch input:checked + label::after {
            left: calc(100% - 4px);
            transform: translateX(-100%);
        }

.toggle-switch label {
  position: relative;
}

.toggle-switch label {
  margin-left: auto;
  margin-right: auto;
}

.toggle-switch label {
  display: block;
}

.toggle-switch label {
  border-radius: 9999px;
}

.toggle-switch label {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.toggle-switch label {
        margin-top: -1.375rem !important;
        width: 58px;
        height: 28px;
    }

.toggle-switch label::before {
  position: absolute;
}

.toggle-switch label::before {
  right: 0.625rem;
}

.toggle-switch label::before {
  display: block;
}

.toggle-switch label::before {
  font-size: 12px;
}

.toggle-switch label::before {
            content: '';
            height: 28px;
            line-height: 28px;
        }

.toggle-switch label::after {
  position: absolute;
}

.toggle-switch label::after {
  top: 0.25rem;
}

.toggle-switch label::after {
  left: 0.25rem;
}

.toggle-switch label::after {
  border-radius: 9999px;
}

.toggle-switch label::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.toggle-switch label::after {
            content: '';
            top: 3px;
            width: 22px;
            height: 22px;
            transition: 0.25s;
        }

& .toggle-locked {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
    width: 58px;
    height: 28px;
}

& .toggle-locked div {
  position: relative;
}

& .toggle-locked div {
  display: flex;
}

& .toggle-locked div {
  height: 100%;
}

& .toggle-locked div {
  align-items: center;
}

& .toggle-locked div {
  justify-content: center;
}

& .toggle-locked div {
  gap: 0.25rem;
}

& .toggle-locked div p {
  font-size: 12px;
}

& .toggle-locked div p {
  line-height: 1;
}

& .toggle-locked div p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

& .toggle-locked div i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

& .toggle-locked div i {
            top: 6px;
            font-size: 17px;
        }

/* table 체크박스 가운데 조정 */

table tr th input[type="checkbox"], table tr td input[type="checkbox"] {
  vertical-align: text-bottom;
}

.loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
      background: #00000033;
}

/* 모달 공용 */

.cs-modal {
  pointer-events: auto;
    /* root modal-wrap-height 설정 필요 */
}

.cs-modal header {
  position: relative;
}

.cs-modal header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.cs-modal header {
  padding-left: 0px;
}

.cs-modal header {
        height: 56px;
    }

.cs-modal header .headerTitle {
  vertical-align: text-top;
}

.cs-modal .wrap .content {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.cs-modal .wrap .content {
        background: #EAEEF2;
    }

.cs-modal .modalArea {
        min-height: 312px;
        /* modal table 설정 */
    }

.cs-modal .modalArea section, .cs-modal .modalArea div, .cs-modal .modalArea input, .cs-modal .modalArea select, .cs-modal .modalArea radio, .cs-modal .modalArea span, .cs-modal .modalArea p {
  font-size: 14px;
}

.cs-modal .modalArea table input, .cs-modal .modalArea table select {
  font-size: 12px;
}

.cs-modal .modalArea section div .btn-sm {
  font-size: 14px;
}

.cs-modal .modalArea table tr td input[type="text"], .cs-modal .modalArea table tr td select {
  display: inline-block;
}

.cs-modal .modalArea table tr td input[type="text"], .cs-modal .modalArea table tr td select {
                    height: 28px !important;
                }

.cs-modal .modalArea table tr td input[type="text"] ~ button, .cs-modal .modalArea table tr td select ~ button {
                        height: 28px;
                    }

.cs-modal .modalArea table tr td label {
  margin: 0px;
}

.cs-modal .modalArea table tr td label {
  font-size: 14px;
}

.cs-modal.h-fix-base {
        height: 800px;
    }

.cs-modal.h-fix-base .wrap {
            height: var(--modal-wrap-height) !important;
        }

.cs-modal.h-fix-base .wrap .content, .cs-modal.h-fix-base .wrap .modalArea {
  height: 100%;
}