/* @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.17 | 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);
}

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;
    }

.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 */

.labs-form-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.labs-form-vertical li {
  display: flex;
}

.labs-form-vertical li {
  align-items: center;
}

.labs-form-vertical li label {
            min-width: 60px;
        }

.modal-form-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-form-list li {
  display: flex;
}

.modal-form-list li {
  align-items: flex-start;
}

.modal-form-list li label {
  margin-right: 0.25rem;
}

.modal-form-list li label {
  height: 2rem;
}

.modal-form-list li label {
  min-width: 6rem;
}

.modal-form-list li label {
  font-size: 14px;
}

.modal-form-list li label {
  line-height: 2rem;
}

.searchFilter section {
  display: flex;
}

.searchFilter section {
  width: 100%;
}

.searchFilter section {
  align-items: center;
}

.searchFilter section {
  justify-content: space-between;
}

.searchFilter section label {
  margin-right: 0.25rem;
}

.searchFilter section label {
  vertical-align: middle;
}

.searchFilter .filter-wrap {
  display: flex;
}

.searchFilter .filter-wrap {
  width: 100%;
}

.searchFilter .filter-wrap {
  align-items: center;
}

.searchFilter .filter-wrap {
  gap: 0.5rem;
}

.searchFilter .filter-wrap .input-wrap {
  display: flex;
}

.searchFilter .filter-wrap .input-wrap {
  align-items: center;
}

.searchFilter .filter-wrap .input-wrap {
  justify-content: center;
}

.searchFilter .filter-wrap .input-wrap {
  gap: 0.25rem;
}

.searchFilter .filter-wrap .input-wrap label {
  font-size: 12px;
}

.searchFilter .filter-wrap .input-wrap label {
  font-weight: 600;
}

.searchFilter .filter-wrap .input-wrap input {
                box-shadow : unset !important;
            }

.input-style-readonly {
  display: inline-block;
  height: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: middle;
  font-size: 14px;
}

.cont-top-area {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* rz alert start*/

.rz-dialog-confirm .rz-dialog-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.rz-dialog-confirm .rz-dialog-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rz-dialog-confirm .rz-dialog-content .rz-dialog-confirm-buttons {
  flex-direction: row-reverse;
}

.rz-dialog-confirm .rz-dialog-content .rz-button.rz-primary.rz-shade-default {
            background-color: #F12B2B;
        }

.rz-dialog-confirm .rz-dialog-content .rz-button.rz-primary.rz-shade-default:hover {
                background-color: #D91D1D;
            }

/* rz noti */

.rz-notification-message {
    min-width: unset;
}

/* rz alert end */

.container .cont-top {
  margin-bottom: 0.75rem;
}

.container .cont-top {
  display: flex;
}

.container .cont-top {
  justify-content: space-between;
}

.container .filter-box {
  margin-bottom: 1rem;
}

.container .filter-box {
  display: flex;
}

.container .filter-box {
  width: 100%;
}

.container .filter-box {
  align-items: center;
}

.container .filter-box {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.container .filter-box {
  border-radius: 0.5rem;
}

.container .filter-box {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .filter-box {
  padding: 1rem;
}

.container .filter-box * {
            font-size: 0.75rem;
        }

.container .filter-box .input-group {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.container .filter-box .input-group {
  row-gap: 0.25rem;
}

.container .filter-box .input-group {
            width: unset;
        }

.container .filter-box .input-group > div {
  display: flex;
}

.container .filter-box .input-group > div {
  align-items: center;
}

.container .filter-box .input-group select {
                min-width: unset;
            }

.container .filter-box .input-group label {
  margin-right: 0.5rem;
}

.container .sendForm > div {
  margin-bottom: 1.25rem;
}

.container .sendForm > div {
  margin-left: 0.75rem;
}

.container .sendForm div {
  position: relative;
}

.container .sendForm div {
  width: 100%;
}

.container .sendForm div label {
                min-width: 82px;
                font-size: 13px;
            }

.container .sendForm div input::-moz-placeholder, .container .sendForm div textarea::-moz-placeholder {
                    font-size: 0.75rem;
                }

.container .sendForm div input::placeholder, .container .sendForm div textarea::placeholder {
                    font-size: 0.75rem;
                }

.container .sendForm .input-hint {
  align-self: flex-end;
}

.container .sendForm .input-hint {
            font-size: 13px;
        }

.container .sendForm .recipient-field {
  margin-top: 1rem;
}

.container .sendForm .recipient-field .mail-tag-wrap {
  width: 100%;
}

.container .sendForm .recipient-field .mail-tag-wrap {
  flex-direction: column;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top {
  margin-bottom: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top {
  display: flex;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top {
  justify-content: space-between;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p {
                        font-size: 13px;
                    }

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
  font-size: 14px;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
  font-weight: 700;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
                            color: #333;
                        }

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span.total {
  padding-right: 1rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  height: 10rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  width: 100%;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  flex-direction: column;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  overflow-x: hidden;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  overflow-y: scroll;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  border-radius: 0.25rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  border-width: 1px;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  padding-bottom: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
                    box-sizing: border-box;
                }

.container .sendForm .recipient-field .mail-tag-wrap .mail-box table {
                        table-layout: fixed;
                        border-collapse: collapse;
                    }

.container .sendForm .recipient-field .mail-tag-wrap .mail-box table span {
                            font-size: 0.75rem;
                        }

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  margin-top: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  display: flex;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  width: 100%;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  border-radius: 0.25rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  border-width: 1px;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  padding: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  margin: 0.25rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  display: inline-block;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
                                font-size: 0.75rem;
                            }

.container .sendForm .form-row {
  display: flex;
}

.container .sendForm .form-row {
  justify-content: space-between;
}

.container .sendForm .form-row {
  gap: 2rem;
}

.container .sendForm .form-row input, .container .sendForm .form-row select {
  width: 100%;
}

.container .sendForm .add-email-button {
  position: absolute !important;
}

.container .sendForm .add-email-button {
  right: 0.25rem !important;
}

.container .sendForm .add-email-button {
  bottom: 0.25rem !important;
}

.container .sendForm .add-email-button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.container .sendForm .add-email-button {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.container .sendForm .add-email-button {
            min-height: unset !important;
        }

.container .sendMail {
  width: 80%;
}

.container .sendMail .template-wrap {
  margin-top: 1rem;
}

.container .sendMail .template-wrap {
  width: 100%;
}

.container .sendMail .template-wrap .template-box {
  height: 15rem;
}

.container .sendMail .template-wrap .template-box {
  width: 100%;
}

.container .sendMail .template-wrap .template-box {
  border-radius: 0.25rem;
}

.container .sendMail .template-wrap .template-box {
  border-width: 1px;
}

.container .sendMail .template-wrap .template-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .sendMail .file-list {
  display: flex;
}

.container .sendMail .file-list {
  flex-direction: row;
}

.container .sendMail .file-list li {
  margin-left: 0.75rem;
}

.container .sendMail .file-list li {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .sendMail .file-list li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container .sendMail .file-list li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.container .sendMail .file-list li {
                font-size: 0.75rem;
            }

.container .smsSend {
  display: flex;
}

.container .smsSend {
  width: 100%;
}

.container .smsSend {
  justify-content: space-around;
}

.container .smsSend .sms-preview {
  display: flex;
}

.container .smsSend .sms-preview {
  flex-direction: column;
}

.container .smsSend .sms-preview {
  justify-content: space-between;
}

.container .smsSend .sms-preview {
  border-radius: 0.75rem;
}

.container .smsSend .sms-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .smsSend .sms-preview {
  padding: 1.5rem;
}

.container .smsSend .sms-preview {
            min-width: 24rem;
        }

.container .smsSend .sms-preview .date {
  margin-top: 1rem;
}

.container .smsSend .sms-preview .date {
  margin-bottom: 2rem;
}

.container .smsSend .sms-preview .date {
  text-align: center;
}

.container .smsSend .sms-preview .date {
  font-size: 14px;
}

.container .smsSend .sms-preview .date {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.container .smsSend .sms-preview .sms-box {
  width: 100%;
}

.container .smsSend .sms-preview .sms-box {
  overflow-y: auto;
}

.container .smsSend .sms-preview .sms-box {
  border-radius: 0.75rem;
}

.container .smsSend .sms-preview .sms-box {
  border-width: 0px;
}

.container .smsSend .sms-preview .sms-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .smsSend .sms-preview .sms-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container .smsSend .sms-preview .sms-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container .smsSend .sms-preview .sms-box {
                min-height: 180px;
                max-height: 530px;
                resize: none;
            }

.container .smsSend .sms-preview .box-tail {
  position: absolute;
}

.container .smsSend .sms-preview .box-tail {
                bottom: 0.25rem;
                left: -0.75rem;

            }

.container .smsSend .sms-preview .sms-footer {
  margin-top: 5rem;
}

.container .smsSend .sms-preview .sms-footer {
  display: inline-block;
}

.container .smsSend .sms-preview .sms-footer {
  text-align: right;
}

.container .smsSend .sms-preview .sms-footer {
  font-size: 14px;
}

.container .smsSend .sms-preview .sms-footer p {
  display: inline-block;
}

.container .smsSend .sms-preview .sms-footer p {
  font-size: 14px;
}

.container .smsSend .sms-preview .sms-footer p {
  font-weight: 700;
}

.container.send-wrap .cont-top {
  gap: 1.25rem;
}

.container.send-wrap input[type="datetime-local"] {
            min-width: 180px !important;
        }

.container.fax  .m-col {
  align-items: flex-start !important;
}

.container.fax .file {
  font-size: 20px !important;
}

.container.fax .file {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.container.fax .file {
  text-decoration-line: none !important;
}

.container.fax .file:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.container .add-button {
  margin-left: 0.5rem;
}

.container .add-button {
  width: -moz-fit-content;
  width: fit-content;
}

.container .tooltip-wrapper {
  position: relative;
}

.container .tooltip-wrapper {
  display: inline-block;
}

.container .tooltip-wrapper .tooltip-text {
  visibility: hidden;
}

.container .tooltip-wrapper .tooltip-text {
  position: absolute;
}

.container .tooltip-wrapper .tooltip-text {
  width: -moz-fit-content;
  width: fit-content;
}

.container .tooltip-wrapper .tooltip-text {
  border-radius: 0.25rem;
}

.container .tooltip-wrapper .tooltip-text {
  border-width: 1px;
}

.container .tooltip-wrapper .tooltip-text {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.container .tooltip-wrapper .tooltip-text {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.container .tooltip-wrapper .tooltip-text {
  padding: 0.5rem;
}

.container .tooltip-wrapper .tooltip-text {
  font-size: 12px;
}

.container .tooltip-wrapper .tooltip-text {
            bottom: -2.25rem;
            right: 0;
            opacity: 0;
            white-space: nowrap;
            z-index: 1;
        }

.container .tooltip-wrapper:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
            }

.container .delete {
  cursor: pointer;
}

.container .delete::before {
  margin-left: 0.25rem;
}

.container .delete::before {
  border-radius: 9999px;
}

.container .delete::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .delete::before {
  vertical-align: middle;
}

.container .delete::before {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.container .delete::before {
            font-size: 11px;
            content: 'close';
            font-family: 'Material Icons';
        }

.container .input-flex {
  display: flex;
}

.container .input-flex {
  align-items: center;
}

.container .form-col {
  flex-direction: column;
}

.container .arrears-tootip {
  cursor: default;
}

.container .arrears-tootip::after {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.container .arrears-tootip::after {
            font-family: 'Material Icons Outlined';
            content: 'info';
            font-size: 15px;
            vertical-align: -3px;
        }

.container .arrears-tootip:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.container .arrears-info {
  display: flex;
}

.container .arrears-info {
  justify-content: center;
}

.container .arrears-info {
  gap: 0.25rem;
}

.container .arrears-info > div {
  position: relative;
}

.container .arrears-info > div {
  height: 1.5rem;
}

.container .arrears-info > div {
  width: 1.5rem;
}

.container .arrears-info > div {
  border-radius: 9999px;
}

.container .arrears-info > div {
  border-width: 1px;
}

.container .arrears-info .pending {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.container .arrears-info .pending {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.container .arrears-info .arrears::before {
  position: absolute;
}

.container .arrears-info .arrears::before {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.container .arrears-info .arrears::before {
                font-family: 'Material Icons';
                content: 'check';
                font-size: 16px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%)
            }

.container .arrears-info .arrears.team-management {
                border-color: #45BFA6;
                background-color: #45BFA6;
            }

.container .arrears-info .arrears.team-sales {
                border-color: #F6B45B;
                background-color: #F6B45B;
            }

.container .arrears-info .arrears.team-all {
                border-color: #F56974;
                background-color: #F56974;
            }

.container .card-wrap {
  margin-top: 1.5rem;
}

.container .card-wrap {
  display: grid;
}

.container .card-wrap {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.container .card-wrap {
  gap: 1rem;
}

.container .card-wrap {
  border-radius: 0.5rem;
}

.container .card-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .card-wrap {
  padding: 1.5rem;
}

.container .card-wrap .current-card {
  border-radius: 0.5rem;
}

.container .card-wrap .current-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .card-wrap .current-card {
  padding: 1.5rem;
}

.container .card-wrap .current-card {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.container .card-wrap .current-card .card-top {
  display: flex;
}

.container .card-wrap .current-card .card-top {
  justify-content: space-between;
}

.container .card-wrap .current-card .card-top {
  padding-bottom: 1.25rem;
}

.container .card-wrap .current-card .card-top h4 {
  word-break: keep-all;
}

.container .card-wrap .current-card .card-top h4 {
  font-size: 16px;
}

.container .card-wrap .current-card .card-top h4 {
  font-weight: 700;
}

.container .card-wrap .current-card .card-top p {
  text-align: right;
}

.container .card-wrap .current-card .card-top p {
  font-size: 16px;
}

.container .card-wrap .current-card .card-top span {
  font-weight: 700;
}

.container .card-wrap .current-card .card-top span {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.container .card-wrap .current-card .card-top span {
                    font-size: inhertit;
                }

.container .card-wrap .current-card ul {
  display: flex;
}

.container .card-wrap .current-card ul {
  flex-direction: column;
}

.container .card-wrap .current-card ul {
  gap: 0.75rem;
}

.container .card-wrap .current-card ul {
  font-size: 14px;
}

.container .card-wrap .current-card ul li {
  display: flex;
}

.container .card-wrap .current-card ul li {
  align-items: center;
}

.container .card-wrap .current-card ul li div {
  font-size: 14px;
}

.container .card-wrap .current-card ul li div:last-child {
  font-weight: 700;
}

.container .card-wrap .current-card ul li span {
  font-weight: 700;
}

.container .card-wrap .current-card ul li span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.container .card-wrap .current-card ul li .line {
  margin-left: 1rem;
  margin-right: 1rem;
}

.container .card-wrap .current-card ul li .line {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.container .card-wrap .current-card ul li .line {
                        height: 1px;
                        flex: 1;
                    }

.container .bg-box.summary-stats {
  width: 100%;
}

.container .bg-box.summary-stats {
            min-width: 650px;
            
        }

.container .bg-box.summary-stats .title {
  margin-top: 0.25rem;
}

.container .bg-box.summary-stats .title {
  margin-right: 3rem;
}

.container .bg-box.summary-stats .title {
  flex-direction: column;
}

.container .bg-box.summary-stats .title {
  align-items: flex-start;
}

.container .bg-box.summary-stats .title h5 {
  word-break: keep-all;
}

.container .bg-box.summary-stats .title h5 {
  font-size: 24px;
}

.container .bg-box.summary-stats .title h5 {
  line-height: 1.75rem;
}

.container .bg-box.summary-stats .title h5 {
                    white-space: pre-line;
                }

.container.hc-card {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

.container.hc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

.container .loading-overlay {
  display: flex;
}

.container .loading-overlay {
  flex-direction: column;
}

.container .loading-overlay {
  align-items: center;
}

.container .loading-overlay {
  justify-content: center;
}

.container .loading-overlay h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container .loading-overlay span {
  padding-top: 0.5rem;
}

& .button-area {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 1441px) {
    .prd-equipment-area {
    display: none;
  }
}

@media (max-width: 1440px) {
    .prd-equipment-select {
    display: none;
  }
    .prd-equipment-area {
    display: flex;
        top: 96px;
  }
    .wrap .content .tablet-twofixed {
        padding-top: 79px;
    }

}

@media (max-width: 1540px) {
    & .card-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
    .searchFilter {
    padding-left: 0px !important;
  }
    .oneFixed {
        padding-top: 90px !important;
        background: none !important;
    }
    .smsSend {
    flex-direction: column;
    gap: 2rem;
  }
        .smsSend .sms-preview {
    width: 100% !important;
  }
        .smsSend .sms-preview {
    padding: 1rem !important;
  }
        .smsSend .sms-preview {
            min-width: unset !important;
        }
            .smsSend .sms-preview .sms-footer {
    margin-top: 2rem !important;
  }
    .sendForm {
    width: 100% !important;
  }
        .sendForm > div {
    margin-left: 0px !important;
  }
        .sendForm > div {
    flex-direction: column !important;
  }
        .sendForm div {
    align-items: flex-start !important;
  } 
        .sendForm #AddEmail {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
        .sendForm .form-row {
    gap: 1.25rem !important;
  }
            .sendForm .form-row > div {
    width: 100%;
  }
            .sendForm .form-row > div {
    flex-direction: column;
  }
                .sendForm .form-row > div input, .sendForm .form-row > div select {
    width: 100%;
  }
            .sendForm .recipient-field label {
    display: none;
  }
            .sendForm .recipient-field .mail-box {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
    .send-wrap {
    margin-top: 2.5rem !important;
  }
    .add-button {
    margin-left: 0px !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
        .add-button button {
    width: 100% !important;
  }
        .file-list li {
    margin-left: 0px !important;
  }
        .file-list li {
    margin-right: 0.5rem !important;
  }
        .file-list li {
    margin-top: 0.5rem !important;
  }
        .fax .m-col {
    align-items: flex-start !important;
  }
        .fax .m-col {
    gap: 0.25rem !important;
  }
    .filter-box {
    flex-direction: column !important;
    row-gap: 1rem !important;
  }
            .filter-box .input-group label {
                min-width: 55.5px !important;
            }
    & .card-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    padding: 1rem !important;
  }
    /* m */
    .m-row {
    flex-direction: row !important;
  }
        .m-row input {
            min-width: unset !important;
        }
    .m-col {
    flex-direction: column !important;
  }
    .m-w-full {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
            .filter-box .input-group div:nth-of-type(odd):not(:last-of-type) {
    width: 50%;
  }
                .filter-box .input-group div:nth-of-type(odd):not(:last-of-type) select {
    width: 100%;
  }
}

/* 중지 현황 전용 디자인 */

.suspension-state {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.suspension-state .normal-box {
  margin: 0px;
}

.suspension-state .normal-box {
  border-radius: 0.5rem;
}

.suspension-state .normal-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.suspension-state .normal-box {
  padding: 0px;
}

.suspension-state .normal-box dl {
  display: flex;
}

.suspension-state .normal-box dl {
  flex-direction: column;
}

.suspension-state .normal-box dl {
  align-items: center;
}

.suspension-state .normal-box dl {
  gap: 0.5rem;
}

.suspension-state .normal-box dl {
  border-radius: 0.5rem;
}

.suspension-state .normal-box dl {
  padding: 1rem;
}

.suspension-state .normal-box dl {
            width: 112px;
            height: 85px;
        }

.suspension-state .normal-box dl dt {
  font-size: 14px;
}

.suspension-state .normal-box dl dd {
  font-size: 16px;
}

.suspension-state .normal-box dl dd {
  font-weight: 700;
}

.suspension-state .normal-box dl dd {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.suspension-state .normal-box dl dd strong {
  font-size: 24px;
}

.suspension-state .normal-box dl dd strong {
                    font-weight: inherit;
                    color: inherit;
                }

.suspension-state .normal-box.all dl {
                background: #4D4E54;
            }

.suspension-state .normal-box.all dl dt, .suspension-state .normal-box.all dl dd {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.suspension-state .normal-box.stop {
  display: flex;
}

.suspension-state .normal-box.stop {
  align-items: center;
}

.suspension-state .normal-box.stop dl.stop-main {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.suspension-state .normal-box.stop dl.stop-main {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.suspension-state .normal-box.stop dl.stop-main dd {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.suspension-state .normal-box.stop .stop-descendent {
  display: flex;
}

.suspension-state .normal-box.stop .stop-descendent {
  gap: 1rem;
}

.suspension-state .normal-box.stop .stop-descendent {
  padding: 1rem;
}

.suspension-state .normal-box.stop .stop-descendent dl {
  padding: 0px;
}

.suspension-state .normal-box.stop .stop-descendent dl {
                    width: 80px;
                    height: 53px;
                }

.suspension-state .normal-box.stop .stop-descendent dl dt {
  font-size: 12px;
}

.bulk-suspension-table tr td:nth-child(10) input {
        min-width: 180px;
    }

.bulk-suspension-table tr td:not(:nth-child(2)) input.sm {
        min-width: 90px;
        width: 90px;
    }

/* 중지서비스 테이블 필터+버튼 영역 */

.table-option-area {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-option-area .filter-area {
  display: flex;
}

.table-option-area .filter-area {
  gap: 0.75rem;
}

.table-option-area .filter-area > div {
  display: flex;
}

.table-option-area .filter-area > div {
  align-items: center;
}

.table-option-area .filter-area > div {
  gap: 0.375rem;
}

.table-option-area .filter-area > div label {
  margin: 0px;
}

.table-option-area button {
  height: 2rem;
}

.table-option-area button {
  vertical-align: middle;
}

.suspension-table .special-note i {
  cursor: pointer;
}

.suspension-table .special-note i {
  font-weight: 300;
}

.suspension-table .special-note i {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.suspension-table .special-note i:hover {
                color: var(--primary);
            }

button[class*="green"] {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: #16A34A;
}

button[class*="green"]:hover {
        background: #15803d;
    }

/* 세금계산서 발행 버튼 */

.issue-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    /* 익일발행 */

    /* 즉시발행 */
    
    /* 취소 발행 */

  /* 재발행 */

  /* 취소 */

    /* 수정 */
}

.issue-button.size-sm {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.issue-button.button-blue {
  border-width: 1px;
}

.issue-button.button-blue {
        background-color: #eff6ff;
        border-color: #bfdbfe;
        color: #1d4ed8;
    }

.issue-button.button-blue:hover {
            background-color: #dbeafe;
        }

.issue-button.button-orange {
  border-width: 1px;
}

.issue-button.button-orange {
        background-color: #fff7ed;
        border-color: #fed7aa;
        color: #c2410c;
    }

.issue-button.button-orange:hover {
            background-color: #ffedd5;
        }

.issue-button.button-purple {
  border-width: 1px;
}

.issue-button.button-purple {
        background-color: #faf5ff;
        border-color: #e9d5ff;
        color: #6b21a8;
    }

.issue-button.button-purple:hover {
            background-color: #f3e8ff;
        }

.issue-button.button-green {
  border-width: 1px;
}

.issue-button.button-green {
        background-color: #ecfdf5;
        border-color: #a7f3d0;
        color: #047857;
    }

.issue-button.button-green:hover {
            background-color: #d1fae5;
        }

.issue-button.button-rose {
  border-width: 1px;
}

.issue-button.button-rose {
        background-color: #fff1f2;
        border-color: #fecdd3;
        color: #be123c;
    }

.issue-button.button-rose:hover {
            background-color: #ffe4e6;
        }

.issue-button.button-amber {
  border-width: 1px;
}

.issue-button.button-amber {
        background-color: #fffbeb;
        border-color: #fde68a;
        color: #b45309;
    }

.issue-button.button-amber:hover {
        background-color: #fef3c7;
        }

& .btn-accordion {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  font-size: 12px !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
    background: unset !important;
    border: unset !important;
}

& .btn-accordion:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
}

& .btn-accordion i {
  margin-bottom: 0.125rem;
}

& .btn-accordion i {
  display: inline-block;
}

& .btn-accordion i {
  font-size: 16px;
}

& .btn-accordion i {
        color: inherit;
        width: unset !important;
    }

@media (max-width: 1280px) {
    .btn-bnr {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
    .btn-btn-thin {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.template-select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
    height: 32px;
    width: unset !important;
}

.template-select > div {
  padding-top: 0.25rem;
}

.template-select > div {
        width: unset !important;
        min-width: 230px;
    }

.template-select > div > div {
            display: unset !important;
        }

.template-select > div span {
  width: 100%;
}

.template-select > div span {
            font-size: 13px;
        }

.template-select > div svg {
  float: right;
}

.template-select ul {
  border-width: 1px;
}

.template-select ul {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.template-select ul {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.template-select ul {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.template-select ul li {
  cursor: pointer;
}

.template-select ul li {
            font-size: 13px;
        }

.hc-checkbox {
  display: inline-block;
  cursor: pointer;
}

.hc-checkbox label {
  margin-left: 0.5rem;
}

.hc-checkbox div.hc-checkbox-icon {
  display: inline-block;
}

.hc-checkbox div.hc-checkbox-box {
  inset: 0px;
}

.hc-checkbox div.hc-checkbox-box {
  box-sizing: border-box;
}

.hc-checkbox div.hc-checkbox-box {
  display: inline-block;
}

.hc-checkbox div.hc-checkbox-box {
  height: 1rem;
}

.hc-checkbox div.hc-checkbox-box {
  width: 1rem;
}

.hc-checkbox div.hc-checkbox-box {
  min-width: 1rem;
}

.hc-checkbox div.hc-checkbox-box {
  align-items: center;
}

.hc-checkbox div.hc-checkbox-box {
  justify-content: center;
}

.hc-checkbox div.hc-checkbox-box {
  border-radius: 0.125rem;
}

.hc-checkbox div.hc-checkbox-box {
  border-width: 1px;
}

.hc-checkbox div.hc-checkbox-box {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hc-checkbox div.hc-checkbox-box {
  vertical-align: middle;
}

.hc-checkbox div.hc-checkbox-box {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-checkbox div.hc-checkbox-box {
  transition-duration: 100ms;
}

.hc-checkbox div.hc-checkbox-box {
  transition-timing-function: linear;
}

.hc-checkbox div.hc-checkbox-box {
           background-color: #00000000;
        }

.hc-checkbox.checked div.hc-checkbox-box {
  border-width: 1px;
}

.hc-checkbox.checked div.hc-checkbox-box {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  box-sizing: border-box;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  display: block;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  border-width: 2px;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  border-top-width: 0px;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  border-right-width: 0px;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  text-align: center;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  vertical-align: middle;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
                    width: 0.625rem;
                    height: 0.375rem;
                    transform-origin: 80% 25%;
                }

/* 회차 체크박스 */

.round-checkbox {
  position: relative;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.round-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.round-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.round-checkbox:checked::before {
  position: absolute;
}

.round-checkbox:checked::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.round-checkbox:checked::before {
            font-family: 'Material Icons';
            content: 'check';
            font-size: 12px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

.round-checkbox:disabled {
  opacity: 0.5;
}

span[class*="Badge"] {
  word-break: keep-all !important;
}

.sms-badge {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* 세금계산서 뱃지 */

.tax-badge {
  margin-left: 0px !important;
    line-height: unset !important;
}

.tax-status-badge {
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
    /* 완료 */
    /* 발행 */
    /* 분할발행 */
    /* 발행대기, 임시저장 */
    /* 실패 */
    /* 취소 */

    /* 알 수 없음, 취소 */

    /* ---- 변동 이력 뱃지 */
    
    /* 수정 */  
    /* 발행 */
}

.tax-status-badge.badge-success {
        background: #d4edda;
        color: #155724;
    }

.tax-status-badge.badge-issue {
        background: #D1ECF1;
        color: #0C5460;
    }

.tax-status-badge.badge-split {
        background: #CFDDFF;
        color: #0C2460;
    }

.tax-status-badge.badge-wait {
        background: #fff3cd;
        color: #856404;
    }

.tax-status-badge.badge-fail {
        background: #C5616A;
        color: #FFEAEA;
    }

.tax-status-badge.badge-cancel {
        background: #FFB5BC;
        color: #C82E3C;
    }

.tax-status-badge.badge-secondary {
        background: #e2e3e5;
        color: #383d41;
    }

.tax-status-badge.changedBadge-modify {
  border-width: 1px;
}

.tax-status-badge.changedBadge-modify {
        background: #fffbeb;
        border-color: #fde68a;
        color: #b45309;
    }

.tax-status-badge.changedBadge-issue {
  border-width: 1px;
}

.tax-status-badge.changedBadge-issue {
        background: #eff6ff;
        border-color: #bfdbfe;
        color: #1d4ed8;
    }

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
    background-color: #00000033;
    z-index: 100;
}

.modal input, .modal select {
        min-width: unset !important;
        font-size: 12px;
    }

.modal .property-info input, .modal .property-info select {
            min-width: 200px !important;
        }

.modal label {
        font-size: 13px !important;
    }

.modal .modal-header-sticky {
  position: sticky;
}

.modal .modal-header-sticky {
  top: 0px;
}

.modal .modal-header-sticky {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .modal-header-sticky {
        z-index: 9999999;

    }

.modal .modal-wrap {
  overflow-y: auto;
}

.modal .modal-wrap {
        max-height: 93vh;
    }

.modal .hc-card {
  border-radius: 1rem;
}

.modal .hc-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .hc-card {
  padding: 1rem;
}

.modal .hc-card {
        width: 95vw;
        max-width: 760px;
    }

.modal .modal-header {
  gap: 1rem;
}

.modal .modal-header p {
  display: inline-block;
}

.modal .modal-header p {
  font-size: 12px;
}

.modal .modal-body table span {
                font-size: 0.75rem;
            }

.modal .modal-body .form-label {
  margin-bottom: 0px !important;
}

.modal .modal-body .form-label {
            min-width: 6.5rem;
            line-height: 2.4rem !important;
        }

.modal .modal-body .form-input-title {
  margin-top: 1rem;
}

.modal .modal-body .form-input-title {
  margin-bottom: 0.5rem;
}

.modal .modal-body .form-input-title {
  display: flex;
}

.modal .modal-body .form-input-title {
  justify-content: space-between;
}

.modal .modal-body .form-input-title h4 {
  font-weight: 500;
}

.modal .modal-body .form-input {
  margin-bottom: 0.75rem;
}

.modal .modal-body .form-input {
  display: flex;
}

.modal .modal-body .form-input {
  align-items: center;
}

.modal .modal-body .form-input table td {
                    max-width: 200px;
                }

.modal .modal-body .form-input table tr td:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal .modal-body .form-input .input-margin {
  margin-right: 0.5rem;
}

.modal .modal-body .form-input .template-box {
  height: 10rem;
}

.modal .modal-body .form-input .template-box {
  width: 100%;
}

.modal .modal-body .form-input .template-box {
  flex-direction: column;
}

.modal .modal-body .form-input .template-box {
  overflow-x: auto;
}

.modal .modal-body .form-input .template-box {
  overflow-y: scroll;
}

.modal .modal-body .form-input .template-box {
  border-radius: 0.25rem;
}

.modal .modal-body .form-input .template-box {
  border-width: 1px;
}

.modal .modal-body .form-input .template-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .modal-body .form-input .template-box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal .modal-body .form-input .template-box {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal .modal-body .form-input .template-box {
                box-sizing: border-box;
            }

.modal .modal-body .form-input.rack-select {
  display: flex;
}

.modal .modal-body .form-input.rack-select {
  overflow-y: auto;
}

.modal .modal-body .form-input.rack-select {
  border-radius: 0.25rem;
}

.modal .modal-body .form-input.rack-select {
  border-width: 1px;
}

.modal .modal-body .form-input.rack-select {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal .modal-body .form-input.rack-select {
  padding: 0.5rem;
}

.modal .modal-body .form-input.rack-select {
                max-width: 696px;
            }

.modal .modal-body .form-input.rack-select ul li {
  margin: 0.25rem;
}

.modal .modal-body .form-input.rack-select ul li {
  display: inline-block;
}

.modal .modal-body .form-input.rack-select ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.modal .modal-body .form-input.rack-select ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .modal-body .form-input.rack-select ul li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.modal .modal-body .form-input.rack-select ul li {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.modal .modal-body .form-input.rack-select ul li {
                        font-size: 0.75rem;
                    }

.modal .modal-body .form-input.rack-select ul .rack-exp {
  font-size: 12px;
}

.modal .modal-body .form-input.rack-select ul .rack-exp {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.modal .modal-body .form-input.rack-select ul .rack-exp {
                        background-color: unset;
                    }

.modal .modal-body.fax .form-label {
                min-width: 5rem !important;
            }

.modal .modal-body.fax .file-list {
  margin-top: 0.375rem;
}

.modal .modal-body.fax .file-list {
  display: flex;
}

.modal .modal-body.fax .file-list {
  flex-direction: row;
}

.modal .modal-body.fax .file-list {
  flex-wrap: wrap;
}

.modal .modal-body.fax .file-list {
  gap: 0.25rem;
}

.modal .modal-body.fax .file-list li {
  display: flex;
}

.modal .modal-body.fax .file-list li {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal .modal-body.fax .file-list li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .modal-body.fax .file-list li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.modal .modal-body.fax .file-list li {
                    font-size: 0.75rem;
                }

.modal .modal-body.fax .file-list li input {
                        background: unset !important;
                    }

.modal .delete {
  cursor: pointer;
}

.modal .delete::before {
  margin-left: 0.25rem;
}

.modal .delete::before {
  border-radius: 9999px;
}

.modal .delete::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .delete::before {
  vertical-align: middle;
}

.modal .delete::before {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.modal .delete::before {
            font-size: 11px;
            content: 'close';
            font-family: 'Material Icons';
        }

.modal.unpaid .modal-body {
  padding-bottom: 0px;
}

.modal .arrears-info {
  display: flex;
}

.modal .arrears-info {
  gap: 0.5rem;
}

.modal .arrears-info > div {
  position: relative;
}

.modal .arrears-info > div {
  height: 1.5rem;
}

.modal .arrears-info > div {
  width: 1.5rem;
}

.modal .arrears-info > div {
  border-radius: 9999px;
}

.modal .arrears-info > div {
  border-width: 1px;
}

.modal .arrears-info > div .arrears::before {
                    font-size: 16px;
                }

.modal .arrears-info .pending {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal .arrears-info .pending {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .arrears-team {
  display: flex;
}

.modal .arrears-team {
  gap: 0.75rem;
}

.modal .arrears-team > li {
  display: flex;
}

.modal .arrears-team > li {
  gap: 0.25rem;
}

.modal .arrears-team > li p {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.modal .arrears-team .arrears {
  position: relative;
}

.modal .arrears-team .arrears {
  height: 1rem;
}

.modal .arrears-team .arrears {
  width: 1rem;
}

.modal .arrears-team .arrears {
  border-radius: 9999px;
}

.modal .arrears-team .arrears {
  border-width: 1px;
}

.modal .arrears-team .arrears::before {
                font-size: 12px;
            }

.modal .arrears::before {
  position: absolute;
}

.modal .arrears::before {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.modal .arrears::before {
            font-family: 'Material Icons';
            content: 'check';
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

.modal .arrears.team-management {
            border-color: #45BFA6;
            background-color: #45BFA6;
        }

.modal .arrears.team-sales {
            border-color: #F6B45B;
            background-color: #F6B45B;
        }

.modal .arrears.team-all {
            border-color: #F56974;
            background-color: #F56974;
        }

.modal .absensce-area {
  margin-bottom: 1rem;
}

.modal .absensce-area {
  border-radius: 0.25rem;
}

.modal .absensce-area {
  border-width: 1px;
}

.modal .absensce-area {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal .absensce-area {
  padding-top: 0.75rem;
}

.modal .absensce-area {
        background: #f9f9f9;
    }

.modal .absensce-wrap {
  margin-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box {
  flex: 1 1 0%;
}

.modal .absensce-wrap .absensce-box {
  border-radius: 0.25rem;
}

.modal .absensce-wrap .absensce-box {
  border-width: 1px;
}

.modal .absensce-wrap .absensce-box {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.modal .absensce-wrap .absensce-box {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .absensce-wrap .absensce-box {
  padding: 1rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  margin-top: 0.75rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  margin-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  gap: 0.75rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  border-top-width: 1px;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message {
  padding-top: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  padding-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area {
  width: 40%;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area textarea {
  width: 100%;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area textarea {
                        min-height: 235px;
                    }

.modal .absensce-wrap .absensce-box .absensce-message .message-area p {
  font-size: 12px;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area {
  width: 60%;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area input, .modal .absensce-wrap .absensce-box .absensce-message .number-area select {
                        min-width: unset !important;
                    }

.modal .absensce-wrap .absensce-box .absensce-message .number-area .btn:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .form-label {
                        margin-right: 0.875rem !important;
                    }

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  flex-direction: column;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  row-gap: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  border-radius: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  padding: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list {
  align-items: center;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list {
  gap: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  align-items: center;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  border-radius: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  border-width: 1px;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
                        height: 32px;
                    }

.modal .notifi-wrap {
  margin-bottom: 0.75rem;
}

.modal .notifi-wrap .notifi-box {
  flex: 1 1 0%;
}

.modal .notifi-wrap .notifi-box {
  border-radius: 0.25rem;
}

.modal .notifi-wrap .notifi-box {
  border-width: 1px;
}

.modal .notifi-wrap .notifi-box {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.modal .notifi-wrap .notifi-box {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .notifi-wrap .notifi-box {
  padding: 1rem;
}

.modal .snapshot-wrap {
  margin-bottom: 1rem;
}

.modal .snapshot-wrap {
  border-radius: 0.25rem;
}

.modal .snapshot-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .snapshot-wrap {
  padding: 0.75rem;
}

.modal .snapshot-wrap .top-area {
  margin-bottom: 0.5rem;
}

.modal .snapshot-wrap .top-area {
  display: flex;
}

.modal .snapshot-wrap .top-area {
  align-items: flex-end;
}

.modal .snapshot-wrap .top-area {
  justify-content: space-between;
}

.modal .snapshot-wrap .top-area .cont-title {
  display: flex;
}

.modal .snapshot-wrap .top-area .cont-title {
  flex-direction: column;
}

.modal .snapshot-wrap .top-area .cont-title h6 {
  display: inline-block;
}

.modal .snapshot-wrap .top-area .cont-title h6 {
  font-weight: 700;
}

.modal .snapshot-wrap .top-area .cont-title h6 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .count {
  margin-left: 0.5rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  border-radius: 0.375rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  border-width: 1px;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .count {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .count {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  font-size: 14px;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .total {
  display: flex;
}

.modal .snapshot-wrap .top-area .cont-title .total {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.modal .snapshot-wrap .top-area .cont-title .total {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .total p {
                        color: #333;
                    }

.modal .close {
  position: sticky;
}

.modal .close {
  top: 0px;
}

.modal .close {
  justify-content: space-between;
}

.modal .close {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .close {
        z-index: 9999;
    }

.modal .close .close-button::before {
  font-size: 20px;
}

.modal .close .close-button::before {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.modal .close .close-button::before {
                font-family: 'Material Icons Outlined';
                content: 'close';
            }

.modal .close .close-button:hover::before {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.modal-cm.modal-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cm.modal-fit {
  overflow-x: scroll;
}

.modal-cm .modalArea {

        /* 세금계산서----------------- */
        /* 상단 탭 */
        /* 공급 */
        /* 공급end */
        /* 변경 전/후 */
        /* 상세내용모달 > 변동 이력 */
        /* 세금계산서 end ------------------------- */
    }

.modal-cm .modalArea input {
            box-shadow: unset;
        }

.modal-cm .modalArea .alert {
  margin-bottom: 1.5rem;
}

.modal-cm .modalArea .alert {
  border-radius: 0.375rem;
}

.modal-cm .modalArea .alert {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .alert {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal-cm .modalArea .alert {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-cm .modalArea .alert p {
  text-align: center;
}

.modal-cm .modalArea .alert p {
  font-size: 16px;
}

.modal-cm .modalArea .alert p {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .alert.red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.modal-cm .modalArea .alert.red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}

.modal-cm .modalArea .alert.red p {
  font-weight: 700 !important;
}

.modal-cm .modalArea .alert.red p {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}

.modal-cm .modalArea .info-top {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .info-top {
  display: flex;
}

.modal-cm .modalArea .info-top {
  flex-wrap: wrap;
}

.modal-cm .modalArea .info-top {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .info-top {
  border-width: 1px;
}

.modal-cm .modalArea .info-top {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .info-top {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .info-top {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modal-cm .modalArea .info-top {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.modal-cm .modalArea .info-top .info-item {
  display: flex;
}

.modal-cm .modalArea .info-top .info-item {
  align-items: center;
}

.modal-cm .modalArea .info-top .info-item {
  gap: 0.5rem;
}

.modal-cm .modalArea .info-top .info-item label {
  margin-right: 0px;
}

.modal-cm .modalArea .info-top .info-item label {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cm .modalArea .info-top .info-item label {
  flex-shrink: 0;
}

.modal-cm .modalArea .info-top .info-item label {
  white-space: nowrap;
}

.modal-cm .modalArea .info-top .info-item label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .info-top .info-item span {
  font-weight: 600;
}

.modal-cm .modalArea .info-top .info-item:not(:last-child) {
  margin-right: 2rem;
}

.modal-cm .modalArea .modify-top {
  display: flex;
}

.modal-cm .modalArea .modify-top {
  align-items: center;
}

.modal-cm .modalArea .modify-top {
  justify-content: space-between;
}

.modal-cm .modalArea .modify-top .modify-item {
  display: flex;
}

.modal-cm .modalArea .modify-top .modify-item {
  align-items: center;
}

.modal-cm .modalArea .modify-top .modify-item label {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cm .modalArea .modify-top .modify-item label {
  flex-shrink: 0;
}

.modal-cm .modalArea .modify-top .modify-item label {
  white-space: nowrap;
}

.modal-cm .modalArea .modify-top .modify-item label > i {
  padding-right: 0.125rem;
}

.modal-cm .modalArea .modify-top .modify-item label > i {
  font-size: 12px;
}

.modal-cm .modalArea .modify-top .modify-item label > i {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .modify-top .modify-item .rz-button-icon-left {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.modal-cm .modalArea .tabs-wrap {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  position: relative;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  display: flex;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  overflow-x: auto;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  overflow-y: clip;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  margin-right: 0.5rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  display: flex;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  cursor: pointer;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  gap: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
                    border: 1px solid transparent;
                    border-bottom: none;
                }

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
  padding-bottom: 0.75rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
  font-weight: 700;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
                        margin-bottom: -1px;
                        border-color: #9ca3af;
                        border-bottom-color: white;
                        z-index: 9;
                    }

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  border-radius: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  font-size: 16px;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  line-height: 1;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  opacity: 0.6;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn:hover {
                            opacity: 1; background: rgba(0,0,0,0.1);
                        }

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab span {
  word-break: keep-all;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab span {
  font-size: 14px;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab span {
  line-height: 1.5rem;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  position: absolute;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  bottom: 0px;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  width: 100%;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  border-top-width: 1px;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
                border-color: #9ca3af;
            }

.modal-cm .modalArea .split-layout {
  display: grid;
}

.modal-cm .modalArea .split-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modal-cm .modalArea .split-layout {
  gap: 0.5rem;
}

.modal-cm .modalArea .split-layout {
            min-width: 800px;
        }

.modal-cm .modalArea .split-layout .party-section {
  position: relative;
}

.modal-cm .modalArea .split-layout .party-section {
  margin-bottom: 0px;
}

.modal-cm .modalArea .split-layout .party-section {
  width: 100%;
}

.modal-cm .modalArea .split-layout .party-section {
  border-radius: 0.375rem;
}

.modal-cm .modalArea .split-layout .party-section {
  border-width: 2px;
}

.modal-cm .modalArea .split-layout .party-section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .split-layout .party-section {
                /* 공급자 컬러(분홍) */
                /* 공급받는자 컬러(파란) */
            }

.modal-cm .modalArea .split-layout .party-section .section-inner {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner {
  height: 100%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner {
  width: 100%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  width: 1.5rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  align-items: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  justify-content: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title span {
  font-size: 12px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title span {
  font-weight: 500;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title span {
                            writing-mode: vertical-lr;
                        }

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content {
  flex: 1 1 0%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content {
  flex-direction: column;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content {
  gap: 0.5rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group {
  flex: 1 1 0%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  margin-bottom: 0.25rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  margin-right: 0px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  height: 100%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  min-width: 5rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  align-items: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  justify-content: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  text-align: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  font-size: 12px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label span {
  font-size: 12px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group input, .modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group > div {
  margin: 0.25rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group input, .modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group > div {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group input, .modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .split-layout .party-section.invoicer-section {
                    border-color: #ffc3c3;
                }

.modal-cm .modalArea .split-layout .party-section.invoicer-section .party-title {
                        background-color: #ffc3c3;
                    }

.modal-cm .modalArea .split-layout .party-section.invoicer-section .form-content .form-row:not(:last-child) {
  border-bottom-width: 1px;
}

.modal-cm .modalArea .split-layout .party-section.invoicer-section .form-content .form-row:not(:last-child) {
                                border-color: #ffc3c3;
                            }

.modal-cm .modalArea .split-layout .party-section.invoicer-section .form-content .form-group label {
                                background-color: #FFE8E8;
                            }

.modal-cm .modalArea .split-layout .party-section.invoicee-section {
                    border-color: #C3D1FF;
                }

.modal-cm .modalArea .split-layout .party-section.invoicee-section .party-title {
                        background-color: #C3D1FF;
                    }

.modal-cm .modalArea .split-layout .party-section.invoicee-section .form-content .form-row:not(:last-child) {
  border-bottom-width: 1px;
}

.modal-cm .modalArea .split-layout .party-section.invoicee-section .form-content .form-row:not(:last-child) {
                                border-color: #C3D1FF;
                            }

.modal-cm .modalArea .split-layout .party-section.invoicee-section .form-content .form-group label {
                                background-color: #F0F4FF;
                            }

.modal-cm .modalArea .metadata-section {
  display: flex;
}

.modal-cm .modalArea .metadata-section {
  flex-direction: column;
}

.modal-cm .modalArea .metadata-section {
  gap: 1rem;
}

.modal-cm .modalArea .metadata-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .metadata-section {
  border-width: 1px;
}

.modal-cm .modalArea .metadata-section {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .metadata-section {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .metadata-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .metadata-section {
            align-items: unset;
        }

.modal-cm .modalArea .metadata-section label {
                min-width: 52px;
            }

.modal-cm .modalArea .metadata-section .metadata-item {
  display: flex;
}

.modal-cm .modalArea .metadata-section .metadata-item {
  align-items: center;
}

.modal-cm .modalArea .metadata-section .metadata-row {
  display: grid;
}

.modal-cm .modalArea .metadata-section .metadata-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modal-cm .modalArea .metadata-section .metadata-row {
  gap: 5rem;
}

.modal-cm .modalArea .line-items-section {
  width: 100%;
}

.modal-cm .modalArea .line-items-section .line-items-table {
  border-collapse: collapse;
}

.modal-cm .modalArea .line-items-section .line-items-table input {
                    min-width: unset;
                }

.modal-cm .modalArea .line-items-section .line-items-table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .line-items-section .line-items-table td.close button {
  border-radius: 0.25rem;
}

.modal-cm .modalArea .line-items-section .line-items-table td.close i {
  font-size: 14px;
}

.modal-cm .modalArea .line-items-section .line-items-table td.close i {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button span {
  font-size: 12px;
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button i {
                                color: inherit;
                            }

.modal-cm .modalArea .summary-section {
  display: flex;
}

.modal-cm .modalArea .summary-section {
  justify-content: space-between;
}

.modal-cm .modalArea .summary-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .summary-section {
  border-width: 1px;
}

.modal-cm .modalArea .summary-section {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .summary-section {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .summary-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .summary-section .summary-row {
  display: grid;
}

.modal-cm .modalArea .summary-section .summary-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.modal-cm .modalArea .summary-section .summary-row {
  gap: 5rem;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item {
  display: flex;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item {
  flex-direction: column;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item {
  gap: 0.25rem;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item label {
  font-size: 14px;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-row .summary-item span {
  font-size: 20px;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item span {
  font-weight: 600;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item span {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-total {
  display: flex;
}

.modal-cm .modalArea .summary-section .summary-total {
  flex-direction: column;
}

.modal-cm .modalArea .summary-section .summary-total {
  gap: 0.25rem;
}

.modal-cm .modalArea .summary-section .summary-total label {
  font-size: 14px;
}

.modal-cm .modalArea .summary-section .summary-total label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-total .total-amount label {
  font-size: 14px;
}

.modal-cm .modalArea .summary-section .summary-total .total-amount label {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-total .total-amount span {
  font-size: 20px;
}

.modal-cm .modalArea .summary-section .summary-total .total-amount span {
  font-weight: 600;
}

.modal-cm .modalArea .summary-section .summary-total .total-amount span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .action-section {
  margin-top: 0px;
}

.modal-cm .modalArea .action-section {
  display: flex;
}

.modal-cm .modalArea .action-section {
  justify-content: flex-end;
}

.modal-cm .modalArea .action-section span {
                min-width: unset;
            }

.modal-cm .modalArea .readonly-value {
  box-sizing: border-box;
}

.modal-cm .modalArea .readonly-value {
  min-height: 2.25rem;
}

.modal-cm .modalArea .readonly-value {
  flex: 1 1 0%;
}

.modal-cm .modalArea .readonly-value {
  word-break: keep-all;
}

.modal-cm .modalArea .readonly-value {
  border-radius: 0.25rem;
}

.modal-cm .modalArea .readonly-value {
  border-width: 1px;
}

.modal-cm .modalArea .readonly-value {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .readonly-value {
  padding: 0.5rem;
}

.modal-cm .modalArea .readonly-value {
  line-height: 1.25rem;
}

.modal-cm .modalArea .readonly-value {
            min-width: 94px;
            border-color: #dadfe2;
            font-size: 0.875rem;
            overflow-wrap: anywhere;
        }

.modal-cm .modalArea .base-amount {
  margin-top: 0.5rem !important;
}

.modal-cm .modalArea .base-amount {
  display: flex !important;
}

.modal-cm .modalArea .base-amount {
  align-items: center !important;
}

.modal-cm .modalArea .base-amount {
  gap: 1rem !important;
}

.modal-cm .modalArea .base-amount {
            right: 4.5rem;
        }

.modal-cm .modalArea .base-amount .readonly-value {
                min-width: 230px;
                overflow-wrap: anywhere;
            }

.modal-cm .modalArea .issue-status {
  display: flex;
}

.modal-cm .modalArea .issue-status {
  align-items: center;
}

.modal-cm .modalArea .issue-status {
  gap: 0.5rem;
}

.modal-cm .modalArea .issue-status .badge {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.modal-cm .modalArea .issue-status .badge {
                min-width: 5rem !important;
            }

.modal-cm .modalArea .cancel-reason-section {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .cancel-reason-section {
  width: 100%;
}

.modal-cm .modalArea .cancel-reason-section {
  flex-direction: column;
}

.modal-cm .modalArea .cancel-reason-section {
  align-items: flex-end;
}

.modal-cm .modalArea .cancel-reason-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .cancel-reason-section {
  border-width: 1px;
}

.modal-cm .modalArea .cancel-reason-section {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .cancel-reason-section {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .cancel-reason-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .cancel-reason-section > div {
  display: flex;
}

.modal-cm .modalArea .cancel-reason-section > div {
  width: 100%;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  display: block;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  min-width: 4rem;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  font-weight: 600;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .cancel-reason-section p {
  margin-top: 0.5rem;
}

.modal-cm .modalArea .cancel-reason-section p {
  margin-bottom: 0px;
}

.modal-cm .modalArea .cancel-reason-section p {
  font-size: 12px;
}

.modal-cm .modalArea .cancel-reason-section p {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .warning-box {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .warning-box {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .warning-box {
  border-width: 1px;
}

.modal-cm .modalArea .warning-box {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .warning-box {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .warning-box {
  padding: 1.25rem;
}

.modal-cm .modalArea .warning-box {
  text-align: center;
}

.modal-cm .modalArea .warning-box h6 {
  padding-top: 1.25rem;
}

.modal-cm .modalArea .warning-box h6 {
  padding-bottom: 0.25rem;
}

.modal-cm .modalArea .warning-box h6 {
  font-size: 16px;
}

.modal-cm .modalArea .warning-box h6 {
  font-weight: 600;
}

.modal-cm .modalArea .warning-box h6 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .warning-box p {
  font-size: 14px;
}

.modal-cm .modalArea .warning-box p {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .modify-reason-section {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .modify-reason-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .modify-reason-section {
  border-width: 1px;
}

.modal-cm .modalArea .modify-reason-section {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .modify-reason-section {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .modify-reason-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .comparison-header {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .comparison-header {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .comparison-header {
  border-width: 1px;
}

.modal-cm .modalArea .comparison-header {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .comparison-header {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .comparison-header {
  padding: 1.25rem;
}

.modal-cm .modalArea .comparison-wrap {
  display: flex;
}

.modal-cm .modalArea .comparison-wrap {
  gap: 1.5rem;
}

.modal-cm .modalArea .comparison-wrap > div {
  flex: 1 1 0%;
}

.modal-cm .modalArea .comparison-wrap > div {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .comparison-wrap > div {
  border-width: 1px;
}

.modal-cm .modalArea .comparison-wrap > div {
  padding: 0.75rem;
}

.modal-cm .modalArea .comparison-wrap > div {
  padding-top: 1rem;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  display: flex;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  align-items: center;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  justify-content: flex-start;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  gap: 0.75rem;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  padding-bottom: 0.75rem;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  padding-left: 0.125rem;
}

.modal-cm .modalArea .comparison-wrap .area-top p {
  font-weight: 600;
}

.modal-cm .modalArea .comparison-wrap .before-area {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .comparison-wrap .before-area {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .comparison-wrap .after-area {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .comparison-wrap .after-area {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .button-area {
  justify-content: center;
}

.modal-cm .modalArea .loading-overlay {
  display: flex;
}

.modal-cm .modalArea .loading-overlay {
  flex-direction: column;
}

.modal-cm .modalArea .loading-overlay {
  align-items: center;
}

.modal-cm .modalArea .loading-overlay {
  justify-content: center;
}

.modal-cm .modalArea .loading-overlay h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-cm .modalArea .loading-overlay span {
  padding-top: 0.5rem;
}

.modal-cm .modalArea .detail-split {
  display: flex;
}

.modal-cm .modalArea .detail-split {
  flex-direction: row;
}

.modal-cm .modalArea .detail-split {
  gap: 1rem;
}

.modal-cm .modalArea .detail-split {
            /* & > div {
                @apply hc-flex-1 hc-w-fit;
            } */

        }

.modal-cm .modalArea .detail-split .history-wrap {
  width: 100%;
}

.modal-cm .modalArea .detail-split .history-wrap {
  flex: 1 1 0%;
}

.modal-cm .modalArea .detail-split .history-wrap {
  border-radius: 0.125rem;
}

.modal-cm .modalArea .detail-split .history-wrap {
  border-width: 1px;
}

.modal-cm .modalArea .detail-split .history-wrap {
  padding: 1rem;
}

.modal-cm .modalArea .detail-split .history-wrap {
                min-width: 350px;
                background: #fbf8ff;
                border-color: #e2d0f8;

            }

.modal-cm .modalArea .detail-split .history-wrap h5 {
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap h5 {
  font-weight: 600;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  position: relative;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  height: 100%;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  flex-direction: column;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  gap: 1.25rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  position: absolute;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  top: 0px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  bottom: 0px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
                        width: 1px;
                        height: calc(100% - 32px);
                        left: 16px;
                    }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
  position: relative;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
  gap: 0.75rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
                        z-index: 1;
                        /* -------상황별 이력카드 */
                        /* 취소 */
                        /* 수정 */
                        /* 발행 */
                    }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  align-items: center;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  justify-content: center;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  border-radius: 9999px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  border-width: 1px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
                            width: 34px;
                            height: 34px;
                            flex-shrink: 0;
                        }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon i {
                                font-family: 'Material Symbols Outlined';
                                font-size: 20px;
                                line-height: 1;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  width: 100%;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  flex-direction: column;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  gap: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  border-width: 1px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  padding: 0.75rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top {
  justify-content: space-between;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left {
  align-items: center;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
  text-align: left;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
  font-size: 14px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
  line-height: .75rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
                                        line-height: normal;
                                    }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left .tax-status-badge {
  margin-right: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-right {
  text-align: right;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-right {
  font-size: 12px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-right {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-content p {
  font-size: 14px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel {
                            /* & .history-card {
                                @apply hc-border-red-300;
                                background: #FFFAFA;
                            } */
                        }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-icon, .modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-card {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-icon, .modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-card {
                                background: #FFFAFA;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-icon i::before, .modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-card i::before {
                                    content: 'cancel_schedule_send';
                                    color: #B40909;
                                }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.modify .history-icon {
                                background: #FFFEFA;
                                border-color: #FFB984;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.modify .history-icon i::before {
                                    content: 'edit_square';
                                    color: #b45309;
                                }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.modify .history-card {
                                background: #FFFEFA;
                                border-color: #FFB984;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.issue .history-icon {
                                background: #F5F9FF;
                                border-color: #BFDBFE;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.issue .history-icon i::before {
                                    content: 'send';
                                    color: #1d4ed8;
                                }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.issue .history-card {
                                background: #F5F9FF;
                                border-color: #BFDBFE;
                            }

@media (max-width: 768px) {
        .modal .adress-modal {
            height: 86vh !important;
        }
        .modal .modal-header {
    flex-direction: column;
  }
        .modal .modal-header {
    gap: 0.5rem;
  }
        .modal .modal-header {
            align-items: unset !important;
        }
                .modal .form-input table td {
                    max-width: 100px !important;
                }
            .modal .form-input .input-margin {
    margin-right: 0px !important;
  }
            .modal .form-input .input-margin {
    margin-bottom: 0.25rem !important;
  }
            .modal .form-input.m-col {
                align-items: unset !important;
            }
                .modal .fax .file-list li {
    margin: 0px !important;
  }
        .modal .close {
    flex-direction: row !important;
  }
}

/* 변경 전/후 비교 모달 하이라이트 스타일 */

.changed-highlight {
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    padding-left: 8px !important;
}

.item-added {
    background: #d4edda !important;
}

.item-modified {
    background: #fff3cd !important;
}

.item-removed {
    background: #f8d7da !important;
    text-decoration: line-through;
    opacity: 0.7;
}

[class*="vali-state-"] {
  display: inline;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
}

.vali-state-green {
    background: var(--green);
}

.vali-state-red {
    background: var(--red);
}

.vali-state-point {
    background: var(--point);
}

.vali-state-yellow {
    background: var(--yellow);
}

.vali-state-pink {
    background: var(--pink);
}

.vali-state-default {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}

.hc-warn {
  word-break: keep-all !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
    font-size: 12px !important;
}

.table-responsive {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
    height : 200px;
}

.table-responsive table {
  width: 100%;
}

.table-responsive table {
        table-layout: fixed;
        border-collapse: collapse;
    }

.table-responsive table th, .table-responsive table td {
        word-break: break-word;
        }

.send-table tbody tr td {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.send-table tbody tr td:nth-child(2) {
                min-width: 100px;
            }

.send-table tbody tr.sms td:nth-child(3) {
                    min-width: 110px;
                }

.send-table tbody tr.sms td:nth-child(5) {
                    min-width: 270px;
                }

.send-table tbody tr.mail td:nth-child(4) {
                    min-width: 270px;
                }

.tax-table {
    /* 아코디언 border ----------*/
    /* 기본 테이블 하단선 */
    /* ------------------------------- */

}

.tax-table .accordion-row:hover {
            background: unset !important;
        }

.tax-table .accordion-row .accordion-content {
  padding: 1rem;
}

.tax-table .accordion-row .accordion-content {
            background: #dfe6ed;
        }

.tax-table .accordion-row .history-table-container .history-title {
  padding-bottom: 0.5rem;
}

.tax-table .accordion-row .history-table-container .history-title {
  font-weight: 600;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  border-right-width: 0px;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  text-align: left;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  border-right-width: 0px;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  text-align: left;
}

.tax-table tbody tr td {
  border-bottom-width: 1px;
}

.tax-table tr.is-accordion-open > td {
  border-bottom-width: 0px;
}

.tax-table tr.is-accordion-open > td  {
            box-shadow: inset 0 1px 0 0 #909090;
            background: #ebf0f5;
            position: relative;
            z-index: 1;
        }

.tax-table tr.is-accordion-open > td:first-child {
  border-left-width: 1px;
}

.tax-table tr.is-accordion-open > td:first-child {
            border-left-color: #909090;
        }

.tax-table tr.is-accordion-open > td:last-child {
  border-right-width: 1px;
}

.tax-table tr.is-accordion-open > td:last-child {
            border-right-color: #909090;
        }

.tax-table tr.accordion-row > td.accordion-content {
  border-left-width: 1px;
}

.tax-table tr.accordion-row > td.accordion-content {
  border-right-width: 1px;
}

.tax-table tr.accordion-row > td.accordion-content {
  border-bottom-width: 1px;
}

.tax-table tr.accordion-row > td.accordion-content {
            border-left-color: #909090;
            border-right-color: #909090;
            border-bottom-color: #909090;
        }

.table-height {
  overflow-y: auto;
    height: 500px;
}

.head-point {
  cursor: pointer;
}

.sort-icon {
  padding-left: 0.25rem;
    font-size: 9px;
}

@media (max-width: 768px) {
    .table-responsive {
    overflow-x: auto;
  }
    .table-responsive table {
        table-layout: unset;
    }
}

.property-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

.property-info label {
  width: 3.5rem;
}

.property-info .input-dummy {
        width: 150px;
    }

.state-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
}

.state-area .state-list-total ul {
  display: flex;
}

.state-area .state-list-total ul {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.state-area .state-list-total ul li {
  text-align: center;
}

.state-area .state-list-total ul li span {
  font-size: 14px;
}

.state-area .state-list-total ul li p {
  margin-top: 0.5rem;
}

.state-area .state-list-total ul li p {
  font-size: 20px;
}

.state-area .state-list-total ul li p {
  font-weight: 700;
}

.state-area .state-list-total ul li p > span {
  vertical-align: baseline;
}

.state-area .state-list-total ul li p > span {
  font-size: 18px;
}

.state-area .state-list-total ul li p > span {
                        font-weight: inherit;
                        color: inherit;
                    }

.input-dummy {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table-css-none * {
  border-width: 0px;
}

.table-css-none * {
  padding: 0px;
}

.table-css-none * {
        background: unset;
    }

.rackInfo .table-css-none * {
        cursor: default !important;
    }