@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

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

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

.blue-outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 388px;
  width: 100%;
  height: 46px;
  border: 0;
  color: #5620C8;
  font-size: 15px;
  line-height: 22px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #5620C8;
  font-weight: 500;
}
.blue-outline-btn i {
  margin-left: 10px;
}

.dashboard-header {
  display: flex;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 18px 40px;
  justify-content: flex-end;
  border-left: 1px solid #f2f2f2;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
}
.dashboard-header .container-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dashboard-header .container-area .left {
  display: flex;
  align-items: center;
  gap: 1px;
}
.dashboard-header .container-area .left .logo h4 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 600;
}
.dashboard-header .container-area .left p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
}
.dashboard-header .container-area .right {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.dashboard-header .container-area .right .icon-wrap {
  width: 24px;
  height: 24px;
  position: relative;
}
.dashboard-header .container-area .right .icon-wrap button img {
  max-width: 100%;
}
.dashboard-header .container-area .right .icon-wrap .notify-alert-button {
  position: relative;
}
.dashboard-header .container-area .right .icon-wrap .notify-alert-button img {
  max-width: 100%;
}
.dashboard-header .container-area .right .icon-wrap .notify-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: #EC7B3E;
  border-radius: 99px;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-header .container-area .right .icon-wrap .notify-count p {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  z-index: 99;
}

.dropdown-container__title {
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 0px;
}
.select-dropdown__button {
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: -40px;
  top: 35px;
  right: 0;
  width: 103px;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  border-radius: 4px;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list.noticeheader-list {
  left: -210px !important;
  width: 250px !important;
  max-height: 340px !important;
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #333333;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background: #4D44B5 !important;
  color: #ffffff !important;
}
.select-dropdown__list-item:hover a {
  color: #ffffff !important;
}
.select-dropdown__list-item.disabled-notice-item {
  color: #828282;
}
.select-dropdown__list-item.disabled-notice-item:hover {
  background: #ffffff !important;
  color: #828282 !important;
}

.notify-tooltip {
  position: relative;
}
.notify-tooltip .notify-tooltip-card {
  display: none;
  position: absolute;
  top: 35px;
  left: calc(50% - 283px);
  width: 100%;
  min-width: 347px;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  padding: 4px 16px;
  z-index: 999;
}
.notify-tooltip .notify-tooltip-card.active {
  display: block;
}
.notify-tooltip .notify-tooltip-card .card-content {
  display: flex;
  flex-direction: column;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding: 12px 0;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap:last-child {
  border-bottom: none;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap .fill-button {
  background: #F29560;
  border-radius: 100px;
  padding: 6px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  min-width: 50px;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap .disabled-button {
  background: #CFCFCF;
  border-radius: 100px;
  padding: 6px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  min-width: 50px;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #4C4C4C;
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notify-tooltip .notify-tooltip-card::before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0.4em 0.4em 0 0.4em;
  content: "";
  position: absolute;
  left: 80%;
  top: -5px;
  z-index: 99;
  transform: rotate(180deg);
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
}

.footer-area {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  min-height: 57px;
  bottom: 0;
  left: 0;
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
}
.footer-area .links-wrap {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 282px;
}
.footer-area .links-wrap .link {
  border-right: 3px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
}
.footer-area .links-wrap .link:last-child {
  border: none;
}
.footer-area .links-wrap .link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.icon-bell {
  background: url(../../assets/icons/icon-bell.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.form-group {
  width: 100%;
  height: auto;
}
.form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #181818;
  margin-bottom: 8px;
  position: relative;
}
.form-group .form {
  position: relative;
}
.form-group .form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #181818;
  margin-bottom: 8px;
  position: relative;
}
.form-group .form input {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 16px;
}
.form-group .form input.search-input {
  background: url(../../assets/icons/search.svg) no-repeat right 18px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-group .form input::placeholder {
  color: #A4A4A4;
}
.form-group .form textarea {
  width: 100%;
  height: 98px;
  resize: none;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.form-group .form textarea::placeholder {
  color: #A4A4A4;
}
.form-group .form .info {
  width: calc(100% - 85px);
  margin-top: 8px;
  margin-left: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #666666;
}
.form-group .form .info.upload-info {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  margin-top: 13px;
}
.form-group .form select {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 0 18px 0 16px;
  outline: none;
  background: url(../../assets/icons/downarrow.svg) no-repeat right 18px center;
}
.form-group .form select:hover {
  cursor: pointer;
}
.form-group .form select option:hover {
  cursor: pointer !important;
}
.form-group .form .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.form-group .form .group:last-child {
  margin-bottom: 0;
}
.form-group .form .group.datepick {
  gap: 4px;
}
.form-group .form .group button {
  min-width: 109px;
  height: 49px;
  background-color: #4D44B5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.form-group .form .upload-wrap {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  position: relative;
}
.form-group .form .upload-wrap span {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group .form .upload-wrap span img {
  margin-left: 7px;
}
.form-group .form .upload-wrap input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-group input {
  width: 100%;
  height: 33px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.form-group input.search-input {
  background: url(../../assets/icons/search.svg) no-repeat right 18px center;
}
.form-group input::placeholder {
  color: #A4A4A4;
}
.form-group select {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 0 18px 0 16px;
  outline: none;
  background: url(../../assets/icons/downarrow.svg) no-repeat right 18px center;
}
.form-group .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.form-group .group:last-child {
  margin-bottom: 0;
}
.form-group .group.datepick {
  gap: 4px;
}
.form-group .group .inner-form {
  height: 33px;
}
.form-group .group button {
  width: 109px;
  height: 49px;
  background-color: #4D44B5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.form-group .group button.bordered-button {
  border: 1px solid #333333;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  height: 33px;
  background-color: transparent;
  min-width: 90px;
}
.form-group .upload-wrap {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  position: relative;
}
.form-group .upload-wrap span {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group .upload-wrap span img {
  margin-left: 7px;
}
.form-group .upload-wrap input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-group .upload-wrap.orange-wrap {
  border: 1px solid #F29560;
}
.form-group .upload-wrap.orange-wrap span {
  color: #F29560;
}
.form-group.form-flex-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group.form-flex-wrap label {
  margin-bottom: 0;
}
.form-group.upload-form .form input {
  margin-bottom: 8px;
}
.form-group.upload-form .form .button-group {
  margin-top: 8px;
}

.check-wrap input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-wrap label {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4C4C4C;
}

input[type=text]:disabled {
  cursor: not-allowed;
}

.radio-wrap .sub-check:disabled {
  cursor: not-allowed !important;
}

.form-group .check-wrap label:before {
  content: "";
  background: #FAFAFA;
  border: 1px solid #CFCFCF;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  box-shadow: none;
}

.form-group .check-wrap input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #4D44B5;
  border-radius: 4px;
  background: transparent url("../../assets/icons/violet-tick.png") center no-repeat;
}

.form-group .rounded-checkbox label:before {
  content: "";
  background: #CFCFCF url("../../assets/icons/white-tick.png") center no-repeat;
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 50px;
}

.form-group .rounded-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50px;
  background: #4D44B5 url("../../assets/icons/white-tick.png") center no-repeat;
  border: none;
  top: 0;
  left: 0;
}

.check-wrap.rounded-checkbox.flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
}
.check-wrap.rounded-checkbox.flex-wrap .info-mark {
  margin-left: 4px;
}

.radio-wrap {
  position: relative;
}
.radio-wrap .flex-wrap {
  display: flex;
}
.radio-wrap .info-mark {
  margin-left: 4px;
  margin-bottom: 8px;
}
.radio-wrap input[type=radio] {
  position: absolute;
  visibility: hidden;
  height: auto;
}
.radio-wrap label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 20px;
  z-index: 9;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.radio-wrap .check {
  display: block;
  position: absolute;
  border: 1px solid #E0E0E0;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radio-wrap .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  background: #E0E0E0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radio-wrap input[type=radio]:checked ~ .check {
  border: 1px solid #4D44B5;
}

.radio-wrap input[type=radio]:checked ~ .check::before {
  background: #4D44B5;
}

.form-group .form .toggle-wrap .button-cover,
.knobs,
.layer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  width: 114px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.form-group .form .toggle-wrap .button {
  position: relative;
  width: 108px;
  height: 26px;
  margin: 0;
  overflow: hidden;
}

.form-group .form .toggle-wrap .button.r,
.button.r .layer {
  border-radius: 100px;
}

.form-group .form .toggle-wrap .button.b2 {
  border-radius: 2px;
}

.form-group .form .toggle-wrap .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.form-group .form .toggle-wrap .knobs {
  z-index: 2;
}

.form-group .form .toggle-wrap .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 10 */
.form-group .form .toggle-wrap #button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 0;
  width: 50%;
  height: 26px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  padding: 0;
  transition: 0.3s ease all;
}

.form-group .form .toggle-wrap #button-10 .knobs:before {
  content: "";
  left: 0;
  color: #f29560;
  background: #fff;
}

.form-group .form .toggle-wrap #button-10 .knobs:after {
  content: "여성";
  right: 0;
  color: #a4a4a4;
  background-color: #f2f2f2;
}

.form-group .form .toggle-wrap #button-10 .knobs2:after {
  content: "아니요";
  right: 0;
  color: #a4a4a4;
  background-color: #f2f2f2;
}

.form-group .form .toggle-wrap #button-10 .knobs3:after {
  content: "미입력";
  right: 0;
  color: #a4a4a4;
  background-color: #f2f2f2;
}

.form-group .form .toggle-wrap #button-10 .knobs span {
  display: inline-block;
  left: 0;
  color: #f29560;
  z-index: 1;
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked + .knobs span {
  color: #a4a4a4;
  background-color: #f2f2f2;
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked + .knobs:before {
  left: 57px;
  background-color: #f2f2f2;
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked + .knobs:after {
  color: #f29560;
  background: #fff;
}

.form-group .form .toggle-wrap #button-10 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.form-group .form .label-wrapper {
  display: flex;
  align-items: flex-start;
}
.form-group .form .label-wrapper span {
  width: 7px;
  height: 17px;
}
.form-group .form .label-wrapper span img {
  width: 100%;
}
.form-group .form .label-wrapper span.info-mark {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

.button-group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.button-group .fill-btn {
  position: relative;
  width: 100%;
  background: #4D44B5;
  border-radius: 4px;
  padding: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  cursor: pointer;
}
.button-group .fill-btn.outline {
  background: #ffffff;
  border: 1px solid #4D44B5;
  color: #4D44B5;
}
.button-group .fill-btn.outline-orange {
  background: #ffffff;
  border: 1px solid #EB5757 !important;
  color: #EB5757 !important;
}
.button-group.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  padding-top: 36px;
}

.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  padding-top: 36px;
}

.small-button-wrap {
  position: relative;
  display: flex;
  gap: 12px;
}
.small-button-wrap .fill-btn {
  position: relative;
  border-radius: 4px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.small-button-wrap .fill-btn.outline {
  background: #ffffff;
  border: 1px solid #4D44B5;
  color: #4D44B5;
}
.small-button-wrap .fill-btn.outline-orange {
  background: #ffffff;
  border: 1px solid #EB5757 !important;
  color: #EB5757 !important;
}

.form-group .question-mark-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
.form-group .question-mark-wrapper .violet-questionmark-wrap {
  background: #948FD3;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5px 4px;
}
.form-group .question-mark-wrapper .violet-questionmark-wrap img {
  width: 100%;
  height: auto;
}

.form-group .form .question-mark-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
.form-group .form .question-mark-wrapper .grey-questionmark-wrap {
  background: #A4A4A4;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5px 4px;
}
.form-group .form .question-mark-wrapper .grey-questionmark-wrap img {
  width: 100%;
  height: auto;
}

.main-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
.main-wrap .data-wrap {
  width: 100%;
  max-width: 372px;
}

.card {
  width: 100%;
  height: 363px;
  background-color: #ffffff;
  padding: 0 16px;
  padding-bottom: 12px;
  border-radius: 12px;
  border-top: 8px solid #4D44B5;
}
.card ul {
  position: relative;
}
.card ul li {
  padding: 8px 16px;
  background-color: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  margin-top: 8px;
}
.card ul li .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card ul li .wrap p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}
.card ul li .wrap a {
  padding: 6px 12px;
  background-color: #7169C4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  border-radius: 100px;
  color: #FAFAFA;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  min-width: 50px;
  cursor: default;
}
.card ul li .wrap a.blue-bordered {
  background-color: #fafafa;
  border: 1px solid #7169C4;
  color: #7169C4;
}
.card ul li .wrap a.grey-bordered {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  color: #CFCFCF;
}
.card ul li .inner-list {
  width: 100%;
  margin-top: 2px;
}
.card ul li .inner-list ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card ul li .inner-list ul li {
  background: transparent;
  border: 0;
  padding: 0 8px;
  border-left: 1px solid #A4A4A4;
  border-radius: 0;
  line-height: 12px;
}
.card ul li .inner-list ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.card ul li .inner-list ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #666666;
  cursor: text;
}
.card.card-2 ul li {
  padding: 16px;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #F2F2F2;
  background-color: transparent;
  margin-top: 0;
}
.card.card-2 ul li .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card.card-2 ul li .wrap p {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #333333;
}
.card.card-2 ul li .wrap span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #333333;
}
.card.card-2 ul li.active {
  background-color: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  margin-top: 8px;
}
.card.card-2 ul li.active.active + li {
  border-top: none;
}
.card.card-2 ul li.active .wrap p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.card.card-2 ul li.active .wrap span {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #4D44B5;
}
.card.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card.no-data p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #A4A4A4;
}
.card.card-3 ul li {
  background-color: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  padding: 16px;
}
.card.card-3 ul li .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card.card-3 ul li .wrap p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.card.card-3 ul li .wrap span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #666666;
}
.card.card-3 ul li .wrap span.light-font {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #CFCFCF;
}
.card.card-4 ul li {
  background-color: transparent;
  border: 0;
  margin-top: 0;
}
.card.card-4 ul li .wrap {
  justify-content: space-between;
}
.card.card-4 ul li .wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  min-width: 72px;
  font-weight: 600;
  font-size: 10px;
  line-height: 125%;
  color: #7169C4;
  border-radius: 100px;
}
.card.card-4 ul li .wrap span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #666666;
  width: 100%;
  max-width: 180px;
  text-align: right;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.card-4 ul li .wrap span.light-font {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #CFCFCF;
}
.card.card-4 ul li .wrap span label {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #666666;
}
.card.card-4 ul li.active {
  background-color: #FAFAFA;
  border: 1px solid #DBDAF0;
  margin-top: 8px;
}
.card.card-4 ul li.active .wrap p {
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.card.card-4 ul li.active .wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #EC7B3E;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  border-radius: 100px;
  text-align: right;
}

.tab-data-wrap {
  width: 100%;
  height: auto;
}
.tab-data-wrap .nav-tabs {
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  gap: 10px;
}
.tab-data-wrap .nav-tabs .nav-item .nav-link {
  border: 0;
}
.tab-data-wrap .nav-tabs .nav-item .nav-link.heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  padding: 0 4px 13px;
}
.tab-data-wrap .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #4B7BC2;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4B7BC2;
}
.tab-data-wrap .nav-tabs .nav-item.orange .nav-link {
  border: 0;
}
.tab-data-wrap .nav-tabs .nav-item.orange .nav-link.heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  padding-top: 0;
}
.tab-data-wrap .nav-tabs .nav-item.orange .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #A76D5A;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A76D5A;
}
.tab-data-wrap .nav-tabs .nav-item.blue-4d .nav-link {
  border: 0;
}
.tab-data-wrap .nav-tabs .nav-item.blue-4d .nav-link.heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  padding-top: 0;
}
.tab-data-wrap .nav-tabs .nav-item.blue-4d .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #4D44B5;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4D44B5;
}
.tab-data-wrap .data-wrap {
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: relative;
}
.tab-data-wrap .data-wrap .no-data {
  width: 100%;
  height: 334px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.tab-data-wrap .data-wrap .no-data p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #A4A4A4;
}
.tab-data-wrap .tab-content {
  margin-top: 8px;
}
.tab-data-wrap .tab-content .main-wrap {
  padding-top: 18px;
}
.tab-data-wrap .tab-content .main-wrap .data-wrap {
  margin-top: 0;
}

.short-card {
  width: 100%;
  height: auto;
  min-height: 152px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 12px;
  border-left: 8px solid #4B7BC2;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.short-card .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.short-card .card-head span {
  background: #fafafa;
  padding: 6px 16px;
  border-radius: 12px;
}
.short-card .card-head span p {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #A4A4A4;
}
.short-card .card-head .header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.short-card .card-head .header-left .brown-pill {
  background: #A76D5A;
  padding: 6px 16px;
  border-radius: 12px;
}
.short-card .card-head .header-left .brown-pill p {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
}
.short-card .card-head .header-left .blue4b-pill {
  background: #4B7BC2;
  padding: 6px 16px;
  border-radius: 12px;
}
.short-card .card-head .header-left .blue4b-pill p {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
}
.short-card .card-head .header-left .blue4d-pill {
  background: #4D44B5;
  padding: 6px 16px;
  border-radius: 12px;
}
.short-card .card-head .header-left .blue4d-pill p {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
}
.short-card .card-head .header-left span {
  padding: 6px 16px;
  background: #fafafa;
  border-radius: 12px;
}
.short-card .card-head .header-left span p {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #A4A4A4;
}
.short-card .card-content {
  padding: 0 6px;
  min-height: 48px;
}
.short-card .card-content h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.short-card .card-foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.short-card .card-foot span {
  position: relative;
  padding: 6px 12px;
  border: 1px solid #f2f2f2;
  background: #fafafa;
  border-radius: 100px;
  color: #7169C4;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
}
.short-card .card-content-wrap {
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.short-card .card-content-wrap h4 {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #7169C4;
}
.short-card .card-content-wrap p {
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.brown-bdr {
  border-left: 8px solid #A76D5A;
}

.blue4d-bdr-left {
  border-left: 8px solid #4D44B5;
}

.active_save-btn {
  fill: #F29560;
}
.active_save-btn path {
  stroke: #F29560;
}

.date-icon {
  background: url("../../assets/icons/calendar.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 97% 16px !important;
  cursor: pointer;
  color: #333333 !important;
}
.date-icon::placeholder {
  color: #A4A4A4 !important;
}

.no-icon {
  background: none !important;
}

.ui-widget-content {
  border: none;
  z-index: 99 !important;
  cursor: pointer;
}

.ui-widget {
  font-family: "Pretendard";
}

.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: 8px;
  max-width: 230px;
  width: 100%;
  padding: 8px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
}

table.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border-radius: 0;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #4C4C4C;
  position: absolute;
  left: 35%;
}

.ui-datepicker th {
  font-weight: 300;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #A4A4A4;
  background: none;
  color: #4C4C4C;
  text-align: center;
  font-weight: 200;
  font-size: 14px;
  display: block;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #4D44B5;
  background: #4D44B5;
  color: #ffffff;
}

.ui-datepicker-month {
  width: 50px;
  margin-left: 4px;
  cursor: pointer;
}
.ui-datepicker-month option {
  padding: 4px 2px;
}

.ui-datepicker-year {
  cursor: pointer;
}

.info-mark:hover .tool-tip-card {
  display: block;
}

.tool-tip {
  display: inline;
}

.tool-tip {
  position: relative;
}
.tool-tip .tool-tip-card {
  display: none;
  position: absolute;
  top: 25px;
  left: calc(50% - 140px);
  width: 100%;
  min-width: 280px;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  padding: 8px 16px;
  z-index: 99;
}
.tool-tip .tool-tip-card .tool-tip-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
}
.tool-tip .tool-tip-card .tool-tip-content {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #4C4C4C;
  text-align: center;
}
.tool-tip .tool-tip-card::before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0.4em 0.4em 0 0.4em;
  content: "";
  position: absolute;
  left: 48%;
  top: -6px;
  z-index: 99;
  transform: rotate(180deg);
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
}

.tool-tip-new-change {
  min-width: 320px !important;
}

.mar-tp-0 {
  margin-top: 0 !important;
}

.mar-btm-0 {
  margin-bottom: 0 !important;
}

.mar-btm {
  margin-bottom: 8px !important;
}

.mar-btm-12 {
  margin-bottom: 12px !important;
}

.mar-btm-24 {
  margin-bottom: 24px !important;
}

.gap-30 {
  margin-top: 14px;
}

.pad-top-0 {
  padding-top: 0 !important;
}

#industrial #indinfo {
  margin-bottom: 10px;
}

.base-line {
  align-items: baseline !important;
}

.search-input-wrap input {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 16px;
}
.search-input-wrap input.search-input {
  background: url(../../assets/icons/search.svg) no-repeat right 18px center;
  padding-right: 40px;
  cursor: pointer;
}
.search-input-wrap input::placeholder {
  color: #A4A4A4;
}

.search-input-wrap .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.search-input-wrap.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: scroll;
  height: 160px;
}

.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
}

.search-input-wrap.active .autocom-box li {
  display: block;
}

.autocom-box li:hover {
  background: #efefef;
}

.template-area .temp-content {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid #000000;
}
.template-area .temp-content .title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
.template-area .temp-content .sub-text {
  display: grid;
  gap: 8px;
}
.template-area .temp-content .sub-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.template-area .temp-content .sub-btn {
  display: grid;
  justify-content: center;
  margin-top: 40px;
}
.template-area .temp-content .sub-btn button {
  padding: 16px 30px;
  background: #4D44B5;
  color: #ffffff;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  max-width: 160px;
  margin-bottom: 12px;
}
.template-area .temp-bottom {
  margin: 12px 0;
  display: grid;
  gap: 4px;
}
.template-area .temp-bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.template-area .temp-bottom .copyright-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.small-modal .modal-dialog {
  max-width: 420px;
}
.small-modal .modal-dialog .modal-content {
  border-radius: 16px;
}

.extrasmall-modal .modal-dialog {
  max-width: 298px;
}
.extrasmall-modal .modal-dialog .modal-content {
  border-radius: 16px;
}

.registration-complete .modal-dialog .modal-content .modal-body {
  padding: 36px 40px;
}
.registration-complete .modal-dialog .modal-content .modal-body .heading {
  text-align: center;
}
.registration-complete .modal-dialog .modal-content .modal-body .heading h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
}
.registration-complete .modal-dialog .modal-content .modal-body .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}
.registration-complete .modal-dialog .modal-content .modal-body .details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4C4C4C;
}
.registration-complete .modal-dialog .modal-content .modal-body .button-group {
  padding-top: 24px;
}
.registration-complete .modal-dialog .modal-content .modal-body .button-group .fill-btn {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 17px;
}

.success .modal-dialog .modal-content .modal-body {
  padding: 40px 24px;
}
.success .modal-dialog .modal-content .modal-body .details {
  text-align: center;
}
.success .modal-dialog .modal-content .modal-body .details img {
  width: 48px;
  height: 48px;
  margin: 0px auto;
}
.success .modal-dialog .modal-content .modal-body .details p {
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #4C4C4C;
}

.terms .modal-dialog {
  max-width: 846px;
}
.terms .modal-dialog .modal-content {
  border-radius: 16px;
}
.terms .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.terms .modal-dialog .modal-content .modal-body h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 24px;
}
.terms .modal-dialog .modal-content .modal-body .modal-body-content {
  overflow-y: scroll;
  height: 400px;
}
.terms .modal-dialog .modal-content .modal-body .modal-body-content p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 20px;
}

.dashboard-modalOne .modal-dialog {
  max-width: 848px;
}
.dashboard-modalOne .modal-dialog .modal-content {
  padding: 38px 20px !important;
  border-radius: 16px;
}
.dashboard-modalOne .modal-dialog .modal-content .modal-header {
  padding: 0 20px 26px;
  border-bottom: none;
}
.dashboard-modalOne .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #181818;
}
.dashboard-modalOne .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.dashboard-modalOne .modal-dialog .modal-content .modal-body .tab-data-wrap .inneruls {
  padding: 0 20px;
}
.dashboard-modalOne .modal-dialog .modal-content .modal-body .tab-data-wrap .tab-content .slimscroll-area {
  padding: 0 20px;
}

.dashboard-modal-Big .modal-dialog {
  max-width: 1244px;
}
.dashboard-modal-Big .modal-dialog .modal-content {
  padding: 38px 40px 36px !important;
}
.dashboard-modal-Big .modal-dialog .modal-content .modal-header {
  padding: 0 0 26px;
  border-bottom: none;
}
.dashboard-modal-Big .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #3A3A4C;
}
.dashboard-modal-Big .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}

.modal-Longcard {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 12px 16px 17px;
  border-radius: 12px;
  border-top: 8px solid #4d44b5;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
  min-height: 760px;
}
.modal-Longcard .content-wrap {
  min-height: 695px;
  width: auto;
  padding-bottom: 24px;
}
.modal-Longcard .content-wrap .card-top .heading {
  background: #fafafa;
  border: 1px solid #DBDAF0;
  border-radius: 12px;
  padding: 16px;
}
.modal-Longcard .content-wrap .card-top .heading h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.modal-Longcard .content-wrap .card-content {
  padding: 16px 0 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-Longcard .content-wrap .card-content .data-wrap {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
}
.modal-Longcard .content-wrap .card-content .data-wrap .fill-button {
  background: #F29560;
  border-radius: 100px;
  padding: 6px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
}
.modal-Longcard .content-wrap .card-content .data-wrap .outline-button {
  border: 1px solid #F29560;
  background: #fafafa;
  border-radius: 100px;
  padding: 6px 12px;
  color: #F29560;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
}
.modal-Longcard .content-wrap .card-content .data-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #4C4C4C;
  width: 290px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.modal-Longcard .card-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-Longcard .card-bottom nav .pagination {
  gap: 8px;
}
.modal-Longcard .card-bottom nav .pagination .page-item .page-link {
  padding: 8px 10px !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  color: #BDBDBD;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
}
.modal-Longcard .card-bottom nav .pagination .page-item .page-link span img {
  width: 100%;
  height: auto;
}
.modal-Longcard .card-bottom nav .pagination .page-item .page-link.active {
  color: #4D44B5;
  border: 1px solid #4D44B5;
}
.modal-Longcard .card-bottom nav .pagination .page-item .page-link.active span svg path {
  fill: #4D44B5;
}
.modal-Longcard .card-bottom nav .pagination .page-item .page-link.disable {
  cursor: not-allowed;
}

.dashboard-modal-mid .modal-dialog {
  max-width: 902px;
}
.dashboard-modal-mid .modal-dialog .modal-content {
  padding: 38px 40px 36px !important;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-header {
  padding: 0 0 26px;
  border-bottom: none;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #3A3A4C;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap {
  width: 100%;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard {
  width: 100%;
  height: auto;
  background-color: none;
  padding: 0;
  border-radius: 0;
  border-top: none;
  filter: none;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap {
  width: 100%;
  max-width: 852px;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap p {
  width: 652px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap p a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #4C4C4C;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap p.disabled {
  color: #CFCFCF;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap .date-show {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #A4A4A4;
  margin-left: 18px;
}
.dashboard-modal-mid .modal-dialog .modal-content .modal-body .main-wrap .mid-data-wrap .modal-Longcard .content-wrap .data-wrap .date-show.disabled {
  color: #CFCFCF;
}

.mid-modal-new .modal-dialog {
  max-width: 1400px;
}
.mid-modal-new .modal-dialog .modal-content {
  padding: 36px 40px !important;
}
.mid-modal-new .modal-dialog .modal-content .modal-header {
  margin-bottom: 24px;
  padding: 0;
  border-bottom: none;
}
.mid-modal-new .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.mid-modal-new .modal-dialog .modal-content .modal-body .i_frame {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 644px;
}

body.doz_sys {
  position: relative;
  top: -90px;
}

.lg-modal-new .modal-dialog {
  max-width: 1210px;
}
.lg-modal-new .modal-dialog .modal-content {
  padding: 36px 40px !important;
  height: 940px;
}
.lg-modal-new .modal-dialog .modal-content .modal-header {
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
  border-bottom: none;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group {
  position: relative;
  margin: 0;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group:first-child {
  max-width: 295px;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group:last-child {
  max-width: 182px;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input label {
  margin: 0;
  white-space: nowrap;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input input {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .label-input input::placeholder {
  color: #CFCFCF;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .select-input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .select-input label {
  margin: 0;
  white-space: nowrap;
}
.lg-modal-new .modal-dialog .modal-content .modal-header .header-filter .form-group .select-input select {
  height: 33px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
}
.lg-modal-new .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1px;
  gap: 24px;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status {
  padding: 6px 12px;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.blu {
  border-radius: 100px;
  background: #948FD3;
  color: #ffffff;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.blu-outlined {
  border-radius: 100px;
  outline: 1px solid #4D44B5;
  color: #4D44B5;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.orng {
  border-radius: 100px;
  background: #F5AA80;
  color: #ffffff;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap .status.orng-outlined {
  border-radius: 100px;
  outline: 1px solid #F29560;
  color: #F29560;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap p {
  text-align: center;
  font-family: Pretendard Variable;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap p.blu {
  color: #4D44B5;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .status-wrap p.orng {
  color: #F29560;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-top .date-time {
  color: #A4A4A4;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-bottom {
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #ffffff;
  padding: 16px;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-bottom span {
  color: #A4A4A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.lg-modal-new .modal-dialog .modal-content .modal-body .card-wrapper .card-qa .card-bottom p {
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.dashboard-header {
  display: flex;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 18px 40px;
  justify-content: flex-end;
  border-left: 1px solid #f2f2f2;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
}
.dashboard-header .container-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.dashboard-header .container-area .left {
  display: flex;
  align-items: center;
  gap: 1px;
}
.dashboard-header .container-area .left .logo h4 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 600;
}
.dashboard-header .container-area .left p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
}
.dashboard-header .container-area .right {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.dashboard-header .container-area .right .icon-wrap {
  width: 24px;
  height: 24px;
  position: relative;
}
.dashboard-header .container-area .right .icon-wrap button img {
  max-width: 100%;
}
.dashboard-header .container-area .right .icon-wrap .notify-alert-button {
  position: relative;
}
.dashboard-header .container-area .right .icon-wrap .notify-alert-button img {
  max-width: 100%;
}
.dashboard-header .container-area .right .icon-wrap .notify-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: #EC7B3E;
  border-radius: 99px;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-header .container-area .right .icon-wrap .notify-count p {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  z-index: 99;
}

.dropdown-container__title {
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 0px;
}
.select-dropdown__button {
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: -40px;
  top: 35px;
  right: 0;
  width: 103px;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  border-radius: 4px;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list.noticeheader-list {
  left: -210px !important;
  width: 250px !important;
  max-height: 340px !important;
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #333333;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background: #4D44B5 !important;
  color: #ffffff !important;
}
.select-dropdown__list-item:hover a {
  color: #ffffff !important;
}
.select-dropdown__list-item.disabled-notice-item {
  color: #828282;
}
.select-dropdown__list-item.disabled-notice-item:hover {
  background: #ffffff !important;
  color: #828282 !important;
}

.notify-tooltip {
  position: relative;
}
.notify-tooltip .notify-tooltip-card {
  display: none;
  position: absolute;
  top: 35px;
  left: calc(50% - 283px);
  width: 100%;
  min-width: 347px;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  padding: 4px 16px;
  z-index: 999;
}
.notify-tooltip .notify-tooltip-card.active {
  display: block;
}
.notify-tooltip .notify-tooltip-card .card-content {
  display: flex;
  flex-direction: column;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding: 12px 0;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap:last-child {
  border-bottom: none;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap .fill-button {
  background: #F29560;
  border-radius: 100px;
  padding: 6px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  min-width: 50px;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap .disabled-button {
  background: #CFCFCF;
  border-radius: 100px;
  padding: 6px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  min-width: 50px;
}
.notify-tooltip .notify-tooltip-card .card-content .data-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #4C4C4C;
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notify-tooltip .notify-tooltip-card::before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0.4em 0.4em 0 0.4em;
  content: "";
  position: absolute;
  left: 80%;
  top: -5px;
  z-index: 99;
  transform: rotate(180deg);
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
}

@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot");
  src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff") format("woff"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.svg#Pretendard-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot");
  src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff") format("woff"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.svg#Pretendard-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot");
  src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.svg#Pretendard-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot");
  src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff") format("woff"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.svg#Pretendard-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot");
  src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff") format("woff"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.svg#Pretendard-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot");
  src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.svg#Pretendard-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot");
  src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff") format("woff"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.svg#Pretendard-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot");
  src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff") format("woff"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.svg#Pretendard-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot");
  src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff") format("woff"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.svg#Pretendard-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.log-section-area {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #F1F0F9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-box-area {
  position: relative;
  width: 100%;
  max-width: 594px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .log-box-area {
    padding: 18px;
  }
}
.log-box-area .logo-area {
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.log-box-area .logo-area span.imgs {
  width: 100%;
  max-width: 180px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-right: 1px solid #7a7a79;
}
.log-box-area .logo-area ul {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-left: 15px;
}
.log-box-area .logo-area ul li {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.log-box-area .logo-area ul li:nth-child(1) {
  color: #e50426;
}
.log-box-area .logo-area ul li:nth-child(2) {
  color: #a9bd0e;
}
.log-box-area .logo-area ul li:nth-child(3) {
  color: #7c1485;
  text-align: center;
}
.log-box-area h2 {
  display: block;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #4D44B5;
  text-align: center;
}

.logo-area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-content-area {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.login-content-area .form-group {
  margin-bottom: 24px;
}
.login-content-area .two-column-box {
  margin-bottom: 24px;
}
.login-content-area .policy-txt {
  margin-top: 14px;
}
.login-content-area .links-wrap {
  width: 100%;
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-content-area .links-wrap .link {
  width: 100%;
  max-width: 33.33%;
  border-right: 3px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-content-area .links-wrap .link:last-child {
  border: none;
}
.login-content-area .links-wrap .link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.two-column-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.two-column-box .form-group {
  max-width: 247px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .two-column-box .form-group {
    max-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-box .form-group label {
    font-size: 14px;
    line-height: 21px;
  }
}
.two-column-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .two-column-box a {
    font-size: 14px;
    line-height: 21px;
  }
}

.policy-txt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.policy-txt p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #828282;
}

.error .form-control {
  border: 1px solid #f00 !important;
}

.login-form {
  margin-block-end: 0;
}

.signup-section-area {
  position: relative;
  width: 100%;
  background: #F1F0F9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-box-area {
  position: relative;
  width: 100%;
  max-width: 594px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 80px 56px;
  margin: 124px 0 126px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .signup-box-area {
    padding: 18px;
    margin: 0;
  }
}
.signup-box-area form {
  margin-block-end: 0 !important;
}
.signup-box-area h2 {
  display: block;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #000000;
  text-align: center;
}
.signup-box-area .signup-content-area {
  margin: 60px 0;
}
.signup-box-area .signup-content-area .form-header-box {
  position: relative;
  padding: 16px 0 12px;
  border-bottom: 1px solid #333333;
  margin-bottom: 24px;
}
.signup-box-area .signup-content-area .form-header-box .right-content {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding-bottom: 12px;
}
.signup-box-area .signup-content-area .form-header-box .right-content span {
  width: 8px;
  height: 17px;
}
.signup-box-area .signup-content-area .form-header-box .right-content span img {
  max-width: 100%;
}
.signup-box-area .signup-content-area .form-header-box .right-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4C4C4C;
}
.signup-box-area .signup-content-area .form-header-box h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.signup-box-area .signup-content-area .form-header-box .head-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.signup-box-area .signup-content-area .form-header-box .head-wrap img {
  margin-left: 4px;
}
.signup-box-area .signup-content-area .form-group {
  margin-bottom: 24px;
}
.signup-box-area .signup-content-area .form-group .form .check-wrap label {
  font-weight: 500;
}
.signup-box-area .signup-content-area .form-group .form .check-wrap label a {
  color: #4D44B5;
  text-decoration: underline;
}
.signup-box-area .signup-content-area .form-group .form .check-span {
  background: #A4A4A4;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 222px;
  position: absolute;
  right: 0;
  top: 23px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
}
.signup-box-area .signup-content-area .right-info {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 24px;
}
.signup-box-area .signup-content-area .right-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #A4A4A4;
}
.signup-box-area .signup-content-area .subheading-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-box-area .signup-content-area .subheading-wrap .form-group {
  margin-bottom: 0;
}
.signup-box-area .signup-content-area .subheading-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}
.signup-box-area .signup-content-area .subheading-wrap button {
  padding: 10px 20px;
  border: 1px solid #4D44B5;
  border-radius: 4px;
  color: #4D44B5;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.signup-box-area .signup-content-area .subheading-wrap .bordered-check {
  width: 73px;
  height: 24px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7169C4;
  margin-bottom: 8px;
}
.signup-box-area .signup-content-area .subheading-wrap .flex-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.options-wrap {
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .options-wrap {
    flex-direction: column;
  }
}

.line-wrap {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .line-wrap {
    flex-wrap: wrap;
  }
}
.line-wrap .bracket-wrap {
  width: 6px;
  height: 17px;
}

.lg-form-grp .form-group .form .label-wrapper label {
  margin-bottom: 14px;
}
.lg-form-grp .form-group .line-wrap .radio-wrap .form-control {
  position: relative;
  top: -33px;
  right: -48px;
  width: 80%;
  border: 1px solid #ced4da;
  cursor: text;
}
.lg-form-grp .form-group .line-wrap .input-inner-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lg-form-grp .form-group .line-wrap .input-inner-wrap {
    max-width: 300px;
  }
}
.lg-form-grp .form-group .line-wrap .input-inner-wrap .radio-wrap input {
  height: 33px;
}

.radio-wrap label {
  font-weight: 500 !important;
}

.terms-wrapper {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  width: calc(100% - 85px);
}

#tenantSignup {
  margin-block-end: 0;
}

.personal-details-section {
  position: relative;
  width: 100%;
  background: #FCFCFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.personal-details-section .signup-box-area .signup-content-area .form-group:nth-child(4) {
  margin-bottom: 0 !important;
}
.personal-details-section .signup-box-area .signup-content-area .form-header-box {
  padding: 0 0 12px;
}

.form-group .form .datepick input::-webkit-outer-spin-button,
.form-group .form .datepick input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form .datepick input[type=number] {
  -moz-appearance: textfield;
}

.forgot-box-area {
  position: relative;
  width: 100%;
  max-width: 594px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .forgot-box-area {
    padding: 18px;
  }
}
.forgot-box-area h2 {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #181818;
  text-align: center;
}
.forgot-box-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4c4c4c;
  margin-top: 20px;
}

.ft-get-box {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.ft-get-box .form-group {
  margin-bottom: 0;
}
.ft-get-box .button-group {
  margin-top: 60px;
}

.alert-danger {
  width: 100% !important;
}
.alert-danger .inner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-danger .inner-box .close {
  padding: 8px !important;
}

.alert-dismissible {
  padding-right: 0 !important;
}
.alert-dismissible .close {
  position: relative !important;
  padding: 8px;
  color: inherit;
}

.mypage-section-area {
  position: relative;
  width: 100%;
  height: auto;
  background: #FCFCFF;
  display: flex;
  justify-content: center;
}
.mypage-section-area .signup-box-area .signup-content-area {
  margin-bottom: 0 !important;
}

.progress-area {
  width: auto;
  margin-top: 24px;
}
.progress-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
}
.progress-area ul li {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #CFCFCF;
  position: relative;
}
.progress-area ul li:last-child span {
  border-top: 0;
}
.progress-area ul li.active {
  background-color: #7169C4;
  border: 1px solid #7169C4;
}
.progress-area ul li span {
  width: 42px;
  border-top: 1px dashed #CFCFCF;
  transform: rotate(180deg);
  position: absolute;
  left: 21px;
  right: 0;
  top: 50%;
}

.form-group .form .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .form .flex-wrap .bordered-check {
  width: 73px;
  height: 24px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7169C4;
  margin-bottom: 8px;
}

.date-wrap {
  width: 100%;
  height: 49px;
  border: 1px solid #CFCFCF !important;
  border-radius: 4px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
}
.date-wrap input {
  border: 0 !important;
  height: 100% !important;
  padding: 0.375rem 0.75rem;
}
.date-wrap span {
  width: 35px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #333333;
}

.mypage-section-area2 {
  position: relative;
  width: 100%;
  height: auto;
  background: #F1F0F9;
  display: flex;
  justify-content: center;
}
.mypage-section-area2 .signup-box-area .signup-content-area {
  margin-bottom: 0;
}
.mypage-section-area2 .signup-box-area .signup-content-area .form-header-box {
  margin-bottom: 0;
}
.mypage-section-area2 .signup-box-area .signup-content-area .subheading-wrap {
  margin: 24px 0 20px;
}
.mypage-section-area2 .signup-box-area .signup-content-area .sec {
  margin-bottom: 24px;
}
.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group {
  margin-bottom: 24px;
}
.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group:last-child {
  margin-bottom: 0 !important;
}
.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group .form label {
  margin-bottom: 20px;
}
.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group .form .line-wrap {
  margin-top: 0;
}
.mypage-section-area2 .signup-box-area .signup-content-area .sec .form-group .form .line-wrap .rounded-checkbox label::before {
  margin-right: 4px !important;
}

.mypage-section-area3 {
  position: relative;
  width: 100%;
  height: auto;
  background: #F1F0F9;
  display: flex;
  justify-content: center;
}
.mypage-section-area3 .signup-box-area .signup-content-area {
  margin-bottom: 0;
}
.mypage-section-area3 .signup-box-area .signup-content-area .form-header-box {
  margin-bottom: 0;
}
.mypage-section-area3 .signup-box-area .signup-content-area .heading-info {
  margin-bottom: 24px;
  margin-top: 8px;
}
.mypage-section-area3 .signup-box-area .signup-content-area .heading-info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #A4A4A4;
}
.mypage-section-area3 .signup-box-area .signup-content-area .wrapper .radio-wrap label {
  margin-bottom: 0;
}
.mypage-section-area3 .signup-box-area .signup-content-area .wrapper .bracket-wrap {
  height: auto;
}

#certificationdate .form-group:last-child {
  margin-bottom: 0 !important;
}

.representative_div_sub_1 .form-header-box .head-wrap {
  margin-top: 0 !important;
}

.dashboard-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .dashboard-container {
    width: 1920px;
    max-width: inherit;
    overflow-x: scroll;
  }
}

.left-menu-wrap {
  background-color: #F1F0F9;
  padding: 30px 24px;
  width: 100%;
  max-width: 282px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .left-menu-wrap {
    height: 1198px;
    overflow-y: scroll;
  }
}
.left-menu-wrap .menu-wrap {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 24px 16px;
}
.left-menu-wrap .menu-wrap .logo {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.left-menu-wrap .menu-wrap .date {
  min-width: 151px;
  height: 22px;
  padding: 6px 15px;
  border-radius: 12px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 16px;
}
.left-menu-wrap .menu-wrap .date p {
  color: #A4A4A4;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
}
.left-menu-wrap .menu-wrap .menu-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .arrow-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .arrow-wrap span {
  color: #666666;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .arrow-wrap .bookmark-class {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .heading {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .heading p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .heading span {
  padding: 6px 12px;
  background-color: #EC7B3E;
  border-radius: 100px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #ffffff;
  margin-left: 6px;
  cursor: pointer;
}
.left-menu-wrap .menu-wrap .menu-wrapper .heading-wrap .collapse-btn {
  width: 24px;
  height: 24px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap {
  position: relative;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap {
  width: 100%;
  padding: 14px;
  background-color: #FAFAFA;
  margin-top: 14px;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap {
  width: 100%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li:first-child {
  margin-top: 0;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li p {
  color: #333333;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  min-width: 60px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  text-align: right;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .type-wrap li span.link {
  font-weight: 600;
  color: #4D44B5;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .align-center p {
  color: #333333;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .align-center span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  text-align: right;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .interest-wrap .interest {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  gap: 4px;
  flex-wrap: wrap;
}
.left-menu-wrap .menu-wrap .menu-wrapper .user-info-wrap .info-wrap .interest-wrap .interest li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  border-radius: 100px;
  min-width: 50px;
  color: #7169C4;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap {
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap {
  width: 100%;
  padding: 14px;
  background-color: #FAFAFA;
  margin-top: 14px;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap {
  width: 100%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li:first-child {
  margin-top: 0;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li p {
  color: #333333;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  text-align: right;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .type-wrap li span.link {
  font-weight: 600;
  color: #4D44B5;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .align-center p {
  color: #333333;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .bookmark-wrap .info-wrap .align-center span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  text-align: right;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap h4 {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement {
  position: relative;
  margin-top: 24px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement ul {
  padding-top: 6px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement ul li a {
  margin-top: 6px;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #4C4C4C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .anouncement ul li a.disabled {
  color: #CFCFCF;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap {
  margin-top: 24px;
  position: relative;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap {
  margin-top: 12px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li {
  padding-top: 6px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-top: 6px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap:hover {
  color: inherit;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4C4C4C;
  width: 90%;
  max-width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span {
  padding: 6px 12px;
  background-color: #F29560;
  color: #ffffff;
  border-radius: 100px;
  margin-right: 4px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span.grey-bordered {
  border: 1px solid #CFCFCF;
  background-color: #FAFAFA;
  color: #CFCFCF;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span.grey-solid {
  background-color: #CFCFCF;
  color: #ffffff;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li .inside-wrap .wrap span.orange-bordered {
  border: 1px solid #F29560;
  background-color: #ffffff;
  color: #F29560;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .child-care-wrap .month-wrap ul li.disable .inside-wrap .wrap p {
  color: #CFCFCF;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap {
  margin-top: 24px;
  position: relative;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading .heading h4 {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading .arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-heading .arrow-wrap p {
  color: #666666;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap {
  margin-top: 18px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li:last-child {
  margin-bottom: 0;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li p {
  max-width: 96px;
  overflow: hidden;
  color: #4C4C4C;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn {
  padding: 6px 8px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-family: Pretendard Variable;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn.orang_btn {
  background: #EC7B3E;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn.blue_btn {
  background: #4D44B5;
}
.left-menu-wrap .menu-wrap .menu-wrapper .info-provide-wrap .nxt-btn-wrap .btn-wrap ul li .btn.disable_btn {
  background: #CFCFCF;
}

.right-area-wrap {
  width: calc(100% - 282px);
  background-color: #ffffff;
}
.right-area-wrap .body-area {
  padding: 30px 40px 100px 40px;
}
.right-area-wrap .body-area .heading h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #181818;
}
.right-area-wrap .body-area .main-wrapper {
  margin-top: 24px;
  position: relative;
}
.right-area-wrap .body-area .main-wrapper .wrapping {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.right-area-wrap .body-area .main-wrapper .wrapping .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}
.right-area-wrap .body-area .main-wrapper .wrapping .title h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #181818;
}
.right-area-wrap .body-area .main-wrapper .wrapping .title span {
  font-size: 16px;
  line-height: 21px;
  color: #A4A4A4;
  font-weight: 500;
}
.right-area-wrap .body-area .main-wrapper .wrapping .edit-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}
.right-area-wrap .body-area .main-wrapper .wrapping .edit-wrap img {
  width: 12px;
}
.right-area-wrap .body-area .main-wrapper .wrapping .edit-wrap span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #828282;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper {
  margin-top: 48px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .inner-wrap {
  width: 50%;
  height: auto;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head {
  padding-bottom: 24px;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .small-head p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A4A4A4;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #181818;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title .arrow-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right-area-wrap .body-area .main-wrapper .project-info-wrapper .project-head .title .arrow-wrap p {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
  cursor: pointer;
}
.right-area-wrap .body-area .main-wrapper .table-wrap {
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.right-area-wrap .body-area .main-wrapper .table-wrap .table-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-area-wrap .body-area .main-wrapper .table-wrap .table-title h4 {
  color: #181818;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.right-area-wrap .body-area .main-wrapper .table-wrap .table-title .arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.right-area-wrap .body-area .main-wrapper .table-wrap .table-title .arrow-wrap p {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.active_collapse-btn {
  display: none;
}

.custom-data-table-area {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-data-table-area {
    overflow-x: scroll;
  }
}

table.custom-table {
  width: 100%;
  margin: 0 !important;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
table.custom-table thead tr th {
  padding: 16px 8px;
  color: #4D44B5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: #E5E9EB;
  border-style: solid;
  border-width: 1px;
  background: #F8F8FD;
}
table.custom-table tbody tr td {
  padding: 16px 8px;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4C4C4C;
  text-align: center;
  border-bottom: #E5E9EB;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard";
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Pretendard";
  font-weight: 500;
}

a {
  color: #3A3A4C;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: bold;
}

textarea {
  resize: none;
}

input {
  outline: none;
}

/*container sizing as per feedback*/
.main_container {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .main_container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 680px) {
  .main_container {
    margin: 0;
    max-width: 680px;
    width: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  border: none;
}
.form-control:focus {
  box-shadow: none;
}

.no-margin {
  margin: 0;
}

.scrollable {
  overflow: hidden;
  overflow-y: auto;
}

.p-0 {
  padding: 0;
}

.overlayInv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  outline: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.overlayInv.active {
  display: block;
}

.m-t-14 {
  margin-top: 14px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-l-2 {
  margin-left: 2px !important;
}

.mar-btm-8 {
  margin-bottom: 8px !important;
}

.g-4 {
  gap: 4px !important;
}

.g-8 {
  gap: 8px;
}

.g-10 {
  gap: 10px;
}

.g-18 {
  gap: 18px;
}

.error {
  color: red !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 10px;
  display: none;
}

.error-cust {
  color: red !important;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.error-custom {
  color: red !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.form-control:disabled {
  background-color: #fafafa;
}

.block-cursor {
  cursor: not-allowed !important;
}

input:disabled + label {
  cursor: not-allowed;
  color: rgba(197, 194, 194, 0.8901960784) !important;
}

.radio-wrap .sub-check:disabled {
  cursor: not-allowed !important;
}

input[type=text]:disabled {
  cursor: not-allowed;
}
input[type=text]:disabled::placeholder {
  color: rgba(197, 194, 194, 0.8901960784) !important;
}

input:disabled + label:before {
  cursor: not-allowed !important;
}/*# sourceMappingURL=style.css.map */