@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-Bold.eot");
  src: url("../../assets/fonts/SUIT-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-Bold.woff2") format("woff2"), url("../../assets/fonts/SUIT-Bold.woff") format("woff"), url("../../assets/fonts/SUIT-Bold.ttf") format("truetype"), url("../../assets/fonts/SUIT-Bold.svg#SUIT-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-Medium.eot");
  src: url("../../assets/fonts/SUIT-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-Medium.woff2") format("woff2"), url("../../assets/fonts/SUIT-Medium.woff") format("woff"), url("../../assets/fonts/SUIT-Medium.ttf") format("truetype"), url("../../assets/fonts/SUIT-Medium.svg#SUIT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-Heavy.eot");
  src: url("../../assets/fonts/SUIT-Heavy.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-Heavy.woff2") format("woff2"), url("../../assets/fonts/SUIT-Heavy.woff") format("woff"), url("../../assets/fonts/SUIT-Heavy.ttf") format("truetype"), url("../../assets/fonts/SUIT-Heavy.svg#SUIT-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-Thin.eot");
  src: url("../../assets/fonts/SUIT-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-Thin.woff2") format("woff2"), url("../../assets/fonts/SUIT-Thin.woff") format("woff"), url("../../assets/fonts/SUIT-Thin.ttf") format("truetype"), url("../../assets/fonts/SUIT-Thin.svg#SUIT-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-Light.eot");
  src: url("../../assets/fonts/SUIT-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-Light.woff2") format("woff2"), url("../../assets/fonts/SUIT-Light.woff") format("woff"), url("../../assets/fonts/SUIT-Light.ttf") format("truetype"), url("../../assets/fonts/SUIT-Light.svg#SUIT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-ExtraLight.eot");
  src: url("../../assets/fonts/SUIT-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/SUIT-ExtraLight.woff") format("woff"), url("../../assets/fonts/SUIT-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/SUIT-ExtraLight.svg#SUIT-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-SemiBold.eot");
  src: url("../../assets/fonts/SUIT-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-SemiBold.woff2") format("woff2"), url("../../assets/fonts/SUIT-SemiBold.woff") format("woff"), url("../../assets/fonts/SUIT-SemiBold.ttf") format("truetype"), url("../../assets/fonts/SUIT-SemiBold.svg#SUIT-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-ExtraBold.eot");
  src: url("../../assets/fonts/SUIT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/SUIT-ExtraBold.woff") format("woff"), url("../../assets/fonts/SUIT-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/SUIT-ExtraBold.svg#SUIT-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../../assets/fonts/SUIT-Regular.eot");
  src: url("../../assets/fonts/SUIT-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SUIT-Regular.woff2") format("woff2"), url("../../assets/fonts/SUIT-Regular.woff") format("woff"), url("../../assets/fonts/SUIT-Regular.ttf") format("truetype"), url("../../assets/fonts/SUIT-Regular.svg#SUIT-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! 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;
  width: 100%;
}

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

.main-outer {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 100%;
  transition: all 0.2s;
}

.main-container {
  position: relative;
}

.map-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.p-30 {
  padding: 30px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-118 {
  margin-bottom: 118px;
}

.mt-12 {
  margin-top: 12px;
}

.main-right-part {
  max-width: 300px;
  width: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  bottom: 30px;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.right-header {
  background-color: #FAFAFA;
  border-radius: 14px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  gap: 2px;
  display: flex;
  justify-content: space-between;
}
.right-header .head-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.right-header .head-content .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  color: #333333;
}
.right-header .head-content span {
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  color: #A4A4A4;
}

.block-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
  gap: 20px;
}
.block-area .block-item {
  background-color: #FAFAFA;
  border-radius: 14px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 12px;
  gap: 6px;
  display: flex;
  justify-content: space-between;
  min-height: 127px;
}
.block-area .block-item .top-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-area .block-item .top-part .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #333333;
}
.block-area .block-item .top-part .icon svg {
  margin: 0 auto;
}
.block-area .block-item .bottom-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.block-area .block-item .bottom-part.mnth-text {
  gap: 0;
}
.block-area .block-item .bottom-part span {
  font-size: 8px;
  font-weight: 500;
  line-height: 100%;
  color: #A4A4A4;
}
.block-area .block-item .bottom-part .point {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #F5B152;
}
.block-area .block-item .bottom-part .point.green {
  color: #57DBB4;
}
.block-area .block-item .bottom-part .point.purple {
  color: #6D85F0;
}
.block-area .block-item .bottom-part .point.pink {
  color: #F782B3;
}
.block-area .block-item .bottom-part p {
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  color: #A4A4A4;
}
.block-area .block-item .point {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #F5B152;
}
.block-area .block-item .point.green {
  color: #57DBB4;
}
.block-area .block-item .point.purple {
  color: #6D85F0;
}
.block-area .block-item .point.pink {
  color: #F782B3;
}

.list-outer {
  height: calc(100% - 358px);
}

.list-innr {
  background-color: #FAFAFA;
  border-radius: 14px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 16px 0;
  height: 100%;
}

.list-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}
.list-component .list-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.list-component .list-content .image-outer img {
  max-width: 74px;
  width: 100%;
  height: 49px;
  object-fit: cover;
}
.list-component .list-content .content-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.7px;
}
.list-component .list-content .content-outer span {
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: #A4A4A4;
}
.list-component .list-content .content-outer .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  color: #333333;
}
.list-component .list-content .content-outer .meta {
  display: flex;
  gap: 4px;
  align-items: center;
}
.list-component .list-content .content-outer .meta li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  color: #666666;
}
.list-component .list-content .content-outer .meta li .icon-cart path {
  fill: #A5F1EC;
}
.list-component .list-content .content-outer .meta li .icon-profile path {
  fill: #99ADFF;
}
.list-component .list-content .content-outer .meta li .icon-device path {
  fill: #F3ABC9;
}
.list-component .list-content .content-outer .meta li svg {
  width: 12px;
  height: 12px;
}

.top-main-title {
  position: fixed;
  left: 30px;
  top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #181818;
  text-transform: capitalize;
}

[class^=icon] {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.icon-logout {
  background-image: url("../../assets/icons/logout-icon.svg");
  width: 20px;
  height: 20px;
}

.icon-event {
  width: 28px;
  height: 28px;
}

.icon-cart {
  width: 28px;
  height: 28px;
}

.icon-profile {
  width: 28px;
  height: 28px;
}

.icon-device {
  width: 28px;
  height: 28px;
}

.icon-calendar {
  background-image: url("../../assets/icons/calendar-icon.svg");
  width: 16px;
  height: 16px;
}

.icon-upload {
  background-image: url("../../assets/icons/upload-icon.svg");
  width: 16px;
  height: 16px;
}

.icon-trash {
  background-image: url("../../assets/icons/trash-icon.svg");
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.icon-map {
  background-image: url("../../assets/icons/map-icon.svg");
  width: 24px;
  height: 24px;
}

.icon-location {
  background-image: url("../../assets/icons/map-icon.svg");
  width: 24px;
  height: 24px;
}

.icon_edit {
  width: 8px;
  height: 8px;
}

.small {
  width: 12px;
  height: 12px;
  background-size: 12px auto;
}

.left-icon-view {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 30px 15px;
}

.icon-style {
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(38, 51, 77, 0.3);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-style.sub-item.show {
  background: #3361FF;
  border-color: #3361FF;
}
.icon-style.sub-item.show img {
  filter: brightness(100);
}

.toggle-icon .down-icon {
  display: none;
}
.toggle-icon.show .down-icon {
  display: block;
}
.toggle-icon.show .up-icon {
  display: none;
}

.toggle-menu {
  display: none;
}
.toggle-menu.show {
  display: block;
}
.toggle-menu .toggle-menu-item {
  margin-bottom: 18px;
  position: relative;
}
.toggle-menu .toggle-menu-item.dropend .dropdown-toggle::after {
  display: none;
}
.toggle-menu .toggle-menu-item .toggle-menu-dropdown {
  margin-left: 0 !important;
  min-width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.4s;
}
.toggle-menu .toggle-menu-item .toggle-menu-dropdown.show {
  margin-left: 18px !important;
}

.accordion {
  max-width: 173px;
  min-width: 173px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  border-radius: 14px;
  padding: 12px;
}
.accordion .accordion-item {
  margin-bottom: 12px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .acc-link {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .accordion-item .acc-link .acc-up-icon {
  display: none;
}
.accordion .accordion-item .acc-link.active .acc-up-icon {
  display: block;
}
.accordion .accordion-item .acc-link.active .acc-down-icon {
  display: none;
}

.acc-content {
  font-size: 12px;
  line-height: 1.5;
}

.btn-group-innr {
  padding-top: 12px;
}
.btn-group-innr li {
  margin-bottom: 8px;
}
.btn-group-innr li:last-child {
  margin-bottom: 0;
}
.btn-group-innr li a {
  border-radius: 4px;
  border: 1px solid #A4A4A4;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.btn-group-innr li a.active, .btn-group-innr li a:hover {
  border-color: #3361FF;
  background: #3361FF;
  color: #FFFFFF;
}

.location-menu {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  max-width: 100px;
  min-width: 100px;
  overflow: hidden;
}
.location-menu li {
  line-height: 1;
}
.location-menu li a {
  padding: 10px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #4C4C4C;
  display: block;
  text-align: center;
}
.location-menu li a.active {
  border-color: #3361FF;
  background: #3361FF;
  color: #FFFFFF;
}

.places-list-sec {
  height: 100%;
  display: flex;
}

.places-list-innr {
  padding: 30px 0;
  border-right: 1px solid #E0E0E0;
  background: #FFFFFF;
  max-width: 465px;
  min-width: 465px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .places-list-innr {
    max-width: 40%;
    min-width: 40%;
  }
}

.scroll {
  height: 100%;
  overflow-y: auto;
}
.scroll.scrl-mr {
  height: calc(100% - 58px);
}

.places-list-hdr {
  /* 레이아웃 변경 NOTIONTREE 수정 240721
  display: flex;
  justify-content: space-between;*/
  margin-bottom: 30px;
  padding: 0 30px;
}
.places-list-hdr h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #181818;
}
.places-list-hdr .add-btn {
  display: flex;
  gap: 5px; /* 10에서 5로 줄임 */
	margin-bottom: 10px; /* NOTIONTREE 수정 240721 */
}

.places-list {
  padding: 0 30px;
}
.places-list li {
  /*margin-bottom: 30px;*/
	/* NOTIONTREE 수정 240721 */
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.places-list li:last-child {
  margin-bottom: 0;
}
.places-list li .places-list-item {
	/* width 줄이면 밀리는 현상 때문에 flex 제거 NOTIONTREE 수정 240721
  display: flex;
  align-items: center;
	*/
}
.places-list li .places-list-item .places-img {
  max-width: 91px;
  flex-basis: 91px;
}
.places-list li .places-list-item .places-img figure {
  width: 91px;
  height: 60px;
}
.places-list li .places-list-item .places-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.places-list li .places-list-item .places-content {
  padding-left: 8px;
	/* width 줄이면 밀리는 현상 때문에 flex 제거 NOTIONTREE 수정 240721
  max-width: calc(100% - 91px);
  flex-basis: calc(100% - 91px);
	*/
}
.places-list li .places-list-item .places-content h5 {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  color: #828282;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.places-list li .places-list-item .places-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-bottom: 3px;
}
.places-list li .places-list-item .places-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #666666;
	margin-bottom: 5px; /* 이벤트 항목 제목 아래 여백 추가 */
}

.places-list-details {
  padding: 30px 0;
  border-right: 1px solid #CFCFCF;
  background: #FAFAFA;
  max-width: 670px;
  min-width: 670px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .places-list-details {
    max-width: 60%;
    min-width: 60%;
  }
}
.places-list-details h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #181818;
  margin-bottom: 20px;
}
.places-list-details .detail-top-outer {
  position: sticky;
  top: 0;
  background: #FAFAFA;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
.places-list-details .detail-top-outer .edit-btn:hover {
  color: #FFFFFF;
}
.places-list-details .detail-top-outer .edit-btn:hover path {
  stroke: #FFFFFF;
}

.badges {
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  margin-left: 8px;
}
.badges.green {
  border: 1px solid var(--Green-1, #219653);
  background: var(--Green-3, #6FCF97);
}
.badges.yellow {
  border: 1px solid var(--Orange, #F2994A);
  background: var(--Yellow, #F2C94C);
}

.listing-details-date {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.listing-details-date li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  color: #828282;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 1px solid #828282;
}
.listing-details-date li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.listing-details-top {
  margin: -10px -15px;
}
.listing-details-top .listing-details-top-col {
  padding: 10px 15px;
}
.listing-details-top .listing-details-top-col figure {
  height: 220px;
}
.listing-details-top .listing-details-top-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-details-bottom {
  margin-top: 30px;
}
.listing-details-bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}
.listing-details-bottom ul li {
  padding: 10px 15px;
  width: 50%;
}
.listing-details-bottom ul li.w-100 {
  width: 100%;
}
.listing-details-bottom ul li span {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #4C4C4C;
}
.listing-details-bottom ul li .program-area {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  display: block;
}
.listing-details-bottom ul li .program-area label {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #4C4C4C;
  margin-bottom: 8px;
  display: block;
}
.listing-details-bottom ul li .program-area .program-list-otr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.listing-details-bottom ul li .program-area span {
  padding: 0;
  border-radius: 0;
  border: none;
  max-width: 187px;
  width: calc(33% - 8px);
  flex-grow: 1;
}

.pad-30 {
  padding: 0 30px;
}

.event-hdr {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #828282;
  margin-bottom: 6px;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.listing-wrapper {
  margin-top: 20px;
}
.listing-wrapper .row {
  margin: -10px -15px;
}
.listing-wrapper .col-md-6 {
  padding: 10px 15px;
}

.listing-wrapper-innr {
  display: flex;
  align-items: center;
}
.listing-wrapper-innr p {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  padding: 16px;
  margin-right: 12px;
  height: 49px;
  line-height: 1;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #4C4C4C;
}
.listing-wrapper-innr span {
  font-size: 12px;
  height: 49px;
  border-radius: 8px;
  min-width: 60px;
  cursor: text;
}
.listing-wrapper-innr span.off-btn {
  background: #E0E0E0;
  color: #FAFAFA;
}

.btn-wrapper.xtra-wdth {
  width: 100%;
  max-width: 258px;
}
.btn-wrapper .form-control {
  max-width: 99px;
  padding: 5px 8px;
  color: var(--Gray-1, #333);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-image: url("../../assets/icons/chevron-down-light.svg");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 16px;
}

.btn {
  border-radius: 4px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  font-size: 16px;
  padding: 10px 16px;
  transition: all 0.6s;
  color: #828282;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.gray-btn {
  background: #F2F2F2;
  color: #828282;
}
.btn.gray-btn:hover {
  background: #3361FF;
  color: #FFFFFF;
}
.btn.gray-btn.edit-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.btn.home {
  background: #F2F2F2;
}
.btn.delete-btn {
  background: #FCE4E4;
  color: #EB5757;
}
.btn.delete-btn:hover {
  background: #EB5757;
  color: #FFFFFF;
}
.btn.delete-btn:hover .delete-icon {
  filter: brightness(100);
}
.btn.delete-btn .delete-icon {
  margin-right: 4px;
}
.btn.sm {
  font-size: 10px;
  /* padding: 6px 8px;*/
	padding: 6px 0px; /* 센터 정령이라서 좌우 여백 줄임 */
}
.btn.md {
  font-size: 12px;
  font-weight: 500;
}
.btn.lg {
  padding: 16px;
}
.btn.primary-btn {
  background: #3361FF;
  color: #FFFFFF;
}
.btn.secondary-btn {
  padding: 14px;	
  background: #6c757d;
  color: #FFFFFF;
}
.btn.secondary-btn-outline {
  background: transparent;
  color: #4740E3;
  border-color: #4740E3;
}
.btn.gray-outline {
  background: transparent;
  color: #BDBDBD;
  border-color: #BDBDBD;
}
.btn.full {
  width: 100%;
}

.btn-innr {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-innr .btn {
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.form-wrapper .title {
  color: #181818;
}
.form-wrapper .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.form-wrapper .form-row .form-col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 15px;
}
.form-wrapper .form-group {
  margin-bottom: 20px;
}
.form-wrapper label {
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  color: #333333;
  margin-bottom: 8px;
  max-width: 100%;
  display: block;
}
.form-wrapper .form-control {
  border-color: #CFCFCF;
  padding: 14px 12px;
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  color: #333333;
}
.form-wrapper .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #CFCFCF;
}
.form-wrapper .form-control::placeholder {
  color: #CFCFCF;
}
.form-wrapper .date .form-control {
  border-right: none;
}
.form-wrapper .date .input-group-text {
  background: #FFFFFF;
  height: 44px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
.form-wrapper .btn-group {
  background: #F2F2F2;
  padding: 4px;
  border-radius: 8px;
  display: flex;
}
.form-wrapper .btn-group .btn {
  border-radius: 8px !important;
}
.form-wrapper .btn-group .btn.gray-btn {
  color: #A4A4A4;
}
.form-wrapper .btn-group .btn.gray-btn:hover {
  color: #FFFFFF;
}
.form-wrapper select {
  appearance: none;
  background-image: url("../../assets/icons/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.form-wrapper select:required:invalid {
  color: #CFCFCF;
  background-image: url("../../assets/icons/chevron-down-light.svg");
}
.form-wrapper option[value=""][disabled] {
  display: none;
}
.form-wrapper option {
  color: #333333;
}
.form-wrapper .btn-file {
  position: relative;
  overflow: hidden;
  border-color: #CFCFCF;
  padding: 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #333333;
  width: 100%;
  gap: 4px;
}
.form-wrapper .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}
.form-wrapper .upload-image small {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #A4A4A4 !important;
  margin-top: 9px;
}
.form-wrapper .map-btn {
  border-color: #CFCFCF;
  padding: 8px;
  border-radius: 8px;
  width: 44px;
  height: 44px;
}

.form-wrapper .location-area {
  display: flex;
  gap: 12px;
  align-items: end;
}
.form-wrapper .location-area .location-outr {
  flex: 1 1 auto;
}
.form-wrapper .location-area .location-outr .location-row {
  display: flex;
  gap: 16px;
}
.form-wrapper .location-area .location-outr .location-row .location-col {
  width: 50%;
}

/* RADIO BUTTON */
.radio-outr {
  display: inline-flex;
  gap: 18px;
}
.radio-outr .form-check-inline {
  padding: 0;
  margin: 0;
  min-height: auto;
}
.radio-outr .form-check-inline label {
  margin-bottom: 0;
}
.radio-outr [type=radio]:checked,
.radio-outr [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-outr [type=radio]:checked + label,
.radio-outr [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  color: #181818;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.radio-outr [type=radio]:checked + label:before,
.radio-outr [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #E0E0E0;
  border-radius: 100%;
  background: #FFFFFF;
}
.radio-outr [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3361FF;
  border-radius: 100%;
  background: #FFFFFF;
}
.radio-outr [type=radio]:checked + label:after,
.radio-outr [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3361FF;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-outr [type=radio]:not(:checked) + label:after {
  width: 8px;
  height: 8px;
  background: #E0E0E0;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio-outr [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio-outr .disabled-radio [type=radio]:checked + label:before,
.radio-outr .disabled-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  background: #F5F5F5;
}
.radio-outr .disabled-radio [type=radio]:checked + label:after,
.radio-outr .disabled-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #F5F5F5;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* CHECKBOX */
.checkbox-outr {
  display: inline-flex;
  gap: 18px;
}
.checkbox-outr .form-check-inline {
  padding: 0;
  margin: 0;
}

.check-button input {
  display: none;
  cursor: pointer;
}

.check-button label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333333;
  margin-bottom: 0;
}

.check-button label:before {
  content: "";
  appearance: none;
  background: #CFCFCF url("../../assets/icons/tick-icon.svg") no-repeat 3px 4px;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
}

.check-button-disabled label:before {
  background-color: #CFCFCF;
  border: 1px solid #CFCFCF;
}

.check-button-disabled input:checked + label:after {
  content: "";
  background: #CFCFCF url("../../assets/icons/tick-icon.svg") no-repeat 3px 4px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
}

.check-button input:checked + label:after {
  content: "";
  background: #3361FF url("../../assets/icons/tick-icon.svg") no-repeat 3px 4px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
}

.switch-field {
  display: flex;
  overflow: hidden;
  position: relative;
  background: #F2F2F2;
  padding: 4px;
  border-radius: 8px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #F2F2F2;
  color: #A4A4A4;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  max-width: 60px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #3361FF;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.on-off-row {
  margin-left: -10px;
  margin-right: -10px;
}
.on-off-row .on-off-area {
  padding: 0 10px;
}
.on-off-row .on-off-area .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scroll {
  height: 100%;
  overflow-y: auto;
}
.scroll.scrl-mr-form {
  height: calc(100% - 60px);
}

/* Height & width for the container - The rest is done by the jQuery part. */
div[rel=scrollcontent1] {
  width: 100%;
  height: 100%;
}

/* Not needed elements */
.scrollcontent1-bar {
  width: 11px;
  background: #F2F2F2;
  border-radius: 4px;
  overflow: hidden;
  right: 10px !important;
  height: 100% !important;
}

.scrollcontent1-drag {
  background: #BDBDBD;
  border-radius: 4px;
  cursor: pointer;
}

.program-row {
  margin: 0 -15px;
}
.program-row .program-col {
  padding: 0px 15px;
  /* Firefox */
}
.program-row .program-col .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.program-row .program-col .form-group label {
  margin-bottom: 0;
}
.program-row .program-col p {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #181818;
  margin-bottom: 12px;
}
.program-row .program-col .form-control {
  max-width: 130px;
}
.program-row .program-col input[type=number]::-webkit-inner-spin-button,
.program-row .program-col input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.program-row .program-col input[type=number] {
  -moz-appearance: textfield;
}

.login-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-outer .login-cont {
  padding: 40px;
  max-width: 507px;
  width: 100%;
  border-radius: 17px;
  border: 1px solid #CADAEF;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1366px) {
  .login-outer .login-cont {
    padding: 25px 40px;
    gap: 10px;
  }
}
.login-outer .login-cont .logo {
  font-family: "Roboto", sans-serif;
  color: #181818;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.login-outer .login-cont .login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.login-outer .login-cont .login-header .tit {
  font-size: 24px;
  color: #293241;
  font-weight: 600;
  line-height: 120%;
}
.login-outer .login-cont .login-header p {
  color: #666666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.login-outer .login-cont .signup-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1366px) {
  .login-outer .login-cont .signup-form {
    gap: 10px;
  }
}
.login-outer .login-cont .signup-form label {
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.login-outer .login-cont .signup-form label .requird {
  font-size: 16px;
  font-weight: 500;
  color: #EB5757;
}
.login-outer .login-cont .signup-form .form-control {
  border-color: #CFCFCF;
  padding: 14px 12px;
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  color: #333333;
}
.login-outer .login-cont .signup-form .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #CFCFCF;
}
.login-outer .login-cont .signup-form .form-control::placeholder {
  color: #CFCFCF;
}
.login-outer .login-cont .signup-form select {
  appearance: none;
  background-image: url("../../assets/icons/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.login-outer .login-cont .signup-form select:required:invalid {
  color: #CFCFCF;
  background-image: url("../../assets/icons/chevron-down-light.svg");
}
.login-outer .login-cont .signup-form option[value=""][disabled] {
  display: none;
}
.login-outer .login-cont .signup-form option {
  color: #333333;
}
.login-outer .login-cont .signup-form .remember-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-outer .login-cont .signup-form .remember-area .checkbox-outr label {
  color: #293241;
  font-weight: 400;
}
.login-outer .login-cont .signup-form .remember-area .checkbox-outr .check-button label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333333;
  margin-bottom: 0;
}
.login-outer .login-cont .signup-form .remember-area .checkbox-outr .check-button label:before {
  content: "";
  appearance: none;
  background: #CFCFCF url("../../assets/icons/tick-icon.svg") no-repeat 3px 4px;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
}
.login-outer .login-cont .signup-form .remember-area .checkbox-outr .check-button-disabled label:before {
  background-color: #CFCFCF;
  border: 1px solid #CFCFCF;
}
.login-outer .login-cont .signup-form .remember-area .checkbox-outr .check-button-disabled input:checked + label:after {
  content: "";
  background: #CFCFCF url("../../assets/icons/tick-icon.svg") no-repeat 3px 4px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
}
.login-outer .login-cont .signup-form .remember-area .checkbox-outr .check-button input:checked + label:after {
  content: "";
  background: #3361FF url("../../assets/icons/tick-icon.svg") no-repeat 3px 4px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
}
.login-outer .login-cont .signup-form .remember-area a {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #293241;
  text-decoration: underline;
}
.login-outer .login-cont .signup-form .zone-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.login-outer .login-cont .signup-form .zone-text label {
  margin-bottom: 0;
}
.login-outer .login-cont .signup-form .zone-text p {
  font-size: 12px;
  color: #828282;
  font-weight: 400;
  line-height: 130%;
}
.login-outer .login-cont .login-footer {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(41, 50, 65, 0.5);
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .login-outer .login-cont .login-footer {
    margin-top: 0;
  }
}
.login-outer .login-cont .login-footer a {
  font-weight: 400;
  color: #2170E7;
}

.password-input {
  position: relative;
}
.password-input .field-icon {
  float: right;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.fa-eye:before {
  content: "";
  background: url("../../assets/icons/eye-open-icon.svg") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.fa-eye-slash:before {
  content: "";
  background: url("../../assets/icons/eye-slash-icon.svg") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.dashboard-sec {
  padding: 30px;
}

.cmn-box {
  padding: 24px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media screen and (max-width: 1330px) {
  .cmn-box {
    padding: 15px;
  }
}
.cmn-box.area-height {
  height: calc(100% - 72px);
}

.cmn-dash-hdr {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #181818;
  margin-bottom: 16px;
}


@media screen and (max-width: 1330px) {
  .cmn-dash-hdr {
    font-size: 16px;
  }
}
.cmn-dash-hdr.sm {
  font-size: 16px;
  margin-bottom: 18px;
}
.cmn-dash-hdr span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: #A4A4A4;
}

.dash-box {
  padding: 14px 12px;
  border-radius: 8px;
  background: #E2F6FF;
}
.dash-box.gray-back {
  background: #E5EBF6;
}
.dash-box .dash-box-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.dash-box .dash-box-left p {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin-bottom: 0;
}
.dash-box .dash-box-left span {
  margin: 0;
}
.dash-box .dash-box-left span img {
  width: 20px;
  height: 20px;
}
.dash-box .dash-box-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash-box .dash-box-right h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-bottom: 0;
}
.dash-box .dash-box-right h6 {
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  color: #4C4C4C;
  margin-bottom: 0;
}
.dash-box h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-bottom: 0;
}

.dash-box-otr {
  margin: 0 -4px;
}
@media screen and (max-width: 1330px) {
  .dash-box-otr {
    margin: -4px;
  }
}

.dash-box-innr {
  padding: 0 4px;
}
@media screen and (max-width: 1330px) {
  .dash-box-innr {
    width: 50%;
    padding: 4px;
  }
}

.map-view {
  margin-top: 1px;
}

.sos-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sos-hdr .cmn-dash-hdr {
  margin-bottom: 0;
}
.sos-hdr .select-outer {
  display: flex;
  gap: 6px;
  align-items: end;
}
.sos-hdr .select-outer .form-group {
  width: 100px;
}
.sos-hdr .select-outer .form-group .form-control {
  border-color: #CFCFCF;
  padding: 4px 12px;
  border-radius: 4px;
  height: 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  color: #333333;
}
.sos-hdr .select-outer .form-group .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #333333;
}
.sos-hdr .select-outer .form-group .form-control::placeholder {
  color: #333333;
}
.sos-hdr .select-outer .form-group select {
  appearance: none;
  background-image: url("../../assets/icons/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.sos-hdr .select-outer .form-group select:required:invalid {
  color: #CFCFCF;
  background-image: url("../../assets/icons/chevron-down-light.svg");
}
.sos-hdr .select-outer .form-group option[value=""][disabled] {
  display: none;
}
.sos-hdr .select-outer .form-group option {
  color: #333333;
}
.sos-hdr .select-outer span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: #A4A4A4;
}

.dash-btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.dash-btn-group .btn {
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(173, 168, 228, 0.1);
  color: #968FE1;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  height: 24px;
  min-width: 76px;
}
.dash-btn-group .btn.active {
  background: #968FE1;
  color: #FFFFFF;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.back-btn {
  border-radius: 14px;
  border: 1.5px solid #333333;
  background: #FAFAFA;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 18px;
  width: 100%;
}

.vtd-box {
  padding: 40px 18px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background: #FAFAFA;
  text-align: center;
}
.vtd-box p {
  font-size: 12px;
  font-weight: 600;
  color: #A4A4A4;
  margin-bottom: 4px;
}
.vtd-box h5 {
  font-size: 24px;
  font-weight: 800;
  color: #4740E3;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .vtd-box h5 {
    font-size: 20px;
  }
}

.rate-progress-innr {
  margin-bottom: 18px;
}
.rate-progress-innr:last-child {
  margin-bottom: 0;
}
.rate-progress-innr .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.rate-progress-innr .progress-top p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
}
.rate-progress-innr .progress-top span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.rate-progress-innr .progress-top span.blue {
  color: #4339F2;
}
.rate-progress-innr .progress-top span.red {
  color: #FF3A29;
}

.progress {
  height: 8px;
  background-color: #EDECFD;
}
.progress .progress-bar {
  background-color: #4740E3;
}
.progress .progress-bar.bg-danger {
  background-color: #FD6D87 !important;
}

.mt-30 {
  margin-top: 30px;
}

.tab-otr {
  margin-bottom: 18px;
}
.tab-otr.nav-pills li {
  margin-right: 16px;
}
.tab-otr.nav-pills li:last-child {
  margin-right: 0;
}
.tab-otr.nav-pills li a.nav-link {
  background: transparent;
  color: #BDBDBD;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  text-overflow: ellipsis;
  border-radius: 0;
  padding: 0 0 10px;
  border-bottom: 2px solid transparent;
}
.tab-otr.nav-pills li a.nav-link.active {
  border-bottom-color: #4740E3;
  color: #4740E3;
}

.graph-box {
  border-radius: 20px;
  border: 1px solid #EFF0F6;
  background: #FAFAFA;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 1800px) {
  .graph-box {
    padding: 12px;
  }
}
.graph-box p {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  color: #BDBDBD;
  margin-bottom: 12px;
}
.graph-box .graph-otr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.graph-box .graph-otr .graph-img {
  width: 60%;
}
@media screen and (max-width: 1330px) {
  .graph-box .graph-otr .graph-img {
    width: 100%;
  }
}
.graph-box .graph-otr .graph-content {
  width: 40%;
}
@media screen and (max-width: 1330px) {
  .graph-box .graph-otr .graph-content {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.graph-box .graph-otr .graph-content h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.154px;
  color: #4C4C4C;
  margin-bottom: 4px;
  min-width: 110px;
}
@media screen and (max-width: 1600px) {
  .graph-box .graph-otr .graph-content h5 {
    font-size: 12px;
  }
}
.graph-box .graph-otr .graph-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .graph-box .graph-otr .graph-content h3 {
    font-size: 20px;
  }
}
.graph-box .graph-otr .graph-content ul {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .graph-box .graph-otr .graph-content ul {
    margin-top: 20px;
  }
}
.graph-box .graph-otr .graph-content ul li {
  margin-bottom: 10px;
  font-size: 9.746px;
  font-weight: 500;
  line-height: 12.612px;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1800px) {
  .graph-box .graph-otr .graph-content ul li {
    font-size: 9px;
  }
}
@media screen and (max-width: 1600px) {
  .graph-box .graph-otr .graph-content ul li {
    font-size: 7px;
  }
}
.graph-box .graph-otr .graph-content ul li:last-child {
  margin-bottom: 0;
}
.graph-box .graph-otr .graph-content ul li strong {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.graph-box .graph-otr .graph-content ul li span {
  border-radius: 3px;
  background: #E5E5E5;
  width: 11.87px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}
.graph-box .graph-otr .graph-content ul li span.returning {
  background: #789DFB;
}
.graph-box .graph-otr .graph-content ul li span.new {
  background: #497AF9;
}

.graph-box-otr {
  margin: 0 -20px;
}
@media screen and (max-width: 1800px) {
  .graph-box-otr {
    margin: 0 -10px;
  }
}
.graph-box-otr .graph-box-innr {
  padding: 0 20px;
}
@media screen and (max-width: 1800px) {
  .graph-box-otr .graph-box-innr {
    padding: 0 10px;
  }
}

.sub-hdr {
  font-size: 16px;
  font-weight: 700;
  color: #BDBDBD;
  margin-bottom: 18px;
}

.history-list .list-item {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 100%;
  padding-bottom: 26px;
}
@media screen and (max-width: 1199px) {
  .history-list .list-item {
    font-size: 10px;
  }
}
.history-list .list-item .tit {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #333333;
  margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
  .history-list .list-item .tit {
    font-size: 12px;
  }
}
.history-list .list-item .tit span {
  font-weight: 500;
  color: #828282;
  margin-left: 6px;
}
.history-list .list-item .txt {
  font-weight: 600;
  color: #666666;
}
.history-list .list-item:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 3px solid #EB5757;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.history-list .list-item:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #6966E9;
  position: absolute;
  left: 7px;
  top: 0;
}
.history-list .list-item:last-child:before {
  height: 12px;
}
.history-list .list-item:nth-child(1n):after {
  border: 3px solid #EB5757;
}
.history-list .list-item:nth-child(2n):after {
  border: 3px solid #25D0B1;
}
.history-list .list-item:nth-child(3n):after {
  border: 3px solid #56CCF2;
}
.history-list .list-item:nth-child(4n):after {
  border: 3px solid #FDCD3D;
}

.graph-tabs {
  position: relative;
  width: 100%;
}
.graph-tabs.martop20 {
  margin-top: 20px;
}
.graph-tabs .graph-tab-heads {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.graph-tabs .graph-tab-heads .select-outer {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.graph-tabs .graph-tab-heads .select-outer select.form-control {
  padding: 5px 8px 5px 12px;
  appearance: none;
  background-image: url("../../assets/icons/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  min-width: 100px;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  line-height: 120%;
}
.graph-tabs .graph-tab-heads .select-outer span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: #A4A4A4;
}
.graph-tabs .graph-tab-heads .select-outer.device-select select.form-control {
  min-width: 113px;
}
.graph-tabs .tab-otr {
  margin: 0;
}
.graph-tabs .tab-otr.nav-pills {
  gap: 8px;
}
.graph-tabs .tab-otr.nav-pills li {
  margin: 0;
}
.graph-tabs .tab-otr.nav-pills li a.nav-link {
  background: transparent;
  color: #BDBDBD;
  border: 1px solid #BDBDBD;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.graph-tabs .tab-otr.nav-pills li a.nav-link.active {
  background: transparent;
  color: #4740E3;
  border-color: #4740E3;
}
.graph-tabs .tab-content {
  margin-top: 16px;
}
.graph-tabs .tab-content .graph-content {
  position: relative;
  width: 100%;
  min-height: 260px;
}

.modal-backdrop {
  background: rgb(45, 45, 45);
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal.login-modal .modal-dialog {
  margin: 10px auto;
}
.modal.login-modal .modal-dialog.modal-sm {
  max-width: 290px;
}
.modal.login-modal .modal-content {
  padding: 24px 20px;
  border-radius: 6px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}
.modal.login-modal .modal-header {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
.modal.login-modal .modal-header h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #293241;
}
.modal.login-modal .modal-body {
  padding: 0;
  margin-bottom: 20px;
}
.modal.login-modal .modal-body p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.modal.login-modal .modal-footer {
  border: 0;
  padding: 0;
}
.modal.login-modal .modal-footer .btn {
  width: 100%;
}

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

body {
  font-family: "SUIT";
  font-size: 15px;
  line-height: 1.7;
  background: #F2F2F2;
  font-weight: 400;
}

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

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

.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*/
.container {
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

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

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

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

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

.form-input:read-only, .form-input:disabled, .form-input.disabled {
  color: #A4A4A4;
}

.error {
  font-size: 12px;
  font-weight: 400;
  color: red;
}

.iui-close {
  display: none;
}

select {
  background: url(../../assets/icons/d-arrow.svg) no-repeat;
  background-position: 90% center;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.nicescroll-rails-vr {
  border-radius: 20px;
  background: #F2F2F2;
}
.nicescroll-rails-vr .nicescroll-cursors {
  left: 3px;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}/*# sourceMappingURL=style.css.map */


/* 여기부터 신규 스타일 추가 시작 */
.iqosTeal {color: #19cba;}
.iqosSlate {color: #34303d;}
.iqosRed {color: #f91012;}
.iqosYellow {color: #fab414;}
.iqosBlue {color: #00b4f3;}
.iqosTurquoise {color: #00d1d2;}
.iqosDeepRed {color: #922c20;}
.iqosAmber {color: #e3813b;}
.iqosBlack {color: #1d1d1b;}
.iqosDgray {color: #575756;}
.iqosGray {color: #9d9d9c;}
.iqosLgray {color: #dadada;}
.iqosSoftWhite {color: #fffdfb;}
.iqosHardWhite {color: #f6f4f0;}

.BGiqosTeal {background: #19ccba;}
.BGiqosSlate {background: #34303d;}
.BGiqosRed {background: #f91012;}
.BGiqosYellow {background: #fab414;}
.BGiqosBlue {background: #00b4f3;}
.BGiqosTurquoise {background: #00d1d2;}
.BGiqosDeepRed {background: #922c20;}
.BGiqosAmber {background: #e3813b;}
.BGiqosBlack {background: #1d1d1b;}
.BGiqosDgray {background: #575756;}
.BGiqosGray {background: #9d9d9c;}
.BGiqosLgray {background: #dadada;}
.BGiqosSoftWhite {background: #fffdfb;}
.BGiqosHardWhite {background: #f6f4f0;}

.mw-10 {max-width: 10%;}
.mw-15 {max-width: 15%;}
.mw-20 {max-width: 20%;}
.mw-30 {max-width: 30%;}
.mw-40 {max-width: 40%;}
.mw-50 {max-width: 50%;}

.colTit {padding: 5px;text-align: center;color: #fff;}
.listing_JoinMember {margin-top: 20px; margin-bottom: 20px;  padding: 10px 15px; font-size: 14px; border: 1px solid #ebebeb; border-radius: 8px; box-sizing: border-box; background: #fff;}
.listing_JoinMember h6 {padding: 10px 0;}
.contribute {font-size: 14px; padding: 5px 0;}
.DelMember {/*width: 24px; height: 24px;*/ padding: 3px 6px; color: #CC0000; font-weight: bold; border: 1px solid #ddd; border-radius: 2em;}
.contribute_input {width: 100%; text-align: center; background-color: #fff; border: 1px solid #ced4da; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}



.MS_Wrapper {
  padding: 30px 0;
  border-right: 1px solid #CFCFCF;
  background: #FAFAFA;
  max-width: 670px;
  min-width: 670px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .MS_Wrapper {
    max-width: 100%;
    min-width: 60%;
  }
}
.MS_Wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #181818;
  margin-bottom: 20px;
}
.MS_Wrapper .detail-top-outer {
  position: sticky;
  top: 0;
  background: #FAFAFA;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
.MS_Wrapper .detail-top-outer .edit-btn:hover {
  color: #FFFFFF;
}
.MS_Wrapper .detail-top-outer .edit-btn:hover path {
  stroke: #FFFFFF;
}
.MS_Wrapper .btn {font-size: 14px;}

/* 여기부터 신규 스타일 추가 끝*/
