/*! 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::-moz-placeholder, textarea::-moz-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;
}

.previousbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  height: 44px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
  background: #4C4C4C;
  color: #ffffff;
}
@media only screen and (max-width: 680px) {
  .previousbtn {
    font-weight: 500;
  }
}

.nextsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  height: 44px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
  background: #B12028;
  color: #ffffff;
}
.nextsBtn img {
  width: 24px;
  height: 24px;
  padding-left: 5px;
}
@media only screen and (max-width: 680px) {
  .nextsBtn {
    font-weight: 500;
  }
}

.front-header {
  height: 87px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d7dc;
}
@media screen and (max-width: 990px) {
  .front-header {
    height: 56px;
  }
}
.front-header .header-content {
  display: flex;
  align-items: center;
}
.front-header .header-content .logo {
  margin-right: 48px;
  height: 23px;
  width: 167px;
}
.front-header .header-content .logo img {
  width: 100%;
  height: auto;
}
.front-header .header-content .header-search {
  display: flex;
  align-items: center;
}
.front-header .header-content .header-search .mob-fix {
  position: relative;
  display: block;
}
@media screen and (max-width: 1365px) {
  .front-header .header-content .header-search .mob-fix input {
    width: 100%;
    display: flex;
    background-image: url("../../assets/icons/grey-search.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 18px 12px;
    padding-left: 46px;
  }
}
.front-header .header-content .header-search .mob-fix .search-icon {
  display: flex;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20.57px;
  height: 20.57px;
}
.front-header .header-content .header-search .mob-fix .search-icon img {
  width: 20.57px;
  height: 20.57px;
}
@media screen and (max-width: 990px) {
  .front-header .header-content .header-search .mob-fix .search-icon {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .front-header .header-content .header-search .mob-fix {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 10px 16px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1365px) {
  .front-header .header-content .header-search {
    width: 280px;
  }
}
@media screen and (max-width: 1365px) {
  .front-header .header-content .header-search {
    margin-left: auto;
    width: auto;
  }
}
.front-header .header-content .header-search input {
  display: flex;
  padding: 8px 0px 8px 16px;
  width: 320px;
  height: 40px;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
}
.front-header .header-content .header-search a {
  display: none;
}
.front-header .header-content .header-search a img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 990px) {
  .front-header .header-content .header-search a {
    display: flex;
  }
}
.front-header .header-content .header-search .menu {
  display: none;
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  .front-header .header-content .header-search .menu {
    display: flex;
  }
}
.front-header .header-content .right {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.front-header .header-content .right .icon-close {
  display: none;
}
@media screen and (max-width: 990px) {
  .front-header .header-content .right .icon-close {
    display: flex;
    padding: 19px 16px;
    margin-left: auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 1366px) {
  .front-header .header-content .right {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  .front-header .header-content .right {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 2;
  }
}
.front-header .header-content .right .btns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .front-header .header-content .right .btns {
    padding: 40px 32px 60px;
    flex-direction: column;
  }
}
.front-header .header-content .right .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-left: 48px;
  max-height: 48px;
}
@media screen and (min-width: 1200px) {
  .front-header .header-content .right .btns a:nth-child(4) {
    margin-left: 32px !important;
  }
}
@media screen and (max-width: 1200px) {
  .front-header .header-content .right .btns a {
    margin-left: 22px;
  }
}
@media screen and (max-width: 990px) {
  .front-header .header-content .right .btns a {
    margin-left: 0;
    width: 100%;
  }
}
.front-header .header-content .right .btns a.border-btn {
  border: 1px solid #d2d7dc;
  background: #ffffff;
  padding: 12px 24px;
  margin-left: 16px;
  letter-spacing: -0.005em;
  color: #414346;
  justify-content: center !important;
}
@media screen and (max-width: 990px) {
  .front-header .header-content .right .btns a.border-btn {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.front-header .header-content .right .btns a.bold-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: #444242;
  margin-left: 0;
  padding: 12px 24px;
}
.front-header .header-content .right .btns a.filled-black {
  background: #000000;
  color: #ffffff;
  padding: 12px 24px;
  margin-left: 16px;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 1365px) {
  .front-header .header-content .right .btns a.filled-black {
    margin-left: 0;
  }
}

@media screen and (max-width: 990px) {
  .after-header .header-content .right .btns {
    display: flex;
    flex-direction: column;
  }
}
.after-header .header-content .right .btns a {
  justify-content: flex-start;
}
@media screen and (max-width: 990px) {
  .after-header .header-content .right .btns a {
    margin-top: 32px;
  }
  .after-header .header-content .right .btns a:nth-child(1) {
    order: 2;
  }
  .after-header .header-content .right .btns a:nth-child(2) {
    order: 3;
  }
  .after-header .header-content .right .btns a:nth-child(3) {
    order: 4;
  }
  .after-header .header-content .right .btns a:nth-child(4) {
    position: relative;
    order: 1;
    margin-bottom: 32px;
    margin-top: 0;
  }
  .after-header .header-content .right .btns a:nth-child(4):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -33px;
    background-color: #d2d7dc;
  }
}

.site2_header .header-content .logo {
  display: block;
  max-width: 150px;
  width: 150px;
  height: auto;
}

.site2_footer .logo {
  display: block;
  max-width: 160px;
}

.front-footer {
  border-top: 1px solid #d2d7dc;
}
.front-footer .container-main .footer-wrapper {
  padding: 60px 0 70px;
  display: flex;
  gap: 679px;
}
@media screen and (max-width: 1400px) {
  .front-footer .container-main .footer-wrapper {
    gap: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .front-footer .container-main .footer-wrapper {
    gap: inherit;
    padding: 40px 0px;
    flex-direction: column;
  }
}
.front-footer .container-main .footer-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .front-footer .container-main .footer-wrapper p {
    margin-bottom: 14px;
  }
}
.front-footer .container-main .footer-wrapper p.copyright {
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.front-footer .container-main .footer-wrapper p.bold {
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1023px) {
  .front-footer .container-main .footer-wrapper .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.front-footer .container-main .footer-wrapper .left .logo {
  height: 23px;
  width: 167px;
}
.front-footer .container-main .footer-wrapper .left .logo img {
  width: 100%;
  height: auto;
}
.front-footer .container-main .footer-wrapper .footer-right {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .front-footer .container-main .footer-wrapper .footer-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.front-footer .container-main .footer-wrapper .footer-right .first {
  width: 270px;
}
@media screen and (max-width: 1023px) {
  .front-footer .container-main .footer-wrapper .footer-right .first {
    width: 100%;
    text-align: center;
    margin: 50px 0;
  }
}
.front-footer .container-main .footer-wrapper .footer-right .first p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .front-footer .container-main .footer-wrapper .footer-right .second {
    text-align: center;
  }
}
.front-footer .container-main .footer-wrapper .footer-right .second p:last-child {
  margin-bottom: 0;
}

.common-element {
  width: 270px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .common-element {
    width: 343px;
  }
}
.common-element img {
  width: 270px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .common-element img {
    width: 343px;
    height: 180px;
  }
}
.common-element .inner-content {
  padding: 16px 20px 24px;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content {
    padding: 13px 16px 16px;
  }
}
.common-element .inner-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.common-element .inner-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content p {
    font-size: 12px;
    line-height: 17px;
  }
}
.common-element .inner-content span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  padding: 4px 8px;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  color: #93969B;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content span {
    font-size: 11px;
  }
}

.full-width-tabber {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.full-width-tabber .tabber-tabs-header {
  display: flex;
  width: 100%;
  background-color: #FCFCFC;
  padding: 16px 0;
}
.full-width-tabber .tabber-tabs-header ul.dealtabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  gap: 8px;
}
.full-width-tabber .tabber-tabs-header ul.dealtabs li {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #D2D7DC;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .full-width-tabber .tabber-tabs-header ul.dealtabs li {
    font-size: 22px;
  }
}
.full-width-tabber .tabber-tabs-header ul.dealtabs li.current {
  color: #FF3D48;
  background: #FFF1F1;
}
.full-width-tabber .tabber-content-area {
  display: flex;
  flex-direction: column;
}
.full-width-tabber .tabber-content-area .each-tab-container {
  display: flex;
  flex-direction: column;
  padding: 32px 0 0;
}
.full-width-tabber .tabber-content-area .each-tab-container .tab-content {
  display: none;
  flex-direction: column;
}
.full-width-tabber .tabber-content-area .each-tab-container .tab-content.current {
  display: inherit;
}

.card-owns {
  width: 100%;
  max-width: 975px;
  display: flex;
  padding: 24px 32px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  background-color: #ffffff;
  flex-direction: column;
  border: none;
  margin-bottom: 16px;
}
.card-owns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .card-owns {
    margin-bottom: 20px;
  }
}
.card-owns .card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 16px;
}
.card-owns .card-header h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.card-owns .card-content {
  display: flex;
  width: 100%;
}
.card-owns .card-content p {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.card-owns .card-content .dates {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-left: 32px;
}

.black-sm-btn {
  display: flex;
  padding: 4px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #ffffff;
  background-color: #000000;
  border-radius: 8px;
}
.black-sm-btn:hover {
  color: #ffffff;
}

.gray-sm-btn {
  display: flex;
  padding: 4px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #ffffff;
  background-color: #d2d7dc;
  border-radius: 8px;
}
.gray-sm-btn:hover {
  color: #ffffff;
}

.del-sm-btn {
  display: flex;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
  background-color: #f9fafb;
  border-radius: 30px;
}
.del-sm-btn:hover {
  color: #93969B;
}

.red-light-btn {
  padding: 4px 12px;
  background-color: #fff1f1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #FF3D48;
  border: 1px solid #fff1f1;
  border-radius: 30px;
}
.red-light-btn:hover {
  color: #FF3D48;
}

.common-element {
  width: 270px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .common-element {
    width: 343px;
  }
}
.common-element img {
  width: 270px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .common-element img {
    width: 343px;
    height: 180px;
  }
}
.common-element .inner-content {
  padding: 16px 20px 24px;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content {
    padding: 13px 16px 16px;
  }
}
.common-element .inner-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.common-element .inner-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content p {
    font-size: 12px;
    line-height: 17px;
  }
}
.common-element .inner-content span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  padding: 4px 8px;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  max-height: 24px;
}
@media screen and (max-width: 768px) {
  .common-element .inner-content span {
    font-size: 11px;
    max-height: inherit;
  }
}

.full-width-tabber {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.full-width-tabber .tabber-tabs-header {
  display: flex;
  width: 100%;
  background-color: #FCFCFC;
  padding: 16px 0;
}
.full-width-tabber .tabber-tabs-header ul.dealtabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  gap: 8px;
}
.full-width-tabber .tabber-tabs-header ul.dealtabs li {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #d2d7dc;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .full-width-tabber .tabber-tabs-header ul.dealtabs li {
    font-size: 22px;
    border-radius: 15px;
  }
}
.full-width-tabber .tabber-tabs-header ul.dealtabs li.current {
  color: #FF3D48;
  background: #fff1f1;
}
.full-width-tabber .tabber-content-area {
  display: flex;
  flex-direction: column;
}
.full-width-tabber .tabber-content-area .each-tab-container {
  display: flex;
  flex-direction: column;
  padding: 32px 0 0;
}
.full-width-tabber .tabber-content-area .each-tab-container .tab-content {
  display: none;
  flex-direction: column;
}
.full-width-tabber .tabber-content-area .each-tab-container .tab-content.current {
  display: inherit;
}

.card-owns {
  width: 100%;
  max-width: 975px;
  display: flex;
  padding: 24px 32px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  background-color: #ffffff;
  flex-direction: column;
  border: none;
  margin-bottom: 16px;
}
.card-owns .card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 16px;
}
.card-owns .card-header h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 990px) {
  .card-owns .card-header h2 {
    font-size: 22px;
  }
}
.card-owns .card-content {
  display: flex;
  width: 100%;
}
.card-owns .card-content p {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.card-owns .card-content .dates {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-left: 32px;
}

.black-sm-btn {
  display: flex;
  padding: 4px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #ffffff;
  background-color: #000000;
  border-radius: 8px;
}

.gray-sm-btn {
  display: flex;
  padding: 4px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #ffffff;
  background-color: #d2d7dc;
  border-radius: 8px;
}

.del-sm-btn {
  display: flex;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
  background-color: #f9fafb;
  border-radius: 30px;
}
.del-sm-btn:hover {
  color: #93969B;
}

.red-light-btn {
  padding: 4px 12px;
  background-color: #fff1f1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #FF3D48;
  border: 1px solid #fff1f1;
  border-radius: 30px;
}
.red-light-btn:hover {
  color: #FF3D48;
}

.ask-btn {
  display: flex;
  padding: 8px 12px;
  width: 81px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #ffffff;
  background-color: #FF3D48;
  border-radius: 30px;
}
.ask-btn:hover {
  color: #ffffff;
}

.left-table {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .left-table {
    margin-top: 30px;
  }
}
.left-table tbody {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.left-table tbody tr {
  padding: 16px 22px;
  display: flex;
  width: 100%;
  border-top: 1px solid #d2d7dc;
}
.left-table tbody tr:last-child {
  border-bottom: 1px solid #d2d7dc;
}
.left-table tbody tr td {
  max-width: 198px;
  margin-right: 52px;
  width: 100%;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
}
.left-table tbody tr td .red-light-btn {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  height: 24px;
  border: none;
  border-radius: 20px;
}
.left-table tbody tr td .grey-light-btn {
  padding: 4px 12px;
  height: 24px;
  background-color: #f9fafb;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #000000;
  border-radius: 20px;
}
.left-table tbody tr td .grey-light-btn:hover {
  color: #000000;
}
.left-table tbody tr td:nth-child(1) {
  max-width: 350px;
}
.left-table tbody tr td:nth-child(5) {
  max-width: 103px;
  margin: 0;
}
.left-table tbody tr td .checkBx-group {
  margin-right: 16px;
}

.wrap-content ul {
  list-style: inherit;
  padding-left: 15px;
}

.all-mdl-btn {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal {
  padding: 0;
}

.privacy .modal-content .modal-header .modal-title, .terms .modal-content .modal-header .modal-title {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 40px !important;
  color: #000000 !important;
}
@media screen and (max-width: 1024px) {
  .privacy .modal-content .modal-header .modal-title, .terms .modal-content .modal-header .modal-title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
.privacy .modal-content .terms_wrap .body_wrap ul, .terms .modal-content .terms_wrap .body_wrap ul {
  padding-top: 12px !important;
}
.privacy .modal-content .terms_wrap .body_wrap ul li, .terms .modal-content .terms_wrap .body_wrap ul li {
  flex-direction: column;
}
.privacy .modal-content .terms_wrap .body_wrap ul li span, .terms .modal-content .terms_wrap .body_wrap ul li span {
  margin-bottom: 12px;
}

.modal-dialog {
  max-width: 448px;
  width: auto;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .modal-dialog {
    margin: 30px auto;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .modal-dialog {
    margin: 16px auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .modal-dialog {
    max-width: 100%;
  }
}
.modal-dialog .modal-content {
  border: 0;
  border-radius: 20px;
  padding: 40px 56px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content {
    padding: 30px 20px;
  }
}
.modal-dialog .modal-content h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-dialog .modal-content h1 {
    font-size: 26px;
    line-height: 39px;
  }
}
.modal-dialog .modal-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #000000;
  margin-top: 30px;
}
.modal-dialog .modal-content .buttons {
  margin-top: 30px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-content .buttons {
    gap: 10px;
  }
}
.modal-dialog .modal-content .buttons .common-btn {
  padding: 16px 20px;
  min-height: 64px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  width: 236px;
  line-height: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-content .buttons .common-btn {
    font-size: 20px;
    width: 100%;
  }
}
.modal-dialog .modal-content .two-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px auto 0;
}
.modal-dialog .modal-content .two-btn button {
  width: 160px;
  margin: 0;
}
.modal-dialog .modal-content .terms_wrap {
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.modal-dialog .modal-content .terms_wrap .head_wrap h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
}
.modal-dialog .modal-content .terms_wrap .head_wrap h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #111111;
}
.modal-dialog .modal-content .terms_wrap .head_wrap p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  padding-top: 8px;
}
.modal-dialog .modal-content .terms_wrap .head_wrap .point {
  padding-top: 24px;
}
.modal-dialog .modal-content .terms_wrap .body_wrap h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #333333;
}
.modal-dialog .modal-content .terms_wrap .body_wrap p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  padding-top: 8px;
}
.modal-dialog .modal-content .terms_wrap .body_wrap ul {
  padding-top: 8px;
}
.modal-dialog .modal-content .terms_wrap .body_wrap ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
}
.modal-dialog .modal-content .terms_wrap .body_wrap ul li:last-child {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-header {
  display: block;
  border-bottom: 0;
  position: relative;
  margin-bottom: 12px;
  padding: 0;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #181818;
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 1rem;
  opacity: 1;
  padding-right: 0;
}
.modal-dialog .modal-content .body_wrap {
  margin-top: 12px;
}
.modal-dialog .modal-content .body_wrap h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #333333;
}
.modal-dialog .modal-content .body_wrap p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  padding-top: 8px;
}
.modal-dialog .modal-content .body_wrap ul {
  padding-top: 8px;
}
.modal-dialog .modal-content .body_wrap ul li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-dialog .modal-content .body_wrap ul.sub_list {
  margin-left: 30px;
}
.modal-dialog .modal-content .body_wrap ul.sub_list li {
  list-style-type: disc;
  position: relative;
  display: flex;
  align-items: center;
}
.modal-dialog .modal-content .body_wrap ul.sub_list li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: -15px;
  background-color: #666666;
  border-radius: 50px;
}
.modal-dialog.medium_modal {
  max-width: 592px;
}
.modal-dialog.medium_modal .modal-content p {
  margin-top: 12px;
}
.modal-dialog.medium_modal .modal-content .two-btn {
  gap: 8px;
}
.modal-dialog.medium_modal .modal-content .two-btn .modal-button {
  width: 236px;
  height: 60px;
}

.error-message .modal-content {
  padding: 40px 56px;
}
@media screen and (max-width: 1024px) {
  .error-message .modal-content {
    padding: 30px 20px;
  }
}
.error-message .modal-content .buttons {
  justify-content: center;
}
.error-message .modal-content .buttons .common-btn {
  width: 236px;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  .error-message .modal-content .buttons .common-btn {
    width: 100%;
  }
}

.answered .modal-dialog {
  min-height: calc(100% - 3.5rem);
}
@media screen and (max-width: 1500px) {
  .answered .modal-dialog {
    min-height: calc(100% + 14.25rem);
  }
}
@media screen and (max-width: 1400px) {
  .answered .modal-dialog {
    min-height: calc(100% - 1rem);
  }
}

@media screen and (max-width: 1024px) {
  .write-question .modal-dialog .modal-content h1 {
    line-height: 36px;
  }
}

.modal-lg {
  max-width: 912px;
}

.modal-medium {
  max-width: 760px;
  width: 100%;
}
@media only screen and (max-width: 792px) {
  .modal-medium {
    max-width: auto;
    width: auto;
  }
}
@media only screen and (max-width: 791px) {
  .modal-medium {
    max-width: 745px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-medium {
    max-width: 720px;
  }
}
.modal-medium .modal-content {
  padding: 40px 56px;
}
@media only screen and (max-width: 768px) {
  .modal-medium .modal-content {
    padding: 30px 20px;
  }
}
.modal-medium .modal-content .form-group {
  margin-bottom: 0;
}
.modal-medium .modal-content .form-group label {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #414346;
  margin-bottom: 8px;
}
.modal-medium .modal-content .form-group .dropdown {
  box-sizing: border-box;
  min-width: 100%;
}
.modal-medium .modal-content .form-group .dropdown .item-selector {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background-color: #f9fafb;
  padding: 12px 16px;
  height: 48px;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  text-align: left;
  width: 100%;
  display: block;
}
.modal-medium .modal-content .form-group .dropdown .item-selector::after {
  border: none;
}
.modal-medium .modal-content .form-group .dropdown.show::after {
  transform: none;
}
.modal-medium .modal-content .form-group .dropdown .dropdown-menu {
  width: 100%;
  overflow: auto;
  border: 0;
  z-index: 1;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.modal-medium .modal-content .form-group .dropdown .dropdown-menu .dropdown-item {
  padding: 20px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.modal-medium .modal-content .form-group .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #ffffff;
}
.modal-medium .modal-content .form-group .dropdown .dropdown-menu .dropdown-item.selected {
  color: #FF3D48;
  position: relative;
}
.modal-medium .modal-content .form-group .dropdown .dropdown-menu .dropdown-item.selected::after {
  content: "";
  background: url(../../assets/icons/icon-tick-red.svg) no-repeat center center;
  position: absolute;
  height: 16px;
  width: 16px;
  right: 21px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.modal-medium .modal-content .form-group .dropdown::after {
  background: url(../../assets/icons/icon-arrow-down-grey.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 0;
  right: 12px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.modal-medium .modal-content .form-group .dropdown.show::after {
  transform: rotate(180deg);
}
.modal-medium .modal-content .form-group .text-area-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-medium .modal-content .form-group .text-area-header .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #414346;
}
.modal-medium .modal-content .form-group textarea, .modal-medium .modal-content .form-group input {
  width: 100%;
  height: 180px;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  padding: 20px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
}
.modal-medium .modal-content .form-group textarea::-moz-placeholder, .modal-medium .modal-content .form-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.modal-medium .modal-content .form-group textarea:-ms-input-placeholder, .modal-medium .modal-content .form-group input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.modal-medium .modal-content .form-group textarea::placeholder, .modal-medium .modal-content .form-group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.modal-medium .modal-content .form-group input {
  height: auto;
  padding: 12px 16px;
}
.modal-medium .modal-content .form-group.with-dropdown {
  margin: 30px 0;
}
.modal-medium .modal-content .form-group.question {
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .modal-medium .modal-content .form-group.question {
    margin-bottom: 30px;
  }
}
.modal-medium .modal-content .form-group.question textarea {
  height: 88px;
}
.modal-medium .modal-content .form-group.question textarea::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 640px) {
  .modal-medium .modal-content .form-group.question textarea {
    height: 136px;
  }
}
.modal-medium .modal-content .buttons {
  display: flex;
  margin: 30px auto 0;
}
.modal-medium .modal-content .buttons .common-btn {
  width: 236px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding: 0;
}
.modal-medium .modal-content .buttons .common-btn.outlined {
  border: 1px solid #FF3D48;
  color: #FF3D48;
}
@media only screen and (max-width: 768px) {
  .modal-medium .modal-content .buttons.two-btns {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .modal-medium .modal-content .buttons.two-btns button {
    width: 100%;
  }
}

.terms_wrap {
  text-align: left;
}
.terms_wrap h1, .terms_wrap h2, .terms_wrap h3, .terms_wrap h4, .terms_wrap h5, .terms_wrap h5, .terms_wrap h6, .terms_wrap p, .terms_wrap ol, .terms_wrap ul, .terms_wrap li, .terms_wrap strong {
  margin-bottom: 15px;
  text-align: left !important;
}
.terms_wrap ul, .terms_wrap ol {
  list-style: inside;
}
.terms_wrap ol {
  padding-left: 15px;
}
.terms_wrap ol li {
  list-style: auto;
}
.terms_wrap ul li {
  list-style: inside;
}
.terms_wrap table {
  width: 100% !important;
}
.terms_wrap table td:last-child {
  min-width: 120px;
}
.terms_wrap table td:first-child {
  width: 45%;
}

.privacy .modal-content, .terms .modal-content {
  max-height: 600px;
  padding: 0;
}

.privacy .modal-dialog .modal-content .terms_wrap, .terms .modal-dialog .modal-content .terms_wrap {
  overflow-y: auto;
  padding: 0 56px 30px;
  height: calc(100vh - 95px);
}

.privacy .modal-content .modal-header, .terms .modal-content .modal-header {
  padding: 40px 56px 0;
}

.privacy .modal-dialog .modal-content .modal-header .close, .terms .modal-dialog .modal-content .modal-header .close {
  right: 50px;
  top: 45px;
}

@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;
}
@font-face {
  font-family: "Yde street B";
  src: url("../../assets/fonts/YdestreetB.eot");
  src: url("../../assets/fonts/YdestreetB.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/YdestreetB.woff2") format("woff2"), url("../../assets/fonts/YdestreetB.woff") format("woff"), url("../../assets/fonts/YdestreetB.ttf") format("truetype"), url("../../assets/fonts/YdestreetB.svg#YdestreetB") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.login-outer {
  padding: 64px 0 240px 0;
}
@media screen and (max-width: 768px) {
  .login-outer {
    padding: 50px 0 70px 0;
  }
}
.login-outer .left-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 48px 64px 80px;
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .login-outer .left-sec {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.login-outer .left-sec h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .login-outer .left-sec h2 {
    margin-bottom: 8px;
    font-size: 26px;
  }
}
.login-outer .left-sec .form_wrap {
  padding: 0;
}
.login-outer .left-sec .form_wrap .form {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .login-outer .left-sec .form_wrap .form {
    margin-top: 30px;
  }
}
.login-outer .left-sec .form_wrap .form input {
  max-width: 100%;
}
.login-outer .left-sec .form_wrap .form a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #93969B;
  margin-top: 12px;
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .login-outer .left-sec .form_wrap .form a {
    margin-right: 20px;
  }
}
.login-outer .left-sec .form_wrap .capcha {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
}
.login-outer .left-sec .form_wrap .capcha .btn-refresh {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .login-outer .left-sec .form_wrap .capcha {
    margin-top: 38px;
    flex-direction: column;
  }
}
.login-outer .left-sec .form_wrap .capcha .form {
  margin-left: 16px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .login-outer .left-sec .form_wrap .capcha .form {
    margin-left: 0;
    margin-top: 16px;
  }
}
.login-outer .left-sec .form_wrap .capcha img {
  width: 312px;
}
@media screen and (max-width: 768px) {
  .login-outer .left-sec .form_wrap .capcha img {
    width: 100%;
    height: 118px;
  }
}
.login-outer .left-sec .form_wrap .button_wrap .filled-red {
  margin-bottom: 16px;
}

span.captcha-html {
  margin-right: 10px;
  display: inline-block;
}

.form-error input {
  border: 1px solid #FF3D48 !important;
}

.form_wrap {
  padding: 30px;
}
.form_wrap .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.form_wrap .form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #414346;
  margin-bottom: 8px;
}
.form_wrap .form.error_msg input {
  border: 1px solid #FF3D48;
}
.form_wrap .form.error_msg .error_message {
  font-size: 11px;
  line-height: 11px;
  color: #FF3D48;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.form_wrap .form input {
  background-color: #f9fafb;
  color: #000000;
  width: 100%;
  height: 56px;
  max-width: 498px;
  padding: 16px 24px;
  border: 1px solid #d2d7dc;
  border-radius: 40px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 640px) {
  .form_wrap .form input {
    max-width: 100%;
  }
}
.form_wrap .form input.disabled {
  cursor: no-drop;
  background-color: #fafafa;
  color: #A4A4A4;
}
.form_wrap .form .form_title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.form_wrap .form.extra_top {
  margin-top: 30px;
}
.form_wrap .form textarea {
  width: 100%;
  height: 199px;
  max-width: 498px;
  padding: 16px;
  border: 1px solid #d2d7dc;
  background-color: #f9fafb;
  border-radius: 8px;
  outline: none;
}
.form_wrap .form select {
  width: 100%;
  height: 48px;
  max-width: 498px;
  padding: 12px 16px;
  background-color: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  outline: none;
  background-image: url("../../assets/icons/down-grey.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.form_wrap .form-icon input {
  background-image: url("../../assets/icons/down-black.svg");
  background-repeat: no-repeat;
  background-position: center left 22px;
  padding-left: 54px;
}
.form_wrap .form-icon-search input {
  background-image: url("../../assets/icons/search-icon.svg");
  background-size: 17px;
}
.form_wrap .form_group {
  width: 100%;
  margin-top: 10px;
}
.form_wrap .form_group.error_msg .input_wrap input {
  border: 1px solid #FF3D48;
}
.form_wrap .form_group.error_msg .error_message {
  font-size: 11px;
  line-height: 11px;
  color: #FF3D48;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.form_wrap .form_group .form_title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.form_wrap .form_group .input_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.form_wrap .form_group .input_wrap:first-child {
  margin-bottom: 0;
}
.form_wrap .form_group .input_wrap input {
  width: 100%;
  height: 52px;
  max-width: 364px;
  padding: 0 16px;
  border: 1px solid #A4A4A4;
  border-radius: 16px;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .form_wrap .form_group .input_wrap input {
    max-width: 100%;
    width: 100%;
  }
}
.form_wrap .form_group .input_wrap button {
  width: 130px;
  height: 52px;
  border: 1px solid #430BE4;
  border-radius: 16px;
  color: #430BE4;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.form_wrap .form_group .input_wrap button.disable {
  border: 1px solid #BDBDBD;
  background-color: #fafafa;
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.form_wrap .form_group .input_wrap button.disable2 {
  border: 1px solid #BDBDBD;
  background-color: #fafafa;
  color: #A4A4A4;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.form_wrap .form_group .input_wrap button.disable_blue {
  border: 0;
  color: #000000;
}
.form_wrap .form_group.timer_wrap {
  width: 100%;
  position: relative;
}
.form_wrap .form_group.timer_wrap .input_wrap .flex_timer {
  display: flex;
  width: 364px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .form_wrap .form_group.timer_wrap .input_wrap .flex_timer {
    width: 100%;
  }
}
.form_wrap .form_group.timer_wrap .input_wrap .flex_timer input {
  padding: 0 50px 0 16px;
}
.form_wrap .form_group.timer_wrap .input_wrap .flex_timer .timer {
  position: absolute;
  right: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #FF3D48;
}
.form_wrap .form_group.timer_wrap .error_msg_wrap {
  width: 100%;
  margin-top: 8px;
}
.form_wrap .form_group.timer_wrap .error_msg_wrap input {
  width: 100%;
  height: 52px;
  max-width: 498px;
  padding: 0 16px;
  border: 1px solid #FF3D48;
  border-radius: 16px;
  outline: none;
}
.form_wrap .form_group.timer_wrap .error_msg_wrap .error_message {
  font-size: 11px;
  line-height: 11px;
  color: #FF3D48;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.form_wrap .form_group.timer_wrap .disable {
  width: 130px;
  height: 52px;
  border: 1px solid #BDBDBD;
  background-color: #fafafa;
  border-radius: 16px;
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
  cursor: not-allowed;
}
.form_wrap .form_group.extra_top {
  margin-top: 30px;
}
.form_wrap .button_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.form_wrap .button_group button {
  width: 50%;
  height: 54px;
  background-color: transparent;
  border: 1px solid #FF3D48;
  color: #FF3D48;
  border-radius: 30px;
  margin-left: 4px;
  opacity: 0.3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.form_wrap .button_group button:first-child {
  margin-left: 0;
}
.form_wrap .button_group button.active {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.form_wrap .button_group .selector {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .form_wrap .button_group .selector {
    gap: 10px;
  }
}
.form_wrap .button_group .selector .selector-item {
  position: relative;
  flex-basis: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_wrap .button_group .selector .selector-item .selector-item_radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.form_wrap .button_group .selector .selector-item .selector-item_label {
  position: relative;
  height: 56px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #d2d7dc;
  color: #93969B;
  background-color: #f9fafb;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_wrap .button_group .selector .selector-item-active label {
  background-color: #ffffff;
  color: #FF3D48 !important;
  border: 1px solid #FF3D48 !important;
}
.form_wrap .button_wrap {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .form_wrap .button_wrap {
    margin-top: 40px;
  }
}
.form_wrap .form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.form_wrap .form-check.division_check {
  margin-left: 31px;
}
.form_wrap .form-check .form-check-label {
  font-family: "Pretendard";
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  display: flex;
  margin-left: 0;
}
.form_wrap .form-check p {
  margin-left: 30px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #181818;
  margin-top: 0;
}

.checkBx-group {
  display: block;
}
.checkBx-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkBx-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.checkBx-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #93969B;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkBx-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4.8px;
  left: 0px;
  border-radius: 3px;
  border: 1px solid #FF3D48;
  width: 12px;
  height: 12px;
  background: url("../../assets/icons/selectbx.png") no-repeat;
  background-size: cover;
}

.sign-outer {
  padding: 64px 0 240px 0;
}
@media screen and (max-width: 768px) {
  .sign-outer {
    padding: 50px 0 70px 0;
  }
}
.sign-outer .left-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 48px 64px 80px;
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .sign-outer .left-sec {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.sign-outer .left-sec h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sign-outer .left-sec h2 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 480px) {
  .sign-outer .left-sec h2 {
    font-size: 22px;
  }
}
.sign-outer .left-sec .outer-numbers {
  padding: 40px 24px;
  border: 1px solid #dbdbdb;
  border-radius: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .outer-numbers {
    padding: 16px;
    margin-bottom: 40px;
  }
}
.sign-outer .left-sec .outer-numbers ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 65px;
}
@media screen and (max-width: 480px) {
  .sign-outer .left-sec .outer-numbers ul {
    gap: 55px;
  }
}
@media screen and (max-width: 380px) {
  .sign-outer .left-sec .outer-numbers ul {
    gap: 42px;
  }
}
.sign-outer .left-sec .outer-numbers ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-width: 127px;
}
.sign-outer .left-sec .outer-numbers ul li:last-child::after {
  content: none;
}
.sign-outer .left-sec .outer-numbers ul li::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #93969B;
  right: -65px;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .outer-numbers ul li {
    min-width: 75px;
  }
  .sign-outer .left-sec .outer-numbers ul li::after {
    width: 32px;
    height: 2px;
    right: -45px;
    top: 20px;
  }
}
@media screen and (max-width: 380px) {
  .sign-outer .left-sec .outer-numbers ul li::after {
    right: -35px;
  }
}
.sign-outer .left-sec .outer-numbers ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #93969B;
  margin-bottom: 12px;
  width: 56px;
  height: 56px;
  border: 3px solid #93969B;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .outer-numbers ul li span {
    margin-bottom: 10px;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border: 2px solid #93969B;
    line-height: 27px;
  }
}
.sign-outer .left-sec .outer-numbers ul li p {
  color: #93969B;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.005em;
}
.sign-outer .left-sec .outer-numbers ul li p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .outer-numbers ul li p {
    font-size: 16px;
  }
  .sign-outer .left-sec .outer-numbers ul li p br {
    display: flex;
  }
}
.sign-outer .left-sec .outer-numbers ul .red-active span {
  color: #FF3D48;
  border: 3px solid #FF3D48;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .outer-numbers ul .red-active span {
    border: 2px solid #FF3D48;
  }
}
.sign-outer .left-sec .outer-numbers ul .red-active p {
  color: #FF3D48;
}
.sign-outer .left-sec .outer-numbers ul .red-active2::after {
  background-color: #FF3D48;
}
.sign-outer .left-sec .outer-numbers ul .red-active2 span {
  color: #FF3D48;
  border: 3px solid #FF3D48;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .outer-numbers ul .red-active2 span {
    border: 2px solid #FF3D48;
  }
}
.sign-outer .left-sec .outer-numbers ul .red-active2 p {
  color: #FF3D48;
}
.sign-outer .left-sec .form_wrap {
  padding: 0;
}
.sign-outer .left-sec .form_wrap .form select {
  max-width: 100%;
  border-radius: 50px;
  height: 56px;
}
.sign-outer .left-sec .form_wrap h2 {
  text-align: left;
}
.sign-outer .left-sec .form_wrap .form {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .form_wrap .form {
    margin-top: 30px;
  }
}
.sign-outer .left-sec .form_wrap .form:first-child {
  margin-top: 0;
}
.sign-outer .left-sec .form_wrap .form input {
  max-width: 100%;
}
.sign-outer .left-sec .form_wrap .form a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #93969B;
  margin-top: 12px;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .sign-outer .left-sec .form_wrap .form a {
    margin-right: 25px;
  }
}
.sign-outer .left-sec .form_wrap .form .button_group {
  margin-top: 0;
}
.sign-outer .left-sec .form_wrap .form select {
  max-width: 100%;
}
.sign-outer .left-sec .form_wrap .button_wrap .filled-red {
  margin-bottom: 16px;
}
.sign-outer .left-sec .thrid-form h2 {
  text-align: center;
}

.modal .modal-body .search-result-input .searc-result-item-wrap .searc-result-item i {
  min-width: 20px !important;
}
.modal .modal-body .search-result-input .searc-result-item-wrap .searc-result-item .search-result-content {
  margin-left: 10px;
}
.modal .modal-body .search-result-input .searc-result-item-wrap .searc-result-item .search-result-content p {
  text-align: left;
}
.modal .modal-body .btn-message-modal {
  margin-top: 30px;
}

#search-address .modal-body {
  padding: 0;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.home-banner .b-mob {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-banner .b-mob {
    display: flex;
  }
}
.home-banner .b-desk {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-banner .b-desk {
    display: none;
  }
}
.home-banner .main-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-banner .main-banner {
    flex-direction: column;
  }
}
.home-banner .main-banner h2 {
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 64px;
}
@media screen and (max-width: 1024px) {
  .home-banner .main-banner h2 {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .main-banner h2 {
    text-align: center;
  }
}
.home-banner .main-banner .banner-mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-banner .main-banner .banner-mob {
    display: flex;
  }
}
.home-banner .main-banner .banner-desk {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .home-banner .main-banner .banner-desk {
    display: none;
  }
}

.deal-list {
  padding: 40px 0 232px 0;
}
@media screen and (max-width: 1020px) {
  .deal-list {
    padding: 50px 0;
  }
}
.deal-list .list-main .deals-content {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1020px) {
  .deal-list .list-main .deals-content {
    margin-top: 30px;
  }
}
.deal-list .list-main .deals-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  grid-template-columns: inherit;
  margin: 0 -24px;
}
@media screen and (max-width: 991px) {
  .deal-list .list-main .deals-content ul {
    margin: 0 -10px;
  }
}
.deal-list .list-main .deals-content ul li {
  width: 33.33%;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .deal-list .list-main .deals-content ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .deal-list .list-main .deals-content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .deal-list .list-main .deals-content ul li {
    width: 50%;
  }
}
.deal-list .list-main .deals-content ul li .deal-wrap {
  position: relative;
}
.deal-list .list-main .deals-content ul li .deal-wrap img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}
@media screen and (max-width: 991px) {
  .deal-list .list-main .deals-content ul li .deal-wrap img {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .deal-list .list-main .deals-content ul li .deal-wrap img {
    height: 190px;
  }
}
@media screen and (max-width: 480px) {
  .deal-list .list-main .deals-content ul li .deal-wrap img {
    height: 130px;
  }
}
.deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70.08%);
  border-radius: 24px 24px 0px 0px;
}
@media screen and (max-width: 992px) {
  .deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc {
    padding: 22px;
  }
}
@media screen and (max-width: 640px) {
  .deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc {
    padding: 16px;
  }
}
.deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc .desc-inner {
  display: flex;
  gap: 6px;
}
.deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc .desc-inner span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #414346;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  .deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc .desc-inner span {
    font-size: 11px;
  }
}
.deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc .deal-inner-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc .deal-inner-content span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 79px;
}
@media screen and (max-width: 768px) {
  .deal-list .list-main .deals-content ul li .deal-wrap .deal-inner-desc .deal-inner-content span {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
  }
}
@media screen and (max-width: 380px) {
  .deal-list .list-main .deals-content ul li .deal-wrap {
    min-height: 127px;
  }
  .deal-list .list-main .deals-content ul li .deal-wrap img {
    min-height: 127px;
  }
}
.deal-list .list-main .deals-content ul li h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1020px) {
  .deal-list .list-main .deals-content ul li h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
.deal-list .list-main .deals-content ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 12px;
}
@media screen and (max-width: 1020px) {
  .deal-list .list-main .deals-content ul li p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 9px;
  }
}
.deal-list .list-main .deals-content ul li span {
  padding: 4px 16px;
  background: #f9fafb;
  border-radius: 24px;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #414346;
}
@media screen and (max-width: 1020px) {
  .deal-list .list-main .deals-content ul li span {
    padding: 2px 14px;
    gap: 10px;
    font-size: 11px;
    line-height: 20px;
  }
}

.invest {
  padding: 0 0 296px;
}
.invest .invest-detail .invest-heading {
  text-align: center;
  margin-bottom: 56px;
}
.invest .invest-detail .invest-heading p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .invest .invest-detail .invest-heading p br {
    display: flex;
  }
}
.invest .invest-detail .invest-slider-wrap {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.invest .invest-detail .invest-list {
  display: flex;
  width: auto;
  gap: 72px;
}
.invest .invest-detail .invest-list .slick-list {
  width: 100%;
}
@media screen and (max-width: 1460px) {
  .invest .invest-detail .invest-list {
    gap: 50px;
  }
}
@media screen and (max-width: 680px) {
  .invest .invest-detail .invest-list {
    gap: 12px;
  }
}
.invest .invest-detail .invest-list:after {
  content: "";
  width: 180px;
  height: 180px;
  max-width: 180px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 58.62%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: -1px;
  z-index: 1;
}
@media screen and (max-width: 1460px) {
  .invest .invest-detail .invest-list:after {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .invest .invest-detail .invest-list:after {
    width: 110px;
    height: 110px;
    max-width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .invest .invest-detail .invest-list:after {
    width: 90px;
    height: 90px;
    max-width: 90px;
  }
}
.invest .invest-detail .invest-list:before {
  content: "";
  width: 180px;
  height: 180px;
  max-width: 180px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: -1;
  z-index: 1;
}
@media screen and (max-width: 1460px) {
  .invest .invest-detail .invest-list:before {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .invest .invest-detail .invest-list:before {
    width: 110px;
    height: 110px;
    max-width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .invest .invest-detail .invest-list:before {
    width: 90px;
    height: 90px;
    max-width: 90px;
  }
}
.invest .invest-detail .invest-list li a {
  display: block;
}
.invest .invest-detail .invest-list li a img {
  width: 180px;
  height: 180px;
  max-width: 180px;
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .invest .invest-detail .invest-list li a img {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .invest .invest-detail .invest-list li a img {
    width: 110px;
    height: 110px;
    max-width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .invest .invest-detail .invest-list li a img {
    width: 90px;
    height: 90px;
    max-width: 90px;
  }
}
.invest .invest-detail .invest-list .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .invest .invest-detail .invest-list .owl-nav {
    display: none;
  }
}
.invest .invest-detail .invest-list .owl-nav.disabled {
  display: none !important;
}
.invest .invest-detail .invest-list .owl-nav .owl-prev {
  margin-left: -70px;
}
@media screen and (max-width: 1460px) {
  .invest .invest-detail .invest-list .owl-nav .owl-prev {
    margin-left: -40px;
  }
}
.invest .invest-detail .invest-list .owl-nav .owl-next {
  margin-right: -70px;
}
@media screen and (max-width: 1460px) {
  .invest .invest-detail .invest-list .owl-nav .owl-next {
    margin-right: -40px;
  }
}

.before-deal .list-main .deals-content ul {
  filter: blur(8px);
  opacity: 0.6;
}
.before-deal .list-main .deals-content .no-deal-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.before-deal .list-main .deals-content .no-deal-popup .inner-content {
  width: 404px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px 56px;
}
@media screen and (max-width: 768px) {
  .before-deal .list-main .deals-content .no-deal-popup .inner-content {
    padding: 30px 20px;
    width: 343px;
  }
}
.before-deal .list-main .deals-content .no-deal-popup .inner-content h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 30px;
}
.before-deal .list-main .deals-content .no-deal-popup .inner-content h3 img {
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .before-deal .list-main .deals-content .no-deal-popup .inner-content h3 {
    font-size: 26px;
  }
}
.before-deal .list-main .deals-content .no-deal-popup .inner-content .filled-red {
  width: 236px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .before-deal .list-main .deals-content .no-deal-popup .inner-content .filled-red {
    font-size: 20px;
    width: 100%;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1260px);
  }
}
.mypage-deal-container {
  display: flex;
  width: 100%;
  padding: 124px 0 240px;
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  .mypage-deal-container {
    padding: 50px 0 70px;
  }
}

.mypage-upper {
  display: flex;
  width: 100%;
}

.mypage-inner-upper {
  width: 100%;
  display: flex;
  padding: 0 69px;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .mypage-inner-upper {
    padding: 0px;
    flex-direction: column;
  }
}
.mypage-inner-upper .heading-area {
  display: flex;
  flex-direction: column;
}
.mypage-inner-upper .heading-area h1 {
  display: block;
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 990px) {
  .mypage-inner-upper .heading-area h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.mypage-inner-upper .heading-area h3 {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 990px) {
  .mypage-inner-upper .heading-area h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
  }
}
.mypage-inner-upper .heading-area h3 span {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #FF3D48;
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  .mypage-inner-upper .heading-area h3 span {
    font-size: 26px;
    margin-left: 10px;
  }
}
.mypage-inner-upper .my-photo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .mypage-inner-upper .my-photo-area {
    margin-top: 50px;
  }
}
.mypage-inner-upper .my-photo-area .my-photo-box {
  display: flex;
  width: 160px;
  height: 160px;
  background-color: #C4C4C4;
  border-radius: 100%;
  overflow: hidden;
}
.mypage-inner-upper .my-photo-area .viewinfo {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 990px) {
  .mypage-inner-upper .my-photo-area .viewinfo {
    margin-top: 25px;
  }
}

.mypage-content-area {
  width: 100%;
  display: flex;
  margin-top: 64px;
}
@media screen and (max-width: 990px) {
  .mypage-content-area {
    margin-top: 50px;
  }
}
.mypage-content-area .full-width-tabber .tabber-tabs-header ul.dealtabs {
  padding: 0 69px;
}
@media screen and (max-width: 990px) {
  .mypage-content-area .full-width-tabber .tabber-tabs-header ul.dealtabs {
    padding: 0px;
    gap: 9px;
  }
}
@media screen and (max-width: 990px) {
  .mypage-content-area .full-width-tabber .tabber-tabs-header ul.dealtabs li {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
  }
}
.mypage-content-area .full-width-tabber .tabber-content-area .each-tab-container {
  padding: 32px 69px;
  padding-bottom: 0;
}
@media screen and (max-width: 990px) {
  .mypage-content-area .full-width-tabber .tabber-content-area .each-tab-container {
    padding: 30px 0px 0 0;
  }
}

.interest-deal-content {
  display: flex;
  position: relative;
  width: 100%;
  gap: 39px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .interest-deal-content {
    flex-direction: column;
    gap: 30px;
  }
}
.interest-deal-content .left-part-area {
  display: flex;
  max-width: 288px;
  width: 100%;
  background: #f9fafb;
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 990px) {
  .interest-deal-content .left-part-area {
    max-width: 100%;
  }
}
.interest-deal-content .left-part-area ul.side-link {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.interest-deal-content .left-part-area ul.side-link li {
  list-style-type: none;
}
.interest-deal-content .left-part-area ul.side-link li a {
  display: block;
  padding: 16px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #414346;
  letter-spacing: -0.005em;
}
.interest-deal-content .left-part-area ul.side-link li a:hover {
  color: #FF3D48;
}
.interest-deal-content .left-part-area ul.side-link li a.active {
  color: #FF3D48 !important;
}
.interest-deal-content .right-part-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  .interest-deal-content .right-part-area .card-owns {
    padding: 24px 20px;
  }
}

.qa-history-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}
.qa-history-content .qa-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .qa-history-content .qa-header {
    flex-direction: column;
    justify-content: start;
    display: block;
  }
  .qa-history-content .qa-header .del-sm-btn {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.qa-history-content .qa-header .del-sm-btn {
  margin-left: 32px;
}
@media screen and (max-width: 990px) {
  .qa-history-content .qa-header .del-sm-btn {
    margin-left: 0;
  }
}
.qa-history-content .qa-header .serch-ask {
  display: flex;
  max-width: 260px;
  width: 100%;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .qa-history-content .qa-header .serch-ask {
    gap: 10px;
  }
}
.qa-history-content .qa-header .serch-ask .search-box {
  display: flex;
  max-width: 160px;
  width: 100%;
  position: relative;
}
.qa-history-content .qa-header .serch-ask .search-box input {
  width: 100%;
  padding: 6px 10px 6px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
}
.qa-history-content .qa-header .serch-ask .search-box a {
  position: absolute;
  right: 11px;
  top: 5px;
}
.qa-history-content .qa-table {
  display: block;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .qa-history-content .qa-table {
    overflow: scroll;
  }
}
@media screen and (max-width: 990px) {
  .qa-history-content .qa-table .left-table {
    width: 1100px;
  }
}
.qa-history-content .qa-table .left-table tbody tr {
  padding: 16px 0px 16px 24px;
}
@media screen and (max-width: 990px) {
  .qa-history-content .qa-table .left-table tbody tr {
    padding-left: 0;
    padding: 14px 0 14px 24px;
  }
}
.qa-history-content .qa-table .left-table tbody tr td .checkBx-group label::before {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .qa-history-content .qa-table .left-table tbody tr td .checkBx-group label {
    margin-right: 8px;
  }
}
.qa-history-content .qa-table .left-table tbody tr td p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-info-area {
  position: relative;
  width: 100%;
  padding: 64px 0 240px;
}
@media screen and (max-width: 990px) {
  .my-info-area {
    padding: 50px 0 70px;
  }
}

.myinfobox {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 64px 80px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  .myinfobox {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.myinfobox .user-name {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 990px) {
  .myinfobox .user-name {
    margin-bottom: 50px;
  }
}
.myinfobox .user-name h3 {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
}
.myinfobox .user-profile-pics-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
}
@media screen and (max-width: 990px) {
  .myinfobox .user-profile-pics-area {
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
}
.myinfobox .user-profile-pics-area .user-profile {
  max-width: 160px;
  width: 100%;
  position: relative;
}
.myinfobox .user-profile-pics-area .user-profile .pro-pics {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.myinfobox .user-profile-pics-area .user-profile .pro-pics img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 100%;
}
.myinfobox .user-profile-pics-area .user-profile .hidden {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  border-radius: 100%;
  z-index: 1;
}
.myinfobox .user-profile-pics-area .edit-user-profile::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url("../../assets/icons/camera.png");
  background-size: cover;
}
.myinfobox .user-profile-pics-area .button-status {
  gap: 16px;
  display: flex;
}
.myinfobox .user-profile-pics-area .button-status .red-light-btn {
  padding: 8px 12px;
  letter-spacing: 0.015em;
  font-weight: 500;
  border: none;
  border-radius: 20px;
}
.myinfobox .user-profile-adds {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .myinfobox .user-profile-adds {
    margin-top: 18px;
  }
}
.myinfobox .user-profile-adds .form_wrap {
  padding: 0;
}
.myinfobox .user-profile-adds .form_wrap .form {
  margin-top: 32px;
}
.myinfobox .user-profile-adds .form_wrap .form input {
  max-width: 100%;
  padding: 16px 0px 16px 16px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-radius: 20px;
}
.myinfobox .user-profile-adds .form_wrap .button_group {
  margin-top: 32px;
  align-items: flex-start;
}
.myinfobox .user-profile-adds .form_wrap .button_group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #414346;
  margin-bottom: 8px;
}
.myinfobox .user-profile-adds .form_wrap .button_wrap {
  margin-top: 48px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .myinfobox .user-profile-adds .form_wrap .button_wrap {
    flex-direction: column;
    margin-top: 32px;
  }
}

.myforgotpassbox {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 64px 80px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}
@media screen and (max-width: 990px) {
  .myforgotpassbox {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.myforgotpassbox .user-name {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 990px) {
  .myforgotpassbox .user-name {
    margin-bottom: 0px;
  }
}
.myforgotpassbox .user-name h3 {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
}
.myforgotpassbox .user-profile-adds {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .myforgotpassbox .user-profile-adds {
    margin-top: 18px;
  }
}
.myforgotpassbox .user-profile-adds .form_wrap {
  padding: 0;
}
.myforgotpassbox .user-profile-adds .form_wrap .form {
  margin-top: 32px;
}
.myforgotpassbox .user-profile-adds .form_wrap .form input {
  max-width: 100%;
  padding: 16px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-radius: 20px;
  background-color: #ffffff;
}
.myforgotpassbox .user-profile-adds .form_wrap .button_wrap {
  margin-top: 48px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .myforgotpassbox .user-profile-adds .form_wrap .button_wrap {
    flex-direction: column;
    margin-top: 32px;
  }
}

@media screen and (max-width: 560px) {
  .wrap-txt {
    height: 80px !important;
  }
  .wrap-txt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    white-space: pre-line;
    position: relative;
    top: -11px;
    line-height: 24px;
  }
  .wrap-txt::-moz-placeholder { /* Firefox 19+ */
    white-space: pre-line;
    position: relative;
    top: -11px;
  }
  .wrap-txt:-ms-input-placeholder { /* IE 10+ */
    white-space: pre-line;
    position: relative;
  }
  .wrap-txt:-moz-placeholder { /* Firefox 18- */
    white-space: pre-line;
    position: relative;
    top: -11px;
  }
}

.main-body-wrapper {
  margin: 125px 0 208px;
  padding: 0 68px;
}
@media screen and (max-width: 1440px) {
  .main-body-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper {
    margin: 50px 0 70px;
  }
}
.main-body-wrapper .heading-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .heading-sec {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.main-body-wrapper .heading-sec h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #000000;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .heading-sec h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.005em;
  }
}
.main-body-wrapper .heading-sec .heading-tag {
  padding: 4px 24px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  .main-body-wrapper .heading-sec .heading-tag {
    width: 100%;
  }
}
.main-body-wrapper .heading-sec .heading-tag h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .heading-sec .heading-tag h1 {
    font-size: 22px;
    line-height: 48px;
  }
}
.main-body-wrapper .heading-sec .heading-tag h1 span {
  font-weight: 700;
}
.main-body-wrapper .card-sec {
  margin-top: 48px;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .card-sec {
    margin-top: 30px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper {
  display: flex;
  gap: 20px 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .card-sec .cards-wrapper {
    gap: 10px 10px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card {
  width: calc((100% - 75px) / 4);
  filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card {
    width: calc((100% - 10.2px) / 2);
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card .card-top {
  padding: 24px;
  background-color: #FDFDFD;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card .card-top {
    padding: 16px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card .card-top h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card .card-top h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card .card-top p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 4px 0 2px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card .card-top p {
    font-size: 12px;
    line-height: 17px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card .card-top .date p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4C4C4C;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card .card-top .date p {
    font-size: 11px;
    line-height: 17px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card .card-bottom {
  border-radius: 0px 0px 24px 24px;
  height: 180px;
}
@media screen and (max-width: 400px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card .card-bottom {
    height: 87px;
  }
}
.main-body-wrapper .card-sec .cards-wrapper .each-card .card-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (max-width: 400px) {
  .main-body-wrapper .card-sec .cards-wrapper .each-card .card-bottom img {
    height: -webkit-fill-available;
  }
}
.main-body-wrapper .details-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  margin: 32px 0 64px;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .details-sec {
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 70px;
  }
}
.main-body-wrapper .details-sec .left-part {
  width: 760px;
  height: 392px;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .details-sec .left-part {
    width: 100%;
  }
}
.main-body-wrapper .details-sec .left-part img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.main-body-wrapper .details-sec .right-part {
  width: 486px;
}
@media screen and (max-width: 1080px) {
  .main-body-wrapper .details-sec .right-part {
    max-width: none;
    width: 100%;
  }
}
.main-body-wrapper .details-sec .right-part .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}
.main-body-wrapper .details-sec .right-part .top-part::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #d2d7dc;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .main-body-wrapper .details-sec .right-part .top-part {
    padding-bottom: 16px;
  }
  .main-body-wrapper .details-sec .right-part .top-part::after {
    border-bottom: 1px solid #d2d7dc;
  }
}
.main-body-wrapper .details-sec .right-part .top-part h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 1300px) {
  .main-body-wrapper .details-sec .right-part .top-part h3 {
    font-size: 22px;
  }
}
.main-body-wrapper .details-sec .right-part .top-part .amount {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.04em;
  color: #FF3D48;
}
@media screen and (max-width: 1300px) {
  .main-body-wrapper .details-sec .right-part .top-part .amount {
    font-size: 30px;
    line-height: 36px;
  }
}
.main-body-wrapper .details-sec .right-part .bottom-part {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (max-width: 1300px) {
  .main-body-wrapper .details-sec .right-part .bottom-part {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.main-body-wrapper .details-sec .right-part .bottom-part .text-with-border h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  .main-body-wrapper .details-sec .right-part .bottom-part .text-with-border h3 {
    font-weight: 500;
  }
}
.main-body-wrapper .details-sec .right-part .bottom-part .text-with-border p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #414346;
  padding: 8px 12px;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
}

.adjust-padding {
  padding: 0 70px !important;
  min-width: 480px;
  gap: 16px !important;
}
@media screen and (max-width: 1440px) {
  .adjust-padding {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .adjust-padding {
    gap: 9px !important;
  }
}

.side-scroll {
  overflow: auto;
}
.side-scroll::-webkit-scrollbar {
  width: 0px;
  overflow: auto;
  background: transparent; /* make scrollbar transparent */
}

.tab-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 200px;
  padding: 0 70px;
}
.tab-content-wrapper.extra-padding {
  padding: 0 147px;
}
@media screen and (max-width: 1440px) {
  .tab-content-wrapper.extra-padding {
    padding: 0;
  }
}
@media screen and (max-width: 1440px) {
  .tab-content-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper {
    margin-bottom: 70px;
    gap: 30px;
  }
}
.tab-content-wrapper .three-amount {
  padding: 28px 48px;
  border: 1px solid #d2d7dc;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .three-amount {
    padding: 16px;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
  }
}
.tab-content-wrapper .three-amount .each-amount h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .three-amount .each-amount h4 {
    text-align: center;
    margin-bottom: 6px;
  }
}
.tab-content-wrapper .three-amount .each-amount .amount {
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #FF3D48;
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .three-amount .each-amount .amount {
    text-align: center;
  }
}
.tab-content-wrapper .three-amount .each-amount .amount span {
  font-size: 20px;
  line-height: 24px;
  color: #93969B;
}
.tab-content-wrapper .details-list {
  padding: 32px 24px;
  border: 1px solid #d2d7dc;
  border-radius: 24px;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .details-list {
    padding: 16px;
  }
}
.tab-content-wrapper .details-list .list-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .details-list .list-title {
    margin-bottom: 20px;
  }
}
.tab-content-wrapper .details-list .list-title h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
}
.tab-content-wrapper .details-list .two-list {
  display: flex;
  gap: 240px;
}
@media screen and (max-width: 1080px) {
  .tab-content-wrapper .details-list .two-list {
    gap: 140px;
  }
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .details-list .two-list {
    flex-direction: column;
    gap: 16px;
  }
}
.tab-content-wrapper .details-list .two-list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tab-content-wrapper .details-list .two-list ul li {
  display: flex;
  gap: 8px;
}
.tab-content-wrapper .details-list .two-list ul li .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.tab-content-wrapper .details-list .two-list ul li .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
}
.tab-content-wrapper .details-list .two-list ul.left-list li .tag {
  width: 120px;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .details-list .two-list ul.left-list li .tag {
    width: 115px;
  }
}
.tab-content-wrapper .details-list .two-list ul.right-list li .tag {
  width: 192px;
  min-width: 192px;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .details-list .two-list ul.right-list li .tag {
    width: 115px;
    min-width: 115px;
  }
}
.tab-content-wrapper .details-list .two-list.with-file ul {
  gap: 24px;
}
.tab-content-wrapper .details-list .two-list.with-file ul li .tag {
  width: 200px !important;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .details-list .two-list.with-file ul li .tag {
    width: 115px !important;
    min-width: 115px;
  }
}
.tab-content-wrapper .details-list .two-list.with-file ul li .file-name {
  padding: 4px 12px;
  background-color: #93969B;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .details-list .two-list.with-file ul li .file-name {
    line-height: 16px;
  }
}
.tab-content-wrapper .details-list .two-list.with-file ul li .file-names-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tab-content-wrapper .tab-cards-outer .card-heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .tab-cards-outer .card-heading {
    margin-bottom: 20px;
  }
}
.tab-content-wrapper .tab-cards-outer .card-heading h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .tab-cards-outer .card-heading h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.tab-content-wrapper .tab-cards-outer .card-heading .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #444242;
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul {
    gap: 34px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul {
    gap: 20px;
  }
}
@media screen and (max-width: 570px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul {
    gap: 34px;
  }
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card {
  width: calc((100% - 80px) / 3);
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
}
@media screen and (max-width: 1200px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card {
    width: calc((100% - 40px) / 3);
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card {
    width: calc((100% - 34px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 570px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card {
    width: 100%;
  }
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #414346;
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card a .grey {
  color: #93969B;
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--title {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--title {
    font-size: 26px;
    line-height: 36px;
  }
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--body {
  margin: 20px 0;
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--body ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--body ul li {
  display: flex;
  gap: 30px;
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--body ul li span:first-child {
  min-width: 62px;
}
@media screen and (max-width: 768px) {
  .tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--body ul li span:first-child {
    min-width: 79px;
  }
}
.tab-content-wrapper .tab-cards-outer .cards-wrapper ul .each-card .card--footer h3 {
  font-weight: 400;
  line-height: 20px;
}

.with-bg-img-sec {
  background: url(../../assets/images/investee-company-background-img.png) no-repeat center center;
  background-size: cover;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .with-bg-img-sec {
    height: 239px;
  }
}
.with-bg-img-sec .pg-2331 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-top: 125px;
}
@media screen and (max-width: 1360px) {
  .with-bg-img-sec .pg-2331 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .with-bg-img-sec .pg-2331 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
  }
}
.with-bg-img-sec .affiliated-company {
  padding: 40px 64px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .with-bg-img-sec .affiliated-company {
    padding: 30px 20px;
  }
}
.with-bg-img-sec .affiliated-company .three-steps p {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .with-bg-img-sec .affiliated-company .three-steps p {
    margin-bottom: 10px;
  }
}
.with-bg-img-sec .affiliated-company .three-steps p a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #93969B;
}
.with-bg-img-sec .affiliated-company .three-steps p a.active {
  font-weight: 600;
  color: #666666;
}
.with-bg-img-sec .affiliated-company .company-name {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .with-bg-img-sec .affiliated-company .company-name {
    font-size: 30px;
    line-height: 45px;
  }
}

.basic-information-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 45px auto 200px;
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media screen and (max-width: 1360px) {
  .basic-information-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    margin: 50px auto 70px;
    gap: 80px;
  }
}
.basic-information-wrapper .each-info .info-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info .info-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.basic-information-wrapper .each-info .info-box {
  padding: 32px 24px;
  border: 1px solid #d2d7dc;
  border-radius: 16px;
}
.basic-information-wrapper .each-info .info-box.p-24 {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info .info-box {
    padding: 16px;
  }
}
.basic-information-wrapper .each-info .info-box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.basic-information-wrapper .each-info .info-box ul li {
  display: flex;
  gap: 8px;
}
.basic-information-wrapper .each-info .info-box ul li .tag {
  min-width: 200px;
  width: 200px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #93969B;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info .info-box ul li .tag {
    min-width: 115px;
    width: 115px;
  }
}
.basic-information-wrapper .each-info .info-box ul li .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
}
.basic-information-wrapper .each-info .info-box ul li .file-name {
  padding: 4px 12px;
  background-color: #93969B;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.basic-information-wrapper .each-info .info-box .two-list {
  display: flex;
  gap: 240px;
}
@media screen and (max-width: 1200px) {
  .basic-information-wrapper .each-info .info-box .two-list {
    gap: 80px;
  }
}
@media screen and (max-width: 900px) {
  .basic-information-wrapper .each-info .info-box .two-list {
    flex-direction: column;
    gap: 24px;
  }
}
.basic-information-wrapper .each-info .info-box .img-box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info .info-box .img-box {
    margin-bottom: 20px;
  }
}
.basic-information-wrapper .each-info .info-box.with-table {
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info .info-box.with-table {
    padding: 16px;
    padding-left: 0;
  }
}
.basic-information-wrapper .each-info .info-box.with-table .invest-table {
  overflow-x: auto;
}
.basic-information-wrapper .each-info .info-box.with-table .invest-table table {
  width: 100%;
  min-width: 1298px;
}
.basic-information-wrapper .each-info .info-box.with-table .invest-table table thead {
  background-color: #fbfbfc;
}
.basic-information-wrapper .each-info .info-box.with-table .invest-table table tr th,
.basic-information-wrapper .each-info .info-box.with-table .invest-table table tr td {
  padding: 16px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  padding-left: 54px;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info .info-box.with-table .invest-table table tr th,
.basic-information-wrapper .each-info .info-box.with-table .invest-table table tr td {
    padding-left: 16px;
  }
}
.basic-information-wrapper .each-info .info-box .report-file {
  display: flex;
  align-items: center;
}
.basic-information-wrapper .each-info .info-txt ul li .file-name {
  letter-spacing: -0.03em;
  font-size: 12px;
}
.basic-information-wrapper .each-info .info-2332 ul li .file-name {
  letter-spacing: -0.03em;
  font-size: 12px;
}
.basic-information-wrapper .each-info.monthly-report label {
  display: inline-block;
  min-width: 120px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #414346;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info.monthly-report label {
    min-width: 107px;
  }
}
.basic-information-wrapper .each-info.monthly-report .file-name {
  padding: 4px 12px;
  background-color: #93969B;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info.monthly-report .file-name {
    line-height: 16px;
  }
}
.basic-information-wrapper .each-info.monthly-report .date-select {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info.monthly-report .date-select {
    margin-bottom: 10px;
  }
}
.basic-information-wrapper .each-info.monthly-report .date-select .month-select {
  padding: 12px 0;
  background-color: #fbfbfc;
  border-radius: 30px;
  margin-left: 8px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info.monthly-report .date-select .month-select {
    display: none;
  }
}
.basic-information-wrapper .each-info.monthly-report .date-select .month-select ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 640px;
}
.basic-information-wrapper .each-info.monthly-report .date-select .month-select ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #d2d7dc;
}
.basic-information-wrapper .each-info.monthly-report .date-select .month-select ul li.active a {
  color: #FF3D48;
}
.basic-information-wrapper .each-info.monthly-report .date-select .month-dropdown {
  display: none;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info.monthly-report .date-select .month-dropdown {
    display: block;
    margin-left: 8px;
  }
}
.basic-information-wrapper .each-info.monthly-report .dropdown {
  box-sizing: border-box;
  min-width: 111px;
}
@media screen and (max-width: 768px) {
  .basic-information-wrapper .each-info.monthly-report .dropdown {
    min-width: 95px;
    width: 95px;
  }
}
.basic-information-wrapper .each-info.monthly-report .dropdown .item-selector {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background-color: #f9fafb;
  padding: 12px 16px;
  border-radius: 30px;
  text-align: left;
  width: 100%;
  display: block;
}
.basic-information-wrapper .each-info.monthly-report .dropdown .item-selector::after {
  border: none;
}
.basic-information-wrapper .each-info.monthly-report .dropdown.show::after {
  transform: none;
}
.basic-information-wrapper .each-info.monthly-report .dropdown .dropdown-menu {
  width: auto;
  overflow: auto;
  border: 0;
  z-index: 1;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.basic-information-wrapper .each-info.monthly-report .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.basic-information-wrapper .each-info.monthly-report .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #ffffff;
}
.basic-information-wrapper .each-info.monthly-report .dropdown::after {
  background: url(../../assets/icons/icon-arrow-down-black.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 0;
  right: 12px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.basic-information-wrapper .each-info.monthly-report .dropdown.show::after {
  transform: rotate(180deg);
}

.file-download-button {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}
.file-download-button a {
  padding: 4px 12px;
  background-color: #fff1f1;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #FF3D48 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 102px;
  transition: 0.4s;
}
.file-download-button a span {
  margin-left: 11px;
}
.file-download-button a:hover {
  background-color: #FF3D48;
  color: #fff1f1 !important;
}
.file-download-button a:hover span img {
  filter: brightness(100);
}

.search-result {
  padding: 129px 0 316px 0;
}
@media screen and (max-width: 768px) {
  .search-result {
    padding: 50px 0 70px 0;
  }
}
.search-result .main-body {
  width: 1152px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .search-result .main-body {
    width: 100%;
  }
}
.search-result .main-body .invest-heading h2 {
  font-size: 50px;
}
.search-result .main-body .invest-heading h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .search-result .main-body .invest-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .search-result .main-body .invest-heading h2 br {
    display: flex;
  }
}
.search-result .main-body .right-side {
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 40px 24px;
}
@media screen and (max-width: 1600px) {
  .search-result .main-body .right-side {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .search-result .main-body .right-side {
    margin-top: 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 490px) {
  .search-result .main-body .right-side {
    grid-template-columns: 48.5% 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .search-result .main-body .right-side .grid-box {
    display: flex;
    flex-direction: column;
  }
}
.search-result .main-body .right-side .common-element {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .search-result .main-body .right-side .common-element {
    margin-bottom: 0px;
  }
}
.search-result .main-body .right-side .common-element img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 400px) {
  .search-result .main-body .right-side .common-element img {
    height: 87px;
  }
}
.search-result .main-body .right-side .common-element .inner-content span {
  display: block;
  white-space: nowrap;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #93969B;
}
@media screen and (max-width: 1024px) {
  .search-result .main-body .right-side .common-element .inner-content span {
    padding: 3px 8px;
  }
}
.search-result .main-body .more-active .grid-box {
  display: flex;
  flex-direction: column;
}
.search-result .main-body .more-btn {
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .search-result .main-body .more-btn {
    display: flex;
  }
}

.no-result {
  padding: 129px 0 315px 0;
}
@media screen and (max-width: 768px) {
  .no-result {
    padding: 50px 0 302px 0;
  }
}
.no-result .main-body .invest-heading h2 {
  letter-spacing: -0.04em;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .no-result .main-body .invest-heading h2 {
    letter-spacing: -0.05em;
  }
}

.info-list-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.info-list-outer li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
}
@media screen and (max-width: 480px) {
  .info-list-outer li span {
    justify-content: center;
  }
}

.deal-info {
  padding: 129px 0 200px 0;
}
@media screen and (max-width: 1024px) {
  .deal-info {
    padding: 50px 0 70px 0;
  }
}
.deal-info .main-body {
  width: 100%;
}
.deal-info .main-body .invest-heading h2 {
  letter-spacing: -0.04rem;
  line-height: 64px;
}
@media screen and (max-width: 1024px) {
  .deal-info .main-body .invest-heading h2 {
    letter-spacing: -0.05rem;
    line-height: 36px;
  }
}
.deal-info .main-body .search-list {
  display: flex;
  flex-direction: row;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .deal-info .main-body .search-list {
    flex-direction: column;
    margin-top: 0;
  }
}
.deal-info .main-body .search-list .left-side {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  background: #f9fafb;
  border-radius: 24px;
  width: 248px;
  margin-right: 40px;
  z-index: 1;
}
.deal-info .main-body .search-list .left-side p {
  display: none;
}
@media screen and (max-width: 1024px) {
  .deal-info .main-body .search-list .left-side p {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .deal-info .main-body .search-list .left-side {
    position: relative;
    border-radius: 30px;
    padding: 8px 16px;
    height: 40px;
    margin-top: 30px;
    margin-right: 0;
    width: 100%;
    background-position: right 20px center;
  }
  .deal-info .main-body .search-list .left-side:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../../assets/icons/down-black.svg");
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .deal-info .main-body .search-list .left-side.menu_open:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .deal-info .main-body .search-list .left-side ul {
    display: none;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: 18px;
    height: 350px;
    overflow-y: scroll;
  }
}
.deal-info .main-body .search-list .left-side ul li {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #414346;
}
.deal-info .main-body .search-list .left-side ul li a {
  color: #414346;
}
.deal-info .main-body .search-list .left-side ul li a.active {
  color: #FF3D48;
}
.deal-info .main-body .search-list .right-side {
  width: 1152px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .deal-info .main-body .search-list .right-side {
    width: 100%;
    margin-top: 48px;
    margin: 48px 0px 0;
  }
}

.wrap-content div {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.wrap-content iframe {
  width: 100% !important;
}
.wrap-content p {
  word-break: break-all;
}
@media (max-width: 480px) {
  .wrap-content p img {
    width: 100%;
  }
}

.deal-banner {
  background: url("../../assets/images/banner-desk.png") no-repeat;
  background-size: cover !important;
  padding: 127px 0 40px 0;
}
@media screen and (max-width: 680px) {
  .deal-banner {
    padding: 50px 0;
    width: 100%;
    background: url("../../assets/images/banner-mob.png") no-repeat;
    background-size: cover !important;
  }
}
.deal-banner .card-owns {
  border-radius: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1302px;
  max-width: 1302px;
  margin: 0 auto;
}
.deal-banner .card-owns .common-btn {
  padding: 16px 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .common-btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .deal-banner .card-owns {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns {
    padding: 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .card-header {
    margin-bottom: 12px;
  }
}
.deal-banner .card-owns .card-group .card-header h2 {
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .card-header h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.deal-banner .card-owns .card-group .time-txt {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .time-txt {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
.deal-banner .card-owns .card-group .time-txt .check-name {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .time-txt .check-name {
    margin-bottom: 10px;
  }
}
.deal-banner .card-owns .card-group .time-txt .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .time-txt .timer {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .time-txt .timer {
    align-items: flex-start;
  }
}
.deal-banner .card-owns .card-group .time-txt .timer img {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .time-txt .timer img {
    margin-top: 5px;
  }
}
.deal-banner .card-owns .card-group .time-txt .timer p {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #93969B;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .card-group .time-txt .timer p {
    font-size: 15px;
  }
}
.deal-banner .card-owns .card-group .time-txt .timer p span {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns {
    display: flex;
    flex-direction: column;
  }
}
.deal-banner .card-owns .check-name {
  padding: 8px 20px;
  background-color: #93969B;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-bottom: 16px;
  border-radius: 30.5085px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .check-name {
    margin-bottom: 12px;
  }
}
.deal-banner .card-owns .black-name {
  background-color: #181818;
}
.deal-banner .card-owns .card-content {
  margin-bottom: 16px;
}
.deal-banner .card-owns .card-content .dates {
  color: #93969B;
  border-left: 1px solid #dbdbdb;
  margin-left: 16px;
  padding-left: 16px;
  font-size: 20px;
  letter-spacing: -0.005em;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .deal-banner .card-owns .card-content .dates {
    width: 65%;
  }
}
.deal-banner .card-owns .card-content p {
  font-size: 20px;
  letter-spacing: -0.005em;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .deal-banner .card-owns .card-content p {
    width: 35%;
  }
}
.deal-banner .card-owns .common-btn {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .deal-banner .card-owns .common-btn {
    width: 100%;
  }
}

.brief-info {
  padding: 56px 0 200px 0;
}
@media screen and (max-width: 768px) {
  .brief-info {
    padding: 50px 0 70px;
  }
}
.brief-info .main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1302px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .brief-info .main-content {
    width: 1270px;
  }
}
@media screen and (max-width: 1024px) {
  .brief-info .main-content {
    flex-direction: column;
    width: 100%;
  }
}
.brief-info .main-content .left-side {
  width: 895px;
}
.brief-info .main-content .left-side .invest-heading h2 {
  font-size: 28px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .brief-info .main-content .left-side .invest-heading h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .brief-info .main-content .left-side {
    width: 100%;
  }
}
.brief-info .main-content .left-side .two-list {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  border: 1px solid #d2d7dc;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 900px) {
  .brief-info .main-content .left-side .two-list {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin-top: 20px;
  }
}
.brief-info .main-content .left-side .two-list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.brief-info .main-content .left-side .two-list ul li {
  display: flex;
  gap: 8px;
}
.brief-info .main-content .left-side .two-list ul li .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
  width: 120px;
}
.brief-info .main-content .left-side .two-list ul li .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  width: 324px;
  word-break: break-all;
}
@media screen and (max-width: 980px) {
  .brief-info .main-content .left-side .two-list ul li .value {
    width: 183px;
  }
}
.brief-info .main-content .left-side .two-list ul li .grey-value {
  padding: 4px 12px;
  background: #93969B;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.brief-info .main-content .left-side .two-list ul.right-list li .value {
  width: 172px;
}
@media screen and (max-width: 900px) {
  .brief-info .main-content .left-side .two-list ul.right-list li .value {
    width: 183px;
  }
}
.brief-info .main-content .left-side .two-list.with-file ul {
  gap: 24px;
}
.brief-info .main-content .left-side .two-list.with-file ul li .tag {
  width: 200px !important;
}
@media screen and (max-width: 900px) {
  .brief-info .main-content .left-side .two-list.with-file ul li .tag {
    width: 115px !important;
    min-width: 115px;
  }
}
.brief-info .main-content .left-side .two-list.with-file ul li .file-name {
  padding: 4px 12px;
  background-color: #93969B;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.brief-info .main-content .left-side .two-list.with-file ul li .file-names-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brief-info .main-content .left-side .brief-content {
  margin-top: 80px;
}
.brief-info .main-content .left-side .brief-content .invest-heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .brief-info .main-content .left-side .brief-content .invest-heading {
    margin-bottom: 20px;
  }
}
.brief-info .main-content .left-side .brief-content .brief-heading {
  margin-bottom: 20px;
}
.brief-info .main-content .left-side .brief-content .brief-heading h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000000;
}
.brief-info .main-content .left-side .brief-content .wrap-content {
  border: 1px solid #d2d7dc;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 900px) {
  .brief-info .main-content .left-side .brief-content .wrap-content {
    padding: 20px;
  }
}
.brief-info .main-content .left-side .brief-content .wrap-content ul {
  margin-bottom: 60px;
}
.brief-info .main-content .left-side .brief-content .wrap-content ul:last-child {
  margin-bottom: 0;
}
.brief-info .main-content .left-side .brief-content .wrap-content ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .brief-info .main-content .left-side .brief-content .wrap-content ul li {
    font-size: 18px;
  }
}
.brief-info .main-content .right-side {
  width: 343px;
}
@media screen and (max-width: 1024px) {
  .brief-info .main-content .right-side {
    width: 100%;
    margin-top: 80px;
  }
}
.brief-info .main-content .right-side .inner-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .brief-info .main-content .right-side .inner-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.brief-info .main-content .right-side .inner-list .grid-box {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .brief-info .main-content .right-side .inner-list .grid-box {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-top: 10px;
  }
}
.brief-info .main-content .right-side .inner-list .common-element {
  width: 100%;
}
.brief-info .main-content .right-side .inner-list .common-element img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 480px) {
  .brief-info .main-content .right-side .inner-list .common-element img {
    height: 100px;
  }
}

.deal-banner212 .filled-red {
  border: 1px solid #FF3D48;
  background-color: #ffffff !important;
  color: #FF3D48;
}

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*/
.container-main {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .container-main {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .container-main {
    width: 100%;
    padding: 0 16px;
  }
}

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;
}

.buttons {
  display: flex;
  align-items: center;
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  border-radius: 60px;
  padding: 20px 40px;
  width: 100%;
  max-height: 64px;
}
.common-btn.filled-red {
  background-color: #FF3D48;
}
.common-btn.light-red {
  background-color: #fff1f1;
  color: #FF3D48;
}
.common-btn.grey-btn {
  background-color: #d2d7dc;
}
.common-btn.border-grey {
  border: 1px solid #d2d7dc;
  color: #93969B;
}
.common-btn.border-red-fill-grey {
  border: 1px solid #FF3D48;
  background-color: #f9fafb;
  color: #FF3D48;
}

.invest-heading h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .invest-heading h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.invest-heading p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .invest-heading p {
    margin-top: 10px;
    font-size: 16px;
  }
}

.error-text {
  display: flex;
  color: #FF3D48;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-top: 8px;
  margin-right: auto;
}

.more-btn {
  padding: 8px 20px;
  width: 130px;
  height: 40px;
  border: 1px solid #FF3D48;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FF3D48;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}/*# sourceMappingURL=style.css.map */