@import '/resource/vendor/fonts/Pretendard/pretendard.css';
@import 'https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&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;
}
.container-3xl,
.container-25xl,
.container-2xl,
.container-xl,
.container-bl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}
@media (max-width: 1320px) {
  .container-3xl,
  .container-25xl,
  .container-2xl,
  .container-xl,
  .container-bl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs {
    padding-right: clamp(2rem, 0vw + 2rem, 2rem);
    padding-left: clamp(2rem, 0vw + 2rem, 2rem);
  }
}
:root {
  --clr-sheme: 'light';
  --fs-base: 62.5%;
  --lh-base: 1.25;
  --lnb-height: 5.4rem;
  --z-header: 10000;
  --z-backdrop: 9998;
  --header-height: 9rem;
  --header-background: transparent;
  --header-flyout-height: 25rem;
  --header-flyout-background: var(--clr-const-black);
  --fm-base: 'Pretendard', sans-serif;
  --fm-title: 'Pretendard', sans-serif;
  --fm-body: 'Pretendard', sans-serif;
  --clr-base-background: #fff;
  --clr-base-body: #0a0a0a;
  --clr-base-600: #9564c3;
  --clr-base-800: #591d62;
  --clr-base-900: #3a2451;
  --clr-gray-50: #fafafa;
  --clr-gray-700: #404040;
  --clr-gray-800: #262626;
  --clr-gray-900: #0a0a0a;
  --clr-gray-b: #000000;
  --clr-gray-prm: #9f78cf;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 7rem;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 5.6rem;
    --lnb-height: 4.8rem;
  }
}
.clr-base-background {
  color: var(--clr-base-background);
}
.bg-base-background {
  background-color: var(--clr-base-background);
}
.clr-base-body {
  color: var(--clr-base-body);
}
.bg-base-body {
  background-color: var(--clr-base-body);
}
.clr-base-600 {
  color: var(--clr-base-600);
}
.bg-base-600 {
  background-color: var(--clr-base-600);
}
.clr-base-800 {
  color: var(--clr-base-800);
}
.bg-base-800 {
  background-color: var(--clr-base-800);
}
.clr-base-900 {
  color: var(--clr-base-900);
}
.bg-base-900 {
  background-color: var(--clr-base-900);
}
.clr-gray-50 {
  color: var(--clr-gray-50);
}
.bg-gray-50 {
  background-color: var(--clr-gray-50);
}
.clr-gray-700 {
  color: var(--clr-gray-700);
}
.bg-gray-700 {
  background-color: var(--clr-gray-700);
}
.clr-gray-800 {
  color: var(--clr-gray-800);
}
.bg-gray-800 {
  background-color: var(--clr-gray-800);
}
.clr-gray-900 {
  color: var(--clr-gray-900);
}
.bg-gray-900 {
  background-color: var(--clr-gray-900);
}
.clr-gray-b {
  color: var(--clr-gray-b);
}
.bg-gray-b {
  background-color: var(--clr-gray-b);
}
.clr-gray-prm {
  color: var(--clr-gray-prm);
}
.bg-gray-prm {
  background-color: var(--clr-gray-prm);
}
.fm-base {
  font-family: 'Pretendard', sans-serif;
}
.fm-title {
  font-family: 'Pretendard', sans-serif;
}
.fm-body {
  font-family: 'Pretendard', sans-serif;
}
.container-3xl {
  max-width: 1920px;
}
.container-25xl {
  max-width: 1400px;
}
.container-2xl {
  max-width: 1320px;
}
.container-xl {
  max-width: 1280px;
}
.container-bl {
  max-width: 1200px;
}
.container-lg {
  max-width: 1024px;
}
.container-md {
  max-width: 768px;
}
.container-sm {
  max-width: 544px;
}
.container-xs {
  max-width: 375px;
}
.section-xl {
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  padding-top: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}
.section-lg {
  padding-bottom: clamp(8.2rem, 4.4012944984vw + 6.5495145631rem, 15rem);
  padding-top: clamp(8.2rem, 4.4012944984vw + 6.5495145631rem, 15rem);
}
.section-md {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.section-footer {
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.content-module {
  height: clamp(49.3rem, 12.8802588997vw + 44.4699029126rem, 69.2rem);
}
.--ls-t {
  letter-spacing: clamp(0.325rem, 0.2103559871vw + 0.2461165049rem, 0.65rem);
}
.content-base {
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.content-desc {
  padding-top: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.content-block {
  padding-top: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
}
.section-visual {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  height: clamp(27.5rem, 13.5922330097vw + 22.4029126214rem, 48.5rem);
}
.f-heading-1 {
  font-size: clamp(3.4rem, 3.2362459547vw + 2.186407767rem, 8.4rem);
  line-height: 1.3;
  font-weight: 400;
}
.f-heading-2 {
  font-size: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
  line-height: 1.21;
  font-weight: 400;
}
.f-heading-3 {
  font-size: clamp(2.6rem, 0.9061488673vw + 2.2601941748rem, 4rem);
  line-height: 1.41;
  font-weight: 600;
}
.f-heading-4 {
  font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  line-height: 1.3;
  font-weight: 600;
}
.f-heading-5 {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  line-height: 1.41;
  font-weight: 600;
}
.f-heading-6 {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  line-height: 1.41;
  font-weight: 600;
}
.f-body-1 {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  line-height: 1.41;
  font-weight: 400;
}
.f-body-2 {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: 1.41;
  font-weight: 400;
}
.f-body-3 {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.41;
  font-weight: 400;
}
.f-body-4 {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  line-height: 1.41;
  font-weight: 400;
}
.f-body-5 {
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  line-height: 1.41;
  font-weight: 400;
}
.s-heading-xl {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.1rem;
}
@media (max-width: 1024px) {
  .s-heading-xl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .s-heading-xl {
    font-size: 3.2rem;
  }
}
.s-body-l {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .s-body-l {
    font-size: 2rem;
  }
}
.vh-25 {
  min-height: 25dvh;
}
.vh-50 {
  min-height: 50dvh;
}
.vh-75 {
  min-height: 75dvh;
}
.vh-100 {
  min-height: 100dvh;
}
.vh-125 {
  min-height: 125dvh;
}
.vh-150 {
  min-height: 150dvh;
}
.vh-175 {
  min-height: 175dvh;
}
.vh-200 {
  min-height: 200dvh;
}
.vh-250 {
  min-height: 250dvh;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.fw-1000 {
  font-weight: 1000;
}
.--tac {
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  color-scheme: var(--clr-sheme);
  color: var(--clr-base-body);
  font-size: var(--fs-base);
  font-family: var(--fm-base);
  overflow-x: hidden;
}
html[lang='ko'] {
  font-family: var(--fm-body);
}
html.lock {
  overflow-y: hidden;
}
body {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.6;
  word-break: keep-all;
  overflow-x: hidden;
  background-color: #fff;
}
body.lock {
  overflow-y: hidden;
}
body, html {
    user-select: text;
}
::selection{
  color: #fff;
  background-color: var(--clr-base-600);
}
ul,
ol {
  list-style: none;
}
img {
  width: 100%;
}
a {
  color: var(--clr-base-body);
  text-decoration: none;
}
em,
address {
  font-style: normal;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--clr-base-body);
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
  color: var(--clr-base-body);
  font-family: var(--fm-base);
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  opacity: 0.25 !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: var(--clr-base-600);
  transition: all 0.3s;
}
::-webkit-scrollbar-track {
  background-color: #ddd;
}
.hidden {
  overflow: hidden;
}
.bg {
  position: relative;
}
.bg::before {
  content: '';
  position: absolute;
  background-color: var(--clr-base-400);
  width: 100vw;
  height: 100%;
  left: calc(-50vw + 50%);
  top: 0;
}
.no-article {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.btn-base {
  padding: clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem) clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: var(--clr-base-800);
  transition: background-color 0.3s;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  min-height: 4.7rem;
}
.btn-txt {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.btn-txt p {
  font-family: 'Libre Caslon Display', serif;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  line-height: 1.3;
  color: var(--clr-gray-900);
}
.btn-txt i {
  transition: color 0.3s;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.btn-txt:hover p {
  color: var(--clr-base-800);
}
.btn-txt:hover i {
  color: var(--clr-base-800) !important;
}
.bullet::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  min-height: 0.6rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  left: 0;
  top: 0.9rem;
  margin-right: 1rem;
  position: relative;
  display: block;
}
.opt-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .opt-top {
    align-items: flex-start;
  }
}
.opt-top .search-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #ecf6f2;
  border: 1px solid rgba(27, 50, 51, 0.3);
  border-radius: 5.5rem;
  height: 5.2rem;
  padding: 0 2.4rem;
}
.opt-top .search-box:active,
.opt-top .search-box:hover {
  border: 1px solid #1b3233;
}
@media (max-width: 768px) {
  .opt-top .search-box {
    width: 100%;
  }
}
.opt-top .search-box input {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 300;
  color: var(--clr-gray-prm);
}
.opt-top .search-box input::placeholder {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 300;
  color: var(--clr-gray-prm);
}
.opt-top .search-box input:focus {
  border: none;
}
.opt-top .search-box button i {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.reveal {
  background-color: rgba(0, 0, 0, 0);
}
.reveal span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
.f-heading-1,
.f-heading-2,
.f-heading-3,
.f-heading-4,
.f-heading-5,
.f-heading-6 {
  color: var(--clr-gray-900);
}
.f-body-1,
.f-body-2,
.f-body-3,
.f-body-4,
.f-body-5 {
  color: var(--clr-gray-800);
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pt12 {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.pb12 {
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.libre {
  font-family: 'Libre Caslon Display', serif;
}
@media (max-width: 768px) {
  .md-rm {
    display: none;
  }
}
.bc {
  color: var(--clr-base-600);
}
.bb {
  color: var(--clr-base-800);
}
.f-wrap {
  display: flex;
  align-items: center;
}
header {
  z-index: 100000;
  top: 0;
  width: 100%;
  position: fixed;
  height: 8rem;
  transition: ease all 0.4s;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  overflow: hidden;
}
header.active {
  box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 15px;
}
@media (max-width: 1280px) {
  header {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  header {
    height: 6.6rem;
  }
}
header:hover {
  height: 36rem;
}
@media (max-width: 1200px) {
  header:hover {
    height: 8rem;
  }
}
@media (max-width: 768px) {
  header:hover {
    height: 6.6rem;
  }
}
header .no-header {
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
  border-bottom: 1px solid var(--color-gray-300);
}
header .no-header .no-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 140rem;
  margin: 0 auto;
  height: 8rem;
}
@media (max-width: 768px) {
  header .no-header .no-header__inner {
    height: 6.6rem;
  }
}
@media (max-width: 1320px) {
  header .no-header .no-header__inner {
    padding: 0 2rem;
  }
}
header .no-header .no-header__inner .no-header__logo {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .no-header .no-header__inner .no-header__logo a {
  max-width: clamp(11rem, 1.2944983819vw + 10.5145631068rem, 13rem);
  width: clamp(11rem, 1.2944983819vw + 10.5145631068rem, 13rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .no-header .no-header__inner .no-header__nav {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  transition: ease all 0.3s;
}
@media (max-width: 1200px) {
  header .no-header .no-header__inner .no-header__nav {
    display: none;
  }
}
header .no-header .no-header__inner .no-header__nav .no-header__menu {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li {
  height: 100%;
  transition: width 0.3s;
  position: relative;
  width: 12rem;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li::before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: -10;
  transform: translateX(-50%);
  top: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  width: 0%;
  height: 36rem;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li:hover::before {
  background-color: var(--clr-base-600);
  width: 100%;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li:hover > a {
  color: #fff;
}
header
  .no-header
  .no-header__inner
  .no-header__nav
  .no-header__menu
  .no-header__menu--gnb
  > li:hover
  .no-header__menu--lnb
  li
  a {
  color: #fff;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li.active {
  width: 14rem;
}
@media (max-width: 1320px) {
  header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li.active {
    width: 13rem;
  }
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li:last-child {
  display: none;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li > a {
  font-size: 1.6rem; 
  transition: ease all 0.3s;
  color: var(--clr-gray-900);
  letter-spacing: -0.03em;
  font-weight: 500;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--gnb > li > a {
    height: 6.6rem;
  }
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--lnb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 0rem;
  transition: opacity 0.3s ease;
  opacity: 0;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--lnb.show {
  opacity: 1;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--lnb > li {
  height: 100%;
  text-align: center;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--lnb > li > a {
  height: 100%;
  position: relative;
  transition: ease all 0.3s;
  font-size: 1.6rem;
  color: var(--clr-gray-800);
  text-align: center;
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--lnb > li > a:hover::before {
  transform: scaleX(1);
}
header .no-header .no-header__inner .no-header__nav .no-header__menu .no-header__menu--lnb > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.header-opt {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.header-opt .contact {
  border-radius: 5.5rem;
  color: #fff;
  padding: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem) clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: all 0.3s;
  background-color: #9f78cf;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0.8rem;
}
.header-opt .contact:hover {
  background-color: var(--clr-base-600);
}
.header-opt .contact i {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-header__btn {
  position: relative;
  width: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  z-index: 1200;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .no-header__btn {
    display: flex;
  }
}
.no-header__btn span {
  left: 0;
  width: 100%;
  height: 2px;
  transition: ease all 0.3s;
  border-radius: 1.2rem;
}
.no-header__btn-line-top {
  top: 0px;
  background-color: var(--clr-gray-800);
}
.no-header__btn-line-top.active {
  transform: translate(0px, 6px) rotate(45deg);
}
.no-header__btn-line-bottom {
  top: 14px;
  background-color: var(--clr-gray-800);
}
.no-header__btn-line-bottom.active {
  transform: translate(0px, -6px) rotate(-45deg);
}
.no-header__m {
  width: 45%;
  height: 100vh;
  position: fixed;
  z-index: 10001;
  right: -45%;
  transition: ease all 0.3s;
  background-color: #fff;
}
.no-header__m.active {
  right: 0%;
}
.no-header__m .no-header__m-nav {
  height: 100%;
}
.no-header__m .no-header__m-nav .no-header__m-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.no-header__m .no-header__m-nav .no-header__m-menu .no-header__m--gnb:nth-child(1) > li {
  border-top: 1px solid #e7e7e7;
}
.no-header__m .no-header__m-nav .no-header__m-menu .no-header__m--gnb > li {
  border-bottom: 1px solid #e7e7e7;
}
.no-header__m .no-header__m-nav .no-header__m-menu .no-header__m--gnb > li > a {
  position: relative;
}
.no-header__m--gnb:last-child {
  display: none;
}
.no-header__m--gnb--arrow {
  transition: ease all 0.3s;
}
.no-header__m--gnb--arrow.active {
  transform: rotate(180deg);
}
.no-header__m--gnb i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-800);
}
.no-header__m--gnb-title > a {
  display: flex;
  padding: 1.5rem clamp(2.5rem, 0.3236245955vw + 2.3786407767rem, 3rem);
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.no-header__m--lnb {
  height: 100%;
  display: none;
  background-color: var(--clr-gray-50);
  padding: 1.5rem 0;
}
.no-header__m--lnb > li {
  width: 100%;
  padding: 0.6rem clamp(2.5rem, 0.3236245955vw + 2.3786407767rem, 3rem);
}
.no-header__m--lnb > li:hover {
  background: var(--clr-gray-50);
  border-radius: 1.6rem;
  transition: ease all 0.3s;
}
.no-header__m--lnb > li:hover > a {
  color: var(--clr-base-600);
  transition: ease all 0.3s;
}
.no-header__m--lnb > li > a {
  color: var(--clr-gray-800);
  font-size: 1.4rem;
}
.no-header__m--lnb.active {
  display: block;
}
.no-header__popup-bg {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  display: none;
}
.no-header__popup-bg.active {
  display: block;
}
.no-header__arrow {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  transition: ease all 0.3s;
}
.no-header__arrow.active {
  transform: rotate(180deg);
}
.quick_menu {
  position: fixed;
  display: flex;
  align-items: flex-end;
  z-index: 9999;
  right: 2rem;
  bottom: 4rem;
  flex-direction: column;
  gap: 1.6rem;
}
.quick_menu.sticky-stop {
  position: absolute;
}
.quick_menu .top_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: var(--clr-base-600);
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(0);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
}
.quick_menu .top_btn.show {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .quick_menu .top_btn {
    width: 5rem;
    height: 5rem;
  }
}
.quick_menu .top_btn:hover i {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn:hover::after {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn ::after {
  content: '';
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
  bottom: 0;
}
.quick_menu .top_btn i {
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  position: relative;
  bottom: 0;
}
.no-footer {
  width: 100%;
  border-top: 1px solid var(--color-gray-300);
  position: relative;
  background: #262626;
  color: #fff;
  padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
}
.no-footer a {
  color: #fff;
}
.no-footer .container-xl {
  padding: 0;
}
@media (max-width: 1320px) {
  .no-footer .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.no-footer__logo {
  width: auto;
  height: 100%;
  display: flex;
}
.no-footer__logo a {
  width: clamp(11rem, 1.2944983819vw + 10.5145631068rem, 13rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.no-footer h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.21;
}
@media (max-width: 768px) {
  .no-footer h3 {
    font-size: 1.5rem;
  }
}
.no-footer__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.no-footer__menu li {
  text-align: center;
}
@media (max-width: 768px) {
  .no-footer__menu {
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
  }
}
.no-footer__menu--wrap {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.no-footer__menu--wrap a {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .no-footer__menu--wrap {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .no-footer__menu--wrap a {
    font-size: 1.4rem;
  }
}
.no-footer__menu--gnb > li:last-child {
  display: none;
}
.no-footer__menu--gnb > li > a {
  font-size: 1.4rem;
  font-weight: 400;
}
.no-footer__menu--gnb > li > a:hover {
  opacity: 0.8;
}
.no-footer__menu--lnb {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
.no-footer__menu--lnb > li a {
  font-size: 1.2rem;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .no-footer__menu--lnb {
    margin-top: 2.4rem;
  }
}
.no-footer__info {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
  gap: 2rem;
}
.no-footer__info p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 1rem;
}
.no-footer__info p b {
  margin-right: 1rem;
  font-weight: 600;
  opacity: 1;
  white-space: nowrap;
}
.no-footer__info p span {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .no-footer__info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.no-footer__info--data {
  width: 100%;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.no-footer__info--data ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.no-footer__info--data ul li p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 1rem;
}
.no-footer__info--data ul li p b {
  margin-right: 1rem;
  font-weight: 600;
  opacity: 1;
}
.no-footer__info--data ul li p span {
  opacity: 0.6;
}
.no-footer__info--data address {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .no-footer__info--data {
    max-width: inherit;
    gap: 1.6em;
  }
}
@media (max-width: 1024px) {
  .no-footer__info--data ul li {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .no-footer__info--data address {
    text-align: center;
  }
}
.no-footer__info--date{
    width: min-content;
    white-space: nowrap;
}
.no-footer__info--date h3 {
  margin-bottom: 1.6rem;
}
.no-footer__info--date ul li p {
  margin-bottom: 1rem;
  display: flex;
}
.no-footer__info--date ul li p:last-child {
  margin-bottom: 0;
}
.no-footer__info--date ul li p b {
  width: 6rem;
  display: inline-block;
}
.no-footer__info--other {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: max-content;
}
.no-footer__info--other .sns {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.no-footer__info--other .sns img {
  width: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-footer__info--other .sns img:hover {
  opacity: 0.8;
}
.no-footer__info--other .box{
margin-top: 2rem;
}
.no-footer__info--other .box .f-wrap{
	display: flex; gap: 2.4rem; flex-wrap: wrap;
}
.no-footer__info--other .box .f-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.no-footer__info--other .box > div a {
  font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  color: var(--clr-base-600);
  font-weight: 500;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .no-footer__info--other {
    max-width: inherit;
    gap: 3rem;
  }
}
.form-popup {
  width: 920px;
  height: 79vh;
  max-height: 735px;
  background: #fff;
  padding: 80px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  display: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .form-popup {
    width: 90%;
  }
}
@media (max-width: 544px) {
  .form-popup {
    padding: 6rem 0;
  }
}
.form-popup i {
  width: clamp(3.5rem, 0.6472491909vw + 3.2572815534rem, 4.5rem);
  height: clamp(3.5rem, 0.6472491909vw + 3.2572815534rem, 4.5rem);
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup .title {
  margin-bottom: 10px;
  padding: 0 clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
}
.form-popup .title p {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  font-weight: 700;
  padding: 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.form-popup .content {
  height: calc(100% - 68px);
  padding-left: clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
  padding-right: clamp(1rem, 1.9417475728vw + 0.2718446602rem, 4rem);
}
.form-popup .content .scroll-box {
  height: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 1rem;
  overflow-y: scroll;
}
.form-popup .content .scroll-box ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.form-popup .content .scroll-box ul li h3 {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 500;
  color: var(--clr-gray-900);
  margin-bottom: 0.5rem;
}
.form-popup .content .scroll-box ul li p {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-900);
}
.popup-bg {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.popup-bg.active {
  display: block;
}
.no-board-pagination {
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-board-pagination .prevnext {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  margin: 0 2.4rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.no-board-pagination .prevnext:hover {
  background-color: #fff;
}
.no-board-pagination .prevnext i {
  font-size: 1.6rem;
  opacity: 1;
  mix-blend-mode: difference;
}
.no-board-pagination ul {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.no-board-pagination ul li a {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.04);
}
.no-board-pagination ul li a p {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  color: #fff;
  z-index: 2;
  mix-blend-mode: difference;
}
.no-board-pagination ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transform-origin: center;
  mix-blend-mode: difference;
  transition: transform 0.3s;
}
.no-board-pagination ul li a:hover {
  color: var(--clr-gray-900);
}
.no-board-pagination ul li a:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.no-board-pagination ul li a.active::before {
  transform: translate(-50%, -50%) scale(1);
}
.no-sub-visual {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  position: relative;
}
.no-sub-visual .eng-title {
  position: relative;
  display: flex;
  align-items: baseline;
  overflow: hidden;
  margin-bottom: 3.6rem;
}
.no-sub-visual figure {
  overflow: hidden;
  border-radius: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  display: flex;
}
.no-sub-visual figure img {
  border-radius: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  overflow: hidden;
  min-height: 26rem;
  object-fit: cover;
  animation: bgscale 8s forwards;
}
@keyframes bgscale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.no-sub-visual hgroup {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.no-sub-visual hgroup h2 {
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  line-height: 1.41;
  font-weight: 600;
  color: var(--clr-gray-900);
}
.no-sub-nav {
  margin-top: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  z-index: 2;
  position: relative;
}
.no-sub-nav .container-xl {
  padding: 0;
}
@media (max-width: 1320px) {
  .no-sub-nav .container-xl {
    padding: 0 2rem;
  }
}
.no-sub-nav .nav-wrap {
  display: flex;
  gap: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 544px) {
  .no-sub-nav .nav-wrap .first-arrow {
    display: none;
  }
}
.no-sub-nav .nav-wrap .home {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 544px) {
  .no-sub-nav .nav-wrap .home {
    display: none;
  }
}
.no-sub-nav .nav-wrap .home img {
  width: 100%;
  height: 100%;
}
.no-sub-nav .nav-wrap .nsw {
  position: relative;
}
@media (max-width: 544px) {
  .no-sub-nav .nav-wrap .nsw {
    width: 50%;
  }
}
.no-sub-nav .nav-wrap .nsw.nsw1 .nav-sub-wrap li:last-child {
  display: none;
}
.no-sub-nav .nav-wrap .nsw p {
  color: rgba(39, 39, 39, 0.8);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 300;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 544px) {
  .no-sub-nav .nav-wrap .nsw p {
    width: 100%;
    justify-content: space-between;
  }
}
.no-sub-nav .nav-wrap .nsw p i {
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.no-sub-nav .nav-wrap .nsw .nav-sub-wrap {
  position: absolute;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  top: 3rem;
  left: -1rem;
  width: max-content;
  display: none;
}
@media (max-width: 544px) {
  .no-sub-nav .nav-wrap .nsw .nav-sub-wrap {
    width: 100%;
  }
}
.no-sub-nav .nav-wrap .nsw .nav-sub-wrap li {
  margin-top: 1rem;
  line-height: 1.3;
}
.no-sub-nav .nav-wrap .nsw .nav-sub-wrap li:first-child {
  margin-bottom: 0;
}
.no-sub-nav .nav-wrap .nsw .nav-sub-wrap li a {
  color: #444;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: color 0.3s;
}
.no-sub-nav .nav-wrap .nsw .nav-sub-wrap li a:hover {
  color: var(--clr-gray-prm);
}
.main-title {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 5.5rem;
  white-space: nowrap;
  flex-direction: row-reverse;
  overflow: hidden;
}
@media (max-width: 544px) {
  .main-title {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.main-title::before {
  content: '';
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.24);
  transform: scaleX(var(--before-scale));
  transform-origin: left;
}
.no-visual {
  width: 100%;
  position: relative;
  margin-top: 8rem;
  background-color: var(--clr-gray-50);
}
@media (max-width: 768px) {
  .no-visual {
    margin-top: 6.6rem;
  }
}
.no-visual .swiper-slide-active .slogan span {
  animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.no-visual .swiper-slide-active figure {
  animation: bgscale 8s forwards;
}
@keyframes bgscale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.no-visual .no-main-slider {
  border-bottom-right-radius: clamp(6rem, 11.6504854369vw + 1.6310679612rem, 24rem);
  height: clamp(54rem, 27.1844660194vw + 43.8058252427rem, 96rem);
  overflow: hidden;
}
.no-visual .no-main-slider ul li figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-visual .no-main-slider ul li figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.36;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.no-visual .no-main-slider ul li .container-xl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}
.no-visual .no-main-slider ul li .container-xl .slogan {
  font-size: clamp(4.8rem, 3.8834951456vw + 3.3436893204rem, 10.8rem);
  text-align: left;
  overflow: hidden;
  line-height: 1.2;
  color: #fff;
}
.no-visual .no-main-slider ul li .container-xl .slogan:nth-child(2) {
  padding-left: clamp(0rem, 20.71197411vw - 7.7669902913rem, 32rem);
}
.no-visual .no-main-slider ul li .container-xl .slogan span {
  display: block;
}
.no-visual .no-main-slider .swiper-component {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 128rem;
  position: absolute;
  z-index: 10;
  bottom: clamp(3rem, 1.2944983819vw + 2.5145631068rem, 5rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1320px) {
  .no-visual .no-main-slider .swiper-component {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .no-visual .no-main-slider .swiper-component {
    left: 0;
    transform: translateX(0);
    justify-content: flex-start;
    padding-left: 2rem;
  }
}
.no-visual .no-main-slider .swiper-component .swiper-pagination {
  display: flex;
  position: relative;
  width: auto;
  bottom: 0;
  gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-visual .no-main-slider .swiper-component .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: clamp(2.5rem, 0.3236245955vw + 2.3786407767rem, 3rem);
  height: clamp(2.5rem, 0.3236245955vw + 2.3786407767rem, 3rem);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  transition: all 0.3s;
}
.no-visual .no-main-slider .swiper-component .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  height: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.24;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.no-visual
  .no-main-slider
  .swiper-component
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.no-visual
  .no-main-slider
  .swiper-component
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.no-visual .no-main-slider .swiper-component .arrow-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1400px) {
  .no-visual .no-main-slider .swiper-component .arrow-group {
    right: 3rem;
  }
}
.no-visual .no-main-slider .swiper-component .arrow-group .arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}
.no-visual .no-main-slider .swiper-component .arrow-group .arrow i {
  font-size: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
}
.no-visual .no-main-slider .swiper-component .arrow-group .arrow::after {
  display: none;
}
.no-about {
  background-color: var(--clr-gray-50);
  position: relative;
  overflow: hidden;
}
.no-about .solid-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
}
@media (max-width: 768px) {
  .no-about .solid-bg {
    opacity: 0.6;
  }
}
.no-about .container-xl {
  position: relative;
  z-index: 2;
}
.no-about .f-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 7rem;
}
@media (max-width: 1024px) {
  .no-about .f-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
.no-about .f-wrap .txt {
  max-width: 45rem;
}
.no-about .f-wrap .txt h3 {
  font-weight: 500;
  margin-bottom: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.no-about .f-wrap .txt h3 b {
  font-weight: 700;
  color: var(--clr-base-900);
}
.no-about .f-wrap .txt > p {
  margin-bottom: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-about .f-wrap .txt > p:last-of-type {
  margin-bottom: 0;
}
.no-about .f-wrap .txt .btn-txt {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-about .f-wrap img {
  max-width: 62rem;
  border-top-left-radius: clamp(6rem, 11.6504854369vw + 1.6310679612rem, 24rem);
  position: relative;
}
@media (max-width: 1024px) {
  .no-about .f-wrap img {
    max-width: 60%;
    left: 40%;
  }
}
@media (max-width: 768px) {
  .no-about .f-wrap img {
    max-width: 80%;
    left: 20%;
  }
}
.no-clinic {
  position: relative;
  overflow: hidden;
}
.no-clinic .f-wrap {
  align-items: center;
  gap: 7rem;
  margin-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}
@media (max-width: 768px) {
  .no-clinic .f-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.6rem;
  }
}
.no-clinic .f-wrap:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .no-clinic .f-wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.no-clinic .f-wrap:last-child {
  margin-bottom: 0;
}
.no-clinic .f-wrap .txt {
  min-width: 47.5rem;
}
@media (max-width: 768px) {
  .no-clinic .f-wrap .txt {
    min-width: auto;
  }
}
.no-clinic .f-wrap .txt h3 {
  margin-bottom: 1rem;
}
.no-clinic .f-wrap .txt h4 {
  color: var(--clr-base-900);
  font-weight: 500;
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-clinic .f-wrap .txt > p {
  margin-bottom: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-clinic .f-wrap .txt > p:last-of-type {
  margin-bottom: 0;
}
.no-clinic .f-wrap .txt .btn-txt {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-clinic .f-wrap figure {
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-clinic .f-wrap figure {
    width: 100%;
    max-height: 40rem;
  }
}
.no-clinic .f-wrap figure img {
  position: relative;
  width: 100%;
}
.no-achieve {
  position: relative;
  overflow: hidden;
}
.no-achieve .solid-bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-achieve hgroup {
  text-align: center;
}
.no-achieve hgroup .main-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
.no-achieve hgroup .main-title::before {
  display: none;
}
@media (max-width: 375px) {
  .no-achieve hgroup p br {
    display: none;
  }
}
.no-achieve .container-xl {
  position: relative;
  z-index: 2;
}
.no-achieve .achieve-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-achieve .achieve-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.no-achieve .achieve-list li p {
  color: var(--clr-base-800);
  font-size: clamp(3rem, 2.2006472492vw + 2.1747572816rem, 6.4rem);
  line-height: 1.3;
  font-family: 'Noto Serif KR', serif;
  margin-bottom: 1rem;
}
.no-achieve .achieve-list li h3 {
  color: var(--clr-base-900);
  font-weight: 500;
}
.no-philo {
  position: relative;
  overflow: hidden;
}
.no-philo .solid-bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-philo .main-title {
  justify-content: flex-end;
}
.no-philo .main-title::before {
  display: none;
}
.no-philo .container-xl {
  position: relative;
  z-index: 2;
}
.no-philo .achieve-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  left: 20%;
  position: relative;
  margin-top: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
}
@media (max-width: 768px) {
  .no-philo .achieve-list {
    width: 100%;
    left: 0;
  }
}
.no-philo .achieve-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem) 0;
  display: flex;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 544px) {
  .no-philo .achieve-list li {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
.no-philo .achieve-list li h3 {
  min-width: clamp(21rem, 11.003236246vw + 16.8737864078rem, 38rem);
}
.no-facility {
  position: relative;
  overflow: hidden;
}
.no-facility::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(6rem, 16.8284789644vw - 0.3106796117rem, 32rem);
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.no-facility::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(6rem, 16.8284789644vw - 0.3106796117rem, 32rem);
  height: 100%;
  z-index: 2;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.no-facility .main-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
.no-facility .main-title::before {
  display: none;
}
.no-facility .facility-slide {
  position: relative;
}
.no-facility .facility-slide ul li {
  height: 100%;
}
.no-facility .facility-slide ul li img {
  height: 100%;
}
.no-facility .facility-slide .swiper-component {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 116rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1320px) {
  .no-facility .facility-slide .swiper-component {
    max-width: clamp(30rem, 89.3203883495vw - 3.4951456311rem, 168rem);
  }
}
@media (max-width: 544px) {
  .no-facility .facility-slide .swiper-component {
    top: 45%;
  }
}
.no-facility .facility-slide .swiper-component .arrow-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.no-facility .facility-slide .swiper-component .arrow-group .arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  opacity: 0.16;
  transition: opacity 0.3s;
}
.no-facility .facility-slide .swiper-component .arrow-group .arrow:hover {
  opacity: 1;
}
.no-facility .facility-slide .swiper-component .arrow-group .arrow i {
  font-size: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
}
.no-facility .facility-slide .swiper-component .arrow-group .arrow::after {
  display: none;
}
.no-facility .facility-slide .swiper-pagination {
  position: relative;
  width: 82.5%;
  margin: 0 auto;
  background-color: rgba(17, 17, 17, 0.2);
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-facility .facility-slide .swiper-pagination-progressbar-fill {
  background-color: #111;
}
.no-signature {
  position: relative;
  overflow: hidden;
  background-color: var(--clr-gray-50);
}
.no-signature .solid-bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-signature .main-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
.no-signature .main-title::before {
  display: none;
}
.no-signature .container-xl {
  position: relative;
  z-index: 2;
}
.no-signature .signature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 544px) {
  .no-signature .signature-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-signature .signature-list li a {
  position: relative;
  width: 100%;
}
.no-signature .signature-list li a:hover img {
  transform: scale(1.05);
}
.no-signature .signature-list li a figure {
  overflow: hidden;
  display: flex;
}
.no-signature .signature-list li a figure img {
  height: 100%;
  transition: transform 0.6s;
}
.no-signature .signature-list li a .txt {
  position: absolute;
  left: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  bottom: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  padding-right: 1rem;
}
.no-signature .signature-list li a .txt p {
  color: #fff;
  margin-bottom: 1rem;
}
.no-signature .signature-list li a .txt h3 {
  color: #fff;
  font-size: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
}
.no-signature .signature-list li a span {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  right: 1rem;
  bottom: 1rem;
}
.cta {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: clamp(60rem, 12.9449838188vw + 55.145631068rem, 80rem);
}
.cta .container-xl {
  display: flex;
  align-items: center;
  height: 100%;
}
.cta .container-xl .txt {
  max-width: 55rem;
}
.cta .container-xl .txt h2 {
  color: #fff;
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.cta .container-xl .txt > p {
  color: #fff;
  margin-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.cta .container-xl .txt a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  position: relative;
}
.cta .container-xl .txt a::before {
  content: '';
  width: 100%;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.cta .container-xl .txt a i {
  transition: transform 0.3s;
}
.cta .container-xl .txt a:hover::before {
  transform: scaleX(1);
}
.cta .container-xl .txt a:hover i {
  transform: translateX(0.5rem);
}
.sub-intro {
  background-color: var(--clr-gray-50);
}
.sub-intro .f-wrap {
  align-items: center;
  gap: clamp(7rem, 3.2362459547vw + 5.786407767rem, 12rem);
}
@media (max-width: 768px) {
  .sub-intro .f-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.sub-intro .f-wrap figure {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
  min-width: 50%;
}
@media (max-width: 768px) {
  .sub-intro .f-wrap figure {
    min-width: 100%;
  }
}
.sub-intro .f-wrap .txt {
  max-width: 50%;
}
@media (max-width: 768px) {
  .sub-intro .f-wrap .txt {
    max-width: 100%;
  }
}
.sub-intro .f-wrap .txt h2 {
  margin-bottom: clamp(1.6rem, 1.2944983819vw + 1.1145631068rem, 3.6rem);
}
.sub-intro .f-wrap .txt h3 {
  color: var(--clr-base-900);
  font-weight: 500;
  margin-bottom: 1rem;
}
.sub-intro .f-wrap .txt p {
  margin-bottom: 1rem;
}
.sub-intro .f-wrap .txt p b {
  font-weight: 600;
  color: var(--clr-base-800);
}
@media (max-width: 1024px) {
  .sub-intro .f-wrap .txt p br {
    display: none;
  }
}
.sub-intro .f-wrap .txt p:last-child {
  margin-bottom: 0;
}
.sub-point {
  background-color: var(--clr-gray-50);
  position: relative;
  overflow: hidden;
}
.sub-point .solid-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
}
@media (max-width: 768px) {
  .sub-point .solid-bg {
    opacity: 0.6;
  }
}
.sub-point hgroup {
  text-align: center;
}
.sub-point hgroup h2 {
  margin-bottom: 2rem;
}
.sub-point hgroup p b {
  color: var(--clr-base-800);
  font-weight: 700;
}
.sub-point .point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .sub-point .point-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-point .point-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.sub-point .point-list li img {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-bottom: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.sub-point .point-list li h3 {
  text-align: center;
  font-weight: 500;
}
.sub-point .point-list li p {
  text-align: center;
  margin-top: 1rem;
}
.sub-type hgroup h2 {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-type hgroup p b {
  color: var(--clr-base-800);
  font-weight: 600;
}
.sub-type .type-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.sub-type .type-list > li .f-wrap {
  gap: 7rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .sub-type .type-list > li .f-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.sub-type .type-list > li figure {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
  width: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .sub-type .type-list > li figure {
    width: 100%;
    height: 35rem;
  }
}
.sub-type .type-list > li .txt {
  width: 50%;
  height: clamp(25rem, 9.7087378641vw + 21.359223301rem, 40rem);
}
@media (max-width: 768px) {
  .sub-type .type-list > li .txt {
    height: auto;
    width: 100%;
  }
}
.sub-type .type-list > li h3 {
  margin-bottom: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.sub-type .type-list > li p {
  margin-bottom: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
.sub-type .type-list > li ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-type .type-list > li ul li {
  display: flex;
  position: relative;
  color: var(--clr-gray-900);
}
.sub-type .type-list > li ul li b {
  font-weight: 600;
  color: var(--clr-base-800);
  margin: 0 0.3rem;
}
.sub-type .type-list > li ul li span {
  font-weight: 400;
  color: var(--clr-gray-800);
}
.sub-process {
  position: relative;
  overflow: hidden;
}
.sub-process .solid-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
}
@media (max-width: 768px) {
  .sub-process .solid-bg {
    opacity: 0.6;
  }
}
.sub-process hgroup h2 {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-process .container-xl {
  position: relative;
  z-index: 2;
}
.sub-process .process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .sub-process .process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media (max-width: 544px) {
  .sub-process .process-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-process .process-list li {
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.24);
  padding: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem) clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.sub-process .process-list li:nth-child(3) {
  background-color: #f8f6fc !important;
}
.sub-process .process-list li figure {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.24);
  width: 8rem;
  height: 8rem;
  margin-bottom: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-process .process-list li figure img {
  width: 4.8rem;
}
.sub-process .process-list li h3 {
  margin-bottom: 1.6rem;
}
.sub-checklist {
  position: relative;
  overflow: hidden;
}
.sub-checklist hgroup h2 {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-checklist .checklist-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  background-color: var(--clr-gray-50);
  padding: clamp(2.5rem, 1.6181229773vw + 1.8932038835rem, 5rem) clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
@media (max-width: 544px) {
  .sub-checklist .checklist-wrap {
    padding: 0;
    background-color: #fff;
  }
}
.sub-checklist .checklist-wrap li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5.5rem;
  padding: 1.5rem 2rem;
}
@media (max-width: 544px) {
  .sub-checklist .checklist-wrap li {
    background-color: var(--clr-gray-50);
  }
}
.sub-checklist .checklist-wrap li img {
  width: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  margin-right: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
}
.sub-checklist .checklist-wrap li .group {
  display: flex;
  align-items: center;
}
@media (max-width: 544px) {
  .sub-checklist .checklist-wrap li .group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.sub-checklist .checklist-wrap li h3 {
  min-width: clamp(20rem, 1.2944983819vw + 19.5145631068rem, 22rem);
}
.philo-content-2 h2 b {
  color: var(--clr-base-800);
}
.philo-content-2 .f-wrap {
  gap: 7rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .philo-content-2 .f-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.philo-content-2 .f-wrap .key-list {
  border-top: 2px solid #000;
  width: 50%;
}
@media (max-width: 768px) {
  .philo-content-2 .f-wrap .key-list {
    width: 100%;
  }
}
.philo-content-2 .f-wrap .key-list li {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.philo-content-2 .f-wrap .key-list li h3 {
  margin-bottom: 1rem;
}
.philo-content-2 .f-wrap .key-list li p {
  font-weight: 300;
}
.philo-content-2 .f-wrap .key-list li p b {
  font-weight: 700;
}
.philo-content-2 .f-wrap figure {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
  width: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .philo-content-2 .f-wrap figure {
    width: 100%;
    height: 25rem;
  }
}
.philo-content-3 {
  position: relative;
  overflow: hidden;
}
.philo-content-3 .solid-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
}
@media (max-width: 768px) {
  .philo-content-3 .solid-bg {
    opacity: 0.6;
  }
}
.philo-content-3 .therapy-list {
  width: 65%;
  position: relative;
  left: 35%;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .philo-content-3 .therapy-list {
    width: 90%;
    left: 10%;
  }
}
.philo-content-3 .therapy-list li {
  padding: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem) 0;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.philo-content-3 .therapy-list li span {
  display: block;
  min-width: clamp(3.5rem, 2.7184466019vw + 2.4805825243rem, 7.7rem);
  font-size: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
  color: var(--clr-base-800);
}
.philo-content-3 .therapy-list li h3 {
  font-weight: 500;
}
.sub-doctor .doctor-intro {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.sub-doctor .doctor-intro .eng-title {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  gap: 1.6rem;
  justify-content: center;
  font-size: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
  margin-bottom: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
}
.sub-doctor .doctor-intro .eng-title::before {
  content: '';
  width: clamp(10rem, 1.2944983819vw + 9.5145631068rem, 12rem);
  height: 0.1rem;
  background-color: #fff;
  transform: scaleX(var(--before-scale));
  transform-origin: right;
}
.sub-doctor .doctor-intro .eng-title::after {
  content: '';
  width: clamp(10rem, 1.2944983819vw + 9.5145631068rem, 12rem);
  height: 0.1rem;
  background-color: #fff;
  transform: scaleX(var(--before-scale));
  transform-origin: left;
}
.sub-doctor .doctor-intro h3 {
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-doctor .doctor-intro p {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.sub-doctor .doctor-wrap:nth-child(odd) {
  background-color: var(--clr-gray-50);
}
.sub-doctor .doctor-wrap .f-wrap {
  align-items: flex-start;
  gap: 7rem;
}
@media (max-width: 544px) {
  .sub-doctor .doctor-wrap .f-wrap {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.sub-doctor .doctor-wrap .f-wrap figure {
  min-width: clamp(15rem, 23.3009708738vw + 6.2621359223rem, 51rem);
  max-width: clamp(15rem, 23.3009708738vw + 6.2621359223rem, 51rem);
}
.sub-doctor .doctor-wrap .f-wrap .info-box {
  width: 100%;
}
.sub-doctor .doctor-wrap .f-wrap .info-box .name {
  display: flex;
  align-items: baseline;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  margin-bottom: clamp(3.6rem, 1.8122977346vw + 2.9203883495rem, 6.4rem);
}
.sub-doctor .doctor-wrap .f-wrap .info-box .list-wrap.history-wrap {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.sub-doctor .doctor-wrap .f-wrap .info-box .list-wrap > p {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  margin-bottom: 2rem;
}
.sub-doctor .doctor-wrap .f-wrap .info-box .list-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-doctor .doctor-wrap .f-wrap .info-box .list-wrap ul li {
  display: flex;
}
.sub-doctor .doctor-wrap .f-wrap .info-box .list-wrap ul li div p{
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: 1.41;
  font-weight: 400;
  color: var(--clr-gray-800);
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}
.sub-doctor .doctor-wrap .f-wrap .info-box .list-wrap ul li div p:before{
	content: '';
    width: 0.6rem;
    height: 0.6rem;
    min-width: 0.6rem;
    min-height: 0.6rem;
    border-radius: 50%;
    background-color: #d9d9d9;
    left: 0;
    top: 0.9rem;
    margin-right: 1rem;
    position: relative;
    display: block;
}
.sub-diff .diff-wrap h2 {
  text-align: center;
}
.sub-diff .diff-wrap h2 b {
  color: var(--clr-base-800);
}
.sub-diff .diff-list {
  display: flex;
  flex-direction: column;
  gap: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
}
.sub-diff .diff-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.4rem, 2.9773462783vw + 1.2834951456rem, 7rem);
}
@media (max-width: 768px) {
  .sub-diff .diff-list li {
    flex-direction: column;
  }
}
.sub-diff .diff-list li:nth-child(even) figure {
  order: 2;
}
@media (max-width: 768px) {
  .sub-diff .diff-list li:nth-child(even) figure {
    order: 0;
  }
}
.sub-diff .diff-list li .txt {
  width: 50%;
}
@media (max-width: 768px) {
  .sub-diff .diff-list li .txt {
    width: 100%;
  }
}
.sub-diff .diff-list li .txt span {
  display: block;
  margin-bottom: 1.6rem;
}
.sub-diff .diff-list li figure {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #ddd;
  width: 50%;
}
@media (max-width: 768px) {
  .sub-diff .diff-list li figure {
    width: 100%;
  }
}
.sub-loc .contact-guide {
  position: relative;
}
.sub-loc .contact-guide .bgword {
  position: absolute;
  right: 0;
  top: -5rem;
  transform: translateX(50%);
  font-size: clamp(4rem, 6.4724919094vw + 1.572815534rem, 14rem);
  color: #e0e0e0;
  opacity: 0;
  line-height: 1;
}
.sub-loc .contact-guide .f-wrap {
  align-items: flex-start;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .sub-loc .contact-guide .f-wrap {
    flex-direction: column;
  }
}
.sub-loc .contact-guide .f-wrap .wrap-same {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  padding-top: 2.4rem;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 1024px) {
  .sub-loc .contact-guide .f-wrap .wrap-same {
    width: 100%;
  }
}
@media (max-width: 544px) {
  .sub-loc .contact-guide .f-wrap .wrap-same {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sub-loc .contact-guide .f-wrap .wrap-same > p {
  min-width: clamp(18rem, 3.2362459547vw + 16.786407767rem, 23rem);
}
.sub-loc .contact-guide .f-wrap .wrap-same .time-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sub-loc .contact-guide .f-wrap .wrap-same .time-list li {
  display: flex;
  align-items: flex-start;
}
.sub-loc .contact-guide .f-wrap .wrap-same .time-list li p {
  min-width: 12rem;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.sub-loc .contact-guide .f-wrap .wrap-same .time-list li .time-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.sub-loc .contact-guide .f-wrap .wrap-same .time-list li .time-info h3 {
  font-weight: 600;
  color: var(--clr-gray-900);
}
.sub-loc .contact-guide .f-wrap .wrap-same .time-list li .time-info h4 {
  color: #a3a3a3;
  font-weight: 300;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .call {
  font-weight: 700;
  color: var(--clr-gray-900);
  font-size: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
  line-height: 1;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact li:nth-child(1) a {
  background-color: #03c75a;
  color: #fff;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact li:nth-child(1) a:hover {
  background-color: #009242;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact li:nth-child(2) a {
  background-color: #f9e000;
  color: #000;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact li:nth-child(2) a:hover {
  background-color: #e0ca00;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact li a {
  border-radius: 5.5rem;
  padding: 1rem 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 500;
  gap: 0.6rem;
  white-space: nowrap;
  transition: background-color 0.3s;
  width: 100%;
  min-width: 15rem;
}
.sub-loc .contact-guide .f-wrap .wrap-same .contact-wrap .sns-contact li a img {
  width: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.sub-loc .facility-show {
  background-color: var(--clr-gray-50);
}
.sub-loc .facility-show .facility-slide-v2 ul li {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
}
.sub-loc .facility-show .swiper-component {
  position: relative;
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-loc .facility-show .swiper-component .swiper-pagination {
  position: relative;
  display: flex;
  width: auto;
  gap: 1rem;
}
.sub-loc .facility-show .swiper-component .swiper-pagination-bullet {
  margin: 0;
  width: 1rem;
  height: 1rem;
  background-color: var(--clr-gray-prm);
}
.sub-loc .facility-show .swiper-component .arrow-group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.sub-loc .facility-show .swiper-component .arrow-group .swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.sub-loc .facility-show .swiper-component .arrow-group .arrow {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.sub-loc .facility-show .swiper-component .arrow-group .arrow i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  transition: color 0.3s;
}
.sub-loc .facility-show .swiper-component .arrow-group .arrow::after {
  display: none;
}
.sub-loc .location-guide .f-wrap {
  align-items: stretch;
  justify-content: space-between;
  gap: 9rem;
}
@media (max-width: 768px) {
  .sub-loc .location-guide .f-wrap {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.sub-loc .location-guide .f-wrap .name-wrap{
	width: 100%;
	position: relative;
}
.sub-loc .location-guide .f-wrap .name-wrap .up-name{
	position: absolute;
    left: 2rem;
    top: 1rem;
    z-index: 2;
    background: #fff;
    padding: .6rem 0 0;
    font-size: 1.4rem;
    text-align: left;
    padding-right: 4rem;
    font-weight: 500;
}
.sub-loc .location-guide .f-wrap .map{
	border-radius: 1.6rem;
    width: 100%;
}
.sub-loc .location-guide .f-wrap .map .wrap_controllers{
 display: none;
}
.sub-loc .location-guide .f-wrap .map .cont{
 display: none;
}
.sub-loc .location-guide .f-wrap .map .wrap_map {
height: clamp(24rem, 19.6721311475vw + 16.2295081967rem, 54rem);
}
.sub-loc .location-guide .f-wrap .loc-info {
  min-width: clamp(16rem, 19.4174757282vw + 8.7184466019rem, 46rem);
}
@media (max-width: 768px) {
  .sub-loc .location-guide .f-wrap .loc-info {
    min-width: 100%;
  }
}
.sub-loc .location-guide .f-wrap .loc-info .loc-list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.sub-loc .location-guide .f-wrap .loc-info .loc-list li p {
  margin-bottom: 1.6rem;
}
.sub-loc .location-guide .f-wrap .loc-info .loc-list li h3 {
  color: var(--clr-gray-900);
  font-weight: 500;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.sub-loc .location-guide .f-wrap .loc-info .loc-list li h4 {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.sub-loc .location-guide .f-wrap .loc-info .loc-list li h4.mt {
  margin-top: 2rem;
}
.sub-loc .location-guide .f-wrap .loc-info .loc-list li h4 span {
  width: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  height: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  border-radius: 50%;
  position: relative;
  top: 0.5rem;
}
@media (max-width: 768px) {
  .sub-loc .location-guide .f-wrap iframe {
    height: 35rem !important;
  }
}
.sub-chuna .chuna-intro {
  background-color: var(--clr-gray-50);
}
.sub-chuna .sub-process {
  background-color: var(--clr-gray-50);
}
.sub-ta .list-wrap .f-wrap {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sub-ta .list-wrap .f-wrap {
    flex-direction: column;
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  }
}
.sub-ta .list-wrap .f-wrap h2 {
  min-width: clamp(15rem, 12.9449838188vw + 10.145631068rem, 35rem);
}
.sub-ta .list-wrap .f-wrap .list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem) clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
@media (max-width: 544px) {
  .sub-ta .list-wrap .f-wrap .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-ta .list-wrap .f-wrap .list li {
  width: 100%;
}
.sub-ta .list-wrap .f-wrap .list li figure {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: var(--clr-gray-50);
  margin-bottom: 2.4rem;
  width: 100%;
  max-height: 25rem;
}
@media (max-width: 544px) {
  .sub-ta .list-wrap .f-wrap .list li figure {
    max-height: 100%;
  }
}
.sub-ta .list-wrap .f-wrap .list li h3 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
}
.sub-ta .list-wrap .f-wrap .list li h3 b {
  font-family: 'Libre Caslon Display', serif;
  color: var(--clr-base-800);
}
.sub-special .principle {
  position: relative;
  overflow: hidden;
}
.sub-special .principle .solid-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.64;
}
.sub-special .principle .container-xl {
  position: relative;
  z-index: 2;
}
.sub-special .principle .f-wrap {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sub-special .principle .f-wrap {
    flex-direction: column;
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  }
}
.sub-special .principle .f-wrap h2 {
  min-width: clamp(20rem, 14.8867313916vw + 14.4174757282rem, 43rem);
}
.sub-special .principle .f-wrap .principle-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
}
.sub-special .principle .f-wrap .principle-list li {
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.sub-special .principle .f-wrap .principle-list li h3 {
  margin-bottom: 1rem;
}
.sub-special .principle .f-wrap .principle-list li h3 b {
  color: var(--clr-base-800);
}
.sub-special .indication {
  position: relative;
  overflow: hidden;
  background-color: var(--clr-gray-50);
}
.sub-special .indication .f-wrap {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sub-special .indication .f-wrap {
    flex-direction: column;
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  }
}
.sub-special .indication .f-wrap h2 {
  min-width: clamp(20rem, 14.8867313916vw + 14.4174757282rem, 43rem);
}
.sub-special .indication .f-wrap .indication-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
@media (max-width: 1280px) {
  .sub-special .indication .f-wrap .indication-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .sub-special .indication .f-wrap .indication-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-special .indication .f-wrap .indication-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-special .indication .f-wrap .indication-list li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 2.4rem;
  width: clamp(14rem, 2.5889967638vw + 13.0291262136rem, 18rem);
  height: clamp(14rem, 2.5889967638vw + 13.0291262136rem, 18rem);
}
.sub-special .indication .f-wrap .indication-list li figure img {
  width: clamp(4.8rem, 1.4239482201vw + 4.2660194175rem, 7rem);
}
.sub-special .indication .f-wrap .indication-list li h3 {
  text-align: center;
}
.sub-special .effect {
  position: relative;
  overflow: hidden;
}
.sub-special .effect .f-wrap {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sub-special .effect .f-wrap {
    flex-direction: column;
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  }
}
.sub-special .effect .f-wrap h2 {
  min-width: clamp(20rem, 14.8867313916vw + 14.4174757282rem, 43rem);
}
.sub-special .effect .f-wrap .effect-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 1280px) {
  .sub-special .effect .f-wrap .effect-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .sub-special .effect .f-wrap .effect-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-special .effect .f-wrap .effect-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3.2rem 2.4rem;
  background-color: var(--clr-gray-50);
  border-radius: 1.2rem;
}
.sub-special .effect .f-wrap .effect-list li h3 {
  margin-bottom: 1.6rem;
}
.sub-special .effect .f-wrap .effect-list li h3 b {
  color: var(--clr-base-800);
}
.sub-diet .pd-slogan {
  background-attachment: fixed;
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 768px) {
  .sub-diet .pd-slogan {
    background-attachment: scroll;
    height: 80vh;
  }
}
.sub-diet .pd-slogan p {
  color: var(--clr-base-800);
  font-size: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-bottom: 2.4rem;
}
.sub-diet .pd-slogan h2 {
  font-size: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
  font-weight: 600;
  line-height: 1.41;
}
.sub-diet .diet-effect .effect-list {
  display: flex;
  flex-direction: column;
  gap: clamp(6rem, 2.3300970874vw + 5.1262135922rem, 9.6rem);
}
.sub-diet .diet-effect .effect-list li {
  display: flex;
  align-items: center;
  gap: clamp(7rem, 1.9417475728vw + 6.2718446602rem, 10rem);
}
@media (max-width: 768px) {
  .sub-diet .diet-effect .effect-list li {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.sub-diet .diet-effect .effect-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sub-diet .diet-effect .effect-list li:nth-child(even) {
    flex-direction: column;
  }
}
.sub-diet .diet-effect .effect-list li:nth-child(even) .txt {
  width: auto;
}
@media (max-width: 1024px) {
  .sub-diet .diet-effect .effect-list li:nth-child(even) .txt {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sub-diet .diet-effect .effect-list li:nth-child(even) .txt {
    width: 100%;
  }
}
.sub-diet .diet-effect .effect-list li figure {
  overflow: hidden;
  border-radius: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .sub-diet .diet-effect .effect-list li figure {
    width: 100%;
  }
}
.sub-diet .diet-effect .effect-list li .txt {
  max-width: 51rem;
}
@media (max-width: 768px) {
  .sub-diet .diet-effect .effect-list li .txt {
    width: 100%;
  }
}
.sub-diet .diet-effect .effect-list li .txt h3 {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-dietam .dietam-type {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.sub-dietam .dietam-type h2 {
  color: var(--clr-base-800);
}
.sub-dietam .dietam-type .type-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  left: 20%;
  position: relative;
  margin-top: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
}
@media (max-width: 768px) {
  .sub-dietam .dietam-type .type-list {
    width: 100%;
    left: 0;
  }
}
.sub-dietam .dietam-type .type-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem) 0;
  display: flex;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 544px) {
  .sub-dietam .dietam-type .type-list li {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
.sub-dietam .dietam-type .type-list li h3 {
  min-width: clamp(21rem, 11.003236246vw + 16.8737864078rem, 38rem);
}
.sub-dietam .dietam-program hgroup {
  text-align: center;
}
.sub-dietam .dietam-program hgroup h2 {
  margin-bottom: 2rem;
}
.sub-dietam .dietam-program hgroup p b {
  font-weight: 600;
  color: var(--clr-base-800);
}
.sub-dietam .dietam-program .comparison-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  justify-content: center;
  max-width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sub-dietam .dietam-program .comparison-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-dietam .dietam-program .comparison-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem)
    clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  width: 100%;
  background: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.sub-dietam .dietam-program .comparison-card h3 {
  margin-bottom: 1rem;
  text-align: center;
}
.sub-dietam .dietam-program .comparison-card span {
  color: #666;
  text-align: center;
  margin-bottom: 2.4rem;
}
.sub-dietam .dietam-program .comparison-card ul {
  list-style: none;
  padding: 0;
}
.sub-dietam .dietam-program .comparison-card li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.sub-dietam .dietam-program .comparison-card li i {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
.sub-dietam .dietam-program .comparison-card li.price {
  margin-top: 2rem;
  line-height: 1.6;
}
.sub-dietam .dietam-program .comparison-card li.price p {
  min-width: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  font-weight: 500;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.sub-dietam .dietam-program .comparison-card li.price div {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.sub-dietam .dietam-program .comparison-card li.price div b {
  color: var(--clr-base-800);
  font-weight: 700;
  font-size: clamp(1.6rem, 0.9061488673vw + 1.2601941748rem, 3rem);
  margin-right: 0.5rem;
}
.sub-check8 .menu-table .f-wrap {
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.sub-check8 .menu-table .f-wrap hgroup h2 {
  margin-bottom: 2rem;
}
.sub-check8 .menu-table .f-wrap .sign-list {
  color: #444;
}
.sub-check8 .menu-table .f-wrap .sign-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ddd;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1;
  display: flex;
  align-items: center;
}
.sub-check8 .menu-table .f-wrap .sign-list li span {
  min-width: 6rem;
}
.sub-check8 .table-wrap {
  overflow-x: auto;
  padding-bottom: 2rem;
  margin-bottom: 4.8rem;
}
.sub-check8 .table-wrap:last-child {
  margin-bottom: 0;
}
.sub-check8 .table-wrap h3 {
  margin-bottom: 1.6rem;
}
.sub-check8 .table-wrap .table-list .top .dept1 {
  height: 5.7rem;
  display: flex;
}
.sub-check8 .table-wrap .table-list .top .dept1 li {
  border-right: 1px solid #ddd;
  color: var(--clr-base-800);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 500;
  min-width: 13rem;
  background-color: #f7f7f7;
  border-top: 2px solid var(--clr-base-900);
  border-bottom: 1px solid #ddd;
}
.sub-check8 .table-wrap .table-list .top .dept1 li:first-child {
  min-width: 24rem;
}
.sub-check8 .table-wrap .table-list .top .dept1 li:last-child {
  border-right: none;
}
.sub-check8 .table-wrap .table-list .content .dept1 {
  background-color: #fff;
  height: 5rem;
  display: flex;
}
.sub-check8 .table-wrap .table-list .content .dept1 li {
  border-right: 1px solid #ddd;
  color: #444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
  min-width: 13rem;
  border-bottom: 1px solid #ddd;
}
.sub-check8 .table-wrap .table-list .content .dept1 li:first-child {
  min-width: 24rem;
  background-color: var(--clr-gray-50);
  font-weight: 500;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  color: var(--clr-gray-800);
}
.sub-check8 .table-wrap .table-list .content .dept1 li:last-child {
  border-right: none;
}
.sub-gutcare .experience .f-wrap {
  gap: clamp(3rem, 4.2718446602vw + 1.3980582524rem, 9.6rem);
}
@media (max-width: 768px) {
  .sub-gutcare .experience .f-wrap {
    flex-direction: column;
  }
}
.sub-gutcare .experience .f-wrap .txt {
  width: 55%;
}
.sub-gutcare .experience .f-wrap .txt h2 {
  margin-bottom: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.sub-gutcare .experience .f-wrap .txt p {
  line-height: 1.61;
}
@media (max-width: 768px) {
  .sub-gutcare .experience .f-wrap .txt {
    width: 100%;
  }
}
.sub-gutcare .experience .f-wrap figure {
  width: 45%;
  border-radius: 1.2rem;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sub-gutcare .experience .f-wrap figure {
    width: 100%;
  }
}
.sub-woman .woman-program {
  position: relative;
  background-color: var(--clr-gray-50);
}
.sub-woman .woman-program hgroup h2 {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-woman .woman-program hgroup p b {
  color: var(--clr-base-800);
  font-weight: 600;
}
.sub-woman .woman-program .f-wrap{
    align-items: flex-start;
	gap: 4rem;
}
.sub-woman .woman-program .f-wrap .program-wrap{
	width: 50%;
}
.sub-woman .woman-program .f-wrap img{
	border-radius: 1.2rem;
	width: 50%;
}
@media (max-width: 1024px) {
  .sub-woman .woman-program .f-wrap {
    flex-direction: column;
	gap: 0;
  }
  .sub-woman .woman-program .f-wrap .program-wrap{
	width: 100%;
	}
	.sub-woman .woman-program .f-wrap img{
	width: 100%;
	border-radius: 1.2rem;
	margin-bottom: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
}
}
.sub-woman .woman-program .program-wrap {
  border-radius: 1.6rem;
  background-color: #fff;
  padding: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem) clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  margin-bottom: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
}
.sub-woman .woman-program .program-wrap:last-child {
  margin-bottom: 0;
}
.sub-woman .woman-program .program-wrap h3 {
  margin-bottom: 1.6rem;
}
.sub-woman .woman-program .program-wrap p {
  margin-bottom: 3rem;
}
.sub-woman .woman-program .program-wrap .program-list {
  background-color: #f7f7f7;
  border-radius: 1.2rem;
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-woman .woman-program .program-wrap .program-list li {
  display: flex;
  color: #616161;
  font-weight: 500;
}
.sub-woman .woman-program .program-wrap .program-list li::before {
  top: 0.7rem;
}
.sub-room .room-info {
  position: relative;
  background-color: var(--clr-gray-50);
}
.sub-room .room-info .f-wrap {
  justify-content: space-between;
  gap: 7rem;
}
@media (max-width: 768px) {
  .sub-room .room-info .f-wrap {
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
  }
}
.sub-room .room-info .f-wrap .txt {
  max-width: 45rem;
}
.sub-room .room-info .f-wrap .txt h2 {
  margin-bottom: 2rem;
}
.sub-room .room-info .f-wrap .txt p {
  margin-bottom: 4rem;
}
.sub-room .room-info .f-wrap .txt .room-effect {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sub-room .room-info .f-wrap .txt .room-effect li {
  border-radius: 1.2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1.6rem 2rem;
  font-weight: 600;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-base-800);
  border: 1px solid #ddd;
}
.sub-room .room-info .f-wrap .slider-wrap {
  width: 50%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .sub-room .room-info .f-wrap .slider-wrap {
    width: 100%;
  }
}
.sub-room .room-info .f-wrap .slider-wrap .swiper-component {
  position: absolute;
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 108%;
  top: 43%;
  transform: translate(-4%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .sub-room .room-info .f-wrap .slider-wrap .swiper-component {
    width: 95%;
    transform: translate(2.5%, -50%);
  }
}
.sub-room .room-info .f-wrap .slider-wrap .swiper-component .arrow-group {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.sub-room .room-info .f-wrap .slider-wrap .swiper-component .arrow-group .swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.sub-room .room-info .f-wrap .slider-wrap .swiper-component .arrow-group .arrow {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(149, 152, 162, 0.16);
  width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.sub-room .room-info .f-wrap .slider-wrap .swiper-component .arrow-group .arrow i {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  transition: color 0.3s;
}
.sub-room .room-info .f-wrap .slider-wrap .swiper-component .arrow-group .arrow::after {
  display: none;
}
.sub-room .room-info .f-wrap .slider-wrap .room-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem;
}
.sub-room .room-info .f-wrap .slider-wrap .room-slide ul {
  border-radius: 1.2rem;
}
.sub-room .room-info .f-wrap .slider-wrap .room-slide ul li {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
} 


/* popup */
.main-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100005;
}
.main-popup {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3000;
  animation: popupAppear 1.6s .2s forwards;
}
  @keyframes popupAppear {
    0% {
        opacity: 0;
		top: 55%;
    }
    100% {
        opacity: 1;
		top: 50%;
    }
}
.main-popup-top .swiper-component {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.main-popup-top .swiper-component .arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  width: clamp(4rem, 0.1294498382vw + 3.9514563107rem, 4.2rem);
  height: clamp(4rem, 0.1294498382vw + 3.9514563107rem, 4.2rem);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color 0.3s;
}
.main-popup-top .swiper-component .arrow:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.main-popup-top .swiper-component .arrow i {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.main-popup-top .swiper-component .arrow::after {
  display: none;
}
.main-popup-mid {
  margin: 1.5rem 0 1rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.main-popup-mid li .img-box {
  padding-top: 100%;
  position: relative;
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
}
.main-popup-mid li .img-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: center;
}
.main-popup-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.main-popup-bottom label {
  cursor: pointer;
  color: #fff;
  height: 100%;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: flex;
  align-items: center;
  position: relative;
}
.main-popup-bottom label:hover {
  text-decoration: underline;
}
.main-popup-bottom label img {
  width: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-right: 0.5rem;
}
.main-popup-bottom label input {
  display: none;
}
.main-popup-bottom button {
  background: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-left: auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.3;
}
.main-popup-bottom button:hover {
  text-decoration: underline;
}
.main-popup-bottom button i {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.main-popup-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
}

#popupImage-on {
  display: none;
}

.sub-petit .petit-category {
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-top: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  background-color: var(--clr-gray-50);
}
.sub-petit .petit-category ul {
  display: flex;
  align-items: center;
  gap: clamp(1.8rem, 1.9417475728vw + 1.0718446602rem, 4.8rem);
  justify-content: center;
}
.sub-petit .petit-category ul li {
  position: relative;
  color: var(--clr-gray-900);
  cursor: pointer;
  text-align: center;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.sub-petit .petit-category ul li::before {
  content: '';
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-color: var(--clr-gray-900);
  opacity: 0;
}
.sub-petit .petit-category ul li.active {
  font-weight: 700;
}
.sub-petit .petit-category ul li.active::before {
  opacity: 1;
}
.sub-petit .sub-intro .container-xl {
  padding-top: 0;
}
.sub-petit .miju .sub-intro h2 b {
  color: var(--clr-base-800);
}
.sub-petit .miju .sub-price {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-petit .miju .sub-price .txt {
  text-align: center;
}
.sub-petit .miju .sub-price .txt h2 {
  margin-bottom: 2rem;
}
.sub-petit .miju .sub-price .txt p b {
  color: var(--clr-base-800);
  font-weight: 700;
}
.sub-petit .miju .sub-price .price-list {
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 375px) {
  .sub-petit .miju .sub-price .price-list {
    width: 100%;
  }
}
.sub-petit .miju .sub-price .price-list li {
  padding: 2.4rem 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 6.4724919094vw - 0.427184466rem, 12rem);
}
.sub-petit .miju .sub-price .price-list li:last-child {
  border-bottom: none;
}
@media (max-width: 375px) {
  .sub-petit .miju .sub-price .price-list li {
    flex-direction: column;
  }
}
.sub-petit .miju .sub-price .price-list li h3 {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
.sub-petit .miju .sub-price .price-list li h3 b {
  color: var(--clr-base-800);
  font-weight: 700;
}
.sub-petit .miju .sub-price .price-list li h3 span {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}
.sub-petit .miju .sub-price h4 {
  display: flex;
  align-items: center;
  color: var(--clr-gray-700);
  text-align: center;
  margin-top: 1.2rem;
  justify-content: center;
}
.sub-petit .miju .sub-qna .txt {
  text-align: center;
}
.sub-petit .miju .sub-qna .txt h2 {
  margin-bottom: 2rem;
}
.sub-petit .miju .sub-qna .qna-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sub-petit .miju .sub-qna .qna-list li {
  background-color: var(--clr-gray-50);
  border-radius: 1.2rem;
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .sub-petit .miju .sub-qna .qna-list li {
    flex-direction: column;
  }
}
.sub-petit .miju .sub-qna .qna-list li .q {
  min-width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  min-height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  background-color: var(--clr-base-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sub-petit .miju .sub-qna .qna-list li .txt {
  text-align: left;
}
.sub-petit .miju .sub-qna .qna-list li .txt h3 {
  margin-bottom: 1.6rem;
}
.sub-petit .skin .sub-intro .txt {
  text-align: center;
}
.sub-petit .skin .sub-intro .txt h2 {
  margin-bottom: 2rem;
}
.sub-petit .skin .sub-intro .diff-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.sub-petit .skin .sub-intro .diff-list li {
  display: flex;
  align-items: center;
  gap: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
@media (max-width: 768px) {
  .sub-petit .skin .sub-intro .diff-list li {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.sub-petit .skin .sub-intro .diff-list li figure {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sub-petit .skin .sub-intro .diff-list li figure {
    width: 100%;
  }
}
.sub-petit .skin .sub-intro .diff-list li .txt {
  text-align: left;
}
@media (max-width: 768px) {
  .sub-petit .skin .sub-intro .diff-list li .txt br {
    display: none;
  }
}
.sub-petit .skin .sub-intro .diff-list li .txt span {
  color: var(--clr-base-800);
  display: block;
  margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
.sub-petit .skin .sub-intro .diff-list li .txt h3 {
  margin-bottom: 2rem;
}
.sub-petit .skin .sub-intro .diff-list li .txt p {
  margin-bottom: 0.8rem;
  display: flex;
}
.sub-petit .skin .sub-intro .diff-list li .txt b {
  color: var(--clr-base-800);
  font-weight: 600;
  margin-top: 2.4rem;
  display: block;
}
.sub-petit .skin .sub-intro .diff-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sub-petit .skin .sub-intro .diff-list li:nth-child(even) {
    flex-direction: column;
  }
}
.sub-petit .lifting .sub-intro h3 {
  color: var(--clr-base-800);
}
.sub-petit .lifting .lift-special {
  position: relative;
  overflow: hidden;
}
.sub-petit .lifting .lift-special .solid-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
  z-index: -1;
}
.sub-petit .lifting .lift-special h2 {
  text-align: center;
}
.sub-petit .lifting .lift-special .special-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .sub-petit .lifting .lift-special .special-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-petit .lifting .lift-special .special-list li {
  border-radius: 1.2rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-petit .lifting .lift-special .special-list li:nth-child(3) {
  background-color: #f8f6fc;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sub-petit .lifting .lift-special .special-list li h3 {
  margin-bottom: 1.6rem;
}
.sub-petit .lifting .lift-special .special-list li p span {
  display: block;
  font-weight: 600;
  margin-top: 1.2rem;
  color: var(--clr-base-800);
}
.sub-petit .lifting .lift-effect {
  position: relative;
  background-color: var(--clr-gray-50);
}
.sub-petit .lifting .lift-effect .container-xl > .f-wrap {
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sub-petit .lifting .lift-effect .container-xl > .f-wrap {
    flex-direction: column;
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  }
}
.sub-petit .lifting .lift-effect .container-xl > .f-wrap h2 {
  min-width: clamp(22rem, 15.5339805825vw + 16.1747572816rem, 46rem);
}
.sub-petit .lifting .lift-effect .effect-list {
  width: 100%;
}
.sub-petit .lifting .lift-effect .effect-list li {
  align-items: flex-start;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 544px) {
  .sub-petit .lifting .lift-effect .effect-list li {
    flex-direction: column;
  }
}
.sub-petit .lifting .lift-effect .effect-list li:nth-child(1) {
  padding-top: 0;
}
.sub-petit .lifting .lift-effect .effect-list li span {
  border-radius: 5.5rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  padding: 0.6rem 1.4rem;
  background-color: var(--clr-base-600);
}
.sub-petit .lifting .lift-effect .effect-list li .txt h3 {
  color: var(--clr-gray-900);
  margin-bottom: 1.6rem;
}
.sub-petit .lifting .lift-effect .effect-list li .txt p {
  color: var(--clr-gray-800);
}
@media (max-width: 768px) {
  .sub-petit .lifting .lift-effect .effect-list li .txt p br {
    display: none;
  }
}
.sub-petit .lifting .sub-point {
  background-color: #fff;
}
.sub-petit .lifting .sub-point li {
  background-color: var(--clr-gray-50);
}
.sub-petit .lifting .lift-structure {
  position: relative;
  background-color: var(--clr-gray-50);
}
.sub-petit .lifting .lift-structure h2 {
  text-align: center;
}
.sub-petit .lifting .lift-structure figure {
  position: relative;
}
.sub-petit .lifting .lift-structure figure span {
  position: absolute;
  color: #999 !important;
  right: 0;
  bottom: -1rem;
}
.sub-petit .lifting .lift-structure .explan {
  text-align: center;
  margin-top: 4.8rem;
}
.sub-petit .lifting .lift-structure .explan b {
  font-weight: 600;
  color: var(--clr-base-800);
}
.sub-petit .all-price .txt {
  text-align: center;
}
.sub-petit .all-price .txt h2 {
  margin-bottom: 2rem;
}
.sub-petit .all-price .txt p b {
  font-weight: 600;
  color: var(--clr-base-800);
}
.sub-petit .all-price .table-wrap {
  overflow: visible;
  overflow-x: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  border-radius: 1.2rem;
}
.sub-petit .all-price .petit-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-radius: 1.2rem;
  overflow: hidden;
  min-width: 72rem;
}
.sub-petit .all-price .petit-table thead th {
  background: var(--clr-base-600);
  color: #fff;
  padding: 16px 12px;
}
.sub-petit .all-price .petit-table tbody td {
  padding: 2rem 1.2rem;
  background: #f9f8ff;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.sub-petit .all-price .petit-table tbody tr:last-child td {
  border-bottom: none;
}
.sub-petit .all-price .petit-table tbody tr:nth-child(even) td {
  background: #fff;
}
.sub-petit .all-price .petit-table tbody td:first-child {
  font-weight: 600;
}
.sub-petit .all-price .petit-table .small {
  font-size: 13px;
  color: #777;
}
.sub-petit .all-price .petit-table strong {
  font-weight: 700;
  color: var(--clr-base-800);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.sub-flatwart .flatwart-diff .container-xl {
  max-width: 98rem;
}
.sub-flatwart .flatwart-diff .diff-head {
  text-align: center;
  margin-bottom: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.sub-flatwart .flatwart-diff .diff-head h2 {
  margin: 1.2rem 0;
}
.sub-flatwart .flatwart-diff .diff-head .f-body-1 {
  margin-top: 2rem;
}
.sub-flatwart .flatwart-diff .diff-figure {
  background-color: #f9f9f9;
  border-radius: 1.6rem;
  padding: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  margin-bottom: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  overflow: hidden;
}
.sub-flatwart .flatwart-diff .diff-figure img {
  display: block;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
}
.sub-flatwart .flatwart-diff .diff-points {
  text-align: center;
}
.sub-flatwart .flatwart-diff .diff-points h3,
.sub-flatwart .flatwart-diff .diff-points p {
  margin-bottom: 1.6rem;
}
.sub-flatwart .flatwart-diff .diff-points ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sub-flatwart .flatwart-diff .diff-points li {
  background-color: var(--clr-gray-50);
  border-radius: 1.2rem;
  padding: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem) clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.sub-flatwart .flatwart-only {
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sub-flatwart .flatwart-only .f-wrap {
  align-items: center;
  gap: clamp(3.2rem, 1.5533980583vw + 2.6174757282rem, 5.6rem);
}
@media (max-width: 768px) {
  .sub-flatwart .flatwart-only .f-wrap {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sub-flatwart .flatwart-only .txt {
  width: 50%;
}
@media (max-width: 768px) {
  .sub-flatwart .flatwart-only .txt {
    width: 100%;
  }
}
.sub-flatwart .flatwart-only .f-heading-3 {
  margin-bottom: 2rem;
}
.sub-flatwart .flatwart-only .needs-grid {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .sub-flatwart .flatwart-only .needs-grid {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .sub-flatwart .flatwart-only .needs-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.sub-flatwart .flatwart-only .needs-grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.sub-flatwart .flatwart-only .needs-grid li p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 2rem;
  font-weight: 600;
}
.sub-flatwart .flatwart-price .price-head {
  text-align: center;
}
.sub-flatwart .flatwart-price .price-head .f-heading-3 {
  margin-bottom: 1.2rem;
}
.sub-flatwart .flatwart-price .price-wrap {
  display: flex;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  background-color: var(--clr-gray-50);
  border-radius: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  flex-direction: column;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
.sub-flatwart .flatwart-price .price-wrap figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-flatwart .flatwart-price .price-wrap .price-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.2rem;
}
.sub-flatwart .flatwart-price .price-wrap .price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  padding: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem) clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 1.2rem;
}
.sub-flatwart .flatwart-price .price-wrap .price-list .left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sub-flatwart .flatwart-price .price-wrap .price-list .left .f-body-1 {
  color: var(--clr-gray-900);
}
.sub-flatwart .flatwart-price .price-wrap .price-list .meta {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sub-flatwart .flatwart-price .price-wrap .price-list .meta .f-body-2 {
  color: var(--clr-gray-700);
}
.sub-flatwart .flatwart-price .price-wrap .price-list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
}
.sub-flatwart .flatwart-price .price-wrap .price-list .price-tag {
  text-align: center;
  color: var(--clr-base-800);
  margin-left: auto;
}
.sub-flatwart .flatwart-price .price-wrap .price-list h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  color: var(--clr-gray-700);
  font-size: 1.4rem;
}
.sub-flatwart .flatwart-price .event-txt {
  max-width: 96rem;
  margin: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem) auto 0;
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border-radius: 1.2rem;
  background-color: #f4dcfd;
  border: 1px solid #ecbdff;
  text-align: center;
}
.sub-flatwart .flatwart-price .event-txt h3 {
  color: var(--clr-gray-900);
  line-height: 1.45;
  margin-bottom: 0.8rem;
}
.sub-flatwart .sub-qna .txt {
  text-align: center;
}
.sub-flatwart .sub-qna .txt h2 {
  margin-bottom: 2rem;
}
.sub-flatwart .sub-qna .qna-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sub-flatwart .sub-qna .qna-list li {
  background-color: var(--clr-gray-50);
  border-radius: 1.2rem;
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .sub-flatwart .sub-qna .qna-list li {
    flex-direction: column;
  }
}
.sub-flatwart .sub-qna .qna-list li .q {
  min-width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  min-height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  background-color: var(--clr-base-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sub-flatwart .sub-qna .qna-list li .txt {
  text-align: left;
}
.sub-flatwart .sub-qna .qna-list li .txt h3 {
  margin-bottom: 1.6rem;
}
.sub-wart .wart-virus {
  background-color: #4f4362;
}
.sub-wart .wart-virus .virus-head {
  text-align: center;
}
.sub-wart .wart-virus .virus-head .f-heading-3,
.sub-wart .wart-virus .virus-head .f-heading-5 {
  color: #fff;
}
.sub-wart .wart-virus .virus-head .f-heading-5 {
  margin-top: 1rem;
  font-weight: 400;
}
.sub-wart .wart-virus .virus-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
}
@media (max-width: 544px) {
  .sub-wart .wart-virus .virus-flow {
    grid-template-columns: 1fr;
  }
}
.sub-wart .wart-virus .virus-flow .arrow {
  width: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
  height: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 544px) {
  .sub-wart .wart-virus .virus-flow .arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.sub-wart .wart-virus .flow-card {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 1.2rem;
  padding: 1.2rem;
}
.sub-wart .wart-virus .flow-card .img-slot {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.8rem;
}
.sub-wart .wart-virus .virus-txt {
  text-align: center;
  background-color: var(--clr-gray-50);
  border-radius: 1.2rem;
  padding: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem)
    clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-wart .wart-virus .virus-txt h3 {
  margin-bottom: 1.2rem;
}
.sub-wart .wart-virus .virus-txt .f-body-1 {
  color: var(--clr-gray-700);
}
.sub-wart .wart-virus .virus-txt .bb {
  margin-top: 1.6rem;
}
.sub-wart .wart-kind .txt-center {
  text-align: center;
}
.sub-wart .wart-kind .txt-center .f-heading-3 {
  color: var(--clr-gray-900);
  margin-bottom: 1.2rem;
}
.sub-wart .wart-kind .txt-center .f-heading-5 {
  font-weight: 400;
}
.sub-wart .wart-kind .checklist-wrap {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
@media (max-width: 768px) {
  .sub-wart .wart-kind .checklist-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
  }
}
@media (max-width: 375px) {
  .sub-wart .wart-kind .checklist-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
.sub-wart .wart-kind .checklist-wrap li {
  grid-column: span 2;
  border-radius: 2rem;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sub-wart .wart-kind .checklist-wrap li {
    grid-column: auto;
  }
}
@media (max-width: 375px) {
  .sub-wart .wart-kind .checklist-wrap li {
    grid-column: auto;
  }
}
.sub-wart .wart-kind .checklist-wrap li .group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-wart .wart-kind .checklist-wrap li .group h3 {
  min-width: 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.sub-wart .wart-kind .checklist-wrap li:nth-child(4) {
  grid-column: 2 / span 2;
}
@media (max-width: 768px) {
  .sub-wart .wart-kind .checklist-wrap li:nth-child(4) {
    grid-column: auto;
  }
}
.sub-wart .wart-kind .checklist-wrap li:nth-child(5) {
  grid-column: 4 / span 2;
}
@media (max-width: 768px) {
  .sub-wart .wart-kind .checklist-wrap li:nth-child(5) {
    grid-column: auto;
  }
}
.sub-wart .wart-baf {
	position: relative;
	overflow: hidden;
}
.sub-wart .wart-baf hgroup {
  text-align: center;
}
.sub-wart .wart-baf hgroup h2 {
  margin-bottom: 1.2rem;
}
.sub-wart .wart-baf hgroup span {
  color: var(--clr-gray-700);
  margin-top: 1rem;
  display: block;
}
.sub-wart .wart-baf .baf-slide {
  position: relative;
  overflow: visible;
}
.sub-wart .wart-baf .baf-slide .swiper-wrapper li {
  border-radius: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  overflow: hidden;
  display: flex;
}
.sub-wart .wart-baf .baf-slide .swiper-wrapper li .img-box {
  display: flex;
  flex-direction: column;
}
.sub-wart .wart-baf .baf-slide .swiper-wrapper li .img-box h3 {
  background-color: var(--clr-base-600);
  text-align: center;
  color: #fff;
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  font-weight: 600;
  font-size: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  height: 100%;
  align-content: center;
}
.sub-wart .wart-baf .baf-slide .swiper-pagination {
  position: relative;
  width: 100%;
  height: 0.6rem;
  background-color: #ebe6f2;
  border-radius: 999px;
  margin-top: 1.6rem;
  overflow: hidden;
}
.sub-wart .wart-baf .baf-slide .swiper-pagination-progressbar-fill {
  background-color: #6e4aa5;
  border-radius: 999px;
}
.sub-wart .wart-recur .recur-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  align-items: stretch;
  padding: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem)
    clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  border-radius: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .sub-wart .wart-recur .recur-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.sub-wart .wart-recur .left {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub-wart .wart-recur .left .f-heading-3 {
  margin-bottom: 1.6rem;
  color: #fff;
}
.sub-wart .wart-recur .left .f-body-2 {
  color: #fff;
  opacity: 0.8;
}
.sub-wart .wart-recur .right {
  border-radius: 2rem;
  background-color: #fff;
  padding: clamp(1.8rem, 0.5177993528vw + 1.6058252427rem, 2.6rem)
    clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  box-shadow: 0 10px 24px rgba(36, 20, 58, 0.14);
}
.sub-wart .wart-recur .recur-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.sub-wart .wart-recur .recur-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem) 0;
}
.sub-wart .wart-recur .recur-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.25rem;
  top: calc(100% - 0.2rem);
  width: 1px;
  height: 1.6rem;
  border-left: 1px dashed #d7cfdf;
}
.sub-wart .wart-recur .icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 50%;
  background-color: #7a6399;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #f3eef9;
  color: #fff;
  font-size: 1.2rem;
}
.sub-wart .wart-recur .recur-list .f-heading-6 {
  color: #4a4160;
}
.sub-wart .miju .sub-price article {
	display: flex;
	align-items: center;
	gap: 4.8rem;
}
.sub-wart .miju .sub-price article .recommend-list{
  display: flex;
  flex-direction: column;
   align-items: flex-start;
  gap: 1rem;
  width: 40%;
    font-weight: 500;
}
.sub-wart .miju .sub-price article .recommend-list li {
    position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.8rem;
	background-color: #f6eaf7;
	border-radius: 5.5rem;
	padding: 1.6rem;
	color: var(--clr-base-800);
}
@media (max-width: 768px) {
  .sub-wart .miju .sub-price article {
    flex-direction: column;
  }
  .sub-wart .miju .sub-price article .recommend-list{
  	width: 100%;
  }
}
.petit-table-note {
	margin-left: auto;
	margin-top: 2rem;
	width: max-content;
}
/*# sourceMappingURL=style.css.map */



.wart-baf .baf-slide .swiper-scrollbar {
	position: static;
    margin-top: 1.2rem;
    height: 6px;
	
}

.swiper-scrollbar-drag {
	cursor: grab; 
	background: #7a6399;
}