@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
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,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
:root {
  --clr-base-white: #fff;
  --clr-base-black: #000;
  --clr-base-background: #fff;
  --clr-text-base: var(--clr-gray-900);
  --clr-primary-50: #9daebf;
  --clr-primary-500: #783ebf;
  --clr-gray-50: #f5f6fa;
  --clr-gray-700: #363644;
  --clr-gray-800: #3d3d3d;
  --clr-gray-900: #0a0a0a;
}
:root {
  --family-pretendard: 'Pretendard';
  --family-opensans: 'Open Sans', sans-serif;
  --display-xs-fs: clamp(3.4rem, 1.9417475728vw + 2.6718446602rem, 6.4rem);
  --display-sm-fs: clamp(3.6rem, 2.3300970874vw + 2.7262135922rem, 7.2rem);
  --display-md-fs: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  --display-lg-fs: clamp(5.6rem, 4.6601941748vw + 3.8524271845rem, 12.8rem);
  --display-xl-fs: clamp(8rem, 6.9902912621vw + 5.3786407767rem, 18.8rem);
  --display-xs-lh: 1.3;
  --display-sm-lh: 1.3;
  --display-md-lh: 1.2;
  --display-lg-lh: 1.1;
  --display-xl-lh: 1.1;
  --display-xs-fw: 700;
  --display-sm-fw: 700;
  --display-md-fw: 700;
  --display-lg-fw: 700;
  --display-xl-fw: 700;
  --heading-xs-fs: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  --heading-sm-fs: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  --heading-md-fs: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  --heading-bl-fs: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  --heading-lg-fs: clamp(2.6rem, 0.9061488673vw + 2.2601941748rem, 4rem);
  --heading-xl-fs: clamp(2.8rem, 1.2944983819vw + 2.3145631068rem, 4.8rem);
  --heading-xs-lh: 1.3;
  --heading-sm-lh: 1.3;
  --heading-md-lh: 1.3;
  --heading-bl-lh: 1.3;
  --heading-lg-lh: 1.3;
  --heading-xl-lh: 1.3;
  --heading-xs-fw: 600;
  --heading-sm-fw: 600;
  --heading-md-fw: 600;
  --heading-bl-fw: 600;
  --heading-lg-fw: 600;
  --heading-xl-fw: 600;
  --body-xs-fs: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  --body-sm-fs: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
  --body-md-fs: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  --body-lg-fs: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  --body-xl-fs: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  --body-xs-lh: 1.4;
  --body-sm-lh: 1.4;
  --body-md-lh: 1.4;
  --body-lg-lh: 1.4;
  --body-xl-lh: 1.4;
  --body-xs-fw: 400;
  --body-sm-fw: 400;
  --body-md-fw: 400;
  --body-lg-fw: 400;
  --body-xl-fw: 400;
}
:root {
  --gutter: 2rem;
  --header-height: 8rem;
  --header-z-index: 1000;
  --drawer-z-index: 999;
  --tran-15: 0.15s ease-in-out;
  --tran-3: 0.3s ease-in-out;
  --tran-45: 0.45s ease-in-out;
  --family-base: var(--family-opensans);
}
@media (max-width: 768px) {
  :root {
    --header-height: 7rem;
  }
}
body,
a,
button,
select,
input,
textarea,
option {
  font-family: var(--family-base);
  font-size: var(--body-md-fs);
  font-weight: var(--body-md-fw);
  line-height: var(--body-md-lh);
  word-break: keep-all;
  color: var(--clr-text-base);
  letter-spacing: -0.5%;
}
:root {
  --section-xs: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --section-sm: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  --section-md: clamp(4rem, 0vw + 4rem, 4rem);
  --section-lg: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  --section-xl: clamp(4rem, 3.8834951456vw + 2.5436893204rem, 10rem);
  --radius-xs: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  --radius-sm: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  --radius-md: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  --radius-lg: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --radius-xl: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  --radius: clamp(1.4rem, 0vw + 1.4rem, 1.4rem);
  --radius-round: 9999px;
  --spacing-xxs: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
  --spacing-xs: clamp(1rem, 0vw + 1rem, 1rem);
  --spacing-sm: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  --spacing-md: clamp(1.6rem, 0vw + 1.6rem, 1.6rem);
  --spacing-lg: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  --spacing-xl: clamp(2rem, 0vw + 2rem, 2rem);
  --spacing-2xl: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  --spacing-3xl: clamp(4rem, 0vw + 4rem, 4rem);
  --spacing-4xl: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  --spacing-5xl: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 62.5%;
}
body {
  background: #fff;
}
html.lock,
body.lock {
  overflow-y: hidden;
}
::selection {
  background: var(--clr-primary-500);
  color: #fff;
}
a,
button,
select,
input,
textarea,
option {
  font-size: var(--body-sm-fs);
}
ul,
ol,
li {
  list-style: none;
}
img {
  width: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
  display: block;
}
em,
address {
  font-style: normal;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
}
.no-en {
  font-family:
    Space Grotesk,
    sans-serif;
}
.no-display-xs {
  font-size: var(--display-xs-fs);
  font-weight: var(--display-xs-fw);
  line-height: var(--display-xs-lh);
}
.no-display-ss {
  font-size: var(--display-ss-fs);
  font-weight: var(--display-ss-fw);
  line-height: var(--display-ss-lh);
}
.no-display-sm {
  font-size: var(--display-sm-fs);
  font-weight: var(--display-sm-fw);
  line-height: var(--display-sm-lh);
}
.no-display-md {
  font-size: var(--display-md-fs);
  font-weight: var(--display-md-fw);
  line-height: var(--display-md-lh);
}
.no-display-lg {
  font-size: var(--display-lg-fs);
  font-weight: var(--display-lg-fw);
  line-height: var(--display-lg-lh);
}
.no-display-xl {
  font-size: var(--display-xl-fs);
  font-weight: var(--display-xl-fw);
  line-height: var(--display-xl-lh);
}
.no-heading-xs {
  font-size: var(--heading-xs-fs);
  font-weight: var(--heading-xs-fw);
  line-height: var(--heading-xs-lh);
}
.no-heading-sm {
  font-size: var(--heading-sm-fs);
  font-weight: var(--heading-sm-fw);
  line-height: var(--heading-sm-lh);
}
.no-heading-md {
  font-size: var(--heading-md-fs);
  font-weight: var(--heading-md-fw);
  line-height: var(--heading-md-lh);
}
.no-heading-bl {
  font-size: var(--heading-bl-fs);
  font-weight: var(--heading-bl-fw);
  line-height: var(--heading-bl-lh);
}
.no-heading-lg {
  font-size: var(--heading-lg-fs);
  font-weight: var(--heading-lg-fw);
  line-height: var(--heading-lg-lh);
}
.no-heading-xl {
  font-size: var(--heading-xl-fs);
  font-weight: var(--heading-xl-fw);
  line-height: var(--heading-xl-lh);
}
.no-body-xs {
  font-size: var(--body-xs-fs);
  font-weight: var(--body-xs-fw);
  line-height: var(--body-xs-lh);
}
.no-body-sm {
  font-size: var(--body-sm-fs);
  font-weight: var(--body-sm-fw);
  line-height: var(--body-sm-lh);
}
.no-body-md {
  font-size: var(--body-md-fs);
  font-weight: var(--body-md-fw);
  line-height: var(--body-md-lh);
}
.no-body-lg {
  font-size: var(--body-lg-fs);
  font-weight: var(--body-lg-fw);
  line-height: var(--body-lg-lh);
}
.no-body-xl {
  font-size: var(--body-xl-fs);
  font-weight: var(--body-xl-fw);
  line-height: var(--body-xl-lh);
}
.no-section-xs {
  padding-top: var(--section-xs);
  padding-bottom: var(--section-xs);
}
.no-section-sm {
  padding-top: var(--section-sm);
  padding-bottom: var(--section-sm);
}
.no-section-md {
  padding-top: var(--section-md);
  padding-bottom: var(--section-md);
}
.no-section-lg {
  padding-top: var(--section-lg);
  padding-bottom: var(--section-lg);
}
.no-section-xl {
  padding-top: var(--section-xl);
  padding-bottom: var(--section-xl);
}
.no-radius {
  border-radius: var(--radius);
}
.no-radius-xs {
  border-radius: var(--radius-xs);
}
.no-radius-sm {
  border-radius: var(--radius-sm);
}
.no-radius-md {
  border-radius: var(--radius-md);
}
.no-radius-lg {
  border-radius: var(--radius-lg);
}
.no-radius-xl {
  border-radius: var(--radius-xl);
}
.no-radius-round {
  border-radius: var(--radius-round);
}
.no-container-xxl {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-container-bl {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-container-xl {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-container-lg {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-container-md {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-container-sm {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-container-xs {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.no-mg-xxs {
  margin: var(--spacing-xxs);
}
.no-mg-xxs--l {
  margin-left: var(--spacing-xxs);
}
.no-mg-xxs--r {
  margin-right: var(--spacing-xxs);
}
.no-mg-xxs--t {
  margin-top: var(--spacing-xxs);
}
.no-mg-xxs--b {
  margin-bottom: var(--spacing-xxs);
}
.no-mg-xs {
  margin: var(--spacing-xs);
}
.no-mg-xs--l {
  margin-left: var(--spacing-xs);
}
.no-mg-xs--r {
  margin-right: var(--spacing-xs);
}
.no-mg-xs--t {
  margin-top: var(--spacing-xs);
}
.no-mg-xs--b {
  margin-bottom: var(--spacing-xs);
}
.no-mg-sm {
  margin: var(--spacing-sm);
}
.no-mg-sm--l {
  margin-left: var(--spacing-sm);
}
.no-mg-sm--r {
  margin-right: var(--spacing-sm);
}
.no-mg-sm--t {
  margin-top: var(--spacing-sm);
}
.no-mg-sm--b {
  margin-bottom: var(--spacing-sm);
}
.no-mg-md {
  margin: var(--spacing-md);
}
.no-mg-md--l {
  margin-left: var(--spacing-md);
}
.no-mg-md--r {
  margin-right: var(--spacing-md);
}
.no-mg-md--t {
  margin-top: var(--spacing-md);
}
.no-mg-md--b {
  margin-bottom: var(--spacing-md);
}
.no-mg-bl {
  margin: var(--spacing-bl);
}
.no-mg-bl--l {
  margin-left: var(--spacing-bl);
}
.no-mg-bl--r {
  margin-right: var(--spacing-bl);
}
.no-mg-bl--t {
  margin-top: var(--spacing-bl);
}
.no-mg-bl--b {
  margin-bottom: var(--spacing-bl);
}
.no-mg-lg {
  margin: var(--spacing-lg);
}
.no-mg-lg--l {
  margin-left: var(--spacing-lg);
}
.no-mg-lg--r {
  margin-right: var(--spacing-lg);
}
.no-mg-lg--t {
  margin-top: var(--spacing-lg);
}
.no-mg-lg--b {
  margin-bottom: var(--spacing-lg);
}
.no-mg-xl {
  margin: var(--spacing-xl);
}
.no-mg-xl--l {
  margin-left: var(--spacing-xl);
}
.no-mg-xl--r {
  margin-right: var(--spacing-xl);
}
.no-mg-xl--t {
  margin-top: var(--spacing-xl);
}
.no-mg-xl--b {
  margin-bottom: var(--spacing-xl);
}
.no-mg-2xl {
  margin: var(--spacing-2xl);
}
.no-mg-2xl--l {
  margin-left: var(--spacing-2xl);
}
.no-mg-2xl--r {
  margin-right: var(--spacing-2xl);
}
.no-mg-2xl--t {
  margin-top: var(--spacing-2xl);
}
.no-mg-2xl--b {
  margin-bottom: var(--spacing-2xl);
}
.no-mg-3xl {
  margin: var(--spacing-3xl);
}
.no-mg-3xl--l {
  margin-left: var(--spacing-3xl);
}
.no-mg-3xl--r {
  margin-right: var(--spacing-3xl);
}
.no-mg-3xl--t {
  margin-top: var(--spacing-3xl);
}
.no-mg-3xl--b {
  margin-bottom: var(--spacing-3xl);
}
.no-mg-4xl {
  margin: var(--spacing-4xl);
}
.no-mg-4xl--l {
  margin-left: var(--spacing-4xl);
}
.no-mg-4xl--r {
  margin-right: var(--spacing-4xl);
}
.no-mg-4xl--t {
  margin-top: var(--spacing-4xl);
}
.no-mg-4xl--b {
  margin-bottom: var(--spacing-4xl);
}
.no-mg-5xl {
  margin: var(--spacing-5xl);
}
.no-mg-5xl--l {
  margin-left: var(--spacing-5xl);
}
.no-mg-5xl--r {
  margin-right: var(--spacing-5xl);
}
.no-mg-5xl--t {
  margin-top: var(--spacing-5xl);
}
.no-mg-5xl--b {
  margin-bottom: var(--spacing-5xl);
}
.no-pd-xxs {
  padding: var(--spacing-xxs);
}
.no-pd-xxs--l {
  padding-left: var(--spacing-xxs);
}
.no-pd-xxs--r {
  padding-right: var(--spacing-xxs);
}
.no-pd-xxs--t {
  padding-top: var(--spacing-xxs);
}
.no-pd-xxs--b {
  padding-bottom: var(--spacing-xxs);
}
.no-pd-xs {
  padding: var(--spacing-xs);
}
.no-pd-xs--l {
  padding-left: var(--spacing-xs);
}
.no-pd-xs--r {
  padding-right: var(--spacing-xs);
}
.no-pd-xs--t {
  padding-top: var(--spacing-xs);
}
.no-pd-xs--b {
  padding-bottom: var(--spacing-xs);
}
.no-pd-sm {
  padding: var(--spacing-sm);
}
.no-pd-sm--l {
  padding-left: var(--spacing-sm);
}
.no-pd-sm--r {
  padding-right: var(--spacing-sm);
}
.no-pd-sm--t {
  padding-top: var(--spacing-sm);
}
.no-pd-sm--b {
  padding-bottom: var(--spacing-sm);
}
.no-pd-md {
  padding: var(--spacing-md);
}
.no-pd-md--l {
  padding-left: var(--spacing-md);
}
.no-pd-md--r {
  padding-right: var(--spacing-md);
}
.no-pd-md--t {
  padding-top: var(--spacing-md);
}
.no-pd-md--b {
  padding-bottom: var(--spacing-md);
}
.no-pd-bl {
  padding: var(--spacing-bl);
}
.no-pd-bl--l {
  padding-left: var(--spacing-bl);
}
.no-pd-bl--r {
  padding-right: var(--spacing-bl);
}
.no-pd-bl--t {
  padding-top: var(--spacing-bl);
}
.no-pd-bl--b {
  padding-bottom: var(--spacing-bl);
}
.no-pd-lg {
  padding: var(--spacing-lg);
}
.no-pd-lg--l {
  padding-left: var(--spacing-lg);
}
.no-pd-lg--r {
  padding-right: var(--spacing-lg);
}
.no-pd-lg--t {
  padding-top: var(--spacing-lg);
}
.no-pd-lg--b {
  padding-bottom: var(--spacing-lg);
}
.no-pd-xl {
  padding: var(--spacing-xl);
}
.no-pd-xl--l {
  padding-left: var(--spacing-xl);
}
.no-pd-xl--r {
  padding-right: var(--spacing-xl);
}
.no-pd-xl--t {
  padding-top: var(--spacing-xl);
}
.no-pd-xl--b {
  padding-bottom: var(--spacing-xl);
}
.no-pd-2xl {
  padding: var(--spacing-2xl);
}
.no-pd-2xl--l {
  padding-left: var(--spacing-2xl);
}
.no-pd-2xl--r {
  padding-right: var(--spacing-2xl);
}
.no-pd-2xl--t {
  padding-top: var(--spacing-2xl);
}
.no-pd-2xl--b {
  padding-bottom: var(--spacing-2xl);
}
.no-pd-3xl {
  padding: var(--spacing-3xl);
}
.no-pd-3xl--l {
  padding-left: var(--spacing-3xl);
}
.no-pd-3xl--r {
  padding-right: var(--spacing-3xl);
}
.no-pd-3xl--t {
  padding-top: var(--spacing-3xl);
}
.no-pd-3xl--b {
  padding-bottom: var(--spacing-3xl);
}
.no-pd-4xl {
  padding: var(--spacing-4xl);
}
.no-pd-4xl--l {
  padding-left: var(--spacing-4xl);
}
.no-pd-4xl--r {
  padding-right: var(--spacing-4xl);
}
.no-pd-4xl--t {
  padding-top: var(--spacing-4xl);
}
.no-pd-4xl--b {
  padding-bottom: var(--spacing-4xl);
}
.no-pd-5xl {
  padding: var(--spacing-5xl);
}
.no-pd-5xl--l {
  padding-left: var(--spacing-5xl);
}
.no-pd-5xl--r {
  padding-right: var(--spacing-5xl);
}
.no-pd-5xl--t {
  padding-top: var(--spacing-5xl);
}
.no-pd-5xl--b {
  padding-bottom: var(--spacing-5xl);
}
.no-heading__highlight {
  font-weight: 500;
  color: var(--clr-secondary-main);
  text-transform: uppercase;
}
.no-heading__title {
  font-size: var(--heading-lg-fs);
  font-weight: var(--heading-lg-fw);
  padding-top: 1.6rem;
}
.no-heading__desc {
  color: var(--clr-text-desc);
  padding-top: 0.8rem;
}
.no-base-button {
  position: static;
  margin: 0;
  width: 2.7rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--clr-gray-50);
}
.no-base-button i {
  color: var(--clr-text-desc);
  font-size: 1.6rem;
}
.no-base-button:after {
  content: none;
}
.no-base-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.no-bedge-outline,
.no-bedge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 10rem;
}
.no-bedge {
  color: var(--clr-base-white);
  background: var(--clr-text-base);
}
.no-bedge-outline {
  background-color: transparent;
  color: var(--clr-text-base);
  border: 1px solid var(--clr-text-base);
}
.no-bedge--xs {
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 5.5rem;
}
.no-section-hr {
  height: 0;
  border-top: 1px solid var(--clr-gray-300);
}
.no-bg--gray {
  background: var(--clr-gray-50);
}
.no-bg--primary-light {
  background: var(--clr-primary-50);
}
.--hidden {
  overflow: hidden;
}
.--full-height {
  height: 100vh;
}
@supports (height: 100dvh) {
  .--full-height {
    height: 100dvh;
  }
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
figure:has(img) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.--flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.--tal {
  text-align: left;
}
.--tar {
  text-align: right;
}
.--tac {
  text-align: center;
}
@media (max-width: 768px) {
  .--wrap * br {
    display: none;
  }
}
.--blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.--highlight {
  color: var(--clr-primary-main);
}
.--gap-8 {
  gap: 0.8rem;
}
.--clr-text-desc {
  color: var(--clr-text-desc);
}
.--clr-secondary-main {
  color: var(--clr-secondary-main);
}
.--100 {
  font-weight: 100;
}
.--200 {
  font-weight: 200;
}
.--300 {
  font-weight: 300;
}
.--400 {
  font-weight: 400;
}
.--500 {
  font-weight: 500;
}
.--600 {
  font-weight: 600;
}
.--700 {
  font-weight: 700;
}
.--800 {
  font-weight: 800;
}
.--900 {
  font-weight: 900;
}
.wh {
  color: #fff;
}
.op9 {
  opacity: 0.9;
}
.op8 {
  opacity: 0.8;
}
.op7 {
  opacity: 0.7;
}
.op6 {
  opacity: 0.6;
}
.op5 {
  opacity: 0.5;
}
.op4 {
  opacity: 0.4;
}
.op3 {
  opacity: 0.3;
}
.op2 {
  opacity: 0.2;
}
.op1 {
  opacity: 0.1;
}
.bc {
  color: var(--clr-primary-500);
}
.sc {
  color: var(--clr-primary-300);
}
.gc {
  color: var(--clr-gray-800);
}
.gg {
  color: var(--clr-gray-700);
}
.bg {
  background-color: var(--clr-gray-50);
}
.lt0 {
  letter-spacing: 0;
}
.lt1 {
  letter-spacing: -1%;
}
.lt2 {
  letter-spacing: -2%;
}
.lt3 {
  letter-spacing: -3%;
}
.lt4 {
  letter-spacing: -4%;
}
.lt6 {
  letter-spacing: -6%;
}
.imgbg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.full-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bullet {
  display: flex;
}
.bullet:before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  min-width: 0.3rem;
  min-height: 0.3rem;
  border-radius: 50%;
  left: 0;
  top: 1rem;
  margin-right: 1rem;
  position: relative;
  display: block;
  background-color: var(--clr-gray-700);
}
.videomodal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  align-items: center;
  justify-content: center;
}
.videomodal.show .modal-content {
  opacity: 1;
}
.videomodal .modal-content {
  position: relative;
  padding: 2rem;
  max-width: 140rem;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
}
.videomodal .videoclose {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(-50%);
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  cursor: pointer;
  color: #fff;
}
.videomodal .videocontainer {
  max-width: 140rem;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  br {
    display: none;
  }
  br.no {
    display: block;
  }
}
.no-drawer {
  position: fixed;
  z-index: 9999;
  right: 2rem;
  transform: translateY(2rem);
  top: 10rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition:
    opacity var(--tran-3),
    transform var(--tran-3);
}
@media (max-width: 1024px) {
  .no-drawer {
    width: 100%;
    height: 100dvh;
    z-index: 999;
    background: #fff;
    bottom: 0;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 12rem;
    transform: translateY(0);
  }
}
.no-drawer.active {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
.no-drawer .no-header__nav {
  display: flex;
  flex-direction: column;
  width: clamp(50rem, 12.9449838188vw + 45.145631068rem, 70rem);
  background-color: #fff;
  border-radius: 0.8rem;
}
@media (max-width: 1024px) {
  .no-drawer .no-header__nav {
    width: 100%;
  }
}
.no-drawer .no-header__nav > li {
  position: relative;
  padding: 2rem clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  border-bottom: 1px solid var(--clr-gray-50);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.2rem;
}
.no-drawer .no-header__nav > li:first-child {
  display: none;
}
.no-drawer .no-header__nav > li:last-child {
  border-bottom: none;
}
.no-drawer .no-header__nav-lnb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: flex-start;
  width: 100%;
  transform: translateY(0.2rem);
}
.no-drawer .no-header__nav-lnb li a {
  transition: color var(--tran-3);
  font-size: 1.5rem;
}
.no-drawer .no-header__nav-lnb li a:hover {
  color: var(--clr-primary-500);
  text-decoration: underline;
}
.no-drawer .contact-btn {
  border-radius: 0.8rem;
  background-color: var(--clr-primary-500);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(50rem, 12.9449838188vw + 45.145631068rem, 70rem);
  padding: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem)
    clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  transition: filter var(--tran-3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .no-drawer .contact-btn {
    width: 100%;
  }
}
.no-drawer .contact-btn svg {
  transition: transform var(--tran-3);
}
.no-drawer .contact-btn:hover {
  filter: brightness(1.1);
}
.no-drawer .contact-btn:hover svg {
  transform: rotate(45deg);
}
.no-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--clr-gray-700);
  padding-top: clamp(4rem, 0.3236245955vw + 3.8786407767rem, 4.5rem);
  padding-bottom: clamp(4rem, 5.1779935275vw + 2.0582524272rem, 12rem);
}
.no-footer .footer-inner {
  display: grid;
  grid-template-columns: clamp(18rem, 5.1779935275vw + 16.0582524272rem, 26rem) minmax(0, 1fr) auto;
  grid-template-areas: 'brand info sns' 'brand bottom .';
  column-gap: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem);
  row-gap: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  align-items: start;
}
@media (max-width: 768px) {
  .no-footer .footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas: 'sns' 'brand' 'info' 'bottom';
    row-gap: 2.8rem;
  }
}
.no-footer .footer-inner .footer-brand {
  grid-area: brand;
  width: 100%;
  max-width: 20rem;
}
.no-footer .footer-inner .footer-brand .footer-logo {
  display: block;
  width: 100%;
  height: auto;
}
.no-footer .footer-inner .footer-info {
  grid-area: info;
}
.no-footer .footer-inner .footer-info .info-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(0.2rem, 0.5177993528vw + 0.0058252427rem, 1rem);
}
.no-footer .footer-inner .footer-info .info-row + .info-row {
  margin-top: 0.8rem;
}
.no-footer .footer-inner .footer-info .info-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 0.4rem;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .no-footer .footer-inner .footer-info .info-inline {
    gap: 0.4rem 1rem;
  }
}
.no-footer .footer-inner .footer-info .info-chip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.2rem, 0.5177993528vw + 0.0058252427rem, 1rem);
}
.no-footer .footer-inner .footer-info .label {
  color: #fff;
  letter-spacing: -0.02em;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-footer .footer-inner .footer-info .value {
  color: #fffc;
  letter-spacing: -0.02em;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-footer .footer-inner .footer-info .value--num {
  white-space: nowrap;
  letter-spacing: 0;
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-font-feature-settings:
    'lnum' 1,
    'tnum' 1;
  font-feature-settings:
    'lnum' 1,
    'tnum' 1;
}
.no-footer .footer-inner .footer-sns {
  grid-area: sns;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
@media (max-width: 768px) {
  .no-footer .footer-inner .footer-sns {
    justify-self: flex-start;
  }
}
.no-footer .footer-inner .footer-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #5c5c6e;
}
.no-footer .footer-inner .footer-sns li a img {
  width: 2.7rem;
}
.no-footer .footer-inner .footer-sns li a.sns-instagram:hover,
.no-footer .footer-inner .footer-sns li a.sns-instagram:focus-visible {
  background: linear-gradient(44deg, #fd8b00 6.17%, #fe204f 45.24%, #e8019b, #9d1de4 84.31%);
}
.no-footer .footer-inner .footer-sns li a.sns-youtube:hover,
.no-footer .footer-inner .footer-sns li a.sns-youtube:focus-visible {
  background: #fa0132;
}
.no-footer .footer-inner .footer-sns li a.sns-blog:hover,
.no-footer .footer-inner .footer-sns li a.sns-blog:focus-visible {
  background: #03cb5c;
}
.no-footer .footer-inner .footer-sns li a.sns-kakao {
  background: #5c5c6e;
}
.no-footer .footer-inner .footer-sns li a.sns-kakao .icon {
  position: absolute;
  width: 2.4rem;
  transition: opacity var(--tran-03);
}
.no-footer .footer-inner .footer-sns li a.sns-kakao .icon-default {
  opacity: 1;
}
.no-footer .footer-inner .footer-sns li a.sns-kakao .icon-hover {
  opacity: 0;
}
.no-footer .footer-inner .footer-sns li a.sns-kakao:hover,
.no-footer .footer-inner .footer-sns li a.sns-kakao:focus-visible {
  background: #fbe300;
}
.no-footer .footer-inner .footer-sns li a.sns-kakao:hover .icon-default,
.no-footer .footer-inner .footer-sns li a.sns-kakao:focus-visible .icon-default {
  opacity: 0;
}
.no-footer .footer-inner .footer-sns li a.sns-kakao:hover .icon-hover,
.no-footer .footer-inner .footer-sns li a.sns-kakao:focus-visible .icon-hover {
  opacity: 1;
}
.no-footer .footer-inner .footer-bottom {
  grid-area: bottom;
}
.no-footer .footer-inner .footer-bottom .copyright {
  font-size: clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fffffff5;
  transition: box-shadow var(--tran-3);
  height: var(--header-height);
  backdrop-filter: blur(2px);
}
@media (max-width: 1024px) {
  .no-header {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .no-header {
    border-bottom: 1px solid #e0e4e4;
  }
}
.no-header.scroll {
  box-shadow: 0 0 4px #3333;
}
.no-header .no-container-bl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
	.no-header .no-container-bl {
		padding: 0 1.4rem;
	}
}
.no-header__logo {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 99999;
  max-width: clamp(12.8rem, 1.4239482201vw + 12.2660194175rem, 15rem);
  width: clamp(12.8rem, 1.4239482201vw + 12.2660194175rem, 15rem);
}
.no-header__logo a {
  width: 100%;
  max-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-header__logo a img {
  width: 100%;
  height: 100%;
}
.no-header__nav {
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .no-header__nav {
    display: none;
  }
}
.no-header__nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.no-header__nav ul li {
  padding: 0 clamp(0.6rem, 1.1650485437vw + 0.1631067961rem, 2.4rem);
  height: 100%;
}
.no-header__nav ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
  transition: color var(--tran-3);
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.no-header__nav ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--clr-primary-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--tran-3);
  will-change: transform;
}
.no-header__nav ul li a:hover,
.no-header__nav ul li a.active {
  color: var(--clr-primary-500);
}
.no-header__nav ul li a.active:before {
  transform: scaleX(1);
}
.no-header__nav ul li a.active:hover {
  color: var(--clr-primary-500);
}
.no-header__mobile_nav {
  display: none;
  position: fixed;
  left: 0;
  top: var(--header-height);
  width: 100%;
  height: 4.6rem;
  background-color: #fff;
  border-bottom: 1px solid #e0e4e4;
  z-index: 9999;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.no-header__mobile_nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .no-header__mobile_nav {
    display: block;
  }
}
.no-header__mobile_nav ul {
  display: flex;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  height: 100%;
}
.no-header__mobile_nav li {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
}
.no-header__mobile_nav a {
  padding: 0 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  transition: color var(--tran-3);
}
.no-header__mobile_nav a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--clr-primary-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--tran-3);
  will-change: transform;
}
.no-header__mobile_nav a:hover,
.no-header__mobile_nav a.active {
  color: var(--clr-primary-500);
}
.no-header__mobile_nav a.active:before {
  transform: scaleX(1);
}
.no-header__mobile_nav a.active:hover {
  color: var(--clr-primary-500);
}
.no-header html.is-nav-scrolling .no-header__nav a:before,
.no-header html.is-nav-scrolling .no-header__mobile_nav a:before {
  transition: none !important;
}
.no-header html.is-nav-scrolling .no-header__nav a:not(.active):before,
.no-header html.is-nav-scrolling .no-header__mobile_nav a:not(.active):before {
  transform: scaleX(0) !important;
}
.no-header html.is-nav-scrolling .no-header__nav a.active:before,
.no-header html.is-nav-scrolling .no-header__mobile_nav a.active:before {
  transform: scaleX(1) !important;
}
.no-header__opt {
	position: relative;
	display: flex;
    align-items: center;
    gap: .2rem;
}
.no-header__opt .bookimed{
	display: flex;
	width: clamp(10rem, 1.9417475728vw + 9.2718446602rem, 13rem);
}
.no-header__lang {
  position: relative;
}
.no-header__lang button {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-header__lang button svg path {
  transition: stroke var(--tran-3);
}
.no-header__lang button:hover svg path {
  stroke: var(--clr-primary-500);
}
.no-header__lang .select-listbox {
  border-radius: 0.8rem;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  padding: 0.4rem;
  min-width: 11rem;
  position: absolute;
  left: 50%;
  top: 6rem;
  transform: translate(-50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--tran-3),
    top var(--tran-3),
    visibility var(--tran-3);
}
@media (max-width: 1480px) {
  .no-header__lang .select-listbox {
    left: calc(50% - 2rem);
  }
}
.no-header__lang .select-listbox li a {
  border-radius: 0.4rem;
  background-color: #fff;
  transition: background-color var(--tran-3);
  padding: 0.9rem 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}
.no-header__lang .select-listbox li a img {
  width: 2rem;
  border-radius: 50%;
}
.no-header__lang .select-listbox li a span {
  font-size: 1.2rem;
  width: 100%;
}
.no-header__lang .select-listbox li a:hover {
  background-color: #cccccc4d;
}
.no-header__lang.is-open .select-listbox {
  top: 4rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-aside.pc {
  position: fixed;
  z-index: 9;
  right: clamp(2rem, 2.9773462783vw + 0.8834951456rem, 6.6rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .no-aside.pc {
    display: none;
  }
}
.no-aside.pc:hover .button-list li a span {
  width: 16rem;
  padding-right: 2.4rem;
  opacity: 1;
}
.no-aside.pc:hover .button-list li button svg {
  left: calc(50% - 1.8rem);
  opacity: 1;
}
.no-aside.pc:hover .button-list li button span {
  left: calc(50% + 0.9rem);
}
.no-aside.pc .button-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.no-aside.pc .button-list li {
  width: 100%;
  max-width: 18rem;
}
.no-aside.pc .button-list li a {
  width: 100%;
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: background-color var(--tran-3);
}
.no-aside.pc .button-list li a:hover {
  background-color: var(--hover-color) !important;
}
.no-aside.pc .button-list li a img {
  width: 3.6rem;
  margin: 0.9rem;
  flex-shrink: 0;
}
.no-aside.pc .button-list li a span {
  display: block;
  overflow: hidden;
  padding-right: 0;
  opacity: 0;
  width: 0;
  white-space: nowrap;
  transition:
    width 0.6s,
    padding-right 0.6s,
    opacity 0.6s;
}
.no-aside.pc .button-list li .top_btn {
  width: 100%;
  height: 5.4rem;
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: background-color var(--tran-3);
  position: relative;
}
.no-aside.pc .button-list li .top_btn:hover {
  background-color: var(--hover-color) !important;
}
.no-aside.pc .button-list li .top_btn svg {
  opacity: 0;
  transition:
    left var(--tran-3),
    opacity var(--tran-3);
}
.no-aside.pc .button-list li .top_btn span {
  line-height: 1;
  font-size: 1.5rem;
  transition: left var(--tran-3);
}
.no-aside.mobile {
  display: none;
  position: fixed;
  z-index: 9;
  right: 2rem;
  bottom: 3rem;
  flex-direction: column;
  gap: 1rem;
  width: 4.8rem;
}
@media (max-width: 768px) {
  .no-aside.mobile {
    display: flex;
  }
}
.no-aside.mobile .menu-group {
  position: relative;
  width: 100%;
}
.no-aside.mobile .menu-group .button-list {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.no-aside.mobile .menu-group .button-list li {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0) scale(0.92);
  transform-origin: bottom center;
  will-change: transform, opacity;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    visibility 0s linear 0.45s;
}
.no-aside.mobile .menu-group .button-list li:nth-last-child(1) {
  --translate-y: -5.8rem;
}
.no-aside.mobile .menu-group .button-list li:nth-last-child(2) {
  --translate-y: -11.6rem;
}
.no-aside.mobile .menu-group .button-list li:nth-last-child(3) {
  --translate-y: -17.4rem;
}
.no-aside.mobile .menu-group .button-list li:nth-last-child(4) {
  --translate-y: -23.2rem;
}
.no-aside.mobile .menu-group .button-list li:nth-last-child(5) {
  --translate-y: -29rem;
}
.no-aside.mobile .menu-group .button-list li:nth-last-child(6) {
  --translate-y: -34.8rem;
}
.no-aside.mobile .menu-group .button-list li.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(var(--translate-y)) scale(1);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease,
    visibility 0s linear 0s;
}
.no-aside.mobile .menu-group .button-list li a {
  width: 100%;
  height: 4.8rem;
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color var(--tran-3);
}
.no-aside.mobile .menu-group .button-list li a:hover {
  background-color: var(--hover-color) !important;
}
.no-aside.mobile .menu-group .button-list li a img {
  width: 2.8rem;
}
.no-aside.mobile .menu-group .menu_btn {
  width: 100%;
  height: 4.8rem;
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--clr-primary-500);
  border: 1px solid #4a2e6d;
  transition:
    background-color var(--tran-3),
    border var(--tran-3),
    transform var(--tran-3);
  position: relative;
  z-index: 2;
}
.no-aside.mobile .menu-group .menu_btn.active {
  background-color: #000;
  border: 1px solid #000;
  transform: rotate(45deg);
}
.no-aside.mobile .top_btn {
  width: 100%;
  height: 4.8rem;
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color var(--tran-3);
  position: relative;
}
.no-aside.mobile .top_btn:hover {
  background-color: var(--hover-color) !important;
}
.no-aside.mobile .top_btn svg {
  opacity: 0;
  transition:
    left var(--tran-3),
    opacity var(--tran-3);
}
.no-aside.mobile .top_btn span {
  line-height: 1;
  font-size: 1.5rem;
  transition: left var(--tran-3);
}
.no-side-qr-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.no-side-qr-modal.is-open {
    display: block;
}

.no-side-qr-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.no-side-qr-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    overflow: visible;
    background: #fff;
}

.no-side-qr-panel img {
    display: block;
    max-width: min(420px, 80vw);
    height: auto;
}

.no-side-qr-close {
    position: absolute;
    right: 0;
    top: -18px;
    transform: translateX(50%);
    width: 4.4rem;
    height: 4.4rem;
    border: 0;
    background: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}
.no-sub-visual {
  position: relative;
  overflow: hidden;
  margin-top: var(--header-height);
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0 0;
  z-index: 2;
  border-bottom: 1px solid var(--clr-gray-50);
}
.no-sub-visual .symbol {
  position: absolute;
  height: calc(100% - var(--header-height) + clamp(8rem, 5.1779935275vw + 6.0582524272rem, 16rem));
  top: 0;
  right: -5%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .no-sub-visual .symbol {
    display: none;
  }
}
.no-sub-visual .symbol svg {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translate3d(-36px, 0, 0);
  will-change: transform, opacity;
  animation: symbol-in-1 2.8s cubic-bezier(0.12, 0.85, 0.18, 1) forwards;
}
.no-sub-visual .symbol svg:nth-child(2) {
  transform: translate3d(calc(39% - 36px), 0, 0);
  animation: symbol-in-2 2.8s cubic-bezier(0.12, 0.85, 0.18, 1) forwards;
  animation-delay: 0.2s;
}
@keyframes symbol-in-1 {
  0% {
    opacity: 0;
    transform: translate3d(-36px, 0, 0);
  }
  65% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes symbol-in-2 {
  0% {
    opacity: 0;
    transform: translate3d(calc(39% - 36px), 0, 0);
  }
  65% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translate3d(39%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .no-sub-visual .symbol svg {
    animation: none !important;
    opacity: 1;
    transform: translateZ(0);
  }
  .no-sub-visual .symbol svg:nth-child(2) {
    transform: translate3d(39%, 0, 0);
  }
}
.no-sub-visual .no-sub-menu {
  width: 100%;
  position: relative;
  overflow: visible;
}
.no-sub-visual .no-sub-menu.swiper {
  overflow: hidden;
}
.no-sub-visual .no-sub-menu .swiper-wrapper {
  display: flex;
}
.no-sub-visual .no-sub-menu .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.no-sub-visual .no-sub-menu .swiper-slide a {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b2b2;
  white-space: nowrap;
  transition:
    border var(--tran-3),
    color var(--tran-3);
}
.no-sub-visual .no-sub-menu .swiper-slide a:hover {
  color: var(--clr-gray-900);
}
.no-sub-visual .no-sub-menu .swiper-slide a.active {
  color: var(--clr-gray-900);
  border-bottom: 2px solid var(--clr-gray-900);
}
.no-sub-visual figure {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 24rem;
  max-height: 50rem;
}
.no-board__total {
  font-weight: 600;
}
.no-board__total em {
  color: var(--clr-primary-main);
}
.no-board__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 544px) {
  .no-board__filter {
    align-items: flex-start;
    flex-direction: column;
  }
}
.no-board__search {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 544px) {
  .no-board__search {
    flex-direction: column;
    width: 100%;
  }
  .no-board__search .no-form-control--search,
  .no-board__search .no-form-control--search label {
    width: 100%;
  }
  .no-board__search .no-form-control__input--search,
  .no-board__search .no-form-select {
    max-width: 100%;
  }
}
.no-board-detail__headline {
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-board-detail__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  border-top: 2px solid var(--clr-base-black);
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-board-detail__head {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 0;
  }
}
.no-board-detail__admin {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
  color: var(--clr-primary-main);
  font-weight: 600;
}
.no-board-detail__admin i {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-board-detail__date {
  font-size: 1.4rem;
  color: var(--clr-gray-500);
}
.no-board-detail__body {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem)
    clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-board-detail__body.--comment {
  background: var(--clr-primary-50);
  border: 1px solid var(--clr-primary-main);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .no-board-detail__body {
    padding: 2.4rem 0;
  }
}
.no-board-detail__action {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}
@media (max-width: 768px) {
  .no-board-detail__action {
    margin-top: 2.4rem;
  }
}
.no-locked__container {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}
.no-locked__logo {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-locked__logo img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}
.no-locked__title {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-locked__desc {
  color: var(--clr-gray-600);
  line-height: 1.6;
  margin-bottom: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-locked__desc strong {
  display: block;
  color: var(--clr-base-black);
  margin-bottom: 0.4rem;
}
.no-locked__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-locked__field {
  width: 100%;
}
.no-locked__submit {
  width: 100%;
  height: 48px;
  border-radius: var(--radius-lg, 12px);
  font-weight: 700;
}
.no-locked__back {
  display: inline-block;
  margin-top: 0.6rem;
  text-decoration: underline;
  color: var(--clr-primary-main);
  font-weight: 600;
}
.no-locked__back:hover {
  text-decoration: none;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.no-btn {
  --dur: 0.53s;
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem)
    clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  border-radius: 0.8rem;
  background: var(--clr-primary-500);
  color: #fff;
  transition: border-color var(--dur) var(--ease);
}
.no-btn .no-btn__layer {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  white-space: nowrap;
  transition:
    transform var(--dur) var(--ease),
    opacity var(--dur) var(--ease);
  will-change: transform, opacity;
}
.no-btn .no-btn__layer > p {
  margin: 0;
}
.no-btn .no-btn__layer > svg {
  width: 2rem;
  height: auto;
}
.no-btn .no-btn__layer.--hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  transform: translateY(105%);
  background-color: var(--clr-primary-700);
  width: 100%;
}
.no-btn:hover .no-btn__layer.--base,
.no-btn:focus-visible .no-btn__layer.--base {
  transform: translateY(-100%);
  opacity: 0;
}
.no-btn:hover .no-btn__layer.--hover,
.no-btn:focus-visible .no-btn__layer.--hover {
  transform: translateY(0);
}
.no-form-radio__title {
  display: block;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-bottom: 0.8rem;
}
.no-form-radio__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .no-form-radio__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .no-form-radio__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-form-radio__item {
  flex: 1;
}
.no-form-radio__item input {
  display: none;
}
.no-form-radio__item input:checked + .no-form-radio__label {
  color: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
}
.no-form-radio__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-300);
  width: 100%;
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
}
.no-form-checkbox__inner {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.no-form-checkbox input {
  display: none;
}
.no-form-checkbox input:checked + .no-form-checkbox__box {
  border-color: var(--clr-primary-main);
  background: var(--clr-primary-main);
}
.no-form-checkbox input:checked + .no-form-checkbox__box i {
  visibility: visible;
  opacity: 1;
}
.no-form-checkbox__box {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid var(--clr-gray-300);
  display: flex;
  align-items: center;
  background: var(--clr-base-white);
}
.no-form-checkbox__box i {
  color: var(--clr-base-white);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-form-checkbox__label {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-form-group.--full {
  width: 100%;
}
.no-form-group.--base {
  width: calc(33.33% - 2.1333rem);
}
@media (max-width: 1024px) {
  .no-form-group.--base {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-form-group.--base {
    width: 100%;
  }
}
.no-form-group__label {
  margin-bottom: 0.8rem;
  font-weight: 500;
  display: inline-block;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-form-control {
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}
.no-form-control__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0%;
}
.no-form-control.--textarea {
  height: clamp(16rem, 2.5889967638vw + 15.0291262136rem, 20rem);
}
.no-form-control.--base {
  max-width: 40rem;
}
.no-form-control:focus-within {
  border-color: var(--clr-primary-main);
}
.no-form-control__textarea {
  width: 100%;
  padding: 2rem;
  height: 100%;
}
.no-form-control--search {
  display: inline-block;
}
.no-form-control--search label {
  display: inline-flex;
  align-items: center;
  background: var(--clr-base-white);
}
.no-form-control--search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
.no-form-control--search button i {
  color: var(--clr-primary-main);
  font-weight: 500;
  font-size: 2rem;
}
.no-form-control__input {
  width: 100%;
  height: 4.4rem;
  padding: 0 2rem;
}
.no-form-control__input:read-only {
  background: var(--clr-gray-100);
}
.no-form-control__input--search {
  max-width: 25.5rem;
  width: 100%;
}
.no-form-control__input--search::-webkit-search-decoration,
.no-form-control__input--search::-webkit-search-cancel-button,
.no-form-control__input--search::-webkit-search-results-button,
.no-form-control__input--search::-webkit-search-results-decoration {
  display: none;
}
.no-form-select {
  max-width: 15rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.no-form-select__input {
  -webkit-appearance: none;
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  width: 100%;
  height: 4.4rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.no-form-select__icon {
  position: absolute;
  pointer-events: none;
  right: 1.2rem;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.no-form-file__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  min-height: 4.4rem;
  padding: 0.6rem 2rem;
  transition:
    border-color 0.2s ease,
    outline-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.no-form-file:focus-within .no-form-file__inner {
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
}
.no-form-file__label {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-form-file__input {
  height: 3.2rem;
  padding: 0 1.2rem;
  border: 0;
  background: transparent;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-900);
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-form-file__input::file-selector-button {
  margin-right: 1.2rem;
  height: 3.2rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  border: 1px solid var(--clr-primary-main);
  background: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  font-weight: 600;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.1s ease;
}
.no-form-file__input:hover::file-selector-button {
  opacity: 0.9;
}
.no-form-file__input:active::file-selector-button {
  transform: translateY(1px);
}
.no-form-file__input::-webkit-file-upload-button {
  visibility: hidden;
}
.no-form-file__meta {
  margin-left: auto;
  color: var(--clr-gray-500);
  font-size: clamp(1.2rem, 0.0647249191vw + 1.1757281553rem, 1.3rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
@media (max-width: 768px) {
  .no-form-file__meta {
    max-width: 100%;
  }
}
.no-form-file.--drop {
  position: relative;
}
.no-form-file.--drop .no-form-file__inner {
  justify-content: center;
  gap: 0.8rem;
  border-style: dashed;
  border-color: var(--clr-gray-300);
  background: var(--clr-gray-50);
  min-height: 10rem;
  text-align: center;
}
.no-form-file.--drop .no-form-file__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.no-form-file.--drop.is-dragover .no-form-file__inner {
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
  background: #00000005;
}
.no-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  user-select: none;
}
@media (max-width: 768px) {
  .no-pagination {
    gap: 0.8rem;
  }
}
.no-pagination__link {
  --size: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  padding: 0 0.8rem;
  border: 1px solid var(--clr-gray-300);
  border-radius: 0.6rem;
  background: var(--clr-base-white);
  color: var(--clr-base-black);
  line-height: 1;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.no-pagination__link:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-400);
}
.no-pagination__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--clr-primary-rgb, 33, 150, 243), 0.25);
}
.no-pagination__link.--disabled {
  color: var(--clr-gray-400);
  border-color: var(--clr-gray-200);
  background: var(--clr-gray-50);
  pointer-events: none;
  opacity: 0.7;
}
.no-pagination .--numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-pagination .--numbers a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color var(--tran-15);
}
.no-pagination .--numbers a:hover {
  background-color: #f5f5f5;
}
.no-pagination .--numbers a.active {
  background-color: var(--clr-primary-500);
  color: #fff;
}
.no-pagination .--arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-pagination__link--num {
  width: var(--size);
  padding: 0;
  font-weight: 500;
}
.no-pagination__link--num[aria-current='page'],
.no-pagination__link--num.is-active {
  background: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  color: var(--clr-base-white);
}
.no-pagination__link--num.--ghost {
  background: var(--clr-base-white);
  color: var(--clr-gray-700);
}
.no-pagination__link--arrow {
  width: var(--size);
  color: var(--clr-base-black);
  border-color: transparent;
  background: transparent;
}
.no-pagination__link--arrow i {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1;
}
.no-pagination__link--arrow:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-300);
}
.no-prevnext {
  border-top: 1px solid var(--clr-base-black);
}
.no-prevnext__block {
  width: 100%;
  text-align: left;
  padding: 2.4rem;
  padding-left: 0;
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-prevnext__block {
    padding: 1.8rem 2.4rem 1.8rem 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.no-prevnext__link {
  padding-left: 9.4rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .no-prevnext__link {
    padding-left: 4.6rem;
  }
}
.no-prevnext__label {
  color: var(--clr-gray-600);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__label {
    font-size: 1.2rem;
  }
}
.no-prevnext__title {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__title {
    font-size: 1.2rem;
  }
}
.no-table__self {
  border-top: 2px solid var(--clr-gray-900);
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.no-table__self th,
.no-table__self td {
  border-bottom: 1px solid var(--clr-gray-200);
  color: var(--clr-gray-600);
}
@media (max-width: 768px) {
  .no-table__self th,
  .no-table__self td {
    text-align: left;
    display: block;
    padding: 0;
    border-bottom: 0;
  }
}
.no-table__self th,
.no-table__self td {
  padding: 2rem 1rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-table__self thead {
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-table__self thead {
    display: none;
  }
}
.no-table__self thead th {
  border-bottom: 1px solid var(--clr-gray-900);
  text-align: center;
}
@media (max-width: 768px) {
  .no-table__self tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--clr-gray-200);
    padding: 1.6rem 0;
  }
}
@media (max-width: 768px) {
  .no-table__self tbody td {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .no-table .no-table__attr {
    display: inline-block;
    color: var(--clr-gray-400);
  }
  .no-table .no-table__attr:last-child span {
    padding-right: 0;
    margin-right: 0;
  }
  .no-table .no-table__attr:last-child span:after {
    content: none;
  }
  .no-table .no-table__attr span {
    font-size: 1.2rem;
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    line-height: 1;
  }
  .no-table .no-table__attr span:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    height: 1rem;
    width: 0.1rem;
    background: var(--clr-gray-600);
    transform: translateY(-40%);
  }
  .no-table .no-table__attr span:before {
    content: attr(data-label);
    color: var(--clr-gray-600);
    display: inline-block;
    padding-right: 0.4rem;
  }
}
.no-table .no-table__pin {
  color: var(--clr-primary-main);
}
.no-table .no-table__title {
  font-weight: 600;
  width: 100%;
}
.no-table .no-table__link {
  font-weight: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.no-table .no-table__link:hover {
  text-decoration: underline;
  color: var(--clr-primary-main);
}
.no-table .no-table__link-text {
  white-space: nowrap;
}
.no-floating-container {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: clamp(24px, 3vw, 48px);
  align-items: start;
}
@media (max-width: 768px) {
  .no-floating-container {
    grid-template-columns: 1fr;
    column-gap: auto;
  }
}
.no-floating-menu {
  width: 16rem;
  padding-left: 2rem;
  will-change: transform;
}
@media (max-width: 768px) {
  .no-floating-menu {
    display: none;
  }
}
.no-floating-menu__nav {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-floating-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  color: var(--clr-gray-400);
}
.no-floating-menu__link:hover {
  color: var(--clr-base-black);
}
.no-floating-menu__link.--active {
  color: var(--clr-primary-main);
}
.no-floating-menu__link.--active:before {
  opacity: 1;
  visibility: visible;
}
.no-floating-menu__link:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: var(--clr-primary-main);
  opacity: 0;
  visibility: hidden;
}
:root {
  --gt-size: 48px;
  --gt-gap: 20px;
}
.no-gototop {
  position: fixed;
  inset-inline-end: calc(var(--gt-gap) + env(safe-area-inset-right));
  inset-block-end: calc(var(--gt-gap) + env(safe-area-inset-bottom));
  z-index: 999;
  pointer-events: none;
}
.no-gototop__btn {
  width: var(--gt-size);
  height: var(--gt-size);
  border: none;
  border-radius: 999px;
  background: var(--clr-primary-main);
  color: var(--clr-base-white);
  box-shadow: 0 4px 12px #00000026;
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    background 0.2s ease;
}
.no-gototop__btn span {
  font-size: 12px;
}
.no-gototop__btn:hover {
  background: var(--clr-primary-hover);
}
.no-gototop__btn:active {
  transform: translateY(14px) scale(0.97);
}
.no-gototop__btn:focus-visible {
  outline: 2px solid var(--clr-primary-400);
  outline-offset: 3px;
}
.no-gototop.is-visible .no-gototop__btn {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .no-gototop__btn {
    transition: none;
  }
}
.no-marquee-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  gap: 5rem;
}
.no-marquee-section.--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-marquee-section.--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-marquee-section.--y {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}
.no-marquee {
  padding: 1vw;
  white-space: nowrap;
}
.no-marquee__inner {
  display: flex;
  gap: 2rem;
}
.no-marquee__content {
  color: #00a4af26;
  font-size: clamp(9.6rem, 5.9546925566vw + 7.3669902913rem, 18.8rem);
}
.no-visual {
  position: relative;
  overflow: hidden;
  height: clamp(70rem, 6.4724919094vw + 67.572815534rem, 80rem);
}
.no-visual-slider {
  position: relative;
  height: 100%;
}
.no-visual-slider .center {
  z-index: 3;
  top: 55%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .no-visual-slider .center {
    padding: 0 2rem;
  }
}
.no-visual-slider .center hgroup h2 {
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-visual-slider .center hgroup h2 {
    letter-spacing: -1%;
  }
}
.no-visual-slider .center hgroup p {
  font-size: clamp(1.4rem, 0.6472491909vw + 1.1572815534rem, 2.4rem);
}
.no-visual-slider .center .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1.2rem;
  width: 100%;
  margin-top: 5rem;
  pointer-events: auto;
}
.no-visual-slider .center .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background: 1;
  opacity: 1;
  margin: 0 0.9rem;
  background-color: #fff;
}
.no-visual-slider .center .swiper-pagination .swiper-pagination-bullet-active .circle-timer .bg,
.no-visual-slider .center .swiper-pagination .swiper-pagination-bullet-active .circle-timer .progress {
  opacity: 0.5;
}
.no-visual-slider .center .swiper-pagination .circle-timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 2.4rem;
  height: 2.4rem;
}
.no-visual-slider .center .swiper-pagination .circle-timer .bg {
  fill: none;
  stroke: #ffffff80;
  stroke-width: 1;
  opacity: 0;
}
.no-visual-slider .center .swiper-pagination .circle-timer .progress {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset linear;
  border-radius: 50%;
}
.no-visual-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}
.no-visual-slider .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.no-visual-slider .swiper-wrapper .swiper-slide:before {
  background-color: #0000004d;
}
.no-visual-slider .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .no-visual .no-visual-slider .swiper-wrapper .swiper-slide:nth-of-type(2n) {
    background-image: url(../images/main_visual2-m.jpg) !important;
  }
  .no-visual .no-visual-slider .swiper-wrapper .swiper-slide:nth-of-type(3n) {
    background-image: url(../images/main_visual3-m.jpg) !important;
  }
}
.no-about {
  position: relative;
  overflow: hidden;
}
.no-about .f-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4rem, 5.1779935275vw + 2.0582524272rem, 12rem);
}
@media (max-width: 768px) {
  .no-about .f-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-about .f-wrap hgroup {
  width: 50%;
  max-width: 60rem;
}
@media (max-width: 768px) {
  .no-about .f-wrap hgroup {
    width: 100%;
    max-width: 100%;
  }
}
.no-about .f-wrap .diff-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  width: 50%;
  max-width: 70rem;
}
@media (max-width: 768px) {
  .no-about .f-wrap .diff-list {
    width: 100%;
  }
}
.no-about .f-wrap .diff-list li {
  overflow: hidden;
  background-color: var(--clr-primary-500);
}
.no-about .f-wrap .diff-list li figure {
  display: flex;
  overflow: hidden;
  aspect-ratio: 340/240;
}
@media (max-width: 768px) {
  .no-about .f-wrap .diff-list li figure {
    aspect-ratio: 162/145;
  }
}
.no-about .f-wrap .diff-list li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  padding: 0.6rem 0.6rem 1rem;
  min-height: calc(2.6em + 1.2rem);
  text-wrap: balance;
  font-size: clamp(1.3rem, 0.4530744337vw + 1.1300970874rem, 2rem);
}
@media (max-width: 768px) {
  .no-about .f-wrap .diff-list li h3 {
    min-height: 6.4rem;
    letter-spacing: -2%;
  }
}
.no-guide {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 clamp(3.2rem, 3.1067961165vw + 2.0349514563rem, 8rem);
}
.no-guide figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50rem;
  background-attachment: fixed;
  z-index: -1;
}
@media (max-width: 768px) {
  .no-guide figure {
    background-image: url('/lang/common/resource/images/airplane-mobile.jpg?v=1874432365') !important;
	background-position: 85% center;
  }
}
.no-guide .guide-box {
  max-width: 124rem;
  width: 100%;
  background: linear-gradient(270deg, #549dc4, #783ebf);
  box-shadow: 10px 10px 10px #0003;
  padding: clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem) 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-guide .guide-box .info-list {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .no-guide .guide-box .info-list {
    flex-direction: column;
  }
}
.no-guide .guide-box .info-list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  min-width: 24rem;
}
@media (max-width: 768px) {
  .no-guide .guide-box .info-list li {
    width: 100%;
    flex-direction: row;
    min-width: auto;
  }
}
.no-guide .guide-box .info-list li:nth-child(n + 2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .no-guide .guide-box .info-list li:nth-child(n + 2) {
    border-left: none;
    padding-top: 1rem;
    border-top: 1px solid rgba(215, 238, 255, 0.2);
  }
}
.no-guide .guide-box .info-list li h3 {
  font-size: clamp(1.3rem, 0.3236245955vw + 1.1786407767rem, 1.8rem);
}
@media (max-width: 768px) {
  .no-guide .guide-box .info-list li h3 {
    text-align: left;
  }
}
.no-guide .guide-box .info-list li img {
  width: clamp(3rem, 0.9061488673vw + 2.6601941748rem, 4.4rem);
}
.no-guide .guide-box .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 0.7766990291vw + 0.5087378641rem, 2rem);
  width: 100%;
}
@media (max-width: 768px) {
  .no-guide .guide-box .link-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.no-guide .guide-box .link-list li {
  max-width: 26rem;
  width: 100%;
  height: stretch;
}
.no-guide .guide-box .link-list li a {
  border-radius: 5.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #d7eeff33;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 6rem;
  transition: border-color var(--tran-3);
}
@media (max-width: 768px) {
  .no-guide .guide-box .link-list li a {
    flex-direction: column;
    border-radius: 0;
    padding: 1rem;
    height: 100%;
  }
}
.no-guide .guide-box .link-list li a p {
  font-size: clamp(1.3rem, 0.3236245955vw + 1.1786407767rem, 1.8rem);
}
@media (max-width: 350px) {
  .no-guide .guide-box .link-list li a p {
    font-size: 1.1rem;
  }
}
.no-guide .guide-box .link-list li a img {
  width: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-guide .guide-box .link-list li a:hover {
  border-color: #fff;
}
.no-special {
  position: relative;
  overflow: hidden;
}
.no-special .special-slide {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .no-special .special-slide {
    cursor: grab;
  }
}
.no-special .special-slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.no-special .special-slide .swiper-wrapper li {
  position: relative;
  overflow: hidden;
  max-width: 34rem;
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li {
    height: initial;
    display: flex;
    align-items: flex-end;
    min-height: 40rem;
  }
}
.no-special .special-slide .swiper-wrapper li:hover figure:before {
  background: #000;
  height: 100%;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li:hover figure:before {
    background: #333;
    opacity: 0.8;
    height: 100%;
  }
}
.no-special .special-slide .swiper-wrapper li:hover .txt {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li:hover .txt {
    top: auto;
    transform: translateY(0);
  }
}
.no-special .special-slide .swiper-wrapper li:hover .txt p {
  height: auto;
}
.no-special .special-slide .swiper-wrapper li figure {
  position: relative;
  display: flex;
  overflow: hidden;
}
.no-special .special-slide .swiper-wrapper li figure:before {
  background: linear-gradient(180deg, #0000, #000);
  left: 0;
  top: auto;
  bottom: 0;
  height: 50%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li figure:before {
    background: #333;
    opacity: 0.3 !important;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .no-special .special-slide .swiper-wrapper li figure img {
    height: 100%;
  }
}
.no-special .special-slide .swiper-wrapper li .txt {
  position: absolute;
  z-index: 3;
  bottom: 4rem;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  transition:
    top 0.6s,
    transform 0.6s;
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li .txt {
    position: relative;
    bottom: 0;
    padding: 12rem 3rem 4rem;
  }
}
@media (max-width: 544px) {
  .no-special .special-slide .swiper-wrapper li .txt {
    padding: 8rem 3rem 4rem;
  }
}
.no-special .special-slide .swiper-wrapper li .txt h3 {
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
.no-special .special-slide .swiper-wrapper li .txt p {
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-wrapper li .txt p {
    height: auto;
  }
}
.no-special .special-slide .swiper-pagination-progressbar {
  position: relative;
  max-width: 90rem;
  background-color: #0a0a0a1a;
  border-radius: 5.5rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: none;
  height: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
@media (max-width: 768px) {
  .no-special .special-slide .swiper-pagination-progressbar {
    display: block;
  }
}
.no-special .special-slide .swiper-pagination-progressbar-fill {
  background-color: var(--clr-primary-500);
  border-radius: 5.5rem;
  overflow: hidden;
}
.no-treatment {
  position: relative;
  overflow: hidden;
}
.no-treatment .treatment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .no-treatment .treatment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-treatment .treatment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-treatment .treatment-list li {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #00000014;
}
.no-treatment .treatment-list li figure {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 16rem;
}
.no-treatment .treatment-list li .txt {
  position: relative;
  padding: clamp(3rem, 1.2944983819vw + 2.5145631068rem, 5rem) 2rem clamp(2rem, 1.9417475728vw + 1.2718446602rem, 5rem);
}
.no-treatment .treatment-list li .txt .teeth {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  width: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
  left: 2rem;
  top: clamp(-6rem, -1.2944983819vw + -3.5145631068rem, -4rem);
}
.no-treatment .treatment-list li .txt p {
  font-size: clamp(1.3rem, 0.3236245955vw + 1.1786407767rem, 1.8rem);
}
.no-sedation {
  padding-top: 0;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .no-sedation {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .no-sedation .no-container-xl {
    max-width: 100%;
    padding: 0;
  }
  .no-sedation .no-container-xl hgroup {
  	padding: 0 2rem;
  }
}
.no-sedation .sedation-box {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1024px) {
  .no-sedation .sedation-box {
    flex-direction: column-reverse;
    border-radius: 0;
  }
}
.no-sedation .sedation-box .txt {
  background-color: var(--clr-primary-500);
  padding: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem) clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .no-sedation .sedation-box .txt {
    width: 100%;
  }
}
.no-sedation .sedation-box .txt .sedation-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.7766990291vw + 0.5087378641rem, 2rem);
}
.no-sedation .sedation-box .txt .sedation-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
.no-sedation .sedation-box .txt .sedation-list li img {
  width: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
}
.no-sedation .sedation-box .txt .sedation-list li .group {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
}
.no-sedation .sedation-box .txt .sedation-list li .group p {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-sedation .sedation-box figure {
  width: 50%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .no-sedation .sedation-box figure {
    width: 100%;
    aspect-ratio: 375/240;
  }
}
@media (max-width: 768px) {
  .no-sedation .sedation-box figure {
    aspect-ratio: 375/280;
  }
}
.no-sedation .sedation-box figure img {
  height: 100%;
}
.no-team {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #b9bbc700, #b9bbc7);
  padding-bottom: clamp(7rem, 1.9417475728vw + 6.2718446602rem, 10rem);
}
.no-team .ci {
  width: clamp(24rem, 14.8867313916vw + 18.4174757282rem, 47rem);
  top: 0;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .no-team .ci {
    top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .no-team .ci {
    opacity: 0.5;
  }
}
.no-team .no-container-xl {
  z-index: 2;
  position: relative;
}
.no-team hgroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.no-team hgroup h2 {
  min-width: 75rem;
}
@media (max-width: 1480px) {
  .no-team hgroup h2 {
    min-width: auto;
  }
  .no-team hgroup br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .no-team hgroup {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }
  .no-team hgroup br {
    display: block;
  }
}
@media (max-width: 768px) {
  .no-team hgroup br {
    display: none;
  }
}
.no-team .team {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-team .team.pc {
    display: none;
  }
}
.no-team .team.mobile {
  display: none;
}
@media (max-width: 768px) {
  .no-team .team.mobile {
    display: block;
  }
}
.no-specialists {
  position: relative;
  overflow: hidden;
  border-radius: clamp(4rem, 3.8834951456vw + 2.5436893204rem, 10rem)
    clamp(4rem, 3.8834951456vw + 2.5436893204rem, 10rem) 0 0;
  background-color: #fff;
  transform: translateY(clamp(-10rem, -1.9417475728vw + -6.2718446602rem, -7rem));
  z-index: 2;
}
.no-specialists .specialists-slide {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-specialists .specialists-slide {
    padding: 0 3rem;
  }
}
.no-specialists .specialists-slide .swiper-wrapper li {
  cursor: pointer;
  width: 26rem;
  height: 40rem;
  border: 1px solid rgba(224, 228, 228, 0.5);
  display: flex;
  flex-direction: column;
}
.no-specialists .specialists-slide .swiper-wrapper li:hover figure .ci {
  top: 45%;
  opacity: 0.5;
}
.no-specialists .specialists-slide .swiper-wrapper li:hover figure .specialists {
  transform: scale(1.2);
}
.no-specialists .specialists-slide .swiper-wrapper li:hover .plus {
  transform: rotate(180deg) scale(1.1);
}
.no-specialists .specialists-slide .swiper-wrapper li figure {
  aspect-ratio: 260/280;
  background: linear-gradient(180deg, #e2e3e8, #b9bbc7);
  display: flex;
  position: relative;
  overflow: hidden;
}
.no-specialists .specialists-slide .swiper-wrapper li figure .ci {
  opacity: 0;
  top: 40%;
  width: 20rem;
  transition:
    top 0.6s,
    opacity 0.6s;
}
.no-specialists .specialists-slide .swiper-wrapper li figure .specialists {
  position: relative;
  margin: 0 auto;
  top: 2rem;
  width: 90%;
  transition: transform 0.6s;
  transform-origin: top;
}
.no-specialists .specialists-slide .swiper-wrapper li .txt {
  padding: 0 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.no-specialists .specialists-slide .swiper-wrapper li .txt .plus {
  position: absolute;
  width: clamp(2.8rem, 0.5177993528vw + 2.6058252427rem, 3.6rem);
  right: 2rem;
  top: clamp(-1.8rem, -0.2588996764vw + -1.3029126214rem, -1.4rem);
  transition: transform 0.6s;
  transform-origin: center;
}
@media (max-width: 768px) {
  .no-specialists .specialists-slide .swiper-wrapper li .txt .plus {
	display: none;
  }
}
.no-specialists .specialists-slide .swiper-wrapper li .txt h3 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e3e8;
}
.no-specialists .specialists-slide .swiper-wrapper li .txt p {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-specialists .specialists-slide .swiper-pagination-progressbar {
  position: relative;
  max-width: 90rem;
  background-color: #0a0a0a1a;
  border-radius: 5.5rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-specialists .specialists-slide .swiper-pagination-progressbar-fill {
  background-color: var(--clr-primary-500);
  border-radius: 5.5rem;
  overflow: hidden;
}
.specialists-modal {
  position: fixed;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 124rem;
  background-color: #fff;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.6s,
    top 0.6s,
    visibility 0s linear 0.6s;
}
@media (max-width: 1480px) {
  .specialists-modal {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .specialists-modal {
    width: 100%;
    height: calc(100dvh - var(--header-height) - 4.6rem);
    inset: auto -100% 0 auto;
    transform: translate(0);
    overflow-y: auto;
    transition:
      right 0.6s,
      opacity 0.6s,
      visibility 0s linear 0.6s;
  }
}
.specialists-modal.on {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.6s,
    top 0.6s,
    visibility 0s linear 0s;
}
@media (max-width: 768px) {
  .specialists-modal.on {
    right: 0;
    top: auto;
    transition:
      right 0.6s,
      opacity 0.6s,
      visibility 0s linear 0s;
  }
}
.specialists-modal .close {
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  transition: background-color var(--tran-3);
  width: clamp(4.4rem, 0.71197411vw + 4.1330097087rem, 5.5rem);
}
.specialists-btn {
  right: 1rem;
  top: 12rem;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  transition:
    background-color var(--tran-3),
    opacity var(--tran-3),
    visibility var(--tran-3),
    transform var(--tran-3);
  width: clamp(4.4rem, 0.71197411vw + 4.1330097087rem, 5.5rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
@media (max-width: 768px) {
  .specialists-btn {
	display: block;
  }
  .specialists-modal .close {
  	display: none;
  }
}
.specialists-btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.specialists-modal .modal-list {
  position: relative;
  width: 100%;
}
.specialists-modal .modal-list .info-box {
  width: 100%;
  display: none;
}
.specialists-modal .modal-list .info-box.active {
  display: flex;
}
@media (max-width: 768px) {
  .specialists-modal .modal-list .info-box {
    flex-direction: column;
  }
}
.specialists-modal .modal-list .info-box figure {
  background-color: #d3d4dc;
  aspect-ratio: 540/700;
  max-width: 54rem;
  width: 100%;
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  .specialists-modal .modal-list .info-box figure {
    max-width: 100%;
  }
}
.specialists-modal .modal-list .info-box figure img {
  position: relative;
  height: 100%;
}
.specialists-modal .modal-list .info-box .txt {
  width: 100%;
  padding: 3rem clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialists-modal .modal-list .info-box .txt .name {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  padding-bottom: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-bottom: 2px solid #d3d4dc;
}
.specialists-modal .modal-list .info-box .txt .name span {
  display: inline-flex;
  width: fit-content;
  background-color: var(--clr-primary-500);
  padding: clamp(0.2rem, 0.2588996764vw + 0.1029126214rem, 0.6rem)
    clamp(0.4rem, 0.6472491909vw + 0.1572815534rem, 1.4rem) clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem)
    clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  font-size: clamp(1.3rem, 0.4530744337vw + 1.1300970874rem, 2rem);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .specialists-modal .modal-list .info-box .txt .name span {
    letter-spacing: -2%;
  }
}
@media (max-width: 768px) {
  .specialists-modal .modal-list .info-box .txt .name h3 {
    letter-spacing: -6%;
  }
}
.specialists-modal .modal-list .info-box .txt .point {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  max-height: 20rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .specialists-modal .modal-list .info-box .txt .point {
    max-height: 100%;
  }
}
.specialists-modal .modal-list .info-box .txt .point li {
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
}
.specialists-overlay {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  transition:
    opacity 0.6s,
    visibility 0s linear 0.6s;
}
.specialists-overlay.active {
  opacity: 0.6;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.6s,
    visibility 0s linear 0s;
}
.no-director {
  position: relative;
  overflow: hidden;
  transform: translateY(clamp(-10rem, -1.9417475728vw + -6.2718446602rem, -7rem));
}
@media (max-width: 768px) {
  .no-director .no-container-xl {
    padding: 0;
  }
}
.no-director .director-wrap {
  padding-top: clamp(0rem, 5.1779935275vw - 1.9417475728rem, 8rem);
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  .no-director .director-wrap {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.no-director .director-wrap .profile {
  min-width: clamp(20rem, 45.3074433657vw + 3.0097087379rem, 90rem);
  position: relative;
  padding-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .no-director .director-wrap .profile {
    padding: 0 3rem;
    z-index: 3;
    transform: translateY(-5.5rem);
  }
}
.no-director .director-wrap .profile .name {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
}
.no-director .director-wrap .profile .name span {
  display: inline-flex;
  width: max-content;
  background-color: var(--clr-primary-500);
  padding: clamp(0.2rem, 0.2588996764vw + 0.1029126214rem, 0.6rem)
    clamp(0.4rem, 0.6472491909vw + 0.1572815534rem, 1.4rem) clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem)
    clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  font-size: clamp(1.3rem, 0.4530744337vw + 1.1300970874rem, 2rem);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .no-director .director-wrap .profile .name span {
    letter-spacing: -2%;
  }
}
.no-director .director-wrap .profile .name h3 {
  display: flex;
  align-items: baseline;
  gap: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  flex-wrap: wrap;
}
.no-director .director-wrap .profile .name h3 b {
  font-size: clamp(1.4rem, 0.6472491909vw + 1.1572815534rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-director .director-wrap .profile .name h3 {
    letter-spacing: -6%;
  }
}
.no-director .director-wrap .profile .op6 {
  margin-top: clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
}
.no-director .director-wrap .profile .director-img-slide {
  overflow: hidden;
  position: relative;
}
.no-director .director-wrap .profile .director-img-slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.no-director .director-wrap .profile .director-img-slide .swiper-wrapper li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 320/192;
  max-width: 32rem;
}
@media (max-width: 768px) {
  .no-director .director-wrap .profile .director-img-slide .swiper-wrapper li {
    aspect-ratio: 267/160;
  }
}
.no-director .director-wrap .director-box {
  position: relative;
  width: 100%;
  height: stretch;
  display: flex;
}
@media (max-width: 768px) {
  .no-director .director-wrap .director-box {
    background-color: var(--clr-gray-50);
    border-radius: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0 0;
    background-color: #edeef2;
    overflow: hidden;
    height: 24rem;
  }
}
.no-director .director-wrap .director-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--clr-gray-50);
  width: 100vw;
  height: 100%;
  border-radius: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0 0;
}
@media (max-width: 768px) {
  .no-director .director-wrap .director-box:before {
    display: none;
  }
}
.no-director .director-wrap .director-box img {
  position: relative;
  width: clamp(13rem, 21.359223301vw + 4.9902912621rem, 46rem);
  z-index: 2;
}
@media (max-width: 768px) {
  .no-director .director-wrap .director-box img {
    display: flex;
    margin: 0 auto;
    transform: scale(1.5);
    top: 8rem;
  }
}
@media (max-width: 768px) and (max-width: 544px) {
  .no-director .director-wrap .director-box img {
    width: 40%;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .no-director .director-wrap .director-box img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .no-director .director-wrap:nth-child(2) {
    flex-direction: column;
    padding-top: 0;
  }
}
.no-director .director-wrap:nth-child(2) .director-box {
  border-radius: 0 clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0;
}
.no-director .director-wrap:nth-child(2) .director-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100vw;
  height: 100%;
  background-color: var(--clr-gray-50);
  border-radius: 0 clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0;
}
@media (max-width: 768px) {
  .no-director .director-wrap:nth-child(2) .director-box:before {
    display: none;
  }
}
.no-highlight {
  position: relative;
  overflow: hidden;
  transform: translateY(clamp(-10rem, -1.9417475728vw + -6.2718446602rem, -7rem));
}
@media (max-width: 768px) {
  .no-highlight {
    padding-top: 0;
  }
}
.no-highlight:before {
  width: 100%;
  height: 40%;
  bottom: 0;
  top: auto;
  transform: translate(0);
  background-color: var(--clr-primary-500);
}
@media (max-width: 768px) {
  .no-highlight:before {
    height: 30%;
  }
}
.no-highlight .no-container-xl {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .no-highlight .no-container-xl {
    padding: 0;
  }
}
.no-highlight .f-wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .no-highlight .f-wrap {
    flex-direction: column-reverse;
  }
}
.no-highlight .f-wrap .txt {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
  max-width: 80rem;
}
.no-highlight .f-wrap .txt h2 {
  max-width: 71rem;
}
@media (max-width: 768px) {
  .no-highlight .f-wrap .txt {
    padding: 0 3rem;
    gap: 0;
  }
}
.no-highlight .f-wrap .txt .highlight-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
@media (max-width: 768px) {
  .no-highlight .f-wrap .txt .highlight-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
.no-highlight .f-wrap .txt .highlight-list li {
  background-color: #fff;
  border-radius: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 3rem 2rem;
}
@media (max-width: 768px) {
  .no-highlight .f-wrap .txt .highlight-list li {
    align-items: center;
    padding: 1.5rem 2rem;
  }
}
.no-highlight .f-wrap .txt .highlight-list li h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  font-size: clamp(3.4rem, 0.3883495146vw + 3.254368932rem, 4rem);
}
@media (max-width: 768px) {
  .no-highlight .f-wrap .txt .highlight-list li h3 {
    justify-content: center;
  }
}
.no-highlight .f-wrap .txt .highlight-list li .num {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.no-highlight .f-wrap .txt .highlight-list li .num .digit {
  position: relative;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: bottom;
  flex: 0 0 auto;
  padding-right: 0.1rem;
}
.no-highlight .f-wrap .txt .highlight-list li .num .digit-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.no-highlight .f-wrap .txt .highlight-list li .num .char,
.no-highlight .f-wrap .txt .highlight-list li .num .static-char {
  display: block;
  height: 1em;
  line-height: 1;
}
.no-highlight .f-wrap .txt .highlight-list li .num .static-char {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .no-highlight .f-wrap .txt .highlight-list li .no-body-sm {
    font-size: 1.6rem;
  }
}
.no-highlight .f-wrap .txt .op6 {
  font-size: clamp(1.3rem, 0.4530744337vw + 1.1300970874rem, 2rem);
}
.no-highlight .f-wrap .care-slide {
  position: relative;
  overflow: hidden;
  width: 60rem;
}
@media (max-width: 768px) {
  .no-highlight .f-wrap .care-slide {
    width: 100%;
    border-radius: 0;
  }
}
.no-highlight .f-wrap .care-slide .swiper-wrapper li {
  aspect-ratio: 600/400;
}
@media (max-width: 544px) {
  .no-highlight .f-wrap .care-slide .swiper-wrapper li {
    aspect-ratio: 375/340;
  }
}
.no-highlight .f-wrap .care-slide .swiper-wrapper li:before {
  background: linear-gradient(0deg, #0000004d, #0000 50%);
}
.no-highlight .f-wrap .care-slide .swiper-wrapper li img {
  height: 100%;
}
.no-highlight .f-wrap .care-slide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
}
.no-highlight .f-wrap .care-slide .swiper-pagination-bullet:hover,
.no-highlight .f-wrap .care-slide .swiper-pagination-bullet-active {
  opacity: 1;
}
.no-service {
  position: relative;
  overflow: hidden;
}
.no-service .service-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.no-service .service-wrap .service-grid {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .no-service .service-wrap .service-grid {
    flex-direction: column;
  }
  .no-service .service-wrap .service-grid:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.no-service .service-wrap .service-grid .card-primary {
  overflow: hidden;
  width: 33.33%;
  background-color: var(--clr-primary-500);
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-service .service-wrap .service-grid .card-primary {
    width: 100%;
  }
}
.no-service .service-wrap .service-grid .card-primary img {
  width: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
}
.no-service .service-wrap .service-grid .card-image {
  position: relative;
  overflow: hidden;
  width: 66.66%;
  display: flex;
}
@media (max-width: 768px) {
  .no-service .service-wrap .service-grid .card-image {
    width: 100%;
    flex-direction: column;
  }
}
.no-service .service-wrap .service-grid .card-image figure {
  width: 50%;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .no-service .service-wrap .service-grid .card-image figure {
    width: 100%;
    aspect-ratio: 335/160;
    overflow: hidden;
  }
}
.no-service .service-wrap .service-grid .card-image .txt {
  width: 50%;
  background-color: var(--clr-gray-50);
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-service .service-wrap .service-grid .card-image .txt {
    width: 100%;
  }
}
.no-point {
  position: relative;
  overflow: hidden;
}
.no-point .point-slide-wrap {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-point .point-slide-wrap .controller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 clamp(20rem, 22.0064724919vw + 11.7475728155rem, 54rem);
  max-width: clamp(20rem, 22.0064724919vw + 11.7475728155rem, 54rem);
  padding: 12rem 4rem 12rem 0;
  width: 100%;
  z-index: 2;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .controller {
    max-width: 50rem;
    flex: 0 0;
    align-items: flex-start;
    padding: 0;
  }
}
.no-point .point-slide-wrap .controller:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 500%;
  height: 100%;
  left: -500%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.no-point .point-slide-wrap .controller .swiper-controller {
  align-items: center;
  gap: 1.2rem;
  display: none;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .controller .swiper-controller {
  	display: flex;
  }
}
.no-point .point-slide-wrap .controller .swiper-controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4rem, 0.9061488673vw + 3.6601941748rem, 5.4rem);
  height: clamp(4rem, 0.9061488673vw + 3.6601941748rem, 5.4rem);
  border: 1px solid var(--clr-gray-900);
  border-radius: 50%;
  inset: 0;
  margin: 0;
  transition: all var(--tran-3);
}
.no-point .point-slide-wrap .controller .swiper-controller .arrow:after {
  display: none;
}
.no-point .point-slide-wrap .controller .swiper-controller .arrow:hover {
  background-color: var(--clr-gray-900);
}
.no-point .point-slide-wrap .controller .swiper-controller .arrow:hover i {
  color: #fff;
}
.no-point .point-slide-wrap .controller .swiper-controller .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  color: var(--clr-gray-900);
}
.no-point .point-slide-wrap .point-slide {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .point-slide {
    overflow: hidden;
    flex: 0;
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
	pointer-events: auto;
  }
}
.no-point .point-slide-wrap .point-slide .swiper-wrapper {
  overflow: visible;
  position: relative;
  width: 100%;
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .point-slide .swiper-wrapper {
    align-items: stretch;
  }
}
.no-point .point-slide-wrap .point-slide .swiper-slide {
  height: auto;
  width: min(46.7rem, 100vw - 4rem);
  max-width: 46.7rem;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .point-slide .swiper-slide {
    display: flex;
    flex-direction: column;
  }
}
.no-point .point-slide-wrap .point-slide .swiper-slide figure {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .point-slide .swiper-slide figure {
    aspect-ratio: 315/202;
    flex-shrink: 0;
  }
}
.no-point .point-slide-wrap .point-slide .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.no-point .point-slide-wrap .point-slide .swiper-slide .txt {
  padding: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem) 2rem;
}
@media (max-width: 768px) {
  .no-point .point-slide-wrap .point-slide .swiper-slide .txt {
    border: 1px solid rgba(224, 228, 228, 0.5);
    border-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.no-baf {
  position: relative;
  overflow: hidden;
  border-radius: clamp(4rem, 3.8834951456vw + 2.5436893204rem, 10rem)
    clamp(4rem, 3.8834951456vw + 2.5436893204rem, 10rem) 0 0;
}
@media (max-width: 768px) {
  .no-baf .no-container-bl {
    padding: 0;
  }
}
.no-baf .no-container-bl hgroup {
  padding: 0 2rem;
}
.no-baf .baf-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .no-baf .baf-wrap {
    display: none;
  }
}
.no-baf .baf-wrap .swiper-wrapper > li {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group:only-child {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group .img-box {
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 81rem;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group .img-box figure {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  overflow: hidden;
  aspect-ratio: 405/234;
  position: relative;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group .img-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group .img-box figure span {
  position: absolute;
  left: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  bottom: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  color: #fff;
  background-color: #cccccc4d;
  border-radius: 5.5rem;
  padding: 0.2rem 0.8rem;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.no-baf .baf-wrap .swiper-wrapper > li > .baf-group h3 {
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--clr-gray-700);
  font-size: 1.6rem;
}
@media (max-width: 544px) {
  .no-baf .baf-wrap .swiper-wrapper > li > .baf-group h3 {
    font-size: 1.2rem;
  }
}
.no-baf .baf-wrap.v2 {
  display: block;
}
@media (max-width: 768px) {
  .no-baf .baf-wrap.v2 {
    display: block;
  }
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group:only-child {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group .img-box {
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group .img-box {
    border-radius: 0;
  }
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group .img-box figure {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  overflow: hidden;
  aspect-ratio: 405/234;
  position: relative;
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group .img-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group .img-box figure span {
  position: absolute;
  left: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  bottom: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  color: #fff;
  background-color: #cccccc4d;
  border-radius: 5.5rem;
  padding: 0.2rem 0.8rem;
  backdrop-filter: blur(4px);
  z-index: 2;
}
@media (max-width: 768px) {
  .no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group .img-box figure span {
    border-radius: 0;
  }
}
.no-baf .baf-wrap.v2 .swiper-wrapper > li > .baf-group h3 {
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--clr-gray-700);
  font-size: 1.6rem;
}
.no-baf .baf-mobile-slide {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .no-baf .baf-mobile-slide {
    display: block;
  }
}
.no-baf .baf-mobile-slide .swiper-wrapper > li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.no-baf .baf-mobile-slide .swiper-wrapper > li .baf-group {
  width: 100%;
}
.no-baf .baf-mobile-slide .swiper-wrapper > li .img-box {
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.no-baf .baf-mobile-slide .swiper-wrapper > li .img-box figure {
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 376/150;
  position: relative;
}
@media (max-width: 768px) {
  .no-baf .baf-mobile-slide .swiper-wrapper > li .img-box figure {
    aspect-ratio: 405/234;
  }
}
.no-baf .baf-mobile-slide .swiper-wrapper > li .img-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.no-baf .baf-mobile-slide .swiper-wrapper > li .img-box figure span {
  position: absolute;
  left: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  bottom: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  color: #fff;
  background-color: #cccccc4d;
  border-radius: 0;
  padding: 0.2rem 0.8rem;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.no-baf .baf-mobile-slide .swiper-wrapper > li h3 {
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--clr-gray-700);
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .no-baf .baf-mobile-slide .swiper-wrapper > li h3 {
    font-size: 1.2rem;
  }
}
.no-baf .swiper-pagination-progressbar {
  position: relative;
  max-width: 90rem;
  background-color: #0a0a0a1a;
  border-radius: 5.5rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
@media (max-width: 768px) {
  .no-baf .swiper-pagination-progressbar {
    max-width: calc(100% - 4rem);
  }
}
.no-baf .swiper-pagination-progressbar-fill {
  background-color: var(--clr-primary-500);
  border-radius: 5.5rem;
  overflow: hidden;
}
.no-smile {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-smile .no-container-xl {
    padding: 0;
  }
}
.no-smile article {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .no-smile article {
    border-radius: 0;
    flex-direction: column;
  }
}
.no-smile article hgroup {
  background-color: var(--clr-primary-500);
  width: 50%;
  padding: clamp(3rem, 3.4951456311vw + 1.6893203883rem, 8.4rem) clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem);
}
@media (max-width: 768px) {
  .no-smile article hgroup {
    width: 100%;
  }
}
.no-smile article figure {
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-smile article figure {
    width: 100%;
    aspect-ratio: 375/280;
  }
}
.no-smile .smile-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
@media (max-width: 768px) {
  .no-smile .smile-list {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 375px) {
  .no-smile .smile-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-smile .smile-list li {
  background-color: var(--clr-gray-50);
  position: relative;
  overflow: hidden;
  padding: 3rem clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
@media (max-width: 768px) {
  .no-smile .smile-list li {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px #0000000a;
  }
}
.no-smile .smile-list li figure {
  width: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
  height: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
  background-color: var(--clr-primary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-solution {
  position: relative;
  overflow: hidden;
}
.no-solution article {
  position: relative;
}
@media (max-width: 768px) {
  .no-solution article {
    padding-top: 4rem;
    padding-bottom: 18rem;
  }
}
@media (max-width: 544px) {
  .no-solution article br {
    display: none !important;
  }
}
.no-solution article img {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .no-solution article img.pc {
    width: 50%;
  }
}
.no-solution article img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .no-solution article img {
    width: 90vw;
    top: auto;
    bottom: 0;
    transform: translateY(25%);
    height: auto;
  }
  .no-solution article img.pc {
    display: none;
  }
  .no-solution article img.mobile {
    display: block;
  }
}
.no-solution .solution-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: var(--clr-primary-500);
  overflow: hidden;
  position: relative;
  padding: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem) clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
@media (max-width: 768px) {
  .no-solution .solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-solution .solution-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-solution .solution-list li {
  padding: 0 clamp(0rem, 3.8834951456vw - 1.4563106796rem, 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .no-solution .solution-list li {
    padding: 2.4rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .no-solution .solution-list li:nth-child(2) {
    border-right: none;
  }
  .no-solution .solution-list li:nth-child(n + 3) {
    border-bottom: none;
  }
}
@media (max-width: 544px) {
  .no-solution .solution-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-right: none;
  }
  .no-solution .solution-list li:last-child {
    border-bottom: none !important;
  }
}
.no-solution .solution-list li img {
  width: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
}
.no-solution .solution-list li:last-child {
  border-right: none;
}
.no-step {
  position: relative;
  overflow: hidden;
}
.no-step hgroup {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(2rem, 3.8834951456vw + 0.5436893204rem, 8rem);
}
.no-step hgroup h2 {
  min-width: clamp(15rem, 34.3042071197vw + 2.1359223301rem, 68rem);
}
@media (max-width: 768px) {
  .no-step hgroup h2 {
    min-width: 100%;
  }
}
.no-step hgroup p {
  width: 100%;
}
@media (max-width: 1024px) {
  .no-step hgroup br {
    display: none;
  }
}
@media (max-width: 768px) {
  .no-step hgroup {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.no-step .step-wrap {
  display: flex;
  gap: clamp(2rem, 3.8834951456vw + 0.5436893204rem, 8rem);
}
@media (max-width: 768px) {
  .no-step .step-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.no-step .step-wrap figure {
  min-width: clamp(15rem, 34.3042071197vw + 2.1359223301rem, 68rem);
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .no-step .step-wrap figure {
    min-width: 100vw;
    aspect-ratio: 375/280;
    transform: translate(-2rem);
  }
}
.no-step .step-wrap .step-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  position: relative;
}
.no-step .step-wrap .step-list li {
  padding: 2rem;
}
@media (max-width: 768px) {
  .no-step .step-wrap .step-list li {
    padding-bottom: 3rem;
  }
}
.no-step .step-wrap .step-list li span {
  display: inline-flex;
  border-radius: 5.5rem;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary-500);
  padding: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem)
    clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-room {
  position: relative;
  overflow: hidden;
}
.no-room hgroup {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
}
.no-room hgroup h2 {
  min-width: clamp(15rem, 40.5825242718vw - 0.2184466019rem, 77.7rem);
}
@media (max-width: 768px) {
  .no-room hgroup h2 {
    min-width: 100%;
  }
}
.no-room hgroup p {
  width: 100%;
}
@media (max-width: 1024px) {
  .no-room hgroup br {
    display: none;
  }
}
@media (max-width: 768px) {
  .no-room hgroup {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-room .room-slider {
  position: relative;
  padding-bottom: 0;
}
.no-room .room-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.no-room .room-slider .swiper-wrapper li {
  flex-shrink: 0;
  max-width: 100rem;
  width: 100%;
  pointer-events: none;
}
.no-room .room-slider .swiper-wrapper li a {
  width: 100%;
  aspect-ratio: 1000/600;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-room .room-slider .swiper-wrapper li a {
    aspect-ratio: 375/280;
  }
}
.no-faq {
  position: relative;
  overflow: hidden;
}
.no-faq .faq-wrap .faq-category {
  padding: 0.8rem;
  border-radius: 5.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .no-faq .faq-wrap .faq-category {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 1.4rem;
  }
}
.no-faq .faq-wrap .faq-category li button {
  border-radius: 5.5rem;
  padding: 0.8rem 2rem;
  width: 100%;
  min-height: clamp(3.6rem, 0.5177993528vw + 3.4058252427rem, 4.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-faq .faq-wrap .faq-category li button {
    border-radius: 0.8rem;
  }
}
.no-faq .faq-wrap .faq-category li button:hover {
  background-color: #f3e1ff;
}
.no-faq .faq-wrap .faq-category li button.active {
  background-color: var(--clr-primary-500);
  color: #fff;
  font-weight: 600;
}
.no-faq .faq-wrap .faq-category li button.active p {
  opacity: 1;
}
.no-faq .faq-wrap .faq-group {
  margin-top: clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
  position: relative;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
.no-faq .faq-wrap .faq-group .faq-list {
  display: none;
  padding-top: 1rem;
  border-top: 1px solid var(--clr-gray-700);
}
.no-faq .faq-wrap .faq-group .faq-list.active {
  display: block;
}
.no-faq .faq-wrap .faq-group .faq-list li {
  border-bottom: 1px solid #e0e4e4;
  padding: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem) clamp(1.4rem, 1.0355987055vw + 1.0116504854rem, 3rem);
}
.no-faq .faq-wrap .faq-group .faq-list li:last-child {
  border-bottom: none;
}
.no-faq .faq-wrap .faq-group .faq-list li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  cursor: pointer;
}
.no-faq .faq-wrap .faq-group .faq-list li .top h3 {
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.no-faq .faq-wrap .faq-group .faq-list li .top h3 b {
  font-size: 2rem;
}
.no-faq .faq-wrap .faq-group .faq-list li .top .plus {
  width: clamp(2.8rem, 0.2588996764vw + 2.7029126214rem, 3.2rem);
  height: clamp(2.8rem, 0.2588996764vw + 2.7029126214rem, 3.2rem);
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.no-faq .faq-wrap .faq-group .faq-list li .top .plus .plus-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f5f6fa;
  transition: 0.6s cubic-bezier(1, 0, 0.4, 1);
}
.no-faq .faq-wrap .faq-group .faq-list li .top .plus .bar {
  position: absolute;
  width: 35%;
  height: 2px;
  background-color: #8e8e9f;
  transition: 0.6s cubic-bezier(1, 0, 0.4, 1);
}
.no-faq .faq-wrap .faq-group .faq-list li .top .plus .bar.bar-bottom {
  transform: translateY(0) rotate(-90deg);
}
.no-faq .faq-wrap .faq-group .faq-list li .answer {
  width: calc(100% - 3rem);
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  border-top: 0 solid transparent;
  font-weight: 300;
  transition:
    height 0.6s cubic-bezier(0.9, 0, 0.1, 1),
    opacity 0.6s cubic-bezier(0.9, 0, 0.1, 1),
    padding 0.6s cubic-bezier(0.9, 0, 0.1, 1),
    border-top-color 0.6s cubic-bezier(0.9, 0, 0.1, 1);
}
.no-faq .faq-wrap .faq-group .faq-list li.active .top .plus-fill {
  background-color: var(--clr-primary-500);
}
.no-faq .faq-wrap .faq-group .faq-list li.active .top .bar {
  background-color: #fff;
}
.no-faq .faq-wrap .faq-group .faq-list li.active .top .bar-top {
  transform: translateY(0) rotate(180deg);
}
.no-faq .faq-wrap .faq-group .faq-list li.active .top .bar-bottom {
  transform: translateY(0) rotate(0) !important;
}
.no-faq .faq-wrap .faq-group .faq-list li.active .answer {
  opacity: 1;
  padding: 2rem 0 1rem;
}
.no-location {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-location hgroup {
    text-align: center;
  }
}
.no-location .location-wrap {
  display: flex;
  gap: clamp(2rem, 1.9417475728vw + 1.2718446602rem, 5rem);
}
@media (max-width: 768px) {
  .no-location .location-wrap {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.no-location .location-wrap .location-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.2944983819vw + 0.5145631068rem, 3rem);
}
@media (max-width: 768px) {
  .no-location .location-wrap .location-info {
    width: 100%;
  }
}
.no-location .location-wrap .location-info li {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-location .location-wrap .location-info li img {
  width: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-location .location-wrap .location-info li .txt h3 {
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
}
.no-location .location-wrap .location-info li .txt p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .no-location .location-wrap .location-info li .txt p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-location .location-wrap .location-info li .txt p span {
  border-radius: 5.5rem;
  padding: 0.2rem 1rem 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.no-location .location-wrap .map {
  width: 50%;
  min-width: max-content;
}
@media (max-width: 768px) {
  .no-location .location-wrap .map {
    width: 100%;
    min-width: 100%;
  }
}
.no-location .location-wrap .map iframe {
  width: 100%;
  min-height: clamp(24rem, 17.9935275081vw + 17.2524271845rem, 51.8rem);
  height: calc(100% - clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem));
}
.no-location .location-wrap .map .link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
  margin-top: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
}
@media (max-width: 375px) {
  .no-location .location-wrap .map .link-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-location .location-wrap .map .link-list li {
  width: 100%;
}
.no-location .location-wrap .map .link-list li:nth-child(1) a {
  background-color: #377bff;
}
.no-location .location-wrap .map .link-list li:nth-child(2) a {
  background-color: #35a340;
}
.no-location .location-wrap .map .link-list li:nth-child(3) a {
  background-color: #ffe500;
}
.no-location .location-wrap .map .link-list li:nth-child(3) a p {
  color: #333;
}
.no-location .location-wrap .map .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) 1rem;
  width: 100%;
}
.no-location .location-wrap .map .link-list li a:hover {
  filter: brightness(0.9);
}
.no-location .location-wrap .map .link-list li a p {
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
}
.no-location .location-wrap .map .link-list li a img {
  width: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.wb {
  word-break: break-all;
}
html.popup-open,
body.popup-open {
  overflow: hidden;
}
.main-popup-wrap {
  position: fixed;
  inset: 0;
  z-index: 100005;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
.main-popup-bg {
  position: absolute;
  inset: 0;
  background: #0000009e;
  transition: opacity 0.3s ease;
}
.main-popup {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  border-radius: 1.4rem;
  overflow: hidden;
  transform: translateY(1.8rem) scale(0.98);
  opacity: 0;
  animation: mainPopupShow 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.main-popup-wrap.is-hide .main-popup {
  opacity: 0;
  transform: translateY(1.2rem) scale(0.98);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}
.main-popup-wrap.is-hide .main-popup-bg {
  opacity: 0;
}
@keyframes mainPopupShow {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.main-popup-slide {
  position: relative;
  overflow: hidden;
  background: #111;
}
.main-popup__fraction {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 6.2rem;
  height: 3.4rem;
  padding: 0 1.2rem;
  border-radius: 999px;
  background: #1111118c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  backdrop-filter: blur(10px);
}
.main-popup__fraction-sep {
  opacity: 0.75;
}
.main-popup__link {
  display: block;
  width: 100%;
  background: #111;
  aspect-ratio: 500/635;
}
.main-popup__img {
  display: block;
  width: 100%;
  height: auto;
}
.main-popup-bottom {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 6rem;
  padding: 1.4rem;
  background: #e0e4e4;
}
.main-popup__today {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  user-select: none;
}
.main-popup__today-input {
  display: none;
}
.main-popup__today-check {
  position: relative;
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  background: #fff;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}
.main-popup__today-check:after {
  content: '';
  position: absolute;
  top: 46%;
  left: 50%;
  width: 0.7rem;
  height: 1.1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: translate(-50%, -58%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.main-popup__today-input:checked + .main-popup__today-check {
  background: #7b3ff2;
  border-color: #7b3ff2;
}
.main-popup__today-input:checked + .main-popup__today-check:after {
  opacity: 1;
}
.main-popup__today-text {
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
}
@media (max-width: 544px) {
  .main-popup__today-text {
    font-size: 1.1rem;
  }
}
.main-popup__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto !important;
  width: auto !important;
}
@media (max-width: 544px) {
  .main-popup__pagination {
    gap: 0.4rem;
    left: 55% !important;
  }
}
.main-popup__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  flex: 0 0 auto;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  background: #a8a8a8;
  opacity: 1;
  transition:
    width 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}
@media (max-width: 544px) {
  .main-popup__pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.main-popup__pagination .swiper-pagination-bullet-active {
  width: 2.8rem;
  background: #7b3ff2;
}
@media (max-width: 544px) {
  .main-popup__pagination .swiper-pagination-bullet-active {
    width: 2rem;
  }
}
.main-popup__close {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
  cursor: pointer;
}
.main-popup__close-icon {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #000;
}
.main-popup__close-icon:before,
.main-popup__close-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.1rem;
  background: #fff;
  transform-origin: center;
}
.main-popup__close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.main-popup__close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .main-popup-wrap {
    padding: 1.4rem;
    align-items: center;
    justify-content: center;
  }
  .main-popup {
    max-width: 100%;
    border-radius: 1.8rem;
  }
  .main-popup__fraction {
    top: 1.2rem;
    right: 1.2rem;
    min-width: 5.6rem;
    height: 3rem;
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .main-popup__today {
    gap: 0.7rem;
  }
  .main-popup__today-check {
    flex-basis: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .main-popup__close-icon {
    width: 1.6rem;
    height: 1.6rem;
    border-width: 0.2rem;
  }
  .main-popup__close-icon:before,
  .main-popup__close-icon:after {
    width: 0.9rem;
  }
}
/*# sourceMappingURL=/resource/dist/style.css.map */
