@charset "UTF-8";
/*
2022.09
*/
/*!
 * Bootstrap  v5.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --bs-blue: #007AFF;
  --bs-indigo: #6610f2;
  --bs-purple: #915BFF;
  --bs-pink: #d63384;
  --bs-red: #F93737;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #3BBF98;
  --bs-cyan: #0dcaf0;
  --bs-black: #232323;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #007AFF;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #F93737;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 122, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 249, 55, 55;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 35, 35, 35;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Pretendard Variable", Pretendard, "Noto Sans KR", "Nanum Gothic", "MalgunGothic", "Noto Sans TC", Dotum, Lato, Arial, sans-serif;
  --bs-font-monospace: "Pretendard Variable", Pretendard, "Noto Sans KR", "Nanum Gothic", "MalgunGothic", Dotum, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(35, 35, 35, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #007AFF;
  --bs-link-hover-color: #0062cc;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(35, 35, 35, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-color-swatch-wrapper {
  padding: 0;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(35, 35, 35, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(35, 35, 35, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(35, 35, 35, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #232323;
  --bs-table-bg: #cce4ff;
  --bs-table-border-color: #bbd1e9;
  --bs-table-striped-bg: #c4daf4;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #bbd1e9;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #bfd6ef;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #232323;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cfd0d2;
  --bs-table-striped-bg: #d8d9db;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #cfd0d2;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #d4d5d6;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #232323;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #c0d3ca;
  --bs-table-striped-bg: #c8ddd4;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #c0d3ca;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #c4d8cf;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #232323;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #bedfe6;
  --bs-table-striped-bg: #c6eaf1;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #bedfe6;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #c2e4ec;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #232323;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e9debc;
  --bs-table-striped-bg: #f4e9c5;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #e9debc;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #efe3c0;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #232323;
  --bs-table-bg: #fed7d7;
  --bs-table-border-color: #e8c5c5;
  --bs-table-striped-bg: #f3cece;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #e8c5c5;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #eecaca;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #232323;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #e3e4e5;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #e3e4e5;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: #e8e9ea;
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(35, 35, 35, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
}
.form-check-input:checked {
  background-color: #007AFF;
  border-color: #007AFF;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #007AFF;
  border-color: #007AFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  position: relative;
  width: 105px;
  height: 40px;
  padding-left: 0;
  margin-bottom: 0;
}
.form-switch .form-check-input {
  width: 105px;
  height: 40px;
  margin: 0;
  border-radius: 105px;
  border-color: #D8DEE5;
  cursor: pointer;
}
.form-switch .form-check-input:checked {
  border-color: #007AFF;
}
.form-switch .form-check-input:checked + .form-check-label {
  left: 15px;
  color: #fff;
}
.form-switch .form-check-input:checked + .form-check-label:before {
  content: "적용";
}
.form-switch .form-check-label {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: #B9B9B9;
  transition: all 0.5s ease-in-out;
}
.form-switch .form-check-label:before {
  content: "미적용";
}
.form-switch.form-check-reverse {
  padding-right: 0;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: 0;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007AFF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007AFF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #198754;
  border-radius: 4px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #F93737;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #232323;
  background-color: #f93737;
  border-radius: 4px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #F93737;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F93737'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F93737' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #F93737;
  box-shadow: 0 0 0 0.25rem rgba(249, 55, 55, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #F93737;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F93737'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F93737' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #F93737;
  box-shadow: 0 0 0 0.25rem rgba(249, 55, 55, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #F93737;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #F93737;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 55, 55, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F93737;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(35, 35, 35, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
:not(.btn-check) + .btn:hover, .btn:first-child:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #007AFF;
  --bs-btn-border-color: #007AFF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0068d9;
  --bs-btn-hover-border-color: #0062cc;
  --bs-btn-focus-shadow-rgb: 38, 142, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0062cc;
  --bs-btn-active-border-color: #005cbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #007AFF;
  --bs-btn-disabled-border-color: #007AFF;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #232323;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 16, 177, 209;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #232323;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #232323;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 222, 169, 11;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #232323;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #232323;
  --bs-btn-bg: #F93737;
  --bs-btn-border-color: #F93737;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #fa5555;
  --bs-btn-hover-border-color: #fa4b4b;
  --bs-btn-focus-shadow-rgb: 217, 52, 52;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #fa5f5f;
  --bs-btn-active-border-color: #fa4b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #232323;
  --bs-btn-disabled-bg: #F93737;
  --bs-btn-disabled-border-color: #F93737;
}

.btn-light {
  --bs-btn-color: #232323;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 216, 217, 218;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #232323;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #007AFF;
  --bs-btn-border-color: #007AFF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007AFF;
  --bs-btn-hover-border-color: #007AFF;
  --bs-btn-focus-shadow-rgb: 0, 122, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007AFF;
  --bs-btn-active-border-color: #007AFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #007AFF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007AFF;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #F93737;
  --bs-btn-border-color: #F93737;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #F93737;
  --bs-btn-hover-border-color: #F93737;
  --bs-btn-focus-shadow-rgb: 249, 55, 55;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #F93737;
  --bs-btn-active-border-color: #F93737;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #F93737;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F93737;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #232323;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #232323;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 35, 35, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 142, 255;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: unset;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #007AFF;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu > .dropdown-item:first-child,
.dropdown-menu > li:first-child .dropdown-item {
  border-top-left-radius: var(--bs-dropdown-inner-border-radius);
  border-top-right-radius: var(--bs-dropdown-inner-border-radius);
}
.dropdown-menu > .dropdown-item:last-child,
.dropdown-menu > li:last-child .dropdown-item {
  border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
  border-bottom-left-radius: var(--bs-dropdown-inner-border-radius);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #007AFF;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #007AFF;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(35, 35, 35, 0.55);
  --bs-navbar-hover-color: rgba(35, 35, 35, 0.7);
  --bs-navbar-disabled-color: rgba(35, 35, 35, 0.3);
  --bs-navbar-active-color: rgba(35, 35, 35, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(35, 35, 35, 0.9);
  --bs-navbar-brand-hover-color: rgba(35, 35, 35, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2835, 35, 35, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(35, 35, 35, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(35, 35, 35, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006ee6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #80bdff;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #006ee6;
  --bs-accordion-active-bg: #e6f2ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #007AFF;
  --bs-pagination-active-border-color: #007AFF;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #004999;
  --bs-alert-bg: #cce4ff;
  --bs-alert-border-color: #b3d7ff;
}
.alert-primary .alert-link {
  color: #003a7a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #1a6675;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #15525e;
}

.alert-warning {
  --bs-alert-color: #7b6218;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #624e13;
}

.alert-danger {
  --bs-alert-color: #952121;
  --bs-alert-bg: #fed7d7;
  --bs-alert-border-color: #fdc3c3;
}
.alert-danger .alert-link {
  color: #771a1a;
}

.alert-light {
  --bs-alert-color: #787979;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #606161;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(35, 35, 35, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #007AFF;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(35, 35, 35, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #007AFF;
  --bs-list-group-active-border-color: #007AFF;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004999;
  background-color: #cce4ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004999;
  background-color: #b8cde6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004999;
  border-color: #004999;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #1a6675;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1a6675;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1a6675;
  border-color: #1a6675;
}

.list-group-item-warning {
  color: #7b6218;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7b6218;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7b6218;
  border-color: #7b6218;
}

.list-group-item-danger {
  color: #952121;
  background-color: #fed7d7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #952121;
  background-color: #e5c2c2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #952121;
  border-color: #952121;
}

.list-group-item-light {
  color: #787979;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #787979;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #787979;
  border-color: #787979;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #232323;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23232323'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #232323;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(35, 35, 35, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
  width: 100vw;
}
.modal-open .wrap {
  overflow: auto;
  height: 100%;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(35, 35, 35, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog.modal-dialog-reset {
  margin: 0 !important;
  width: 100%;
  max-width: unset;
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  justify-content: center;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-content.modal-content-reset {
  border: 0;
  background: transparent;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000A19;
  --bs-backdrop-opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: #5e5e5e;
  --bs-tooltip-bg: #fff;
  --bs-tooltip-border-radius: 4px;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  border: 1px solid #D8DEE5;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  border: 1px solid #D8DEE5;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-inner .carousel-item-next:not(.carousel-item-start),
.carousel-inner .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-inner .carousel-item-prev:not(.carousel-item-end),
.carousel-inner .active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-inner.up-down .carousel-item-next:not(.carousel-item-start),
.carousel-inner.up-down .active.carousel-item-end {
  transform: translateY(100%);
}
.carousel-inner.up-down .carousel-item-prev:not(.carousel-item-end),
.carousel-inner.up-down .active.carousel-item-start {
  transform: translateY(-100%);
}
.carousel-inner.up-down .carousel-item {
  float: none;
  margin-right: 0;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #232323;
}
.carousel-dark .carousel-caption {
  color: #232323;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(35, 35, 35, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000A19;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.7;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #232323 55%, rgba(0, 0, 0, 0.8) 75%, #232323 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 10px;
  border-radius: 4px;
  direction: ltr;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  box-shadow: rgba(96, 96, 96, 0.22) 0px 2px 18px 0px;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  display: none;
  content: "\e921";
  font-family: "xeicon";
  font-size: 15px;
  text-align: center;
  position: absolute;
  border-top: 0 !important;
  left: unset !important;
  right: 10px;
  top: -30px;
  bottom: unset !important;
}

.datepicker-dropdown:after {
  content: "";
  display: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #B9B9B9;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  font-size: 14px;
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
  padding: 10px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #B9B9B9;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #B9B9B9;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #0077ED;
  border-radius: 50%;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #007AFF;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #007AFF;
  color: #fff;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #B9B9B9;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #007AFF);
  background-image: -ms-linear-gradient(to bottom, #08c, #007AFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#007AFF));
  background-image: -webkit-linear-gradient(to bottom, #08c, #007AFF);
  background-image: -o-linear-gradient(to bottom, #08c, #007AFF);
  background-image: linear-gradient(to bottom, #08c, #007AFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #007AFF #007AFF #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #007AFF;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #B9B9B9;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 122, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #232323 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #232323 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #232323 !important;
  background-color: RGBA(249, 55, 55, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #232323 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #007AFF !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0062cc !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #F93737 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #fa5f5f !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 999;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 999;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 35, 35, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 35, 35, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(35, 35, 35, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --vh: 100%;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("/assets/css/font/pretendard/Pretendard-Black.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("/assets/css/font/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/assets/css/font/pretendard/Pretendard-Bold.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/assets/css/font/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/assets/css/font/pretendard/Pretendard-Medium.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/assets/css/font/pretendard/Pretendard-Regular.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/assets/css/font/pretendard/Pretendard-Light.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("/assets/css/font/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("/assets/css/font/pretendard/Pretendard-Thin.woff2") format("woff2"), url("/assets/css/font/pretendard//Pretendard-Thin.woff") format("woff");
}
html {
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.75rem;
  }
}

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../font/PretendardVariable.woff2") format("woff2-variations");
}
/*
 * Korean Fonts
*/
@font-face {
  font-family: "s-core-dream";
  src: url("/assets/css/font/scdream4-webfont.woff2") format("woff2"), url("/assets/css/font/scdream4-webfont.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "s-core-dream";
  src: url("/assets/css/font/scdream5-webfont.woff2") format("woff2"), url("/assets/css/font/scdream5-webfont.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "s-core-dream";
  src: url("/assets/css/font/scdream6-webfont.woff") format("woff2"), url("/assets/css/font/scdream6-webfont.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "s-core-dream";
  src: url("/assets/css/font/scdream7-webfont.woff") format("woff2"), url("/assets/css/font/scdream7-webfont.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "s-core-dream";
  src: url("/assets/css/font/scdream8-webfont.woff") format("woff2"), url("/assets/css/font/scdream8-webfont.woff") format("woff");
  font-weight: 900;
}
/* icons */
.xi-ico {
  font-family: xeicon;
}

.inter {
  font-family: "Inter" !important;
}

html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video,
input, button {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: -0.04em;
  -webkit-user-select: auto;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

html, body {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

ul, ol, li {
  list-style: none;
}

input, select, button {
  vertical-align: middle;
}

select {
  appearance: none;
  outline: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}

i, em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
  border: 0;
}

form {
  display: unset;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

.inner {
  position: relative;
  width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .inner {
    width: 100%;
  }
}

.inner-s {
  position: relative;
  width: 992px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .inner-s {
    width: 100%;
  }
}

.modal-backdrop {
  background: rgba(0, 10, 25, 0.7);
}

button {
  background: none;
  display: inline-block;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex-between {
  justify-content: space-between;
}
.flex.flex-around {
  justify-content: space-around;
}
.flex.flex-c {
  justify-content: center;
}
.flex.flex-end {
  justify-content: flex-end;
}
.flex * {
  align-self: center;
}
.flex.self-start, .flex .self-start {
  align-self: flex-start;
}
.flex.self-center, .flex .self-center {
  align-self: center;
}
.flex.self-end, .flex .self-end {
  align-self: flex-end;
}
@media screen and (max-width: 600px) {
  .flex.mo-flex-alignL {
    justify-content: unset;
  }
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.desktop-view {
  display: none;
}
@media screen and (max-width: 1350px) {
  .desktop-view {
    display: block;
  }
}

@media screen and (max-width: 1350px) {
  .desktop-hidden {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .desktop-s-hidden {
    display: none;
  }
}

.laptop-view {
  display: none;
}
@media screen and (max-width: 992px) {
  .laptop-view {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .laptop-hidden {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .laptop-hidden-im {
    display: none !important;
  }
}

.tablet-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .tablet-view {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .tablet-hidden {
    display: none;
  }
}

.mobile-view {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile-view {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .mobile-hidden {
    display: none;
  }
}

.mobile-s-view {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile-s-view {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mobile-s-del {
    display: none;
  }
}

.mobile-xs-view {
  display: none;
}
@media screen and (max-width: 400px) {
  .mobile-xs-view {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .mobile-xs-del {
    display: none;
  }
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.fw500 {
  font-weight: 500;
}

.ls0 {
  letter-spacing: 0;
}

.br-top0 {
  border-top: 0 !important;
}

.br-bt0 {
  border-bottom: 0 !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-normal {
  cursor: inherit !important;
}

.cursor-pointer {
  cursor: pointer;
}

.dp-inlineblock {
  display: inline-block;
}

.opa_5 {
  opacity: 0.5;
}

.btnArea {
  text-align: center;
}
.btnArea.btnArea2 > .btn-big:first-child, .btnArea.btnArea2 > .btn-md:first-child {
  margin-right: 20px;
}

.btn-mdArea {
  text-align: center;
}
.btn-mdArea.btn-mdArea2 > .btn-md:first-child {
  margin-right: 10px;
}

.btn-input {
  position: relative;
  font-size: 1rem;
  color: #677294;
  line-height: 2.25rem;
  padding: 0.3125rem 2.5rem 0.3125rem 1.25rem;
  border: 1px solid #D8DEE5;
  border-radius: 1.25rem;
  box-shadow: 1px 2px 2px rgba(103, 114, 148, 0.18);
  background: #fff;
  transition: 0.3s;
}
.btn-input:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  content: "\e93f";
  font-family: xeicon;
  font-size: 1rem;
  color: #677294;
  transform: translateY(-50%);
}
.btn-input:hover, .btn-input:focus {
  color: #677294;
  border: 1px solid #017BFF;
}

.btn-favorite {
  position: relative;
  width: 1.5rem;
  height: 1.5625rem;
  cursor: pointer;
}
.btn-favorite input[type=checkbox] {
  display: none;
}
.btn-favorite input[type=checkbox]:checked ~ .xi-star {
  opacity: 1;
}
.btn-favorite i {
  position: absolute;
  top: 0;
  left: 0;
  color: #D8DEE5;
  font-size: 1.5625rem;
}
.btn-favorite i.xi-star {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.btn-favorite:hover i.xi-star {
  opacity: 0.5;
}

.btn-big, .btn-md {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  background: #0077ED;
  transition: 0.3s;
}
.btn-big:hover, .btn-md:hover, .btn-big:focus, .btn-md:focus {
  background: #0061C1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-big, .btn-md {
    height: 40px;
    line-height: 40px;
  }
}
.btn-big.btn-cancel, .btn-cancel.btn-md {
  border: 1px solid #D8DEE5;
  background: #fff;
  color: #677294;
}
.btn-big.btn-deact, .btn-deact.btn-md, .btn-big:disabled, .btn-md:disabled {
  border: none;
  background: #f0f0f0;
  color: #a3a3a3;
  font-weight: 400;
  cursor: not-allowed;
}
.btn-big.btn-add, .btn-add.btn-md {
  border: 1px solid #007AFF;
  background: #fff;
  color: #007AFF;
}
.btn-big.btn-modify, .btn-big.btn-modify-cancel, .btn-modify.btn-md, .btn-md.btn-modify-cancel {
  border: 1px solid #677294;
  background: #fff;
  color: #677294;
  padding: 0;
}
.btn-big.btn-purple, .btn-purple.btn-md {
  background: #625CF9;
  color: #fff;
  padding: 0;
}
.btn-big.btn-purple:hover, .btn-purple.btn-md:hover, .btn-big.btn-purple:focus, .btn-purple.btn-md:focus {
  background: #4E48EF;
}

.btn-md {
  max-width: 155px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .btn-md {
    height: 35px;
    line-height: 35px;
  }
}

.item-kindBox {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 5px;
  border-radius: 2px;
  line-height: 1;
}
.item-kindBox.kind-blue {
  background: rgba(0, 119, 237, 0.1);
  color: #0077ED;
}
.item-kindBox.kind-red {
  background: rgba(255, 106, 91, 0.1);
  color: rgba(255, 106, 91, 0.9);
}
.item-kindBox.kind-purple {
  background: rgba(145, 91, 255, 0.1);
  color: rgba(145, 91, 255, 0.9);
}
.item-kindBox.kind-teal {
  background: rgba(59, 191, 152, 0.1);
  color: rgba(59, 191, 152, 0.9);
}

.btn-list {
  width: 60px;
  height: 60px;
  background: #0077ED;
  text-align: center;
  border-radius: 4px;
  transition: all 0.25s;
}
.btn-list i {
  font-size: 1.625rem;
  color: #fff;
  line-height: 60px;
}
.btn-list:hover {
  background: #0061C1;
}
@media screen and (max-width: 768px) {
  .btn-list {
    width: 40px;
    height: 40px;
  }
  .btn-list i {
    line-height: 40px;
  }
}

.btn-post, .btn-post-auto {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #007AFF;
  border: 1px solid #007AFF;
  border-radius: 4px;
  padding: 8px 0;
  width: 80px;
  background: #fff;
}
.btn-post.red, .red.btn-post-auto {
  color: #FF6A5B;
  border-color: #FF6A5B;
}

.btn-confirm {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #007AFF;
  border: 1px solid #007AFF;
  border-radius: 4px;
  padding: 8px 0;
  width: 55px;
  background: #fff;
}
.btn-confirm.purple {
  color: #625CF9;
  border-color: #625CF9;
}

.btn-cancelS {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  border-radius: 4px;
  padding: 8px 0;
  width: 80px;
  background: #677294;
}

.btn-post-auto {
  width: auto;
  padding: 8px 0.9375rem;
}

.btn-receipt {
  font-size: 12px;
  color: #5e5e5e;
  text-align: center;
  min-width: 74px;
  border: 1px solid #5e5e5e;
  border-radius: 4px;
  background: #fff;
  padding: 2px 0 1px 0;
}
.btn-receipt.none {
  border-color: #D8DEE5;
  cursor: default;
}
.btn-receipt.btn-tax {
  border-color: #0077ED;
}
.btn-receipt.btn-tax a {
  color: #0077ED;
}
.btn-receipt.btn-cash {
  border-color: #915BFF;
}
.btn-receipt.btn-cash a {
  color: #915BFF;
}

.btn-modify, .btn-modify-cancel {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  padding: 8px 15px;
  border: 1px solid #677294;
  border-radius: 4px;
}

.btn-modify-cancel {
  color: #fff;
  background: #677294;
}

.btn-boxDel, .btn-boxDel-gray {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007AFF;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  padding: 0;
}
.btn-boxDel i, .btn-boxDel-gray i {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.btn-boxDel-gray {
  background: #D8DEE5;
}
.btn-boxDel-gray:hover {
  background: #007AFF;
}

.btn-phone-modify {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #007AFF;
  border: 1px solid #007AFF;
  border-radius: 15px;
  padding: 3px 15px;
  margin-left: 10px;
}

.btn-ok-skyBlue {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #0061C1;
  background: #F7FBFF;
  border: 1px solid #5AC7FF;
  border-radius: 4px;
  padding: 8px 15px;
}

.btn-list-more {
  text-align: center;
  margin: 2.5rem auto;
  display: block;
  width: 100%;
  max-width: 340px;
  line-height: 1;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #677294;
  padding: 1.0625rem 0;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
.btn-list-more i {
  margin-left: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .btnArea.btnArea2 > .btn-big, .btnArea.btnArea2 > .btn-md {
    width: calc(50% - 20px);
    max-width: unset;
  }
  .btnArea.btnArea2 > .btn-big:first-child, .btnArea.btnArea2 > .btn-md:first-child {
    margin-right: 10px;
  }
  .btn-phone-modify {
    padding: 3px 10px;
    margin-left: 7px;
    min-width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .btn-mdArea.btn-mdArea2 > .btn-md {
    width: calc(50% - 7px);
    max-width: unset;
  }
}
.ps-blue {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #0061C1;
  background: rgba(236, 236, 236, 0.8);
  padding: 1px 7px 1px 22px;
  margin-top: 0.625rem;
  border-radius: 2px;
}
.ps-blue:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 7px;
  font-family: xeicon;
  content: "\e9ab";
}
.ps-blue u {
  font-weight: 500;
}

.ps-red {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #B5180B;
  background: rgba(236, 236, 236, 0.8);
  padding: 1px 7px 1px 22px;
  margin-top: 0.625rem;
  border-radius: 2px;
}
.ps-red b {
  font-weight: 500;
  text-decoration: underline;
}
.ps-red:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 7px;
  font-family: xeicon;
  content: "\e9ab";
}

.ps-purple-notBg {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #625CF9;
  margin-top: 0.625rem;
  padding-left: 15px;
}
.ps-purple-notBg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.ps-light-blue-notBg {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin-top: 0.625rem;
  padding-left: 15px;
}
.ps-light-blue-notBg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.wAuto {
  width: auto;
}

.w25p {
  width: 25%;
}

.w20p-5 {
  width: calc(20% - 5px);
}

.w25p-5 {
  width: calc(25% - 5px);
}

.w30p-5 {
  width: calc(30% - 5px);
}

.w33p-5 {
  width: calc(33% - 5px);
}

.w36p-5 {
  width: calc(36% - 5px);
}

.w40p-5 {
  width: calc(40% - 5px);
}

.w48p-5 {
  width: calc(48% - 5px);
}

.w50p-5 {
  width: calc(50% - 5px);
}

.w50p-5-im {
  width: calc(50% - 5px) !important;
}

.w60p-5 {
  width: calc(60% - 5px);
}

.w66p-5 {
  width: calc(66% - 5px);
}

.w70p-5 {
  width: calc(70% - 5px);
}

.w75p-5 {
  width: calc(75% - 5px);
}

.w100px {
  width: 100px;
}

.w100px-im {
  width: 100px !important;
}

.w110px {
  width: 110px;
}

.w130px {
  width: 130px;
}

.w150px {
  width: 150px;
}

.w90px-exp {
  width: calc(100% - 90px);
}

.w100px-exp {
  width: calc(100% - 100px);
}

.w110px-exp {
  width: calc(100% - 110px);
}

.w120px-exp {
  width: calc(100% - 120px);
}

.w130px-exp {
  width: calc(100% - 130px);
}

.w180px-exp {
  width: calc(100% - 180px);
}

.w90px-exp2 {
  width: calc((100% - 90px) / 2);
}

.w110px-exp2 {
  width: calc((100% - 110px) / 2);
}

.w180px-exp2 {
  width: calc((100% - 180px) / 2);
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w100p {
  width: 100%;
}

.w100p-im {
  width: 100% !important;
}

.mx-none {
  max-width: unset !important;
}

.mx-w140 {
  max-width: 140px !important;
}

.mx-w160 {
  max-width: 160px !important;
}

.mx-w235 {
  max-width: 235px !important;
}

.mx-w240 {
  max-width: 240px !important;
}

.mx-w320 {
  max-width: 320px !important;
}

.mx-w730 {
  max-width: 730px !important;
}

.h5px {
  height: 5px;
}

.h7px {
  height: 7px;
}

.ml7 {
  margin-left: 0.4375rem;
}

.ml10 {
  margin-left: 0.625rem;
}

.ml20 {
  margin-left: 1.25rem;
}

.ml20-import {
  margin-left: 1.25rem !important;
}

.ml30 {
  margin-left: 1.875rem;
}

.ml40 {
  margin-left: 2.5rem;
}

.mr5p {
  margin-right: 5%;
}

.mr10 {
  margin-right: 0.625rem;
}

.mr20 {
  margin-right: 1.25rem;
}

.mr40 {
  margin-right: 2.5rem;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt7 {
  margin-top: 7px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 0.625rem !important;
}

.mt-over3-mt10 > div:nth-child(n+3) {
  margin-top: 0.625rem !important;
}
.mt-over3-mt10 > input:nth-child(n+3) {
  margin-top: 0.625rem !important;
}

.mt15 {
  margin-top: 0.9375rem !important;
}

.mt20 {
  margin-top: 1.8518518519vh;
}

.mt30 {
  margin-top: 2.7777777778vh;
}

.mt40 {
  margin-top: 3.7037037037vh;
}

.mt40rem {
  margin-top: 2.5rem;
}

.mt50 {
  margin-top: 4.6296296296vh;
}

.mt60 {
  margin-top: 5.5555555556vh;
}

.mt60px {
  margin-top: 60px;
}

.mt80 {
  margin-top: 7.4074074074vh;
}

.mt120 {
  margin-top: 11.1111111111vh;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.3125rem !important;
}

.mb10 {
  margin-bottom: 0.625rem !important;
}

.mb15 {
  margin-bottom: 0.9375rem !important;
}

.mb20 {
  margin-bottom: 1.8518518519vh;
}

.mb30 {
  margin-bottom: 2.7777777778vh;
}

.mb40 {
  margin-bottom: 3.7037037037vh;
}

.mb50 {
  margin-bottom: 4.6296296296vh;
}

.mb60 {
  margin-bottom: 5.5555555556vh;
}

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

.pt10 {
  padding-top: 0.625rem !important;
}

@media screen and (max-width: 992px) {
  .w100px-exp {
    width: calc(100% - 90px);
  }
  .w110px-exp2 {
    width: calc((100% - 100px) / 2);
  }
  .laptop-w115px-exp {
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 1.8518518519vh;
  }
  .mt50 {
    margin-top: 2.7777777778vh;
  }
  .mt60 {
    margin-top: 3.7037037037vh;
  }
  .mt80 {
    margin-top: 5.5555555556vh;
  }
  .mb40 {
    margin-bottom: 1.8518518519vh;
  }
  .mb50 {
    margin-bottom: 2.7777777778vh;
  }
  .mb60 {
    margin-bottom: 3.7037037037vh;
  }
  .w100px-exp {
    width: calc(100% - 80px);
  }
  .w110px-exp2 {
    width: calc((100% - 90px) / 2);
  }
  .w180px-exp {
    width: calc(100% - 140px);
  }
  .w180px-exp2 {
    width: calc((100% - 140px) / 2);
  }
  .tablet-w100p {
    width: 100% !important;
  }
  .tablet-mt10 {
    margin-top: 0.625rem !important;
  }
}
@media screen and (max-width: 600px) {
  .mo-w25p-5 {
    width: calc(25% - 5px) !important;
  }
  .mo-w50p-5 {
    width: calc(50% - 5px) !important;
  }
  .mo-w100p {
    width: 100% !important;
  }
  .mo-mt0 {
    margin-top: 0 !important;
  }
  .mo-mt10 {
    margin-top: 0.625rem !important;
  }
  .mo-mb10 {
    margin-bottom: 0.625rem !important;
  }
  .mo-mt25px {
    margin-top: 25px !important;
  }
  .mo-ml0 {
    margin-left: 0;
  }
  .mo-ml10 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mo-s-w100p {
    width: 100% !important;
  }
  .mo-s-w33p-5 {
    width: calc(33.33% - 5px) !important;
  }
  .mo-s-w50p-5 {
    width: calc(50% - 5px) !important;
  }
  .mo-s-w50p {
    width: 50% !important;
  }
  .mo-s-w33p {
    width: 33.33%;
  }
  .mo-s-mb10 {
    margin-bottom: 0.625rem;
  }
  .mo-s-mt10 {
    margin-top: 0.625rem;
  }
  .mo-s-mx-unset {
    max-width: unset !important;
  }
}
@media screen and (max-width: 400px) {
  .mo-xs-w100p {
    width: 100% !important;
  }
  .mo-xs-ml0 {
    margin-left: 0 !important;
  }
}
.cr-lightBlue {
  color: #677294 !important;
}

.cr-lightRed {
  color: #FF6A5B !important;
}

.cr-blue {
  color: #007AFF !important;
}

.cr-red {
  color: #F93737 !important;
}

.cr-black {
  color: #232323 !important;
}

.cr-000 {
  color: #000 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inputDiv {
  border: 1px solid #677294;
  border-radius: 4px;
}

input:focus {
  outline: none;
}
input::placeholder {
  color: #B9B9B9;
}

.checkArea {
  position: relative;
  margin-top: 0.5625rem;
}
.checkArea .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.5rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin: 0;
}
.checkArea .checkbox-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkArea .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.75rem;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 0.625rem;
  position: absolute;
  left: 0.625rem;
  z-index: 2;
}
.checkArea .checkbox-custom + .checkbox-custom-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  z-index: 1;
}
.checkArea .checkbox-custom:checked + .checkbox-custom-label:before {
  opacity: 1;
  border-color: #fff;
}
.checkArea .checkbox-custom:checked + .checkbox-custom-label:after {
  opacity: 1;
  background: #677294;
  border: 1px solid #677294;
}
.checkArea .checkbox-custom:disabled {
  cursor: default;
}
.checkArea .checkbox-custom:disabled + .checkbox-custom-label:before {
  opacity: 1;
  border-color: #fff;
}
.checkArea .checkbox-custom:disabled + .checkbox-custom-label:after {
  opacity: 1;
  background: #dee2e6;
  border: 1px solid #dee2e6;
}
.checkArea.check-talk {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .checkArea.check-talk {
    margin-left: 10px;
  }
}

.check-kindArea {
  position: relative;
}
.check-kindArea .checkbox-custom-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.4375rem 1.875rem;
  line-height: 1;
  font-size: 1rem;
  color: #5e5e5e;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: 1px solid #D8DEE5;
  border-radius: 20px;
  transition: all 0.25s;
}
.check-kindArea .checkbox-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.check-kindArea .checkbox-custom:hover + .checkbox-custom-label {
  border: 1px solid #007AFF;
}
.check-kindArea .checkbox-custom:checked + .checkbox-custom-label {
  background: #325CBC;
  border: 1px solid #325CBC;
  color: #fff;
}

.check-helpArea {
  position: relative;
}
.check-helpArea .checkbox-help-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.4375rem 0.625rem;
  line-height: 1;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  transition: all 0.25s;
}
.check-helpArea .checkbox-help {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.check-helpArea .checkbox-help:hover + .checkbox-help-label {
  border: 1px solid #6EC1E4;
}
.check-helpArea .checkbox-help:checked + .checkbox-help-label {
  background: #6EC1E4;
  border: 1px solid #6EC1E4;
  color: #fff;
}
.check-helpArea .checkbox-help:checked + .checkbox-help-label i:before {
  content: "\e9e4";
}
.check-helpArea i {
  vertical-align: bottom;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  width: 100%;
  max-width: 730px;
  height: 39px;
}
.custom-file .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-file .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0;
  cursor: pointer;
  width: 100%;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  background: #F4F6F9;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.custom-file .input-file + .js-labelFile.has-file {
  color: #232323;
}
.custom-file .input-file + .js-labelFile.has-file .file-ico:before {
  content: "\eaa0";
  color: #232323;
}
.custom-file.file-del .input-file + .js-labelFile {
  padding: 8px 35px 8px 15px;
}
.custom-file .btn-del {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #D3493D;
  font-size: 1.375rem;
}

.custom-file-re {
  position: relative;
  width: 100%;
  max-width: 730px;
  height: 39px;
}
.custom-file-re .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-file-re .input-file + .js-labelFile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0;
  cursor: pointer;
}
.custom-file-re .input-file + .js-labelFile .js-fileName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 105px);
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  background: #F4F6F9;
  font-size: clamp(12px, 768px, 0.875rem);
  text-decoration: underline;
  color: #9FA4AB;
  padding: 8px 15px;
}
.custom-file-re .input-file + .js-labelFile .btn {
  width: 96px;
  height: 39px;
  line-height: 39px;
  color: #007AFF;
  font-size: clamp(12px, 768px, 0.875rem);
  border: 1px solid #007AFF;
  border-radius: 4px;
  padding: 0;
}
.custom-file-re .input-file + .js-labelFile.has-file .js-fileName {
  color: #5e5e5e;
}
.custom-file-re.file-del .input-file + .js-labelFile {
  padding: 8px 35px 8px 15px;
}
.custom-file-re .btn-del {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #D3493D;
  font-size: 1.375rem;
}

.file-view {
  position: relative;
  padding: 8px 40px 8px 15px;
  background: #F4F4F5;
  border-radius: 4px;
}
.file-view a {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1.2;
  color: #9fa4ab;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  margin-bottom: -3px;
}
.file-view button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  line-height: 1;
}
.file-view button img {
  width: 13px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .file-view button {
    right: 16px;
  }
  .file-view button img {
    width: 12px;
  }
}

.radio-custom label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 1.5rem;
  vertical-align: top;
}
.radio-custom label:disabled {
  cursor: default;
}
.radio-custom label span.shape {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #D8DEE5;
  border-radius: 50%;
}
.radio-custom label span.shape:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  background: #677294;
  width: 0.75rem;
  height: 0.75rem;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
}
.radio-custom label span.txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  line-height: 1.5rem;
  vertical-align: top;
  margin-left: 5px;
}
.radio-custom label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.radio-custom label input:checked + span.shape:before {
  opacity: 1;
  transition: color 0.3 ease-out;
}
.radio-custom label input:disabled + span.shape {
  background: #eee;
}
.radio-custom.radio-custom-none label {
  cursor: auto;
}
.radio-custom.radio-custom-none .txt {
  margin-left: 0;
}

input[type=text].base, input[type=password].base {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  max-width: 730px;
  font-size: clamp(12px, 768px, 0.875rem);
  background: #fff;
  letter-spacing: 0;
}
input[type=text].base::placeholder, input[type=password].base::placeholder {
  color: #B9B9B9;
}
input[type=text].base:focus, input[type=password].base:focus {
  border-color: #007AFF;
}
input[type=text].base.ph-soft::placeholder, input[type=password].base.ph-soft::placeholder {
  color: #adb5bd !important;
}

textarea.base {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  max-width: 730px;
  font-size: clamp(12px, 768px, 0.875rem);
  background: #fff;
}
textarea.base::placeholder {
  color: #B9B9B9;
}
textarea.base:focus {
  outline: none;
  border-color: #007AFF;
}

input.base:read-only {
  background: #F4F6F9;
}
input.base:read-only::placeholder {
  color: #5e5e5e;
}

.readonly-txt {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  max-width: 730px;
  background: #F4F6F9;
  font-size: clamp(12px, 768px, 0.875rem);
}

.input-delArea {
  position: relative;
}
.input-delArea input[type=text] {
  width: 100%;
  padding-right: 32px;
}
.input-delArea button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #D3493D;
}

.input-txt1 {
  position: relative;
}
.input-txt1 input[type=text] {
  width: 100%;
  padding-right: 30px;
}
.input-txt1 span {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.input-txt2 {
  position: relative;
}
.input-txt2 input[type=text] {
  width: 100%;
  padding-right: 45px;
}
.input-txt2 span {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.input-txt2 span sup {
  font-size: 8px;
}

.wPlace-date-exp {
  width: calc(100% - 150px);
}

.input-place-date {
  position: relative;
  width: 140px;
  cursor: pointer;
  background: #F4F6F9 url(/assets/img/sub/ico-calander.png) no-repeat right 15px center;
  background-size: 14px auto;
  filter: blur(0);
}
.input-place-date input[type=text] {
  width: 100%;
  padding-right: 45px;
  cursor: pointer;
  background: transparent !important;
}

textarea.base {
  min-height: 200px;
}

select.base {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 45px 8px 15px;
  background: #fff url(/assets/img/common/select-arrow.svg) no-repeat right 15px center;
  background-size: 14px auto;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
select.base:focus {
  border-color: #007AFF;
}
select.base option {
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1.4;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.custom-tooltip i {
  font-size: 1.125rem;
  color: #677294;
}
.custom-tooltip .custom-tooltip-txt {
  visibility: hidden;
  width: 200px;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  box-shadow: 0 5px 13px rgba(139, 139, 139, 0.16);
  padding: 0.9375rem;
  text-align: left;
}
.custom-tooltip .custom-tooltip-txt.wide {
  width: 300px;
}
.custom-tooltip .custom-tooltip-txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(/assets/img/sub/tooltip-arrow.png) no-repeat 0 0;
  width: 10px;
  height: 18px;
  transform: translateY(-50%);
}
.custom-tooltip .tip-tit {
  font-size: 13px;
  color: #677294;
  font-weight: 700;
  margin-bottom: 5px;
}
.custom-tooltip .tip-txt {
  font-size: 12px;
  color: #5e5e5e;
}
.custom-tooltip .list-area > ul li {
  position: relative;
  padding-left: 8px;
  font-size: 13px;
  color: #5e5e5e;
  line-height: 18px;
}
.custom-tooltip .list-area > ul li b {
  color: #232323;
}
.custom-tooltip .list-area > ul li u {
  color: #007AFF;
  text-decoration: none;
  font-weight: 500;
}
.custom-tooltip .list-area > ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #677294;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.custom-tooltip .list-area > ul li:not(:last-child) {
  margin-bottom: 5px;
}
.custom-tooltip:hover .custom-tooltip-txt {
  visibility: visible;
}
.custom-tooltip.place-bottom .custom-tooltip-txt {
  left: -20px;
  top: calc(100% + 10px);
  transform: unset;
}
.custom-tooltip.place-bottom .custom-tooltip-txt:before {
  transform: rotate(90deg);
  top: -14px;
  left: 23px;
}

@media screen and (max-width: 992px) {
  .wPlace-date-exp {
    width: calc(100% - 130px);
  }
  .input-place-date {
    width: 120px;
  }
  .input-place-date input[type=text] {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  select.base {
    padding: 8px 30px 8px 12px;
    background-size: 10px auto;
  }
}
@media screen and (max-width: 400px) {
  .wPlace-date-exp {
    width: 100%;
  }
  .input-place-date {
    margin-top: 0.625rem;
    width: 100%;
  }
}
.selectDiv {
  position: relative;
  display: inline-block;
}
.selectDiv select {
  display: none;
}
.selectDiv .select-selected {
  font-size: 0.875rem;
  cursor: pointer;
  user-select: none;
  border: 1px solid #D8DEE5;
  padding: 0.5rem 0.9375rem;
  border-radius: 4px;
}
.selectDiv .select-selected.select-unselected {
  color: #B9B9B9;
}
.selectDiv .select-selected.focus {
  color: #5e5e5e;
}
.selectDiv .select-selected:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #677294;
  border-right: 2px solid #677294;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
.selectDiv .select-selected.select-arrow-active:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0061C1;
  border-radius: 4px;
}
.selectDiv .select-selected.select-arrow-active:after {
  margin-top: 1px;
  transform: rotate(-135deg) translateY(-50%);
}
.selectDiv .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 14rem;
  overflow-y: auto;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border: 1px solid #D8DEE5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  z-index: 1;
}
.selectDiv .select-items div {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 0.875rem;
  line-height: 2rem;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.selectDiv .select-items div:not(:last-child) {
  border-bottom: 1px dashed #D8DEE5;
}
.selectDiv .select-items div:hover {
  background: rgba(103, 114, 148, 0.1);
}
.selectDiv .select-hide {
  display: none;
}
.selectDiv .select-items div:hover, .selectDiv .same-as-selected {
  background: rgba(103, 114, 148, 0.1);
}

.select {
  position: relative;
}
.select .custom-select {
  visibility: hidden;
  padding: 0.5rem 0.9375rem;
}
.select .select-styled {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 0.875rem;
  cursor: pointer;
  user-select: none;
  border: 1px solid #D8DEE5;
  padding: 0.5rem 0.9375rem;
  border-radius: 4px;
  background: #fff;
}
.select .select-styled:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 1px solid #677294;
  border-right: 1px solid #677294;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
.select .select-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 14rem;
  overflow-y: auto;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border: 1px solid #D8DEE5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  z-index: 1;
}
.select .select-options li {
  position: relative;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  line-height: 2rem;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.select .select-options li:not(:last-child) {
  border-bottom: 1px dashed #D8DEE5;
}
.select .select-options li:hover {
  background: rgba(103, 114, 148, 0.1);
}

.checkDiv {
  position: relative;
  margin-top: 0.5625rem;
}
.checkDiv .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #677294;
  margin: 0;
}
.checkDiv .checkbox-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkDiv .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.75rem;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 0.625rem;
  position: absolute;
  left: 0.625rem;
  z-index: 2;
}
.checkDiv .checkbox-custom + .checkbox-custom-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  z-index: 1;
}
.checkDiv .checkbox-custom:checked + .checkbox-custom-label:before {
  opacity: 1;
  border-color: #fff;
}
.checkDiv .checkbox-custom:checked + .checkbox-custom-label:after {
  opacity: 1;
  background: #677294;
  border: 1px solid #677294;
}

.w30p-5 {
  width: calc(30% - 5px);
}

.w50p-5 {
  width: calc(50% - 5px);
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w100p {
  width: 100%;
}

.header {
  position: sticky;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(100px);
}

.top-bar {
  background: #017BFF;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
}
.top-bar h5.tit, .top-bar .tit.h5 {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
}
.top-bar .carousel-inner {
  height: 2.5rem;
}
.top-bar .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-bar .t-news {
  float: left;
}
.top-bar .t-news h5.tit, .top-bar .t-news .tit.h5 {
  position: relative;
  padding: 0 1.5625rem;
}
.top-bar .t-news h5.tit img, .top-bar .t-news .tit.h5 img {
  width: 1.0625rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-bar .t-news h5.tit:after, .top-bar .t-news .tit.h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  width: 1px;
  height: 0.9375rem;
  transform: translateY(-50%);
}
.top-bar .t-news #t-news-carousel {
  width: 270px;
  padding-left: 1.25rem;
}
.top-bar .t-rank {
  float: right;
}
.top-bar .t-rank h5.tit, .top-bar .t-rank .tit.h5 {
  padding-right: 0.9375rem;
}
.top-bar .t-rank #t-rank-carousel {
  width: 280px;
  background: #0187ff;
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item a {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  color: #fff;
  text-align: center;
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:first-child a:before {
  content: "1";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(2) a:before {
  content: "2";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(3) a:before {
  content: "3";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(4) a:before {
  content: "4";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(5) a:before {
  content: "5";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(6) a:before {
  content: "6";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(7) a:before {
  content: "7";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(8) a:before {
  content: "8";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(9) a:before {
  content: "9";
}
.top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item:nth-child(10) a:before {
  content: "10";
}
@media screen and (max-width: 992px) {
  .top-bar .t-news h5.tit, .top-bar .t-news .tit.h5 {
    padding: 0;
    width: 20px;
  }
  .top-bar .t-news h5.tit span, .top-bar .t-news .tit.h5 span {
    display: none;
  }
  .top-bar .t-news h5.tit:after, .top-bar .t-news .tit.h5:after {
    display: none;
  }
  .top-bar .t-news #t-news-carousel {
    padding-left: 0.625rem;
  }
  .top-bar .t-rank #t-rank-carousel {
    width: 250px;
  }
  .top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item a {
    padding-left: 25px;
  }
  .top-bar .t-rank #t-rank-carousel .carousel-inner > div.carousel-item a:before {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-bar .inner {
    padding-right: 0;
  }
  .top-bar .t-news #t-news-carousel {
    width: 36.4583333333vw;
  }
}
@media screen and (max-width: 600px) {
  .top-bar .t-news {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-bar .inner {
    padding-left: 0;
  }
  .top-bar .t-rank {
    width: 100%;
  }
  .top-bar .t-rank h5.tit, .top-bar .t-rank .tit.h5 {
    width: 40%;
    text-align: center;
  }
  .top-bar .t-rank #t-rank-carousel {
    width: 60%;
  }
}

.top-area {
  position: relative;
  height: 5rem;
  border-bottom: 1px solid #EFEFEF;
  background: #fff;
}
.top-area .inner {
  height: 5rem;
}
.top-area .logo {
  margin-right: 3.7037037037%;
}
.top-area .logo a {
  display: inline-block;
}
.top-area .logo a img {
  width: auto;
  height: 3.125rem;
}
.top-area nav li {
  position: relative;
}
.top-area nav li a.depth1 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  padding: 0 1.25rem;
  line-height: 5rem;
}
.top-area nav li a.depth1:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #0061C1;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  border: none;
  margin: 0;
  z-index: 4;
}
.top-area nav li a.depth1:hover, .top-area nav li a.depth1.show {
  color: #0061C1;
}
.top-area nav li a.depth1:hover:after, .top-area nav li a.depth1.show:after {
  width: 100%;
}
.top-area nav li a.depth1.show:before {
  display: block;
}
.top-area nav li .depth2 a {
  display: inline-block;
  width: 100%;
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1;
}
.top-area nav li .depth2 a:hover {
  color: #232323;
  font-weight: 500;
  text-decoration: underline;
}
.top-area nav.w-nav .depth2 {
  min-width: 135px;
  border: 0;
  padding: 20px 0;
  z-index: 2;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  transform: translateX(-50%) !important;
  top: calc(100% - 1px) !important;
  left: 50% !important;
}
.top-area nav.w-nav .depth2 a {
  text-align: center;
}
.top-area nav.w-nav .depth2 li:not(:last-child) {
  margin-bottom: 15px;
}
.top-area .member {
  margin-left: auto;
}
.top-area .member ul {
  gap: 10px;
}
.top-area .member ul > li {
  position: relative;
  line-height: 1;
}
.top-area .member ul > li a, .top-area .member ul > li button {
  display: block;
  width: 48px;
  font-size: 13px;
  font-weight: 500;
  color: #adb5bd;
  line-height: 1;
  text-align: center;
}
.top-area .member ul > li a b, .top-area .member ul > li button b {
  font-weight: 500;
}
.top-area .member ul > li i {
  width: 100%;
  font-size: 24px;
  margin-bottom: 5px;
}
.top-area .member ul > li span {
  position: absolute;
  top: -6px;
  right: -3px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #007AFF;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
.top-area .member ul > li.mem-ico-view button {
  width: 60px;
}
.top-area .member ul > li.mem-ico-view span {
  right: 2px;
  background: #5AC7FF;
}
.top-area .navBtn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: none;
  width: 20px;
  height: 17px;
  cursor: pointer;
}
.top-area .navBtn p {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
}
.top-area .navBtn p span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #017BFF;
  position: absolute;
  left: 0;
}
.top-area .navBtn p span.line-top {
  top: 0;
}
.top-area .navBtn p span.line-mid {
  top: calc(50% - 1px);
}
.top-area .navBtn p span.line-bot {
  bottom: 0;
}
.top-area .m-slideNav {
  width: clamp(350px, 50vw, 800px);
  height: 100vh;
  background: #fff;
  padding: 10.6481481481vh 1.4814814815vw;
  text-align: left;
  display: none;
}
.top-area .m-slideNav .navBtn-close {
  position: absolute;
  top: 4.6296296296vh;
  left: 20px;
  width: 22px;
  height: 20px;
  cursor: pointer;
}
.top-area .m-slideNav .navBtn-close p {
  position: relative;
  display: inline-block;
  width: 25px;
}
.top-area .m-slideNav .navBtn-close p .m-line {
  width: 100%;
  height: 4px;
  background: #017BFF;
  position: absolute;
  top: 0;
  left: 0;
}
.top-area .m-slideNav .navBtn-close p .m-line.line-top {
  transform: rotate(45deg);
}
.top-area .m-slideNav .navBtn-close p .m-line.line-bot {
  transform: rotate(-45deg);
}
.top-area .m-slideNav .member {
  position: absolute;
  top: 4.6296296296vh;
  right: 1.4814814815vw;
}
.top-area .m-slideNav .searchArea {
  margin-top: 2.7777777778vh;
  padding-top: 2.7777777778vh;
  border-top: 1px solid #EFEFEF;
}
.top-area .m-slideNav nav li a.depth1:after {
  display: none;
  all: initial;
}
.top-area .m-slideNav nav li a.depth1:before {
  all: initial;
}
.top-area .m-slideNav nav li.open a.depth1 {
  padding-right: 3.125rem;
}
.top-area .m-slideNav nav li.open a.depth1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #0061C1;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
}
.top-area .m-slideNav nav li.open a.depth1:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  background: #0061C1;
  width: 2px;
  height: 14px;
  transform: rotate(-90deg) translate(7px, 0);
  transition: 0.3s;
  cursor: pointer;
}
.top-area .m-slideNav nav li.open a.depth1.collapsed:after {
  opacity: 1;
}
.top-area .m-slideNav nav li.open a.depth1.collapsed:before {
  transform: rotate(0) translate(0, -50%);
}
.top-area .m-slideNav nav li .depth2 {
  min-width: unset;
  border: 0;
  padding: 0;
  transform: unset !important;
  top: 0 !important;
  left: 0 !important;
}
.top-area .m-slideNav nav li .depth2 a {
  padding: 15px 1.875rem;
  text-align: left;
}
.top-area .m-slideNav nav li .depth2 li:not(:last-child) {
  margin-right: 0;
}
.top-area .m-slideNav nav li .depth2.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-area .navBtn, .top-area .m-slideNav {
    display: block;
  }
  .top-area nav.w-nav, .top-area .top-info .member {
    display: none;
  }
  .top-area .logo {
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-area .logo a img {
    height: 35px;
  }
  .top-area .member ul {
    gap: 5px;
  }
  .top-area .member ul > li a, .top-area .member ul > li button {
    width: 30px;
    font-size: 11px;
  }
  .top-area .member ul > li i {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .top-area .member ul > li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    right: -3px;
  }
  .top-area .member ul > li.mem-ico-msg a {
    width: 40px;
  }
  .top-area .member ul > li.mem-ico-view span {
    right: 4px;
  }
  .top-area .m-slideNav nav li:last-child a.depth1:after {
    width: 14px;
  }
  .top-area .m-slideNav nav li:last-child a.depth1:before {
    right: 6px;
    height: 14px;
  }
  .top-area .m-slideNav nav li:last-child a.depth1.show:before {
    transform: rotate(-90deg) translate(7px, 0);
  }
}
@media screen and (max-width: 480px) {
  .top-area .inner {
    padding: 0 10px 0 20px;
  }
  .top-area .member ul > li.mem-ico-view span {
    right: -10px;
  }
  .top-area .member ul > li.mem-ico-view button {
    width: 30px;
  }
  .top-area .member ul > li.mem-ico-view button b {
    display: none;
  }
}

.header-top {
  position: relative;
  z-index: 9999999;
  border-bottom: 1px solid #F3F5F7;
  padding: 20px 0;
}
.header-top .inner {
  display: flex;
  justify-content: space-between;
}
.header-top .inner > div {
  align-self: center;
}
.header-top .logo img {
  height: 2.8125rem;
}
.header-top .member > ul {
  display: flex;
  gap: 17px;
}
.header-top .member > ul > li {
  align-self: center;
  line-height: 1;
}
.header-top .member > ul > li a {
  display: inline-block;
  font-size: 15px;
  color: #232323;
}
.header-top .member > ul > li a i {
  font-size: 17px;
  line-height: 1;
}
.header-top .member > ul > li a:hover {
  color: #232323;
}
.header-top .member > ul > li a.my-link-d {
  display: none;
}
.header-top .member > ul > li a.charge {
  padding: 4px 0.625rem 3px 0.625rem;
  background: #F4F6F9;
  border-radius: 10px;
}
.header-top .member > ul > li a.charge span {
  color: #677294;
}
.header-top .member .my-depth1 {
  display: none;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
}
.header-top .member .my-depth1:after {
  display: none;
}
.header-top .member .my-depth1:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 0;
  font-family: xeicon;
  font-size: 13px;
  color: #232323;
  content: "\e941";
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}
.header-top .member .my-depth1.show:before {
  transform: translateY(-50%) rotate(180deg);
}
.header-top .member .my-depth2 {
  top: 10px !important;
  border: 1px solid #F3F5F7;
  min-width: 110px;
  z-index: 9999999;
}
.header-top .member .my-depth2 li {
  margin-top: 15px;
}
.header-top .member .my-depth2 li:last-child {
  padding: 15px 0;
  border-top: 1px solid #F3F5F7;
}
.header-top .member .my-depth2 a, .header-top .member .my-depth2 button {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 13px;
  color: #242424;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 1350px) {
  .header-top .member > ul > li a.my-link-w {
    display: none;
  }
  .header-top .member > ul > li a.my-link-d {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-top .member > ul > li a {
    font-size: 14px;
  }
  .header-top .member > ul > li a i {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header-top .member > ul {
    gap: 10px;
  }
  .header-top .member > ul.mem-login > li:not(.mem-my, :first-child) {
    display: none;
  }
  .header-top .member > ul.mem-login > li a {
    font-size: 13px;
  }
  .header-top .member > ul.mem-login > li a.my-link-d {
    display: none;
  }
  .header-top .member > ul.mem-login > li a.my-depth1 {
    display: block;
  }
}

.my-tooltip {
  position: relative;
  z-index: 5;
}
.my-tooltip .tooltip-txt {
  position: absolute;
  bottom: calc(-100% + 45px);
  left: 50%;
  display: none;
  background: #3E3B49;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  padding: 5px 7px;
  transform: translateX(-50%);
  word-break: keep-all;
  z-index: 5;
}
.my-tooltip .tooltip-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top: 7px solid #3E3B49;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-radius: 5px;
  transform: translateX(-50%);
}
.my-tooltip .tooltip-txt.place-bottom {
  bottom: unset;
  top: calc(-100% + 45px);
}
.my-tooltip .tooltip-txt.place-bottom:after {
  bottom: unset;
  top: -6px;
  border-top: 0;
  border-bottom: 7px solid #181818;
}
.my-tooltip .tooltip-txt.w65 {
  width: 65px;
}
.my-tooltip .tooltip-txt.w72 {
  width: 72px;
}
.my-tooltip:hover .tooltip-txt {
  display: block;
}

.nav {
  position: relative;
  z-index: 999999;
  border-bottom: 1px solid #F3F5F7;
}
.nav .inner > ul {
  display: flex;
  gap: 0 3.125rem;
}
.nav .depth1 {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: #232323;
  padding: 20px 0;
}
.nav .depth1:hover {
  color: #000;
}
.nav .depth1 i {
  font-size: 14px;
  vertical-align: top;
  margin-right: 10px;
}
.nav .dropdown-toggle {
  position: relative;
  padding-right: 18px;
}
.nav .dropdown-toggle:after {
  display: none;
}
.nav .dropdown-toggle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: xeicon;
  font-size: 11px;
  color: #575757;
  content: "\e941";
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}
.nav .dropdown-toggle.show:before {
  transform: translateY(-50%) rotate(180deg);
}
.nav .depth2 {
  top: -2px !important;
  padding: 1.5625rem;
  border: 1px solid #F3F5F7;
  background: #fff;
}
.nav .depth2 li:not(:last-child) {
  margin-bottom: 15px;
}
.nav .depth2 a {
  display: inline-block;
  font-size: 14px;
  color: #242424;
}
.nav .depth2 a i {
  margin-right: 10px;
}
.nav .nav-all {
  display: none;
}
.nav .nav-all span {
  color: #677294;
}
@media screen and (max-width: 768px) {
  .nav .depth1 {
    font-size: 14px;
  }
  .nav .depth1 i {
    font-size: 13px;
  }
  .nav .depth2 a {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .nav li {
    display: none;
  }
  .nav .nav-all {
    display: block;
  }
  .nav .nav-all .off {
    display: none;
  }
  .nav .nav-all #btn-nav-all.open .on {
    display: none;
  }
  .nav .nav-all #btn-nav-all.open .off {
    display: block;
  }
}

@keyframes bg-ani {
  0%, 100% {
    top: 2%;
    left: 50%;
    transform: rotate(0deg);
  }
  18% {
    top: 50%;
    left: 20%;
    transform: rotate(20deg);
  }
  20% {
    top: 50%;
    left: 20%;
    transform: rotate(20deg);
  }
  38% {
    top: 13%;
    left: 70%;
    transform: rotate(10deg);
  }
  40% {
    top: 13%;
    left: 70%;
    transform: rotate(10deg);
  }
  58% {
    top: 5%;
    left: 1%;
    transform: rotate(45deg);
  }
  60% {
    top: 5%;
    left: 1%;
    transform: rotate(45deg);
  }
  78% {
    top: 50%;
    left: 10%;
    transform: rotate(10deg);
  }
  80% {
    top: 50%;
    left: 10%;
    transform: rotate(10deg);
  }
}
.full-menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
}
.full-menu.open {
  display: block;
}
.full-menu .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.full-menu .bg-ani {
  position: absolute;
  filter: blur(100px);
  opacity: 0.4;
  animation: bg-ani 30s linear infinite;
  top: 2%;
  left: 50%;
}
.full-menu .bg-ani .circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
}
.full-menu .bg-ani .circle.blue {
  background: #007AFF;
  top: -10px;
  left: 100px;
  z-index: 2;
}
.full-menu .bg-ani .circle.purple {
  background: #915BFF;
  top: 100px;
}
.full-menu .align {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-menu .depth1 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 3vh;
}
.full-menu .depth1.dropdown-toggle {
  position: relative;
  padding-right: 18px;
  margin-bottom: 0;
}
.full-menu .depth1.dropdown-toggle:after {
  display: none;
}
.full-menu .depth1.dropdown-toggle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: xeicon;
  font-size: 11px;
  color: #575757;
  content: "\e941";
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}
.full-menu .depth1.dropdown-toggle.show:before {
  transform: translateY(-50%) rotate(180deg);
}
.full-menu .depth1 i {
  font-size: 14px;
  margin-left: 5px;
}
.full-menu .depth2-menu {
  background: none;
  top: 3vh !important;
}
.full-menu .depth2-menu li:not(:last-child) {
  margin-bottom: 1vh;
}
.full-menu .depth2 {
  font-size: 14px;
  color: #5e5e5e;
}
.full-menu .depth2 i {
  margin-right: 5px;
}

footer {
  margin-top: 140px;
  padding: 1.875rem 0;
  background: #303441;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
footer .areaL {
  width: calc(100% - 340px);
}
footer .areaL .customer ul {
  display: flex;
  flex-wrap: wrap;
}
footer .areaL .customer ul li {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  font-weight: 300;
}
footer .areaL .customer ul li a {
  color: inherit;
  letter-spacing: 0.05em;
}
footer .areaL .customer ul li a:hover {
  text-decoration: underline;
}
footer .areaL .customer ul li:last-child, footer .areaL .customer ul li:nth-child(3) {
  width: 100%;
  margin-bottom: 3px;
}
footer .areaL .customer ul li:not(:last-child) {
  margin-bottom: 3px;
}
footer .areaL .customer ul li:nth-child(2) {
  position: relative;
  padding-left: 70px;
}
footer .areaL .customer ul li:nth-child(2):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 35px;
  background: #707070;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
}
footer .areaL .f-txt {
  margin-top: 1.875rem;
}
footer .areaL .f-txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
footer .areaL .f-txt li {
  font-size: 12px;
  line-height: 22px;
  color: #9D9FA2;
}
footer .areaL .f-txt li span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-left: 1px;
}
footer .areaL .btn-customer {
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1;
  padding: 0.625rem 2.1875rem;
  background: #0077ED;
  color: #303441;
  font-weight: 700;
  border-radius: 400px;
}
footer .areaR {
  width: 300px;
  display: flex;
  gap: 60px;
}
footer .areaR dl {
  width: 120px;
}
footer .areaR dt {
  font-weight: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.25rem;
}
footer .areaR dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #9D9FA2;
  line-height: 1;
}
footer .areaR dd a, footer .areaR dd button {
  color: inherit;
}
footer .areaR dd a:hover, footer .areaR dd button:hover {
  text-decoration: underline;
}
footer .areaR dd:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 992px) {
  footer .inner {
    gap: 30px;
  }
  footer .areaL {
    width: calc(100% - 270px);
  }
  footer .areaR {
    width: 240px;
    gap: 40px;
  }
  footer .areaR dl {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 110px;
  }
  footer .areaL {
    width: 100%;
  }
  footer .areaL .customer ul li:nth-child(2) {
    padding-left: 50px;
  }
  footer .areaL .customer ul li:nth-child(2):before {
    left: 25px;
  }
  footer .areaR {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  footer .areaL .customer ul li:first-child, footer .areaL .customer ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 3px;
  }
  footer .areaL .customer ul li:nth-child(2) {
    padding: 0;
  }
  footer .areaL .customer ul li:nth-child(2):before {
    display: none;
  }
}

#ch-plugin .iinuLp {
  bottom: 20% !important;
  right: 5.7vw !important;
  z-index: 1000 !important;
}
@media screen and (max-width: 1350px) {
  #ch-plugin .iinuLp {
    bottom: 42px !important;
    right: 6.5% !important;
  }
  #ch-plugin .iinuLp .launcherIcon {
    width: 48px !important;
    height: 48px !important;
  }
  #ch-plugin .iinuLp .launcherIcon .iZgZVo {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 1350px) {
  #ch-plugin .iinuLp {
    right: 2.5925925926vw !important;
  }
}
@media screen and (max-width: 768px) {
  #ch-plugin .iinuLp .launcherIcon {
    width: 42px !important;
    height: 42px !important;
  }
  #ch-plugin .iinuLp .launcherIcon .iZgZVo {
    width: 38px;
    height: 38px;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 10, 25, 0.7);
  z-index: 1050;
}
.loading p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1051;
  text-align: center;
}
.loading svg path, .loading svg rect {
  fill: #adb5bd;
}
.loading span {
  display: block;
  color: #adb5bd;
  font-family: "s-core-dream";
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.modal {
  padding-right: 0 !important;
}

.modal-backdrop {
  z-index: 1032;
}

.modal {
  height: unset;
  max-height: calc(100% - 120px);
  max-width: 970px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  box-shadow: 0px 0px 39px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 10px;
  scrollbar-width: none;
  opacity: 0;
  transition: 0.5s;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal .modal-content {
  padding: 2.5rem;
}
.modal.show {
  opacity: 1;
}
.modal .pop-close {
  position: absolute;
  top: 2.5rem;
  right: 2.375rem;
}
.modal .pop-close i {
  font-size: 1.625rem;
  color: #677294;
  font-family: xeicon;
}
.modal h1.tit, .modal .tit.h1 {
  font-size: 1.625rem;
  color: #232323;
  font-weight: 500;
  line-height: 1;
}

.quick-modal-recent {
  max-width: 1100px;
}
.quick-modal-recent .quick-recent-con {
  border-top: 2px solid #007AFF;
  margin-top: 1.875rem;
}
.quick-modal-recent .quick-recent-con .col-check {
  width: 30px;
}
.quick-modal-recent .quick-recent-con .col-kind {
  width: 110px;
}
.quick-modal-recent .quick-recent-con .col-loc {
  width: 160px;
}
.quick-modal-recent .quick-recent-con .col-area {
  width: 90px;
}
.quick-modal-recent .quick-recent-con .col-sale {
  width: calc(100% - 690px);
}
.quick-modal-recent .quick-recent-con .col-deal {
  width: 200px;
}
.quick-modal-recent .quick-recent-con .col-date {
  width: 100px;
}
.quick-modal-recent .quick-recent-con .checkArea {
  position: relative;
  margin-top: 0;
}
.quick-modal-recent .quick-recent-con .checkArea .checkbox-custom-label {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.25rem;
  margin: 0 auto;
  text-indent: -1000000px;
}
.quick-modal-recent .quick-recent-con .checkArea .checkbox-custom {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.quick-modal-recent .quick-recent-con .checkArea .checkbox-custom + .checkbox-custom-label:before {
  all: initial;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/assets/img/common/ico-x.svg) no-repeat 0 0;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%);
  background-size: 0.75rem auto;
  cursor: pointer;
  z-index: 2;
}
.quick-modal-recent .quick-recent-con .checkArea .checkbox-custom + .checkbox-custom-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #D8DEE5;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  z-index: 1;
}
.quick-modal-recent .quick-recent-con .checkArea .checkbox-custom:checked + .checkbox-custom-label:before {
  opacity: 1;
  border-color: #fff;
}
.quick-modal-recent .quick-recent-con .checkArea .checkbox-custom:checked + .checkbox-custom-label:after {
  opacity: 1;
  background: #677294;
  border: 1px solid #677294;
}
.quick-modal-recent .quick-recent-con .quick-recent-tHead {
  border-bottom: 1px solid #D8DEE5;
  padding-right: 10px;
}
.quick-modal-recent .quick-recent-con .quick-recent-tHead > div {
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  font-weight: 500;
  padding: 13px 5px;
  word-break: keep-all;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody {
  max-height: 332px;
  overflow-y: auto;
  padding-right: 10px;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div {
  width: 100%;
  border-bottom: 1px solid #D8DEE5;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div:hover, .quick-modal-recent .quick-recent-con .quick-recent-tBody > div:focus {
  background: #F8FDFF;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div {
  padding: 20px 5px;
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  word-break: keep-all;
  align-self: flex-start;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-sale, .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-deal {
  text-align: left;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div a.info-tit {
  display: block;
  width: 100%;
  font-size: clamp(14px, 768px, 1rem);
  font-weight: 500;
  color: #232323;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul li {
  position: relative;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul li b {
  color: #007AFF;
  font-weight: 400;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul li:not(:last-child):after {
  display: inline-block;
  content: "/";
  padding: 0 0.1875rem;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul.flex-row li {
  width: 100%;
}
.quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul.flex-row li:not(:last-child):after {
  display: none;
}
@media screen and (max-width: 1240px) {
  .quick-modal-recent .quick-recent-con .col-loc {
    width: 10%;
  }
  .quick-modal-recent .quick-recent-con .col-deal {
    width: 20%;
  }
  .quick-modal-recent .quick-recent-con .col-sale {
    width: calc(70% - 330px);
  }
}
@media screen and (max-width: 992px) {
  .quick-modal-recent .quick-recent-con .col-kind {
    width: 100px;
  }
  .quick-modal-recent .quick-recent-con .col-area {
    width: 65px;
  }
  .quick-modal-recent .quick-recent-con .col-sale {
    width: calc(70% - 275px);
  }
  .quick-modal-recent .quick-recent-con .col-date {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .quick-modal-recent .quick-recent-con .checkArea {
    text-align: left;
    z-index: 1;
  }
  .quick-modal-recent .quick-recent-con .checkArea .checkbox-custom-label {
    text-indent: 0;
    margin: 0;
    font-size: 12px;
    color: #677294;
    padding-left: 22px;
  }
  .quick-modal-recent .quick-recent-con .checkArea .checkbox-custom {
    top: 0;
    left: 0;
    transform: unset;
  }
  .quick-modal-recent .quick-recent-con .checkArea .checkbox-custom + .checkbox-custom-label:before {
    left: 7px;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tHead {
    display: none;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div {
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div:hover, .quick-modal-recent .quick-recent-con .quick-recent-tBody > div:focus {
    background: none;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div {
    position: relative;
    width: 100%;
    text-align: right;
    padding: 10px 5% 10px 100px;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div:nth-child(even) {
    background: #F8FDFF;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div a.info-tit {
    text-align: right;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-check {
    position: absolute;
    top: 13px;
    right: 5%;
    width: 60px;
    padding: 0;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: clamp(12px, 768px, 0.875rem);
    color: #232323;
    font-weight: 500;
    transform: translateY(-50%);
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-kind {
    text-align: left;
    padding: 10px 4.5%;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-loc:before {
    content: "지역";
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-area:before {
    content: "상권";
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-sale:before {
    content: "매매정보";
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-deal:before {
    content: "거래정보";
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div.col-date:before {
    content: "등록일";
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul.flex {
    justify-content: flex-end !important;
  }
  .quick-modal-recent .quick-recent-con .quick-recent-tBody > div > div ul.flex li {
    text-align: right;
  }
}

.pop-term .modal-content {
  padding: 2.5rem;
}
.pop-term .pop-term-close {
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
  display: block;
  font-size: 1.875rem;
  color: #fff;
  background: #017BFF;
  padding: 0.1875rem 0.625rem 0.0625rem 0.625rem;
}
.pop-term h1.tit, .pop-term .tit.h1 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 3.125rem;
  color: #232323;
  text-align: center;
  margin-bottom: 1.25rem;
}
.pop-term .pop-term-txt {
  background: #f9f9f9;
  padding: 2.5rem;
  overflow-y: scroll;
  height: 400px;
}
.pop-term .pop-term-txt p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  margin-bottom: 1.25rem;
}
.pop-term .pop-term-txt p.s-tit {
  color: #677294;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.pop-term .pop-term-txt p.b-tit {
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
  margin-bottom: 0.625rem;
}
.pop-term .pop-term-txt p:last-child {
  margin-bottom: 0;
}
.pop-term .pop-term-txt p a {
  text-decoration: underline;
  color: #007AFF;
}
.pop-term .pop-term-txt > section:not(:last-child) {
  margin-bottom: 2.5rem;
}

.main-layer-popup > .layer-popup-inner-img img {
  width: 100%;
  height: auto;
}

.pop-qna {
  max-width: 980px;
}
.pop-qna .warn-txt {
  background: #F4F6F9;
  padding: 1.25rem 2.5rem;
  margin-top: 3.7037037037vh;
}
.pop-qna .warn-txt p {
  position: relative;
  font-size: 1rem;
  color: #677294;
  font-weight: 500;
  padding-left: 1.75rem;
}
.pop-qna .warn-txt p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\ea2d";
  font-family: "xeicon";
  color: #FF6A5B;
  font-size: 1.125rem;
}
.pop-qna .warn-txt p a {
  color: #007AFF;
  text-decoration: underline;
}
.pop-qna .btn-mdArea {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .pop-qna .warn-txt {
    padding: 1.25rem;
  }
}

.pop-mem {
  max-width: 280px;
}
.pop-mem .modal-content {
  padding: 0;
}
.pop-mem .pop-close {
  top: 12px;
  right: 12px;
}
.pop-mem .pop-close i {
  font-size: 20px;
}
.pop-mem .txt {
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 18px;
  padding: 1.25rem;
}
.pop-mem .txt b {
  font-weight: 500;
}
.pop-mem .txt span {
  color: #677294;
}
.pop-mem .txt.bgY {
  background: #F4F6F9;
  color: #677294;
}
.pop-mem .pop-btnArea {
  border-top: 1px solid #D8DEE5;
}
.pop-mem .pop-btnArea a, .pop-mem .pop-btnArea button {
  display: block;
  width: 50%;
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 47px;
  font-weight: 500;
}
.pop-mem .pop-btnArea a.popY, .pop-mem .pop-btnArea button.popY {
  color: #007AFF;
  border-right: 1px solid #D8DEE5;
}
.pop-mem .pop-btnArea a.popOk, .pop-mem .pop-btnArea button.popOk {
  width: 100%;
  color: #007AFF;
}
.pop-mem .pop-btnArea a.popN, .pop-mem .pop-btnArea button.popN {
  color: #777;
}

.pop-mem#pop-warn {
  max-width: 330px;
}

#pop-out {
  max-width: 330px;
}
#pop-out .txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
#pop-out .input-area {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
#pop-out .input-area dl {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  display: flex;
  padding: 0 15px;
}
#pop-out .input-area dt {
  width: 80px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  line-height: 1;
  align-self: center;
  margin-top: 1px;
}
#pop-out .input-area dd {
  width: calc(100% - 80px);
}
#pop-out .input-area dd input {
  width: 100%;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #777;
  line-height: 1;
  align-self: center;
  padding: 8px 8px 8px 0;
}

#pop-change {
  max-width: 300px;
}
#pop-change .txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
#pop-change .txt span {
  display: block;
  color: #677294;
  font-weight: 500;
  margin-top: 5px;
}

.registerAgentNotice {
  max-width: 500px;
  background: #343b58;
}
.registerAgentNotice .modal-content {
  padding-bottom: 0;
}
.registerAgentNotice h1.tit, .registerAgentNotice .tit.h1 {
  font-size: 2.5rem;
  font-family: "s-core-dream";
  font-weight: 900;
  color: #fff;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.registerAgentNotice .pop-ps-txt {
  font-size: 1rem;
  color: #fff;
}
.registerAgentNotice .pop-ps-txt p {
  line-height: 1.4;
  opacity: 0.8;
}
.registerAgentNotice .pop-ps-txt p:first-child {
  margin-bottom: 0.9375rem;
}
.registerAgentNotice .pop-ps-txt b {
  font-size: 500;
  color: #faa719;
}
.registerAgentNotice .pop-ps-txt span {
  font-size: clamp(12px, 768px, 0.875rem);
  color: rgba(255, 255, 255, 0.8);
}
.registerAgentNotice .pop-ps-txt ul li {
  position: relative;
}
.registerAgentNotice .pop-ps-txt ul li span {
  display: block;
  font-size: clamp(12px, 768px, 0.875rem);
}
.registerAgentNotice .pop-ps-txt ul li span b {
  font-weight: 400;
  color: #faa719;
}
.registerAgentNotice .pop-ps-txt ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.registerAgentNotice .pop-ps-txt ul.counter {
  counter-reset: my-sec-counter;
}
.registerAgentNotice .pop-ps-txt ul.counter li {
  padding-left: 1.875rem;
}
.registerAgentNotice .pop-ps-txt ul.counter li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  opacity: 0.5;
}
.registerAgentNotice .pop-ps-txt ul.noti {
  margin-top: 1.25rem;
  padding: 0.9375rem;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.registerAgentNotice .pop-ps-txt ul.noti li {
  font-size: clamp(12px, 768px, 0.875rem);
  padding-left: 1.25rem;
}
.registerAgentNotice .pop-ps-txt ul.noti li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.registerAgentNotice .pop-ps-txt ul.noti li:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.registerAgentNotice .pop-ps-close {
  display: block;
  width: calc(100% + 5rem);
  margin: 1.875rem 0 0 -2.5rem;
  padding-right: 2.5rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: right;
  font-size: 1.375rem;
  font-family: "s-core-dream";
  font-weight: 500;
  color: #fff;
  background: #282e44;
}
.registerAgentNotice .pop-ps-close i {
  margin-left: 0.625rem;
}

.modal.registerConfirm {
  max-width: 350px;
  border-radius: 12px;
  width: 95%;
}
.modal.registerConfirm .modal-content {
  padding: 0;
}
.modal.registerConfirm .bg-area {
  background: #007AFF;
  text-align: center;
}
.modal.registerConfirm .bg-area h1.tit, .modal.registerConfirm .bg-area .tit.h1 {
  font-size: 18px;
  color: #fff;
  margin: 30px 0 20px 0;
}
.modal.registerConfirm .bg-area img {
  max-width: 330px;
  width: 100%;
  height: auto;
}
.modal.registerConfirm .pop-txt {
  padding-bottom: 10px;
}
.modal.registerConfirm .pop-txt .txt {
  font-size: 15px;
  color: #232323;
  font-weight: 500;
  text-align: center;
  padding: 20px;
}
.modal.registerConfirm .pop-txt .txt u {
  color: #0061C1;
}
.modal.registerConfirm .pop-txt a {
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  padding: 11px 0;
}
.modal.registerConfirm .pop-txt a.pop-confirm-next {
  background: rgba(0, 117, 235, 0.1);
  color: #007AFF;
}
.modal.registerConfirm .pop-txt a.pop-confirm-close {
  color: #777;
}

.modal.registerKind {
  max-width: 380px;
}
.modal.registerKind .modal-content {
  background: #F8FAFE;
}
.modal.registerKind .kind-area > div.kind {
  display: flex;
  gap: 15px;
  width: 100%;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  cursor: pointer;
}
.modal.registerKind .kind-area > div.kind:first-child {
  margin-bottom: 15px;
}
.modal.registerKind .kind-area > div.kind.hold {
  border: 2px solid #007AFF;
}
.modal.registerKind .kind-area > div.kind p {
  width: 70px;
}
.modal.registerKind .kind-area > div.kind p img {
  width: 100%;
}
.modal.registerKind .kind-area > div.kind dl {
  align-self: center;
}
.modal.registerKind .kind-area > div.kind dt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  line-height: 1.2;
}
.modal.registerKind .kind-area > div.kind dd {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #5e5e5e;
  line-height: 1.2;
  margin-top: 5px;
}
.modal.registerKind .kind-area > div.kind dd b {
  font-weight: 500;
  color: #D3493D;
}
.modal.registerKind .btn-mdArea {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .modal.registerKind {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .modal.registerKind {
    max-width: 330px;
  }
}

.proposal-modal-body select {
  width: 100%;
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  cursor: pointer;
  user-select: none;
  border: 1px solid #D8DEE5;
  padding: 0.5rem 0.9375rem;
  border-radius: 4px;
  appearance: none;
  background: url(/images/common/select-arrow.svg) no-repeat right 0.9375rem center;
  background-size: 12px auto;
}
.proposal-modal-body select:focus {
  outline: none;
  border: 1px solid #007AFF;
}
.proposal-modal-body select::placeholder {
  color: #B9B9B9;
}

#proposal-write-modal {
  max-width: 500px;
  letter-spacing: -0.04rem;
}
#proposal-write-modal .modal-dialog {
  margin: 0 !important;
  width: 100%;
  max-width: unset;
}
#proposal-write-modal .modal-content {
  border: 0;
  padding: 0;
  background: transparent;
}
#proposal-write-modal .proposal-modal-header {
  position: relative;
}
#proposal-write-modal .proposal-modal-header h5, #proposal-write-modal .proposal-modal-header .h5 {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 500;
  padding: 1.25rem;
  border-bottom: 1px solid #D8DEE5;
  margin: 0;
}
#proposal-write-modal .proposal-modal-header button.pop-close {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
  opacity: 1;
}
#proposal-write-modal .proposal-modal-header .info {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #F2F8FF;
  color: #677294;
  margin: 0;
}
#proposal-write-modal .proposal-modal-body > section {
  padding: 1.25rem;
}
#proposal-write-modal .proposal-modal-body > section:not(:last-child) {
  border-bottom: 1px solid #D8DEE5;
}
#proposal-write-modal .proposal-modal-body > section.brNone {
  border-bottom: 0;
}
#proposal-write-modal .proposal-modal-body > section > div.pro-row {
  display: flex;
}
#proposal-write-modal .proposal-modal-body > section > div.pro-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
#proposal-write-modal .proposal-modal-body > section > div.pro-row.pro-textarea .comment {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  width: 100%;
}
#proposal-write-modal .proposal-modal-body > section.info_collapse {
  padding: 0;
  border-bottom: 8px solid #F4F5F6;
}
#proposal-write-modal .proposal-modal-footer {
  position: relative;
  padding: 1.25rem;
  border-top: 1px solid #D8DEE5;
}
#proposal-write-modal .proposal-modal-footer dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#proposal-write-modal .proposal-modal-footer dt {
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 500;
  color: #232323;
  align-self: center;
}
#proposal-write-modal .proposal-modal-footer .phone_check {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 18px;
  font-size: 1rem;
  text-transform: uppercase;
  background: #eceeef;
  box-sizing: content-box;
}
#proposal-write-modal .proposal-modal-footer .phone_check:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
#proposal-write-modal .proposal-modal-footer .phone_check.phone_yes {
  color: #FFF;
  text-align: left;
  background: #2F6ED9;
  padding-left: 10px;
}
#proposal-write-modal .proposal-modal-footer .phone_check.phone_yes:after {
  left: unset;
  right: 2px;
}
#proposal-write-modal .proposal-modal-footer .phone_check.phone_no {
  text-align: right;
  padding-right: 10px;
}
#proposal-write-modal .proposal-modal-footer .btnArea {
  text-align: center;
}
#proposal-write-modal .proposal-modal-footer .btnArea .btn {
  display: inline-block;
  width: calc(50% - 5px);
  border-radius: 4px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
#proposal-write-modal .proposal-modal-footer .btnArea .btn.btn_cancel {
  border: 1px solid #D8DEE5;
  color: #677294;
}
#proposal-write-modal .proposal-modal-footer .btnArea .btn.btn_submit {
  background: #007AFF;
  color: #fff;
  font-weight: 500;
}
#proposal-write-modal .proposal-modal-footer .btnArea .btn.btn_submit:hover, #proposal-write-modal .proposal-modal-footer .btnArea .btn.btn_submit:focus {
  background: #0061C1;
}
#proposal-write-modal .proposal-modal-footer .btnArea .btn:not(:first-child) {
  margin-left: 5px;
}
#proposal-write-modal .pro-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#proposal-write-modal .pro-row .pro-tit {
  width: 8.75rem;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  line-height: 1.375rem;
}
#proposal-write-modal .pro-row .areaR {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 8.75rem);
}
#proposal-write-modal .pro-row .areaR .pro-txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  line-height: 1.375rem;
  margin: 0.0625rem 0 0 0;
}
#proposal-write-modal .pro-row .areaR .check-txt {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.5rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin: 0;
}
#proposal-write-modal .pro-row .areaR .check-txt:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.75rem;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 0.625rem;
  position: absolute;
  left: 0.625rem;
  z-index: 2;
}
#proposal-write-modal .pro-row .areaR .check-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #677294;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #677294;
  border-radius: 4px;
  z-index: 1;
}
#proposal-write-modal .btn-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.9375rem;
  border-top: 8px solid #F4F5F6;
  background: #fff;
  outline: none;
  user-select: none;
  box-shadow: none;
  text-align: left;
  font-size: 1.125rem;
  color: #232323;
  font-weight: 500;
}
#proposal-write-modal .btn-open:hover, #proposal-write-modal .btn-open:focus {
  outline: none;
}
#proposal-write-modal .btn-open:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #BEC2C8;
  border-right: 2px solid #BEC2C8;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: 1px;
  transform: rotate(-135deg) translateY(-50%);
}
#proposal-write-modal .btn-open.collapsed:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #BEC2C8;
  border-right: 2px solid #BEC2C8;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
#proposal-write-modal #collapseCon {
  position: relative;
  transition: all ease-out 0.5s;
}
#proposal-write-modal #collapseCon .collapse_in {
  padding: 1.25rem;
}
#proposal-write-modal #collapseCon .collapse_in > div.pro-row:not(:last-child) {
  margin-bottom: 0.9375rem;
}
#proposal-write-modal #collapseCon:before {
  opacity: 1;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #D8DEE5;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #proposal-write-modal .proposal-modal-header button.pop-close {
    top: 14px;
  }
}

#proposal-view-modal {
  max-width: 500px;
  letter-spacing: -0.04rem;
}
#proposal-view-modal .modal-dialog {
  margin: 0 !important;
  width: 100%;
  max-width: unset;
}
#proposal-view-modal .modal-content {
  border: 0;
  padding: 0;
  background: transparent;
}
#proposal-view-modal .proposal-modal-header {
  position: relative;
}
#proposal-view-modal .proposal-modal-header h5, #proposal-view-modal .proposal-modal-header .h5 {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 500;
  padding: 1.25rem;
  border-bottom: 1px solid #D8DEE5;
  margin: 0;
}
#proposal-view-modal .proposal-modal-header button.pop-close {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
  opacity: 1;
}
#proposal-view-modal .proposal-modal-header .info {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #F2F8FF;
  color: #677294;
  margin: 0;
}
#proposal-view-modal .proposal-modal-body > section {
  padding: 1.25rem;
}
#proposal-view-modal .proposal-modal-body > section:not(:last-child) {
  border-bottom: 1px solid #D8DEE5;
}
#proposal-view-modal .proposal-modal-body > section.brNone {
  border-bottom: 0;
}
#proposal-view-modal .proposal-modal-body > section > div.pro-row {
  display: flex;
}
#proposal-view-modal .proposal-modal-body > section > div.pro-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
#proposal-view-modal .proposal-modal-body > section > div.pro-row.pro-textarea .comment {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  width: 100%;
}
#proposal-view-modal .proposal-modal-body > section.info_collapse {
  padding: 0;
  border-bottom: 8px solid #F4F5F6;
}
#proposal-view-modal .proposal-modal-footer {
  position: relative;
  padding: 1.25rem;
  border-top: 1px solid #D8DEE5;
}
#proposal-view-modal .proposal-modal-footer dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#proposal-view-modal .proposal-modal-footer dt {
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 500;
  color: #232323;
  align-self: center;
}
#proposal-view-modal .proposal-modal-footer .phone_check {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 18px;
  font-size: 1rem;
  text-transform: uppercase;
  background: #eceeef;
  box-sizing: content-box;
}
#proposal-view-modal .proposal-modal-footer .phone_check:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
#proposal-view-modal .proposal-modal-footer .phone_check.phone_yes {
  color: #FFF;
  text-align: left;
  background: #2F6ED9;
  padding-left: 10px;
}
#proposal-view-modal .proposal-modal-footer .phone_check.phone_yes:after {
  left: unset;
  right: 2px;
}
#proposal-view-modal .proposal-modal-footer .phone_check.phone_no {
  text-align: right;
  padding-right: 10px;
}
#proposal-view-modal .proposal-modal-footer .btnArea {
  text-align: center;
}
#proposal-view-modal .proposal-modal-footer .btnArea .btn {
  display: inline-block;
  width: calc(50% - 5px);
  border-radius: 4px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
#proposal-view-modal .proposal-modal-footer .btnArea .btn.btn_cancel {
  border: 1px solid #D8DEE5;
  color: #677294;
}
#proposal-view-modal .proposal-modal-footer .btnArea .btn.btn_submit {
  background: #007AFF;
  color: #fff;
  font-weight: 500;
}
#proposal-view-modal .proposal-modal-footer .btnArea .btn.btn_submit:hover, #proposal-view-modal .proposal-modal-footer .btnArea .btn.btn_submit:focus {
  background: #0061C1;
}
#proposal-view-modal .proposal-modal-footer .btnArea .btn:not(:first-child) {
  margin-left: 5px;
}
#proposal-view-modal .store-tel {
  display: none;
  width: 100%;
  background: #fff;
  padding: 1.25rem;
  border-top: 1px solid #D8DEE5;
}
#proposal-view-modal .store-tel li {
  width: calc(50% - 10px);
}
#proposal-view-modal .store-tel li a {
  display: block;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background: #007AFF;
  padding: 10px 0;
}
#proposal-view-modal .store-tel li a.deactive {
  background: #B9B9B9;
  cursor: default;
}
#proposal-view-modal .pro-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#proposal-view-modal .pro-row .pro-tit {
  width: 8.75rem;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  line-height: 1.375rem;
}
#proposal-view-modal .pro-row .areaR {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 8.75rem);
}
#proposal-view-modal .pro-row .areaR .pro-txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  line-height: 1.375rem;
  margin: 0.0625rem 0 0 0;
}
#proposal-view-modal .pro-row .areaR .check-txt {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.5rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin: 0;
}
#proposal-view-modal .pro-row .areaR .check-txt:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.75rem;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 0.625rem;
  position: absolute;
  left: 0.625rem;
  z-index: 2;
}
#proposal-view-modal .pro-row .areaR .check-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #677294;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #677294;
  border-radius: 4px;
  z-index: 1;
}
#proposal-view-modal .btn-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.9375rem;
  border-top: 8px solid #F4F5F6;
  background: #fff;
  outline: none;
  user-select: none;
  box-shadow: none;
  text-align: left;
  font-size: 1.125rem;
  color: #232323;
  font-weight: 500;
}
#proposal-view-modal .btn-open:hover, #proposal-view-modal .btn-open:focus {
  outline: none;
}
#proposal-view-modal .btn-open:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #BEC2C8;
  border-right: 2px solid #BEC2C8;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: 1px;
  transform: rotate(-135deg) translateY(-50%);
}
#proposal-view-modal .btn-open.collapsed:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  border-bottom: 2px solid #BEC2C8;
  border-right: 2px solid #BEC2C8;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
#proposal-view-modal #collapseCon {
  position: relative;
  transition: all ease-out 0.5s;
}
#proposal-view-modal #collapseCon .collapse_in {
  padding: 1.25rem;
}
#proposal-view-modal #collapseCon .collapse_in > div.pro-row:not(:last-child) {
  margin-bottom: 0.9375rem;
}
#proposal-view-modal #collapseCon:before {
  opacity: 1;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #D8DEE5;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 992px) {
  #proposal-view-modal .store-tel {
    display: block;
  }
  #proposal-view-modal .proposal-modal-footer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #proposal-view-modal .proposal-modal-header button.pop-close {
    top: 14px;
  }
}

.modify-bill {
  max-width: 500px;
}
.modify-bill .modal-content {
  padding: 0;
}
.modify-bill h1.tit, .modify-bill .tit.h1 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  padding: 20px;
  border-bottom: 1px solid #ECECEC;
}
.modify-bill .pop-close {
  top: 18px;
  right: 18px;
}
.modify-bill .modify-con {
  padding: 20px;
  border-bottom: 8px solid #F4F6F9;
}
.modify-bill .modify-con > div.mf-row {
  display: flex;
  flex-wrap: wrap;
}
.modify-bill .modify-con > div.mf-row:not(:last-child) {
  margin-bottom: 10px;
}
.modify-bill .modify-con .row-tit {
  width: 120px;
  font-size: 12px;
  font-weight: 700;
  color: #677294;
  margin-top: 11px;
}
.modify-bill .modify-con .row-input {
  width: calc(100% - 120px);
}
.modify-bill .modify-con .row-input input[type=text]::placeholder {
  color: #5e5e5e;
}
.modify-bill .modify-con .row-input > div:not(:last-child) {
  margin-bottom: 5px;
}
.modify-bill .modify-con .row-input.reg-num {
  display: flex;
  justify-content: space-between;
}
.modify-bill .modify-con .row-input.reg-num input {
  width: calc(100% - 155px);
}
.modify-bill .btnArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.modify-bill .btnArea button {
  width: calc(50% - 5px);
  margin: 0;
}
@media screen and (max-width: 992px) {
  .modify-bill .modify-con .row-input.reg-num input {
    width: calc(100% - 138px);
  }
}
@media screen and (max-width: 768px) {
  .modify-bill .modify-con .row-input.reg-num input {
    width: calc(100% - 132px);
  }
}
@media screen and (max-width: 480px) {
  .modify-bill .modify-con > div.mf-row {
    display: block;
  }
  .modify-bill .modify-con .row-tit {
    width: 100%;
    margin: 0 0 7px 0;
  }
  .modify-bill .modify-con .row-input {
    width: 100%;
  }
}

.modify-cash {
  max-width: 500px;
}
.modify-cash .modal-content {
  padding: 0;
}
.modify-cash h1.tit, .modify-cash .tit.h1 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  padding: 20px;
  border-bottom: 1px solid #ECECEC;
}
.modify-cash .pop-close {
  top: 18px;
  right: 18px;
}
.modify-cash .modify-con {
  padding: 20px;
  border-bottom: 8px solid #F4F6F9;
}
.modify-cash .method-input .bgY {
  background: #F8FAFE;
  padding: 20px;
}
.modify-cash .method-input .row-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-bottom: 5px;
}
.modify-cash .btnArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.modify-cash .btnArea button {
  width: calc(50% - 5px);
  margin: 0 !important;
}

#pop-sale-counsel.pop-register .modal-content {
  padding: 25px 0 0 0;
  overflow: scroll;
}
#pop-sale-counsel.pop-register .pop-close {
  top: 20px;
  right: 20px;
}
#pop-sale-counsel.pop-register .top-txt h1, #pop-sale-counsel.pop-register .top-txt .h1 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
#pop-sale-counsel.pop-register .top-txt .info {
  padding: 30px;
}
#pop-sale-counsel.pop-register .top-txt .info p {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  background: #FAFAFA;
}
#pop-sale-counsel.pop-register .top-txt .info p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 30px;
}
#pop-sale-counsel.pop-register .top-txt .info dl {
  width: calc(100% - 115px);
}
#pop-sale-counsel.pop-register .top-txt .info dl dt {
  font-size: 14px;
  color: #677294;
  font-weight: 400;
}
#pop-sale-counsel.pop-register .top-txt .info dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 3px;
}
#pop-sale-counsel.pop-register .top-txt hr {
  width: 100%;
  height: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #FAFAFA;
  opacity: 1;
}
#pop-sale-counsel.pop-register .top-txt .noteList {
  padding: 30px;
  border-bottom: 1px solid #D8DEE5;
}
#pop-sale-counsel.pop-register .top-txt .noteList .note-tit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25rem;
}
#pop-sale-counsel.pop-register .top-txt .noteList .dotList li {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #0061C1;
  padding-left: 7px;
}
#pop-sale-counsel.pop-register .top-txt .noteList .dotList li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  background: #0061C1;
  width: 2px;
  height: 2px;
}
#pop-sale-counsel.pop-register .top-txt .noteList .dotList li:not(:last-child) {
  margin-bottom: 3px;
}
#pop-sale-counsel.pop-register .pop-register-area {
  padding: 0;
  overflow-y: unset;
}
#pop-sale-counsel.pop-register .pop-register-area > div.area-group {
  padding: 30px;
}
#pop-sale-counsel.pop-register .pop-register-area > div.area-group:not(:last-child) {
  border-bottom: 1px solid #D8DEE5;
}
#pop-sale-counsel.pop-register .pop-register-area > div.area-group > div.area-row:not(:last-child) {
  margin-bottom: 30px;
}
#pop-sale-counsel.pop-register .pop-register-area .btnArea {
  padding: 20px 30px;
  display: flex;
}
#pop-sale-counsel.pop-register .pop-register-area .btnArea button {
  width: calc(50% - 10px);
}
#pop-sale-counsel.pop-register .employee .emp-area1 {
  width: 40%;
}
#pop-sale-counsel.pop-register .employee .emp-area2 {
  width: calc(60% - 10px);
}
#pop-sale-counsel.pop-register .employee .emp-area2 div.flex > div.input-txt1 {
  width: calc(100% - 120px);
}
#pop-sale-counsel.pop-register .employee .emp-area2 div.flex > div.checkArea {
  width: 110px;
}
@media screen and (max-width: 992px) {
  #pop-sale-counsel.pop-register .pop-register-area > div.area-group {
    padding: 20px;
  }
  #pop-sale-counsel.pop-register .pop-register-area > div.area-group > div.area-row:not(:last-child) {
    margin-bottom: 30px;
  }
  #pop-sale-counsel.pop-register .employee .emp-area2 div.flex > div.input-txt1 {
    width: calc(100% - 105px);
  }
  #pop-sale-counsel.pop-register .employee .emp-area2 div.flex > div.checkArea {
    width: 95px;
  }
}
@media screen and (max-width: 480px) {
  #pop-sale-counsel.pop-register .top-txt .info {
    padding: 30px 20px;
  }
  #pop-sale-counsel.pop-register .top-txt .info p {
    width: 90px;
    height: 90px;
  }
  #pop-sale-counsel.pop-register .top-txt .info dl {
    width: calc(100% - 105px);
  }
  #pop-sale-counsel.pop-register .top-txt .noteList {
    padding: 30px 20px;
  }
  #pop-sale-counsel.pop-register .top-txt .noteList .dotList li:before {
    top: 7px;
  }
  #pop-sale-counsel.pop-register .pop-register-area > div.area-group {
    padding: 30px 20px;
  }
  #pop-sale-counsel.pop-register .pop-register-area > div.area-group > div.area-row:not(:last-child) {
    margin-bottom: 20px;
  }
  #pop-sale-counsel.pop-register .pop-register-area .btnArea {
    padding: 20px;
  }
}

#pop-partner-ad {
  max-width: 350px;
}
#pop-partner-ad .modal-content {
  padding: 0;
}
#pop-partner-ad .tit-area {
  background: #625CF9;
  padding: 1.875rem 0 1.25rem 0;
}
#pop-partner-ad .tit-area h1, #pop-partner-ad .tit-area .h1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#pop-partner-ad .tit-area .pop-close {
  top: 1.25rem;
  right: 1.25rem;
}
#pop-partner-ad .tit-area .pop-close i {
  font-size: 1.5625rem;
  color: #fff;
}
#pop-partner-ad .txt-area {
  padding: 20px;
}
#pop-partner-ad .txt-area li {
  position: relative;
  font-size: 12px;
  color: #5e5e5e;
  padding-left: 12px;
}
#pop-partner-ad .txt-area li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  background: #625CF9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
#pop-partner-ad .txt-area li:not(:last-child) {
  margin-bottom: 5px;
}

#pop-imgSelect {
  max-width: 1310px;
}
#pop-imgSelect .top-area {
  height: auto;
  margin-bottom: 1.875rem;
  border-bottom: none;
}
#pop-imgSelect .top-area h1, #pop-imgSelect .top-area .h1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #625CF9;
  text-align: center;
}
#pop-imgSelect .top-area .pop-close {
  top: -2px;
  right: 0;
}
#pop-imgSelect .top-area .pop-close i {
  font-size: 1.5625rem;
  color: #677294;
}
#pop-imgSelect .img-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#pop-imgSelect .img-area ul li {
  position: relative;
  width: calc((100% - 50px) / 6);
  border-radius: 4px;
  overflow: hidden;
}
#pop-imgSelect .img-area ul li.selected:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 3;
}
#pop-imgSelect .img-area ul li.selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "사용된 이미지입니다.";
  transform: translateY(-50%);
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  font-weight: 500;
  word-break: keep-all;
  z-index: 4;
}
#pop-imgSelect .img-area ul input {
  display: none;
}
#pop-imgSelect .img-area ul label {
  position: relative;
  display: block;
  cursor: pointer;
}
#pop-imgSelect .img-area ul label img {
  width: 100%;
  height: auto;
}
#pop-imgSelect .img-area ul label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  content: "\e92c";
  font-family: xeicon;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
#pop-imgSelect .img-area ul :checked + label:before {
  content: "\e92b";
}
#pop-imgSelect .img-area ul :checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(98, 92, 249, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pop-imgSelect .btnArea button {
  background: #625CF9;
}
@media screen and (max-width: 1240px) {
  #pop-imgSelect .img-area ul li {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 992px) {
  #pop-imgSelect .img-area ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 768px) {
  #pop-imgSelect .img-area ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  #pop-imgSelect .img-area ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 400px) {
  #pop-imgSelect .img-area ul li {
    width: 100%;
  }
}

#pop-logoSelect {
  max-width: 1310px;
}
#pop-logoSelect .top-area {
  height: auto;
  margin-bottom: 1.875rem;
  border-bottom: none;
}
#pop-logoSelect .top-area h1, #pop-logoSelect .top-area .h1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #625CF9;
  text-align: center;
}
#pop-logoSelect .top-area .pop-close {
  top: -3px;
  right: 0;
}
#pop-logoSelect .top-area .pop-close i {
  font-size: 1.5625rem;
  color: #677294;
}
#pop-logoSelect .img-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#pop-logoSelect .img-area ul li {
  position: relative;
  width: calc((100% - 90px) / 10);
  border-radius: 4px;
  overflow: hidden;
}
#pop-logoSelect .img-area ul li.selected:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 3;
}
#pop-logoSelect .img-area ul li.selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-family: xeicon;
  content: "\e9ae";
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 500;
  word-break: keep-all;
  z-index: 4;
}
#pop-logoSelect .img-area ul input {
  display: none;
}
#pop-logoSelect .img-area ul label {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background: #FAFAFA;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  height: 48px;
}
#pop-logoSelect .img-area ul label img {
  align-self: center;
  width: 22px;
  height: auto;
}
#pop-logoSelect .img-area ul label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  content: "\e92c";
  font-family: xeicon;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  opacity: 0;
}
#pop-logoSelect .img-area ul :checked + label:before {
  color: #fff;
  content: "\e92b";
  opacity: 1;
}
#pop-logoSelect .img-area ul :checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(98, 92, 249, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pop-logoSelect .btnArea button {
  background: #625CF9;
}
@media screen and (max-width: 992px) {
  #pop-logoSelect .img-area ul li {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 600px) {
  #pop-logoSelect .img-area ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 400px) {
  #pop-logoSelect .modal-content {
    padding: 20px;
  }
}

#pop-imgExam {
  max-width: 350px;
  background: #F5F5F5;
}
#pop-imgExam .modal-content {
  padding: 20px;
}
#pop-imgExam .tit-area {
  margin: 10px 0 20px 0;
}
#pop-imgExam .tit-area h1, #pop-imgExam .tit-area .h1 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #625CF9;
}
#pop-imgExam .tit-area .pop-close {
  top: 20px;
  right: 20px;
}
#pop-imgExam .tit-area .pop-close i {
  font-size: 1.5625rem;
  color: #677294;
}
#pop-imgExam .txt-area {
  text-align: center;
}
#pop-imgExam .txt-area dt img {
  width: 100%;
}
#pop-imgExam .txt-area dd {
  margin-top: 20px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  word-break: keep-all;
}

#pop-imgView {
  max-width: 595px;
}
#pop-imgView .modal-content {
  padding: 0;
}
#pop-imgView .modal-content .pop-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
#pop-imgView .modal-content .pop-close i {
  font-size: 1.875rem;
  color: #625CF9;
}

.set-certificate {
  max-width: 615px;
}
.set-certificate .modal-content {
  padding: 0;
}
.set-certificate h1.tit, .set-certificate .tit.h1 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  padding: 20px;
  border-bottom: 1px solid #ECECEC;
}
.set-certificate .pop-close {
  top: 18px;
  right: 18px;
}
.set-certificate .set-con {
  padding: 20px;
  border-bottom: 8px solid #F4F6F9;
}
.set-certificate .ps-wideBlue {
  background: #F8FAFE;
  padding: 15px;
  margin-top: 0.625rem;
}
.set-certificate .ps-wideBlue p {
  margin-bottom: 5px;
  font-size: clamp(12px, 768px, 0.875rem);
}
.set-certificate .ps-wideBlue p b {
  color: #0061C1;
  font-weight: 500;
}
.set-certificate .ps-wideBlue ul.dotList > li {
  position: relative;
  padding-left: 12px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.set-certificate .ps-wideBlue ul.dotList > li u {
  color: #677294;
}
.set-certificate .ps-wideBlue ul.dotList > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  background: #5e5e5e;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.set-certificate .ps-wideBlue ul.dotList > li:not(:last-child) {
  margin-bottom: 3px;
}
.set-certificate .btnArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.set-certificate .btnArea button {
  width: calc(50% - 5px);
  margin: 0;
}

.pop-process {
  max-width: 360px;
}
.pop-process .modal-content {
  padding: 0;
}
.pop-process h1.tit, .pop-process .tit.h1 {
  background: #5AC7FF;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #fff;
  font-weight: 700;
  padding: 1.875rem;
}
.pop-process .pop-process-close {
  position: absolute;
  top: 1.375rem;
  right: 1.875rem;
  font-size: 1.5625rem;
  color: #fff;
}
.pop-process .pop-process-txt {
  padding: 1.875rem;
}
.pop-process .pop-process-txt .txt-tit {
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
  line-height: 1;
  margin-bottom: 10px;
}
.pop-process .pop-process-txt .txt {
  font-size: 12px;
  line-height: 18px;
  color: #5e5e5e;
}
.pop-process .pop-process-txt .list-txt {
  padding: 0.9375rem;
  background: #F8FAFE;
  border-radius: 4px;
  margin-top: 20px;
}
.pop-process .pop-process-txt .list-txt ol {
  counter-reset: num-counter;
}
.pop-process .pop-process-txt .list-txt li {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #5e5e5e;
  padding-left: 15px;
}
.pop-process .pop-process-txt .list-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num-counter;
  content: counter(num-counter) ".";
}
.pop-process .pop-process-txt .list-txt li:not(:last-child) {
  margin-bottom: 5px;
}
.pop-process .pop-process-note {
  border-top: 1px solid #ECECEC;
  padding: 1.25rem 1.875rem;
}
.pop-process .pop-process-note li {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  padding-left: 16px;
}
.pop-process .pop-process-note li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

#pop-re {
  max-width: 320px;
}

.pop-process-partner {
  max-width: 400px;
  background: #F8FAFE;
  padding-bottom: 1.875rem;
}
.pop-process-partner .modal-content {
  padding: 0;
}
.pop-process-partner h1.tit, .pop-process-partner .tit.h1 {
  font-size: 1.125rem;
  line-height: 1;
  color: #232323;
  font-weight: 700;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
}
.pop-process-partner .pop-process-close {
  position: absolute;
  top: 1.125rem;
  right: 1.875rem;
  font-size: 1.5625rem;
  color: #677294;
}
.pop-process-partner .partner-list {
  padding: 0 1.875rem;
}
.pop-process-partner .partner-list > div.partner-area {
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.pop-process-partner .partner-list > div.partner-area:not(:last-child) {
  margin-bottom: 20px;
}
.pop-process-partner .partner-list .txt-area {
  display: flex;
  gap: 15px;
  padding: 1.25rem;
  align-self: center;
}
.pop-process-partner .partner-list .txt-area .logo {
  width: 60px;
  height: 60px;
  background: #fafafa;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.pop-process-partner .partner-list .txt-area .logo img {
  align-self: center;
  max-width: 50%;
  height: auto;
}
.pop-process-partner .partner-list .txt-area .info {
  width: calc(100% - 75px);
  align-self: center;
}
.pop-process-partner .partner-list .txt-area .info dt {
  font-size: clamp(12px, 768px, 0.8125rem);
  font-weight: 400;
  color: #677294;
  line-height: 1;
  margin-bottom: 5px;
}
.pop-process-partner .partner-list .txt-area .info dd {
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 500;
  color: #232323;
  line-height: 1.2;
}
.pop-process-partner .partner-list .btn-counsel {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 0.8125rem 0;
  background: #677294;
  transition: all 0.5s ease-in-out;
}
.pop-process-partner .partner-list .btn-counsel:hover {
  background: #0061C1;
}

#pop-msg-sent-cancel {
  max-width: 250px;
}
#pop-msg-sent-cancel .txt-info {
  background: #F4F6F9;
  padding: 12px 20px;
}
#pop-msg-sent-cancel .txt-info p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #232323;
}
#pop-msg-sent-cancel .txt-info li {
  position: relative;
  padding-left: 8px;
  font-size: 11px;
  color: #5e5e5e;
}
#pop-msg-sent-cancel .txt-info li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #5e5e5e;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 50%;
}

#pop-condition-confirm {
  width: 90% !important;
  max-width: 500px !important;
}
#pop-condition-confirm .modal-content {
  padding: 0;
}
#pop-condition-confirm .condition-tit {
  border-bottom: 1px solid #ECECEC;
}
#pop-condition-confirm .condition-tit h1.tit, #pop-condition-confirm .condition-tit .tit.h1 {
  font-size: 1.125rem;
  line-height: 1;
  color: #232323;
  font-weight: 500;
  padding: 1.25rem;
}
#pop-condition-confirm .condition-tit .pop-close {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  font-size: 1.5625rem;
  color: #677294;
}
#pop-condition-confirm .condition-view {
  padding: 1.25rem;
  background: #fff;
  border-radius: 4px;
}
#pop-condition-confirm .condition-view dl {
  display: block;
}
#pop-condition-confirm .condition-view dl:not(:last-child) {
  margin-bottom: 15px;
}
#pop-condition-confirm .condition-view dl dt {
  width: 100%;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #aeaeae;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
#pop-condition-confirm .condition-view dl dd {
  width: 100%;
  overflow: auto hidden;
  padding-bottom: 5px;
}
#pop-condition-confirm .condition-view dl dd::-webkit-scrollbar {
  height: 7px;
  border: none;
}
#pop-condition-confirm .condition-view dl dd::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #ddd;
}
#pop-condition-confirm .condition-view dl dd::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 40px;
  border: none;
}
#pop-condition-confirm .condition-view dl dd ul {
  display: inline-flex;
  gap: 10px;
}
#pop-condition-confirm .condition-view dl dd ul:after {
  content: "";
  display: block;
  clear: both;
}
#pop-condition-confirm .condition-view dl dd li {
  width: auto;
  display: inline-block !important;
  text-wrap: nowrap;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  font-size: 12px;
  color: #007AFF;
  background: rgba(0, 119, 237, 0.1);
  border-radius: 20px;
  margin-right: 0;
}

#pop-price {
  max-width: 400px;
}
#pop-price .modal-content {
  padding: 1.25rem 0 0 0;
}
#pop-price .txt-area {
  text-align: center;
  padding: 0 1.875rem;
}
#pop-price .txt-area dt {
  font-size: 3.75rem;
  color: #325cbc;
  line-height: 1;
}
#pop-price .txt-area dd {
  font-family: "s-core-dream";
  font-size: 1.875rem;
  color: #1e201e;
  font-weight: 500;
  line-height: 1;
  margin: 0.875rem 0 1.25rem 0;
}
#pop-price .txt-area dd b {
  font-weight: 800;
}
#pop-price .txt-area p {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #5e5e5e;
  line-height: 1.25rem;
  word-break: keep-all;
}
#pop-price .info-area {
  margin: 1.875rem;
}
#pop-price .info-area dl {
  display: flex;
  justify-content: space-between;
  background: #f3f4f6;
  padding: 1.0625rem 1.25rem;
  border-radius: 4px;
}
#pop-price .info-area dl:not(:first-child) {
  margin-top: 10px;
}
#pop-price .info-area dl dt, #pop-price .info-area dl dd {
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1;
}
#pop-price .info-area dl dt {
  color: #5e5e5e;
}
#pop-price .info-area dl dd {
  color: #050505;
}
#pop-price .info-area dl dd b {
  color: #a71721;
}
#pop-price .info-area dl dd span {
  display: inline-block;
  color: #777;
  margin: 0 7px 0 5px;
  text-decoration: line-through;
}
#pop-price .info-area p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #325cbc;
  font-weight: 500;
  text-align: right;
  margin-top: 5px;
}
#pop-price .btn-area {
  display: flex;
}
#pop-price .btn-area button, #pop-price .btn-area a {
  display: block;
  width: 50%;
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
}
#pop-price .btn-area button {
  color: #898989;
  background: #e0e0e0;
}
#pop-price .btn-area a {
  color: #fff;
  background: #325cbc;
}
@media screen and (max-width: 400px) {
  #pop-price .txt-area dt {
    font-size: 35px;
  }
}

#pop-design-view {
  max-width: 944px;
}
#pop-design-view .modal-content {
  padding: 0;
}
#pop-design-view .pop-top {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #ECECEC;
}
#pop-design-view .pop-top h1.tit, #pop-design-view .pop-top .tit.h1 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
}
#pop-design-view .pop-top .pop-close {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#pop-design-view .design-view-con {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}
#pop-design-view .design-view-con dt {
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
}
#pop-design-view .design-view-con dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
}
#pop-design-view .design-view-con .img-area {
  margin-top: 15px;
}
#pop-design-view .design-view-con img {
  width: 100%;
  height: auto;
}
#pop-design-view .design-view-con .v-mo {
  margin: 2.5rem 0;
}
#pop-design-view .design-view-con .v-mo img {
  max-width: 400px;
}
#pop-design-view .design-view-con .modify-txt {
  text-align: center;
}
#pop-design-view .design-view-con .modify-txt a {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: #a3a3a3;
  border-radius: 40px;
  background: #f0f0f0;
  padding: 12px 20px;
  transition: 0.5s;
}
#pop-design-view .design-view-con .modify-txt a:hover {
  background: #677294;
  color: #fff;
}
#pop-design-view .btnArea {
  padding: 20px;
  border-top: 10px solid #F4F6F9;
}
@media screen and (max-width: 768px) {
  #pop-design-view .design-view-con .v-pc .img-area {
    position: relative;
    min-height: 4.375rem;
  }
  #pop-design-view .design-view-con .v-pc .img-area:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #F4F6F9;
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  #pop-design-view .design-view-con .v-pc .img-area:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "pc에서 확인해주세요";
    text-align: center;
    color: #677294;
    font-size: 1.125rem;
    font-weight: 500;
    transform: translateY(-50%);
  }
}

#pop-mov {
  max-width: 360px;
}
#pop-mov .modal-content {
  padding: 0;
}
#pop-mov video {
  width: 360px;
  height: auto;
}
#pop-mov .pop-mov-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
#pop-mov .pop-mov-btn button {
  font-size: 14px;
  color: #677294;
  line-height: 36px;
}
#pop-mov .pop-mov-btn button i {
  margin-right: 5px;
}

#pop-charge {
  max-width: 300px;
}
#pop-charge .modal-content {
  padding: 0;
  position: relative;
}
#pop-charge .pop-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#pop-charge .pop-btn button {
  width: 100%;
  font-size: 15px;
  color: #898989;
  text-align: center;
  background: #e0e0e0;
  padding: 13px 0;
}

#pop-profile {
  max-width: 500px;
}
#pop-profile .modal-content {
  padding: 0;
}
#pop-profile .pop-close {
  top: 1.875rem;
}
#pop-profile .tit {
  display: flex;
  font-weight: 700;
  color: #232323;
  padding: 1.875rem;
}
#pop-profile .tit span {
  display: inline-block;
  font-size: 1.125rem;
  color: #5AC7FF;
  font-weight: 500;
  align-self: center;
  margin-left: 7px;
}
#pop-profile .profile-txt {
  background: #F4F6F9;
  padding: 1.875rem;
}
#pop-profile .profile-txt > div {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
#pop-profile .profile-txt > div:last-child {
  margin-top: 1.25rem;
}
#pop-profile .profile-txt .pro-tit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ECECEC;
}
#pop-profile .profile-txt .pro-list li {
  position: relative;
  padding-left: 10px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  line-height: 1.2;
}
#pop-profile .profile-txt .pro-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  background: #777;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
#pop-profile .profile-txt .pro-list li:not(:last-child) {
  margin-bottom: 5px;
}

.pop-secure-agree {
  max-width: 500px;
  max-height: unset;
}
.pop-secure-agree .modal-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 80vh;
  padding: 0;
  overflow: hidden;
}
.pop-secure-agree .modal-content > div {
  width: 100%;
}
.pop-secure-agree .modal-content > div:first-child {
  overflow-y: auto;
}
.pop-secure-agree .tit-area {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem;
}
.pop-secure-agree .tit-area .tit {
  font-size: 1.625rem;
  font-weight: 500;
  color: #232323;
  line-height: 1;
}
.pop-secure-agree .tit-area .btn-prev {
  display: inline-block;
  align-self: center;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
.pop-secure-agree .tit-area .btn-prev i {
  color: #232323;
  font-size: 16px;
  vertical-align: text-bottom;
  margin-left: 7px;
}
.pop-secure-agree .top-txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  padding: 1.875rem 2.5rem;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  word-break: keep-all;
}
.pop-secure-agree .top-txt b {
  font-weight: 400;
  color: #5D7CFF;
}
.pop-secure-agree .top-txt span {
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  padding: 5px 7px;
  color: #fff;
  background: #002952;
  margin: 5px 0;
}
.pop-secure-agree .secure-agree-area {
  padding: 1.875rem 2.5rem;
}
.pop-secure-agree .agree-chk-all {
  width: 100%;
  padding: 1.25rem;
  background: rgba(93, 124, 255, 0.05);
  border-radius: 5px;
  margin-bottom: 1.875rem;
}
.pop-secure-agree .agree-chk-all .chk-all-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  line-height: 1.375rem;
  padding-left: 1.625rem;
  font-size: 1rem;
  color: #232323;
  font-weight: 500;
  margin: 0;
}
.pop-secure-agree .agree-chk-all .chk-all {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.pop-secure-agree .agree-chk-all .chk-all + .chk-all-label:before {
  position: absolute;
  top: 45%;
  left: 0;
  font-family: xeicon;
  content: "\e928";
  font-size: 1rem;
  color: #A6A5AB;
  line-height: 1;
  transform: translateY(-50%);
}
.pop-secure-agree .agree-chk-all .chk-all:checked + .chk-all-label:before {
  color: #5D7CFF;
}
.pop-secure-agree .agree-chk-wrap > div.checkArea:not(:last-child) {
  margin-bottom: 1.25rem;
}
.pop-secure-agree .agree-chk-wrap .checkArea {
  margin-top: 0;
}
.pop-secure-agree .agree-chk-wrap .checkArea .chk-secure-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  line-height: 1.375rem;
  padding-left: 1.75rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  word-break: keep-all;
  margin: 0;
}
.pop-secure-agree .agree-chk-wrap .checkArea .chk-secure {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.pop-secure-agree .agree-chk-wrap .checkArea .chk-secure + .chk-secure-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 3px;
  font-family: xeicon;
  content: "\e928";
  font-size: 12px;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
.pop-secure-agree .agree-chk-wrap .checkArea .chk-secure + .chk-secure-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  z-index: 1;
}
.pop-secure-agree .agree-chk-wrap .checkArea .chk-secure:checked + .chk-secure-label:before {
  opacity: 1;
  border-color: #fff;
}
.pop-secure-agree .agree-chk-wrap .checkArea .chk-secure:checked + .chk-secure-label:after {
  opacity: 1;
  background: #5D7CFF;
  border: 1px solid #5D7CFF;
}
.pop-secure-agree .btn-area button {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: #5954F4;
  padding: 1.5625rem;
}
.pop-secure-agree .btn-area button:disabled {
  background: #ced4da;
}
@media screen and (max-width: 768px) {
  .pop-secure-agree .agree-chk-wrap .checkArea .chk-secure + .chk-secure-label:before {
    left: 2px;
    font-size: 10px;
    top: 3px;
  }
  .pop-secure-agree .agree-chk-wrap .checkArea .chk-secure + .chk-secure-label:after {
    width: 14px;
    height: 14px;
    top: 1px;
  }
}
@media screen and (max-width: 480px) {
  .pop-secure-agree {
    max-width: unset;
    width: 100%;
    border-radius: 0;
  }
  .pop-secure-agree .modal-content {
    height: 100dvh;
    border-radius: 0;
  }
  .pop-secure-agree .secure-agree-area {
    padding: 1.875rem;
  }
}

.modal-backdrop.opa-custom {
  opacity: 1 !important;
  background: transparent !important;
}
.modal-backdrop.opa-custom:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  z-index: 1032;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-backdrop.opa-custom:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1031;
  opacity: 0.6;
}

.pop-med-notice {
  max-width: 380px;
  overflow: visible;
}
.pop-med-notice:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 30px;
  background: url(/assets/img/pop-msg-med-ico.png);
  width: 50px;
  height: 50px;
}
.pop-med-notice .modal-content {
  padding: 0;
}
.pop-med-notice .pop-close {
  top: 15px;
  right: 15px;
}
.pop-med-notice .pop-close i {
  font-size: 18px;
}
.pop-med-notice .txt-area {
  padding: 45px 1.875rem 20px 1.875rem;
}
.pop-med-notice .txt-area p {
  font-size: 16px;
  color: #007AFF;
  font-weight: 700;
  line-height: 1.2;
}
.pop-med-notice .txt-area dt {
  font-size: 14px;
  color: #232323;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.pop-med-notice .txt-area dd {
  font-size: 14px;
  color: #777;
  line-height: 1.2;
  word-break: keep-all;
}
.pop-med-notice .img-area {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pop-med-notice .img-area .btn-agreement-txt {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.btn-agreement-txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  line-height: 1;
  background: #5D7CFF;
  border-radius: 4px;
  padding: 9px 10px 7px 10px;
}

.pop-agreement-txt {
  width: 360px;
  max-width: 360px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  overflow: hidden;
}
.pop-agreement-txt .tit-area {
  position: relative;
  height: 4.375rem;
  border-bottom: 1px solid #D8DEE5;
}
.pop-agreement-txt .tit-area p {
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  font-size: 1rem;
  color: #232323;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}
.pop-agreement-txt .tit-area button {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  padding: 0;
  background: transparent;
  line-height: 1;
  transform: translateY(-50%);
}
.pop-agreement-txt .tit-area button i {
  font-size: 1.125rem;
  color: #677294;
}
.pop-agreement-txt .txt-area {
  height: calc(100% - 4.375rem);
  padding: 1.5625rem;
  overflow-y: auto;
}
.pop-agreement-txt .txt-area li {
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
  padding-left: 10px;
  word-break: keep-all;
}
.pop-agreement-txt .txt-area li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  background: #5D7CFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.pop-agreement-txt .txt-area li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .pop-agreement-txt {
    width: 80%;
  }
}

.main-con {
  overflow: hidden;
}
.main-con > div:not(:last-child) {
  margin-bottom: 6.25rem;
}
.main-con .main-tit {
  margin-bottom: 1.875rem;
}
.main-con .main-tit dt {
  font-size: 1rem;
  font-weight: 500;
  color: #007AFF;
  line-height: 1;
}
.main-con .main-tit dt span {
  display: inline-block;
  width: 2px;
  height: 5px;
}
.main-con .main-tit dd {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.main-con .main-tit dd span {
  display: inline-block;
  width: 2px;
  height: 5px;
}

.ban-slider {
  margin-top: 20px;
}
.ban-slider .slider-item {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 2.5rem;
  overflow: hidden;
}
.ban-slider .slider-item:after {
  content: "";
  display: block;
  clear: both;
}
.ban-slider .item {
  height: 100%;
  display: none;
}
.ban-slider .item .slogan {
  position: absolute;
  bottom: 3.125rem;
  left: 3.75rem;
  z-index: 900;
}
.ban-slider .item dt {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.ban-slider .item dt img {
  vertical-align: text-top;
  margin-left: 2px;
}
.ban-slider .item dt span.br {
  display: inline-block;
  width: 1.5px;
  height: 5px;
}
.ban-slider .item dd {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.ban-slider .slider-control {
  position: absolute;
  top: 20px;
  left: 3.75rem;
  z-index: 100;
  display: flex;
  gap: 5px;
}
.ban-slider .slider-control > div {
  align-self: center;
}
.ban-slider .ban-arrow {
  width: 16px;
  height: 16px;
}
.ban-slider .ban-arrow a {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
}
.ban-slider .ban-arrow a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
}
.ban-slider .ban-arrow a.bx-prev:before {
  content: "\e93b";
}
.ban-slider .ban-arrow a.bx-next:before {
  content: "\e93e";
}
.ban-slider .slide-counter {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}
.ban-slider .slide-counter span {
  width: 20px;
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
}
.ban-slider .slide-counter .current {
  font-weight: 600;
}
.ban-slider .slide-counter .all {
  opacity: 0.5;
  font-weight: 400;
}
.ban-slider .bx-controls-auto-item {
  margin-left: 5px;
}
.ban-slider .bx-controls-auto-item a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
}
.ban-slider .bx-controls-auto-item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
}
.ban-slider .bx-controls-auto-item a.bx-start:before {
  content: "\ea3e";
}
.ban-slider .bx-controls-auto-item a.bx-stop:before {
  content: "\ea3b";
}
@media screen and (max-width: 768px) {
  .ban-slider {
    margin-top: 0;
  }
  .ban-slider .inner {
    padding: 0;
  }
  .ban-slider .slider-item {
    border-radius: 0;
    height: 230px;
  }
  .ban-slider .item .slogan {
    left: 20px;
    bottom: 20px;
  }
  .ban-slider .item dt img {
    height: 13px;
  }
  .ban-slider .slider-control {
    left: 20px;
  }
  .ban-slider .bx-controls-auto-item a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 600px) {
  .ban-slider .slider-item {
    height: 180px;
  }
  .ban-slider .item:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #0D161E, transparent);
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .ban-slider .item dd {
    font-size: 18px;
  }
}

.ban-slider .item-fix {
  background: #0D161E url(/assets/img/main/ban-img-ad.png) no-repeat right 8% center;
  background-size: auto 180px;
}
@media screen and (max-width: 600px) {
  .ban-slider .item-fix {
    background: #0D161E url(/assets/img/main/ban-img-ad-mo.png) no-repeat right 20px center;
    background-size: auto 150px;
  }
}
.ban-slider .law {
  background: #2A2A2A url(/assets/img/main/ban-img-law.png) no-repeat right center;
  background-size: auto 100%;
}
.ban-slider .law:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #2A2A2A, #2A2A2A, transparent);
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .ban-slider .law {
    background-position: 80% center;
  }
  .ban-slider .law:before {
    display: none;
  }
  .ban-slider .law:after {
    background: linear-gradient(to top, #2A2A2A, transparent);
    opacity: 0.9;
    z-index: 1;
  }
}
.ban-slider .slt {
  background: #1D233D url(/assets/img/main/ban-img-slt.png) no-repeat right center;
  background-size: auto 100%;
}
.ban-slider .slt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #1D233D, transparent);
  width: 100%;
  height: 100%;
}
.ban-slider .slt .slogan dd {
  font-weight: 500;
}
.ban-slider .slt .slogan dd b {
  color: #fff;
}
.ban-slider .slt .slogan dd span {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background: #5A54F5;
  padding: 7px 15px;
  margin-top: 4px;
}
.ban-slider .slt .slogan dd span i {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .ban-slider .slt {
    background-position: 80% center;
  }
  .ban-slider .slt:before {
    display: none;
  }
  .ban-slider .slt:after {
    background: linear-gradient(to top, #1D233D, transparent);
    opacity: 0.9;
    z-index: 1;
  }
}
.ban-slider .med {
  background: #E1E1E1 url(/assets/img/main/ban-img-med.svg) no-repeat right 60px top 10px;
  background-size: 600px auto;
}
.ban-slider .med .slogan dt {
  color: rgba(0, 0, 0, 0.8);
}
.ban-slider .med .slogan dd {
  color: #000;
}
@media screen and (max-width: 1110px) {
  .ban-slider .med {
    background-position: right -18% top 10px;
  }
}
@media screen and (max-width: 992px) {
  .ban-slider .med {
    background-size: 500px auto;
    background-position: right -10% top 10px;
  }
}
@media screen and (max-width: 860px) {
  .ban-slider .med {
    background-size: 450px auto;
    background-position: right -25% top 10px;
  }
}
@media screen and (max-width: 768px) {
  .ban-slider .med {
    background-image: url(/assets/img/main/ban-img-med-tablet.png);
    background-size: 200px auto;
    background-position: right 10% top 10px;
  }
}
@media screen and (max-width: 600px) {
  .ban-slider .med:after {
    background: linear-gradient(to top, #E1E1E1, transparent);
  }
}
.ban-slider .promo {
  background: url(/assets/img/main/ban-bg-promo.png) no-repeat center center/cover;
}
.ban-slider .promo:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10%;
  background: url(/assets/img/main/ban-img-promo.png);
  width: 332px;
  height: 342px;
}
.ban-slider .promo dd span {
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.ban-slider .promo dd span:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 209, 61, 0.8);
  width: 100%;
  height: 7px;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .ban-slider .promo:before {
    right: 5%;
  }
}
@media screen and (max-width: 900px) {
  .ban-slider .promo:before {
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  .ban-slider .promo:before {
    width: 280px;
    height: 288px;
    background-size: 280px 288px;
    top: 40px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .ban-slider .promo:before {
    width: 260px;
    height: 268px;
    background-size: 260px 268px;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .ban-slider .promo:before {
    background-image: url(/assets/img/main/ban-img-promo-mo.png);
    top: -60px;
  }
}

.consult-slider {
  position: relative;
}
.consult-slider .slider-item:after {
  content: "";
  display: block;
  clear: both;
}
.consult-slider .item {
  width: 312px;
  float: left;
  margin-right: 20px;
}
.consult-slider .item:last-child {
  margin-right: 0;
}
.consult-slider .img-area {
  position: relative;
  display: block;
  width: 100%;
  height: 195px;
  border-radius: 4px;
  overflow: hidden;
}
.consult-slider .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(1);
}
.consult-slider .img-area:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.consult-slider .img-link-area {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
}
.consult-slider .item-info {
  display: flex;
  gap: 15px;
  margin: 15px 0 12px 0;
}
.consult-slider .item-info .logo-area {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #F8FAFE;
}
.consult-slider .item-info .logo-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: auto;
}
.consult-slider .item-info .txt-area {
  width: calc(100% - 63px);
  align-self: center;
}
.consult-slider .item-info .txt-area dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.consult-slider .item-info .txt-area dd {
  line-height: 1;
}
.consult-slider .item-info .txt-area dd ul {
  display: flex;
  gap: 1.875rem;
}
.consult-slider .item-info .txt-area dd ul li {
  line-height: 1;
}
.consult-slider .item-info .txt-area dd ul li.link-2 {
  position: relative;
}
.consult-slider .item-info .txt-area dd ul li.link-2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  background: rgba(94, 94, 94, 0.5);
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
}
.consult-slider .item-info .txt-area dd a {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.8125rem);
  font-weight: 500;
  color: #5e5e5e;
}
.consult-slider .tel-area i {
  margin-right: 5px;
}
.consult-slider .tel-area span, .consult-slider .tel-area a {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  line-height: 1;
}
.consult-slider .tel-area a {
  display: none;
}
.consult-slider .btn-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.consult-slider .btn-arrow.consult-prev-slider {
  left: -40px;
}
.consult-slider .btn-arrow.consult-next-slider {
  right: -40px;
}
.consult-slider .btn-arrow a {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.consult-slider .btn-arrow a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon;
  color: #677294;
  font-size: 20px;
  text-indent: 0;
}
.consult-slider .btn-arrow a.bx-prev:before {
  content: "\e93b";
}
.consult-slider .btn-arrow a.bx-next:before {
  content: "\e93e";
}
@media screen and (max-width: 1240px) {
  .consult-slider .img-area, .consult-slider .img-link-area {
    height: 180px;
  }
}
@media screen and (max-width: 992px) {
  .consult-slider .img-area, .consult-slider .img-link-area {
    height: 148px;
  }
}
@media screen and (max-width: 768px) {
  .consult-slider .img-area, .consult-slider .img-link-area {
    height: 127px;
  }
}
@media screen and (max-width: 600px) {
  .consult-slider .tel-area span {
    display: none;
  }
  .consult-slider .tel-area a {
    display: inline-block;
  }
}

.consult-wrapper {
  position: relative;
}
.consult-wrapper .swiper-slide {
  width: 312px;
}
.consult-wrapper .img-area {
  position: relative;
  display: block;
  width: 100%;
  height: 195px;
  border-radius: 4px;
  overflow: hidden;
}
.consult-wrapper .img-area:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.consult-wrapper .img-area span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
}
.consult-wrapper .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(1);
}
.consult-wrapper .img-area:hover:before {
  opacity: 1;
}
.consult-wrapper .img-area:hover span {
  opacity: 1;
}
.consult-wrapper .img-area:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.consult-wrapper .item-info {
  display: flex;
  gap: 15px;
  margin: 15px 0 12px 0;
}
.consult-wrapper .item-info .logo-area {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #F8FAFE;
}
.consult-wrapper .item-info .logo-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: auto;
}
.consult-wrapper .item-info .txt-area {
  width: calc(100% - 63px);
  align-self: center;
}
.consult-wrapper .item-info .txt-area dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.consult-wrapper .item-info .txt-area dd {
  line-height: 1;
}
.consult-wrapper .item-info .txt-area dd ul {
  display: flex;
  gap: 1.875rem;
}
.consult-wrapper .item-info .txt-area dd ul li {
  line-height: 1;
}
.consult-wrapper .item-info .txt-area dd ul li.link-2 {
  position: relative;
}
.consult-wrapper .item-info .txt-area dd ul li.link-2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  background: rgba(94, 94, 94, 0.5);
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
}
.consult-wrapper .item-info .txt-area dd a {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.8125rem);
  font-weight: 500;
  color: #5e5e5e;
}
.consult-wrapper .tel-area i {
  margin-right: 5px;
}
.consult-wrapper .tel-area span, .consult-wrapper .tel-area a {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  line-height: 1;
}
.consult-wrapper .tel-area a {
  display: none;
}
.consult-wrapper .btn-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.consult-wrapper .btn-arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon;
  color: #677294;
  font-size: 20px;
  text-indent: 0;
}
.consult-wrapper .btn-arrow.consult-prev-btn {
  left: -40px;
}
.consult-wrapper .btn-arrow.consult-prev-btn:before {
  content: "\e93b";
}
.consult-wrapper .btn-arrow.consult-next-btn {
  right: -40px;
}
.consult-wrapper .btn-arrow.consult-next-btn:before {
  content: "\e93e";
}
@media screen and (max-width: 1240px) {
  .consult-wrapper .swiper-slide {
    width: 285px;
  }
  .consult-wrapper .img-area {
    height: 180px;
  }
}
@media screen and (max-width: 992px) {
  .consult-wrapper .swiper-slide {
    width: 233px;
  }
  .consult-wrapper .img-area {
    height: 148px;
  }
}
@media screen and (max-width: 768px) {
  .consult-wrapper .swiper-slide {
    width: 200px;
  }
  .consult-wrapper .img-area {
    height: 127px;
  }
}
@media screen and (max-width: 600px) {
  .consult-wrapper .item-info {
    gap: 10px;
  }
  .consult-wrapper .tel-area span {
    display: none;
  }
  .consult-wrapper .tel-area a {
    display: inline-block;
  }
}

.main-matching .matching-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.main-matching .matching-item-none {
  font-size: 0.9375rem;
  color: #B9B9B9;
  text-align: center;
}
.main-matching .item {
  position: relative;
  width: calc((100% - 60px) / 4);
  border: 1px solid #E4E8E8;
  border-radius: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.main-matching .item:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  border-color: #dee2e6;
}
.main-matching .item-plus {
  display: flex;
  justify-content: center;
}
.main-matching .item-plus p {
  text-align: center;
  align-self: center;
  padding: 1.25rem 0;
}
.main-matching .item-plus span {
  display: block;
  font-size: clamp(12px, 768px, 0.9375rem);
  line-height: 1;
  color: #878787;
  margin-top: 8px;
}
.main-matching .item-top {
  position: relative;
  padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
}
.main-matching .item-top .item-tit {
  display: block;
  width: calc(100% - 15px);
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 600;
  color: #232323;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-matching .item-top .item-tit span.item-kindBox {
  vertical-align: top;
  margin-right: 0.1875rem;
}
.main-matching .item-top .item-favorite {
  position: absolute;
  top: 10px;
  right: 0.9375rem;
}
.main-matching .item-mid {
  padding: 0 1.25rem 0.9375rem 1.25rem;
}
.main-matching .item-mid ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.main-matching .item-mid li {
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
}
.main-matching .item-mid li b {
  color: #677294;
  font-weight: 400;
}
.main-matching .item-mid li:last-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  background: rgba(119, 119, 119, 0.3);
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.main-matching .item-mid ul:last-child li:after {
  display: none;
}
.main-matching .item-btm {
  border-top: 1px solid #E4E8E8;
  padding: 0.9375rem 1.25rem;
}
.main-matching .item-btm ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5625rem;
}
.main-matching .item-btm li {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
}
.main-matching .item-btm li b {
  font-weight: 500;
  color: #677294;
}
.main-matching .direct-mark {
  position: absolute;
  top: -12px;
  right: 0;
  display: inline-block;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #5D7CFF;
  padding: 4px 6px 3px 6px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.3px;
  border-radius: 20px;
  transform: scale(0.9);
}
.main-matching .direct-mark:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0px 0px;
  border-color: #5D7CFF transparent transparent transparent;
}
.main-matching .btn-more {
  text-align: center;
  margin-top: 2.5rem;
}
.main-matching .btn-more a {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  line-height: 1;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #677294;
  padding: 1.0625rem 0;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
@media screen and (max-width: 1240px) {
  .main-matching .item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 992px) {
  .main-matching .item-top .item-tit span.item-kindBox {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .main-matching .item {
    width: calc((100% - 20px) / 2);
  }
  .main-matching .item-btm ul {
    gap: 0 1.25rem;
  }
  .main-matching .item-plus img {
    transform: scale(0.8);
  }
  .main-matching .item-plus span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .main-matching .item-top {
    padding: 1.125rem 1.25rem 0.625rem 1.125rem;
  }
  .main-matching .item-btm {
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .main-matching .item {
    width: 100%;
  }
  .main-matching .item-mid {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
  .main-matching .item-mid ul:last-child {
    width: 100%;
  }
}

.matching-consult .main-tit {
  margin-bottom: 0.625rem;
}
.matching-consult .desc-txt {
  width: 100%;
  line-height: 1.3;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #5e5e5e;
  word-break: keep-all;
  border-radius: 4px;
  padding: 15px 2.5rem;
  background-color: #F3F5F7;
  margin-bottom: 1.875rem;
}
.matching-consult .desc-txt b {
  font-weight: 500;
  color: #677294;
}
@media screen and (max-width: 992px) {
  .matching-consult .desc-txt {
    padding: 15px 20px;
  }
}

.main-service .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-service .main-tit {
  position: absolute;
  top: 0;
  left: 20px;
}
.main-service .service-pager {
  width: 34%;
  align-self: flex-end;
}
.main-service .service-pager .bx-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.main-service .service-pager .bx-pager-item {
  width: calc(50% - 10px);
}
.main-service .service-pager a {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #D8DEE5;
  border-radius: 14px;
  padding: 20px;
  transition: 0.3s;
}
.main-service .service-pager a span {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #007AFF;
  font-weight: 500;
  line-height: 1;
}
.main-service .service-pager a p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #B9B9B9;
}
.main-service .service-pager a.active {
  background: #007AFF;
  border-color: #007AFF;
}
.main-service .service-pager a.active span, .main-service .service-pager a.active p {
  color: #fff;
}
.main-service .bx-wrapper {
  width: 60%;
}
.main-service .bx-viewport {
  overflow: hidden;
}
.main-service .service-slider:after {
  content: "";
  display: block;
  clear: both;
}
.main-service .service-slider .item {
  float: left;
}
.main-service .service-slider .item a {
  position: relative;
  display: block;
  background: #F8FAFE;
  padding: 2.5rem 3.125rem;
  border-radius: 14px;
  min-height: 410px;
}
.main-service .service-slider .item a dt {
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
  line-height: 1;
}
.main-service .service-slider .item a dt b {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #007AFF;
  line-height: 1;
  margin-bottom: 1rem;
}
.main-service .service-slider .item a dd {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 2.5rem;
  word-break: keep-all;
}
.main-service .service-slider .item a span {
  position: absolute;
  bottom: 2.5rem;
  left: 3.125rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #B9B9B9;
}
.main-service .service-slider .item a span i {
  margin-left: 5px;
  transition: 0.3s;
}
.main-service .service-slider .item a .item-img {
  position: absolute;
  bottom: 40px;
  right: 50px;
  width: 350px;
  text-align: center;
}
.main-service .service-slider .item a:hover {
  color: inherit;
}
.main-service .service-slider .item a:hover span {
  color: #007AFF;
}
.main-service .service-slider .item a:hover span i {
  transform: translate(10px);
}
.main-service .service-slider .item.item2 .item-img {
  width: 400px;
  bottom: 0;
}
@media screen and (max-width: 1240px) {
  .main-service .service-slider .item a .item-img {
    width: 300px;
    right: 20px;
  }
  .main-service .service-slider .item.item1 .item-img {
    right: -10px;
  }
  .main-service .service-slider .item.item2 .item-img {
    right: -20px;
  }
  .main-service .service-slider .item.item3 .item-img {
    right: -50px;
  }
  .main-service .service-slider .item.item4 .item-img {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-service .main-tit {
    position: relative;
    top: unset;
    left: unset;
  }
  .main-service .service-pager {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-service .service-pager .bx-pager-item {
    width: calc((100% - 60px) / 4);
  }
  .main-service .service-pager a {
    height: 110px;
  }
  .main-service .bx-wrapper {
    width: 100%;
  }
  .main-service .service-slider .item a {
    min-height: 350px;
  }
  .main-service .service-slider .item a .item-img {
    right: 10%;
  }
  .main-service .service-slider .item.item1 img {
    width: 315px;
  }
  .main-service .service-slider .item.item1 .item-img {
    right: 10%;
  }
  .main-service .service-slider .item.item2 img {
    width: 360px;
  }
  .main-service .service-slider .item.item2 .item-img {
    right: 10%;
  }
  .main-service .service-slider .item.item3 img {
    width: 200px;
  }
  .main-service .service-slider .item.item3 .item-img {
    right: 10%;
  }
  .main-service .service-slider .item.item4 img {
    width: 230px;
  }
  .main-service .service-slider .item.item4 .item-img {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .main-service .service-slider .item a {
    min-height: 300px;
  }
  .main-service .service-slider .item a .item-img {
    width: 200px;
  }
  .main-service .service-slider .item.item1 img {
    width: 255px;
  }
  .main-service .service-slider .item.item2 .item-img, .main-service .service-slider .item.item2 img {
    width: 280px;
  }
  .main-service .service-slider .item.item3 img {
    width: 160px;
  }
  .main-service .service-slider .item.item4 img {
    width: 180px;
  }
}
@media screen and (max-width: 550px) {
  .main-service .service-slider .item.item1 .item-img {
    right: -4%;
  }
}
@media screen and (max-width: 600px) {
  .main-service .main-tit {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .main-service .service-pager .bx-pager {
    justify-content: flex-end;
    gap: 10px;
  }
  .main-service .service-pager .bx-pager-item {
    width: 30px;
  }
  .main-service .service-pager a {
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
  }
  .main-service .service-pager a p {
    display: none;
  }
  .main-service .service-slider .item a {
    padding: 30px;
    min-height: 250px;
  }
  .main-service .service-slider .item a dt {
    font-size: 18px;
  }
  .main-service .service-slider .item a dd {
    font-size: 16px;
  }
  .main-service .service-slider .item a .item-img {
    right: 20px;
  }
  .main-service .service-slider .item a span {
    left: 30px;
  }
  .main-service .service-slider .item.item1 img {
    width: 225px;
  }
  .main-service .service-slider .item.item2 img {
    width: 230px;
  }
  .main-service .service-slider .item.item2 .item-img {
    right: 0;
  }
  .main-service .service-slider .item.item3 img {
    width: 130px;
  }
  .main-service .service-slider .item.item3 .item-img {
    right: 0;
  }
  .main-service .service-slider .item.item4 img {
    width: 150px;
  }
  .main-service .service-slider .item.item4 .item-img {
    width: 220px;
    right: 3%;
  }
}
@media screen and (max-width: 480px) {
  .main-service .service-slider .item a {
    min-height: 300px;
    padding: 20px;
  }
  .main-service .service-slider .item a dd br {
    display: none;
  }
  .main-service .service-slider .item a dd br.view {
    display: block;
  }
  .main-service .service-slider .item a .item-img {
    width: 150px;
    bottom: 20px;
  }
  .main-service .service-slider .item a span {
    left: 20px;
  }
  .main-service .service-slider .item.item1 .item-img {
    right: 7%;
  }
  .main-service .service-slider .item.item1 img {
    width: 200px;
  }
  .main-service .service-slider .item.item2 .item-img {
    width: auto;
    right: -5px;
  }
  .main-service .service-slider .item.item2 img {
    width: 190px;
  }
  .main-service .service-slider .item.item3 img {
    width: 110px;
  }
  .main-service .service-slider .item.item4 img {
    width: 110px;
  }
  .main-service .service-slider .item.item4 .item-img {
    width: 150px;
  }
  .main-service .service-slider .item.item4 img {
    width: 110px;
  }
}

@keyframes ad-under-show {
  0% {
    bottom: -15%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes ad-under-del {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -15%;
  }
}
.ad-under {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: calc(100% - 20px);
  max-width: 1000px;
  transform: translateX(-50%);
  background: #fff;
  height: 6.25rem;
  animation: ad-under-show 1s;
  border-top-left-radius: 0.875rem;
  border-top-right-radius: 0.875rem;
  overflow: hidden;
  background: transparent;
  z-index: 100;
}
.ad-under.ad-under-close {
  animation: ad-under-del 1s;
  bottom: -15%;
}
.ad-under a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
.ad-under a dl {
  align-self: center;
  z-index: 1;
}
.ad-under a dl.t-shadow dt, .ad-under a dl.t-shadow dd {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ad-under a dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.ad-under a dd {
  font-size: 1rem;
  color: #fff;
}
.ad-under .btn-ad-under-close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.9375rem;
  right: 4%;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.ad-under .ad-fix {
  background: #4e798a url(/assets/img/ad/foot-fix-bg.png) no-repeat right center;
  background-size: auto 100%;
}
.ad-under .ad-fix:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #4e798a, #4e798a, transparent, transparent);
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ad-under .ad-fix {
    background-image: url(/assets/img/ad/foot-fix-bg-mo.png);
  }
}
@media screen and (max-width: 480px) {
  .ad-under .ad-fix {
    background-position: 80% center;
  }
}

.sub-conTit {
  padding: 0 20px;
  padding: 3.7037037037vh 1.4814814815vw;
  text-align: center;
}
.sub-conTit h5, .sub-conTit .h5 {
  font-size: 2.1875rem;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.sub-conTit h5.ori, .sub-conTit .ori.h5 {
  font-size: 2.5rem;
}
.sub-conTit:has(h5.ori, .ori.h5) {
  padding: 3.75rem 1.4814814815vw 5.625rem 1.4814814815vw;
}
.sub-conTit p {
  font-size: 1.25rem;
  color: #0061C1;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .sub-conTit h5, .sub-conTit .h5 {
    font-size: 1.875rem;
  }
}

.sub-container.notSpace {
  margin-bottom: -140px;
}
.sub-container > section:not(:last-child) {
  margin-bottom: 5.5555555556vh;
}
.sub-container > section.bgY {
  background: #F8FAFE;
  padding: 4.6296296296vh 0;
}
.sub-container > section.bgY.high-s {
  padding: 7.4074074074vh 0;
}
.sub-container > section.bgY.high-m {
  padding: 9.2592592593vh 0;
}
.sub-container .warn-txt {
  background: #F4F6F9;
  text-align: center;
  padding: 17px;
}
.sub-container .warn-txt p {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #677294;
  font-weight: 500;
  padding-left: 1.375rem;
}
.sub-container .warn-txt p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  content: "\ea2d";
  font-family: "xeicon";
  color: #FF6A5B;
  font-size: 1.125rem;
  line-height: 1;
}
.sub-container .warn-txt i {
  font-size: 1.125rem;
  color: #FF6A5B;
  margin: 0 10px 0 0;
}
.sub-container .warn-txt span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin-top: 10px;
}
.sub-container ul.dotList > li {
  position: relative;
  font-size: 1.125rem;
  color: #5e5e5e;
  padding-left: 15px;
  word-break: keep-all;
}
.sub-container ul.dotList > li:not(:last-child) {
  margin-bottom: 3px;
}
.sub-container ul.dotList > li a {
  color: #007AFF;
  text-decoration: underline;
}
.sub-container ul.dotList > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #5e5e5e;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sub-container.notSpace {
    margin-bottom: -110px;
  }
  .sub-container .warn-txt {
    padding: 15px;
  }
  .sub-container .warn-txt p:before {
    top: 3px;
  }
  .sub-container ul.dotList > li {
    padding-left: 12px;
  }
  .sub-container ul.dotList > li:before {
    top: 8px;
  }
}

.sub-container > section.sub-tabMenu {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.sub-container > section.sub-tabMenu ul {
  gap: 5.9259259259vw;
}
.sub-container > section.sub-tabMenu ul li {
  text-align: center;
  padding: 2.3148148148vh 0;
}
.sub-container > section.sub-tabMenu ul li a {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #677294;
  letter-spacing: -0.5px;
}
.sub-container > section.sub-tabMenu ul li a:hover, .sub-container > section.sub-tabMenu ul li a.on {
  color: #232323;
  font-weight: 700;
  border-bottom: 1px solid #232323;
}
.sub-container > section.sub-tabMenu ul li.tab-notice {
  width: 75px;
}
.sub-container > section.sub-tabMenu ul li.tab-faq {
  width: 39px;
}
.sub-container > section.sub-tabMenu ul li.tab-qna {
  width: 42px;
}
.sub-container > section.sub-tabMenu ul li.tab-chat {
  width: 104px;
}
.sub-container > section.sub-tabMenu ul li.tab-time {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .sub-container > section.sub-tabMenu ul {
    gap: 5.2083333333vw;
  }
  .sub-container > section.sub-tabMenu ul li.tab-notice {
    width: 55px;
  }
  .sub-container > section.sub-tabMenu ul li.tab-faq {
    width: 29px;
  }
  .sub-container > section.sub-tabMenu ul li.tab-qna {
    width: 32px;
  }
  .sub-container > section.sub-tabMenu ul li.tab-chat {
    width: 78px;
  }
  .sub-container > section.sub-tabMenu ul li.tab-time {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .sub-container > section.sub-tabMenu ul {
    gap: 3.2552083333vw;
  }
}

.sub-container > section.sec-search {
  padding: 4.6296296296vh 0;
}
.sub-container > section.sec-search .search {
  width: 100%;
  max-width: 500px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 0 auto;
  background: #fff;
  padding: 5px 20px 5px 30px;
}
.sub-container > section.sec-search .search input[type=submit] {
  display: inline-block;
  width: 22px;
  height: 40px;
  background: url(/assets/img/common/ico-search.svg) no-repeat center center;
  background-size: 22px auto;
  filter: invert(46%) sepia(9%) saturate(1146%) hue-rotate(188deg) brightness(96%) contrast(96%);
}
.sub-container > section.sec-search .search input[type=text] {
  display: inline-block;
  width: calc(100% - 35px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  .sub-container > section.sec-search .search {
    padding: 5px 15px 5px 25px;
  }
  .sub-container > section.sec-search .search input[type=submit] {
    width: 16px;
    height: 30px;
    background-size: 16px auto;
  }
  .sub-container > section.sec-search .search input[type=text] {
    width: calc(100% - 20px);
    height: 30px;
  }
}

.tList .tHead {
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
.tList .tHead .checkKind ul > li:not(:last-child) {
  margin-right: 10px;
}
.tList .tHead .sort .checkArea {
  margin-top: 0;
}
.tList .tHead .sort .checkArea .checkbox-custom-label {
  padding-left: 0;
  padding-right: 1.875rem;
  font-size: 1rem;
}
.tList .tHead .sort .checkArea .checkbox-custom + .checkbox-custom-label:before {
  right: 0.625rem;
  left: unset;
}
.tList .tHead .sort .checkArea .checkbox-custom + .checkbox-custom-label:after {
  right: 0;
  left: unset;
}
.tList .tHead .sort select {
  position: relative;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #677294;
  font-weight: 500;
  appearance: none;
  cursor: pointer;
  padding: 0 25px 0 5px;
  background: url(/assets/img/sub/ico-sort-arrow.svg) no-repeat right center/10px;
  background-size: 18px auto;
  outline: none;
  letter-spacing: -0.04em;
}
.tList .tList-con > a.tList-row {
  display: block;
  border-bottom: 1px solid #ECECEC;
  padding: 2.962962963vh 1.5267175573vw;
}
.tList .tList-con > a.tList-row .tit {
  font-size: 1rem;
  color: #232323;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tList .tList-con > a.tList-row .state {
  margin-bottom: 5px;
}
.tList .tList-con > a.tList-row .state br {
  display: none;
}
.tList .tList-con > a.tList-row .state span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #aeaeae;
}
.tList .tList-con > a.tList-row .state span:not(:first-child) {
  padding-left: 10px;
}
.tList .tList-con > a.tList-row .state span:not(:last-child) {
  padding-right: 10px;
}
.tList .tList-con > a.tList-row .state span.kind {
  color: #677294;
  padding-right: 0 !important;
  font-weight: 500;
}
.tList .tList-con > a.tList-row .state span.state-txt {
  position: relative;
}
.tList .tList-con > a.tList-row .state span.state-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #aeaeae;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
}
.tList .tList-con > a.tList-row .state span.state-txt.afterN:after {
  display: none;
}
.tList .tList-con > a.tList-row .state span.reply {
  padding: 0 10px;
  background: #F4F6F9;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #777;
}
.tList .tList-con > a.tList-row .state span.reply.reply-yes {
  color: #007AFF;
}
@media screen and (max-width: 480px) {
  .tList .tList-con > div.tList-row .state span:not(:first-child) {
    padding-left: 7px;
  }
  .tList .tList-con > div.tList-row .state span:not(:last-child) {
    padding-right: 7px;
  }
  .tList .tList-con > div.tList-row .state span.state-txt:after {
    height: 10px;
  }
  .tList .tList-con > div.tList-row .state span.reply {
    padding: 0 7px;
  }
}
@media screen and (max-width: 400px) {
  .tList .tList-con > div.tList-row .state br {
    display: block;
  }
}

.inquiryWrite {
  border-top: 1px solid #ECECEC;
}
.inquiryWrite .inquiry-sec {
  border-bottom: 1px solid #ECECEC;
  padding: 2.962962963vh 0;
}
.inquiryWrite .sec-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inquiryWrite .sec-row:not(:last-child) {
  margin-bottom: 20px;
}
.inquiryWrite .sec-row .row-tit {
  width: 180px;
  font-weight: 700;
  color: #232323;
  margin-top: 8px;
}
.inquiryWrite .sec-row .row-tit.required:after {
  content: " *";
  color: #017BFF;
}
.inquiryWrite .sec-row .row-input {
  width: calc(100% - 180px);
}
.inquiryWrite .sec-row.receiveTalk input[type=text] {
  max-width: 160px;
}
.inquiryWrite .sec-row.receiveTalk input[type=text]::placeholder {
  color: #232323;
}
.inquiryWrite .sec-row.inputNone .row-tit {
  margin-top: 0;
}
.inquiryWrite input[type=text], .inquiryWrite textarea {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
  max-width: 730px;
  font-size: clamp(12px, 768px, 0.875rem);
}
.inquiryWrite input[type=text]::placeholder, .inquiryWrite textarea::placeholder {
  color: #B9B9B9;
}
.inquiryWrite input:read-only {
  background: #F4F6F9;
}
.inquiryWrite input:read-only::placeholder {
  color: #5e5e5e;
}
.inquiryWrite textarea {
  min-height: 200px;
}
.inquiryWrite select {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 45px 8px 15px;
  background: url(/assets/img/common/select-arrow.svg) no-repeat right 15px center;
  background-size: 14px auto;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
.inquiryWrite .inquiry-txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #007AFF;
}
@media screen and (max-width: 992px) {
  .inquiryWrite .sec-row .row-tit {
    width: 140px;
  }
  .inquiryWrite .sec-row .row-input {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .inquiryWrite .sec-row .row-tit {
    width: 100px;
  }
  .inquiryWrite .sec-row .row-input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .inquiryWrite .sec-row .row-tit {
    width: 100px;
  }
  .inquiryWrite .sec-row .row-input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .inquiryWrite .inquiry-sec {
    padding: 1.8518518519vh 0;
  }
  .inquiryWrite .sec-row .row-tit {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .inquiryWrite .sec-row .row-input {
    width: 100%;
  }
  .inquiryWrite .sec-row .row-input select {
    width: 100%;
  }
  .inquiryWrite .sec-row .row-input select.ml7 {
    margin: 5px 0 0 0;
  }
}

.inquiryDone .txt {
  text-align: center;
}
.inquiryDone .txt dl {
  padding: 5.5555555556vh 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.inquiryDone .txt dt {
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 3.7037037037vh;
}
.inquiryDone .txt dd {
  font-size: 1.125rem;
  color: #232323;
}

.tView .tHead {
  text-align: center;
}
.tView .tHead p.kind {
  margin-bottom: 10px;
}
.tView .tHead p.kind span {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  background: #325CBC;
  border-radius: 18px;
  padding: 6px 30px;
}
.tView .tHead dt {
  font-size: 22px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 5px;
  line-height: 1.2;
}
.tView .tHead dd span {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #aeaeae;
}
.tView .tHead dd span:not(:last-child) {
  padding-right: 10px;
}
.tView .tHead dd span:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #aeaeae;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
}
.tView .tHead dd span:not(:first-child) {
  padding-left: 10px;
}
.tView .tCon {
  background: #f9f9f9;
  padding: 5.5555555556vh 4.4444444444vw;
  margin-top: 3.7037037037vh;
  font-size: 1.125rem;
  color: #232323;
}
.tView .tFoot {
  margin-top: 5.5555555556vh;
}
.tView .tFoot .list-link {
  width: calc(50% - 60px);
}
.tView .tFoot .list-link a {
  position: relative;
  display: block;
  text-align: center;
}
.tView .tFoot .list-link a dt {
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 5px;
}
.tView .tFoot .list-link a dd {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tView .tFoot .list-link a:hover dd {
  color: #232323;
}
.tView .tFoot .list-link a:before {
  transition: all 0.25s;
}
.tView .tFoot .list-link.list-prev a {
  padding-left: 40px;
}
.tView .tFoot .list-link.list-prev a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\e93b";
  font-family: "xeicon";
  color: #5AC7FF;
  font-size: 1.625rem;
  opacity: 0;
}
.tView .tFoot .list-link.list-prev a:hover:before {
  opacity: 1;
}
.tView .tFoot .list-link.list-next a {
  padding-right: 40px;
}
.tView .tFoot .list-link.list-next a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\e93e";
  font-family: "xeicon";
  color: #5AC7FF;
  font-size: 1.625rem;
  opacity: 0;
}
.tView .tFoot .list-link.list-next a:hover:before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .tView .tCon {
    padding: 3.7037037037vh 5.2083333333vw;
  }
  .tView .tFoot {
    margin-top: 3.7037037037vh;
  }
  .tView .tFoot .list-link {
    width: calc(50% - 30px);
  }
  .tView .tFoot .list-link.list-prev a {
    padding-left: 30px;
  }
  .tView .tFoot .list-link.list-next a {
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .tView .tFoot .list-link a {
    padding: 0 !important;
  }
  .tView .tFoot .list-link a:before {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .tView .tHead dd span:not(:last-child) {
    padding-right: 7px;
  }
  .tView .tHead dd span:not(:last-child):after {
    height: 10px;
  }
  .tView .tHead dd span:not(:first-child) {
    padding-left: 7px;
  }
}

.legalWrite .inquiryWrite {
  border-top: 0;
}
.legalWrite .inquiryWrite h5.inquiry-tit, .legalWrite .inquiryWrite .inquiry-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  padding-bottom: 1.8518518519vh;
  border-bottom: 1px solid #ECECEC;
}
.legalWrite .inquiryWrite h5.inquiry-tit b, .legalWrite .inquiryWrite .inquiry-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.legalWrite .inquiryWrite .inquiry-note {
  border-bottom: 1px solid #ECECEC;
}
.legalWrite .inquiryWrite .inquiry-note ul {
  padding: 2.7777777778vh 0;
}
.legalWrite .inquiryWrite .inquiry-note ul > li {
  position: relative;
  font-size: 1rem;
  color: #0061C1;
  padding-left: 12px;
}
.legalWrite .inquiryWrite .inquiry-note ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.legalWrite .inquiryWrite .inquiry-note ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0061C1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.legalWrite .inquiryWrite .inquiry-agree {
  margin-top: 5.5555555556vh;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2.962962963vh;
}
.legalWrite .inquiryWrite .inquiry-agree .agree-txt {
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #D8DEE5;
  padding: 3.7037037037vh 3.0534351145vw;
  margin-top: 2.962962963vh;
}
.legalWrite .inquiryWrite .inquiry-agree .agree-txt p {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #677294;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 17px;
}
.legalWrite .inquiryWrite .inquiry-agree .agree-txt p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\ea2d";
  font-family: "xeicon";
  color: #FF6A5B;
  font-size: 1.125rem;
}
.legalWrite .inquiryWrite .inquiry-agree .agree-txt ul > li {
  position: relative;
  font-size: 1rem;
  color: #5e5e5e;
  padding-left: 12px;
}
.legalWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.legalWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #5e5e5e;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .legalWrite .inquiryWrite .inquiry-note ul > li:before {
    top: 10px;
  }
  .legalWrite .inquiryWrite .inquiry-agree .agree-txt p {
    padding-left: 22px;
  }
  .legalWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .legalWrite .inquiryWrite .inquiry-note ul > li:before {
    top: 8px;
  }
  .legalWrite .inquiryWrite .inquiry-agree .agree-txt p {
    margin-bottom: 12px;
  }
  .legalWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:before {
    top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .legalWrite .inquiryWrite .inquiry-note ul {
    padding: 1.8518518519vh 0;
  }
  .legalWrite .inquiryWrite .inquiry-agree {
    margin-top: 3.7037037037vh;
    padding-bottom: 1.8518518519vh;
  }
  .legalWrite .inquiryWrite .inquiry-agree .agree-txt {
    padding: 2.7777777778vh 5vw;
    margin-top: 1.8518518519vh;
  }
}

.legalList .intro .pic-area {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30.3703703704%;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
}
.legalList .intro .pic-area p {
  position: relative;
  min-height: 470px;
}
.legalList .intro .pic-area p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.legalList .intro .box-area {
  width: 76.8888888889%;
  background: #fff;
  border-radius: 40px;
  padding: 5.5555555556vh 2.962962963% 5.5555555556vh 14.0740740741%;
}
.legalList .intro .box-area .lawyer-name {
  margin-bottom: 0.9375rem;
}
.legalList .intro .box-area .lawyer-name dt {
  font-size: 1.375rem;
  line-height: 1;
  color: #5AC7FF;
  font-weight: 400;
}
.legalList .intro .box-area .lawyer-name dd {
  font-size: 2.1875rem;
  color: #232323;
  font-weight: 700;
}
.legalList .intro .box-area .lawyer-link {
  margin-bottom: 30px;
}
.legalList .intro .box-area .lawyer-link ul:first-child {
  margin-bottom: 10px;
}
.legalList .intro .box-area .lawyer-link ul > li:not(:last-child) {
  margin-right: 15px;
}
.legalList .intro .box-area .lawyer-link a {
  display: block;
  background: #F4F6F9;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.legalList .intro .box-area .lawyer-link a i {
  font-size: 1.125rem;
  color: #677294;
  margin-right: 7px;
  vertical-align: text-bottom;
}
.legalList .intro .box-area .txt-area > div:first-child {
  padding-bottom: 1.8518518519vh;
  margin-bottom: 1.8518518519vh;
  border-bottom: 1px solid #D8DEE5;
}
.legalList .intro .box-area .txt-area > div:first-child dt {
  display: inline-block;
}
.legalList .intro .box-area .txt-area > div:first-child dd {
  display: inline-block;
  margin-left: 10px;
}
.legalList .intro .box-area .txt-area > div.flex > div {
  align-self: flex-start;
}
.legalList .intro .box-area .txt-area > div.flex > div:first-child {
  width: 60%;
  padding-right: 20px;
}
.legalList .intro .box-area .txt-area > div.flex > div:last-child {
  width: 40%;
}
.legalList .intro .box-area .txt-area > div.flex > div > dl:not(:last-child) {
  margin-bottom: 20px;
}
.legalList .intro .box-area .txt-area dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 10px;
}
.legalList .intro .box-area .txt-area dd {
  font-size: 1rem;
  color: #5e5e5e;
  line-height: 1.625rem;
}
.legalList .legalList-board .tHead .sort .sort-popular {
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .legalList .legalList-board .tHead .sort .sort-popular {
    margin-left: 10px;
  }
  .legalList .check-kindArea .checkbox-custom-label {
    padding: 0.4375rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .legalList .intro .pic-area {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 80%;
    max-width: 350px;
    margin: 0 auto -3.7037037037vh;
  }
  .legalList .intro .pic-area p {
    min-height: 350px;
  }
  .legalList .intro .pic-area p img {
    width: 110%;
    height: auto;
    top: 0;
    transform: translate(-50%, -12%);
  }
  .legalList .intro .box-area {
    float: none;
    width: 100%;
    padding: 7.4074074074vh 5.2083333333vw 3.7037037037vh 5.2083333333vw;
  }
  .legalList .intro .box-area .txt-area dt {
    margin-bottom: 5px;
  }
  .legalList .legalList-board .tHead {
    justify-content: flex-end;
  }
  .legalList .legalList-board .tHead .checkKind {
    width: 100%;
    margin-bottom: 10px;
  }
  .legalList .legalList-board .tHead .checkKind ul {
    justify-content: space-between;
  }
  .legalList .legalList-board .tHead .checkKind ul li {
    width: 24.5%;
  }
  .legalList .legalList-board .tHead .checkKind ul li:first-child, .legalList .legalList-board .tHead .checkKind ul li:nth-child(2), .legalList .legalList-board .tHead .checkKind ul li:last-child {
    width: calc((51% - 40px) / 3);
  }
  .legalList .legalList-board .tHead .checkKind ul li:not(:last-child) {
    margin-right: 0;
  }
  .legalList .legalList-board .tHead .checkKind ul li .checkbox-custom-label {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .legalList .legalList-board .tHead .sort .sort-popular {
    margin-left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .legalList .intro .box-area .lawyer-link ul > li {
    width: 100%;
  }
  .legalList .intro .box-area .lawyer-link ul > li a {
    display: inline-block;
  }
  .legalList .intro .box-area .lawyer-link ul > li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .legalList .intro .box-area .txt-area > div.flex > div {
    width: 100% !important;
  }
  .legalList .intro .box-area .txt-area > div.flex > div:first-child dl {
    margin-bottom: 20px;
  }
  .legalList .legalList-board .tHead .checkKind ul li:first-child, .legalList .legalList-board .tHead .checkKind ul li:nth-child(2), .legalList .legalList-board .tHead .checkKind ul li:last-child {
    width: calc((51% - 20px) / 3);
  }
}

.legalView .tCon > div {
  position: relative;
  padding-left: 35px;
}
.legalView .tCon > div:first-child {
  padding-bottom: 2.7777777778vh;
  margin-bottom: 2.7777777778vh;
  border-bottom: 1px solid #D8DEE5;
}
.legalView .tCon > div.q:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-weight: 700;
}
.legalView .tCon > div.a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #007AFF;
  font-weight: 700;
}
.legalView .tCon > div.check-helpArea {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .legalView .tCon > div {
    padding-left: 20px;
  }
}

.noticeList > section.sub-tabMenu {
  margin-bottom: 0;
}
.noticeList .noticeList-board .tList-con .tList-row {
  display: flex;
}
.noticeList .noticeList-board .tList-con .tList-row:first-child {
  border-top: 1px solid #ECECEC;
}
.noticeList .noticeList-board .tList-con .tList-row span.kind {
  display: inline-block;
  width: 150px;
  font-size: 1rem;
  color: #677294;
  font-weight: 500;
}
.noticeList .noticeList-board .tList-con .tList-row .tit {
  width: calc(100% - 100px);
  padding-right: 30px;
}
.noticeList .noticeList-board .tList-con .tList-row span.date {
  display: inline-block;
  text-align: right;
  width: 100px;
  font-size: 1rem;
  color: #5e5e5e;
  font-weight: 300;
}
.noticeList .noticeList-board .tList-con .tList-row.tList-row-notice .tit {
  width: calc(100% - 250px);
}
@media screen and (max-width: 992px) {
  .noticeList .noticeList-board .tList-con .tList-row span.kind {
    width: 120px;
  }
  .noticeList .noticeList-board .tList-con .tList-row.tList-row-notice .tit {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .noticeList .noticeList-board .tList-con .tList-row span.kind {
    width: 70px;
  }
  .noticeList .noticeList-board .tList-con .tList-row .tit {
    width: calc(100% - 70px);
    padding-right: 10px;
  }
  .noticeList .noticeList-board .tList-con .tList-row span.date {
    width: 70px;
  }
  .noticeList .noticeList-board .tList-con .tList-row.tList-row-notice .tit {
    width: calc(100% - 140px);
  }
}

.pageNum {
  text-align: center;
  margin-top: 3.7037037037vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pageNum a {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #232323;
  background: #FBFBFC;
  border-radius: 4px;
  margin-top: 5px;
}
.pageNum a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #aeaeae;
}
.pageNum a.on, .pageNum a.num:hover {
  background: #A0AFC1;
  color: #fff;
}
.pageNum a:not(:last-child) {
  margin-right: 10px;
}

.faq > section.sub-tabMenu {
  margin: 0;
}
.faq .checkKind > ul {
  display: inline-flex;
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  touch-action: pan-x;
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.faq .checkKind > ul li.check-kindArea {
  width: auto;
  display: block;
  transition: none;
}
.faq .checkKind > ul label {
  transition: none;
}
.faq .faqList .faq-row {
  border-bottom: 1px solid #D8DEE5;
}
.faq .faqList .faq-row:first-child {
  border-top: 1px solid #D8DEE5;
}
.faq .faqList .faq-row button {
  text-align: left;
  padding: 2.962962963vh 1.5267175573vw;
  width: 100%;
}
.faq .faqList .faq-row button p {
  align-self: flex-start;
  width: 150px;
  font-size: 1rem;
  font-weight: 500;
  color: #677294;
}
.faq .faqList .faq-row button div {
  position: relative;
  align-self: flex-start;
  width: calc(100% - 150px);
  padding: 0 35px;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #232323;
}
.faq .faqList .faq-row button div:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  content: "Q";
  font-size: 1.125rem;
  color: #232323;
  font-weight: 700;
}
.faq .faqList .faq-row button div:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
  content: "\e91a";
  font-size: 1.125rem;
  color: #007AFF;
  font-family: "xeicon";
}
.faq .faqList .faq-row button.collapsed div:after {
  content: "\e913";
}
.faq .faqList .faq-row .faq-a {
  position: relative;
  padding: 2.962962963vh 1.5267175573vw;
  background: #f9f9f9;
}
.faq .faqList .faq-row .faq-a p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #777;
  position: relative;
  padding: 0 35px 0 185px;
}
.faq .faqList .faq-row .faq-a p b {
  color: #232323;
  font-weight: 500;
}
.faq .faqList .faq-row .faq-a p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 150px;
  content: "A";
  font-size: 1.125rem;
  color: #007AFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq .checkKind > ul {
    gap: 10px 7px;
    margin-right: 7px;
  }
  .faq .faqList .faq-row button p {
    width: 100px;
  }
  .faq .faqList .faq-row button div {
    width: calc(100% - 100px);
    padding: 0 20px;
  }
  .faq .faqList .faq-row .faq-a p {
    padding: 0 20px 0 120px;
  }
  .faq .faqList .faq-row .faq-a p:before {
    left: 100px;
  }
}
@media screen and (max-width: 600px) {
  .faq .faqList .faq-row button p {
    width: 100%;
    margin-bottom: 10px;
  }
  .faq .faqList .faq-row button div {
    width: 100%;
  }
  .faq .faqList .faq-row .faq-a p {
    padding: 0 20px 0 40px;
  }
  .faq .faqList .faq-row .faq-a p:before {
    left: 20px;
  }
}

.customer_oper .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.customer_oper .box {
  width: calc(50% - 10px);
  box-shadow: 0 2px 6px rgba(94, 117, 141, 0.2);
  border-radius: 14px;
  background: #fff;
  padding: 3.125rem;
}
.customer_oper .box-tit {
  font-size: 1.5rem;
  font-weight: 500;
  color: #232323;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.customer_oper .info-txt dl {
  display: flex;
}
.customer_oper .info-txt dt {
  width: 37px;
  color: #007AFF;
  font-size: 1.375rem;
  align-self: flex-start;
}
.customer_oper .info-txt dd {
  width: calc(100% - 37px);
  font-size: 1rem;
  color: #5e5e5e;
  align-self: flex-start;
  line-height: 1.25rem;
  margin-top: 0.3125rem;
  word-break: keep-all;
}
.customer_oper .info-txt dd a {
  color: inherit;
}
.customer_oper .info-txt .txt {
  font-size: 1rem;
  color: #777;
  margin-top: 0.9375rem;
  word-break: keep-all;
}
.customer_oper .info-txt .txt a {
  position: relative;
  display: inline-block;
  color: #677294;
}
.customer_oper .info-txt .txt a:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #677294;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .customer_oper .box {
    padding: 1.875rem;
  }
  .customer_oper .info-txt dt {
    width: 30px;
  }
  .customer_oper .info-txt dd {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .customer_oper .box {
    width: 100%;
  }
}

.qnaWrite .inquiryWrite h5.inquiry-tit, .qnaWrite .inquiryWrite .inquiry-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  padding-bottom: 1.8518518519vh;
  margin: 5.5555555556vh 0 2.962962963vh 0;
  border-bottom: 1px solid #ECECEC;
}
.qnaWrite .inquiryWrite > div.inquiry-sec:last-child {
  border-top: 1px solid #ECECEC;
  margin-top: 5.5555555556vh;
}
@media screen and (max-width: 600px) {
  .qnaWrite .inquiryWrite h5.inquiry-tit, .qnaWrite .inquiryWrite .inquiry-tit.h5 {
    margin: 3.7037037037vh 0 1.8518518519vh 0;
  }
  .qnaWrite .inquiryWrite > div.inquiry-sec:last-child {
    margin-top: 3.7037037037vh;
  }
}

.ad > section.ad-top {
  background: #F8F8F8;
}
.ad > section.ad-top .txt-area p {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 1.25rem;
}
.ad > section.ad-top .txt-area ul.dotList li a {
  color: #D3493D;
}
.ad .ad-con {
  display: none;
}
.ad .ad-con.active {
  display: block;
}
.ad .ad-con > div.ad-conTxt:not(:last-child) {
  padding-bottom: 5.5555555556vh;
  border-bottom: 1px solid #D9D9D9;
}
.ad .ad-con > div.ad-conTxt:not(:first-child) {
  padding-top: 5.5555555556vh;
}
.ad .ad-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
.ad .ad-tabs a {
  display: block;
  width: calc((100% - 80px) / 3);
  max-width: 300px;
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  padding: 40px;
  transition: 0.4s;
}
.ad .ad-tabs a dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #D3493D;
  opacity: 0.4;
  margin-bottom: 10px;
}
.ad .ad-tabs a dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  word-break: keep-all;
}
.ad .ad-tabs a p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #D3493D;
  margin-top: 30px;
  word-break: keep-all;
}
.ad .ad-tabs a:hover, .ad .ad-tabs a.active {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  transform: translateY(-10px);
}
.ad .ad-tabs a:hover dt, .ad .ad-tabs a.active dt {
  opacity: 0.8;
}
.ad .ad-conTxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ad .ad-conTxt p.ad-conTit {
  font-size: 1.375rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 30px;
}
.ad .ad-conTxt p.ad-conTit span {
  display: inline-block;
  color: #D3493D;
  margin-right: 0.9375rem;
}
.ad .ad-conTxt ul.ad-dotList li {
  position: relative;
  padding-left: 12px;
  font-size: 1rem;
}
.ad .ad-conTxt ul.ad-dotList li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  background: #D3493D;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.ad .ad-conTxt ul.ad-dotList li:not(:last-child) {
  margin-bottom: 10px;
}
.ad .ad-conTxt ul.ad-dotList li u {
  color: #D3493D;
}
.ad .ad-conTxt .txt-area {
  width: calc(50% - 40px);
  align-self: center;
}
.ad .ad-conTxt .pic-area {
  width: 50%;
  align-self: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
.ad .ad-conTxt .pic-area img {
  width: 100%;
  height: auto;
}
.ad .price {
  width: 100%;
  max-width: 465px;
  margin-top: 30px;
}
.ad .price li {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  text-align: center;
}
.ad .price li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ad .price li dl dt {
  width: calc(50% - 1px);
  font-weight: 400;
  line-height: 2.25rem;
}
.ad .price li dl dt b {
  color: #D3493D;
}
.ad .price li dl dd {
  width: 50%;
  line-height: 2.25rem;
}
.ad .price li dl dd span {
  display: inline-block;
  position: relative;
}
.ad .price li dl dd span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #D3493D;
  width: 100%;
  height: 2px;
}
.ad .price li:nth-child(even) dl dt, .ad .price li:nth-child(even) dl dd {
  background: #FAF8F8;
}
.ad .price li:nth-child(odd) dl dt, .ad .price li:nth-child(odd) dl dd {
  background: #F4EFEF;
}
.ad .price li:first-child dl dt, .ad .price li:first-child dl dd {
  background: #D3493D;
  color: #fff;
}
.ad .price li:first-child dl dt {
  border-top-left-radius: 4px;
}
.ad .price li:first-child dl dd {
  border-top-right-radius: 4px;
}
.ad .price li:not(:last-child) {
  margin-bottom: 1px;
}
.ad #ad-msg .ad-conTxt {
  display: block;
}
.ad #ad-msg .ad-conTxt .msg-list {
  margin-bottom: 20px;
}
.ad #ad-msg .ad-conTxt .msg-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ad #ad-msg .ad-conTxt .msg-list ul li {
  position: relative;
  width: calc(50% - 5px);
  background: #faf8f8;
  border-radius: 4px;
  padding: 1.875rem 5rem 1.875rem 1.25rem;
  margin-bottom: 10px;
  word-break: keep-all;
}
.ad #ad-msg .ad-conTxt .msg-list ul li span {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.ad #ad-msg .ad-conTxt .msg-list ul li span i {
  color: #D3493D;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.ad #ad-msg .ad-conTxt .ad-msgPs {
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
  margin-top: 30px;
}
.ad #ad-msg .ad-conTxt .ad-msgPs ul > li {
  position: relative;
  padding-left: 20px;
}
.ad #ad-msg .ad-conTxt .ad-msgPs ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  content: "\e9ab";
  font-size: 1rem;
  color: #D3493D;
  font-family: xeicon;
  line-height: 1;
}
.ad #ad-msg .ad-conTxt .ad-msgPs ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.ad .ad-conTxt .cost {
  display: flex;
  border: 5px solid #625CF9;
  overflow: visible;
  border-radius: 14px;
}
.ad .ad-conTxt .cost > div {
  position: relative;
  width: 22%;
}
.ad .ad-conTxt .cost > div.cost-row2, .ad .ad-conTxt .cost > div.cost-row4 {
  width: 28%;
}
.ad .ad-conTxt .cost dt {
  font-family: "s-core-dream";
  color: #00003d;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 1.25rem 0;
}
.ad .ad-conTxt .cost dd {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #eee;
  line-height: 1;
  padding: 1.125rem 0.9375rem;
}
.ad .ad-conTxt .cost .cost-row1 dd {
  color: #00003d;
}
.ad .ad-conTxt .cost .cost-row2 dd {
  color: #8787a8;
  text-align: right;
}
.ad .ad-conTxt .cost .cost-row3 dd {
  color: #625CF9;
}
.ad .ad-conTxt .cost .cost-row4 dt {
  color: #fff;
}
.ad .ad-conTxt .cost .cost-row4 dd {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.05);
  text-align: right;
}
.ad .ad-conTxt .cost .cost-row4 dd.br {
  border-color: rgba(255, 255, 255, 0.5);
}
.ad .ad-conTxt .cost .cost-row4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 5px;
  background: #625CF9;
  width: calc(100% - 10px);
  height: calc(100% + 40px);
  border-radius: 14px;
  z-index: -1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}
.ad .ad-conTxt .cost .cost-row2 dd, .ad .ad-conTxt .cost .cost-row4 dd {
  position: relative;
  padding: 1.125rem 1.875rem;
}
.ad .ad-conTxt .cost .cost-row2 dd:before, .ad .ad-conTxt .cost .cost-row4 dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
  content: "\ea6f";
  font-family: xeicon;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .ad .ad-conTxt .cost .cost-row2 dd, .ad .ad-conTxt .cost .cost-row4 dd {
    padding: 1.125rem 13%;
  }
  .ad .ad-conTxt .cost .cost-row2 dd:before, .ad .ad-conTxt .cost .cost-row4 dd:before {
    left: 13%;
  }
}
@media screen and (max-width: 992px) {
  .ad .ad-tabs {
    gap: 20px;
  }
  .ad .ad-tabs a {
    width: calc((100% - 40px) / 3);
    padding: 3.7037037037vh 4.0322580645vw;
  }
  .ad .ad-tabs a dd br {
    display: none;
  }
  .ad .ad-conTxt {
    flex-direction: column-reverse;
  }
  .ad .ad-conTxt .txt-area {
    width: 100%;
    margin-top: 40px;
  }
  .ad .ad-conTxt .pic-area {
    width: 100%;
  }
  .ad .ad-conTxt .cost .cost-row2 dd, .ad .ad-conTxt .cost .cost-row4 dd {
    padding: 1.125rem 27%;
  }
  .ad .ad-conTxt .cost .cost-row2 dd:before, .ad .ad-conTxt .cost .cost-row4 dd:before {
    left: 27%;
  }
  .ad #ad-msg .ad-conTxt .msg-list ul li:nth-child(4) br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ad .ad-tabs {
    gap: 15px;
  }
  .ad .ad-tabs a {
    width: calc((100% - 30px) / 3);
    border-radius: 20px;
  }
  .ad .ad-tabs a p {
    margin-top: 20px;
  }
  .ad .ad-conTxt p.ad-conTit {
    margin-bottom: 10px;
  }
  .ad .ad-conTxt ul.ad-dotList li {
    padding-left: 9px;
  }
  .ad .ad-conTxt ul.ad-dotList li:before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .ad .ad-conTxt ul.ad-dotList li:not(:last-child) {
    margin-bottom: 7px;
  }
  .ad .ad-conTxt .txt-area {
    margin-top: 30px;
  }
  .ad #ad-msg .ad-conTxt .msg-list {
    margin-bottom: 10px;
  }
  .ad #ad-msg .ad-conTxt .msg-list ul li br {
    display: none;
  }
  .ad #ad-msg .ad-conTxt .ad-msgPs {
    padding-top: 20px;
    margin-top: 20px;
  }
  .ad #ad-msg .ad-conTxt .ad-msgPs ul > li {
    padding-left: 17px;
  }
  .ad #ad-msg .ad-conTxt .ad-msgPs ul > li:before {
    top: 2px;
  }
  .ad #ad-msg .ad-conTxt .ad-msgPs ul > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 600px) {
  .ad .ad-tabs {
    gap: 0;
    row-gap: 20px;
  }
  .ad .ad-tabs a {
    width: calc(100% - 20px);
    max-width: unset;
    border-radius: 20px;
    padding: 1.8518518519vh 5.2083333333vw;
  }
  .ad .ad-tabs a:hover, .ad .ad-tabs a.active {
    transform: translate(10px, 0);
  }
  .ad .ad-tabs a dt {
    margin-bottom: 5px;
  }
  .ad .ad-tabs a p {
    margin-top: 10px;
  }
  .ad #ad-msg .ad-conTxt .msg-list ul li {
    width: 100%;
  }
  .ad .ad-conTxt .cost .cost-row2 dd, .ad .ad-conTxt .cost .cost-row4 dd {
    padding: 1.125rem 20%;
  }
  .ad .ad-conTxt .cost .cost-row2 dd:before, .ad .ad-conTxt .cost .cost-row4 dd:before {
    left: 20%;
  }
}
@media screen and (max-width: 480px) {
  .ad .ad-conTxt .cost .cost-row2 dd, .ad .ad-conTxt .cost .cost-row4 dd {
    padding: 1.125rem 1.25rem;
  }
  .ad .ad-conTxt .cost .cost-row2 dd:before, .ad .ad-conTxt .cost .cost-row4 dd:before {
    left: 1.25rem;
  }
}
@media screen and (max-width: 400px) {
  .ad .ad-conTxt .cost > div {
    width: 18%;
  }
  .ad .ad-conTxt .cost > div.cost-row2, .ad .ad-conTxt .cost > div.cost-row4 {
    width: 32%;
  }
  .ad .ad-conTxt .cost .cost-row2 dd, .ad .ad-conTxt .cost .cost-row4 dd {
    padding: 1.125rem 1.25rem;
  }
  .ad .ad-conTxt .cost .cost-row2 dd:before, .ad .ad-conTxt .cost .cost-row4 dd:before {
    left: 1.25rem;
  }
}

.saleList .sec-detailSearch {
  position: relative;
}
.saleList .sec-detailSearch:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  background: linear-gradient(to right, transparent, #F8FAFE);
  width: 10px;
  height: 100%;
  z-index: 1;
}
.saleList .sec-detailSearch:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #F8FAFE;
  width: 10px;
  height: 100%;
  z-index: 1;
}
.saleList .scroll-area {
  padding: 20px;
  background: #F8FAFE;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.saleList .scroll-area::-webkit-scrollbar {
  display: none;
}
.saleList .scroll-area > ul {
  display: flex;
  justify-content: center;
  gap: 0 5px;
}
.saleList .scroll-area > ul > li {
  position: relative;
}
.saleList .scroll-area > ul > li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 20px;
  height: 1px;
}
@media screen and (max-width: 550px) {
  .saleList .scroll-area {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
  .saleList .scroll-area::-webkit-scrollbar {
    -webkit-appearance: none;
    display: block;
    width: 12px;
    height: 5px;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
  }
  .saleList .scroll-area::-webkit-scrollbar-track {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background-color: #F4F6F9;
  }
  .saleList .scroll-area::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background-color: #ddd !important;
  }
  .saleList .scroll-area::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd !important;
  }
  .saleList .scroll-area > ul {
    justify-content: flex-start;
  }
}

.matchingBoard .col-kind, .matchingBoard .col-area, .matchingBoard .col-date {
  width: 130px;
}
.matchingBoard .col-loc {
  width: 150px;
}
.matchingBoard .col-sale {
  width: calc(100% - 740px);
}
.matchingBoard .col-deal {
  width: 200px;
}
.matchingBoard .tHead {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #677294;
  background: #F9FAFC;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
}
.matchingBoard .tHead > div {
  padding: 14px;
}
.matchingBoard .tBody {
  text-align: center;
}
.matchingBoard .tBody .match-none {
  text-align: center;
  display: block;
  padding: 10px 5px;
}
.matchingBoard .tBody .tRow {
  border-bottom: 1px solid #ECECEC;
}
.matchingBoard .tBody .tRow > div {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  padding: 20px 5px;
}
.matchingBoard .tBody .col-sale {
  text-align: left;
}
.matchingBoard .tBody .col-date span {
  color: #F93737;
  font-weight: 500;
}
.matchingBoard .tBody .mini-tit {
  color: #0061C1;
  font-weight: 500;
}
.matchingBoard .tBody .info-tit {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.matchingBoard .tBody .info-flex li:not(:first-child) {
  position: relative;
}
.matchingBoard .tBody .info-flex li:not(:first-child):before {
  display: inline-block;
  content: " / ";
  margin: 0 5px;
}
@media screen and (max-width: 1240px) {
  .matchingBoard .col-kind {
    width: 110px;
  }
  .matchingBoard .col-area, .matchingBoard .col-date {
    width: 100px;
  }
  .matchingBoard .col-sale {
    width: calc(100% - 660px);
  }
}
@media screen and (max-width: 992px) {
  .matchingBoard .col-area, .matchingBoard .col-date {
    width: 90px;
  }
  .matchingBoard .col-loc {
    width: 70px;
  }
  .matchingBoard .col-sale {
    width: calc(100% - 540px);
  }
  .matchingBoard .col-deal {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .matchingBoard .tHead {
    display: none;
  }
  .matchingBoard .tBody {
    text-align: right;
    height: 50vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }
  .matchingBoard .tBody .tRow {
    position: relative;
    border: 1px solid #D8DEE5;
    border-radius: 12px;
    scroll-snap-align: start;
  }
  .matchingBoard .tBody .tRow:not(:last-child) {
    margin-bottom: 10px;
  }
  .matchingBoard .tBody .tRow > div {
    width: 100% !important;
    padding: 10px 6% 10px 4%;
  }
  .matchingBoard .tBody .tRow > div:nth-child(even) {
    background: #F8FDFF;
  }
  .matchingBoard .tBody .tRow > div:last-child {
    border-radius: 0 0 12px 12px;
  }
  .matchingBoard .tBody .tRow > div.col-kind {
    text-align: left;
  }
  .matchingBoard .tBody .tRow > div::before {
    float: left;
    font-size: clamp(12px, 768px, 0.875rem);
    color: #677294;
    font-weight: 500;
  }
  .matchingBoard .tBody .tRow > div:after {
    content: "";
    display: block;
    clear: both;
  }
  .matchingBoard .tBody .tRow > div.col-loc:before {
    content: "지역";
  }
  .matchingBoard .tBody .tRow > div.col-area:before {
    content: "상권";
  }
  .matchingBoard .tBody .tRow > div.col-sale:before {
    content: "수익구조";
  }
  .matchingBoard .tBody .tRow > div.col-deal:before {
    content: "거래정보";
  }
  .matchingBoard .tBody .tRow > div.col-date:before {
    content: "등록일";
  }
  .matchingBoard .tBody .info-tit {
    position: absolute;
    top: 15px;
    right: 4%;
    width: 60%;
    text-align: right;
    margin-bottom: 0;
  }
  .matchingBoard .tBody .info-flex {
    justify-content: flex-end;
  }
}

.matchingList > div.item:not(:last-child) {
  margin-bottom: 20px;
}
.matchingList .item {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.matchingList .item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22%;
  background: #ECECEC;
  width: 1px;
  height: 100%;
}
.matchingList .item:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
}
.matchingList .item > div {
  align-self: center;
}
.matchingList .item .item-left {
  width: 22%;
  padding: 20px 10px 20px 20px;
}
.matchingList .item .item-left dl {
  display: flex;
}
.matchingList .item .item-left dl:not(:last-child) {
  margin-bottom: 7px;
}
.matchingList .item .item-left dl:first-child dt, .matchingList .item .item-left dl:first-child dd {
  align-self: flex-start;
}
.matchingList .item .item-left dl:not(:last-child) dd {
  color: #232323;
}
.matchingList .item .item-left dl:last-child dd {
  letter-spacing: 0;
}
.matchingList .item .item-left dt, .matchingList .item .item-left dd {
  font-size: clamp(12px, 768px, 0.8125rem);
  line-height: 1.4;
  align-self: center;
  word-break: keep-all;
}
.matchingList .item .item-left dt {
  width: 3.125rem;
  color: #A3A3A3;
  font-weight: 300;
}
.matchingList .item .item-left dd {
  width: calc(100% - 3.125rem);
  color: #777;
}
.matchingList .item .item-left dd .ico-new {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #FF6A5B;
  padding: 3px 10px;
  border-radius: 30px;
  letter-spacing: 0;
  vertical-align: super;
}
.matchingList .item .item-con {
  width: 78%;
  padding: 20px;
}
.matchingList .item .item-con .item-tit {
  width: calc(100% - 15px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 1rem;
  color: #232323;
  font-weight: 500;
  line-height: 1;
}
.matchingList .item .item-con .item-tit .item-kindBox {
  margin-right: 0.4375rem;
}
.matchingList .item .item-con .item-tit span {
  vertical-align: middle;
}
.matchingList .item .item-con .item-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
}
.matchingList .item .item-con .item-info ul li {
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
}
.matchingList .item .item-con .item-info ul li:not(:first-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8px;
  background: rgba(119, 119, 119, 0.5);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.matchingList .item .item-con .item-info ul li b {
  color: #677294;
  font-weight: 400;
}
.matchingList .item .item-con .item-info ul li span {
  color: #5e5e5e;
}
.matchingList .item .item-favorite {
  position: absolute;
  top: 18px;
  right: 19px;
}
.matchingList .item .item-favorite i {
  font-size: 1.5rem;
}
.matchingList .item-none {
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 14px;
  text-align: center;
  padding: 2.5rem;
  font-size: 1.125rem;
  color: #B9B9B9;
}
.matchingList .direct-mark {
  position: absolute;
  top: -12px;
  right: 0;
  display: inline-block;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #5D7CFF;
  padding: 4px 6px 3px 6px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.3px;
  border-radius: 20px;
  transform: scale(0.9);
}
.matchingList .direct-mark:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0px 0px;
  border-color: #5D7CFF transparent transparent transparent;
}
@media screen and (max-width: 992px) {
  .matchingList .item:after {
    left: 210px;
  }
  .matchingList .item .item-left {
    width: 210px;
  }
  .matchingList .item .item-con {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 768px) {
  .matchingList .item:after {
    left: 150px;
  }
  .matchingList .item .item-left {
    width: 150px;
  }
  .matchingList .item .item-con {
    width: calc(100% - 150px);
  }
  .matchingList .item .item-con .item-tit a {
    font-size: 13px;
  }
  .matchingList .item .item-favorite {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .matchingList .item:after {
    left: 130px;
  }
  .matchingList .item .item-left {
    padding: 18px 10px 18px 12px;
    width: 130px;
  }
  .matchingList .item .item-con {
    width: calc(100% - 130px);
    padding: 18px 15px;
  }
  .matchingList .item .item-con .item-tit .tit {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
  }
  .matchingList .item .item-con .item-info ul li:last-child {
    width: 100%;
  }
  .matchingList .item .item-con .item-info ul li:last-child::after {
    display: none;
  }
}

.sub-container > section.sec-store-info .store-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.sub-container > section.sec-store-info .store-name span {
  align-self: center;
}
.sub-container > section.sec-store-info .store-name .pic {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.sub-container > section.sec-store-info .store-name .pic img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
}
.sub-container > section.sec-store-info .store-info {
  width: 100%;
  background: #fff;
  border-radius: 12px;
}
.sub-container > section.sec-store-info .store-info dl {
  position: relative;
  text-align: center;
  width: 22%;
  padding: 1.875rem 1.25rem;
}
.sub-container > section.sec-store-info .store-info dl:nth-child(3) {
  width: 34%;
}
.sub-container > section.sec-store-info .store-info dl:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #ECECEC;
  width: 1px;
  height: 2.1875rem;
  transform: translateY(-50%);
}
.sub-container > section.sec-store-info .store-info dt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  font-weight: 400;
}
.sub-container > section.sec-store-info .store-info dd, .sub-container > section.sec-store-info .store-info dd a {
  font-size: 1rem;
  color: #5e5e5e;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .sub-container > section.sec-store-info {
    padding: 3vh 0;
  }
  .sub-container > section.sec-store-info .store-info dl {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-container > section.sec-store-info .store-name .pic {
    margin: 0 0 10px 0;
  }
  .sub-container > section.sec-store-info .store-name .sName {
    width: 100%;
  }
  .sub-container > section.sec-store-info .store-info {
    padding: 10px;
  }
  .sub-container > section.sec-store-info .store-info dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px;
  }
  .sub-container > section.sec-store-info .store-info dl:nth-child(odd) {
    width: calc(100% - 200px);
  }
  .sub-container > section.sec-store-info .store-info dl:nth-child(odd) dt {
    width: 30px;
  }
  .sub-container > section.sec-store-info .store-info dl:nth-child(odd) dd {
    width: calc(100% - 30px);
  }
  .sub-container > section.sec-store-info .store-info dl:nth-child(even) {
    width: 200px;
  }
  .sub-container > section.sec-store-info .store-info dl:first-child, .sub-container > section.sec-store-info .store-info dl:nth-child(2) {
    border-bottom: 1px solid #ECECEC;
  }
  .sub-container > section.sec-store-info .store-info dl:not(:last-child):after {
    display: none;
  }
  .sub-container > section.sec-store-info .store-info dl dt {
    width: 50px;
  }
  .sub-container > section.sec-store-info .store-info dl dd {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 400px) {
  .sub-container > section.sec-store-info .store-info dl {
    width: 100% !important;
  }
  .sub-container > section.sec-store-info .store-info dl:nth-child(3) {
    border-bottom: 1px solid #ECECEC;
  }
  .sub-container > section.sec-store-info .store-info dl dt {
    width: 50px !important;
  }
  .sub-container > section.sec-store-info .store-info dl dd {
    width: calc(100% - 50px) !important;
  }
}

.saleView {
  padding-top: 4.6296296296vh;
}
.saleView .tit-area .mem-kind {
  font-size: 1rem;
  font-weight: 700;
  color: #0061C1;
  text-align: center;
  width: 90px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 20px 0;
}
.saleView .tit-area .txt-area {
  width: calc(100% - 130px);
}
.saleView .tit-area .txt-area .tit {
  margin-bottom: 0.625rem;
}
.saleView .tit-area .txt-area .tit p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1.2;
}
.saleView .tit-area .txt-area .loc {
  font-size: 1rem;
  font-weight: 500;
  color: #777;
}
.saleView .tit-area .txt-area .loc i {
  margin-right: 7px;
}
.saleView .store-tel {
  display: none;
  width: 100%;
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.saleView .store-tel li {
  width: calc(50% - 10px);
}
.saleView .store-tel li a {
  display: block;
  width: 100%;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background: #007AFF;
  padding: 10px 0;
}
.saleView .store-tel li a.deactive {
  background: #B9B9B9;
  cursor: default;
}
.saleView #store-pop .modal-content {
  padding: 1.875rem 0;
}
.saleView #store-pop .pop-close {
  top: 1.5625rem;
  right: 1.5625rem;
}
.saleView #store-pop .txt-top {
  padding: 0 1.875rem 1.5625rem 1.875rem;
  border-bottom: 1px solid #ECECEC;
}
.saleView #store-pop .txt-top dt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
}
.saleView #store-pop .txt-top dd {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #777;
  padding-left: 20px;
  margin-top: 5px;
  line-height: 1.2;
}
.saleView #store-pop .txt-top dd span {
  position: absolute;
  top: 0;
  left: 0;
}
.saleView #store-pop .txt-top dd span i {
  color: #777;
  font-size: clamp(12px, 768px, 0.875rem);
}
.saleView #store-pop .txt-con {
  padding: 1.5625rem 1.875rem 1.25rem 1.875rem;
}
.saleView #store-pop .txt-con p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
}
.saleView #store-pop .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.875rem;
}
.saleView #store-pop .btnArea .btn-tel {
  max-width: unset;
  width: calc(50% - 5px);
}
.saleView #store-pop .btnArea .btn-tel.w100p {
  margin: 0;
  width: 100%;
}
.saleView #store-pop .btnArea .btn-msg {
  width: 100%;
  max-width: unset;
  margin-top: 10px;
  border: 1px solid #007AFF;
  background: #fff;
  color: #007AFF;
}
.saleView #store-pop .btnArea .btn-msg.deactive {
  background: #ECECEC;
  color: #B9B9B9;
  border: none;
  cursor: default;
}
@media screen and (max-width: 992px) {
  .saleView .tit-area .txt-area {
    width: calc(100% - 120px);
  }
  .saleView .store-tel {
    display: block;
  }
  .saleView #store-pop .txt-top dd {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .saleView .tit-area .mem-kind {
    width: 70px;
    padding: 15px 0;
  }
  .saleView .tit-area .txt-area {
    width: calc(100% - 90px);
  }
  .saleView .tit-area .txt-area .tit {
    margin-bottom: 0.3125rem;
  }
  .saleView .tit-area .txt-area .tit p {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .saleView .tit-area .txt-area .tit {
    margin-bottom: 5px;
  }
  .saleView .tit-area .txt-area .tit p {
    width: calc(100% - 18px);
    padding-right: 10px;
    margin: 0;
  }
  .saleView .tit-area .txt-area .tit .btn-favorite {
    width: 18px;
  }
}
@media screen and (max-width: 400px) {
  .saleView #store-pop .btnArea .btn-tel {
    width: 100%;
  }
  .saleView #store-pop .btnArea a:nth-child(2), .saleView #store-pop .btnArea .btn-msg {
    margin-top: 5px;
  }
}

.saleView-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.saleView-con .conL {
  width: 72%;
}
.saleView-con .conR {
  width: 24%;
}
.saleView-con .con-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.saleView-con .con-top dl {
  display: flex;
  width: calc(50% - 5px);
  border-radius: 4px;
  background: #F8FAFE;
  padding: 20px;
  margin-bottom: 10px;
}
.saleView-con .con-top dl:nth-child(odd) {
  width: calc(55% - 5px);
}
.saleView-con .con-top dl:nth-child(even) {
  width: calc(45% - 5px);
}
.saleView-con .con-top dl dt {
  width: 70px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  font-weight: 400;
  align-self: flex-start;
  margin-top: 1px;
}
.saleView-con .con-top dl dd {
  width: calc(100% - 70px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  align-self: flex-start;
}
.saleView-con .con-top dl dd b {
  display: inline-block;
  color: #677294;
  font-size: inherit;
  font-weight: 400;
  margin-right: 5px;
}
.saleView-con .con-top dl dd .item-kindBox {
  margin-right: 10px;
}
.saleView-con .store-box {
  width: 100%;
  padding: 2.5rem;
  border: 1px solid #D8DEE5;
  border-radius: 20px;
  top: 160px;
}
.saleView-con .store-box .ico-partner {
  position: absolute;
  top: 25px;
  right: 25px;
}
.saleView-con .store-box a.btn-goStore {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #677294;
  font-weight: 500;
  line-height: 20px;
  padding-left: 25px;
}
.saleView-con .store-box a.btn-goStore:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\ea1c";
  font-size: 20px;
  font-family: xeicon;
  color: #007AFF;
  transform: translateY(-50%);
}
.saleView-con .store-box .store-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #232323;
  margin: 0.625rem 0 1.25rem 0;
}
.saleView-con .store-box .listArea dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ECECEC;
  padding: 0.6875rem 0;
}
.saleView-con .store-box .listArea dl:first-child {
  border-top: 1px solid #ECECEC;
}
.saleView-con .store-box .listArea dl dt {
  width: 80px;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #B9B9B9;
  font-weight: 500;
}
.saleView-con .store-box .listArea dl dd {
  width: calc(100% - 80px);
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
  font-weight: 500;
}
.saleView-con .saleView-con-tab {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #ECECEC;
  top: 141px;
}
.saleView-con .saleView-con-tab .item {
  width: 110px;
  height: inherit;
}
.saleView-con .saleView-con-tab .item a {
  display: block;
  width: 100%;
  height: inherit;
  line-height: 60px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #B9B9B9;
  font-weight: 500;
  text-align: center;
}
.saleView-con .saleView-con-tab .item a:hover, .saleView-con .saleView-con-tab .item a.active {
  color: #fff;
  background: #677294;
}
.saleView-con .saleView-con-txt .noti-secure {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 600;
  color: #5D7CFF;
  line-height: 1.2;
  background: #F8FAFE;
  text-align: center;
  border-bottom-left-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
  padding: 10px;
  border-top: 1px solid #D8DEE5;
  margin-top: 20px;
}
.saleView-con .saleView-con-txt .noti-secure + .desc {
  margin-top: 0;
  border-top: 0;
}
.saleView-con .saleView-con-txt h5, .saleView-con .saleView-con-txt .h5 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #232323;
}
.saleView-con .saleView-con-txt .desc {
  position: relative;
  padding: 40px 20px;
  margin-top: 20px;
  border-top: 1px solid #D8DEE5;
  border-bottom: 1px solid #D8DEE5;
}
.saleView-con .saleView-con-txt .desc h5, .saleView-con .saleView-con-txt .desc .h5 {
  margin-bottom: 1.875rem;
}
.saleView-con .saleView-con-txt .desc .txt {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
}
.saleView-con .saleView-con-txt .info {
  position: relative;
  border-top: 8px solid #F4F6F9;
  border-bottom: 8px solid #F4F6F9;
  padding: 10px 0;
}
.saleView-con .saleView-con-txt .info h5, .saleView-con .saleView-con-txt .info .h5 {
  position: relative;
  padding: 20px;
  padding: 10px 20px;
}
.saleView-con .saleView-con-txt .info h5:after, .saleView-con .saleView-con-txt .info .h5:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: xeicon;
  font-size: 1.5rem;
  color: #677294;
  content: "\e944";
  transform: translateY(-50%);
}
.saleView-con .saleView-con-txt .info h5.collapsed:after, .saleView-con .saleView-con-txt .info .collapsed.h5:after {
  content: "\e941";
}
.saleView-con .saleView-con-txt .info #infoTxt > div.flex {
  border-top: 1px solid #ECECEC;
  margin-top: 10px;
}
.saleView-con .saleView-con-txt .info #infoTxt dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  border-bottom: 1px solid #ECECEC;
  padding: 1.125rem 20px;
  align-self: unset;
}
.saleView-con .saleView-con-txt .info #infoTxt dl dt {
  width: 100px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  font-weight: 400;
}
.saleView-con .saleView-con-txt .info #infoTxt dl dd {
  width: calc(100% - 100px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
}
.saleView-con .saleView-con-txt .img-area {
  margin-top: 2.5rem;
  padding: 10px 0;
}
.saleView-con .saleView-con-txt .img-area ul {
  display: flex;
  flex-wrap: wrap;
}
.saleView-con .saleView-con-txt .img-area ul li {
  position: relative;
  display: flex;
  width: calc((100% - 10px) / 3);
  border-radius: 4px;
  overflow: hidden;
  background: #f8f9fa;
}
.saleView-con .saleView-con-txt .img-area ul li:not(:last-child) {
  margin-right: 5px;
}
.saleView-con .saleView-con-txt .img-area ul li:nth-child(3) {
  margin-right: 0;
}
.saleView-con .saleView-con-txt .img-area ul li:nth-child(n+4) {
  margin-top: 10px;
}
.saleView-con .saleView-con-txt .img-area ul li a {
  display: block;
  align-self: center;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.saleView-con .saleView-con-txt .img-area ul li a img {
  max-width: 100%;
}
.saleView-con .saleView-con-txt .img-area ul li a:hover {
  transform: scale(1.15);
}
.saleView-con .saleView-con-txt #imgModal {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  background: transparent;
}
.saleView-con .saleView-con-txt #imgModal .imgModal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.saleView-con .saleView-con-txt #imgModal .imgModal-close i {
  font-size: 2.5rem;
  color: #fff;
}
.saleView-con .saleView-con-txt #imgModal .modal-dialog {
  width: 92vw;
  height: 92vh;
  margin: 4vh auto 0 !important;
}
.saleView-con .saleView-con-txt #imgModal .modal-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  background: none;
}
.saleView-con .saleView-con-txt #imgModal .modal-content .carousel-item {
  text-align: center;
  width: 100%;
  height: 92vh;
}
.saleView-con .saleView-con-txt #imgModal .modal-content .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 8.125rem);
  height: auto;
}
.saleView-con .saleView-con-txt #imgModal .arrow-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4375rem;
  height: 3.4375rem;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}
.saleView-con .saleView-con-txt #imgModal .arrow-btn.prev {
  left: 0;
}
.saleView-con .saleView-con-txt #imgModal .arrow-btn.next {
  right: 0;
}
.saleView-con .saleView-con-txt #imgModal .arrow-btn i {
  align-self: center;
  color: #5e5e5e;
  font-size: 1.25rem;
}
@media screen and (max-width: 1240px) {
  .saleView-con {
    display: block;
  }
  .saleView-con .conL, .saleView-con .conR {
    width: 100%;
  }
  .saleView-con .store-box {
    top: 0;
    margin-top: 3.7037037037vh;
  }
}
@media screen and (max-width: 992px) {
  .saleView-con .saleView-con-tab {
    top: 135px;
  }
  .saleView-con .saleView-con-txt .info h5, .saleView-con .saleView-con-txt .info .h5 {
    padding: 10px 20px;
  }
  .saleView-con .saleView-con-txt .info #infoTxt dl dt {
    width: 85px;
  }
  .saleView-con .saleView-con-txt .info #infoTxt dl dd {
    width: calc(100% - 85px);
  }
}
@media screen and (max-width: 768px) {
  .saleView-con .con-top dl {
    display: block;
    padding: 15px;
    width: calc(50% - 5px) !important;
  }
  .saleView-con .con-top dl dt {
    width: 100%;
  }
  .saleView-con .con-top dl dd {
    width: 100%;
    margin-top: 5px;
  }
  .saleView-con .saleView-con-tab {
    height: 50px;
    top: 129px;
  }
  .saleView-con .saleView-con-tab .item {
    width: 90px;
  }
  .saleView-con .saleView-con-tab .item a {
    line-height: 50px;
  }
  .saleView-con .saleView-con-txt .desc {
    padding: 40px 20px 20px 20px;
  }
  .saleView-con .saleView-con-txt .info {
    padding: 5px 0;
  }
  .saleView-con .saleView-con-txt .info #infoTxt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .saleView-con .saleView-con-txt .img-area ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 0 !important;
  }
  .saleView-con .saleView-con-txt .img-area ul li:nth-child(even) {
    margin-left: 10px;
  }
  .saleView-con .saleView-con-txt .img-area ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .saleView-con .con-top dl {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .saleView-con .con-top dl dt {
    width: 70px;
  }
  .saleView-con .con-top dl dd {
    width: calc(100% - 70px);
    margin-top: 0;
  }
  .saleView-con .saleView-con-txt .info #infoTxt dl {
    width: 100%;
  }
  .saleView-con .saleView-con-txt .img-area ul li {
    width: 100%;
    height: auto;
  }
  .saleView-con .saleView-con-txt .img-area ul li a {
    height: auto;
    text-align: center;
  }
  .saleView-con .saleView-con-txt .img-area ul li a img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    transform: unset;
  }
  .saleView-con .saleView-con-txt .img-area ul li:nth-child(even) {
    margin-left: 0;
  }
  .saleView-con .saleView-con-txt .img-area ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .saleView-con .saleView-con-txt #imgModal .arrow-btn {
    width: 32px;
    height: 32px;
  }
}

.saleView-foot {
  padding-right: 28%;
}
@media screen and (max-width: 1240px) {
  .saleView-foot {
    padding-right: 0;
  }
}

.step li {
  position: relative;
  width: calc((100% - 10px) / 3);
  font-size: 1.25rem;
  color: #D8DEE5;
  line-height: 1;
  text-align: center;
  padding-top: 16px;
}
.step li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #D8DEE5;
  width: 100%;
  height: 1px;
}
.step li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  background: #fff;
  width: 20px;
  height: 20px;
  font-family: xeicon;
  content: "\e92c";
  font-size: 20px;
  transform: translateX(-50%);
  display: none;
}
.step li i {
  position: absolute;
  top: 50%;
  right: -8px;
  color: inherit;
}
.step li.active {
  color: #007AFF;
  font-weight: 700;
}
.step li.active:before {
  height: 3px;
  background: #007AFF;
}
.step li.done {
  color: #677294;
  font-weight: 700;
}
.step li.done:before {
  background: #677294;
}
.step li.done:after {
  display: block;
}
@media screen and (max-width: 400px) {
  .step li {
    width: 100%;
    display: none;
  }
  .step li.active {
    display: block;
  }
}

.register-wrap > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.register-wrap > .inner .box {
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px 40px 40px 40px;
}
.register-wrap > .inner .register-sum {
  width: calc(25% - 20px);
  top: 160px;
  align-self: flex-start;
  z-index: 10;
}
.register-wrap > .inner .register-sum .box {
  padding: 40px;
}
.register-wrap > .inner .register-sum dl dt {
  font-size: 1rem;
  color: #232323;
  font-weight: 400;
}
.register-wrap > .inner .register-sum dl dd button, .register-wrap > .inner .register-sum dl dd span {
  display: block;
  width: 4.0625rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
}
.register-wrap > .inner .register-sum dl dd button {
  color: #677294;
  border: 1px solid #D8DEE5;
  background: #fff;
}
.register-wrap > .inner .register-sum dl dd button:hover, .register-wrap > .inner .register-sum dl dd button:focus {
  border: 1px solid #007AFF;
}
.register-wrap > .inner .register-sum dl dd span {
  color: #fff;
  background: #007AFF;
}
.register-wrap > .inner .register-sum dl:not(:first-child) {
  padding-top: 1.8518518519vh;
}
.register-wrap > .inner .register-sum dl:not(:last-child) {
  padding-bottom: 1.8518518519vh;
  border-bottom: 1px solid #D8DEE5;
}
.register-wrap > .inner .register-input {
  width: 75%;
}
.register-wrap > .inner .register-input .box {
  position: relative;
}
.register-wrap > .inner .register-input .box:not(:last-child) {
  margin-bottom: 20px;
}
.register-wrap > .inner .register-input h5.tit, .register-wrap > .inner .register-input .tit.h5 {
  font-size: 1.375rem;
  color: #232323;
  font-weight: 500;
  line-height: 1;
  padding-top: 10px;
}
.register-wrap > .inner .register-input button.btn-conOpen {
  position: absolute;
  top: 31px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #D8DEE5;
  text-align: center;
}
.register-wrap > .inner .register-input button.btn-conOpen i {
  color: #0061C1;
  font-size: 1rem;
  line-height: 40px;
}
.register-wrap > .inner .register-input button.btn-conModify {
  position: absolute;
  top: 39px;
  right: 100px;
  font-size: 1rem;
  text-decoration: underline;
  color: #0061C1;
}
.register-wrap > .inner .register-input .none {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #B9B9B9;
}
@media screen and (max-width: 1240px) {
  .register-wrap > .inner .box {
    padding: 30px 30px 40px 30px;
  }
  .register-wrap > .inner .register-sum .box {
    padding: 40px 30px;
  }
  .register-wrap > .inner .register-input button.btn-conOpen {
    right: 30px;
  }
  .register-wrap > .inner .register-input button.btn-conModify {
    right: 90px;
  }
}
@media screen and (max-width: 992px) {
  .register-wrap {
    padding-top: 0 !important;
  }
  .register-wrap > .inner .box {
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
  }
  .register-wrap > .inner .register-sum {
    width: calc(100% + 40px);
    background: linear-gradient(to bottom, #F8FAFE, #F8FAFE, transparent);
    margin: 0 -20px;
    top: 100px;
    padding: 20px;
  }
  .register-wrap > .inner .register-sum .box {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  .register-wrap > .inner .register-sum dl:not(:first-child) {
    padding-top: 0;
    padding-left: 20px;
  }
  .register-wrap > .inner .register-sum dl:not(:last-child) {
    padding-bottom: 0;
    padding-right: 20px;
    border-right: 1px solid #D8DEE5;
    border-bottom: 0;
  }
  .register-wrap > .inner .register-sum dl dt {
    font-weight: 500;
    margin-right: 20px;
  }
  .register-wrap > .inner .register-input {
    width: 100%;
  }
  .register-wrap > .inner .register-input button.btn-conOpen {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    right: 20px;
    top: 16px;
  }
  .register-wrap > .inner .register-input button.btn-conOpen i {
    line-height: 30px;
  }
  .register-wrap > .inner .register-input button.btn-conModify {
    top: 21px;
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .register-wrap > .inner .register-sum {
    top: 129px;
  }
  .register-wrap > .inner .register-input button.btn-conOpen {
    top: 12px;
  }
  .register-wrap > .inner .register-input button.btn-conModify {
    top: 17px;
  }
}
@media screen and (max-width: 480px) {
  .register-wrap > .inner .register-sum {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
  }
  .register-wrap > .inner .register-sum .box {
    justify-content: space-between;
    border-radius: 0;
    box-shadow: none;
  }
  .register-wrap > .inner .register-sum dl {
    display: block;
    text-align: center;
    width: calc((100% - 20px) / 3);
    padding: 0 !important;
    border: none !important;
  }
  .register-wrap > .inner .register-sum dl dt {
    margin: 0 0 5px 0;
  }
  .register-wrap > .inner .register-sum dl dd button, .register-wrap > .inner .register-sum dl dd span {
    width: 100%;
  }
}

.register-public {
  width: 100%;
}
.register-public > div:not(:last-child) {
  margin-bottom: 20px;
}
.register-public .list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 970px;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  border: 1px solid #D8DEE5;
  border-radius: 14px;
  background: #fff;
  margin: 0 auto;
}
.register-public .list-area .addr {
  position: relative;
  width: calc(100% - 180px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #5e5e5e;
  font-weight: 500;
  padding-left: 42px;
  align-self: center;
}
.register-public .list-area .addr:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/assets/img/sub/myPage/ico-ad-register-addr.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: 15px auto;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ECECEC;
  transform: translateY(-50%);
}
.register-public .list-area .list-btn {
  width: 150px;
  display: flex;
  gap: 10px;
  align-self: center;
}
.register-public .list-area .list-btn a {
  display: block;
  width: 70px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  padding: 12px 0;
}
.register-public .list-area .list-btn a.btn-register {
  background: #0077ED;
}
.register-public .list-area .list-btn a.btn-ing {
  background: #677294;
}
.register-public .list-area .list-btn a.btn-del {
  background: #ECECEC;
  color: #B9B9B9;
}
@media screen and (max-width: 992px) {
  .register-public {
    padding-top: 4.6296296296vh;
  }
}
@media screen and (max-width: 600px) {
  .register-public .list-area {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .register-public .list-area {
    padding: 1.5625rem 1.25rem 1.25rem 1.25rem;
    justify-content: flex-end;
  }
  .register-public .list-area .addr {
    width: 100%;
    margin-bottom: 20px;
  }
  .register-public .list-area .list-btn a {
    padding: 8px 0;
  }
}

.register-attach > .inner .box {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 2.5rem;
}
.register-attach > .inner .box .txt {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #777;
  word-break: keep-all;
}
.register-attach > .inner .box .txt a {
  text-decoration: underline;
  color: #232323;
}
.register-attach > .inner .box .txt b {
  font-weight: 500;
  color: #007AFF;
}
.register-attach > .inner .box .slt-info-ban {
  max-width: 605px;
}

.confirm-list {
  margin-top: 30px;
}
.confirm-list .list-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ECECEC;
  padding: 15px 0 8px 0;
}
.confirm-list .list-row:first-child {
  border-top: 1px solid #ECECEC;
}
.confirm-list .list-row .row-tit {
  width: 200px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #5e5e5e;
}
.confirm-list .list-row .item {
  width: calc(100% - 200px);
}
.confirm-list .list-row .item > p, .confirm-list .list-row .item > dl, .confirm-list .list-row .item > div {
  margin-right: 20px;
  margin-bottom: 7px;
}
.confirm-list .list-row .item > p:last-child, .confirm-list .list-row .item > dl:last-child, .confirm-list .list-row .item > div:last-child {
  margin-right: 0;
}
.confirm-list .list-row .item .txt {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
}
.confirm-list .list-row .item .txt .red {
  color: #D3493D;
}
.confirm-list .list-row .item pre.txt {
  white-space: pre-wrap;
  word-break: break-all;
}
.confirm-list .list-row .item .date {
  position: relative;
  padding-left: 27px;
}
.confirm-list .list-row .item .date:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\e9a4";
  color: #677294;
  font-size: 1.25rem;
  transform: translateY(-50%);
  font-family: xeicon;
}
.confirm-list .list-row .item .file {
  position: relative;
  padding-left: 22px;
  text-decoration: underline;
}
.confirm-list .list-row .item .file:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\eb74";
  color: #232323;
  font-size: 1rem;
  transform: translateY(-50%);
  font-family: xeicon;
}
.confirm-list .list-row .item dl {
  display: flex;
  flex-wrap: wrap;
}
.confirm-list .list-row .item dl dt {
  line-height: 1;
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
.confirm-list .list-row .item dl dd {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .confirm-list {
    margin-top: 20px;
  }
  .confirm-list .list-row .row-tit {
    width: 150px;
  }
  .confirm-list .list-row .item {
    width: calc(100% - 150px);
  }
  .confirm-list .list-row .item dl dt {
    padding: 4px 10px 3px 10px;
  }
}
@media screen and (max-width: 768px) {
  .confirm-list .list-row .row-tit {
    width: 120px;
  }
  .confirm-list .list-row .item {
    width: calc(100% - 120px);
  }
  .confirm-list .list-row .item > p, .confirm-list .list-row .item > dl, .confirm-list .list-row .item > div {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .confirm-list .list-row .item .date {
    padding-left: 20px;
  }
  .confirm-list .list-row .item .file {
    padding-left: 18px;
  }
  .confirm-list .list-row .item dl dt {
    padding: 2px 7px;
  }
  .confirm-list .list-row .item dl dd {
    margin-left: 7px;
  }
}
@media screen and (max-width: 400px) {
  .confirm-list .list-row .row-tit {
    width: 100px;
  }
  .confirm-list .list-row .item {
    width: calc(100% - 100px);
  }
}

.pop-register {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  background: none;
  top: 0 !important;
  left: 0 !important;
  transform: unset !important;
}
.pop-register .modal-dialog {
  height: 100%;
}
.pop-register .modal-content {
  position: relative;
  padding: 0 0 0 40px;
  width: calc(100% - 40px);
  max-width: 600px;
  max-height: calc(100% - 80px);
  background: #fff;
  margin: unset !important;
  overflow: hidden;
}
.pop-register .tit {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  padding: 40px 0;
  z-index: 1000;
  background: #fff;
}
.pop-register .tit h1, .pop-register .tit .h1 {
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  color: #232323;
  height: 52px;
}
.pop-register .tit h1 b, .pop-register .tit .h1 b {
  color: #D3493D;
  font-weight: 500;
  font-size: 1rem;
}
.pop-register .tit h1:before, .pop-register .tit .h1:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -40px;
  background: #D8DEE5;
  width: calc(100% + 40px);
  height: 1px;
}
.pop-register .tit h1:after, .pop-register .tit .h1:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to bottom, #fff, transparent);
  width: calc(100% - 40px);
  height: 20px;
  z-index: 1;
}
.pop-register .pop-register-area {
  position: relative;
  overflow-y: scroll;
  padding: 20px 40px 20px 0;
}
.pop-register .pop-register-area > div.area-row:not(:last-child) {
  margin-bottom: 30px;
}
.pop-register .row-tit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.pop-register .row-tit.required:after {
  content: " *";
  color: #017BFF;
}
.pop-register .s-area > div {
  background: #F8FAFE;
  padding: 10px 15px 15px 15px;
  margin-top: 15px;
}
.pop-register .s-area > div.checkArea {
  padding: 0;
  margin-top: 0.625rem;
  background: none;
}
.pop-register .s-area > div.s-area-pd {
  padding: 15px;
}
.pop-register .s-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  margin-bottom: 7px;
}
.pop-register .extent {
  display: flex;
  justify-content: space-between;
}
.pop-register .extent .input-extent {
  width: calc((100% - 30px) / 2);
}
.pop-register .extent .arrow {
  position: relative;
  width: 15px;
  height: 22px;
  align-self: center;
}
.pop-register .extent .arrow i {
  color: #677294;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pop-register .extent .arrow i.xi-long-arrow-right {
  top: 0;
}
.pop-register .extent .arrow i.xi-long-arrow-left {
  bottom: 0;
}
.pop-register .counsel-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pop-register .counsel-time select {
  width: calc(50% - 14px);
}
.pop-register .counsel-time span {
  font-size: 1rem;
  color: #5e5e5e;
  line-height: 1;
  align-self: center;
}
.pop-register .btnArea {
  width: 100%;
  height: unset;
  padding: 0 0 10px 0;
  background: #fff;
}
.pop-register .btnArea button {
  width: 100%;
  max-width: unset;
}
.pop-register .pop-close {
  top: 2.1875rem;
  z-index: 1000;
}
.pop-register #idCharLimit2Str {
  display: block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
}
.pop-register #idCharLimitStr {
  display: block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin-top: 5px;
}
.pop-register .ps-slt {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F0F0F0;
  padding: 15px;
  margin-top: 1.25rem;
}
.pop-register .ps-slt dt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
}
.pop-register .ps-slt dt i {
  color: #5D7CFF;
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.pop-register .ps-slt dd {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
  line-height: 1.2;
  word-break: keep-all;
}
.pop-register .kind-dropdown {
  position: relative;
}
.pop-register .kind-dropdown button.dropdown-toggle {
  position: relative;
  width: 100%;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 45px 8px 15px;
  color: #5e5e5e;
  background: #fff;
}
.pop-register .kind-dropdown button.dropdown-toggle ins {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
}
.pop-register .kind-dropdown button.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: xeicon;
  content: "\e938";
  font-size: 15px;
  color: #677294;
  border: 0;
  margin: 0;
  vertical-align: auto;
}
.pop-register .kind-dropdown .kind-dropdown-menu {
  width: 100%;
  padding: 0;
  box-shadow: rgba(94, 117, 141, 0.2) 0px 2px 6px;
  border: 1px solid #d6d6d6;
}
.pop-register .kind-dropdown .kind-dropdown-menu .kind-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  padding: 8px 15px;
}
.pop-register .kind-dropdown .kind-dropdown-menu .kind-item:not(:last-child) {
  border-bottom: 1px solid #D8DEE5;
}
.pop-register .kind-dropdown .kind-dropdown-menu .kind-item.active {
  background: #007AFF !important;
  color: #fff;
}
.pop-register .kind-dropdown .kind-dropdown-menu .kind-item:hover {
  background: #F4F6F9;
}
.pop-register .kind-dropdown .kind-dropdown-menu input {
  position: absolute;
  left: -30px;
  visibility: hidden;
}
.pop-register button.btn-agreement-txt {
  display: inline-flex;
  justify-content: flex-end;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  color: #5D7CFF;
  padding: 0;
}
.pop-register button.btn-agreement-txt i {
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .pop-register .modal-content {
    padding: 0 0 0 30px;
  }
  .pop-register .pop-register-area {
    max-height: calc(100% - 92px);
    padding-right: 30px;
  }
  .pop-register .tit {
    height: 92px;
    padding: 30px 0;
  }
  .pop-register .tit h1, .pop-register .tit .h1 {
    height: 42px;
  }
  .pop-register .tit h1::before, .pop-register .tit .h1::before {
    width: calc(100% + 60px);
    left: -30px;
  }
  .pop-register .tit h1::after, .pop-register .tit .h1::after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .pop-register .modal-content:before {
    height: 15px;
    top: -15px;
  }
  .pop-register .s-tit {
    margin-bottom: 4px;
  }
  .pop-register .tit h1:after, .pop-register .tit .h1:after {
    height: 15px;
    bottom: -35px;
  }
  .pop-register .pop-register-area {
    padding: 15px 30px 15px 0;
  }
  .pop-register .pop-register-area > div.area-row:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .pop-register .modal-content {
    padding: 0 0 0 20px;
  }
  .pop-register .pop-register-area {
    padding: 15px 20px 15px 0;
  }
  .pop-register .tit h1:after, .pop-register .tit .h1:after {
    width: calc(100% - 20px);
  }
}

.payment-wrap > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.payment-wrap > .inner .box {
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.payment-wrap > .inner .payment-sum {
  width: calc(25% - 20px);
  top: 160px;
  align-self: flex-start;
}
.payment-wrap > .inner .payment-sum .box {
  padding: 40px;
}
.payment-wrap > .inner .payment-sum dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.25rem;
  padding-bottom: 1.25rem;
}
.payment-wrap > .inner .payment-sum dl dt {
  font-size: 1rem;
  color: #232323;
  font-weight: 400;
}
.payment-wrap > .inner .payment-sum dl dd {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  text-align: right;
  line-height: 1.125rem;
}
.payment-wrap > .inner .payment-sum dl dd b {
  color: #677294;
}
.payment-wrap > .inner .payment-sum dl.total {
  border-top: 1px solid #D8DEE5;
  padding: 1.25rem 0 0 0;
}
.payment-wrap > .inner .payment-sum dl.total dd b {
  font-size: 1.0625rem;
  color: #007AFF;
}
.payment-wrap > .inner .payment-input {
  width: 75%;
}
.payment-wrap > .inner .payment-input h5.tit, .payment-wrap > .inner .payment-input .tit.h5 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  padding: 40px;
}
.payment-wrap > .inner .payment-input h5.pay-tit, .payment-wrap > .inner .payment-input .pay-tit.h5 {
  width: 160px;
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
}
.payment-wrap > .inner .payment-input .pay-row {
  display: flex;
  padding: 30px 40px 15px 40px;
  border-top: 1px solid #ECECEC;
}
.payment-wrap > .inner .payment-input .pay-row > div {
  width: calc(100% - 160px);
}
.payment-wrap > .inner .payment-input .pay-row.pay-point-row h5.pay-tit, .payment-wrap > .inner .payment-input .pay-row.pay-point-row .pay-tit.h5 {
  margin-top: 10px;
}
.payment-wrap > .inner .payment-input .pay-point .myPoint {
  font-size: clamp(12px, 768px, 0.9375rem);
}
.payment-wrap > .inner .payment-input .pay-point .myPoint b {
  font-size: 1.0625rem;
  color: #677294;
}
.payment-wrap > .inner .payment-input .pay-point .input-extent {
  margin: 0 10px 0 2.5rem;
}
.payment-wrap > .inner .payment-input .pay-method .account {
  font-size: clamp(12px, 768px, 0.9375rem);
  padding: 1.25rem;
  background: #F8FAFE;
}
.payment-wrap > .inner .payment-input .pay-method .radio-custom label {
  margin-bottom: 0.9375rem;
}
.payment-wrap > .inner .payment-input .pay-method .radio-custom label:not(:last-child) {
  margin-right: 5%;
}
.payment-wrap > .inner .payment-input .method-input .bgY {
  background: #F8FAFE;
  padding: 20px;
}
.payment-wrap > .inner .payment-input .method-input div.area-row:not(:last-child) {
  margin-bottom: 0.625rem;
}
.payment-wrap > .inner .payment-input .method-input .row-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-bottom: 5px;
}
.payment-wrap > .inner .payment-free {
  width: 75%;
}
.payment-wrap > .inner .payment-free h5.tit, .payment-wrap > .inner .payment-free .tit.h5 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  padding: 40px;
  border-bottom: 1px solid #ECECEC;
}
.payment-wrap > .inner .payment-free ul {
  padding: 30px 40px;
}
.payment-wrap > .inner .payment-free ul li {
  position: relative;
  padding-left: 12px;
  font-size: 1rem;
  color: #5e5e5e;
}
.payment-wrap > .inner .payment-free ul li b {
  color: #0061C1;
  font-weight: 500;
}
.payment-wrap > .inner .payment-free ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  background: #777;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.payment-wrap > .inner .payment-free ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .payment-wrap > .inner .payment-sum .box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 992px) {
  .payment-wrap {
    padding-top: 0 !important;
  }
  .payment-wrap > .inner .box {
    border-radius: 10px;
  }
  .payment-wrap > .inner .payment-sum {
    width: calc(100% + 40px);
    background: linear-gradient(to bottom, #F8FAFE, #F8FAFE, transparent);
    margin: 0 -20px;
    top: 100px;
    padding: 20px;
  }
  .payment-wrap > .inner .payment-sum .box {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  .payment-wrap > .inner .payment-sum dl {
    width: 30%;
  }
  .payment-wrap > .inner .payment-sum dl dt, .payment-wrap > .inner .payment-sum dl dd {
    align-self: center;
  }
  .payment-wrap > .inner .payment-sum dl:not(:first-child), .payment-wrap > .inner .payment-sum dl.total {
    padding-top: 0;
    padding-left: 20px;
  }
  .payment-wrap > .inner .payment-sum dl:not(:last-child) {
    padding-bottom: 0;
    padding-right: 20px;
    border-right: 1px solid #D8DEE5;
  }
  .payment-wrap > .inner .payment-sum dl.total {
    width: 40%;
    border-top: 0;
  }
  .payment-wrap > .inner .payment-sum dl.total dt br {
    display: none;
  }
  .payment-wrap > .inner .payment-input {
    width: 100%;
  }
  .payment-wrap > .inner .payment-input h5.tit, .payment-wrap > .inner .payment-input .tit.h5 {
    padding: 30px 20px;
  }
  .payment-wrap > .inner .payment-input .pay-row {
    padding: 30px 20px 15px 20px;
  }
  .payment-wrap > .inner .payment-free {
    width: 100%;
  }
  .payment-wrap > .inner .payment-free h5.tit, .payment-wrap > .inner .payment-free .tit.h5 {
    padding: 30px 20px;
  }
  .payment-wrap > .inner .payment-free ul {
    padding: 30px 20px;
  }
  .payment-wrap > .inner .payment-free ul li:before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .payment-wrap > .inner .payment-sum {
    top: 90px;
  }
  .payment-wrap > .inner .payment-sum dl {
    width: 33.33% !important;
  }
  .payment-wrap > .inner .payment-sum dl.total dt br {
    display: block;
  }
  .payment-wrap > .inner .payment-input h5.tit, .payment-wrap > .inner .payment-input .tit.h5 {
    padding: 20px;
  }
  .payment-wrap > .inner .payment-input h5.pay-tit, .payment-wrap > .inner .payment-input .pay-tit.h5 {
    width: 120px;
  }
  .payment-wrap > .inner .payment-input .pay-row {
    padding: 20px 20px 10px 20px;
  }
  .payment-wrap > .inner .payment-input .pay-row > div {
    width: calc(100% - 120px);
  }
  .payment-wrap > .inner .payment-free h5.tit, .payment-wrap > .inner .payment-free .tit.h5 {
    padding: 20px;
  }
  .payment-wrap > .inner .payment-free ul {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .payment-wrap > .inner .payment-sum dl {
    display: block;
    align-self: center;
  }
  .payment-wrap > .inner .payment-sum dl dt, .payment-wrap > .inner .payment-sum dl dd {
    width: 100%;
    text-align: center;
  }
  .payment-wrap > .inner .payment-sum dl dt {
    margin-bottom: 5px;
  }
  .payment-wrap > .inner .payment-input h5.pay-tit, .payment-wrap > .inner .payment-input .pay-tit.h5 {
    width: 100%;
    margin-bottom: 20px;
  }
  .payment-wrap > .inner .payment-input .pay-row {
    display: block;
  }
  .payment-wrap > .inner .payment-input .pay-row > div {
    width: 100%;
  }
  .payment-wrap > .inner .payment-input .pay-row.pay-point-row h5.pay-tit, .payment-wrap > .inner .payment-input .pay-row.pay-point-row .pay-tit.h5 {
    margin-top: 0;
  }
  .payment-wrap > .inner .payment-input .method-input .bgY {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  .payment-wrap > .inner .payment-input .pay-point .input-extent {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .payment-wrap > .inner .payment-sum dl:not(:first-child), .payment-wrap > .inner .payment-sum dl.total {
    padding-left: 10px;
  }
  .payment-wrap > .inner .payment-sum dl:not(:last-child) {
    padding-right: 10px;
  }
}

.payment-final {
  width: 75%;
}
.payment-final h5.tit, .payment-final .tit.h5 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  padding: 40px;
}
.payment-final dl {
  display: flex;
  padding: 30px 40px;
  border-top: 1px solid #ECECEC;
}
.payment-final dl dt {
  width: 200px;
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
}
.payment-final dl dd {
  width: calc(100% - 200px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  line-height: 1.125rem;
}
.payment-final dl dd b {
  color: #677294;
  font-size: 1.0625rem;
}
@media screen and (max-width: 992px) {
  .payment-final {
    width: 100%;
  }
  .payment-final h5.tit, .payment-final .tit.h5, .payment-final dl {
    padding: 30px 20px;
  }
  .payment-final dl dt {
    width: 120px;
  }
  .payment-final dl dd {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .payment-final h5.tit, .payment-final .tit.h5, .payment-final dl {
    padding: 20px;
  }
}

#blockOverlayID {
  z-index: 1030 !important;
}

#NAX_BLOCK {
  z-index: 10000 !important;
}

.regDone .box {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 40px 50px 40px;
}
.regDone .top-txt {
  text-align: center;
}
.regDone .top-txt dt i {
  font-size: 3.125rem;
  color: #007AFF;
}
.regDone .top-txt dd {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.3125rem;
}
.regDone .regDone-result {
  border-top: 1px solid #D8DEE5;
  border-bottom: 1px solid #D8DEE5;
  margin: 2.5rem 0 1.25rem 0;
  padding: 1.875rem 0;
  display: flex;
}
.regDone .regDone-result > div {
  width: 33.33%;
  padding: 0 20px;
}
.regDone .regDone-result > div:not(:last-child) {
  border-right: 1px dotted #D8DEE5;
}
.regDone .regDone-result .amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.regDone .regDone-result .amount dt {
  font-size: 1rem;
  font-weight: 400;
}
.regDone .regDone-result .amount dd {
  font-size: clamp(12px, 768px, 0.9375rem);
}
.regDone .regDone-result .amount dd b {
  color: #677294;
  font-weight: 700;
}
.regDone .regDone-result .term {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  margin-top: 1.25rem;
}
.regDone .regDone-result .reserve dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}
.regDone .regDone-result .reserve dl:not(:last-child) {
  margin-right: 20px;
}
.regDone .regDone-result .reserve dl dt {
  line-height: 1;
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
.regDone .regDone-result .reserve dl dd {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-left: 10px;
}
.regDone .regDone-result .total .amount dd {
  font-size: 1rem;
}
.regDone .regDone-result .total .amount dd b {
  color: #007AFF;
}
.regDone .regDone-result .method {
  margin-top: 1.25rem;
}
.regDone .regDone-result .method dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 400;
  color: #5e5e5e;
}
.regDone .regDone-result .method dl dt, .regDone .regDone-result .method dl dd {
  font-weight: inherit;
  font-size: inherit;
}
.regDone .ps-info ul li {
  padding-left: 10px;
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
}
.regDone .ps-info ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  background: #777;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.regDone .ps-info ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1240px) {
  .regDone .box {
    padding: 40px 30px 50px 30px;
  }
}
@media screen and (max-width: 992px) {
  .regDone .regDone-result .reserve dl dt {
    padding: 4px 10px 3px 10px;
  }
}
@media screen and (max-width: 768px) {
  .regDone .box {
    padding: 20px 20px 30px 20px;
  }
  .regDone .regDone-result {
    flex-wrap: wrap;
    margin: 1.25rem 0;
    padding: 1.25rem 0;
  }
  .regDone .regDone-result > div:not(:last-child) {
    width: 50%;
  }
  .regDone .regDone-result > div:not(:first-child) {
    border-right: 0;
  }
  .regDone .regDone-result > div:last-child {
    width: 100%;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dotted #D8DEE5;
  }
  .regDone .regDone-result .reserve dl:not(:last-child) {
    margin-right: 15px;
  }
  .regDone .regDone-result .reserve dl dt {
    padding: 2px 7px;
  }
  .regDone .regDone-result .reserve dl dd {
    margin-left: 7px;
  }
}
@media screen and (max-width: 600px) {
  .regDone .regDone-result > div:first-child {
    border-right: 0;
  }
  .regDone .regDone-result > div:last-child {
    margin-top: 0;
  }
  .regDone .regDone-result > div:not(:last-child) {
    padding-bottom: 1.25rem;
    width: 100%;
  }
  .regDone .regDone-result > div:not(:first-child) {
    padding-top: 1.25rem;
    border-top: 1px dotted #D8DEE5;
  }
}

.process > section {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.process > section .inner {
  display: flex;
  flex-wrap: wrap;
}
.process .txt-area dt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5AC7FF;
  font-weight: 700;
  letter-spacing: 2px;
}
.process .txt-area dd {
  font-size: 3.125rem;
  color: #232323;
  font-weight: 700;
}
.process .txt-area .txt {
  font-size: 1.125rem;
  color: #5e5e5e;
  margin-top: 1.25rem;
}
.process .btn-find {
  display: inline-block;
  position: relative;
  padding-right: 3.125rem;
  margin-top: 3.125rem;
}
.process .btn-find a {
  display: inline-block;
  font-size: 1.125rem;
  color: #5AC7FF;
  font-weight: 500;
  line-height: 1;
}
.process .btn-find a i.arrow {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  height: auto;
  width: 30px;
  transition: all 0.3s ease-out;
}
.process .btn-find a i.arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 100%;
  height: 1px;
  border-top: 2px solid #5AC7FF;
}
.process .btn-find a i.arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid #5AC7FF;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.process .btn-find:hover a i.arrow {
  right: -10px;
  width: 45px;
}
.process span.circle {
  transition: 0.5s;
  filter: blur(10px);
  border-radius: 50%;
  z-index: -2;
}
.process span.circle.circle-1 {
  background: rgba(90, 199, 255, 0.1);
}
.process span.circle.circle-2 {
  border-color: rgba(90, 199, 255, 0.1);
  border-style: solid;
}
.process .step1 {
  padding: 13.8888888889vh 0 11.1111111111vh 0;
}
.process .step1 .txt-area {
  width: 47%;
  align-self: center;
}
.process .step1 .img-area {
  position: relative;
  width: 53%;
  align-self: center;
  height: 360px;
  text-align: center;
}
.process .step1 .img-area p {
  position: relative;
  display: flex;
  height: 360px;
  justify-content: center;
}
.process .step1 .img-area p .img-search {
  max-width: 100%;
  align-self: center;
}
.process .step1 .img-area p .img-man {
  max-width: 328px;
  height: auto;
}
.process .step1 .img-area p span {
  position: absolute;
  top: 45%;
  left: -120px;
  transform: translateY(-50%);
}
.process .step1 span.circle.circle-1 {
  width: 470px;
  height: 470px;
  top: 70%;
  left: -10% !important;
}
.process .step1 span.circle.circle-2 {
  width: 336px;
  height: 336px;
  top: -10%;
  left: auto !important;
  right: -50px !important;
  border-width: 50px;
}
.process .step2 {
  overflow: visible;
}
.process .step2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #EFEFFE, #EEF9FF);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process .step2 .inner {
  display: block;
}
.process .step2 .txt-area {
  padding: 11.875rem 0;
  text-align: right;
}
.process .step2 .img-area {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: calc(100% - 280px);
}
.process .step2 .img-area img {
  max-width: 100%;
}
.process .step3 {
  padding: 11.1111111111vh 0;
}
.process .step3 .txt-area {
  width: 420px;
  align-self: center;
}
.process .step3 .img-area {
  width: calc(100% - 420px);
  text-align: center;
  text-align: right;
}
.process .step3 .img-area img {
  max-width: 100%;
}
.process .step3 span.circle.circle-2 {
  width: 336px;
  height: 336px;
  top: -10%;
  left: 2% !important;
  border-width: 50px;
}
.process .step3 span.circle.circle-1 {
  width: 470px;
  height: 470px;
  top: 40%;
  left: auto !important;
  right: -5% !important;
}
.process .step3 span.circle.circle-1.circle-s {
  width: 167px;
  height: 167px;
  top: 10%;
  right: 10% !important;
}
.process .step4 {
  padding: 11.1111111111vh 0;
}
.process .step4:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #EFEFFE, #EEF9FF);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process .step4 .inner {
  flex-direction: row-reverse;
}
.process .step4 .txt-area {
  width: 380px;
  align-self: center;
  text-align: right;
}
.process .step4 .img-area {
  width: calc(100% - 380px);
  text-align: left;
}
.process .step4 .img-area img {
  max-width: 100%;
}
.process .step4 span.circle {
  z-index: -1;
}
.process .step4 span.circle.circle-2 {
  width: 424px;
  height: 424px;
  bottom: -5%;
  left: 30% !important;
  border-width: 80px;
  border-color: rgba(255, 255, 255, 0.8);
}
.process .step4 span.circle.circle-1 {
  width: 220px;
  height: 220px;
  top: -5%;
  left: auto !important;
  right: 30% !important;
  background: rgba(255, 255, 255, 0.8);
}
.process .step5 {
  padding: 11.1111111111vh 0;
}
.process .step5 .inner {
  display: block;
}
.process .step5 .txt-area {
  text-align: center;
  margin-bottom: 5rem;
}
.process .step5 .step-in {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.process .step5 .step-in > div {
  width: calc((100% - 120px) / 4);
  box-shadow: 0 5px 40px rgba(38, 42, 76, 0.05);
  border-radius: 0.875rem;
  padding: 2.5rem;
  background: #fff;
}
.process .step5 .step-in > div hr {
  height: 0.625rem;
}
.process .step5 .step-in .num {
  display: inline-block;
  font-size: 1rem;
  color: #5AC7FF;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.process .step5 .step-in .in-tit {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 2.1875rem;
}
.process .step5 .step-in .in-desc {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #5e5e5e;
  word-break: keep-all;
  margin-top: 5px;
}
.process .step5 .step-in button {
  position: relative;
  width: 100%;
  background: #F4F6F9;
  text-align: center;
  line-height: 1;
  font-size: 1.125rem;
  color: #232323;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.8125rem 0;
  transition: all 0.3s;
  margin-top: 1.875rem;
  z-index: 1;
  overflow: hidden;
}
.process .step5 .step-in button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #625CF9, #5AC7FF);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.process .step5 .step-in button:hover {
  color: #fff;
}
.process .step5 .step-in button:hover:before {
  opacity: 1;
}
.process .step5 .step-in > div.slt {
  background: linear-gradient(to right, #625CF9, #5AC7FF);
  padding: 0;
}
.process .step5 .step-in > div.slt a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5625rem 2.5rem 2.5rem 2.5rem;
  transition: transform 500ms ease;
}
.process .step5 .step-in > div.slt a:hover .go-arrow {
  transform: translateX(10px);
}
.process .step5 .step-in > div.slt .go-arrow {
  display: inline-flex;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #000;
  margin-bottom: 15px;
  transition: transform 500ms ease;
}
.process .step5 .step-in > div.slt .go-arrow i {
  font-size: 1rem;
  color: #5AC7FF;
  line-height: 1;
  align-self: center;
}
.process .step5 .step-in > div.slt .in-tit {
  color: #fff;
}
.process .step5 .step-in > div.slt .in-desc {
  color: #fff;
}
.process .step5 span.circle.circle-1 {
  width: 470px;
  height: 470px;
  top: 60%;
  left: -10% !important;
}
.process .step5 span.circle.circle-2 {
  width: 336px;
  height: 336px;
  top: -10%;
  left: auto !important;
  right: -50px !important;
  border-width: 50px;
}
.process .step6 {
  padding: 24.0740740741vh 0;
  background: url(/assets/img/sub/process-step6-bg.jpg) no-repeat center center/cover;
}
.process .step6 .inner {
  display: block;
}
.process .step6 .txt-area {
  text-align: center;
}
.process .step6 .txt-area dd, .process .step6 .txt-area .txt {
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .process .step1 span.circle.circle-1 {
    width: 400px;
    height: 400px;
  }
  .process .step1 span.circle.circle-2 {
    width: 280px;
    height: 280px;
  }
  .process .step3 span.circle.circle-2 {
    width: 280px;
    height: 280px;
  }
  .process .step3 span.circle.circle-1 {
    width: 400px;
    height: 400px;
  }
  .process .step3 span.circle.circle-1.circle-s {
    width: 130px;
    height: 130px;
  }
  .process .step4 span.circle.circle-2 {
    width: 380px;
    height: 380px;
  }
  .process .step4 span.circle.circle-1 {
    width: 180px;
    height: 180px;
  }
  .process .step5 .step-in > div {
    width: calc((100% - 80px) / 3);
  }
  .process .step5 span.circle.circle-1 {
    width: 400px;
    height: 400px;
  }
  .process .step5 span.circle.circle-2 {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 992px) {
  .process .btn-find a i.arrow {
    top: 6px;
    width: 25px;
  }
  .process .step1 .txt-area {
    width: 40%;
  }
  .process .step1 .img-area {
    width: 60%;
  }
  .process .step2 .txt-area {
    padding: 11.875rem 0;
    text-align: right;
  }
  .process .step2 .img-area {
    left: -10%;
    max-width: 80%;
  }
  .process .step5 .step-in {
    gap: 30px;
  }
  .process .step5 .step-in > div {
    padding: 1.875rem;
    width: calc((100% - 60px) / 3);
  }
  .process .step5 .step-in > div.slt a {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
  .process .step5 .step-in > div.slt .go-arrow {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .process .btn-find a i.arrow {
    top: 4px;
    width: 25px;
  }
  .process .btn-find:hover a i.arrow {
    right: -3px;
    width: 31px;
  }
  .process .step1 .txt-area {
    width: 100%;
    text-align: center;
  }
  .process .step1 .img-area {
    width: 100%;
  }
  .process .step1 .img-area p {
    display: inline-block;
    padding: 140px 0;
  }
  .process .step1 .img-area p .img-search {
    padding-left: 10%;
  }
  .process .step1 .img-area p span {
    max-width: 90%;
    top: 50%;
    left: -160px;
  }
  .process .step1 .img-area p span img {
    max-width: 100%;
  }
  .process .step1 span.circle.circle-1 {
    width: 300px;
    height: 300px;
  }
  .process .step1 span.circle.circle-2 {
    width: 180px;
    height: 180px;
  }
  .process .step2 {
    padding: 13.8888888889vh 0 0 0;
  }
  .process .step2 .txt-area {
    padding: 0;
    text-align: center;
    padding-bottom: 5.5555555556vh;
  }
  .process .step2 .img-area {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    text-align: center;
  }
  .process .step2 .img-area img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }
  .process .step3 .innner {
    flex-direction: unset;
  }
  .process .step3 .txt-area, .process .step3 .img-area {
    width: 100%;
    text-align: center;
  }
  .process .step3 .img-area {
    margin-top: 40px;
  }
  .process .step3 .img-area img {
    max-width: 300px;
  }
  .process .step3 span.circle.circle-2 {
    width: 180px;
    height: 180px;
  }
  .process .step3 span.circle.circle-1 {
    width: 300px;
    height: 300px;
    top: 60%;
    right: -15% !important;
  }
  .process .step3 span.circle.circle-1.circle-s {
    opacity: 0;
  }
  .process .step4 .innner {
    flex-direction: unset;
  }
  .process .step4 .txt-area, .process .step4 .img-area {
    width: 100%;
    text-align: center;
  }
  .process .step4 .img-area {
    margin-top: 40px;
  }
  .process .step4 .img-area img {
    max-width: 300px;
  }
  .process .step4 span.circle.circle-2 {
    width: 280px;
    height: 280px;
    left: 60% !important;
  }
  .process .step4 span.circle.circle-1 {
    width: 80px;
    height: 80px;
    right: 20% !important;
  }
  .process .step5 .step-in {
    gap: 25px;
  }
  .process .step5 .step-in > div {
    padding: 1.25rem;
    width: calc((100% - 50px) / 3);
  }
  .process .step5 .step-in > div.slt a {
    padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  }
  .process .step5 span.circle.circle-1 {
    width: 300px;
    height: 300px;
    top: 80%;
  }
  .process .step5 span.circle.circle-2 {
    width: 180px;
    height: 180px;
    top: -5%;
  }
}
@media screen and (max-width: 600px) {
  .process .step5 .step-in > div {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .process .step5 .step-in > div {
    width: 100%;
    text-align: center;
  }
}

.pro-common {
  height: calc(100vh - 120px);
  height: calc(var(--vh, 1vh) * 100 - 120px);
  text-align: center;
  background: linear-gradient(transparent, rgba(239, 239, 254, 0.2));
}
.pro-common .txt {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.pro-common .txt dt {
  font-size: 3.75rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 1.25rem;
}
.pro-common .txt dd {
  font-size: 1.375rem;
  color: #232323;
}
.pro-common .scroll-down {
  position: relative;
  display: inline-block;
  margin-top: 80px;
}
.pro-common .scroll-down span {
  font-size: 1rem;
  color: #232323;
}
.pro-common .scroll-down:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  box-sizing: border-box;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation-name: ScrollDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.pro-common .scroll-down:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-right-color: #000;
  border-bottom-color: #000;
  margin: 12px auto 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.pro-common .move-txt h2, .pro-common .move-txt .h2 {
  position: absolute;
  bottom: 2vh;
  right: 0;
  font-size: 120px;
  line-height: 50px;
  font-family: "s-core-dream";
  font-weight: 900;
  color: rgba(255, 255, 255, 0);
  letter-spacing: 0;
  opacity: 0.6;
  z-index: -1;
  text-shadow: none;
}
.pro-common .move-txt h2:before, .pro-common .move-txt .h2:before {
  position: absolute;
  bottom: 2vh;
  left: 70%;
  content: attr(title);
  -webkit-text-stroke: 1px #000;
  width: max-content;
  opacity: 0.1;
  animation: TxtFlow 15s cubic-bezier(1, 1, 1, 1);
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.pro-common .move-txt h2:after, .pro-common .move-txt .h2:after {
  position: absolute;
  bottom: 2vh;
  left: 70%;
  content: attr(title);
  -webkit-text-stroke: 1px #000;
  width: max-content;
  opacity: 0.1;
  animation: TxtFlow 15s cubic-bezier(1, 1, 1, 1);
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 992px) {
  .pro-common {
    height: calc(100vh - 105px);
    height: calc(var(--vh, 1vh) * 100 - 105px);
  }
}
@media screen and (max-width: 768px) {
  .pro-common {
    height: calc(100vh - 90px);
    height: calc(var(--vh, 1vh) * 100 - 90px);
  }
  .pro-common .txt {
    top: 25%;
  }
  .pro-common .move-txt h2, .pro-common .move-txt .h2 {
    font-size: 80px;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .pro-common .txt {
    top: 22%;
  }
  .pro-common .move-txt h2, .pro-common .move-txt .h2 {
    font-size: 60px;
    line-height: 15px;
  }
}

@keyframes TxtFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}
@keyframes ScrollDown {
  0% {
    border-color: #007AFF;
    transform: translate(-50%, -50%) scale(0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.process-sale > section {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.process-sale > section .inner {
  display: flex;
  flex-wrap: wrap;
}
.process-sale .txt-area dt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #0061C1;
  font-weight: 700;
  letter-spacing: 2px;
}
.process-sale .txt-area dd {
  font-size: 3.125rem;
  color: #232323;
  font-weight: 700;
}
.process-sale .txt-area .txt {
  font-size: 1.125rem;
  color: #5e5e5e;
  margin-top: 1.25rem;
}
.process-sale .btn-find {
  display: inline-block;
  position: relative;
  padding-right: 3.125rem;
  margin-top: 3.125rem;
}
.process-sale .btn-find a {
  display: inline-block;
  font-size: 1.125rem;
  color: #0061C1;
  font-weight: 500;
  line-height: 1;
}
.process-sale .btn-find a i.arrow {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  height: auto;
  width: 30px;
  transition: all 0.3s ease-out;
}
.process-sale .btn-find a i.arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 100%;
  height: 1px;
  border-top: 2px solid #0061C1;
}
.process-sale .btn-find a i.arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid #0061C1;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.process-sale .btn-find:hover a i.arrow {
  right: -10px;
  width: 45px;
}
.process-sale span.circle {
  transition: 0.5s;
  filter: blur(8px);
  border-radius: 50%;
  z-index: -2;
}
.process-sale span.circle.circle-1 {
  background: rgba(0, 97, 193, 0.06);
}
.process-sale span.circle.circle-2 {
  border-color: rgba(0, 97, 193, 0.06);
  border-style: solid;
}
.process-sale .step1 {
  padding-top: 7.4074074074vh;
}
.process-sale .step1 .txt-area {
  width: 50%;
  align-self: center;
}
.process-sale .step1 .img-area {
  width: 50%;
  text-align: center;
}
.process-sale .step1 .img-area img {
  max-width: 415px;
}
.process-sale .step1 .find-area {
  display: block;
  height: 328px;
  margin-top: 5rem;
}
.process-sale .step1 .find-area .find-txt {
  position: absolute;
  bottom: 0;
  width: calc(33.33% - 20px);
  border: 1px solid #D8DEE5;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom: 0;
  background: #fff;
  padding: 60px 40px;
  transition: all 0.3s ease-in-out;
}
.process-sale .step1 .find-area .find-txt dt {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #232323;
  margin-bottom: 1.25rem;
  word-break: keep-all;
}
.process-sale .step1 .find-area .find-txt dd {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #777;
  height: 80px;
  word-break: keep-all;
}
.process-sale .step1 .find-area .find-txt .find-btn {
  padding-top: 1.875rem;
  border-top: 1px solid rgba(35, 35, 35, 0.1);
}
.process-sale .step1 .find-area .find-txt .find-btn a, .process-sale .step1 .find-area .find-txt .find-btn button {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 700;
  color: #333;
  line-height: 1;
  background: #F4F6F9;
  border-radius: 40px;
  padding: 9px 30px;
}
.process-sale .step1 .find-area .find-txt:hover {
  padding-bottom: 80px;
  background: #007AFF;
  border-color: #007AFF;
}
.process-sale .step1 .find-area .find-txt:hover dt, .process-sale .step1 .find-area .find-txt:hover dd {
  color: #fff;
}
.process-sale .step1 .find-area .find-txt:hover .find-btn {
  border-color: rgba(255, 255, 255, 0.2);
}
.process-sale .step1 .find-area .find-txt.left {
  left: 20px;
}
.process-sale .step1 .find-area .find-txt.mid {
  left: 50%;
  transform: translateX(-50%);
}
.process-sale .step1 .find-area .find-txt.right {
  right: 20px;
}
.process-sale .step1 span.circle.circle-1 {
  width: 470px;
  height: 470px;
  top: 10%;
  left: -20% !important;
}
.process-sale .step1 span.circle.circle-2 {
  width: 336px;
  height: 336px;
  top: 45%;
  left: auto !important;
  right: 10% !important;
  border-width: 50px;
}
.process-sale .step2 {
  padding: 11.1111111111vh 0 9.2592592593vh 0;
}
.process-sale .step2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #F8F9FB;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process-sale .step2 .inner {
  display: block;
  text-align: center;
}
.process-sale .step2 .info {
  margin-top: 5rem;
}
.process-sale .step2 .info ul {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #eee;
  border-radius: 14px;
}
.process-sale .step2 .info ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 1.75rem 0.9375rem;
}
.process-sale .step2 .info ul li span {
  align-self: center;
  font-size: 1.125rem;
  color: #232323;
}
.process-sale .step2 .info ul li:first-child, .process-sale .step2 .info ul li:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.process-sale .step2 .info ul li:nth-child(odd) {
  border-right: 1px solid #eee;
}
.process-sale .step2 span.circle {
  z-index: -1;
}
.process-sale .step2 span.circle.circle-2 {
  width: 250px;
  height: 250px;
  top: 20%;
  left: -5% !important;
  border-width: 50px;
  border-color: #fff;
}
.process-sale .step2 span.circle.circle-1 {
  width: 500px;
  height: 500px;
  bottom: -40%;
  left: auto !important;
  right: -5% !important;
  background: #fff;
}
.process-sale .step3 {
  padding: 11.1111111111vh 0;
}
.process-sale .step3 .inner {
  flex-direction: row-reverse;
}
.process-sale .step3 .txt-area {
  width: 45%;
  align-self: center;
  text-align: right;
}
.process-sale .step3 .img-area {
  width: 55%;
  text-align: left;
}
.process-sale .step3 .img-area img {
  max-width: 100%;
}
.process-sale .step3 span.circle.circle-1 {
  width: 490px;
  height: 490px;
  top: -5%;
  left: -2% !important;
}
.process-sale .step3 span.circle.circle-2 {
  width: 270px;
  height: 270px;
  bottom: -20%;
  left: auto !important;
  right: -5% !important;
  border-width: 50px;
}
.process-sale .step4 {
  padding: 11.1111111111vh 0;
}
.process-sale .step4:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #F8F9FB;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process-sale .step4 .txt-area {
  width: 45%;
  align-self: center;
}
.process-sale .step4 .img-area {
  width: 55%;
}
.process-sale .step4 .img-area img {
  max-width: 100%;
}
.process-sale .step4 span.circle {
  z-index: -1;
}
.process-sale .step4 span.circle.circle-2 {
  width: 250px;
  height: 250px;
  top: 10%;
  left: -5% !important;
  border-width: 50px;
  border-color: rgba(255, 255, 255, 0.8);
}
.process-sale .step4 span.circle.circle-1 {
  width: 430px;
  height: 430px;
  bottom: -5%;
  left: auto !important;
  right: 20% !important;
  background: rgba(255, 255, 255, 0.8);
}
.process-sale .step5 {
  padding: 11.1111111111vh 0;
}
.process-sale .step5 .inner {
  display: block;
}
.process-sale .step5 .txt-area {
  text-align: center;
  margin-bottom: 5rem;
}
.process-sale .step5 .step-in {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.process-sale .step5 .step-in > div {
  width: calc((100% - 120px) / 4);
  box-shadow: 0 5px 40px rgba(38, 42, 76, 0.05);
  border-radius: 0.875rem;
  padding: 2.5rem;
  background: #fff;
}
.process-sale .step5 .step-in > div hr {
  height: 0.625rem;
}
.process-sale .step5 .step-in .num {
  display: inline-block;
  font-size: 1rem;
  color: #0061C1;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.process-sale .step5 .step-in .in-tit {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 2.1875rem;
}
.process-sale .step5 .step-in .in-desc {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #5e5e5e;
  word-break: keep-all;
  margin-top: 5px;
}
.process-sale .step5 .step-in button {
  position: relative;
  width: 100%;
  background: #F4F6F9;
  text-align: center;
  line-height: 1;
  font-size: 1.125rem;
  color: #232323;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.8125rem 0;
  transition: all 0.3s;
  margin-top: 1.875rem;
  z-index: 1;
  overflow: hidden;
}
.process-sale .step5 .step-in button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #625CF9, #0077ED);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.process-sale .step5 .step-in button:hover {
  color: #fff;
}
.process-sale .step5 .step-in button:hover:before {
  opacity: 1;
}
.process-sale .step5 span.circle.circle-1 {
  width: 490px;
  height: 490px;
  top: 60%;
  left: -10% !important;
}
.process-sale .step5 span.circle.circle-2 {
  width: 260px;
  height: 260px;
  top: 10%;
  left: auto !important;
  right: -50px !important;
  border-width: 50px;
}
.process-sale .step6 {
  padding: 24.0740740741vh 0;
  background: url(/assets/img/sub/process-sale-step6-bg.jpg) no-repeat center center/cover;
}
.process-sale .step6 .inner {
  display: block;
}
.process-sale .step6 .txt-area {
  text-align: center;
}
.process-sale .step6 .txt-area dd, .process-sale .step6 .txt-area .txt {
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .process-sale .step1 span.circle.circle-1 {
    width: 400px;
    height: 400px;
  }
  .process-sale .step1 span.circle.circle-2 {
    width: 280px;
    height: 280px;
  }
  .process-sale .step2 span.circle.circle-1 {
    width: 450px;
    height: 450px;
  }
  .process-sale .step2 span.circle.circle-2 {
    width: 200px;
    height: 200px;
  }
  .process-sale .step3 span.circle.circle-1 {
    width: 400px;
    height: 400px;
    top: -5%;
    left: -10% !important;
  }
  .process-sale .step4 span.circle.circle-1 {
    width: 380px;
    height: 380px;
  }
  .process-sale .step4 span.circle.circle-2 {
    width: 180px;
    height: 180px;
  }
  .process-sale .step5 .step-in > div {
    width: calc((100% - 80px) / 3);
  }
  .process-sale .step5 span.circle.circle-1 {
    width: 400px;
    height: 400px;
  }
  .process-sale .step5 span.circle.circle-2 {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .process-sale .step1 .find-area .find-txt {
    padding: 60px 30px;
  }
  .process-sale .btn-find a i.arrow {
    top: 6px;
    width: 25px;
  }
  .process-sale .step5 .step-in {
    gap: 30px;
  }
  .process-sale .step5 .step-in > div {
    padding: 1.875rem;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .process-sale .btn-find a i.arrow {
    top: 4px;
    width: 25px;
  }
  .process-sale .btn-find:hover a i.arrow {
    right: -3px;
    width: 31px;
  }
  .process-sale .step1 .txt-area {
    width: 100%;
    text-align: center;
    padding-bottom: 5.5555555556vh;
  }
  .process-sale .step1 .img-area {
    width: 100%;
  }
  .process-sale .step1 .img-area img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
  }
  .process-sale .step1 .find-area {
    height: auto;
  }
  .process-sale .step1 .find-area .find-txt {
    position: relative;
    padding: 40px;
    width: 100%;
    border-radius: 20px;
    border-bottom: 1px solid #D8DEE5;
  }
  .process-sale .step1 .find-area .find-txt dd {
    height: auto;
    margin-bottom: 30px;
  }
  .process-sale .step1 .find-area .find-txt.left {
    left: unset;
  }
  .process-sale .step1 .find-area .find-txt.mid {
    left: unset;
    transform: none;
  }
  .process-sale .step1 .find-area .find-txt.right {
    right: unset;
  }
  .process-sale .step1 .find-area .find-txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .process-sale .step1 .find-area .find-txt:hover {
    padding-bottom: 40px;
  }
  .process-sale .step1 span.circle.circle-1 {
    width: 300px;
    height: 300px;
  }
  .process-sale .step1 span.circle.circle-2 {
    width: 180px;
    height: 180px;
  }
  .process-sale .step3 .innner {
    flex-direction: unset;
  }
  .process-sale .step3 .txt-area, .process-sale .step3 .img-area {
    width: 100%;
    text-align: center;
  }
  .process-sale .step3 .img-area {
    margin-top: 40px;
  }
  .process-sale .step3 .img-area img {
    width: 100%;
    max-width: 450px;
  }
  .process-sale .step3 span.circle.circle-1 {
    width: 350px;
    height: 350px;
    left: -25% !important;
  }
  .process-sale .step3 span.circle.circle-2 {
    width: 180px;
    height: 180px;
    bottom: 3%;
  }
  .process-sale .step4 .txt-area, .process-sale .step4 .img-area {
    width: 100%;
    text-align: center;
  }
  .process-sale .step4 .img-area {
    margin-top: 40px;
  }
  .process-sale .step4 .img-area img {
    width: 100%;
    max-width: 450px;
  }
  .process-sale .step4 span.circle.circle-1 {
    width: 240px;
    height: 240px;
    bottom: 10%;
    right: 40% !important;
  }
  .process-sale .step4 span.circle.circle-2 {
    width: 80px;
    height: 80px;
    border-width: 40px;
  }
  .process-sale .step5 .step-in {
    gap: 25px;
  }
  .process-sale .step5 .step-in > div {
    padding: 1.25rem;
    width: calc((100% - 50px) / 3);
  }
  .process-sale .step5 span.circle.circle-1 {
    width: 300px;
    height: 300px;
    top: 80%;
  }
  .process-sale .step5 span.circle.circle-2 {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .process-sale .step1 {
    padding-bottom: 7.4074074074vh;
  }
  .process-sale .step1 .find-area .find-txt {
    padding: 40px 25px;
  }
  .process-sale .step2 .info ul li {
    width: 100%;
  }
  .process-sale .step2 .info ul li:nth-child(3) {
    border-bottom: 1px solid #eee;
  }
  .process-sale .step2 .info ul li:nth-child(odd) {
    border-right: none;
  }
  .process-sale .step2 span.circle.circle-1 {
    bottom: -15%;
    right: -30% !important;
    width: 350px;
    height: 350px;
  }
  .process-sale .step2 span.circle.circle-2 {
    width: 150px;
    height: 150px;
    border-width: 30px;
  }
  .process-sale .step5 .step-in > div {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .process-sale .step5 .step-in > div {
    width: 100%;
    text-align: center;
  }
}

/*
.process-sale{
    > section{
        position: relative;
        margin-bottom: 0 !important;
        overflow: hidden;
        .inner{
            @include flex;
        }
    }
    .txt-area{
        dt{
            @include fs-14;
            color: $deep-blue;
            font-weight: 700;
            letter-spacing: 2px;
        }
        dd{
            font-size: rem(50px);
            color: $black;
            font-weight: 700;
        }
        .txt{
            font-size: rem(18px);
            color: $black2;
            margin-top: rem(20px);
        }
    }
    span.circle{
        transition: .5s;
        filter: blur(8px);
        border-radius: 50%;
        z-index: -2;
        &.circle-1{
            background: rgba($deep-blue, .06);
        }
        &.circle-2{
            border-color: rgba($deep-blue, .06);
            border-style: solid;
        }
    }
    .step1{
        padding-top: vh(80px, 1080);
        .txt-area{
            width: 50%;
            align-self: center;
        }
        .img-area{
            width: 50%;
            text-align: center;
            img{
                max-width: 415px;
            }
        }
        .find-area{
            display: block;
            height: 328px;
            margin-top: rem(80px);
            .find-txt{
                @include pos($bottom: 0);
                width: calc(50% - 30px);
                border: 1px solid $br-color1;
                border-top-left-radius: 40px;
                border-top-right-radius: 40px;
                border-bottom: 0;
                background: #fff;
                padding: 60px 50px;
                transition: all .3s ease-in-out;
                dt{
                    font-size: rem(25px);
                    font-weight: 500;
                    color: $black;
                    margin-bottom: rem(20px);
                }
                dd{
                    font-size: rem(18px);
                    color: $gray;
                    height: 80px;
                }
                .find-btn{
                    padding-top: rem(30px);
                    border-top: 1px solid rgba($black, .1);
                    a, button{
                        display: inline-block;
                        @include fs-14;
                        font-weight: 700;
                        color: #333;
                        line-height: 1;
                        background: $bg-gray;
                        border-radius: 40px;
                        padding: 9px 30px;
                    }
                }
                &:hover{
                    padding-bottom: 80px;
                    background: $blue;
                    border-color: $blue;
                    dt, dd{
                        color: #fff;
                    }
                    .find-btn{
                        border-color: rgba(#fff, .2);
                    }
                }
                &.left{
                    left: 20px;
                }
                &.right{
                    right: 20px;
                }
            }
        }
        span.circle{
            &.circle-1{
                width: 470px;
                height: 470px;
                top: 10%;
                left: -20% !important;
            }
            &.circle-2{
                width: 336px;
                height: 336px;
                top: 45%;
                left: auto !important;
                right: 10% !important;
                border-width: 50px;
            }
        }
    }
    .step2{
        padding: vh(120px, 1080) 0 vh(100px, 1080) 0;
        &:before{
            @include shape($w: 100%, $h: 100%, $top: 0, $left: 0, $bg: #F8F9FB);
            z-index: -1;
        }
        .inner{
            display: block;
            text-align: center;
        }
        .info{
            margin-top: rem(80px);
            ul{
                @include flex;
                background: rgba(#fff, .5);
                border: 1px solid #eee;
                border-radius: 14px;
                li{
                    width: 50%;
                    display: flex;
                    justify-content: center;
                    padding: rem(28px) rem(15px);
                    span{
                        align-self: center;
                        font-size: rem(18px);
                        color: $black;
                    }
                    &:first-child, &:nth-child(2){
                        border-bottom: 1px solid #eee;
                    }
                    &:nth-child(odd){
                        border-right: 1px solid #eee;
                    }
                }
            }
        }
        span.circle{
            z-index: -1;
            &.circle-2{
                width: 250px;
                height: 250px;
                top: 20%;
                left: -5% !important;
                border-width: 50px;
                border-color: #fff;
            }
            &.circle-1{
                width: 500px;
                height: 500px;
                bottom: -40%;
                left: auto !important;
                right: -5% !important;
                background: #fff;
            }
        }
    }
    .step3{
        padding: vh(120px, 1080) 0;
        .inner{
            flex-direction: row-reverse;
        }
        .txt-area{
            width: 45%;
            align-self: center;
            text-align: right;
        }
        .img-area{
            width: 55%;
            text-align: left;
            img{
                max-width: 100%;
            }
        }
        span.circle{
            &.circle-1{
                width: 490px;
                height: 490px;
                top: -5%;
                left: -2% !important;
            }
            &.circle-2{
                width: 270px;
                height: 270px;
                bottom: -20%;
                left: auto !important;
                right: -5% !important;
                border-width: 50px;
            }
        }
    }
    .step4{
        padding: vh(120px, 1080) 0;
        &:before{
            @include shape($w: 100%, $h: 100%, $top: 0, $left: 0, $bg: #F8F9FB);
            z-index: -1;
        }
        .txt-area{
            width: 45%;
            align-self: center;
        }
        .img-area{
            width: 55%;
            img{
                max-width: 100%;
            }
        }
        span.circle{
            z-index: -1;
            &.circle-2{
                width: 250px;
                height: 250px;
                top: 10%;
                left: -5% !important;
                border-width: 50px;
                border-color: rgba(#fff, .8);
            }
            &.circle-1{
                width: 430px;
                height: 430px;
                bottom: -5%;
                left: auto !important;
                right: 20% !important;
                background: rgba(#fff, .8);
            }
        }
    }
    .step5{
        padding: vh(120px, 1080) 0;
        .inner{
            display: block;
        }
        .txt-area{
            text-align: center;
            margin-bottom: rem(80px);
        }
        .step-in{
            @include flex;
            gap: 40px;
            > div{
                width: calc((100% - 120px) / 4);
                box-shadow: 0 5px 40px rgba(#262A4C, .05);
                border-radius: rem(14px);
                padding: rem(40px);
                background: #fff;
                hr{
                    height: rem(10px);
                }
            }
            .num{
                display: inline-block;
                font-size: rem(16px);
                color: $deep-blue;
                font-weight: 500;
                line-height: 1;
                margin-bottom: 10px;
            }
            .in-tit{
                font-size: rem(25px);
                font-weight: 500;
                color: $black2;
                line-height: rem(35px);
            }
            .in-desc{
                font-size: rem(16px);
                line-height: rem(22px);
                color: $black2;
                word-break: keep-all;
                margin-top: 5px;
            }
            button{
                position: relative;
                width: 100%;
                background: $bg-gray;
                text-align: center;
                line-height: 1;
                font-size: rem(18px);
                color: $black;
                font-weight: 500;
                border-radius: 4px;
                padding: rem(13px) 0;
                transition: all .3s;
                margin-top: rem(30px);
                z-index: 1;
                overflow: hidden;
                &:before{
                    @include shape($w: 100%, $h: 100%, $top: 0, $left: 0);
                    background-image: linear-gradient(to right, $partner-purple, $btn-blue);
                    z-index: -1;
                    opacity: 0;
                    transition: all .3s;
                }
                &:hover{
                    color: #fff;
                    &:before{
                        opacity: 1;
                    }
                }
            }
        }
        span.circle{
            &.circle-1{
                width: 490px;
                height: 490px;
                top: 60%;
                left: -10% !important;
            }
            &.circle-2{
                width: 260px;
                height: 260px;
                top: 10%;
                left: auto !important;
                right: -50px !important;
                border-width: 50px;
            }
        }
    }
    .step6{
        padding: vh(260px, 1080) 0;
        background: url(/assets/img/sub/process-sale-step6-bg.jpg) no-repeat center center/cover;
        .inner{
            display: block;
        }
        .txt-area{
            text-align: center;
            dd, .txt{
                color: #fff;
            }
        }
    }
    @include desktop-s{
        .step1 span.circle{
            &.circle-1{
                width: 400px;
                height: 400px;
            }
            &.circle-2{
                width: 280px;
                height: 280px;
            }
        }
        .step2 span.circle{
            &.circle-1{
            width: 450px;
                height: 450px;
            }
            &.circle-2{
                width: 200px;
                height: 200px;
            }
        }
        .step3 span.circle{
            &.circle-1{
                width: 400px;
                height: 400px;
                top: -5%;
                left: -10% !important;
            }
        }
        .step4 span.circle{
            &.circle-1{
                width: 380px;
                height: 380px;
            }
            &.circle-2{
                width: 180px;
                height: 180px;
            }
        }
        .step5{
            .step-in > div{
                width: calc((100% - 80px) / 3);
            }
            span.circle{
                &.circle-1{
                    width: 400px;
                    height: 400px;
                }
                &.circle-2{
                    width: 220px;
                    height: 220px;
                }
            }
        }
    }
    @include laptop{
        .step5 .step-in{
            gap: 30px;
            > div{
                padding: rem(30px);
                width: calc((100% - 60px) / 3);
            }
        }
    }
    @include tablet{
        .step1{
            .txt-area{
                width: 100%;
                text-align: center;
                padding-bottom: vh(60px, 1080);
            }
            .img-area{
                width: 100%;
                img{
                    max-width: 100%;
                    height: auto;
                    max-height: 350px;
                }
            }
            .find-area{
                height: 240px;
                .find-txt{
                    padding: 40px 30px;
                    width: calc(50% - 25px);
                    dd{
                        height: 60px;
                    }
                    &:hover{
                        padding-bottom: 60px;
                    }
                }
            }
            span.circle{
                &.circle-1{
                    width: 300px;
                    height: 300px;
                }
                &.circle-2{
                    width: 180px;
                    height: 180px;
                }
            }
        }
        .step3{
            .innner{
                flex-direction: unset;
            }
            .txt-area, .img-area{
                width: 100%;
                text-align: center;
            }
            .img-area{
                margin-top: 40px;
                img{
                    width: 100%;
                    max-width: 450px;
                }
            }
            span.circle{
                &.circle-1{
                    width: 350px;
                    height: 350px;
                    left: -25% !important;
                }
                &.circle-2{
                    width: 180px;
                    height: 180px;
                    bottom: 3%;
                }
            }
        }
        .step4{
            .txt-area, .img-area{
                width: 100%;
                text-align: center;
            }
            .img-area{
                margin-top: 40px;
                img{
                    width: 100%;
                    max-width: 450px;
                }
            }
            span.circle{
                &.circle-1{
                    width: 240px;
                    height: 240px;
                    bottom: 10%;
                    right: 40% !important;
                }
                &.circle-2{
                    width: 80px;
                    height: 80px;
                    border-width: 40px;
                }
            }
        }
        .step5{
            .step-in{
                gap: 25px;
                > div{
                    padding: rem(20px);
                    width: calc((100% - 50px) / 3);
                }
            }
            span.circle{
                &.circle-1{
                    width: 300px;
                    height: 300px;
                    top: 80%;
                }
                &.circle-2{
                    width: 150px;
                    height: 150px;
                }
            }
        }
    }
    @include mobile{
        .step1{
            padding-bottom: vh(80px, 1080);
            .find-area{
                height: auto;
                .find-txt{
                    position: relative;
                    width: 100%;
                    border-radius: 20px;
                    border-bottom: 1px solid $br-color1;
                    dd{
                        height: auto;
                        margin-bottom: 30px;
                    }
                    &.left{
                        margin-bottom: 20px;
                        left: unset;
                    }
                    &.right{
                        right: unset;
                    }
                    &:hover{
                        padding-bottom: 40px;
                    }
                }
            }
        }
        .step2{
            .info ul li{
                width: 100%;
                &:nth-child(3){
                    border-bottom: 1px solid #eee;
                }
                &:nth-child(odd){
                    border-right: none;
                }
            }
            span.circle{
                &.circle-1{
                    bottom: -15%;
                    right: -30% !important;
                    width: 350px;
                    height: 350px;
                }
                &.circle-2{
                    width: 150px;
                    height: 150px;
                    border-width: 30px;
                }
            }

        }
        .step5 .step-in > div{
            width: calc((100% - 25px) / 2);
        }
    }
    @include mobile_s{
        .step5 .step-in > div{
            width: 100%;
            text-align: center;
        }
    }
}
*/
.slt > section {
  overflow: hidden;
}
.slt > section:not(:last-child) {
  margin-bottom: 12.5rem;
}
.slt > section:first-child {
  margin-bottom: 8.75rem;
}
.slt .quotes-tit {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  word-break: keep-all;
  padding: 1.5625rem 2.1875rem;
}
.slt .quotes-tit span {
  position: relative;
  display: inline-block;
}
.slt .quotes-tit span:before, .slt .quotes-tit span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.8125rem;
  height: 2.5rem;
  background-size: 2.8125rem 2.5rem;
  z-index: -1;
}
.slt .quotes-tit span.fir:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.5625rem;
  left: -2.1875rem;
  background: url(/assets/img/sub/slt-quotes-l.svg);
  width: 2.8125rem;
  height: 2.5rem;
  background-size: 2.8125rem 2.5rem;
  z-index: -1;
}
.slt .quotes-tit span.last:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5625rem;
  right: -2.1875rem;
  background: url(/assets/img/sub/slt-quotes-r.svg);
  width: 2.8125rem;
  height: 2.5rem;
  background-size: 2.8125rem 2.5rem;
  z-index: -1;
}
.slt .quotes-tit b {
  color: #5D7CFF;
}
.slt .quotes-tit b.gray {
  color: #ADB5BD;
}
.slt .floating-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 400px;
  padding: 0 20px 3.125rem 20px;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.slt .floating-btn .btn-big, .slt .floating-btn .btn-md {
  max-width: 400px;
  height: 70px;
  line-height: 70px;
  font-size: 1.5625rem;
  border-radius: 70px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(240px);
  transition: all 0.5s ease;
}
.slt .floating-btn.active {
  visibility: visible;
}
.slt .floating-btn.active .btn-big, .slt .floating-btn.active .btn-md {
  opacity: 1;
  transform: translateY(0);
}
.slt .bubble .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}
.slt .bubble .bubble-a {
  width: calc(50% - 7.5rem);
  margin-top: 3.75rem;
}
.slt .bubble .bubble-q {
  position: relative;
  width: calc(50% + 3.75rem);
  padding: 6.25rem 3.75rem;
}
.slt .bubble .bubble-q:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: -3;
}
.slt .bubble .bubble-q:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, transparent, #000);
  width: 150%;
  height: 100%;
  z-index: -2;
}
.slt .bubble .bubble-q .bubble-txt p span {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  background: rgba(93, 124, 255, 0.8);
  border-radius: 100px;
  padding: 1.6875rem 2.5rem;
}
.slt .bubble .bubble-q .bubble-txt p span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.8;
}
.slt .bubble .bubble-q .bubble-txt p span.bubble-l:after {
  left: 4.375rem;
  border-width: 15px 15px 0px 0px;
  border-color: #5D7CFF transparent transparent transparent;
}
.slt .bubble .bubble-q .bubble-txt p span.bubble-r:after {
  right: 4.375rem;
  border-width: 0px 15px 15px 0px;
  border-color: transparent #5D7CFF transparent transparent;
}
.slt .bubble .bubble-q .bubble-txt p span.opa-50 {
  background: rgba(93, 124, 255, 0.5);
}
.slt .bubble .bubble-q .bubble-txt p span.opa-50:after {
  opacity: 0.5;
}
.slt .bubble-top .inner {
  flex-direction: row-reverse;
}
.slt .bubble-top .bubble-q {
  padding-right: 0;
}
.slt .bubble-top .bubble-q:before {
  background: url(/assets/img/sub/slt-sec1-img.jpg) no-repeat center center/cover;
}
.slt .bubble-top .bubble-q:before, .slt .bubble-top .bubble-q:after {
  left: 0;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.slt .bubble-top .bubble-q .bubble-txt p:nth-child(2) {
  text-align: right;
  margin: -1.25rem 3.125rem 0 0;
}
.slt .bubble-top .bubble-q .bubble-txt p:last-child {
  margin: 7.5rem 0 0 1.25rem;
}
.slt .bubble-btm .bubble-q {
  padding-left: 0;
}
.slt .bubble-btm .bubble-q:before {
  background: url(/assets/img/sub/slt-sec2-img.jpg) no-repeat center center/cover;
}
.slt .bubble-btm .bubble-q:before, .slt .bubble-btm .bubble-q:after {
  right: 0;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.slt .bubble-btm .bubble-q .bubble-txt p:first-child {
  text-align: right;
  margin-bottom: 3.75rem;
}
.slt .bubble-btm .bubble-q .bubble-txt p:first-child span {
  text-align: left;
}
.slt .bubble-btm .bubble-q .bubble-txt p:nth-child(3) {
  margin: -1.25rem 0 2.5rem 9.25rem;
}
.slt .bubble-btm .bubble-q .bubble-txt p:last-child {
  text-align: right;
}
.slt .chk .tit-area {
  text-align: center;
  margin-bottom: 4.375rem;
}
.slt .chk .tit-area .quotes-tit {
  font-size: 2.25rem;
}
.slt .chk .tit-area .quotes-tit b {
  margin-right: 2px;
}
.slt .chk .flex-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.slt .chk .pic-area {
  position: relative;
  width: calc((100% - 20px) / 3);
}
.slt .chk .pic-area > div {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  border-radius: 14px;
  overflow: hidden;
}
.slt .chk .pic-area > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.slt .chk .pic-area > div:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
  width: 100%;
  height: 50%;
  opacity: 0.6;
  z-index: 1;
}
.slt .chk .pic-area .profile {
  position: absolute;
  bottom: 1.875rem;
  left: 2.5rem;
  z-index: 2;
}
.slt .chk .pic-area .profile dt {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.625rem;
}
.slt .chk .pic-area .profile dd button {
  display: inline-block;
  line-height: 1;
  font-size: 1.25rem;
  color: #fff;
}
.slt .chk .pic-area .profile dd button span {
  display: inline-flex;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: 7px;
  transition: 0.5s;
}
.slt .chk .pic-area .profile dd button span i {
  align-self: center;
  font-size: 15px;
}
.slt .chk .pic-area .profile dd button:hover span {
  background: rgba(93, 124, 255, 0.8);
}
.slt .chk .chk-txt {
  width: calc((100% - 20px) / 3 * 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.slt .chk .chk-txt dl {
  width: calc(50% - 5px);
  min-height: 15.9375rem;
  background: #F7F9FC;
  border-radius: 14px;
  padding: 3.125rem;
}
.slt .chk .chk-txt dt {
  font-size: 1.375rem;
  font-weight: 700;
  color: #5D7CFF;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.slt .chk .chk-txt dd {
  font-size: 1.5625rem;
  color: #253551;
  font-weight: 600;
  line-height: 2rem;
  word-break: keep-all;
}
.slt .review {
  position: relative;
  padding: 11.25rem 0;
}
.slt .review:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #F7F9FC, #F7F9FC, #F7F9FC, #F7F9FC, #F7F9FC);
  width: 100%;
  height: 100%;
  z-index: -3;
}
.slt .review .quotes-r {
  text-align: right;
}
.slt .review .review-bubble {
  margin: 3.125rem 45px;
}
.slt .review .review-bubble > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.slt .review .review-bubble > div .in {
  position: relative;
  padding: 2.5rem;
}
.slt .review .review-bubble > div .in:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  z-index: -2;
}
.slt .review .review-bubble > div:nth-child(even) .in {
  margin-left: auto;
}
.slt .review .review-bubble > div:not(:last-child) {
  margin-bottom: 2.5rem;
}
.slt .review .review-bubble > div p.txt {
  font-size: 1.25rem;
  color: #232323;
}
.slt .review .review-bubble > div p.txt u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.slt .review .review-bubble > div p.txt u:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(93, 124, 255, 0.2);
  width: 100%;
  height: 13px;
  z-index: -1;
}
.slt .review .star-rating-wrap {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.slt .review .star-rating {
  height: 20px;
  position: relative;
  width: 100px;
}
.slt .review .star-rating:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='73px' height='70px'%3E%3Cimage x='0px' y='0px' width='73px' height='70px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABGCAMAAAC3+0k7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAADp7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O/p7O////+HMjRdAAAAEHRSTlMAEECAnzDvz2Dfv68gj1BwGEAbfQAAAAFiS0dEEeK1PboAAAAHdElNRQfpAwsNDTGBlvAfAAABwklEQVRYw82Y25aDIAxF5aqCQP7/azud2hGRBAM+zHl27SYHcqHT1JSQSor2Z22Ohrf0MMtY+MiaQdIMX81joAUOLUOkNSOtIyAJueQAyZ1I7qmQRoLyBcn3gjYotXWS9IWknwqpN6hQIYUekLAVku0pZAU1qYdC6gpqgbr4dbwiJGYdCxkAU7jZimVU2kFLTquIFuEmU3Brk3FK1IUkT3dVJN8OgwjQpz3faAcwH9n4CxrmvBXRG8iOSkzpERBAmka8zuX+Jek5n7aHzm7D2wdPC9WJOBHtXUuOJnjsVobXA0rN2ZIm5hHQqfMJ3w3yZQvVnaDKgO+7oqk6lzqOEJlZhovCN2vDO0JqRWfdhpmcewzU2hig90mWBglGdvR+JxmkSJIUg0QvZZzyo58MnPZCWs4xnLacYzhtOcdw2nJev6Ms5/VzwnKe4QB4L+AZTu3mPMOp9xBmODYtcMvrhjszbchuxDJ8H/n1cYFZXjM8fDujqL0/4m3SnD8pzDVFdZNky7F4SRF7uxQ++WvLL1NEh0J+2mv992Q+MvBH/zGjLF7n6S9FauCJ3VRHNbH9/7Za9qfog3Oq9Uea+fkolNm/APC3r/gYdi0OAAAAAElFTkSuQmCC' /%3E%3C/svg%3E");
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.slt .review .star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 100px;
  height: 20px;
  position: absolute;
  overflow: hidden;
}
.slt .review .star-rating > span:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='73px' height='70px'%3E%3Cimage x='0px' y='0px' width='73px' height='70px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABGCAMAAAC3+0k7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAAD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD/xwD///9O+d/9AAAAEHRSTlMAEECAnzDvz2Dfv68gj1BwGEAbfQAAAAFiS0dEEeK1PboAAAAHdElNRQfpAwsMORUHfY0OAAABwklEQVRYw82Y25aDIAxF5aqCQP7/azud2hGRBAM+zHl27SYHcqHT1JSQSor2Z22Ohrf0MMtY+MiaQdIMX81joAUOLUOkNSOtIyAJueQAyZ1I7qmQRoLyBcn3gjYotXWS9IWknwqpN6hQIYUekLAVku0pZAU1qYdC6gpqgbr4dbwiJGYdCxkAU7jZimVU2kFLTquIFuEmU3Brk3FK1IUkT3dVJN8OgwjQpz3faAcwH9n4CxrmvBXRG8iOSkzpERBAmka8zuX+Jek5n7aHzm7D2wdPC9WJOBHtXUuOJnjsVobXA0rN2ZIm5hHQqfMJ3w3yZQvVnaDKgO+7oqk6lzqOEJlZhovCN2vDO0JqRWfdhpmcewzU2hig90mWBglGdvR+JxmkSJIUg0QvZZzyo58MnPZCWs4xnLacYzhtOcdw2nJev6Ms5/VzwnKe4QB4L+AZTu3mPMOp9xBmODYtcMvrhjszbchuxDJ8H/n1cYFZXjM8fDujqL0/4m3SnD8pzDVFdZNky7F4SRF7uxQ++WvLL1NEh0J+2mv992Q+MvBH/zGjLF7n6S9FauCJ3VRHNbH9/7Za9qfog3Oq9Uea+fkolNm/APC3r/gYdi0OAAAAAElFTkSuQmCC' /%3E%3C/svg%3E") repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}
.slt .counsel {
  background: url(/assets/img/sub/slt-counsel-bg.jpg) center center/cover;
  padding: 7.5rem 0;
}
.slt .counsel .tit {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 3.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.slt .counsel .input-area {
  background: #252E3A;
  border-radius: 14px;
  padding: 3.75rem;
  max-width: 620px;
  margin: 0 auto;
}
.slt .counsel .input-area input[type=text] {
  background: transparent;
  color: #fff;
  font-size: 1.125rem;
  line-height: 3.9375rem;
  width: 100%;
}
.slt .counsel .input-area input[type=text]::placeholder {
  color: #6B727E;
}
.slt .counsel .input-area li {
  border-bottom: 1px solid #6B727E;
}
.slt .counsel .input-area li:first-child input {
  color: rgba(255, 255, 255, 0.7);
}
.slt .counsel .input-area li:last-child {
  margin-top: 1.25rem;
}
.slt .counsel .input-area .btn-area {
  display: flex;
  gap: 10px;
  text-align: center;
  margin-top: 3.125rem;
}
.slt .counsel .input-area .btn-big, .slt .counsel .input-area .btn-md {
  width: calc(50% - 5px);
  background: #5A54F5;
}
.slt .counsel .input-area .btn-big:hover, .slt .counsel .input-area .btn-md:hover {
  background: #4942F3;
}
.slt .counsel .input-area .btn-tel {
  display: flex;
  justify-content: center;
  background: #2D3744;
}
.slt .counsel .input-area .btn-tel span {
  display: inline-block;
  margin-left: 10px;
}
.slt .counsel .input-area .btn-tel span, .slt .counsel .input-area .btn-tel img {
  align-self: center;
}
.slt .counsel .input-area .btn-tel:hover {
  background: #2F4158;
}
.slt .custom-tooltip-txt {
  width: auto;
  height: auto;
  max-width: unset;
  top: unset;
  bottom: calc(-100% + 10px);
  left: 50%;
  background: #313234;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  border: none;
  transform: translate(-50%, 0);
  padding: 10px;
  box-shadow: none;
}
.slt .custom-tooltip-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #313234 transparent;
  border-radius: 5px;
  border-style: solid;
  transform: translateX(-50%);
}
.slt .custom-tooltip-txt:before {
  display: none;
}
@media screen and (max-width: 992px) {
  .slt .quotes-tit {
    text-align: center;
  }
  .slt .bubble .bubble-a {
    width: 100%;
    text-align: center;
  }
  .slt .bubble .bubble-q {
    width: 100%;
  }
  .slt .bubble .bubble-q:before {
    width: 120%;
  }
  .slt .bubble .bubble-q .bubble-txt {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .slt .bubble .bubble-q .laptop-view {
    text-align: center;
    margin-top: 4.375rem;
  }
  .slt .bubble .bubble-q .laptop-view p {
    color: #fff;
  }
  .slt .bubble-top {
    flex-direction: unset;
  }
  .slt .chk .pic-area {
    width: 100%;
  }
  .slt .chk .pic-area > div {
    max-width: 500px;
    min-height: 400px;
    margin: 0 auto;
  }
  .slt .chk .chk-txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slt .quotes-tit {
    padding: 1.125rem 1.25rem;
  }
  .slt .quotes-tit span.fir:before {
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    top: -10px;
    left: -25px;
  }
  .slt .quotes-tit span.last:after {
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    bottom: -10px;
    right: -40px;
  }
  .slt .bubble .bubble-q .bubble-txt {
    max-width: 500px;
  }
  .slt .bubble .bubble-q .bubble-txt p span:after {
    bottom: -12px;
  }
  .slt .bubble .bubble-q .bubble-txt p span.bubble-l:after {
    border-width: 12px 12px 0px 0px;
  }
  .slt .bubble .bubble-q .bubble-txt p span.bubble-r:after {
    border-width: 0px 12px 12px 0px;
  }
  .slt .review .review-bubble {
    margin: 1.875rem 28px;
  }
  .slt .review .quotes img {
    width: 28px;
    height: 25px;
  }
  .slt .review .star-rating {
    height: 14px;
    width: 70px;
  }
  .slt .review .star-rating:before {
    background-size: 14px;
    height: 14px;
    width: 70px;
  }
  .slt .review .star-rating > span {
    width: 70px;
    height: 14px;
  }
  .slt .review .star-rating > span:before {
    background-size: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 600px) {
  .slt .floating-btn {
    display: none;
  }
  .slt .chk .pic-area > div {
    max-width: 350px;
    min-height: 350px;
  }
  .slt .chk .chk-txt dl {
    padding: 30px 25px;
  }
  .slt .bubble .bubble-q .bubble-txt p span {
    font-weight: 500;
  }
  .slt .custom-tooltip-txt {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .slt .bubble .bubble-q {
    padding: 3.75rem 1.5625rem;
  }
  .slt .bubble .bubble-q .bubble-txt p span {
    font-size: 13px;
    padding: 1.375rem 1.875rem;
  }
  .slt .bubble-top .bubble-q .bubble-txt p:nth-child(2) {
    margin: -0.625rem 1.25rem 0 0;
  }
  .slt .bubble-btm .bubble-q .bubble-txt p:nth-child(3) {
    text-align: center;
    margin: -0.625rem 0 2.5rem 3.75rem;
  }
  .slt .chk .chk-txt dl {
    width: 100%;
    min-height: unset;
  }
  .slt .review .review-bubble {
    margin: 1.875rem 0;
  }
}

.slt_done .txt {
  text-align: center;
}
.slt_done .txt dl {
  padding: 5.5555555556vh 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.slt_done .txt dt {
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 3.7037037037vh;
}
.slt_done .txt dd {
  font-size: 1.125rem;
  color: #232323;
}
.slt_done .txt dd b {
  color: #5D7CFF;
  font-weight: 600;
  font-size: 1.25rem;
  text-shadow: none;
}
.slt_done .txt .btn-big, .slt_done .txt .btn-md {
  background: #5A54F5;
}
.slt_done .txt .btn-big:hover, .slt_done .txt .btn-md:hover {
  background: #4942F3;
}

.slt-info-ban {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F0F0F0;
  text-align: left;
  padding: 20px;
  margin: 50px auto 0;
}
.slt-info-ban dl {
  width: calc(100% - 89px);
}
.slt-info-ban dt {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 700;
  margin-bottom: 5px;
}
.slt-info-ban dd {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
  word-break: keep-all;
  line-height: 1.2;
}
.slt-info-ban a {
  display: inline-block;
  align-self: center;
  width: 74px;
  height: 25px;
  text-align: center;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  background: #5954F4;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .slt-info-ban dl {
    width: 100%;
  }
}

.membership {
  width: 100vw;
  min-height: 100vh;
  background: url(/assets/img/sub/membership-bg.jpg) 0% 0%/100% 100%;
  padding: 12.037037037vh 0;
}
.membership h1.logo, .membership .logo.h1 {
  text-align: center;
  height: 5.625rem;
}
.membership h1.logo img, .membership .logo.h1 img {
  width: 135px;
  height: auto;
}
.membership .memBox {
  width: calc(100% - 20px);
  max-width: 500px;
  background: #fff;
  border-radius: 2.5rem;
  box-shadow: 1px 2px 16px rgba(193, 200, 210, 0.16);
  margin: 0 auto;
  padding: 3.75rem 2.5rem;
}
.membership .mem-tit {
  text-align: center;
  padding-bottom: 2.5rem;
}
.membership .mem-tit p {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.membership .mem-tit span {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 500;
  color: #0061C1;
  line-height: 1.25rem;
  margin-top: 10px;
}
.membership .mem-tit.mem-tit-link span {
  color: #232323;
}
.membership .mem-tit.mem-tit-link span a {
  color: #0061C1;
  text-decoration: underline;
}
.membership .or-area {
  margin-top: 3.7037037037vh;
}
.membership .or-area p {
  position: relative;
  text-align: center;
  width: 100%;
  height: 1.25rem;
}
.membership .or-area p:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ECECEC;
  width: 100%;
  height: 1px;
}
.membership .or-area p span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #777;
  background: #fff;
  z-index: 1;
}
.membership .or-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.9259259259vh;
}
.membership .or-area li:not(:first-child) {
  margin-left: 2.5rem;
}
.membership .or-area li a {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
}
.membership .or-area li a b {
  color: #232323;
  font-weight: 700;
}
.membership .btnArea {
  padding-top: 2.5rem;
}
.membership .btnArea button {
  max-width: unset;
}
.membership .btnArea.btnArea2 .btn-big, .membership .btnArea.btnArea2 .btn-md {
  width: calc(50% - 10px);
}
.membership .btnArea.btnArea2 .btn-big:first-child, .membership .btnArea.btnArea2 .btn-md:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .membership h1.logo img, .membership .logo.h1 img {
    width: 100px;
  }
}
.membership.mem-signup {
  padding: 0;
  height: 100vh;
}
.membership.mem-signup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
}
.membership.mem-signup .signupBox {
  width: 100%;
  height: calc(100% - 90px);
  padding: 2.5rem 0;
}
.membership.mem-signup .mem-tit {
  position: relative;
  border-bottom: 1px solid #F4F6F9;
  overflow: visible;
}
.membership.mem-signup .mem-tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -21px;
  left: 0;
  background: linear-gradient(to bottom, #fff, transparent);
  width: 100%;
  height: 20px;
  z-index: 1;
}
.membership.mem-signup .btnArea {
  position: relative;
  overflow: visible;
  padding: 1.875rem 2.5rem 0 2.5rem;
  border-top: 1px solid #F4F6F9;
}
.membership.mem-signup .btnArea:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 0;
  background: linear-gradient(to top, #fff, transparent);
  width: 100%;
  height: 20px;
  z-index: 1;
}
.membership.mem-signup .signal {
  gap: 0.625rem 3.125rem;
}
.membership.mem-signup .signal > div {
  display: flex;
  flex-wrap: wrap;
}

.join a {
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 2.037037037vh 30px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  text-align: left;
}
.join a:before {
  position: relative;
  content: "\e928";
  font-family: "xeicon";
  color: #B9B9B9;
  margin-right: 15px;
}
.join a:hover, .join a:focus {
  background: #F4F6F9;
  border: 1px solid #D8DEE5;
  color: #007AFF;
}
.join a:hover:before, .join a:focus:before {
  color: #007AFF;
}
.join a:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .join a {
    padding: 2.037037037vh 20px;
  }
  .join a:before {
    margin-right: 10px;
  }
}

.join-txt {
  padding: 2.7777777778vh 15px;
  border-top: 1px solid #D8DEE5;
  border-bottom: 1px solid #D8DEE5;
}
.join-txt li {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  opacity: 0.9;
  color: #232323;
  font-weight: 500;
  line-height: 1.25rem;
  padding-left: 12px;
  word-break: keep-all;
}
.join-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background: rgba(35, 35, 35, 0.9);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.join-txt li:not(:last-child) {
  margin-bottom: 10px;
}
.join-txt li.point {
  color: #0061C1;
}
.join-txt li.point:before {
  background: #0061C1;
}

.agree-area {
  margin-top: 1.25rem;
}
.agree-area .checkArea {
  margin-top: 1.25rem;
}
.agree-area .checkArea.checkAll {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D8DEE5;
}
.agree-area .checkArea.checkAll label {
  color: #232323;
  font-weight: 500;
}
.agree-area .checkArea.checkAgree label {
  width: 100%;
}
.agree-area .checkArea.checkAgree label i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #B9B9B9;
}

.joinDone {
  text-align: center;
}
.joinDone .img-area img {
  width: auto;
  height: 120px;
  margin-right: 15px;
}
.joinDone dt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0061C1;
  padding-top: 3.7037037037vh;
}
.joinDone dd {
  color: #232323;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.625rem 0 1.25rem 0;
}
.joinDone dd u {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: url(/assets/img/sub/underline.svg) repeat-x 0 90%;
}
.joinDone .txt {
  font-size: 1rem;
  color: #777;
  word-break: keep-all;
}

.login-area .login-tabs {
  display: flex;
  flex-wrap: wrap;
}
.login-area .login-tabs a {
  position: relative;
  display: block;
  width: 50%;
  font-size: 1rem;
  color: #232323;
  text-align: center;
  border-bottom: 1px solid #D8DEE5;
  padding-bottom: 5px;
}
.login-area .login-tabs a.active {
  font-weight: 700;
}
.login-area .login-tabs a.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #232323;
  width: 100%;
  height: 2px;
}
.login-area .tab-content .login-con {
  margin-top: 1.875rem;
}
.login-area .tab-content .inputArea input:not(:last-child) {
  margin-bottom: 0.625rem;
}
.login-area .tab-content .wrap-checkArea .checkArea {
  display: inline-block;
}
.login-area .tab-content .wrap-checkArea .checkArea:first-child {
  margin-right: 1.875rem;
}

.find-area .find-tabs {
  display: flex;
  flex-wrap: wrap;
}
.find-area .find-tabs a {
  position: relative;
  display: block;
  width: 50%;
  font-size: 1rem;
  color: #232323;
  text-align: center;
  border-bottom: 1px solid #D8DEE5;
  padding-bottom: 5px;
}
.find-area .find-tabs a.active {
  font-weight: 700;
}
.find-area .find-tabs a.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #232323;
  width: 100%;
  height: 2px;
}
.find-area .tab-content .find-con {
  margin-top: 1.875rem;
}
.find-area .tab-content .find-con .txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  text-align: center;
  margin-top: 0.625rem;
}
.find-area .tab-content .inputArea input:not(:last-child) {
  margin-bottom: 0.625rem;
}
.find-area .tab-content .wrap-checkArea .checkArea {
  display: inline-block;
}
.find-area .tab-content .wrap-checkArea .checkArea:first-child {
  margin-right: 1.875rem;
}

.find-pw-confirm {
  background: #F8FAFE;
  border-radius: 4px;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}
.find-pw-confirm p {
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 500;
  line-height: 29px;
}
.find-pw-confirm .extra-tit {
  width: 85px;
  color: #777;
}
.find-pw-confirm .extra-num {
  width: calc(100% - 195px);
  color: #232323;
  line-height: 29px;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  padding: 0 1.25rem;
  margin: 0 10px 0 30px;
}
.find-pw-confirm .extra-btn {
  width: 70px;
  height: 29px;
  line-height: 29px;
  font-size: clamp(12px, 768px, 0.875rem);
  background: #677294;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .find-pw-confirm .extra-tit {
    width: 70px;
  }
  .find-pw-confirm .extra-num {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 480px) {
  .find-pw-confirm {
    padding: 20px;
    gap: 15px 10px;
  }
  .find-pw-confirm .extra-tit {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .find-pw-confirm .extra-num {
    width: calc(100% - 80px);
    margin: 0;
  }
}

.find-pw-done {
  background: #F8FAFE;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
}
.find-pw-done .txt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  word-break: keep-all;
}

.load {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto;
}
.load hr {
  border: 0;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  border-radius: 50%;
  animation: spin 4s ease infinite;
  opacity: 1;
}
.load hr:first-child {
  background: #007AFF;
  animation-delay: -3s;
}
.load hr:nth-child(2) {
  background: #677294;
  animation-delay: -2s;
}
.load hr:nth-child(3) {
  background: #B9B9B9;
  animation-delay: -1s;
}
.load hr:last-child {
  background: #D8DEE5;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
.leave-area .inputArea input:not(:last-child) {
  margin-bottom: 0.625rem;
}
.leave-area .txt {
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #232323;
  background: #F4F6F9;
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 0.9375rem;
  word-break: keep-all;
}
.leave-area .txt b {
  color: #B5180B;
  font-weight: 500;
}

.signup {
  position: relative;
  padding: 1.875rem 0;
  height: calc(100% - 150px);
  overflow-y: scroll;
}
.signup .row-tit {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
}
.signup .row-tit b {
  color: #5e5e5e;
  font-weight: 500;
}
.signup .row-tit button i {
  font-size: 1.125rem;
  color: #677294;
}
.signup > div.sec-row {
  padding: 0 2.5rem;
}
.signup > div.sec-row:not(:last-child) {
  margin-bottom: 1.875rem;
}
.signup > div.sec-row-tit {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  padding: 1.5625rem 2.5rem;
  margin: 1.875rem 0;
}
.signup > div.sec-row-tit:before, .signup > div.sec-row-tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: #F4F6F9;
  width: 100%;
  height: 8px;
}
.signup > div.sec-row-tit:before {
  top: 0;
}
.signup > div.sec-row-tit:after {
  bottom: 0;
}
.signup .public-note {
  background: #f8f9fa;
  margin-top: -1.875rem;
  margin-bottom: 1.875rem;
  padding: 1.875rem 2.5rem;
}
.signup .public-note ul li {
  position: relative;
  font-size: 1rem;
  color: #0061C1;
  padding-left: 12px;
}
.signup .public-note ul li:not(:last-child) {
  margin-bottom: 10px;
}
.signup .public-note ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0061C1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .signup .public-note ul > li:before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .signup {
    height: calc(100% - 117px);
  }
  .signup .public-note ul > li:before {
    top: 8px;
  }
}
@media screen and (max-width: 400px) {
  .signup .addr button.btn-post-auto {
    width: 92px;
  }
  .signup .addr input {
    width: calc(100% - 102px);
  }
}

.out .out-txt {
  text-align: center;
  padding-bottom: 2.5rem;
}
.out .out-txt p {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.out .out-txt span {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 400;
  color: #232323;
  line-height: 1.5rem;
  margin-top: 2.5rem;
  word-break: keep-all;
}
.out .out-txt span b {
  color: #0061C1;
  font-weight: 500;
}
.out .box-txt {
  background: #F4F6F9;
  border-radius: 0.875rem;
  padding: 1.25rem;
  text-align: center;
}
.out .box-txt p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  font-weight: 500;
  word-break: keep-all;
}
.out .box-txt p b {
  font-weight: 500;
  color: #B5180B;
}
.out .btn-big, .out .btn-md {
  max-width: unset;
}

.myPage {
  margin-bottom: -140px;
}
.myPage .inner {
  display: flex;
}
@media screen and (max-width: 1350px) {
  .myPage {
    margin-bottom: 0;
  }
}

.myPage-lnb {
  width: 300px;
  border-right: 1px solid #ECECEC;
  padding-bottom: 140px;
  background: #fff;
  z-index: 999;
}
.myPage-lnb.myPage-lnb-mo {
  width: 100%;
  padding-bottom: 0;
  overflow-y: scroll;
  min-height: unset !important;
}
.myPage-lnb.myPage-lnb-mo .lnb-info {
  background: rgba(216, 222, 229, 0.1);
}
.myPage-lnb.myPage-lnb-mo .lnb {
  padding: 0;
}
.myPage-lnb.myPage-lnb-mo .lnb > div:not(:last-child) {
  margin-bottom: 0;
}
.myPage-lnb.myPage-lnb-mo .lnb > div {
  margin-top: 3.75rem;
}
.myPage-lnb.myPage-lnb-mo .lnb > div:last-child {
  margin-bottom: 3.75rem;
}
.myPage-lnb.myPage-lnb-mo .lnb dt {
  padding: 0 30px;
}
.myPage-lnb.myPage-lnb-mo .lnb dt:before {
  display: none !important;
}
.myPage-lnb.myPage-lnb-mo .lnb dd a {
  position: relative;
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0 0 70px;
  border-bottom: 1px solid #ECECEC;
}
.myPage-lnb.myPage-lnb-mo .lnb dd a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  line-height: 1;
}
.myPage-lnb .lnb-info {
  padding: 3.7037037037vh 30px;
  text-align: center;
}
.myPage-lnb .lnb-info dt {
  font-size: 1.125rem;
  color: #232323;
}
.myPage-lnb .lnb-info dd {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.myPage-lnb .lnb-info dd span {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border-radius: 20px;
  background: #0061C1;
  color: #fff;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 700;
  padding: 0.625rem;
}
.myPage-lnb .lnb-info .logout {
  display: inline-block;
  font-size: 14px;
  color: #adb5bd;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 5px;
}
.myPage-lnb .lnb {
  padding: 0 30px;
}
.myPage-lnb .lnb > div:not(:last-child) {
  margin-bottom: 60px;
}
.myPage-lnb .lnb dt {
  position: relative;
  font-size: 1.125rem;
  color: #677294;
  font-weight: 700;
  line-height: 2.9375rem;
}
.myPage-lnb .lnb dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
  background: #007AFF;
  width: 4px;
  height: 2.9375rem;
  display: none;
  border-radius: 10px;
}
.myPage-lnb .lnb dd {
  margin-top: 15px;
}
.myPage-lnb .lnb dd a {
  font-size: 1rem;
  color: #B9B9B9;
}
.myPage-lnb .lnb dd a:hover {
  color: #232323;
  font-weight: 500;
}
.myPage-lnb .lnb dd a span {
  display: none;
}
.myPage-lnb .lnb dd a span img {
  height: 26px;
  width: auto;
}
@media screen and (max-width: 1350px) {
  .myPage-lnb.myPage-lnb-web {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .myPage-lnb .lnb dd a {
    padding: 0 0 0 65px;
  }
  .myPage-lnb .lnb dd a span img {
    height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .myPage-lnb.myPage-lnb-mo .lnb-info .logout {
    display: none;
  }
}

.myCon {
  width: calc(100% - 300px);
  padding: 0 0 0 40px;
}
.myCon .sub-conTit {
  position: relative;
}
.myCon h5, .myCon .h5 {
  padding: 0 30px;
  line-height: 1.2;
}
.myCon .cont-none {
  padding-top: 12.962962963vh;
  text-align: center;
}
.myCon .cont-none dt img {
  max-width: 170px;
  transform: translateX(-5%);
}
.myCon .cont-none dd {
  font-size: 1rem;
  color: #677294;
  margin-top: 30px;
}
@media screen and (max-width: 1350px) {
  .myCon {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .myCon .cont-none dt img {
    max-width: 120px;
  }
}

.myCon-none {
  margin-top: 120px;
}
.myCon-none p {
  font-size: 1rem;
  text-align: center;
  color: #677294;
  padding-top: 180px;
  background-size: auto 140px;
  background-repeat: no-repeat;
  background-position: center top;
}
.myCon-none.msg-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-msg.svg);
}
.myCon-none.pay-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-pay.svg);
}
.myCon-none.pay-charge-refund-done p {
  background-image: url(/assets/img/sub/myPage/noneImg-pay-charge-refund.svg);
}
.myCon-none.ad-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-ad.svg);
}
.myCon-none.act-qna-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-act-qna.svg);
}
.myCon-none.act-scrap-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-act-scrap.svg);
}
.myCon-none.act-recent-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-act-recent.svg);
}
.myCon-none.partner-application-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-partner-application.svg);
}
.myCon-none.partner-counsel-list-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-partner-counsel-list.svg);
}
.myCon-none.pw-done p {
  background-image: url(/assets/img/sub/myPage/noneImg-pw-done.svg);
}
.myCon-none.ad-register-none p {
  background-image: url(/assets/img/sub/myPage/noneImg-ad-register.svg);
}
.myCon-none.banner-modify-done p {
  background-image: url(/assets/img/sub/myPage/app-done.svg);
}
@media screen and (max-width: 768px) {
  .myCon-none p {
    padding-top: 120px;
    background-size: auto 100px;
  }
}

.myCon .msg-receive .boxArea {
  display: flex;
  flex-wrap: wrap;
}
.myCon .msg-receive .box {
  position: relative;
  width: calc((100% - 30px) / 4);
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 20px;
  margin-right: 10px;
}
.myCon .msg-receive .box:nth-child(4n+0) {
  margin-right: 0;
}
.myCon .msg-receive .box:nth-child(n+5) {
  margin-top: 10px;
}
.myCon .msg-receive .box .date {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  text-align: center;
}
.myCon .msg-receive .box .sName {
  font-size: 12px;
  color: #232323;
  text-align: center;
  background: #F8FAFE;
  border-radius: 4px;
  padding: 3px;
  margin-top: 10px;
}
.myCon .msg-receive .box .list-area {
  margin-top: 15px;
}
.myCon .msg-receive .box .list-area > div:first-child {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.myCon .msg-receive .box .list-area dl {
  display: flex;
  justify-content: space-between;
}
.myCon .msg-receive .box .list-area dl:not(:last-child) {
  margin-bottom: 6px;
}
.myCon .msg-receive .box .list-area dt {
  width: 50px;
  font-size: 12px;
  font-weight: 400;
  color: #677294;
}
.myCon .msg-receive .box .list-area dd {
  width: calc(100% - 60px);
  font-size: 12px;
  color: #5e5e5e;
  text-align: right;
  word-break: keep-all;
  line-height: 16px;
}
.myCon .msg-receive .box .btn-mdArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.myCon .msg-receive .box .btn-mdArea button.btn-md {
  width: calc(50% - 5px);
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  max-width: unset;
}
.myCon .msg-receive .box .btn-mdArea button.btn-md.w100p {
  width: 100% !important;
}
.myCon .msg-receive .box .box-del {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/img/sub/myPage/box.png);
  background-size: 100% 100%;
  text-align: center;
}
.myCon .msg-receive .box .box-del .del-txt {
  width: 100%;
  color: #007AFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.myCon .msg-receive .box .box-del .del-txt dt i {
  font-size: 1.25rem;
}
.myCon .msg-receive .box .box-del .del-txt dd {
  font-size: 12px;
  font-weight: 500;
}
.myCon .msg-receive .box .box-del.box-del-trans {
  background-image: none;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 992px) {
  .myCon .msg-receive .box {
    width: calc((100% - 10px) / 2);
  }
  .myCon .msg-receive .box:nth-child(n+3) {
    margin-top: 10px;
  }
  .myCon .msg-receive .box:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .myCon .msg-receive .box {
    width: 100%;
    margin-right: 0 !important;
  }
  .myCon .msg-receive .box:nth-child(n+2) {
    margin-top: 10px;
  }
}

.myCon .msg-sent div.sent-box {
  position: relative;
  border: 1px solid #CED6E1;
  border-radius: 14px;
  overflow: hidden;
}
.myCon .msg-sent div.sent-box:not(:last-child) {
  margin-bottom: 20px;
}
.myCon .msg-sent .sent-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 1.875rem;
  border-bottom: 1px solid #ECECEC;
  gap: 10px;
}
.myCon .msg-sent .sent-top .date-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.myCon .msg-sent .sent-top .date-area .date {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
  align-self: center;
}
.myCon .msg-sent .sent-top .date-area .date b {
  display: inline-block;
  color: #232323;
  font-weight: 400;
  margin-right: 5px;
}
.myCon .msg-sent .sent-top .date-area .reserve {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #677294;
  align-self: center;
}
.myCon .msg-sent .sent-top .date-area .reserve span {
  display: inline-block;
  font-size: 11px;
  color: #677294;
  padding: 1px 10px;
  background: #E9ECEF;
  border-radius: 20px;
  margin-right: 5px;
  vertical-align: text-top;
}
.myCon .msg-sent .sent-top .status {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #007AFF;
}
.myCon .msg-sent .sent-con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 1.25rem 1.875rem 1.875rem 1.875rem;
}
.myCon .msg-sent .sent-con > div {
  width: calc(30% - 20px);
}
.myCon .msg-sent .sent-con > div:first-child {
  width: 40%;
}
.myCon .msg-sent .sent-con dl {
  display: flex;
  flex-wrap: wrap;
}
.myCon .msg-sent .sent-con dl:not(:last-child) {
  margin-bottom: 10px;
}
.myCon .msg-sent .sent-con dt {
  width: 5rem;
  font-size: 12px;
  color: #677294;
  font-weight: 400;
}
.myCon .msg-sent .sent-con dd {
  width: calc(100% - 5rem);
  font-size: 12px;
  color: #5e5e5e;
}
.myCon .msg-sent .sent-con .info dd {
  color: #232323;
  font-weight: 500;
}
.myCon .msg-sent .sent-con .condition dt {
  align-self: center;
  line-height: 1;
}
.myCon .msg-sent .sent-con .condition dd {
  align-self: center;
}
.myCon .msg-sent .sent-con .condition button {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  color: #232323;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  padding: 4px 10px;
}
.myCon .msg-sent .sent-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.myCon .msg-sent .sent-btn .btn-md {
  max-width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.myCon .msg-sent .sent-btn-group {
  width: 100%;
}
.myCon .msg-sent .sent-btn-group a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  text-align: center;
  color: #0061C1;
  line-height: 1;
  padding: 16px 0;
  background: #F4F6F9;
}
.myCon .msg-sent .sent-group-txt {
  width: 100%;
}
.myCon .msg-sent .sent-group-txt p {
  width: 100%;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  text-align: center;
  color: #0061C1;
  line-height: 1;
  padding: 16px 0;
  background: #F8FAFE;
}
.myCon .msg-sent .box-del {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 10;
}
.myCon .msg-sent .box-del .del-txt {
  width: 100%;
  color: #007AFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.myCon .msg-sent .box-del .del-txt dt i {
  font-size: 1.25rem;
}
.myCon .msg-sent .box-del .del-txt dd {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .myCon .msg-sent .sent-top .date-area .reserve span {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  .myCon .msg-sent .sent-con > div {
    width: calc(50% - 20px);
  }
  .myCon .msg-sent .sent-con > div:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .myCon .msg-sent .sent-con > div {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .myCon .msg-sent .sent-btn .btn-md {
    max-width: unset;
    width: calc(50% - 5px);
  }
  .myCon .msg-sent .sent-btn .btn-md:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .myCon .msg-sent .sent-top .date-area b {
    font-size: 11px;
    color: #232323;
    padding: 1px 10px;
    background: rgba(233, 236, 239, 0.5);
    border-radius: 20px;
    vertical-align: text-top;
  }
  .myCon .msg-sent .sent-top .status {
    width: auto !important;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
  }
}

.myCon .msg-sent.msg-sent-group {
  position: relative;
}
.myCon .msg-sent.msg-sent-group .sent-box-fir {
  border-color: #0061C1;
}
.myCon .msg-sent.msg-sent-group div.sent-box:not(.sent-box-fir) .sent-top {
  background: #F8FAFE;
}
.myCon .msg-sent.msg-sent-group .btn-add {
  border-color: #5AC7FF;
  color: #5AC7FF;
}
.myCon .msg-sent.msg-sent-group .sent-box-arrow {
  position: sticky;
  z-index: 999;
  top: 170px;
  left: 50%;
  right: unset;
  transform: translateX(50%);
  display: inline-block;
  margin-bottom: 20px;
}
.myCon .msg-sent.msg-sent-group .sent-box-arrow p {
  display: inline-flex;
  gap: 5px;
  border: 1px solid #D8DEE5;
  border-radius: 40px;
  padding: 4px 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 17px 1px;
}
.myCon .msg-sent.msg-sent-group .sent-box-arrow p span {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #777;
  align-self: center;
  line-height: 1;
}
.myCon .msg-sent.msg-sent-group .sent-box-arrow p span i {
  color: #5AC7FF;
  font-size: 1.0625rem;
  line-height: 1;
}
@media screen and (max-width: 1350px) {
  .myCon .msg-sent.msg-sent-group .sent-box-arrow {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 992px) {
  .myCon .msg-sent.msg-sent-group .sent-box-arrow {
    top: 160px;
  }
  .myCon .msg-sent.msg-sent-group .sent-box-arrow p span i {
    vertical-align: sub;
  }
}
@media screen and (max-width: 768px) {
  .myCon .msg-sent.msg-sent-group .sent-box-arrow {
    top: 150px;
  }
}

.ad-manage-filter {
  margin: 20px 0 10px 0;
}

.myCon .matchingBoard.ad-manage .col-kind, .myCon .matchingBoard.ad-manage .col-area, .myCon .matchingBoard.ad-manage .col-date {
  width: 90px;
}
.myCon .matchingBoard.ad-manage .col-loc {
  width: 140px;
  word-break: keep-all;
}
.myCon .matchingBoard.ad-manage .col-sale {
  width: calc(100% - 580px);
  padding: 20px 5px;
  font-size: 12px;
  color: #777;
}
.myCon .matchingBoard.ad-manage .col-sale .info-tit {
  font-size: clamp(12px, 768px, 0.8125rem);
}
.myCon .matchingBoard.ad-manage .col-deal {
  width: 170px;
}
.myCon .matchingBoard.ad-manage .col-state {
  width: 105px;
}
.myCon .matchingBoard.ad-manage .col-state .flex {
  gap: 3px;
}
.myCon .matchingBoard.ad-manage .col-state button {
  display: inline-block;
  font-size: 11px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 4px 5px 5px 5px;
}
.myCon .matchingBoard.ad-manage .col-state .state-txt {
  font-size: 12px;
  color: #232323;
  line-height: 20px;
  vertical-align: text-top;
}
.myCon .matchingBoard.ad-manage .col-state .hold {
  background: #677294;
}
.myCon .matchingBoard.ad-manage .col-state .re {
  background: #007AFF;
}
.myCon .matchingBoard.ad-manage .col-state .hold-cancel {
  border: 1px solid #677294;
  color: #677294;
}
.myCon .matchingBoard.ad-manage .col-del {
  width: 26px;
  padding-left: 0;
  padding-right: 0;
}
.myCon .matchingBoard.ad-manage .col-del button {
  width: 20px;
  height: 20px;
  background: #D8DEE5;
  border-radius: 4px;
  text-align: center;
}
.myCon .matchingBoard.ad-manage .col-del button i {
  color: #fff;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.myCon .matchingBoard.ad-manage .col-del button:hover, .myCon .matchingBoard.ad-manage .col-del button:focus {
  background: #007AFF;
}
.myCon .matchingBoard.ad-manage .tHead .col-sale {
  width: calc(100% - 711px);
}
.myCon .matchingBoard.ad-manage .tBody > .tRow {
  position: relative;
}
.myCon .matchingBoard.ad-manage .tBody > .tRow > div, .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div {
  font-size: 12px;
  color: #777;
}
.myCon .matchingBoard.ad-manage .tBody > .tRow .box-del {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 5;
  cursor: pointer;
}
.myCon .matchingBoard.ad-manage .tBody > .tRow .box-del .del-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #007AFF;
}
.myCon .matchingBoard.ad-manage .tBody > .tRow .box-del .del-txt p {
  font-size: 15px;
  font-weight: 500;
}
.myCon .matchingBoard.ad-manage .tBody > .tRow .box-del .btn-boxDel, .myCon .matchingBoard.ad-manage .tBody > .tRow .box-del .btn-boxDel-gray {
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.myCon .matchingBoard.ad-manage .link-area {
  width: calc(100% - 131px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .myCon .matchingBoard.ad-manage .col-kind {
    width: 100px;
  }
  .myCon .matchingBoard.ad-manage .col-area {
    width: 75px;
  }
  .myCon .matchingBoard.ad-manage .col-date, .myCon .matchingBoard.ad-manage .col-loc {
    width: 77px;
  }
  .myCon .matchingBoard.ad-manage .col-sale {
    width: calc(100% - 479px);
  }
  .myCon .matchingBoard.ad-manage .col-deal {
    width: 150px;
  }
  .myCon .matchingBoard.ad-manage .tHead .col-sale {
    width: calc(100% - 610px);
  }
}
@media screen and (max-width: 850px) {
  .myCon .matchingBoard.ad-manage .tHead {
    display: none;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow {
    overflow: hidden;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow > div.col-state {
    padding-right: calc(6% + 25px);
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow > div.col-state:before {
    content: "관리";
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow > div.col-state button {
    margin-left: 5px;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow > div.col-state .flex {
    display: inline-block;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow > div.col-del {
    padding: 0;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow > div.col-del button {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 4%;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .col-sale {
    width: 100% !important;
    padding: 10px 6% 10px 4%;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .col-sale::before {
    content: "수익구조";
    float: left;
    font-size: clamp(12px, 768px, 0.875rem);
    color: #677294;
    font-weight: 500;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area {
    width: 100%;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div {
    width: 100% !important;
    padding: 10px 6% 10px 4%;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div:nth-child(even) {
    background: #F8FDFF;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div:last-child {
    border-radius: 0 0 12px 12px;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div.col-kind {
    text-align: left;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div::before {
    float: left;
    font-size: clamp(12px, 768px, 0.875rem);
    color: #677294;
    font-weight: 500;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div:after {
    content: "";
    display: block;
    clear: both;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div.col-loc:before {
    content: "지역";
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div.col-area:before {
    content: "상권";
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div.col-sale:before {
    content: "수익구조";
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div.col-deal:before {
    content: "거래정보";
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .link-area > div.col-date:before {
    content: "등록일";
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .box-del {
    border-radius: 12px;
  }
  .myCon .matchingBoard.ad-manage .tBody > .tRow .box-del .btn-boxDel, .myCon .matchingBoard.ad-manage .tBody > .tRow .box-del .btn-boxDel-gray {
    top: 10px;
    right: 10px;
    transform: unset;
  }
}

.myCon .ad-manage > div.item:not(:last-child) {
  margin-bottom: 20px;
}
.myCon .ad-manage .item {
  width: 100%;
  border-radius: 14px;
}
.myCon .ad-manage .item:has(.item-txt:hover) {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  transition: 0.3s;
}
.myCon .ad-manage .item-txt {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #ECECEC;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.myCon .ad-manage .item-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22%;
  background: #ECECEC;
  width: 1px;
  height: 100%;
}
.myCon .ad-manage .item-txt > div {
  align-self: center;
}
.myCon .ad-manage .item-txt .item-left {
  width: 22%;
  padding: 20px 10px 20px 20px;
}
.myCon .ad-manage .item-txt .item-left dl {
  display: flex;
}
.myCon .ad-manage .item-txt .item-left dl:not(:last-child) {
  margin-bottom: 7px;
}
.myCon .ad-manage .item-txt .item-left dl:first-child dt, .myCon .ad-manage .item-txt .item-left dl:first-child dd {
  align-self: flex-start;
}
.myCon .ad-manage .item-txt .item-left dl:not(:last-child) dd {
  color: #232323;
}
.myCon .ad-manage .item-txt .item-left dl:last-child dd {
  letter-spacing: 0;
}
.myCon .ad-manage .item-txt .item-left dt, .myCon .ad-manage .item-txt .item-left dd {
  font-size: clamp(12px, 768px, 0.8125rem);
  line-height: 1.4;
  align-self: center;
  word-break: keep-all;
}
.myCon .ad-manage .item-txt .item-left dt {
  width: 3.125rem;
  color: #A3A3A3;
  font-weight: 300;
}
.myCon .ad-manage .item-txt .item-left dd {
  width: calc(100% - 3.125rem);
  color: #777;
}
.myCon .ad-manage .item-txt .item-left dd .ico-new {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #FF6A5B;
  padding: 3px 10px;
  border-radius: 30px;
  letter-spacing: 0;
  vertical-align: super;
}
.myCon .ad-manage .item-txt .item-con {
  width: 78%;
  padding: 20px;
}
.myCon .ad-manage .item-txt .item-con .item-tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 1rem;
  color: #232323;
  font-weight: 500;
  line-height: 1;
}
.myCon .ad-manage .item-txt .item-con .item-tit .item-kindBox {
  margin-right: 0.4375rem;
}
.myCon .ad-manage .item-txt .item-con .item-tit span {
  vertical-align: middle;
}
.myCon .ad-manage .item-txt .item-con .item-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
}
.myCon .ad-manage .item-txt .item-con .item-info ul li {
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
}
.myCon .ad-manage .item-txt .item-con .item-info ul li:not(:first-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8px;
  background: rgba(119, 119, 119, 0.5);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.myCon .ad-manage .item-txt .item-con .item-info ul li b {
  color: #677294;
  font-weight: 400;
}
.myCon .ad-manage .item-txt .item-con .item-info ul li span {
  color: #5e5e5e;
}
.myCon .ad-manage .item-btn {
  border: 1px solid #ECECEC;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top: 0;
  padding: 12px 20px;
}
.myCon .ad-manage .item-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 15px;
}
.myCon .ad-manage .item-btn li, .myCon .ad-manage .item-btn button {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
}
.myCon .ad-manage .item-btn li.status, .myCon .ad-manage .item-btn button.status {
  color: #007AFF;
}
.myCon .ad-manage .item-btn button {
  display: flex;
  gap: 3px;
}
.myCon .ad-manage .item-btn button:hover {
  color: #232323;
  transition: 0.3s;
}
.myCon .ad-manage .item-btn button i, .myCon .ad-manage .item-btn button span {
  align-self: center;
}
.myCon .ad-manage .item-del {
  position: relative;
}
.myCon .ad-manage .item-del:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #ECECEC;
  border-radius: 14px;
}
.myCon .ad-manage .item-del .del-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #007AFF;
  font-weight: 500;
  z-index: 2;
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .myCon .ad-manage .item-txt:after {
    left: 210px;
  }
  .myCon .ad-manage .item-txt .item-left {
    width: 210px;
  }
  .myCon .ad-manage .item-txt .item-con {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 768px) {
  .myCon .ad-manage .item-txt:after {
    left: 150px;
  }
  .myCon .ad-manage .item-txt .item-left {
    width: 150px;
  }
  .myCon .ad-manage .item-txt .item-con {
    width: calc(100% - 150px);
  }
  .myCon .ad-manage .item-txt .item-con .item-tit a {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .myCon .ad-manage .item-txt:after {
    left: 130px;
  }
  .myCon .ad-manage .item-txt .item-left {
    padding: 18px 10px 18px 12px;
    width: 130px;
  }
  .myCon .ad-manage .item-txt .item-con {
    width: calc(100% - 130px);
    padding: 18px 15px;
  }
  .myCon .ad-manage .item-txt .item-con .item-tit .tit {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
  }
  .myCon .ad-manage .item-txt .item-con .item-info ul li:last-child {
    width: 100%;
  }
  .myCon .ad-manage .item-txt .item-con .item-info ul li:last-child::after {
    display: none;
  }
}

.myCon .pay-charge .current {
  background: #F8FAFE;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
.myCon .pay-charge .current dt {
  font-size: 1rem;
  font-weight: 500;
}
.myCon .pay-charge .current dd {
  background: #fff;
  border-radius: 4px;
  min-width: 300px;
  margin: 0 10px 0 20px;
  height: 40px;
  padding: 0 30px;
}
.myCon .pay-charge .current dd span {
  display: inline-block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 40px;
  text-align: right;
}
.myCon .pay-charge .current a.btn-md {
  min-width: 155px;
}
.myCon .pay-charge .t-charge {
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.myCon .pay-charge .t-charge th, .myCon .pay-charge .t-charge td {
  text-align: center;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 400;
  padding: 8px 5px;
}
.myCon .pay-charge .t-charge th:not(:last-child), .myCon .pay-charge .t-charge td:not(:last-child) {
  border-right: 1px solid #ECECEC;
}
.myCon .pay-charge .t-charge th {
  color: #677294;
}
.myCon .pay-charge .t-charge td {
  border-top: 1px solid #ECECEC;
  color: #777;
}
.myCon .pay-charge .t-charge td:not(:last-child) {
  border-right: 1px solid #ECECEC;
}
.myCon .pay-charge .t-charge td:nth-child(2) {
  font-weight: 500;
  color: #007AFF;
}
.myCon .pay-charge .t-charge td:nth-child(3) {
  font-weight: 500;
  color: #FF6A5B;
}
.myCon .pay-charge .t-charge td:last-child {
  color: #232323;
  word-break: keep-all;
}
.myCon .pay-charge .pay-charge-ing {
  width: 100%;
  max-width: 446px;
  margin: 40px auto 40px;
}
.myCon .pay-charge .pay-charge-ing .refund-txt {
  width: 100%;
  background: #F7F9FA;
  padding: 1.875rem;
  margin-bottom: 10px;
}
.myCon .pay-charge .pay-charge-ing .refund-txt .tit {
  width: 100%;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.myCon .pay-charge .pay-charge-ing .refund-txt .dotList li {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
}
.myCon .pay-charge .pay-charge-ing .refund-txt .dotList li b {
  font-weight: 500;
  color: #007AFF;
}
.myCon .pay-charge .pay-charge-ing .refund-txt .dotList li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #777;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.myCon .pay-charge .pay-charge-ing .refund-txt .dotList li:not(:last-child) {
  margin-bottom: 2px;
}
.myCon .pay-charge .pay-charge-ing p.amount {
  position: relative;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 5px 40px 7px 1.25rem;
}
.myCon .pay-charge .pay-charge-ing p.amount input {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.myCon .pay-charge .pay-charge-ing p.amount input:disabled {
  background: #fff;
}
.myCon .pay-charge .pay-charge-ing p.amount .pay_price_del {
  position: absolute;
  top: 53%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: #B9B9B9;
}
.myCon .pay-charge .pay-charge-ing .amount-btn {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  margin-top: 10px;
}
.myCon .pay-charge .pay-charge-ing .amount-btn li {
  width: 20%;
}
.myCon .pay-charge .pay-charge-ing .amount-btn li:not(:last-child) {
  border-right: 1px solid #D8DEE5;
}
.myCon .pay-charge .pay-charge-ing .amount-btn li button {
  display: block;
  position: relative;
  width: 100%;
  color: #677294;
  font-size: 12px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.myCon .pay-charge .pay-charge-ing .amount-btn li button.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #007AFF;
}
.myCon .pay-charge .pay-charge-ing .amount-btn li:first-child button.active:after {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.myCon .pay-charge .pay-charge-ing .amount-btn li:last-child button.active:after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.myCon .pay-charge .pay-row {
  display: flex;
  padding: 30px 40px 15px 40px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.myCon .pay-charge .pay-row > div {
  width: calc(100% - 160px);
}
.myCon .pay-charge .pay-row:not(:first-child) {
  border-top: 0;
}
.myCon .pay-charge .pay-row h5.pay-tit, .myCon .pay-charge .pay-row .pay-tit.h5 {
  width: 160px;
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
  padding: 0;
}
.myCon .pay-charge .pay-row h5.pay-tit.pay-tit-term, .myCon .pay-charge .pay-row .pay-tit.pay-tit-term.h5 {
  margin-top: 0.625rem;
}
.myCon .pay-charge .pay-row .pay-method .account {
  font-size: clamp(12px, 768px, 0.9375rem);
  padding: 1.25rem;
  background: #F8FAFE;
}
.myCon .pay-charge .pay-row .pay-method .radio-custom label {
  margin-bottom: 0.9375rem;
}
.myCon .pay-charge .pay-row .pay-method .radio-custom label:not(:last-child) {
  margin-right: 5%;
}
.myCon .pay-charge .pay-row .method-input .bgY {
  background: #F8FAFE;
  padding: 20px;
}
.myCon .pay-charge .pay-row .method-input div.area-row:not(:last-child) {
  margin-bottom: 0.625rem;
}
.myCon .pay-charge .pay-row .method-input .row-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .myCon .pay-charge .current dd {
    min-width: 30.2419354839vw;
  }
  .myCon .pay-charge .current a.btn-md {
    min-width: 15.625vw;
  }
  .myCon .pay-charge .pay-row {
    padding: 30px 20px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .myCon .pay-charge .current {
    padding: 20px;
  }
  .myCon .pay-charge .current dd {
    height: 36px;
    margin: 0 7px 0 15px;
    padding: 0 20px;
  }
  .myCon .pay-charge .current dd span {
    line-height: 36px;
  }
  .myCon .pay-charge .pay-row {
    padding: 20px 20px 10px 20px;
  }
  .myCon .pay-charge .pay-row > div {
    width: calc(100% - 120px);
  }
  .myCon .pay-charge .pay-row h5.pay-tit, .myCon .pay-charge .pay-row .pay-tit.h5 {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .myCon .pay-charge .pay-row {
    display: block;
  }
  .myCon .pay-charge .pay-row > div {
    width: 100%;
  }
  .myCon .pay-charge .pay-row h5.pay-tit, .myCon .pay-charge .pay-row .pay-tit.h5 {
    width: 100%;
    margin-bottom: 20px;
  }
  .myCon .pay-charge .pay-row h5.pay-tit.pay-tit-term, .myCon .pay-charge .pay-row .pay-tit.pay-tit-term.h5 {
    margin-top: 0;
  }
}

.myCon .pay-charge-refund .refund-txt {
  width: 100%;
  background: #F7F9FA;
  padding: 1.875rem 3.125rem;
  margin-bottom: 10px;
}
.myCon .pay-charge-refund .refund-txt .tit {
  width: 100%;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.myCon .pay-charge-refund .refund-txt .dotList li {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
}
.myCon .pay-charge-refund .refund-txt .dotList li b {
  font-weight: 500;
  color: #007AFF;
}
.myCon .pay-charge-refund .refund-txt .dotList li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #777;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.myCon .pay-charge-refund .refund-txt .dotList li:not(:last-child) {
  margin-bottom: 2px;
}
.myCon .pay-charge-refund .refund-input {
  width: 100%;
  border-top: 1px solid #ECECEC;
}
.myCon .pay-charge-refund .refund-input dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ECECEC;
}
.myCon .pay-charge-refund .refund-input dl.none {
  padding-top: 0;
}
.myCon .pay-charge-refund .refund-input dl.none-up {
  padding-bottom: 0;
  border: 0;
}
.myCon .pay-charge-refund .refund-input dt {
  align-self: flex-start;
  width: 150px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
  align-self: center;
}
.myCon .pay-charge-refund .refund-input dd {
  width: calc(100% - 150px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  align-self: center;
}
.myCon .pay-charge-refund .refund-input dd.flex-license {
  gap: 0.625rem;
}
.myCon .pay-charge-refund .refund-input dd.flex-license .license-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.myCon .pay-charge-refund .refund-input dd.flex-license .ps-blue {
  margin-top: 0;
}
.myCon .pay-charge-refund .refund-input .account dd {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.myCon .pay-charge-refund .refund-input .account dd select {
  width: 40%;
  max-width: 214px;
}
.myCon .pay-charge-refund .refund-input .account dd input[type=text] {
  width: calc(60% - 10px);
  max-width: 320px;
}
.myCon .pay-charge-refund .refund-input .input-txt1 {
  max-width: 214px;
}
.myCon .pay-charge-refund .refund-input .input-txt1 input::placeholder {
  color: #232323;
}
.myCon .pay-charge-refund .refund-input .input-txt1 span {
  top: 48%;
}
.myCon .pay-charge-refund .refund-input input[type=text].base {
  width: 214px;
}
.myCon .pay-charge-refund .refund-input .amount input::placeholder {
  color: #007AFF;
}
@media screen and (max-width: 992px) {
  .myCon .pay-charge-refund .refund-input dt {
    width: 100px;
  }
  .myCon .pay-charge-refund .refund-input dd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .myCon .pay-charge-refund .refund-txt {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .myCon .pay-charge-refund .refund-input .account dd select, .myCon .pay-charge-refund .refund-input .account dd input[type=text] {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 400px) {
  .myCon .pay-charge-refund .refund-input dt {
    width: 80px;
  }
  .myCon .pay-charge-refund .refund-input dd {
    width: calc(100% - 80px);
  }
}

.myCon .pay-history > div.box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 17px 30px;
}
.myCon .pay-history > div.box:not(:first-child) {
  margin-top: 10px;
}
.myCon .pay-history .kind {
  width: 120px;
  align-self: center;
}
.myCon .pay-history .kind p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
}
.myCon .pay-history .his-con {
  width: calc(100% - 255px);
}
.myCon .pay-history .his-con .deal {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
}
.myCon .pay-history .his-con .deal b {
  color: #0061C1;
  font-weight: 400;
}
.myCon .pay-history .his-con .deal p:last-child {
  margin-top: 1px;
}
.myCon .pay-history .his-con .receipt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F8FAFE;
  border-radius: 4px;
  padding: 7px 15px;
}
.myCon .pay-history .his-con .receipt > p {
  align-self: center;
}
.myCon .pay-history .his-con .receipt p span {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1;
  color: #777;
  vertical-align: middle;
}
.myCon .pay-history .his-con .receipt p span b {
  color: #5e5e5e;
}
.myCon .pay-history .his-con .receipt p span u {
  text-decoration: line-through;
  font-weight: 700;
  color: #677294;
}
.myCon .pay-history .his-con .receipt .btn-receipt {
  margin-left: 10px;
}
.myCon .pay-history .his-con .receipt .areaL span:first-child {
  width: 85px;
}
.myCon .pay-history .his-con > div:not(:first-child) {
  margin-top: 10px;
}
.myCon .pay-history .amount {
  width: 135px;
  align-self: center;
}
.myCon .pay-history .amount p {
  width: 100%;
  color: #007AFF;
  font-size: 1.25rem;
  text-align: right;
}
.myCon .pay-history .amount p span {
  font-weight: 500;
  color: #B9B9B9;
}
@media screen and (max-width: 992px) {
  .myCon .pay-history .his-con .deal p:last-child {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .myCon .pay-history > div.box {
    padding: 17px 20px;
  }
  .myCon .pay-history .kind {
    width: 90px;
  }
  .myCon .pay-history .his-con {
    width: calc(100% - 190px);
  }
  .myCon .pay-history .his-con .receipt .areaL span:first-child {
    width: 70px;
  }
  .myCon .pay-history .amount {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .myCon .pay-history > div.box {
    display: block;
  }
  .myCon .pay-history .kind {
    width: 100%;
    margin-bottom: 10px;
  }
  .myCon .pay-history .his-con {
    width: 100%;
  }
  .myCon .pay-history .his-con .receipt .btn-receipt {
    margin-left: 5px;
  }
  .myCon .pay-history .amount {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .myCon .pay-history .his-con .receipt .areaL span {
    display: block;
  }
  .myCon .pay-history .his-con .receipt .areaL span:first-child {
    width: 100%;
    margin-bottom: 3px;
  }
}

.myCon .pay-charge-done dt {
  text-align: center;
}
.myCon .pay-charge-done dt img {
  height: 160px;
  width: auto;
}
.myCon .pay-charge-done dd {
  margin-top: 30px;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
}
.myCon .pay-charge-done dd b {
  color: #007AFF;
  font-weight: 500;
}
.myCon .pay-charge-done .done-list {
  width: 100%;
  max-width: 400px;
  border-top: 2px solid #232323;
  border-bottom: 1px solid #ECECEC;
  margin: 60px auto;
  padding: 30px 30px 0 30px;
}
.myCon .pay-charge-done .done-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.myCon .pay-charge-done .done-list ul li {
  margin-bottom: 30px;
  line-height: 1.5rem;
}
.myCon .pay-charge-done .done-list ul li.list-tit {
  font-size: 1rem;
  font-weight: 700;
  width: 150px;
}
.myCon .pay-charge-done .done-list ul li.list-txt {
  font-size: clamp(12px, 768px, 0.875rem);
  width: calc(100% - 150px);
}
.myCon .pay-charge-done .done-list ul li.list-txt b {
  color: #677294;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .myCon .pay-charge-done dt img {
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .myCon .pay-charge-done .done-list ul li.list-tit {
    width: 100px;
  }
  .myCon .pay-charge-done .done-list ul li.list-txt {
    width: calc(100% - 100px);
  }
}

.pw-confirm {
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
}
.pw-confirm dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 15px 20px 15px 0;
}
.pw-confirm dl.w100p {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}
.pw-confirm dl:nth-child(2), .pw-confirm dl:nth-child(3) {
  padding-bottom: 10px !important;
  border-bottom: 0 !important;
}
.pw-confirm dt {
  width: 150px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
  align-self: center;
}
.pw-confirm dd {
  width: calc(100% - 150px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .pw-confirm dt {
    width: 100px;
  }
  .pw-confirm dd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .pw-confirm dt {
    width: 80px;
  }
  .pw-confirm dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 600px) {
  .pw-confirm dl {
    width: 100%;
  }
  .pw-confirm dl:first-child {
    padding: 23px 20px 23px 0;
    border-bottom: 1px solid #ECECEC !important;
  }
}

.myCon .pay-invoice-view .view-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.myCon .pay-invoice-view .view-top .tit {
  display: block;
  font-size: 1.375rem;
  line-height: 1;
  color: #232323;
  align-self: flex-end;
}
.myCon .pay-invoice-view .view-con {
  padding: 17px 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
}
.myCon .pay-invoice-view .view-con > div {
  width: 50%;
}
.myCon .pay-invoice-view .view-con dl {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
}
.myCon .pay-invoice-view .view-con dl:not(:last-child) {
  margin-bottom: 8px;
}
.myCon .pay-invoice-view .view-con dt {
  width: 120px;
  font-size: 12px;
  font-weight: 700;
  color: #677294;
  margin-top: 2px;
}
.myCon .pay-invoice-view .view-con dd {
  width: calc(100% - 120px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
@media screen and (max-width: 992px) {
  .myCon .pay-invoice-view .view-con dl dt {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .myCon .pay-invoice-view .view-con dt {
    width: 100px;
  }
  .myCon .pay-invoice-view .view-con dd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .myCon .pay-invoice-view .view-con {
    display: block;
  }
  .myCon .pay-invoice-view .view-con > div {
    width: 100%;
  }
  .myCon .pay-invoice-view .view-con > div:first-child {
    margin-bottom: 8px;
  }
  .myCon .pay-invoice-view .view-con dl {
    padding-right: 0;
  }
}

.info-pw .pw-confirm dt {
  width: 150px;
}
.info-pw .pw-confirm dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 992px) {
  .info-pw .pw-confirm dt {
    width: 110px;
  }
  .info-pw .pw-confirm dd {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 600px) {
  .info-pw .pw-confirm dl:not(:last-child) {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #D8DEE5;
  }
}

.myCon .act-qna .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 30px 40px;
  margin-top: 10px;
}
.myCon .act-qna .box .btn-boxDel-gray {
  top: 20px;
  right: 20px;
}
.myCon .act-qna .box .reply {
  display: flex;
  width: 95px;
  background: #F4F6F9;
  border-radius: 4px;
  text-align: center;
}
.myCon .act-qna .box .reply span {
  display: block;
  width: 100%;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #007AFF;
  align-self: center;
}
.myCon .act-qna .box .reply span.replyN {
  color: #777;
}
.myCon .act-qna .box .qList {
  width: calc(100% - 115px);
  padding: 6px 0 2px 0;
}
.myCon .act-qna .box .qList a {
  max-width: 97%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
  line-height: 1;
}
.myCon .act-qna .box .qList p span {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  line-height: 1;
}
.myCon .act-qna .box .qList p span:first-child {
  padding-right: 10px;
}
.myCon .act-qna .box .qList p span:last-child {
  padding-left: 10px;
}
.myCon .act-qna .box .qList p span:last-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background: #D8DEE5;
  width: 1px;
  height: 14px;
}
@media screen and (max-width: 992px) {
  .myCon .act-qna .box {
    padding: 30px;
  }
  .myCon .act-qna .box .btn-boxDel-gray {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .myCon .act-qna .box {
    padding: 20px;
  }
  .myCon .act-qna .box .reply {
    width: 80px;
  }
  .myCon .act-qna .box .qList {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 400px) {
  .myCon .act-qna .box {
    padding: 20px 20px 20px 15px;
  }
  .myCon .act-qna .box .btn-boxDel-gray {
    top: 5px;
    right: 5px;
  }
  .myCon .act-qna .box .reply {
    width: 70px;
  }
  .myCon .act-qna .box .qList {
    width: calc(100% - 80px);
  }
  .myCon .act-qna .box .qList a {
    width: 95%;
  }
}

.myCon .act-qna-view .state {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #aeaeae;
  margin-bottom: 14px;
}
.myCon .act-qna-view .view-con {
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.myCon .act-qna-view .qArea {
  padding: 38px 40px;
  border-bottom: 1px solid #ECECEC;
}
.myCon .act-qna-view .qArea dl {
  display: flex;
  flex-wrap: wrap;
}
.myCon .act-qna-view .qArea dl:first-child {
  margin-bottom: 18px;
}
.myCon .act-qna-view .qArea dt {
  width: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #677294;
  margin-top: 2px;
}
.myCon .act-qna-view .qArea dd {
  width: calc(100% - 100px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.myCon .act-qna-view .reArea {
  background: #F8F8F8;
  padding: 30px 40px;
}
.myCon .act-qna-view .reArea p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #aeaeae;
  margin-bottom: 20px;
}
.myCon .act-qna-view .reArea p b {
  font-size: 700;
  color: #232323;
}
.myCon .act-qna-view .reArea .re-txt {
  border: 1px solid #ECECEC;
  border-radius: 4px;
  background: #fff;
  padding: 30px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
@media screen and (max-width: 768px) {
  .myCon .act-qna-view .state {
    margin-bottom: 10px;
  }
  .myCon .act-qna-view .qArea {
    padding: 28px 30px;
  }
  .myCon .act-qna-view .qArea dl:first-child {
    margin-bottom: 10px;
  }
  .myCon .act-qna-view .qArea dt {
    width: 70px;
  }
  .myCon .act-qna-view .qArea dd {
    width: calc(100% - 70px);
  }
  .myCon .act-qna-view .reArea {
    padding: 30px;
  }
  .myCon .act-qna-view .reArea p {
    margin-bottom: 15px;
  }
  .myCon .act-qna-view .reArea .re-txt {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .myCon .act-qna-view .qArea dl {
    display: block;
  }
  .myCon .act-qna-view .qArea dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .myCon .act-qna-view .qArea dl dd {
    width: 100%;
  }
}

.myCon .info-mem .info-base {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.myCon .info-mem .info-base dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #ECECEC;
}
.myCon .info-mem .info-base dl.w100p {
  width: 100%;
}
.myCon .info-mem .info-base dt {
  width: 150px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
  align-self: center;
}
.myCon .info-mem .info-base dd {
  width: calc(100% - 150px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  align-self: center;
}
.myCon .info-mem .info-base dd.flex-license {
  gap: 0.625rem;
}
.myCon .info-mem .info-base dd.flex-license .license-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.myCon .info-mem .info-base dd.flex-license .ps-blue {
  margin-top: 0;
}
.myCon .info-mem .info-base .custom-tooltip-txt {
  width: 160px;
}
.myCon .info-mem .info-base .custom-tooltip-txt.wide {
  width: 200px;
}
@media screen and (max-width: 992px) {
  .myCon .info-mem .info-base dt {
    width: 120px;
  }
  .myCon .info-mem .info-base dd {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 600px) {
  .myCon .info-mem .info-base dl {
    width: 100%;
    padding: 15px 0;
  }
  .myCon .info-mem .info-base dl:first-child {
    border-bottom: 1px solid #ECECEC;
  }
  .myCon .info-mem .info-base dl dd hr {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .myCon .info-mem .info-base dl dd.flex-license .license-btn {
    width: 100%;
  }
  .myCon .info-mem .info-base dl dd.flex-license .license-btn button {
    padding: 8px 2px;
  }
  .myCon .info-mem .info-base dl dd.flex-license .license-btn button.btn-ok-skyBlue {
    width: calc(55% - 0.3125rem);
  }
  .myCon .info-mem .info-base dl dd.flex-license .license-btn button.btn-post-auto {
    width: calc(45% - 0.3125rem);
  }
}
@media screen and (max-width: 400px) {
  .myCon .info-mem .info-base dl dd.flex-license .license-btn button.btn-ok-skyBlue {
    width: 100%;
  }
  .myCon .info-mem .info-base dl dd.flex-license .license-btn button.btn-post-auto {
    width: 100%;
  }
}
.myCon .info-mem .info-office .info-base.hidden {
  display: none;
}
.myCon .info-mem .info-office .info-office-top {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ECECEC;
}
.myCon .info-mem .info-office .info-office-top .info-tit {
  display: block;
  font-size: 1.375rem;
  line-height: 1;
  color: #232323;
  align-self: flex-end;
}
.myCon .info-mem .info-office .info-office-top .myPage-modify-office {
  position: absolute;
  top: 3px;
  right: 0;
  width: 85px;
}
.myCon .info-mem .info-office .info-office-top .myPage-modify-office.hidden {
  display: none;
  transition: all 0.25s;
}
.myCon .info-mem .info-office .info-base.info-view dl {
  padding: 23px 20px 23px 0;
}
.myCon .info-mem .info-office .info-base.info-view dl dt {
  align-self: flex-start;
}
.myCon .info-mem .info-office .info-base.info-input dl dt {
  align-self: flex-start;
  padding-top: 9px;
}
.myCon .info-mem .info-office .info-base.info-input input::placeholder {
  color: #5e5e5e;
}
.myCon .info-mem .info-office .info-base.info-input .row-tel > div {
  margin-bottom: 10px;
}
.myCon .info-mem .info-office .info-base.info-input .row-tel > div input[type=text] {
  width: 160px;
}
.myCon .info-mem .info-office .info-base.info-input .row-tel > div .btn-boxDel-gray {
  position: relative;
  top: unset;
  right: unset;
  margin-left: 10px;
}
.myCon .info-mem .info-office .info-base.info-input .row-regNum {
  display: flex;
  flex-wrap: wrap;
}
.myCon .info-mem .info-office .info-base.info-input .row-regNum button {
  margin-left: 10px;
}
.myCon .info-mem .info-office .info-base.info-input .row-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.myCon .info-mem .info-office .info-base.info-input .row-area > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% - 10px);
}
.myCon .info-mem .info-office .info-base.info-input .row-area > div:nth-child(n+3) {
  margin-top: 10px;
}
.myCon .info-mem .info-office .info-base.info-input .row-area > div select:first-child {
  width: calc(55% - 5px);
}
.myCon .info-mem .info-office .info-base.info-input .row-area > div select:last-child {
  width: calc(45% - 5px);
}
.myCon .info-mem .info-office .info-base.info-input .row-check {
  padding: 5px 20px 15px 0;
}
.myCon .info-mem .info-office .info-base.info-input .row-check dd {
  display: flex;
  flex-wrap: wrap;
}
.myCon .info-mem .info-office .info-base.info-input .row-check dd > div.checkArea {
  margin-top: 10px;
}
.myCon .info-mem .info-office .info-base.info-input .row-check dd > div.checkArea:not(:last-child) {
  margin-right: 20px;
}
.myCon .info-mem .signal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.myCon .info-mem .signal > div {
  display: flex;
  flex-wrap: wrap;
}
.myCon .info-mem .signal > div .checkArea {
  margin-top: 0;
}
.myCon .info-mem .slt-info-ban {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F0F0F0;
  text-align: left;
  padding: 20px;
  margin-top: 10px;
}
.myCon .info-mem .slt-info-ban dl {
  width: calc(100% - 89px);
}
.myCon .info-mem .slt-info-ban dt {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 700;
  margin-bottom: 5px;
}
.myCon .info-mem .slt-info-ban dd {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
  word-break: keep-all;
  line-height: 1.2;
}
.myCon .info-mem .slt-info-ban a {
  display: inline-block;
  align-self: center;
  width: 74px;
  height: 25px;
  text-align: center;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  background: #5954F4;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .myCon .info-mem .info-office .info-base.info-input .row-area > div {
    width: 100%;
  }
  .myCon .info-mem .info-office .info-base.info-input .row-area > div:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .myCon .info-mem .info-office .info-base.info-view dl {
    padding: 15px 0;
  }
  .myCon .info-mem .info-office .info-base.info-input dl {
    display: block;
  }
  .myCon .info-mem .info-office .info-base.info-input dl dt {
    width: 100%;
    padding: 0 0 5px 0;
  }
  .myCon .info-mem .info-office .info-base.info-input dl dd {
    width: 100%;
  }
  .myCon .info-mem .info-office .info-base.info-input .row-check {
    padding: 15px 0;
  }
  .myCon .info-mem .info-office .info-base.info-input .row-check dt {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .myCon .info-mem .slt-info-ban dl {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .myCon .info-mem .info-office .info-base.info-input .row-check dd > div.checkArea {
    width: 50%;
    margin-right: 0 !important;
  }
}

.myCon .matching-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.myCon .matching-item .item {
  width: calc((100% - 60px) / 4);
  border: 1px solid #E4E8E8;
  border-radius: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.myCon .matching-item .item:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  border-color: #dee2e6;
}
.myCon .matching-item .item-top {
  position: relative;
  padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
}
.myCon .matching-item .item-top .item-tit {
  display: block;
  width: calc(100% - 15px);
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 600;
  color: #232323;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.myCon .matching-item .item-top .item-tit span.item-kindBox {
  vertical-align: top;
  margin-right: 0.1875rem;
}
.myCon .matching-item .item-top .item-favorite {
  position: absolute;
  top: 10px;
  right: 0.9375rem;
}
.myCon .matching-item .item-mid {
  padding: 0 1.25rem 0.9375rem 1.25rem;
}
.myCon .matching-item .item-mid ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.myCon .matching-item .item-mid li {
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
}
.myCon .matching-item .item-mid li b {
  color: #677294;
  font-weight: 400;
}
.myCon .matching-item .item-mid li:last-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  background: rgba(119, 119, 119, 0.3);
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.myCon .matching-item .item-mid ul:last-child li:after {
  display: none;
}
@media screen and (max-width: 1240px) {
  .myCon .matching-item .item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 992px) {
  .myCon .matching-item .item-top .item-tit span.item-kindBox {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .myCon .matching-item .item {
    width: calc((100% - 20px) / 2);
  }
  .myCon .matching-item .item-btm ul {
    gap: 0 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .myCon .matching-item .item-top {
    padding: 1.125rem 1.25rem 0.625rem 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .myCon .matching-item .item {
    width: 100%;
  }
  .myCon .matching-item .item-mid {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
  .myCon .matching-item .item-mid ul:last-child {
    width: 100%;
  }
}

.myCon .btn-more {
  text-align: center;
  margin-top: 2.5rem;
}
.myCon .btn-more a {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  line-height: 1;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #677294;
  padding: 1.0625rem 0;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}

.partner-application .app-tabs {
  border-top: 1px solid #D8DEE5;
  margin-bottom: 40px;
}
.partner-application .app-tabs a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #B9B9B9;
  line-height: 54px;
}
.partner-application .app-tabs a.active {
  font-weight: 500;
  color: #677294;
}
.partner-application .app-tabs a.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  background: #677294;
  width: 100%;
  height: 2px;
}
.partner-application .app-tabsCon {
  display: none;
  margin-top: 40px;
}
.partner-application .app-tabsCon > div.app-step {
  margin-bottom: 40px;
}
.partner-application .app-tabsCon > div.box {
  margin-bottom: 60px;
}
.partner-application .app-tabsCon > div:last-child {
  margin-bottom: 0 !important;
}
.partner-application .app-tabsCon .app-step li {
  position: relative;
  width: 25%;
  font-size: clamp(12px, 768px, 0.9375rem);
  line-height: 1;
  font-weight: 500;
  color: #8C8C8C;
  text-align: center;
  padding-top: 35px;
}
.partner-application .app-tabsCon .app-step li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -50%;
  background: #D9D9D9;
  width: 100%;
  height: 4px;
}
.partner-application .app-tabsCon .app-step li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  background: #D9D9D9;
  width: 26px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
.partner-application .app-tabsCon .app-step li:first-child:before {
  display: none;
}
.partner-application .app-tabsCon .app-step li.done {
  color: #625CF9;
}
.partner-application .app-tabsCon .app-step li.done:before, .partner-application .app-tabsCon .app-step li.done:after {
  background: #625CF9;
}
.partner-application .app-tabsCon .app-step li.act {
  color: #625CF9;
}
.partner-application .app-tabsCon .app-step li.act:before {
  background: #625CF9;
}
.partner-application .app-tabsCon .app-step li.act:after {
  background: #fff;
  border: 3px solid #625CF9;
}
.partner-application .app-tabsCon .box {
  border: 1px solid #D8DEE5;
  border-radius: 15px;
  overflow: hidden;
}
.partner-application .app-tabsCon .box .status {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #625CF9;
  line-height: 1;
  padding: 1.25rem 2.5rem;
  border-bottom: 1px solid #D8DEE5;
}
.partner-application .app-tabsCon .box .detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
}
.partner-application .app-tabsCon .box .detail * {
  align-self: center;
}
.partner-application .app-tabsCon .box .detail .term span {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  line-height: 1;
}
.partner-application .app-tabsCon .box .detail .term span.date {
  color: #232323;
}
.partner-application .app-tabsCon .box .detail .view {
  display: flex;
  flex-wrap: wrap;
}
.partner-application .app-tabsCon .box .detail .view .amount {
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  line-height: 1;
  text-align: right;
}
.partner-application .app-tabsCon .box .detail .view .pay {
  margin: 0 30px 0 25px;
  text-align: right;
}
.partner-application .app-tabsCon .box .detail .view .pay button {
  width: 74px;
  font-size: 12px;
  color: #777;
  line-height: 1;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 5px 0 3px 0;
}
.partner-application .app-tabsCon .box .detail .view .pay button:disabled {
  cursor: default;
}
.partner-application .app-tabsCon .box .detail .view .pay button.method {
  border-color: #5e5e5e;
}
.partner-application .app-tabsCon .box .detail .view .view-btn a {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1;
  color: #625CF9;
  border: 1px solid #625CF9;
  border-radius: 4px;
  padding: 0.625rem 0.9375rem;
}
.partner-application .app-tabsCon .box .app-btn button {
  width: 100%;
  height: 63px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 63px;
  color: #625CF9;
  background: rgba(98, 92, 249, 0.1);
}
.partner-application .app-tabsCon .box .app-btn button.app-cancel {
  background: #F4F6F9;
  color: #adb5bd;
}
.partner-application .app-tabsCon.show {
  display: block;
}
.partner-application .app-tabsCon#app-done {
  counter-reset: app-done-counter;
}
.partner-application .app-tabsCon#app-done .list-area > div.box:not(:last-child) {
  margin-bottom: 20px;
}
.partner-application .app-tabsCon#app-done .box {
  position: relative;
  overflow: visible;
}
.partner-application .app-tabsCon#app-done .box:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-left: 45px solid #D8DEE5;
}
.partner-application .app-tabsCon#app-done .box:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  counter-increment: app-done-counter;
  content: counter(app-done-counter);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.partner-application .app-tabsCon#app-done .box .status {
  color: #232323;
  padding-left: 3.125rem;
}
.partner-application .app-tabsCon#app-done .box .detail {
  padding-left: 3.125rem;
}
@media screen and (max-width: 600px) {
  .partner-application .app-tabsCon .box .detail .term {
    width: 120px;
  }
  .partner-application .app-tabsCon .box .detail .term span {
    width: 100%;
  }
  .partner-application .app-tabsCon .box .detail .view {
    width: calc(100% - 120px);
    display: block;
    padding-right: 80px;
  }
  .partner-application .app-tabsCon .box .detail .view .pay {
    margin: 0;
  }
  .partner-application .app-tabsCon .box .detail .view .view-btn {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  .partner-application .app-tabsCon .app-step li {
    padding-top: 30px;
  }
  .partner-application .app-tabsCon .app-step li:before {
    height: 2px;
    top: 9px;
  }
  .partner-application .app-tabsCon .app-step li:after {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 400px) {
  .partner-application .app-tabsCon .box .status {
    padding: 1.25rem 1.875rem;
  }
  .partner-application .app-tabsCon .box .detail {
    padding: 1.875rem 1.875rem 5.625rem 1.875rem;
  }
  .partner-application .app-tabsCon .box .detail .term {
    width: 50%;
  }
  .partner-application .app-tabsCon .box .detail .view {
    width: 50%;
    padding-right: 0;
  }
  .partner-application .app-tabsCon .box .detail .view .view-btn {
    top: unset;
    right: 1.875rem;
    bottom: 1.875rem;
    transform: unset;
    text-align: right;
    width: calc(100% - 3.75rem);
  }
  .partner-application .app-tabsCon .box .detail .view .view-btn a {
    width: 100%;
    text-align: center;
  }
  .partner-application .app-tabsCon#app-done .box .detail {
    padding-left: 1.875rem;
  }
}

.partner-application-view .warn-txt {
  border-top: 1px solid #ECECEC;
}
.partner-application-view .info {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  gap: 20px;
  padding: 1.5625rem 0;
}
.partner-application-view .info dl dt {
  font-size: 14px;
  color: #677294;
  font-weight: 400;
}
.partner-application-view .info dl dd {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}
.partner-application-view .info .upload-view .preview {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #FAFAFA;
}
.partner-application-view .info .upload-view .preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 30px;
}
.partner-application-view .info-base dl {
  width: 50%;
  border-bottom: 1px solid #ECECEC;
  padding: 1.5625rem 0;
}
.partner-application-view .info-base dl dt {
  width: 150px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
  align-self: flex-start;
}
.partner-application-view .info-base dl dd {
  width: calc(100% - 150px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  font-weight: 400;
  align-self: flex-start;
  padding-right: 20px;
}
.partner-application-view .info-base dl dd.img-view a span {
  display: inline-block;
  max-width: calc(100% - 18px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
}
.partner-application-view .info-base dl dd.img-view a i {
  font-size: 16px;
  color: #625CF9;
}
.partner-application-view .info-base dl.hp-img {
  width: 100%;
  padding: 0.9375rem 0;
}
.partner-application-view .info-base dl.hp-img dd img {
  border-radius: 4px;
  max-width: 200px;
}
.partner-application-view .info-base dl.hp-txt {
  width: 100%;
  padding: 0.9375rem 0;
}
.partner-application-view .info-base dl.hp-txt p {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: clamp(12px, 768px, 0.875rem);
}
.partner-application-view .info-base dl.hp-txt textarea.base {
  min-height: unset;
  max-width: unset;
}
@media screen and (max-width: 992px) {
  .partner-application-view .info-base dl dt {
    width: 120px;
  }
  .partner-application-view .info-base dl dd {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 600px) {
  .partner-application-view .info-base dl {
    width: 100%;
  }
  .partner-application-view .info-base dl dd {
    padding-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .partner-application-view .info-base dl {
    padding: 0.9375rem 0;
  }
  .partner-application-view .info-base dl dt {
    width: 100%;
  }
  .partner-application-view .info-base dl dd {
    width: 100%;
    margin-top: 5px;
  }
}

.banner-application-view .info-base {
  border-top: 1px solid #ECECEC;
}

.partner-application-modify .info-base dl.input-ceo, .partner-application-modify .info-base dl.input-regNum, .partner-application-modify .info-base dl.input-tel {
  padding: 0.9375rem 0;
}
.partner-application-modify .info-base dl.input-ceo dt, .partner-application-modify .info-base dl.input-ceo dd, .partner-application-modify .info-base dl.input-regNum dt, .partner-application-modify .info-base dl.input-regNum dd, .partner-application-modify .info-base dl.input-tel dt, .partner-application-modify .info-base dl.input-tel dd {
  align-self: center;
}
.partner-application-modify .info-base dl.input-ceo dt input::placeholder, .partner-application-modify .info-base dl.input-ceo dd input::placeholder, .partner-application-modify .info-base dl.input-regNum dt input::placeholder, .partner-application-modify .info-base dl.input-regNum dd input::placeholder, .partner-application-modify .info-base dl.input-tel dt input::placeholder, .partner-application-modify .info-base dl.input-tel dd input::placeholder {
  color: #5e5e5e;
}
.partner-application-modify .info-base dl.input-fileImg {
  padding: 0.9375rem 0;
}
.partner-application-modify .info-base dl.input-fileImg dt, .partner-application-modify .info-base dl.input-fileImg dd {
  align-self: center;
}
.partner-application-modify .info-base dl.input-hpImg {
  width: 100%;
}
.partner-application-modify .info-base dl.input-term {
  width: 100%;
  padding: 0.9375rem 0;
}
.partner-application-modify #idLogoTypeArea2 .img-area {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 200px;
  height: 126px;
  background: #F4F6F9;
}
.partner-application-modify #idLogoTypeArea2 .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 40px;
}
.partner-application-modify #idLogoTypeArea2 .img-area img.sample {
  width: 200px;
  height: 126px;
}
.partner-application-modify #idMainTypeArea2 .img-area {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 200px;
  height: 126px;
  background: #F4F6F9;
}
.partner-application-modify #idMainTypeArea2 .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.partner-application-modify #idMainTypeArea2 .img-area img.sample {
  width: 200px;
  height: 126px;
}
@media screen and (max-width: 768px) {
  .partner-application-modify .info-base dl {
    width: 100%;
  }
  .partner-application-modify .info-base dl dd {
    padding-right: 0;
  }
}

.partner-counsel-list .list-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.partner-counsel-list .list-box {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #D8DEE5;
  border-radius: 15px;
  padding: 20px 20px 20px 30px;
}
.partner-counsel-list .list-box .num {
  font-size: 1.125rem;
  color: #adb5bd;
  margin-bottom: 5px;
}
.partner-counsel-list .list-box .box-top {
  position: relative;
}
.partner-counsel-list .list-box .dot-confirm {
  position: absolute;
  top: 7px;
  left: -13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF6A5B;
}
.partner-counsel-list .list-box.confirm-y .dot-confirm {
  background: #B9B9B9;
}
.partner-counsel-list .list-box dt {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.partner-counsel-list .list-box dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.partner-counsel-list .list-box .date {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
  margin-top: 0.125rem;
}
.partner-counsel-list .list-box .box-btm {
  margin-top: 0.9375rem;
}
.partner-counsel-list .list-box .list-box-btn button {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 26px;
}
.partner-counsel-list .list-box .list-box-btn button.view {
  color: #677294;
  border: 1px solid #D8DEE5;
  margin-right: 7px;
}
.partner-counsel-list .list-box .list-box-btn button.answer-no {
  border: 1px solid #6EC1E4;
  background: #6EC1E4;
  cursor: default;
}
.partner-counsel-list .list-box .list-box-btn button.answer-ok {
  border: 1px solid #677294;
  background: #677294;
  cursor: default;
}
.partner-counsel-list .list-box .status {
  font-size: clamp(12px, 768px, 0.8125rem);
}
.partner-counsel-list .list-box .status.ok {
  color: #677294;
}
.partner-counsel-list .list-box .status.no {
  color: #B9B9B9;
}
@media screen and (max-width: 992px) {
  .partner-counsel-list .list-box .dot-confirm {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .partner-counsel-list .list-box .dot-confirm {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .partner-counsel-list .date {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .partner-counsel-list .list-box-wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 530px) {
  .partner-counsel-list .list-box {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .partner-counsel-list-med .list-box {
    width: 100%;
  }
}
.partner-counsel-view .view-tit {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
}
.partner-counsel-view .view-tit p {
  font-size: 1.25rem;
  color: #232323;
}
.partner-counsel-view .view-tit p b {
  font-weight: 500;
  color: #007AFF;
}
.partner-counsel-view .view-tit .loc-btn {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  border: 1px solid #677294;
  border-radius: 4px;
  padding: 8px 15px;
}
.partner-counsel-view .view-con .area {
  padding: 1.375rem 0;
  border-bottom: 1px solid #ECECEC;
}
.partner-counsel-view .view-con dl {
  display: flex;
  flex-wrap: wrap;
}
.partner-counsel-view .view-con dl:not(:last-child) {
  margin-bottom: 13px;
}
.partner-counsel-view .view-con dl dt {
  width: 170px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
}
.partner-counsel-view .view-con dl dd {
  width: calc(100% - 170px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
.partner-counsel-view .view-con dl dd b {
  color: #677294;
  font-weight: 500;
}
.partner-counsel-view .view-con dl dd span {
  color: #B9B9B9;
}
.partner-counsel-view .view-con dl dd.time span {
  position: relative;
  display: inline-block;
  color: #232323;
}
.partner-counsel-view .view-con dl dd.time span:not(:last-child) {
  padding-right: 14px;
}
.partner-counsel-view .view-con dl dd.time span:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  content: "|";
}
.partner-counsel-view .btn-ok-skyBlue {
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 7px 2px 7px;
  vertical-align: text-top;
}
@media screen and (max-width: 480px) {
  .partner-counsel-view .view-con dl dt {
    width: 130px;
  }
  .partner-counsel-view .view-con dl dd {
    width: calc(100% - 130px);
  }
  .partner-counsel-view .view-con dl dd.time span {
    width: 100%;
  }
  .partner-counsel-view .view-con dl dd.time span:not(:last-child) {
    padding-right: 0;
  }
  .partner-counsel-view .view-con dl dd.time span:not(:last-child):after {
    display: none;
  }
}

.partner-counsel-answer .answer-tit {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
}
.partner-counsel-answer .answer-tit p {
  font-size: 1.25rem;
  color: #232323;
}
.partner-counsel-answer .answer-tit p b {
  font-weight: 500;
  color: #007AFF;
}
.partner-counsel-answer .answer-tit .loc-btn {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  border: 1px solid #677294;
  border-radius: 4px;
  padding: 8px 15px;
}
.partner-counsel-answer .warn-txt {
  border-bottom: 1px solid #ECECEC;
}
.partner-counsel-answer .answer-sec {
  border-bottom: 1px solid #ECECEC;
  padding: 1.25rem 0;
}
.partner-counsel-answer .sec-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner-counsel-answer .sec-row:not(:last-child) {
  margin-bottom: 10px;
}
.partner-counsel-answer .sec-row .row-tit {
  width: 180px;
  font-weight: 700;
  color: #232323;
  margin-top: 8px;
}
.partner-counsel-answer .sec-row .row-tit.required:after {
  content: " *";
  color: #017BFF;
}
.partner-counsel-answer .sec-row .row-input {
  width: calc(100% - 180px);
}
.partner-counsel-answer .sec-row.receiveTalk input[type=text] {
  max-width: 160px;
}
.partner-counsel-answer .sec-row.receiveTalk input[type=text]::placeholder {
  color: #232323;
}
.partner-counsel-answer .sec-row.inputNone .row-tit {
  margin-top: 0;
}
.partner-counsel-answer input[type=text], .partner-counsel-answer textarea {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
  max-width: 730px;
  font-size: clamp(12px, 768px, 0.875rem);
}
.partner-counsel-answer input[type=text]::placeholder, .partner-counsel-answer textarea::placeholder {
  color: #B9B9B9;
}
.partner-counsel-answer textarea {
  min-height: 200px;
}
@media screen and (max-width: 992px) {
  .partner-counsel-answer .sec-row .row-tit {
    width: 140px;
  }
  .partner-counsel-answer .sec-row .row-input {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .partner-counsel-answer .sec-row .row-tit {
    width: 100px;
  }
  .partner-counsel-answer .sec-row .row-input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .partner-counsel-answer .sec-row .row-tit {
    width: 100px;
  }
  .partner-counsel-answer .sec-row .row-input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .partner-counsel-answer .sec-row .row-tit {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .partner-counsel-answer .sec-row .row-input {
    width: 100%;
  }
}

.partner-counsel-aview .aview-tit {
  padding-bottom: 15px;
}
.partner-counsel-aview .aview-tit p {
  font-size: 1.25rem;
  color: #232323;
}
.partner-counsel-aview .aview-tit p b {
  font-weight: 500;
  color: #007AFF;
}
.partner-counsel-aview .aview-tit .loc-btn {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  border: 1px solid #677294;
  border-radius: 4px;
  padding: 8px 15px;
}
.partner-counsel-aview .aview-area {
  border: 1px solid #ECECEC;
  background: #F9F9F9;
  padding: 1.875rem 2.5rem;
  border-radius: 4px;
}
.partner-counsel-aview .aview-area .aview-area-top {
  gap: 10px;
  margin-bottom: 1.25rem;
}
.partner-counsel-aview .aview-area .aview-area-top .area-tit {
  margin-bottom: 0;
}
.partner-counsel-aview .aview-area .area-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 700;
  color: #232323;
  margin-bottom: 1.25rem;
}
.partner-counsel-aview .aview-area .area-tit .date {
  display: inline-block;
  color: #aeaeae;
  font-weight: 400;
  margin-left: 0.9375rem;
}
.partner-counsel-aview .aview-area .con-txt {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  padding: 1.875rem;
}
.partner-counsel-aview .aview-area .con-txt p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.partner-counsel-aview .aview-area .con-txt button {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 3px 15px;
  margin-top: 1.25rem;
}
.partner-counsel-aview .aview-area .btn-ok-skyBlue {
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  padding: 4px 7px 2px 7px;
  vertical-align: text-top;
}
@media screen and (max-width: 600px) {
  .partner-counsel-aview .aview-area {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .partner-counsel-aview .aview-area .area-tit .date {
    display: block;
    margin-left: 0;
  }
}

.partner-set .set-tit {
  font-size: 1.125rem;
  color: #aeaeae;
  padding-bottom: 1.25rem;
}
.partner-set .set-tit b {
  color: #232323;
  font-weight: 500;
}
.partner-set .change-order {
  border-top: 1px solid #D8DEE5;
}
.partner-set .change-order .set-order {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ECECEC;
  padding: 1.25rem;
}
.partner-set .change-order .set-order .num {
  position: relative;
  width: 50px;
}
.partner-set .change-order .set-order .num:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  font-weight: 500;
}
.partner-set .change-order .set-order:first-child .num:before {
  content: "01";
}
.partner-set .change-order .set-order:nth-child(2) .num:before {
  content: "02";
}
.partner-set .change-order .set-order:nth-child(3) .num:before {
  content: "03";
}
.partner-set .change-order .set-order dl {
  width: calc(100% - 132px);
  padding-right: 0.625rem;
}
.partner-set .change-order .set-order dt {
  width: calc(100% - 10px);
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner-set .change-order .set-order dt span {
  margin-right: 10px;
}
.partner-set .change-order .set-order dd {
  width: calc(100% - 10px);
  font-size: 12px;
  color: #777;
  margin-top: 0.625rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner-set .change-order .set-order dd b {
  font-weight: 400;
  color: #0061C1;
}
.partner-set .change-order .set-order .set-btn {
  width: 82px;
  align-self: center;
  text-align: right;
}
.partner-set .change-order .set-order .set-btn button {
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #677294;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
}
.partner-set .change-order .set-order .set-btn button.btn-move {
  border: 1px solid #D8DEE5;
}
.partner-set .change-order .set-order .set-btn button.btn-delete {
  background: #ECECEC;
}
.partner-set .change-order .set-order .set-btn button:not(:first-child) {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .partner-set .change-order .set-order .num {
    width: 30px;
  }
  .partner-set .change-order .set-order dl {
    width: calc(100% - 112px);
  }
}
@media screen and (max-width: 480px) {
  .partner-set .change-order .set-order {
    padding: 1.25rem 0;
  }
  .partner-set .change-order .set-order .num {
    width: 100%;
    height: 25px;
  }
  .partner-set .change-order .set-order .num:before {
    top: 0;
    transform: unset;
  }
  .partner-set .change-order .set-order dl {
    width: calc(100% - 82px);
  }
}

.partner-set-list .set-tit {
  font-size: 1.125rem;
  color: #aeaeae;
  padding-bottom: 1.25rem;
}
.partner-set-list .set-tit b {
  color: #232323;
  font-weight: 500;
}
.partner-set-list .matchingBoard .col-kind, .partner-set-list .matchingBoard .col-area, .partner-set-list .matchingBoard .col-date {
  width: 110px;
}
.partner-set-list .matchingBoard .col-loc {
  width: 140px;
}
.partner-set-list .matchingBoard .col-sale {
  width: calc(100% - 720px);
  padding: 20px 5px;
  color: #777;
}
.partner-set-list .matchingBoard .col-deal {
  width: 170px;
}
.partner-set-list .matchingBoard .col-set {
  width: 80px;
}
.partner-set-list .matchingBoard .col-set .checkArea .checkbox-custom-label {
  vertical-align: top;
}
.partner-set-list .matchingBoard .tBody > .tRow > div {
  font-size: 12px;
}
.partner-set-list .matchingBoard .tBody a.info-tit {
  font-size: 12px;
}
.partner-set-list .matchingBoard .tBody .col-sale .info-tit {
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .partner-set-list .matchingBoard .col-kind {
    width: 100px;
  }
  .partner-set-list .matchingBoard .col-area {
    width: 75px;
  }
  .partner-set-list .matchingBoard .col-date, .partner-set-list .matchingBoard .col-loc {
    width: 77px;
  }
  .partner-set-list .matchingBoard .col-sale {
    width: calc(100% - 559px);
  }
  .partner-set-list .matchingBoard .col-deal {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .partner-set-list .matchingBoard .tBody > .tRow > div.col-set:before {
    content: "대표 매물";
  }
}

.msg-numCon {
  padding: 15px 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.msg-numCon .add-area {
  text-align: center;
}
.msg-numCon .add-list-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 20px;
  background: #F8FAFE;
  padding: 20px;
  border-radius: 4px;
  max-height: 50vh;
  overflow-y: scroll;
}
.msg-numCon .add-list-area > div {
  width: calc(50% - 10px);
  display: flex;
  gap: 10px;
}
.msg-numCon .add-list-area .num {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D8DEE5;
  width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.msg-numCon .add-list-area .num span {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #9FA4AB;
}
.msg-numCon .add-list-area .num button {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.msg-numCon .add-list-area .num button i {
  font-size: 1rem;
  color: #D3493D;
}
.msg-numCon .add-list-area .memo {
  width: calc(100% - 170px);
  font-size: clamp(12px, 768px, 0.875rem);
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 6px 15px;
  background: #fff;
}
.msg-numCon .add-list-area .memo i {
  color: #232323;
}
.msg-numCon .add-list-area .memo input {
  margin-left: 10px;
  color: #5e5e5e;
  width: calc(100% - 30px);
}
@media screen and (max-width: 992px) {
  .msg-numCon .add-list-area .num {
    height: 35px;
    line-height: 35px;
  }
  .msg-numCon .add-list-area .memo {
    padding: 7px 15px;
  }
  .msg-numCon .add-list-area .memo input {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .msg-numCon .add-list-area {
    gap: 10px;
  }
  .msg-numCon .add-list-area > div {
    width: 100%;
  }
  .msg-numCon .add-list-area .num {
    width: 130px;
  }
  .msg-numCon .add-list-area .memo {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 480px) {
  .msg-numCon .add-area {
    text-align: left;
  }
  .msg-numCon .add-area > div .input1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .msg-numCon .add-area > div .input2 {
    width: calc(100% - 70px);
  }
  .msg-numCon .add-area > div .btn-post-auto {
    width: 60px;
    margin-left: 5px;
  }
}

.ad-register > div:not(:last-child) {
  margin-bottom: 20px;
}
.ad-register .list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  border: 1px solid #D8DEE5;
  border-radius: 14px;
}
.ad-register .list-area .addr {
  position: relative;
  width: calc(100% - 180px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #5e5e5e;
  font-weight: 500;
  padding-left: 42px;
  align-self: center;
}
.ad-register .list-area .addr:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/assets/img/sub/myPage/ico-ad-register-addr.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: 15px auto;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ECECEC;
  transform: translateY(-50%);
}
.ad-register .list-area .list-btn {
  width: 150px;
  display: flex;
  gap: 10px;
  align-self: center;
}
.ad-register .list-area .list-btn a {
  display: block;
  width: 70px;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  padding: 12px 0;
}
.ad-register .list-area .list-btn a.btn-register {
  background: #0077ED;
}
.ad-register .list-area .list-btn a.btn-ing {
  background: #677294;
}
.ad-register .list-area .list-btn a.btn-del {
  background: #ECECEC;
  color: #B9B9B9;
}
.ad-register .btn-add a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ECECEC;
  border-radius: 14px;
}
@media screen and (max-width: 600px) {
  .ad-register .list-area {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .ad-register .list-area {
    padding: 1.5625rem 1.25rem 1.25rem 1.25rem;
    justify-content: flex-end;
  }
  .ad-register .list-area .addr {
    width: 100%;
    margin-bottom: 20px;
  }
  .ad-register .list-area .list-btn a {
    padding: 8px 0;
  }
}

.ad-register-file {
  border-top: 1px solid #ECECEC;
}
.ad-register-file .input-sec {
  border-bottom: 1px solid #ECECEC;
  padding: 1.25rem 0;
}
.ad-register-file .sec-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ad-register-file .sec-row:not(:last-child) {
  margin-bottom: 20px;
}
.ad-register-file .sec-row.collapse:not(.show) {
  display: none !important;
}
.ad-register-file .sec-row .row-tit {
  width: 180px;
  font-weight: 700;
  color: #232323;
  margin-top: 8px;
}
.ad-register-file .sec-row .row-tit.required:after {
  content: " *";
  color: #017BFF;
}
.ad-register-file .sec-row .row-input {
  width: calc(100% - 180px);
}
.ad-register-file input[type=text], .ad-register-file textarea {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
  max-width: 730px;
  font-size: clamp(12px, 768px, 0.875rem);
}
.ad-register-file input[type=text]::placeholder, .ad-register-file textarea::placeholder {
  color: #B9B9B9;
}
.ad-register-file input[type=text].w100px, .ad-register-file textarea.w100px {
  width: 100px !important;
}
.ad-register-file textarea {
  min-height: 200px;
}
.ad-register-file .btn-add {
  text-align: right;
}
.ad-register-file .btn-add button {
  position: relative;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
}
.ad-register-file .btn-add button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\e913";
  font-family: xeicon;
}
@media screen and (max-width: 992px) {
  .ad-register-file .sec-row .row-tit {
    width: 140px;
  }
  .ad-register-file .sec-row .row-input {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .ad-register-file .sec-row .row-tit {
    width: 100px;
  }
  .ad-register-file .sec-row .row-input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .ad-register-file .sec-row .row-tit {
    width: 100px;
  }
  .ad-register-file .sec-row .row-input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .ad-register-file .sec-row .row-tit {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .ad-register-file .sec-row .row-input {
    width: 100%;
  }
}

.myCon .banner-list .list-box {
  border: 1px solid #D8DEE5;
  border-radius: 14px;
  padding: 1.875rem 2.5rem;
}
.myCon .banner-list .status dt span {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 40px;
}
.myCon .banner-list .status dt span.ing {
  border: 1px solid #007AFF;
  color: #007AFF;
}
.myCon .banner-list .status dt span.done {
  background: #007AFF;
  border: 1px solid #007AFF;
  color: #fff;
}
.myCon .banner-list .status dd {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 15px 0;
}
.myCon .banner-list .box-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 1.25rem;
  background: #F4F6F9;
  border-radius: 4px;
  gap: 10px;
}
.myCon .banner-list .box-txt p {
  font-size: 12px;
  color: #5e5e5e;
  align-self: center;
}
.myCon .banner-list .box-txt p u {
  color: #232323;
  font-weight: 500;
}
.myCon .banner-list .box-txt .btn-area {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.myCon .banner-list .box-txt .btn-area a {
  display: inline-block;
  min-width: 76px;
  padding: 5px 10px 4px 10px;
  background: #fff;
  border-radius: 4px;
  color: #677294;
  border: 1px solid #677294;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.myCon .banner-list .box-txt .btn-area a.btn-view {
  color: #5e5e5e;
  border-color: #D8DEE5;
}
.myCon .banner-list .box-txt .btn-area a.btn-write {
  color: #0077ED;
  border-color: #0077ED;
}
.myCon .banner-list .box-pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 1.25rem;
  background: #F8FAFE;
  border-radius: 4px;
  gap: 10px;
  margin-top: 10px;
}
.myCon .banner-list .box-pay > div {
  align-self: center;
  width: calc(50% - 5px);
}
.myCon .banner-list .box-pay > div dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.myCon .banner-list .box-pay > div dl dt, .myCon .banner-list .box-pay > div dl dd {
  align-self: center;
  line-height: 1;
}
.myCon .banner-list .box-pay .term {
  font-size: 12px;
}
.myCon .banner-list .box-pay .term dt {
  color: #232323;
  font-weight: 500;
}
.myCon .banner-list .box-pay .term dd {
  color: #5e5e5e;
}
.myCon .banner-list .box-pay .payment {
  text-align: right;
}
.myCon .banner-list .box-pay .payment dl {
  justify-content: flex-end;
}
.myCon .banner-list .box-pay .payment dt {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  margin-top: 2px;
}
.myCon .banner-list .box-pay .payment dd {
  text-align: right;
}
.myCon .banner-list .box-pay .payment dd span, .myCon .banner-list .box-pay .payment dd a {
  display: inline-block;
  min-width: 76px;
  padding: 5px 10px 4px 10px;
  background: #fff;
  border-radius: 4px;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.myCon .banner-list .box-pay .payment dd span.pay, .myCon .banner-list .box-pay .payment dd a.pay {
  color: #0061C1;
  border-color: #0061C1;
}
.myCon .banner-list .box-pay .payment dd span.hold, .myCon .banner-list .box-pay .payment dd a.hold {
  border-color: #D8DEE5;
}
@media screen and (max-width: 600px) {
  .myCon .banner-list .list-box {
    padding: 1.875rem;
  }
  .myCon .banner-list .box-pay .payment dl {
    gap: 5px;
  }
}

.myCon .ban-step li {
  position: relative;
  width: 25%;
  font-size: clamp(12px, 768px, 0.9375rem);
  line-height: 1;
  font-weight: 500;
  color: #8C8C8C;
  text-align: center;
  padding-top: 35px;
}
.myCon .ban-step li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -50%;
  background: #D9D9D9;
  width: 100%;
  height: 4px;
}
.myCon .ban-step li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  background: #D9D9D9;
  width: 26px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
.myCon .ban-step li:first-child:before {
  display: none;
}
.myCon .ban-step li.done {
  color: #007AFF;
}
.myCon .ban-step li.done:before, .myCon .ban-step li.done:after {
  background: #007AFF;
}
.myCon .ban-step li.act {
  color: #007AFF;
}
.myCon .ban-step li.act:before {
  background: #007AFF;
}
.myCon .ban-step li.act:after {
  background: #fff;
  border: 3px solid #007AFF;
}
@media screen and (max-width: 480px) {
  .myCon .ban-step li {
    padding-top: 30px;
  }
  .myCon .ban-step li:before {
    height: 2px;
    top: 9px;
  }
  .myCon .ban-step li:after {
    width: 21px;
    height: 21px;
  }
}

.myCon .banner-view .view-area {
  border-top: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.myCon .banner-view .view-area dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #ECECEC;
}
.myCon .banner-view .view-area dl.w50p {
  width: 50%;
}
.myCon .banner-view .view-area dt {
  width: 7.8125rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
}
.myCon .banner-view .view-area dd {
  width: calc(100% - 7.8125rem - 10px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  line-height: 1.375rem;
  word-break: break-all;
}
.myCon .banner-view .view-area .url-view {
  padding: 1.25rem 0;
}
.myCon .banner-view .view-area .url-view dt {
  margin-top: 0.25rem;
}
.myCon .banner-view .view-area .url-view dd span {
  line-height: 2;
}
.myCon .banner-view .view-area .btn-link-view {
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1;
  color: #677294;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 6px 10px 5px 10px;
}
.myCon .banner-view .view-area .img-view {
  padding: 1.25rem 0;
}
.myCon .banner-view .view-area .img-view dd button {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 6px 10px 5px 10px;
}
.myCon .banner-view .view-area .img-view dd button.ing {
  background: #B9B9B9;
}
.myCon .banner-view .view-area .img-view dd button.confirm {
  background: #5AC7FF;
}
@media screen and (max-width: 600px) {
  .myCon .banner-view .view-area dl.w50p {
    width: 100%;
  }
}

.myCon .banner-modify .modify-area {
  border-top: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.myCon .banner-modify .modify-area dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ECECEC;
}
.myCon .banner-modify .modify-area dl.show-select {
  padding: 1.4375rem 0;
}
.myCon .banner-modify .modify-area dt {
  width: 7.8125rem;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
  margin-top: 0.6875rem;
}
.myCon .banner-modify .modify-area dt.mt0 {
  align-self: center;
}
.myCon .banner-modify .modify-area dd {
  width: calc(100% - 7.8125rem - 10px);
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  line-height: 1.375rem;
  word-break: break-all;
}
.myCon .banner-modify .modify-area input {
  max-width: unset;
  width: 100%;
}
.myCon .banner-modify .modify-area input.w50p {
  width: calc(50% - 5px);
}
.myCon .banner-modify .modify-area .ban-tel dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.myCon .banner-modify .modify-area .ban-tel dd span {
  align-self: center;
}
.myCon .banner-modify .modify-area .ban-tel dd input, .myCon .banner-modify .modify-area .ban-tel dd select {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .myCon .banner-modify .modify-area input.w50p {
    width: 100%;
  }
  .myCon .banner-modify .modify-area .ban-tel dd span {
    width: 5px;
  }
  .myCon .banner-modify .modify-area .ban-tel dd input, .myCon .banner-modify .modify-area .ban-tel dd select {
    width: calc((100% - 50px) / 3) !important;
  }
}
@media screen and (max-width: 400px) {
  .myCon .banner-modify .modify-area dt, .myCon .banner-modify .modify-area dd {
    width: 100%;
    margin-top: 0;
  }
  .myCon .banner-modify .modify-area .ban-tel dd {
    gap: 5px;
  }
  .myCon .banner-modify .modify-area .ban-tel dd input, .myCon .banner-modify .modify-area .ban-tel dd select {
    width: calc((100% - 30px) / 3) !important;
  }
}

.myCon .info-out-confirm .txt {
  font-size: 1.25rem;
  color: #232323;
  text-align: center;
  line-height: 1.625rem;
}
.myCon .info-out-confirm .txt b {
  color: #007AFF;
  font-weight: 500;
}
.myCon .info-out-confirm .box-txt {
  background: #F4F6F9;
  border-radius: 14px;
  padding: 2.5rem;
  margin: 2.5rem 0 1.25rem 0;
}
.myCon .info-out-confirm ol {
  counter-reset: my-sec-counter;
}
.myCon .info-out-confirm ol > li {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  color: #232323;
  word-break: keep-all;
}
.myCon .info-out-confirm ol > li:not(:last-child) {
  margin-bottom: 15px;
}
.myCon .info-out-confirm ol > li a {
  color: #0061C1;
  text-decoration: underline;
}
.myCon .info-out-confirm ol > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ".";
}
.myCon .info-out-confirm .barList {
  margin-top: 5px;
}
.myCon .info-out-confirm .barList > li {
  position: relative;
  padding-left: 15px;
  color: #777;
  word-break: keep-all;
}
.myCon .info-out-confirm .barList > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  background: #777;
  width: 7px;
  height: 1px;
}
.myCon .info-out-confirm .barList > li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .myCon .info-out-confirm .barList > li {
    padding-left: 10px;
  }
  .myCon .info-out-confirm .barList > li:before {
    width: 5px;
    top: 8px;
  }
}

.hp-top {
  margin-bottom: 5.5555555556vh !important;
  padding-bottom: 5.5555555556vh;
}
.hp-top .txt-area {
  width: 50%;
}
.hp-top .hp-txt .tit {
  font-size: 1.25rem;
  color: #677294;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.hp-top .hp-txt .truncate span {
  font-size: 1rem;
}
.hp-top .hp-txt .truncate span.trauncate_in {
  white-space: pre-line;
}
.hp-top .hp-txt .truncate a.more {
  display: inline-block;
  color: #677294;
  text-decoration: underline;
}
.hp-top .hp-txt .btnArea {
  margin-bottom: 40px;
}
.hp-top .hp-txt .btnArea button {
  width: calc((100% - 15px) / 2);
  margin: 0;
  max-width: unset;
  border-radius: 50px;
}
.hp-top .hp-txt .btnArea button a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.hp-top .hp-info {
  border-top: 1px solid #D8DEE5;
  border-bottom: 1px solid #D8DEE5;
  padding: 30px 0;
}
.hp-top .hp-info ul {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
}
.hp-top .hp-info ul li {
  display: flex;
  flex-wrap: wrap;
}
.hp-top .hp-info ul li p {
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(0, 117, 235, 0.1);
  border-radius: 50%;
}
.hp-top .hp-info ul li p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: auto;
}
.hp-top .hp-info ul li dl {
  width: calc(100% - 50px);
  padding: 0 10px;
  align-self: flex-start;
}
.hp-top .hp-info ul li dt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.hp-top .hp-info ul li dd {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #777;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 5px;
}
.hp-top .img-area {
  position: relative;
  width: calc(50% - 60px);
  align-self: flex-start;
}
.hp-top .img-area p {
  position: relative;
  width: 100%;
  max-width: 595px;
  min-height: 376px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
  border-radius: 2.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.hp-top .img-area p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 376px;
  object-fit: cover;
}
.hp-top .img-area .copy-url {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.hp-top .img-area .copy-url input#myUrl {
  display: none;
}
.hp-top .img-area .copy-url button.copy-link {
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #fff;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 6px 20px;
}
.hp-top .img-area iframe {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hp-top > div.inner > div.flex {
    flex-direction: column-reverse;
  }
  .hp-top .txt-area {
    width: 100%;
    margin-top: 3.7037037037vh;
  }
  .hp-top .img-area {
    width: 100%;
  }
  .hp-top .img-area p {
    max-width: unset;
    min-height: unset;
  }
  .hp-top .img-area p img {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .hp-top .hp-info {
    padding: 20px 0;
  }
  .hp-top .hp-info ul {
    gap: 15px;
  }
  .hp-top .hp-info ul li dt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hp-top .hp-info ul {
    display: block;
  }
  .hp-top .hp-info ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.hp-match .tit-area {
  margin-bottom: 1.25rem;
}
.hp-match .tit-area h1.tit, .hp-match .tit-area .tit.h1 {
  font-size: 1.375rem;
  color: #16171D;
  font-weight: 700;
  line-height: 27px;
}
.hp-match .tit-area h1.tit a, .hp-match .tit-area .tit.h1 a {
  display: inline-block;
  line-height: 1;
  padding: 6px 12px;
  background: #007AFF;
  color: #fff;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 400;
  border-radius: 20px;
  vertical-align: bottom;
  margin-left: 7px;
}
.hp-match .list-none {
  width: 100%;
  font-size: 1rem;
  color: #677294;
  text-align: center;
  padding: 2.5rem 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .hp-match .tit-area h1.tit, .hp-match .tit-area .tit.h1 {
    line-height: 24px;
  }
}
.hp-match .matching-item .item {
  border: 1px solid #dee2e6;
  border-radius: 14px;
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
}
.hp-match .matching-item .item:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
}
.hp-match .matching-item .item-top {
  position: relative;
  padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
}
.hp-match .matching-item .item-top .item-tit {
  display: block;
  width: calc(100% - 15px);
  font-size: clamp(12px, 768px, 0.9375rem);
  font-weight: 600;
  color: #232323;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hp-match .matching-item .item-top .item-tit span.item-kindBox {
  vertical-align: middle;
  margin-right: 0.1875rem;
}
.hp-match .matching-item .item-top .item-favorite {
  position: absolute;
  top: 10px;
  right: 0.9375rem;
}
.hp-match .matching-item .item-mid {
  padding: 0 1.25rem 0.9375rem 1.25rem;
}
.hp-match .matching-item .item-mid ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.hp-match .matching-item .item-mid li {
  position: relative;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #777;
}
.hp-match .matching-item .item-mid li b {
  color: #677294;
  font-weight: 400;
}
.hp-match .matching-item .item-mid li:last-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  background: rgba(119, 119, 119, 0.3);
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.hp-match .matching-item .item-mid ul:last-child li:after {
  display: none;
}
.hp-match .matching-item .item-btm {
  border-top: 1px solid #E4E8E8;
  padding: 0.9375rem 1.25rem;
}
.hp-match .matching-item .item-btm ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5625rem;
}
.hp-match .matching-item .item-btm li {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #232323;
}
.hp-match .matching-item .item-btm li b {
  font-weight: 500;
  color: #677294;
}
.hp-match .matching-item .btn-more {
  text-align: center;
  margin-top: 2.5rem;
}
.hp-match .matching-item .btn-more a {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  line-height: 1;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #677294;
  padding: 1.0625rem 0;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .hp-match .matching-item .item-btm ul {
    gap: 0 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .hp-match .matching-item .item-top {
    padding: 1.125rem 1.25rem 0.625rem 1.125rem;
  }
  .hp-match .matching-item .item-btm {
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .hp-match .matching-item .item-mid {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
}
.hp-match .slider-control .btn-arrow {
  position: absolute;
  top: 60%;
}
.hp-match .slider-control .btn-arrow.prev-slider {
  left: -40px;
}
.hp-match .slider-control .btn-arrow.next-slider {
  right: -40px;
}
.hp-match .slider-control .btn-arrow a {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #D4DBE2;
  background: #fff;
  box-shadow: 0 2px 2px rgba(152, 146, 181, 0.16);
  text-align: center;
  line-height: 43px;
}
.hp-match .slider-control .btn-arrow a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon;
  color: #677294;
  font-size: 20px;
  text-indent: 0;
}
.hp-match .slider-control .btn-arrow a.bx-prev:before {
  content: "\e93b";
}
.hp-match .slider-control .btn-arrow a.bx-next:before {
  content: "\e93e";
}

#hp-prdList {
  position: relative;
  padding: 0 70px;
}
#hp-prdList .swiper-wrapper .list-item {
  margin-right: 10px !important;
}
#hp-prdList .hp-carousel-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #D4DBE2;
  background: #fff;
  box-shadow: 0 2px 2px rgba(152, 146, 181, 0.16);
  text-align: center;
  line-height: 43px;
  z-index: 5;
}
#hp-prdList .hp-carousel-arrow i {
  color: #B3B3B3;
}
#hp-prdList .hp-carousel-arrow.hp-carousel-prev {
  left: 0;
}
#hp-prdList .hp-carousel-arrow.hp-carousel-next {
  right: 0;
}
#hp-prdList .hp-carousel-arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
@media screen and (max-width: 768px) {
  #hp-prdList {
    padding: 0 50px;
  }
  #hp-prdList .hp-carousel-arrow {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}

.partner-application-top-area {
  width: 100%;
  background: #ECEBFF;
  margin: 0 auto;
}
.partner-application-top-area .inner {
  overflow: hidden;
  padding-top: 7.4074074074vh;
  padding-bottom: 7.4074074074vh;
}
.partner-application-top-area .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/assets/img/sub/partner/application-img.png) no-repeat center 20%;
  width: calc(100% - 450px);
  height: 100%;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.partner-application-top-area p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.8518518519vh;
  line-height: 1.2;
}
.partner-application-top-area a {
  display: inline-block;
  line-height: 1;
  font-size: 1.125rem;
  color: #677294 !important;
  background: #fff;
  border-radius: 40px;
  padding: 0.9375rem 3.75rem;
  box-shadow: 0 0 5px rgba(0, 97, 193, 0.16);
  border: 1px solid #fff;
  transition: 0.5s;
}
.partner-application-top-area a:hover, .partner-application-top-area a:focus {
  border: 1px solid #625CF9;
}
@media screen and (max-width: 992px) {
  .partner-application-top-area .inner:after {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .partner-application-top-area .inner:after {
    background-image: url(/assets/img/sub/partner/application-img-tab.png);
    background-position: center 13%;
    width: calc(100% - 100px);
  }
  .partner-application-top-area p {
    font-size: 1.875rem;
  }
  .partner-application-top-area a {
    padding: 0.625rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .partner-application-top-area .inner:after {
    background-image: url(/assets/img/sub/partner/application-img-mo.png);
    background-position: center 5%;
    width: calc(100% - 30px);
    right: -35%;
  }
}

.partner-step {
  position: relative;
  margin: 11.1111111111vh 0;
  padding-bottom: 5.5555555556vh;
}
.partner-step:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  background: #FAF8FE;
  width: 90vw;
  height: 100%;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
.partner-step dt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #625CF9;
}
.partner-step dd {
  font-size: 1rem;
  color: #232323;
}
.partner-step dd span {
  color: #677294;
}
.partner-step .step-area {
  padding-top: 4.6296296296vh;
}
.partner-step .step-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partner-step .step-area ul li {
  position: relative;
  width: 19%;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 10px;
}
.partner-step .step-area ul li p {
  font-size: 1.125rem;
  color: #5e5e5e;
  font-weight: 500;
  margin-top: 20px;
}
.partner-step .step-area ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -26%;
  font-family: xeicon;
  content: "\ea3e";
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #625CF9;
}
.partner-step .step-area ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 992px) {
  .partner-step .step-area ul li {
    width: 21%;
  }
  .partner-step .step-area ul li:after {
    right: -19%;
  }
}
@media screen and (max-width: 768px) {
  .partner-step .step-area ul li figure img {
    width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .partner-step:before {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  }
  .partner-step .step-area ul {
    gap: 15px;
  }
  .partner-step .step-area ul li {
    width: 44%;
    padding: 20px 10px;
    border-radius: 20px;
  }
  .partner-step .step-area ul li p {
    margin-top: 10px;
  }
  .partner-step .step-area ul li:after {
    right: -21%;
  }
  .partner-step .step-area ul li:nth-child(2):after {
    display: none;
  }
}

.applicationWrite .inquiryWrite h5.inquiry-tit, .applicationWrite .inquiryWrite .inquiry-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  padding-bottom: 1.8518518519vh;
  border-bottom: 1px solid #ECECEC;
}
.applicationWrite .inquiryWrite h5.inquiry-tit b, .applicationWrite .inquiryWrite .inquiry-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.applicationWrite .inquiryWrite .sec-row .row-tit {
  width: 220px;
}
.applicationWrite .inquiryWrite .sec-row .row-input {
  width: calc(100% - 220px);
}
.applicationWrite .inquiryWrite .inquiry-note {
  border-bottom: 1px solid #ECECEC;
}
.applicationWrite .inquiryWrite .inquiry-note ul {
  padding: 2.7777777778vh 0;
}
.applicationWrite .inquiryWrite .inquiry-note ul > li {
  position: relative;
  font-size: 1rem;
  color: #0061C1;
  padding-left: 12px;
}
.applicationWrite .inquiryWrite .inquiry-note ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.applicationWrite .inquiryWrite .inquiry-note ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0061C1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.applicationWrite .inquiryWrite .inquiry-agree {
  margin-top: 5.5555555556vh;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2.962962963vh;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt {
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #D8DEE5;
  padding: 3.7037037037vh 3.0534351145vw;
  margin-top: 2.962962963vh;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt p {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #677294;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 17px;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\ea2d";
  font-family: "xeicon";
  color: #FF6A5B;
  font-size: 1.125rem;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li {
  position: relative;
  font-size: 1rem;
  color: #5e5e5e;
  padding-left: 12px;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li b {
  font-weight: 500;
  color: #625CF9;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #5e5e5e;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li.agree-s-tit {
  padding-left: 0;
  color: #232323;
  font-weight: 500;
}
.applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li.agree-s-tit:before {
  display: none;
}
.applicationWrite .inquiryWrite .upload-view .btn-pop-imgExam {
  font-size: 12px;
  color: #625CF9;
  font-weight: 500;
  background: rgba(98, 92, 249, 0.15);
  line-height: 20px;
  padding: 0 5px;
  vertical-align: super;
  margin-left: 10px;
}
.applicationWrite .inquiryWrite #idLogoTypeArea2 .img-area {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 200px;
  height: 126px;
  background: #F4F6F9;
}
.applicationWrite .inquiryWrite #idLogoTypeArea2 .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 40px;
}
.applicationWrite .inquiryWrite #idLogoTypeArea2 .img-area img.sample {
  width: 200px;
  height: 126px;
}
.applicationWrite .inquiryWrite #idMainTypeArea2 .img-area {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 200px;
  height: 126px;
  background: #F4F6F9;
}
.applicationWrite .inquiryWrite #idMainTypeArea2 .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.applicationWrite .inquiryWrite #idMainTypeArea2 .img-area img.sample {
  width: 200px;
  height: 126px;
}
@media screen and (max-width: 992px) {
  .applicationWrite .inquiryWrite .sec-row .row-tit {
    width: 180px;
  }
  .applicationWrite .inquiryWrite .sec-row .row-input {
    width: calc(100% - 180px);
  }
  .applicationWrite .inquiryWrite .inquiry-note ul > li:before {
    top: 10px;
  }
  .applicationWrite .inquiryWrite .inquiry-agree .agree-txt p {
    padding-left: 22px;
  }
  .applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .applicationWrite .inquiryWrite .sec-row .row-tit {
    width: 150px;
  }
  .applicationWrite .inquiryWrite .sec-row .row-input {
    width: calc(100% - 150px);
  }
  .applicationWrite .inquiryWrite .inquiry-note ul > li:before {
    top: 8px;
  }
  .applicationWrite .inquiryWrite .inquiry-agree .agree-txt p {
    margin-bottom: 12px;
  }
  .applicationWrite .inquiryWrite .inquiry-agree .agree-txt ul > li:before {
    top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .applicationWrite .inquiryWrite .sec-row .row-tit, .applicationWrite .inquiryWrite .sec-row .row-input {
    width: 100%;
  }
  .applicationWrite .inquiryWrite .inquiry-note ul {
    padding: 1.8518518519vh 0;
  }
  .applicationWrite .inquiryWrite .inquiry-agree {
    margin-top: 3.7037037037vh;
    padding-bottom: 1.8518518519vh;
  }
  .applicationWrite .inquiryWrite .inquiry-agree .agree-txt {
    padding: 2.7777777778vh 5vw;
    margin-top: 1.8518518519vh;
  }
}

.upload-view {
  position: relative;
}
.upload-view input[type=file] {
  display: none;
}
.upload-view .preview-btn {
  position: absolute;
  bottom: 6px;
  left: 70px;
  width: 25px;
  height: 25px;
  background: #625CF9;
  border-radius: 50%;
  text-align: center;
}
.upload-view .preview-btn i {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.upload-view .preview {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
}
.upload-view .preview img {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.partner-application .applicationWrite .search-select {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
}
.partner-application .applicationWrite .select2 {
  width: 100% !important;
  max-width: 300px !important;
}
.partner-application .applicationWrite .select2-selection {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  background-size: 14px auto;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
}
.partner-application .applicationWrite .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding: 0 15px;
}
.partner-application .applicationWrite .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: unset;
  height: unset;
}
.partner-application .applicationWrite .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.partner-application .applicationWrite .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e97a";
  font-family: xeicon;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #625CF9;
}
.partner-application .applicationWrite .select2-selection__placeholder {
  color: #B9B9B9;
}
.partner-application .applicationWrite .select2-container--default.select2-container--below .select2-selection--single .select2-selection__arrow:before {
  content: "\e928";
}

.select2-container--open .select2-search--dropdown .select2-search__field {
  border: 1px solid #D8DEE5 !important;
  border-bottom: 0 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
.select2-container--open .select2-search--dropdown .select2-search__field::placeholder {
  color: #B9B9B9;
  font-size: clamp(12px, 768px, 0.875rem);
}
.select2-container--open .select2-dropdown {
  padding: 0;
  margin-top: -40px;
  border: 0;
}
.select2-container--open .select2-search--dropdown {
  padding: 0;
}
.select2-container--open .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa !important;
}
.select2-container--open .select2-results__option--highlighted[aria-selected] {
  background-color: #625CF9 !important;
}
.select2-container--open .select2-results__options {
  padding: 0;
  border: 1px solid #D8DEE5;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--open .select2-results__option {
  padding: 5px 15px;
  font-size: clamp(12px, 768px, 0.875rem);
}

.application-done {
  text-align: center;
}
.application-done dl {
  padding: 5.5555555556vh 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.application-done dt {
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 3.7037037037vh;
}
.application-done dd {
  font-size: 1.125rem;
  color: #232323;
}
.application-done .btnArea .btn-big, .application-done .btnArea .btn-md {
  background: #625CF9;
}
.application-done .btnArea .btn-big:hover, .application-done .btnArea .btn-md:hover, .application-done .btnArea .btn-big:focus, .application-done .btnArea .btn-md:focus {
  background: #4E48EF;
}

.hp-public {
  background: rgba(0, 122, 255, 0.05) !important;
}
.hp-public .tit-area {
  display: flex;
  gap: 10px;
}
.hp-public .tit-area .tit {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #16171D;
}
.hp-public .tit-area a.btn-goStore {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #677294;
  font-weight: 500;
  line-height: 24px;
  padding-left: 25px;
}
.hp-public .tit-area a.btn-goStore:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\ea1c";
  font-size: 20px;
  font-family: xeicon;
  color: #007AFF;
  transform: translateY(-50%);
}
.hp-public .list-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.25rem;
}
.hp-public .list-area > a.item {
  display: block;
  width: calc(50% - 5px);
  background: #fff;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 0.9375rem 1.875rem;
}
.hp-public .list-area > a.item dt {
  display: flex;
  gap: 10px;
}
.hp-public .list-area > a.item dt span {
  flex: none;
  align-self: flex-start;
}
.hp-public .list-area > a.item dt b {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #232323;
  align-self: flex-start;
}
.hp-public .list-area > a.item dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .hp-public .list-area > div.item {
    width: 100%;
  }
  .hp-public .list-area > div.item dt b {
    padding: 2px 0;
  }
}
@media screen and (max-width: 480px) {
  .hp-public .list-area > div.item dt {
    flex-wrap: wrap;
    gap: 5px;
  }
  .hp-public .list-area > div.item dt b {
    width: 100%;
    padding: 0;
  }
}

.msg-notice {
  background: #343B58;
  border-radius: 14px;
  max-width: 490px;
}
.msg-notice .modal-content {
  padding: 2.5rem;
}
.msg-notice .pop-close {
  top: 20px;
  right: 20px;
}
.msg-notice .pop-close i {
  color: #fff;
}
.msg-notice h1.tit, .msg-notice .tit.h1 {
  font-family: "s-core-dream";
  font-weight: 900;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}
.msg-notice .notice-txt .box-txt {
  padding: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #faa719;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  text-align: center;
  margin: 1.875rem 0 1.25rem 0;
}
.msg-notice .notice-txt li {
  position: relative;
  font-size: 1rem;
  color: #fff;
  padding-left: 3rem;
}
.msg-notice .notice-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1.25rem;
  content: "\e928";
  font-family: xeicon;
  color: #faa719;
}
.msg-notice .notice-txt li:nth-child(n+8):before {
  content: "\ea6f";
}
.msg-notice .notice-txt li:nth-child(8) {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px dashed #fff;
}
.msg-notice .notice-txt li:nth-child(8):before {
  top: unset;
  bottom: 0;
}
.msg-notice .notice-close {
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 1rem;
  color: #FAA719;
  border: 1px solid #FAA719;
  border-radius: 4px;
  margin-top: 1.875rem;
  text-align: center;
  padding: 9px;
}
.msg-notice a.notice-close {
  color: #FAE24B;
  border-color: #FAE24B;
}

.msg-pop-notice {
  background: #fff;
  border-radius: 14px;
  max-width: 360px;
}
.msg-pop-notice .modal-content {
  padding: 0;
}
.msg-pop-notice .tit-area {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 20px;
}
.msg-pop-notice .tit-area b {
  font-weight: 600;
}
.msg-pop-notice .tit-area span {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  border: 1px solid #FF6A5B;
  border-radius: 50%;
  font-size: 30px;
  color: #FF6A5B;
  margin-bottom: 0.9375rem;
}
.msg-pop-notice .list-area {
  margin: 20px;
  padding: 20px 10px;
  border-top: 1px solid #D8DEE5;
  border-bottom: 1px solid #D8DEE5;
}
.msg-pop-notice .list-area li {
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  color: #232323;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
}
.msg-pop-notice .list-area li:not(:first-child) {
  margin-top: 10px;
}
.msg-pop-notice .list-area li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  background: #232323;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.msg-pop-notice .list-area li:last-child {
  font-size: 12px;
  color: #5e5e5e;
  margin-top: 15px;
}
.msg-pop-notice .list-area-s {
  margin: 0 30px 20px 30px;
}
.msg-pop-notice .list-area-s li {
  position: relative;
  font-size: 11px;
  color: #777;
  line-height: 1.2;
  padding-left: 12px;
}
.msg-pop-notice .list-area-s li:not(:first-child) {
  margin-top: 7px;
}
.msg-pop-notice .list-area-s li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  background: #777;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.msg-pop-notice .list-area-s li:last-child {
  margin-top: 12px;
}
.msg-pop-notice .msg-pop-close {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  background-color: #FF6A5B;
  padding: 1.25rem;
}

.msg-search-area {
  text-align: center;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.msg-search-area .btn-select {
  position: relative;
  display: inline-block;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  padding: 8px 12px;
  width: calc(100% - 100px);
  max-width: 400px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  text-align: left;
  margin-right: 10px;
}
.msg-search-area .btn-select:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "\e941";
  font-family: xeicon;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
}

.pop-msg-search {
  max-width: 600px;
  width: 90%;
  max-height: unset;
}
.pop-msg-search .modal-content-reset {
  padding: 0;
}
.pop-msg-search .search-tit {
  position: relative;
  padding: 1.875rem 0;
}
.pop-msg-search .search-tit .tit {
  font-size: 1.375rem;
  color: #232323;
  font-weight: 500;
  text-align: center;
}
.pop-msg-search .search-tit .pop-msg-search-close {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  font-size: 1.625rem;
  color: #677294;
  transform: translateY(-50%);
}
.pop-msg-search .search-kind {
  position: relative;
  padding: 0 0 1.25rem 1.875rem;
}
.pop-msg-search .search-kind:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D8DEE5;
  width: 100%;
  height: 1px;
}
.pop-msg-search .search-kind button {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  text-align: left;
  padding: 0 0.75rem;
  border: 1px solid rgba(216, 222, 229, 0.6);
  border-radius: 4px;
  padding: 10px 30px 10px 12px;
}
.pop-msg-search .search-kind button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\e941";
  color: #B9B9B9;
  font-family: xeicon;
  transform: translateY(-50%);
}
.pop-msg-search .search-kind button.active {
  border-color: #5e5e5e;
  color: #232323;
}
.pop-msg-search .search-kind button.active:after {
  color: #677294;
  content: "\e944";
}
.pop-msg-search .search-kind button.done:after {
  content: "\e92b";
  color: #007AFF;
  font-size: 13px;
}
.pop-msg-search .search-kind button:not(:last-child) {
  margin-right: 8px;
}
.pop-msg-search .h-area {
  overflow: hidden auto;
}
.pop-msg-search #select-loc {
  height: 100%;
}
.pop-msg-search #select-loc .loc-tab {
  width: 30%;
  height: 100%;
  overflow: hidden auto;
}
.pop-msg-search #select-loc .loc-tab button {
  display: block;
  width: 100%;
  height: 3.4375rem;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #B9B9B9;
  text-align: left;
  padding-left: 1.875rem;
  background: #F4F6F9;
}
.pop-msg-search #select-loc .loc-tab button.active {
  background: #fff;
  color: #007AFF;
}
.pop-msg-search #select-loc .loc-tabCon {
  width: 70%;
  align-self: flex-start;
}
.pop-msg-search .check-term .flex > div {
  width: 50%;
  padding: 0 0.9375rem;
  height: 3.4375rem;
  display: flex;
}
.pop-msg-search .check-term .flex > div > div {
  align-self: center;
}
.pop-msg-search .check-term .flex > div.checkArea {
  margin-top: 0;
}
.pop-msg-search .current-select {
  overflow-x: auto;
  margin: 0 1.875rem;
}
.pop-msg-search .current-select ul {
  display: inline-flex;
}
.pop-msg-search .current-select li {
  width: auto;
  display: block !important;
  padding: 1.25rem 0;
}
.pop-msg-search .current-select li:not(:last-child) {
  margin-right: 10px;
}
.pop-msg-search .current-select button {
  display: flex;
  align-items: center;
  width: auto;
  gap: 3px;
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
  color: #007AFF;
  background: rgba(0, 119, 237, 0.1);
  border-radius: 20px;
}
.pop-msg-search .current-select button span {
  align-self: center;
}
.pop-msg-search .current-select button i {
  font-size: 8px;
  color: #677294;
  align-self: center;
}
.pop-msg-search .btnArea {
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.pop-msg-search .btnArea button[disabled] {
  color: #adb5bd;
  background: #DEE2E6;
  cursor: not-allowed;
}
@media screen and (max-width: 480px) {
  .pop-msg-search .check-term#loc-tab0 .flex > div {
    width: 100%;
  }
  .pop-msg-search .search-kind {
    padding: 0 0 1.25rem 1.25rem;
  }
  .pop-msg-search .search-kind button {
    padding: 7px 25px 7px 7px;
  }
  .pop-msg-search .search-kind button:after {
    right: 7px;
    font-size: 10px;
  }
  .pop-msg-search .search-kind button:not(:last-child) {
    margin-right: 5px;
  }
}

.msg-guide {
  text-align: center;
  padding-top: 14.8148148148vh;
}
.msg-guide p {
  font-size: 1.125rem;
  color: #232323;
}
.msg-guide span {
  display: inline-block;
  font-size: 1rem;
  color: #777;
  margin-top: 10px;
}
.msg-guide.msg-guide-confirm {
  border-top: 1px solid #ECECEC;
}

.matching-view {
  background: #F8FAFE;
  padding: 2.5rem 0;
}
.matching-view .tit {
  font-size: 1rem;
  color: #677294;
  margin-bottom: 1.25rem;
}
.matching-view .view-box {
  padding: 1.25rem 2.5rem 0.9375rem 2.5rem;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
.matching-view .view-box dl {
  display: flex;
  width: calc(50% - 10px);
}
.matching-view .view-box dl:first-child, .matching-view .view-box dl:nth-child(2) {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #ECECEC;
}
.matching-view .view-box dl:nth-child(odd) {
  padding-right: 20px;
}
.matching-view .view-box dl:nth-child(odd) dt {
  width: 66px;
}
.matching-view .view-box dl:nth-child(odd) dd {
  width: calc(100% - 66px);
}
.matching-view .view-box dl:nth-child(even) dt {
  width: 100px;
}
.matching-view .view-box dl:nth-child(even) dd {
  width: calc(100% - 100px);
}
.matching-view .view-box dl dt {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #aeaeae;
  font-weight: 400;
  line-height: 1.25rem;
  align-self: center;
  padding-bottom: 5px;
}
.matching-view .view-box dl dd {
  overflow: auto hidden;
  padding-bottom: 5px;
}
.matching-view .view-box dl dd::-webkit-scrollbar {
  height: 7px;
  border: none;
}
.matching-view .view-box dl dd::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #ddd;
}
.matching-view .view-box dl dd::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 40px;
  border: none;
}
.matching-view .view-box dl dd ul {
  display: inline-flex;
  gap: 10px;
}
.matching-view .view-box dl dd ul:after {
  content: "";
  display: block;
  clear: both;
}
.matching-view .view-box dl dd li {
  width: auto;
  display: inline-block !important;
  text-wrap: nowrap;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  font-size: 12px;
  color: #007AFF;
  background: rgba(0, 119, 237, 0.1);
  border-radius: 20px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .matching-view .view-box {
    gap: 0.9375rem;
    padding: 1.25rem;
  }
  .matching-view .view-box dl {
    width: 100%;
    gap: 10px;
  }
  .matching-view .view-box dl:not(:last-child) {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #ECECEC;
  }
  .matching-view .view-box dl:nth-child(odd) {
    padding-right: 0;
  }
  .matching-view .view-box dl dt {
    width: 80px !important;
  }
  .matching-view .view-box dl dd {
    width: calc(100% - 80px) !important;
  }
}

.msg-group {
  padding: 3.75rem 0 11.1111111111vh 0;
}
.msg-group .tit {
  font-size: 1rem;
  color: #aeaeae;
  margin-bottom: 20px;
}
.msg-group .tit b {
  font-size: 1.25rem;
  color: #677294;
  font-weight: 500;
}
.msg-group .group-box {
  border: 1px solid #D8DEE5;
  border-radius: 14px;
  padding: 2.5rem;
}
.msg-group .group-box .checkArea {
  margin-top: 0;
}
.msg-group .group-box .check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ECECEC;
}
.msg-group .group-box .check-group .checkArea {
  width: 16.6666666667%;
}
@media screen and (max-width: 992px) {
  .msg-group .group-box .check-group .checkArea {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .msg-group .group-box .check-group .checkArea {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 480px) {
  .msg-group .group-box .check-group .checkArea {
    width: 50%;
  }
}

.msg-list .filter {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.msg-list .filter .btn-filter {
  position: relative;
  width: 120px;
  font-size: clamp(12px, 768px, 0.875rem);
  line-height: 1;
  color: #232323;
  text-align: left;
  border-radius: 40px;
  border: 1px solid #D8DEE5;
  padding: 12px 20px;
}
.msg-list .filter .btn-filter:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e941";
  font-size: clamp(12px, 768px, 0.875rem);
  font-family: xeicon;
  color: #777;
  transform: translateY(-50%);
}
.msg-list .filter .btn-filter:after {
  all: unset;
}
.msg-list .filter .btn-filter.active {
  border-color: #232323;
}
.msg-list .filter .btn-filter.active:before {
  content: "\e944";
}
.msg-list .filter .btn-refresh {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  line-height: 1;
  padding: 10px 0;
  margin-left: 20px;
}
.msg-list .filter .btn-refresh i {
  margin-right: 7px;
  font-size: 1.25rem;
  vertical-align: text-top;
}
.msg-list .filter .filter-option {
  display: none;
  position: absolute;
  top: 100%;
  padding: 1.875rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 100;
}
.msg-list .filter .filter-option > div:not(:last-child) {
  margin-bottom: 1.875rem;
}
.msg-list .filter .filter-option .select-option .tit {
  font-size: 1rem;
  color: #232323;
}
.msg-list .filter .filter-option .select-option .flex > div.checkArea {
  width: 50%;
}
.msg-list .filter .filter-option .btnArea .btn-md {
  background: #677294;
}
.msg-list .filter .filter-option.active {
  display: block;
}
.msg-list .msg-item {
  border-radius: 14px;
  border: 1px solid #D8DEE5;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.msg-list .msg-item .flex-area {
  display: flex;
}
.msg-list .msg-item .flex-area > div {
  align-self: center;
}
.msg-list .msg-item .flex-area > div:not(:last-child) {
  padding-right: 10px;
}
.msg-list .msg-item .flex-area .checkArea {
  width: 180px;
  margin-top: 0;
}
.msg-list .msg-item .flex-area .col-loc {
  width: calc(70% - 275px);
  word-break: keep-all;
}
.msg-list .msg-item .flex-area .col-area {
  width: 20%;
}
.msg-list .msg-item .flex-area .col-kind {
  width: 10%;
}
.msg-list .msg-item .flex-area .col-btn {
  width: 95px;
  text-align: right;
}
.msg-list .msg-item .msg-item-head {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #677294;
  padding: 15px 30px;
  background: rgba(244, 246, 249, 0.3);
}
.msg-list .msg-item .msg-item-head .msg-item-collapse {
  font-size: 1.5rem;
  color: #677294;
  transition: all 0.5s;
  transform: rotate(0deg);
}
.msg-list .msg-item .msg-item-head .msg-item-collapse.collapsed {
  transform: rotate(-180deg);
}
.msg-list .msg-item .msg-item-head .col-btn {
  padding-right: 20px;
}
.msg-list .msg-item .msg-item-body .msg-item-row {
  border-top: 1px solid #D8DEE5;
  padding: 12px 30px;
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #5e5e5e;
  font-weight: 500;
}
.msg-list .msg-item .msg-item-body .msg-item-row .checkArea span {
  display: inline-block;
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
}
.msg-list .msg-item .msg-item-body .msg-item-row .checkArea span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.msg-list .msg-item .btn-post, .msg-list .msg-item .btn-post-auto {
  width: unset;
  padding: 8px;
  font-size: clamp(12px, 768px, 0.8125rem);
}
@media screen and (max-width: 1240px) {
  .msg-list .msg-item .msg-item-head {
    padding: 15px 20px;
  }
  .msg-list .msg-item .msg-item-body .msg-item-row {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 992px) {
  .msg-list .msg-item .flex-area .checkArea {
    width: 170px;
  }
  .msg-list .msg-item .flex-area .col-loc {
    width: calc(80% - 260px);
  }
  .msg-list .msg-item .flex-area .col-kind {
    display: none;
  }
  .msg-list .msg-item .flex-area .col-btn {
    width: 90px;
  }
}
@media screen and (max-width: 870px) {
  .msg-list .msg-item .flex-area .col-loc {
    width: calc(100% - 260px);
  }
  .msg-list .msg-item .flex-area .col-area {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .msg-list .msg-item .msg-item-head.flex-area .checkArea {
    width: calc(100% - 90px);
  }
  .msg-list .msg-item .msg-item-head.flex-area .col-loc {
    display: none;
  }
  .msg-list .msg-item .msg-item-head.flex-area .col-btn {
    padding-right: 0;
  }
  .msg-list .msg-item .msg-item-body .flex-area {
    gap: 5px;
  }
  .msg-list .msg-item .msg-item-body .flex-area .checkArea {
    width: calc(100% - 90px);
  }
  .msg-list .msg-item .msg-item-body .flex-area .col-loc {
    display: none;
  }
}

.pop-term-view {
  max-width: 360px;
}
.pop-term-view .modal-content-reset {
  padding: 0;
}
.pop-term-view .view-tit {
  position: sticky;
  top: 0;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  border-bottom: 1px solid #D8DEE5;
  background: #fff;
  z-index: 1;
}
.pop-term-view .view-tit h1, .pop-term-view .view-tit .h1 {
  position: relative;
  font-size: 14px;
  padding-left: 38px;
  color: #5e5e5e;
}
.pop-term-view .view-tit h1:before, .pop-term-view .view-tit .h1:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.pop-term-view .view-tit h1.male:before, .pop-term-view .view-tit .male.h1:before {
  background: url(/assets/img/sub/msg-ico-male.svg);
}
.pop-term-view .view-tit h1.female:before, .pop-term-view .view-tit .female.h1:before {
  background: url(/assets/img/sub/msg-ico-female.svg);
}
.pop-term-view .view-tit .pop-close {
  top: 1.75rem;
  right: 1.875rem;
}
.pop-term-view .view-tit .pop-close i {
  font-size: 1.375rem;
}
.pop-term-view .view-txt {
  padding: 1.25rem 1.875rem 1.875rem 1.875rem;
}
.pop-term-view .view-txt > div:not(:last-child) {
  margin-bottom: 1.25rem;
}
.pop-term-view .view-txt p {
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
  color: #232323;
  margin-bottom: 5px;
}
.pop-term-view .view-txt li {
  position: relative;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  padding-left: 10px;
}
.pop-term-view .view-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #777;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
}
.pop-term-view .view-txt li:not(:last-child) {
  margin-bottom: 5px;
}

.msg-register .status-txt {
  font-size: 1rem;
  color: #677294;
  text-align: center;
  background: #F8FAFE;
  border: 1px solid #D8DEE5;
  padding: 1.1875rem;
  margin-bottom: 3.75rem;
}
.msg-register .status-txt i {
  font-size: 1.25rem;
  color: #007AFF;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: 2px;
}
.msg-register .register-area > section:not(:last-child) {
  margin-bottom: 3.75rem;
}
.msg-register .register-area h5.register-tit, .msg-register .register-area .register-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  margin-bottom: 1.875rem;
}
.msg-register .register-area h5.register-tit b, .msg-register .register-area .register-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.msg-register .register-area .note ul {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 1.875rem 0;
}
.msg-register .register-area .note ul > li {
  position: relative;
  font-size: 1rem;
  color: #0061C1;
  padding-left: 12px;
}
.msg-register .register-area .note ul > li a {
  font-weight: 500;
  text-decoration: underline;
  color: inherit;
}
.msg-register .register-area .note ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.msg-register .register-area .note ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0061C1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.msg-register .register-area .register-input-area {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 1.875rem 0;
}
.msg-register .register-area .area-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msg-register .register-area .area-row:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.msg-register .register-area .area-row .row-tit {
  width: 180px;
  font-weight: 700;
  color: #232323;
  margin-top: 8px;
}
.msg-register .register-area .area-row .row-tit.required:after {
  content: " *";
  color: #017BFF;
}
.msg-register .register-area .area-row .row-input {
  width: calc(100% - 180px);
}
.msg-register .register-area .area-row .row-input > .flex {
  width: 100%;
  max-width: 490px;
}
.msg-register .register-area .area-row .input-w1 {
  width: 100%;
  max-width: 240px;
}
.msg-register .register-area .area-row textarea {
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
  min-height: 200px;
  max-width: 730px;
  font-size: clamp(12px, 768px, 0.875rem);
}
.msg-register .register-area .area-row textarea::placeholder {
  color: #B9B9B9;
}
.msg-register .register-area .area-row .extent-wrap {
  max-width: 430px;
  display: flex;
  flex-wrap: wrap;
}
.msg-register .register-area .area-row .extent-wrap .s-tit {
  font-size: clamp(12px, 768px, 0.8125rem);
  width: 80px;
  align-self: center;
}
.msg-register .register-area .area-row .extent-wrap .extent {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
}
.msg-register .register-area .area-row .extent-wrap .extent .input-extent {
  width: calc((100% - 30px) / 2);
}
.msg-register .register-area .area-row .extent-wrap .extent .arrow {
  position: relative;
  width: 15px;
  height: 22px;
  align-self: center;
}
.msg-register .register-area .area-row .extent-wrap .extent .arrow i {
  color: #677294;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.msg-register .register-area .area-row .extent-wrap .extent .arrow i.xi-long-arrow-right {
  top: 0;
}
.msg-register .register-area .area-row .extent-wrap .extent .arrow i.xi-long-arrow-left {
  bottom: 0;
}
.msg-register .register-area .s-area > div {
  background: #F8FAFE;
  padding: 10px 15px 15px 15px;
  margin-top: 15px;
}
.msg-register .register-area .s-area > div .s-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-bottom: 3px;
}
.msg-register .register-area .s-area > div.checkArea {
  padding: 0;
  margin-top: 0.625rem;
  background: none;
}
.msg-register .register-area .s-area > div.s-area-pd {
  padding: 15px;
}
.msg-register .register-area .s-area > div .flex-2 {
  width: 100%;
  max-width: 490px;
}
.msg-register .register-area .kind-dropdown {
  position: relative;
  width: 100%;
}
.msg-register .register-area .kind-dropdown button.dropdown-toggle {
  position: relative;
  width: 100%;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  padding: 8px 45px 8px 15px;
  color: #5e5e5e;
  background: #fff;
}
.msg-register .register-area .kind-dropdown button.dropdown-toggle ins {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-size: clamp(12px, 768px, 0.875rem);
  font-weight: 500;
}
.msg-register .register-area .kind-dropdown button.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: xeicon;
  content: "\e938";
  font-size: 15px;
  color: #677294;
  border: 0;
  margin: 0;
  vertical-align: auto;
}
.msg-register .register-area .kind-dropdown .kind-dropdown-menu {
  width: 100%;
  padding: 0;
}
.msg-register .register-area .kind-dropdown .kind-dropdown-menu .kind-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  padding: 8px 15px;
}
.msg-register .register-area .kind-dropdown .kind-dropdown-menu .kind-item:not(:last-child) {
  border-bottom: 1px solid #D8DEE5;
}
.msg-register .register-area .kind-dropdown .kind-dropdown-menu .kind-item.active {
  background: #007AFF !important;
  color: #fff;
}
.msg-register .register-area .kind-dropdown .kind-dropdown-menu .kind-item:hover {
  background: #F4F6F9;
}
.msg-register .register-area .kind-dropdown .kind-dropdown-menu input {
  position: absolute;
  left: -30px;
  visibility: hidden;
}
.msg-register .register-area .except .except-note {
  width: 100%;
  max-width: 450px;
  background: #F4F6F9;
  border-radius: 4px;
  font-size: 12px;
  color: #232323;
  padding: 10px;
  margin-top: 15px;
}
.msg-register .register-area .except .except-note span {
  color: #777;
}
.msg-register .register-area .except .except-note a {
  text-decoration: underline;
  color: #007AFF;
}
.msg-register .register-area .limit {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
}
.msg-register .register-area .wPlace-date-exp select {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .msg-register .register-area .area-row .row-tit {
    width: 120px;
  }
  .msg-register .register-area .area-row .row-input {
    width: calc(100% - 120px);
  }
  .msg-register .register-area .area-row .row-input.row-date .flex > div:first-child.input-place-date {
    width: calc(100% - 205px);
  }
  .msg-register .register-area .area-row .row-input.row-date .flex > div:last-child.flex {
    width: 195px;
  }
  .msg-register .register-area .area-row .extent-wrap .s-tit {
    width: 60px;
  }
  .msg-register .register-area .area-row .extent-wrap .extent {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .msg-register .register-area .area-row .row-tit {
    width: 100%;
    margin-bottom: 5px;
  }
  .msg-register .register-area .area-row .row-input {
    width: 100%;
    max-width: 100%;
  }
  .msg-register .register-area .area-row .input-w1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .msg-register .register-area .area-row .row-input.row-date .flex > div:first-child.input-place-date {
    width: 100%;
  }
  .msg-register .register-area .area-row .row-input.row-date .flex > div:last-child.flex {
    width: 100%;
    margin-top: 10px;
  }
}

.msg-register-confirm .status-txt {
  font-size: 1rem;
  color: #677294;
  text-align: center;
  background: #F8FAFE;
  border: 1px solid #D8DEE5;
  padding: 1.1875rem;
  margin-bottom: 3.75rem;
}
.msg-register-confirm .status-txt i {
  font-size: 1.25rem;
  color: #007AFF;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: 2px;
}
.msg-register-confirm .confirm-area > section:not(:last-child) {
  margin-bottom: 3.75rem;
}
.msg-register-confirm .confirm-area h5.confirm-tit, .msg-register-confirm .confirm-area .confirm-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  margin-bottom: 1.875rem;
}
.msg-register-confirm .confirm-area h5.confirm-tit b, .msg-register-confirm .confirm-area .confirm-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.msg-register-confirm .confirm-area .confirm-txt {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 1.875rem 0;
}
.msg-register-confirm .confirm-area .area-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msg-register-confirm .confirm-area .area-row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.msg-register-confirm .confirm-area .area-row .row-tit {
  width: 180px;
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #777;
  line-height: 1.625rem;
}
.msg-register-confirm .confirm-area .area-row .row-txt {
  width: calc(100% - 180px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  line-height: 1.625rem;
}
.msg-register-confirm .confirm-area .area-row .row-txt > div.flex {
  width: 100%;
  gap: 0.625rem 1.25rem;
}
.msg-register-confirm .confirm-area .area-row .row-txt .s-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.msg-register-confirm .confirm-area .area-row .row-txt .s-txt dt {
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 400;
  padding: 0 10px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
.msg-register-confirm .confirm-area .area-row .row-txt .no-txt {
  color: #B9B9B9;
}
.msg-register-confirm .confirm-area .area-row .row-txt.desc {
  white-space: wrap;
  word-break: break-all;
}
@media screen and (max-width: 992px) {
  .msg-register-confirm .confirm-area .area-row .row-tit {
    width: 140px;
  }
  .msg-register-confirm .confirm-area .area-row .row-txt {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .msg-register-confirm .confirm-area .area-row .row-tit {
    width: 110px;
  }
  .msg-register-confirm .confirm-area .area-row .row-txt {
    width: calc(100% - 110px);
  }
}

.msg-payment .status-txt {
  font-size: 1rem;
  color: #677294;
  text-align: center;
  background: #F8FAFE;
  border: 1px solid #D8DEE5;
  padding: 1.1875rem;
  margin-bottom: 3.75rem;
}
.msg-payment .status-txt i {
  font-size: 1.25rem;
  color: #007AFF;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: 2px;
}
.msg-payment .payment-area > section:not(:last-child) {
  margin-bottom: 3.75rem;
}
.msg-payment .payment-area h5.pay-tit, .msg-payment .payment-area .pay-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  margin-bottom: 1.875rem;
}
.msg-payment .payment-area h5.pay-tit b, .msg-payment .payment-area .pay-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.msg-payment .payment-area .note ul {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 1.875rem 0;
}
.msg-payment .payment-area .note ul > li {
  position: relative;
  font-size: 1rem;
  color: #0061C1;
  padding-left: 12px;
}
.msg-payment .payment-area .note ul > li a {
  font-weight: 500;
  text-decoration: underline;
  color: inherit;
}
.msg-payment .payment-area .note ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.msg-payment .payment-area .note ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0061C1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.msg-payment .payment-area .pay-input-area {
  border-top: 1px solid #ECECEC;
}
.msg-payment .payment-area .area-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.875rem 0;
  border-bottom: 1px solid #ECECEC;
}
.msg-payment .payment-area .area-row .row-tit {
  width: 180px;
  font-weight: 700;
  color: #232323;
  margin-top: 8px;
}
.msg-payment .payment-area .area-row .row-tit.required:after {
  content: " *";
  color: #017BFF;
}
.msg-payment .payment-area .area-row .row-input {
  width: calc(100% - 180px);
}
.msg-payment .payment-area .area-row .row-input > .flex {
  width: 100%;
  max-width: 490px;
}
.msg-payment .payment-area .area-row .input-w1 {
  width: 100%;
  max-width: 240px;
}
.msg-payment .payment-area .s-area > div {
  background: #F8FAFE;
  padding: 10px 15px 15px 15px;
  margin-top: 15px;
}
.msg-payment .payment-area .s-area > div .s-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-bottom: 3px;
}
.msg-payment .payment-area .s-area > div.checkArea {
  padding: 0;
  margin-top: 0.625rem;
  background: none;
}
.msg-payment .payment-area .s-area > div.s-area-pd {
  padding: 15px;
}
.msg-payment .payment-area .s-area > div .flex-2 {
  width: 100%;
  max-width: 490px;
}
.msg-payment .payment-area .wPlace-date-exp select {
  background-color: #fff;
}
.msg-payment .payment-area .s-area-book > div > div.flex {
  gap: 10px;
}
.msg-payment .payment-area .s-area-book > div > div.flex > div:first-child {
  width: calc(33.33% - 5px);
}
.msg-payment .payment-area .s-area-book > div > div.flex > div:last-child {
  width: calc(66.66% - 5px);
}
.msg-payment .payment-area .pay-point > div.flex {
  gap: 10px 2.5rem;
}
.msg-payment .payment-area .pay-point > div.flex > div.flex {
  gap: 10px;
}
.msg-payment .payment-area .pay-point .myPoint {
  font-size: clamp(12px, 768px, 0.9375rem);
}
.msg-payment .payment-area .pay-point .myPoint b {
  font-size: 1.0625rem;
  color: #677294;
}
.msg-payment .payment-area .pay-method .account {
  font-size: clamp(12px, 768px, 0.9375rem);
  padding: 1.25rem;
  background: #F8FAFE;
}
.msg-payment .payment-area .pay-method .radio-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.msg-payment .payment-area .method-input .bgY {
  background: #F8FAFE;
  padding: 20px;
  gap: 15px 10px;
}
.msg-payment .payment-area .method-input .s-tit {
  font-size: clamp(12px, 768px, 0.875rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .msg-payment .payment-area .area-row .row-tit {
    width: 130px;
  }
  .msg-payment .payment-area .area-row .row-input {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .msg-payment .payment-area .area-row .row-tit {
    width: 100%;
    margin-bottom: 10px;
  }
  .msg-payment .payment-area .area-row .row-input {
    width: 100%;
  }
  .msg-payment .payment-area .area-row .input-w1 {
    max-width: 100%;
  }
}

.msg-pay-confirm .status-txt {
  font-size: 1rem;
  color: #677294;
  text-align: center;
  background: #F8FAFE;
  border: 1px solid #D8DEE5;
  padding: 1.1875rem;
  margin-bottom: 3.75rem;
}
.msg-pay-confirm .status-txt i {
  font-size: 1.25rem;
  color: #007AFF;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: 2px;
}
.msg-pay-confirm .confirm-area > section:not(:last-child) {
  margin-bottom: 3.75rem;
}
.msg-pay-confirm .confirm-area h5.confirm-tit, .msg-pay-confirm .confirm-area .confirm-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  margin-bottom: 1.875rem;
}
.msg-pay-confirm .confirm-area h5.confirm-tit b, .msg-pay-confirm .confirm-area .confirm-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.msg-pay-confirm .confirm-area .confirm-txt {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 1.875rem 0;
}
.msg-pay-confirm .confirm-area .note ul {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 1.875rem 0;
}
.msg-pay-confirm .confirm-area .note ul > li {
  position: relative;
  font-size: 1rem;
  color: #0061C1;
  padding-left: 12px;
}
.msg-pay-confirm .confirm-area .note ul > li a {
  font-weight: 500;
  text-decoration: underline;
  color: inherit;
}
.msg-pay-confirm .confirm-area .note ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.msg-pay-confirm .confirm-area .note ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0061C1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.msg-pay-confirm .confirm-area .area-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msg-pay-confirm .confirm-area .area-row:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.msg-pay-confirm .confirm-area .area-row .row-tit {
  width: 180px;
  font-size: 1rem;
  font-weight: 700;
  color: #232323;
  line-height: 1.4375rem;
}
.msg-pay-confirm .confirm-area .area-row .row-txt {
  width: calc(100% - 180px);
  font-size: clamp(12px, 768px, 0.9375rem);
  color: #232323;
  line-height: 1.4375rem;
}
.msg-pay-confirm .confirm-area .area-row .row-txt b.amount {
  font-size: 1.0625rem;
  color: #677294;
}
.msg-pay-confirm .confirm-area .area-row .row-txt > div.flex {
  width: 100%;
  gap: 0.625rem 1.25rem;
}
.msg-pay-confirm .confirm-area .area-row .row-txt .s-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.msg-pay-confirm .confirm-area .area-row .row-txt .s-txt dt {
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 400;
  padding: 0 10px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .msg-pay-confirm .confirm-area .area-row .row-tit {
    width: 140px;
  }
  .msg-pay-confirm .confirm-area .area-row .row-txt {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .msg-pay-confirm .confirm-area .area-row .row-tit {
    width: 110px;
  }
  .msg-pay-confirm .confirm-area .area-row .row-txt {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 600px) {
  .msg-pay-confirm .confirm-area .area-row .row-tit {
    width: 90px;
  }
  .msg-pay-confirm .confirm-area .area-row .row-txt {
    width: calc(100% - 90px);
  }
}

.msg-done .status-txt {
  font-size: 1rem;
  color: #677294;
  text-align: center;
  background: #F8FAFE;
  border: 1px solid #D8DEE5;
  padding: 1.1875rem;
  margin-bottom: 3.75rem;
}
.msg-done .status-txt i {
  font-size: 1.25rem;
  color: #007AFF;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: 2px;
}
.msg-done .done-area {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D8DEE5;
  border-bottom: 1px solid #D8DEE5;
  padding: 1.875rem 0;
}
.msg-done .done-area > div {
  width: 33.33%;
  padding: 0 1.25rem;
}
.msg-done .done-area > div:not(:last-child) {
  border-right: 1px dotted #D8DEE5;
}
.msg-done .done-area > div .status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msg-done .done-area > div .status dt {
  font-size: 1rem;
  color: #232323;
  font-weight: 400;
  align-self: center;
}
.msg-done .done-area > div .status dd {
  font-size: 0.9375rem;
  color: #232323;
  font-weight: 400;
  align-self: center;
}
.msg-done .done-area > div .status dd b {
  color: #677294;
  font-weight: 700;
}
.msg-done .done-area > div .book {
  margin-top: 1.25rem;
}
.msg-done .done-area > div .book p {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
}
.msg-done .done-area > div .book .time {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-top: 0.625rem;
}
.msg-done .done-area > div .book .time dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.msg-done .done-area > div .book .time dl dt {
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 400;
  padding: 1px 10px 0 10px;
  border: 1px solid #D8DEE5;
  border-radius: 4px;
  align-self: center;
}
.msg-done .done-area > div .book .time dl dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #232323;
  align-self: center;
}
.msg-done .done-area > div .method {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.msg-done .done-area > div .method dt, .msg-done .done-area > div .method dd {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #5e5e5e;
  font-weight: 400;
}
.msg-done .done-area > div.total-area .status dd {
  font-size: 1rem;
}
.msg-done .done-area > div.total-area .status dd b {
  color: #007AFF;
}
.msg-done .done-area > div.total-area .account {
  font-size: clamp(12px, 768px, 0.875rem);
  color: #677294;
}
.msg-done ul.dotList > li {
  font-size: clamp(12px, 768px, 0.8125rem);
  padding-left: 9px;
}
.msg-done ul.dotList > li:before {
  top: 8px;
}
@media screen and (max-width: 600px) {
  .msg-done .done-area {
    padding: 1.25rem 0 0 0;
    gap: 1.25rem 0;
  }
  .msg-done .done-area > div {
    padding: 1.25rem;
  }
  .msg-done .done-area > div.charge-area {
    border-right: 0;
  }
  .msg-done .done-area > div.total-area {
    width: 100%;
    border-top: 1px dotted #D8DEE5;
  }
  .msg-done .done-area > div:not(:last-child) {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .msg-done .done-area {
    padding: 0;
    gap: 0;
  }
  .msg-done .done-area > div.charge-area {
    border-top: 1px dotted #D8DEE5;
  }
  .msg-done .done-area > div:not(:last-child) {
    width: 100%;
    border-right: 0;
  }
}

.form-switch .form-check-input:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  background: url(/assets/img/sub/switch-off-bg.svg) no-repeat;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  transition: all ease-in-out 0.5s;
}
.form-switch .form-check-input:checked {
  border-color: #007AFF;
  background: #007AFF;
}
.form-switch .form-check-input:checked:after {
  background: url(/assets/img/sub/switch-on-bg.svg);
  left: calc(100% - 35px);
}
.form-switch .form-check-input:checked + .form-check-label {
  left: 15px;
  color: #fff;
}
.form-switch .form-check-input:checked + .form-check-label:before {
  content: "적용";
}
.form-switch .form-check-input:checked, .form-switch .form-check-input:focus {
  box-shadow: none;
}
.form-switch .form-check-label {
  transition: all ease-in-out 0.8s;
}

.ad-saleView-pharmple {
  box-shadow: 0 0 12px rgba(120, 143, 165, 0.2);
  text-align: center;
  background: #fff;
}
.ad-saleView-pharmple dt {
  color: #777;
  opacity: 0.7;
}
.ad-saleView-pharmple dd {
  color: #777;
  word-break: break-all;
}

.ad-saleView-dnploan:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFC207;
  width: 100%;
  height: 4px;
}
.ad-saleView-dnploan dt {
  color: #313131;
}
.ad-saleView-dnploan dd {
  color: #232323;
}
.ad-saleView-dnploan .box-txt {
  position: relative;
  font-size: clamp(12px, 768px, 0.9375rem);
}
.ad-saleView-dnploan .box-txt span {
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  z-index: 0;
}
.ad-saleView-dnploan .obj.obj-c {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #272727;
}
.ad-saleView-dnploan .obj.obj-1 {
  left: 12px;
  bottom: 33px;
}
.ad-saleView-dnploan .obj.obj-2 {
  left: 33px;
  top: 40%;
}
.ad-saleView-dnploan .obj.obj-3 {
  left: 44%;
  top: 16px;
}
.ad-saleView-dnploan .obj.obj-4 {
  left: 42%;
  top: 16px;
}
.ad-saleView-dnploan .obj.obj-5 {
  left: 60%;
  bottom: 16px;
}
.ad-saleView-dnploan .obj.obj-6 {
  left: 63%;
  bottom: 40px;
}
.ad-saleView-dnploan .obj.obj-7 {
  right: 24px;
  bottom: 15px;
}
.ad-saleView-dnploan .obj.obj-8 {
  right: 45px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ad-saleView-dnploan .box-txt span {
    left: -43px;
  }
  .ad-saleView-dnploan .box-txt span img {
    width: 45px;
    height: auto;
  }
  .ad-saleView-dnploan .obj.obj-1, .ad-saleView-dnploan .obj.obj-2 {
    display: none;
  }
  .ad-saleView-dnploan .obj.obj-3 {
    left: 43%;
    top: 10px;
  }
  .ad-saleView-dnploan .obj.obj-4 {
    left: 41%;
  }
  .ad-saleView-dnploan .obj.obj-5 {
    left: 56%;
    bottom: 16px;
  }
  .ad-saleView-dnploan .obj.obj-6 {
    left: 59%;
  }
}
@media screen and (max-width: 600px) {
  .ad-saleView-dnploan .obj.obj-5, .ad-saleView-dnploan .obj.obj-6 {
    display: none;
  }
  .ad-saleView-dnploan .obj.obj-7 {
    right: 10px;
  }
  .ad-saleView-dnploan .obj.obj-8 {
    right: 22px;
  }
}
@media screen and (max-width: 520px) {
  .ad-saleView-dnploan .box-txt span {
    left: -32px;
  }
  .ad-saleView-dnploan .box-txt span img {
    width: 35px;
  }
}
@media screen and (max-width: 500px) {
  .ad-saleView-dnploan {
    padding: 12px 20px;
  }
  .ad-saleView-dnploan dd {
    padding-right: 30px;
  }
  .ad-saleView-dnploan dd span {
    display: none;
  }
  .ad-saleView-dnploan .obj {
    transform: scale(0.8);
  }
  .ad-saleView-dnploan .obj.obj-3 {
    left: 49%;
  }
  .ad-saleView-dnploan .obj.obj-4 {
    left: 47%;
  }
  .ad-saleView-dnploan .obj.obj-8 {
    right: 17px;
  }
}

.ad-detail {
  width: 100%;
  height: 6.25rem;
  border-radius: 0.875rem;
  background: transparent;
  overflow: hidden;
}
.ad-detail a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.875rem;
  padding: 0 5%;
}
.ad-detail a dl {
  align-self: center;
  z-index: 1;
}
.ad-detail a dl.t-shadow dt, .ad-detail a dl.t-shadow dd {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ad-detail a dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
}
.ad-detail a dd {
  font-size: 1rem;
  color: #fff;
}
.ad-detail .ad-fix {
  background: #4e798a url(/assets/img/ad/foot-fix-bg.png) no-repeat right center;
  background-size: auto 100%;
}
.ad-detail .ad-fix:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #4e798a, #4e798a, transparent, transparent);
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ad-detail .ad-fix {
    background-image: url(/assets/img/ad/foot-fix-bg-mo.png);
  }
}
@media screen and (max-width: 480px) {
  .ad-detail .ad-fix {
    background-position: 80% center;
  }
}
.ad-detail .ad-slt {
  background: #4e798a url(/assets/img/ad/detail-slt-bg.png) no-repeat right center;
  background-size: auto 100%;
}
.ad-detail .ad-slt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #1D233D, #1D233D, transparent, transparent);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ad-detail .ad-slt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(29, 35, 61, 0.8), transparent);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ad-detail .ad-slt {
    background-position: 80% center;
  }
}
.ad-partner .inter {
  color: #007AFF;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
}
.ad-partner .top-txt {
  min-height: 40vh;
}
.ad-partner .top-txt .txt dt {
  font-size: 1.875rem;
  color: #232323;
  line-height: 2.5rem;
}
.ad-partner .top-txt .txt dd {
  font-size: 1rem;
  color: #232323;
  margin: 1.25rem 0 1.875rem 0;
}
.ad-partner .top-txt .manager {
  width: 100%;
  text-align: left;
  font-size: clamp(12px, 768px, 0.875rem);
  color: #777;
  padding: 1.25rem 1.875rem;
  background: #F8FAFE;
}
.ad-partner .top-txt #manager > div {
  width: 100%;
  background: #F8FAFE;
  padding: 0.625rem 1.875rem 1.25rem 1.875rem;
}
.ad-partner .top-txt #manager dt {
  font-size: 1rem;
  color: #232323;
  line-height: 1;
}
.ad-partner .top-txt #manager dd {
  font-size: 1rem;
  color: #232323;
  margin-top: 0.625rem;
}
.ad-partner .top-txt #manager dd a:hover {
  color: #007AFF;
}
.ad-partner .ad-partner-tabs {
  margin-top: 1.25rem;
}
.ad-partner .ad-partner-tabs a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #007AFF;
  padding: 0.5625rem 1.25rem;
  border-radius: 40px;
  background: #F8FAFE;
  transition: all ease-out 0.5s;
}
.ad-partner .ad-partner-tabs a:not(:last-child) {
  margin-right: 10px;
}
.ad-partner .ad-partner-tabs a:hover, .ad-partner .ad-partner-tabs a.active {
  background: #007AFF;
  color: #F8FAFE;
}
.ad-partner .tab-content .tit {
  font-size: 2.5rem;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.75rem;
}
.ad-partner .tab-content .tit .num {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #007AFF;
  border-radius: 50%;
  vertical-align: top;
  margin: 0.4375rem 0.9375rem 0 0;
}
.ad-partner .tab-pane > section {
  padding: 12.962962963vh 0;
}
.ad-partner .tab-pane > section.pb0 {
  padding-bottom: 0;
}
.ad-partner .tab-pane > section.inner-s {
  padding: 9.2592592593vh 20px;
}
.ad-partner .tab-pane > section:first-child {
  margin-top: 9.2592592593vh;
}
.ad-partner .tab-pane .img-area {
  padding: 60px 20px 0 20px;
  overflow: hidden;
}
.ad-partner .tab-pane .img-area p {
  display: inline-block;
  position: relative;
}
.ad-partner .tab-pane .img-area .img-mo {
  position: absolute;
  width: 315px;
  height: 600px;
  border-radius: 14px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.16);
}
.ad-partner .qna-row {
  border-top: 1px solid #D8DEE5;
}
.ad-partner .qna-row:last-child {
  border-bottom: 1px solid #D8DEE5;
}
.ad-partner .qna-row button {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  color: #232323;
  font-weight: 700;
  word-break: keep-all;
  text-align: left;
  padding: 1.875rem 3.125rem 1.875rem 1.875rem;
}
.ad-partner .qna-row button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  content: "\e913";
  font-family: xeicon;
  transition: 0.5s ease-in-out;
}
.ad-partner .qna-row button[aria-expanded=true]:before {
  transform: rotate(45deg);
}
.ad-partner .qna-row .answer p {
  font-size: 1rem;
  color: #5e5e5e;
  word-break: keep-all;
  line-height: 1.375rem;
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.ad-partner .qna-row .answer p b {
  color: #232323;
  font-weight: 500;
}
.ad-partner .qna-row .answer .barList {
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.ad-partner .qna-row .answer .barList > li {
  position: relative;
  font-size: 1rem;
  color: #5e5e5e;
  word-break: keep-all;
  line-height: 1.375rem;
  padding-left: 10px;
}
.ad-partner .qna-row .answer .barList > li b {
  color: #232323;
  font-weight: 500;
}
.ad-partner .qna-row .answer .barList > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  background: #5e5e5e;
  width: 5px;
  height: 1px;
}
.ad-partner .qna-row .answer .barList > li:not(:last-child) {
  margin-bottom: 5px;
}
.ad-partner .qna-row .answer p + .barList {
  margin-top: -1.25rem;
}
.ad-partner .ad-last {
  background: #0D0D0D;
  padding: 11.1111111111vh 0 !important;
  text-align: center;
  margin-bottom: -140px;
}
.ad-partner .ad-last dd {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  color: #fff;
  font-weight: 700;
  margin: 1.25rem 0 3.125rem 0;
}
.ad-partner .ad-last button, .ad-partner .ad-last a {
  display: inline-block;
  width: 100%;
  max-width: 304px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1.5625rem 0;
  background: #007AFF;
  border-radius: 200px;
}
.ad-partner .ad-last .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.ad-partner .ad-last .btn-area a:first-child {
  background: transparent;
  border: 3px solid #007AFF;
  padding: 1.375rem 0;
}
@media screen and (max-width: 1350px) {
  .ad-partner .tab-pane .img-area {
    width: 100%;
  }
  .ad-partner .tab-pane .img-area .img-laptop {
    width: 95%;
    min-width: 820px;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .tab-pane .img-area {
    padding: 40px 20px 0 0;
  }
  .ad-partner .tab-pane .img-area p {
    width: 100%;
    height: 100%;
  }
  .ad-partner .tab-pane .img-area .img-mo {
    width: 250px;
    height: 476px;
  }
  .ad-partner .ad-last {
    margin-bottom: -110px;
  }
  .ad-partner .ad-last dt img {
    width: 70px;
  }
  .ad-partner .qna-row .answer .barList > li:before {
    top: 7px;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .tab-pane .img-area {
    padding: 30px 20px 0 0;
  }
  .ad-partner .tab-pane .img-area .img-laptop {
    width: 95%;
    min-width: 700px;
    left: -30px;
  }
  .ad-partner .tab-pane .img-area .img-mo {
    width: 200px;
    height: 381px;
  }
}
@media screen and (max-width: 480px) {
  .ad-partner .qna-row button {
    padding: 1.875rem 2.5rem 1.875rem 0.625rem;
  }
  .ad-partner .qna-row button:before {
    right: 0.625rem;
  }
  .ad-partner .qna-row .answer p {
    padding: 0 0.625rem 1.875rem 0.625rem;
  }
  .ad-partner .qna-row .answer .barList {
    padding: 0 0.625rem 1.875rem 0.625rem;
  }
}
.ad-partner .partner-1 {
  background: linear-gradient(to bottom, #F4F6F9, #fff);
}
.ad-partner .partner-1 .img-area {
  width: 100%;
  height: 660px;
  text-align: center;
}
.ad-partner .partner-1 .img-area .img-mo {
  top: -60px;
  right: -90px;
}
@media screen and (max-width: 1350px) {
  .ad-partner .partner-1 .img-area {
    height: 500px;
    text-align: left;
  }
  .ad-partner .partner-1 .img-area .img-laptop {
    margin-left: -6%;
  }
  .ad-partner .partner-1 .img-area .img-mo {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .partner-1 .img-area {
    height: 400px;
    padding-top: 0;
  }
  .ad-partner .partner-1 .img-area .img-laptop {
    position: absolute;
    top: 40px;
    left: -35px;
    margin-left: 0;
  }
  .ad-partner .partner-1 .img-area .img-mo {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .partner-1 .img-area {
    height: 310px;
  }
  .ad-partner .partner-1 .img-area .img-laptop {
    left: -30px;
  }
}
.ad-partner .partner-2 {
  background: linear-gradient(to bottom, #fff, rgba(90, 199, 255, 0.2));
}
.ad-partner .partner-2 .img-area {
  width: 100%;
  height: 755px;
  text-align: center;
  padding: 0 20px;
}
.ad-partner .partner-2 .img-area .img-mo {
  top: 80px;
  right: -90px;
}
@media screen and (max-width: 1350px) {
  .ad-partner .partner-2 .img-area {
    height: 650px;
    text-align: left;
  }
  .ad-partner .partner-2 .img-area p {
    width: 100%;
    height: 100%;
  }
  .ad-partner .partner-2 .img-area .img-laptop {
    position: absolute;
    top: 0;
    left: -65px;
    min-width: 1070px;
    margin-left: 0;
  }
  .ad-partner .partner-2 .img-area .img-mo {
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .partner-2 .img-area {
    height: 500px;
  }
  .ad-partner .partner-2 .img-area .img-laptop {
    left: -53px;
    min-width: 850px;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .partner-2 .img-area {
    height: 450px;
  }
  .ad-partner .partner-2 .img-area .img-laptop {
    left: -55px;
    min-width: 750px;
  }
  .ad-partner .partner-2 .img-area .img-mo {
    top: 50px;
  }
}
.ad-partner .partner-cost {
  margin: 9.2592592593vh 20px 0 20px;
  background: #F8FAFE;
  border-radius: 2.5rem;
}
.ad-partner .partner-cost .cost {
  display: flex;
  border: 5px solid #007AFF;
  overflow: visible;
  border-radius: 14px;
  background: #fff;
}
.ad-partner .partner-cost .cost > div {
  position: relative;
  width: 22%;
}
.ad-partner .partner-cost .cost > div.cost-row2, .ad-partner .partner-cost .cost > div.cost-row4 {
  width: 28%;
}
.ad-partner .partner-cost .cost dt {
  position: relative;
  color: #00003d;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 1.25rem 0;
}
.ad-partner .partner-cost .cost dd {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #eee;
  line-height: 1;
  padding: 1.125rem 0.9375rem;
}
.ad-partner .partner-cost .cost .cost-row1 dd {
  color: #00003d;
}
.ad-partner .partner-cost .cost .cost-row2 dd {
  color: #8787a8;
  text-align: right;
}
.ad-partner .partner-cost .cost .cost-row3 dd {
  color: #625CF9;
}
.ad-partner .partner-cost .cost .cost-row4 dt {
  color: #fff;
}
.ad-partner .partner-cost .cost .cost-row4 dd {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.05);
  text-align: right;
}
.ad-partner .partner-cost .cost .cost-row4 dd.br {
  border-color: rgba(255, 255, 255, 0.5);
}
.ad-partner .partner-cost .cost .cost-row4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 5px;
  background: #007AFF;
  width: calc(100% - 10px);
  height: calc(100% + 40px);
  border-radius: 14px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}
.ad-partner .partner-cost .cost .cost-row4:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3.4375rem;
  right: 10px;
  width: 100%;
  content: "VAT 별도";
  font-size: 1rem;
  font-weight: 500;
  color: #007AFF;
  text-align: right;
}
.ad-partner .partner-cost .cost .cost-row2 dd, .ad-partner .partner-cost .cost .cost-row4 dd {
  position: relative;
  padding: 1.125rem 5rem;
}
.ad-partner .partner-cost .cost .cost-row2 dd:before, .ad-partner .partner-cost .cost .cost-row4 dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  content: "\ea6f";
  font-family: xeicon;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .ad-partner .partner-cost .cost .cost-row2 dd, .ad-partner .partner-cost .cost .cost-row4 dd {
    padding: 1.125rem 27%;
  }
  .ad-partner .partner-cost .cost .cost-row2 dd:before, .ad-partner .partner-cost .cost .cost-row4 dd:before {
    left: 27%;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .partner-cost .cost .cost-row2 dd, .ad-partner .partner-cost .cost .cost-row4 dd {
    padding: 1.125rem 24%;
  }
  .ad-partner .partner-cost .cost .cost-row2 dd:before, .ad-partner .partner-cost .cost .cost-row4 dd:before {
    left: 24%;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .partner-cost {
    margin: 9.2592592593vh 10px 0 10px;
  }
  .ad-partner .partner-cost .cost .cost-row2 dd, .ad-partner .partner-cost .cost .cost-row4 dd {
    padding: 1.125rem 15%;
  }
  .ad-partner .partner-cost .cost .cost-row2 dd:before, .ad-partner .partner-cost .cost .cost-row4 dd:before {
    left: 15%;
  }
}
@media screen and (max-width: 480px) {
  .ad-partner .partner-cost .inner-s {
    padding: 0 10px;
  }
  .ad-partner .partner-cost .cost > div {
    width: 18%;
  }
  .ad-partner .partner-cost .cost > div.cost-row2, .ad-partner .partner-cost .cost > div.cost-row4 {
    width: 32%;
  }
  .ad-partner .partner-cost .cost dd {
    padding: 1.125rem 0.3125rem;
  }
  .ad-partner .partner-cost .cost .cost-row2 dd, .ad-partner .partner-cost .cost .cost-row4 dd {
    padding: 1.125rem 12%;
  }
  .ad-partner .partner-cost .cost .cost-row2 dd:before, .ad-partner .partner-cost .cost .cost-row4 dd:before {
    left: 12%;
  }
}
.ad-partner .partner-cost-discount {
  margin: 9.2592592593vh 20px 0 20px;
  background: #F8FAFE;
  border-radius: 2.5rem;
}
.ad-partner .partner-cost-discount .inner-s {
  width: 100%;
  max-width: 992px;
}
.ad-partner .partner-cost-discount .tit {
  margin-bottom: 10px;
}
.ad-partner .partner-cost-discount .tit b {
  color: #007AFF;
}
.ad-partner .partner-cost-discount .discount-txt {
  font-size: 1rem;
  color: #232323;
  font-weight: 500;
  text-align: center;
}
.ad-partner .partner-cost-discount .discount-txt span {
  color: #625CF9;
}
.ad-partner .partner-cost-discount .cost {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 2.5rem;
}
.ad-partner .partner-cost-discount .cost .mon-box {
  width: calc((100% - 60px) / 4);
  padding: 1.875rem;
  border: 1px solid #625CF9;
  border-radius: 1.25rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.ad-partner .partner-cost-discount .cost .mon-box:first-child {
  border: none;
}
.ad-partner .partner-cost-discount .cost .month {
  font-size: 1.125rem;
  color: #677294;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #D8DEE5;
}
.ad-partner .partner-cost-discount .cost .month span {
  font-size: clamp(12px, 768px, 0.8125rem);
  color: #adb5bd;
  font-weight: 400;
  vertical-align: text-bottom;
}
.ad-partner .partner-cost-discount .cost .cost-txt dt {
  font-size: 1.375rem;
  font-weight: 700;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd .price {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: line-through;
  align-self: center;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd .per {
  display: inline-block;
  align-self: center;
  width: 48px;
  font-size: clamp(12px, 768px, 0.8125rem);
  line-height: 1.1875rem;
  border-radius: 20px;
  text-align: center;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd.per-50 .price {
  color: #777;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd.per-50 .per {
  color: #625CF9;
  border: 1px solid #625CF9;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd.per-10 {
  opacity: 0.8;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd.per-10 .price {
  color: #B9B9B9;
}
.ad-partner .partner-cost-discount .cost .cost-txt dd.per-10 .per {
  color: #B9B9B9;
  border: 1px solid #B9B9B9;
}
@media screen and (max-width: 992px) {
  .ad-partner .partner-cost-discount .cost .mon-box {
    width: calc((100% - 20px) / 2);
  }
  .ad-partner .partner-cost-discount .cost .cost-txt dl {
    max-width: 150px;
  }
}
@media screen and (max-width: 440px) and (max-width: 992px) {
  .ad-partner .partner-cost-discount .cost .mon-box {
    width: 100%;
  }
}
.ad-partner .banner-1 {
  background: linear-gradient(to bottom, #F4F6F9, #fff);
}
.ad-partner .banner-1 .img-area {
  width: 100%;
  height: 660px;
  text-align: center;
}
.ad-partner .banner-1 .img-area .img-mo {
  top: -60px;
  right: -90px;
}
@media screen and (max-width: 1350px) {
  .ad-partner .banner-1 .img-area {
    height: 500px;
    text-align: left;
  }
  .ad-partner .banner-1 .img-area .img-laptop {
    margin-left: -6%;
  }
  .ad-partner .banner-1 .img-area .img-mo {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .banner-1 .img-area {
    height: 400px;
    padding-top: 0;
  }
  .ad-partner .banner-1 .img-area .img-laptop {
    position: absolute;
    top: 40px;
    left: -35px;
    margin-left: 0;
  }
  .ad-partner .banner-1 .img-area .img-mo {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .banner-1 .img-area {
    height: 330px;
  }
  .ad-partner .banner-1 .img-area .img-laptop {
    left: -30px;
  }
}
.ad-partner .banner-2 .inner {
  display: flex;
  flex-wrap: wrap;
}
.ad-partner .banner-2 .tit {
  width: 300px;
  text-align: left;
}
.ad-partner .banner-2 .img-area {
  width: calc(100% - 300px);
  overflow: visible;
  align-self: flex-start;
  padding: 0;
}
.ad-partner .banner-2 .img-area p {
  padding: 7.5rem 0;
  display: block;
}
.ad-partner .banner-2 .img-area .img-laptop {
  position: absolute;
  top: 0;
  left: 15%;
  min-width: 1223px;
}
.ad-partner .banner-2 .img-area .img-mo {
  position: relative;
}
@media screen and (min-width: 1350px) {
  .ad-partner .banner-2 .tit {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1350px) {
  .ad-partner .banner-2 .inner {
    display: block;
  }
  .ad-partner .banner-2 .tit {
    width: 100%;
  }
  .ad-partner .banner-2 .img-area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .banner-2 .img-area .img-laptop {
    min-width: 990px;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .banner-2 .img-area .img-laptop {
    min-width: 845px;
  }
}
@media screen and (max-width: 480px) {
  .ad-partner .banner-2 .img-area p {
    padding: 40px 0;
  }
  .ad-partner .banner-2 .img-area .img-laptop {
    min-width: 695px;
  }
}
.ad-partner .banner-3 {
  background: linear-gradient(to bottom, #fff, rgba(90, 199, 255, 0.2));
}
.ad-partner .banner-3 .img-area {
  width: 100%;
  height: 660px;
  text-align: center;
}
.ad-partner .banner-3 .img-area .img-mo {
  top: -60px;
  right: -90px;
}
@media screen and (max-width: 1350px) {
  .ad-partner .banner-3 .img-area {
    height: 500px;
    text-align: left;
  }
  .ad-partner .banner-3 .img-area .img-laptop {
    margin-left: -6%;
  }
  .ad-partner .banner-3 .img-area .img-mo {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ad-partner .banner-3 .img-area {
    height: 400px;
    padding-top: 0;
  }
  .ad-partner .banner-3 .img-area .img-laptop {
    position: absolute;
    top: 40px;
    left: -35px;
    margin-left: 0;
  }
  .ad-partner .banner-3 .img-area .img-mo {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .ad-partner .banner-3 .img-area {
    height: 330px;
  }
  .ad-partner .banner-3 .img-area .img-laptop {
    left: -30px;
  }
}

.ad-inquiry {
  border-top: 0;
}
.ad-inquiry h5.inquiry-tit, .ad-inquiry .inquiry-tit.h5 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #232323;
  padding-bottom: 1.8518518519vh;
  border-bottom: 1px solid #ECECEC;
}
.ad-inquiry h5.inquiry-tit b, .ad-inquiry .inquiry-tit.h5 b {
  font-weight: 500;
  color: #007AFF;
}
.ad-inquiry .inquiry-agree {
  margin-top: 5.5555555556vh;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2.962962963vh;
}
.ad-inquiry .inquiry-agree .agree-txt {
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #D8DEE5;
  padding: 3.7037037037vh 3.0534351145vw;
  margin-top: 2.962962963vh;
  counter-reset: my-sec-counter;
}
.ad-inquiry .inquiry-agree .agree-txt dl {
  position: relative;
  padding-left: 1.125rem;
}
.ad-inquiry .inquiry-agree .agree-txt dl:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ".";
  font-size: 1rem;
  font-weight: 500;
  color: #677294;
}
.ad-inquiry .inquiry-agree .agree-txt dl:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.ad-inquiry .inquiry-agree .agree-txt dt {
  font-size: 1rem;
  font-weight: 500;
  color: #677294;
}
.ad-inquiry .inquiry-agree .agree-txt dd {
  font-size: 0.9375rem;
  color: #232323;
}
.ad-inquiry .row-email .flex {
  width: 100%;
  max-width: 730px;
  gap: 10px;
}
.ad-inquiry .row-email .flex .at {
  width: 15px;
  text-align: center;
}
.ad-inquiry .row-email .flex input, .ad-inquiry .row-email .flex select {
  width: calc((100% - 45px) / 3);
}
@media screen and (max-width: 600px) {
  .ad-inquiry .inquiry-agree {
    margin-top: 3.7037037037vh;
    padding-bottom: 1.8518518519vh;
  }
  .ad-inquiry .inquiry-agree .agree-txt {
    padding: 2.7777777778vh 5vw;
    margin-top: 1.8518518519vh;
  }
  .ad-inquiry .row-email .flex {
    gap: 10px 5px;
  }
  .ad-inquiry .row-email .flex .at {
    width: 12px;
  }
  .ad-inquiry .row-email .flex input {
    width: calc((100% - 23px) / 2);
  }
  .ad-inquiry .row-email .flex select {
    width: 100%;
  }
}

.ad-prd .inter {
  color: #007AFF;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
}
.ad-prd .tab-content .tit {
  font-size: 2.5rem;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.75rem;
}
.ad-prd .tab-pane > section {
  padding: 12.962962963vh 0;
}
.ad-prd .tab-pane > section.pt0 {
  padding-top: 0;
}
.ad-prd .tab-pane > section.pb0 {
  padding-bottom: 0;
}
.ad-prd .tab-pane > section.inner-s {
  padding: 9.2592592593vh 20px;
}
.ad-prd .tab-pane > section:first-child {
  margin-top: 5.5555555556vh;
}
.ad-prd .ad-last {
  background: #0D0D0D;
  padding: 11.1111111111vh 0 !important;
  text-align: center;
  margin-bottom: -140px;
}
.ad-prd .ad-last dd {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  color: #fff;
  font-weight: 700;
  margin: 1.25rem 0 3.125rem 0;
}
.ad-prd .ad-last a, .ad-prd .ad-last button {
  display: inline-block;
  width: 100%;
  max-width: 304px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1.5625rem 0;
  background: #007AFF;
  border-radius: 200px;
}
.ad-prd .ad-prd-tabs ul {
  display: flex;
  justify-content: center;
}
.ad-prd .ad-prd-tabs ul li {
  background: #eee;
  border-radius: 400px;
}
.ad-prd .ad-prd-tabs ul li:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ad-prd .ad-prd-tabs ul li:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ad-prd .ad-prd-tabs ul a {
  display: block;
  font-size: 1rem;
  color: #777;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 2.5rem;
  border-radius: 400px;
}
.ad-prd .ad-prd-tabs ul a.active {
  background: #007AFF;
  color: #fff;
}
.ad-prd .info-row {
  border-top: 1px solid #D8DEE5;
  padding: 1.875rem;
}
.ad-prd .info-row:last-child {
  border-bottom: 1px solid #D8DEE5;
}
.ad-prd .info-row .ico {
  width: 2.5rem;
  font-size: 1.25rem;
  color: #007AFF;
  align-self: flex-start;
}
.ad-prd .info-row .ico.ico-sky {
  color: #5AC7FF;
}
.ad-prd .info-row .txt {
  width: calc(100% - 2.5rem);
  font-size: 1.25rem;
  color: #232323;
  font-weight: 700;
  text-align: left;
  align-self: flex-start;
}
.ad-prd .info-row .txt span {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  color: #5e5e5e;
  line-height: 1.375rem;
  font-weight: 400;
}
.ad-prd .info-row .note {
  padding: 1.875rem;
  margin-top: 0.9375rem;
  border-radius: 0.875rem;
  background: rgba(90, 199, 255, 0.1);
}
.ad-prd .info-row .note li {
  font-size: 1rem;
  color: #777;
  position: relative;
  padding-left: 12px;
}
.ad-prd .info-row .note li u {
  color: #232323;
  font-weight: 500;
}
.ad-prd .info-row .note li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ad-prd .info-row .note li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  background: #5AC7FF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .ad-prd .ad-last {
    margin-bottom: -110px;
  }
  .ad-prd .ad-last dt img {
    width: 70px;
  }
}
.ad-prd .matching-img {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ad-prd .matching-img .area {
  position: relative;
  width: calc(50% - 20px);
  background: #F8FAFE;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 0 2.5rem;
}
.ad-prd .matching-img .area .txt {
  color: #232323;
  line-height: 1;
  font-weight: 700;
  word-break: keep-all;
}
.ad-prd .matching-img .area1 .txt {
  font-size: 2.5rem;
  padding-top: 6.25rem;
}
.ad-prd .matching-img .area1 .obj-img {
  position: absolute;
  top: 12.5rem;
  left: 2.5rem;
}
.ad-prd .matching-img .area2 .txt {
  font-size: 1.875rem;
  padding: 9.375rem 0 1.875rem 0;
}
.ad-prd .matching-img .area2 .obj-img-top {
  margin-top: -65%;
}
.ad-prd .matching-img .area2 .obj-img-top img {
  width: 417px;
}
.ad-prd .matching-img .area2 .obj-img-btm {
  text-align: right;
}
.ad-prd .matching-img .area2 .obj-img-btm img {
  width: 290px;
}
@media screen and (max-width: 992px) {
  .ad-prd .matching-img .area {
    width: 100%;
  }
  .ad-prd .matching-img .area1 {
    min-height: 74.0740740741vh;
  }
  .ad-prd .matching-img .area2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .ad-prd .matching-img .area2 .txt {
    padding: 7.5rem 0 1.875rem 0;
  }
  .ad-prd .matching-img .area2 .obj-img-top {
    width: calc(50% - 20px);
    margin-top: -20%;
  }
  .ad-prd .matching-img .area2 .obj-img-top img {
    width: 100%;
  }
  .ad-prd .matching-img .area2 dl {
    width: calc(50% - 20px);
  }
  .ad-prd .matching-img .area2 .obj-img-btm {
    text-align: left;
  }
  .ad-prd .matching-img .area2 .obj-img-btm img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ad-prd .matching-img .area1 {
    min-height: 55.5555555556vh;
  }
  .ad-prd .matching-img .area1 .obj-img img {
    height: 60.1851851852vh;
  }
  .ad-prd .matching-img .area2 {
    gap: 20px;
  }
  .ad-prd .matching-img .area2 .obj-img-top, .ad-prd .matching-img .area2 dl {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .ad-prd .matching-img .area2 {
    justify-content: flex-end;
  }
  .ad-prd .matching-img .area2 .txt {
    padding-top: 2.5rem;
  }
  .ad-prd .matching-img .area2 .obj-img-top {
    width: 100%;
  }
  .ad-prd .matching-img .area2 .obj-img-top img {
    max-width: 200px;
  }
  .ad-prd .matching-img .area2 dl {
    width: 200px;
  }
}
.ad-prd .cost {
  margin: 12.962962963vh 20px;
  background: #F8FAFE;
  border-radius: 2.5rem;
}
.ad-prd .cost caption {
  position: absolute;
  top: -1.875rem;
  right: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #007AFF;
  line-height: 1;
}
.ad-prd .cost .cost-t {
  border: 5px solid #007AFF;
  border-radius: 14px;
  background: #fff;
}
.ad-prd .cost table th, .ad-prd .cost table td {
  line-height: 1;
  text-align: center;
  border-top: 1px solid #eee;
}
.ad-prd .cost table thead th {
  color: #00003d;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem;
  border-top: 0;
}
.ad-prd .cost table tbody th {
  color: #00003d;
  font-size: 1rem;
  font-weight: 700;
}
.ad-prd .cost table tbody td {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding: 1.125rem 0.9375rem;
}
.ad-prd .cost table tbody td.percent, .ad-prd .cost table tbody td.price-total {
  color: #625CF9;
  font-weight: 700;
}
.ad-prd .cost table tbody td.price {
  color: #677294;
  opacity: 0.5;
}
.ad-prd .cost table tbody td.price-vat {
  color: #677294;
}
.ad-prd .cost table tbody td dl {
  display: flex;
  justify-content: center;
  gap: 30%;
}
@media screen and (max-width: 480px) {
  .ad-prd .cost .inner-s {
    padding: 0 10px;
  }
}
.ad-prd .msg-img .area {
  position: relative;
  background: #F8FAFE;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 0 2.5rem;
}
.ad-prd .msg-img .area .txt {
  color: #232323;
  line-height: 1.2;
  font-weight: 700;
  word-break: keep-all;
}
.ad-prd .msg-img .area1 {
  display: flex;
  justify-content: center;
}
.ad-prd .msg-img .area1 .txt {
  font-size: 2.5rem;
  padding-top: 6.25rem;
  margin-bottom: 2.5rem;
}
.ad-prd .msg-img .area1 .obj-img img {
  width: 100%;
  max-width: 910px;
}
.ad-prd .msg-img .area2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-top: 2.5rem;
}
.ad-prd .msg-img .area2 .txt {
  font-size: 1.875rem;
  padding: 7.5rem 0 1.875rem 0;
}
.ad-prd .msg-img .area2 .obj-img-top {
  width: calc(50% - 40px);
  max-width: 417px;
  margin-top: -10%;
}
.ad-prd .msg-img .area2 .obj-img-top img {
  width: 100%;
}
.ad-prd .msg-img .area2 dl {
  width: calc(50% - 40px);
  max-width: 417px;
}
.ad-prd .msg-img .area2 .obj-img-btm img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ad-prd .msg-img .area2 {
    gap: 40px;
  }
  .ad-prd .msg-img .area2 .txt {
    padding: 6.25rem 0 1.875rem 0;
  }
  .ad-prd .msg-img .area2 .obj-img-top, .ad-prd .msg-img .area2 dl {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .ad-prd .msg-img .area1 {
    display: block;
    min-height: 55.5555555556vh;
  }
  .ad-prd .msg-img .area1 .obj-img img {
    position: absolute;
    top: 12.5rem;
    left: 2.5rem;
    width: 700px;
  }
  .ad-prd .msg-img .area2 {
    gap: 20px;
  }
  .ad-prd .msg-img .area2 .obj-img-top, .ad-prd .msg-img .area2 dl {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .ad-prd .msg-img .area1 {
    min-height: 450px;
  }
  .ad-prd .msg-img .area1 .obj-img img {
    width: 500px;
  }
  .ad-prd .msg-img .area2 {
    justify-content: flex-end;
  }
  .ad-prd .msg-img .area2 .txt {
    padding-top: 2.5rem;
  }
  .ad-prd .msg-img .area2 .obj-img-top {
    width: 100%;
  }
  .ad-prd .msg-img .area2 .obj-img-top img {
    max-width: 200px;
  }
  .ad-prd .msg-img .area2 dl {
    width: 200px;
  }
}
.ad-prd .intro .flex {
  gap: 30px;
}
.ad-prd .intro .flex > div {
  width: calc((100% - 60px) / 3);
  border: 1px solid #D8DEE5;
  border-radius: 0.875rem;
  padding: 2.5rem;
  align-self: unset;
}
.ad-prd .intro .flex dt {
  font-family: "Inter";
  font-size: 1.875rem;
  font-weight: 700;
  color: #007AFF;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.ad-prd .intro .flex dd {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 1.5rem;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .ad-prd .intro .flex {
    gap: 20px;
  }
  .ad-prd .intro .flex > div {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .ad-prd .intro .flex > div {
    width: 100%;
  }
  .ad-prd .intro .flex dd br {
    display: none;
  }
}

.ad-prd-ani-up {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: all ease 1s;
}

.ad-prd-ani-down {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
  transition: all ease 1s;
}

.ani-act.ad-prd-ani-up, .ani-act.ad-prd-ani-down {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ad-application .app-top-area {
  background: #F8FAFE;
  padding: 5rem 0;
  text-align: center;
}
.ad-application .app-top-area p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #232323;
}
.ad-application .app-top-area a {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0, 97, 193, 0.16);
  line-height: 1;
  font-size: 1.125rem;
  color: #677294;
  padding: 0.75rem 3.75rem;
}
.ad-application .sec-row-show {
  margin-bottom: 0 !important;
  padding: 0.625rem 0;
}
.ad-application .row-tel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ad-application .row-tel span {
  align-self: center;
}
.ad-application .row-tel input, .ad-application .row-tel select {
  width: 160px;
}
.ad-application .app-done {
  text-align: center;
}
.ad-application .app-done dl {
  padding: 5.5555555556vh 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.ad-application .app-done dt {
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 3.7037037037vh;
}
.ad-application .app-done dd {
  font-size: 1.125rem;
  color: #232323;
}
@media screen and (max-width: 768px) {
  .ad-application .row-tel span {
    width: 5px;
  }
  .ad-application .row-tel input, .ad-application .row-tel select {
    width: calc((100% - 50px) / 3) !important;
  }
}
@media screen and (max-width: 400px) {
  .ad-application .row-tel {
    gap: 5px;
  }
  .ad-application .row-tel input, .ad-application .row-tel select {
    width: calc((100% - 30px) / 3) !important;
  }
}