@charset "utf-8";

.page-hero {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - clamp(50rem, calc(76 / 1920 * 100vw), 76rem));
  height: clamp(400rem, calc(500 / var(--container) * 100vw), 500rem);
  margin-left: clamp(50rem, calc(76 / 1920 * 100vw), 76rem);
  contain: content;
  color: #fff;
  isolation: isolate;

  &::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--black) no-repeat 50% / cover;
    content: "";
  }

  &.nav-about::before {
    background-image: url("/assets/images/pages/page-hero-sub01.jpg");
  }

  &.nav-treatment::before {
    background-image: url("/assets/images/pages/page-hero-sub01.jpg");
  }

  &.nav-community::before {
    background-image: url("/assets/images/pages/page-hero-sub01.jpg");
  }

  /* TODO: after 삭제 */
  /* &::after {
        position: absolute;
        inset: 0;
        z-index: -1;
        align-content: center;
        margin: auto;
        font: 200 var(--font-size-32) var(--font-sans);
        text-align: center;
        color: #fff;
        background: radial-gradient(circle at 20% 0, #648de3 10%, #6768e3) 0 / cover no-repeat;
        content: "페이지 헤더";
    } */

  .page-hero-container {
    display: grid;
    gap: 8px;
    margin-top: 100px;
  }

  .page-hero-container nav .breadcrumb li:first-child,
  .page-hero-container nav .breadcrumb li:last-child {
    display: none;
  }

  .heading {
    font: var(--font-size-50) var(--font-sec);
  }

  @media (prefers-reduced-motion: no-preference) {
    &::before {
      -webkit-animation: page-hero-bg 1.8s both;
              animation: page-hero-bg 1.8s both;
    }

    .heading {
      opacity: 0;
      -webkit-animation: slide-up 0.6s 0.2s both;
              animation: slide-up 0.6s 0.2s both;
    }
  }
}

@media (width < 768px) {
  .page-hero {
    width: calc(100% - clamp(20rem, calc(20 / 375 * 100vw), 24rem));
    height: clamp(440rem, calc(450 / 375 * 100vw), 520rem);
    margin-left: clamp(20rem, calc(20 / 375 * 100vw), 24rem);
  }
}

@-webkit-keyframes page-hero-bg {
  0% {
    scale: 1.05;
  }

  100% {
    scale: 1;
  }
}

@keyframes page-hero-bg {
  0% {
    scale: 1.05;
  }

  100% {
    scale: 1;
  }
}

@-webkit-keyframes slide-up {
  0% {
    translate: 0 40rem;
    opacity: 0;
  }

  100% {
    translate: 0;
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    translate: 0 40rem;
    opacity: 0;
  }

  100% {
    translate: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slide-right {
  0% {
    translate: -40rem;
    opacity: 0;
  }

  100% {
    translate: 0;
    opacity: 1;
  }
}

@keyframes slide-right {
  0% {
    translate: -40rem;
    opacity: 0;
  }

  100% {
    translate: 0;
    opacity: 1;
  }
}

.local-nav {
  position: relative;
  z-index: 7;
  font: var(--font-size-18-to-14) var(--font-sans);
  background-color: #db413f;
  width: 50%;
  border-radius: 0 0 32px 0;

  .nav-wrapper {
    margin-left: clamp(50rem, calc(76 / 1920 * 100vw), 76rem);
  }

  .container {
    display: flex;
    margin-top: -35rem;
    margin-left: unset;
    height: 3.88888889em;
  }

  .home {
    display: grid;
    place-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1;
    background: var(--black);
  }

  .home-icon {
    display: block;
    width: 1.05555556em;
    height: auto;
    fill: white;
  }

  details {
    position: relative;
  }

  summary {
    position: relative;
    display: block;
    align-content: center;
    height: 100%;
    padding-inline: 1.66666667em 3.83333333em;
    text-align: left;
    color: #fff;
    /* background: lightgray; */
    /* min-width: 180px; */
  }

  summary::after {
    position: absolute;
    inset: 0;
    width: 0.55555556em;
    aspect-ratio: 1;
    margin: auto 29rem auto auto;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    translate: 0 -25%;
    rotate: 45deg;
    content: "";
  }

  [open] summary::after {
    translate: 0 25%;
    scale: -1;
  }

  .nav-menu {
    position: absolute;
    inset: 100% 0 auto;
    color: var(--black);
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: 0 10rem 30rem #0000000d;
  }

  .details-level-1 .nav-menu-level-2 {
    display: none;
  }

  .details-level-2 .nav-menu-level-3 {
    display: none;
  }

  .nav-link {
    display: block;
    padding: 1em 1.61111111em;
  }

  @media (any-hover) {
    .nav-link:hover {
      background: #f4f4f4;
    }
  }
}

@media (max-width: 768px) {
  .local-nav {
    width: 80%;
  }
}

.layout-inner {
  min-height: 300px;
  padding-block: clamp(60rem, calc(90 / var(--container) * 100vw), 90rem);

  .legal-document .page-heading,
  .page-heading-block {
    margin-bottom: calc(var(--font-size-35) * 2);
    text-align: center;
  }

  .page-heading {
    font-size: var(--font-size-35);
  }

  .page-subheading {
    margin-top: 0.125em;
    font-weight: 700;
    font-size: var(--font-size-16);
    color: #999;
  }

  /* 멤버 페이지는 각 페이지가 타이틀을 가진 경우가 많아서 공통 서브 타이틀 숨기기 */
  #main:has(.join_area) .sub_title {
    display: none;
  }
}

/* About Page - CEO Message */

.greeting {
  position: relative;

  .greeting-head {
    max-width: 850px;
    margin: 0 auto 80px 32px;
  }

  .greeting-head h2 {
    font-size: 52px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2f4b;
    margin-bottom: 30px;
    word-break: keep-all;
    @media (max-width: 768px) {
      font-size: 32px;
      line-height: 1.4;
    }
  }

  .greeting-head h2 span {
    color: #e24b46;
  }

  .greeting-head p {
    font-size: 18px;
    line-height: 1.9;
    color: #666;
  }

  .greeting-visual {
    position: relative;
    margin-bottom: 90px;
  }

  .greeting-visual .greeting-bg {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 70px 0 70px 0;
  }

  .visual-placeholder {
    width: 100%;
    height: 420px;
    border-radius: 70px 0 70px 0;
    overflow: hidden;

    background:
      radial-gradient(circle at 20% 50%, #ffffff 0%, transparent 20%),
      radial-gradient(circle at 80% 30%, #ffffff 0%, transparent 15%),
      linear-gradient(90deg, #dbe5ee 0%, #f5f7fa 35%, #e5edf4 70%, #d8e1ea 100%);
  }

  .visual-placeholder::before {
    content: "IMAGE PLACEHOLDER";

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.25);
  }

  .hospital-logo {
    position: absolute;
    left: 40px;
    bottom: -70px;

    width: 140px;
    height: 140px;
    border-radius: 50%;

    background: #e84b4b;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hospital-logo span {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
  }

  .greeting-content {
    max-width: 900px;
    margin-left: auto;
    padding-left: 120px;
  }

  .greeting-content p {
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin-bottom: 24px;
  }

  .greeting-content p:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 1200px) {
  .greeting-head h2 {
    font-size: 44px;
  }
}

@media (max-width: 992px) {
  .greeting {
    padding: 80px 0;
  }

  .greeting-head {
    margin-bottom: 60px;
  }

  .greeting-head h2 {
    font-size: 38px;
  }

  .visual-placeholder {
    height: 360px;
    border-radius: 0 0 50px 0;
  }

  .hospital-logo {
    width: 120px;
    height: 120px;
    bottom: -60px;
  }

  .hospital-logo span {
    font-size: 54px;
  }

  .greeting-content {
    padding-left: 90px;
  }
}

@media (max-width: 768px) {
  .greeting {
    padding: 60px 0;
  }

  .greeting-head h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .greeting-head p {
    font-size: 15px;
    line-height: 1.8;
  }

  .visual-placeholder {
    height: 280px;
    border-radius: 0 0 40px 0;
  }

  .hospital-logo {
    width: 90px;
    height: 90px;
    left: 20px;
    bottom: -45px;
  }

  .hospital-logo span {
    font-size: 42px;
  }

  .greeting-content {
    margin-top: 70px;
    padding-left: 0;
    max-width: 100%;
  }

  .greeting-content p {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 576px) {
  .greeting {
    padding: 50px 0;
  }

  .greeting-head h2 {
    font-size: 26px;
  }

  .greeting-head p,
  .greeting-content p {
    font-size: 14px;
  }

  .visual-placeholder {
    height: 220px;
    border-radius: 0 0 30px 0;
  }

  .hospital-logo {
    width: 72px;
    height: 72px;
    bottom: -36px;
  }

  .hospital-logo span {
    font-size: 34px;
  }

  .visual-placeholder::before {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
}



/* About Page - Facilities */

.facility-guide {
  position: relative;

  .section-title {
    text-align: center;
    margin-bottom: 60px;
  }

  .section-title .dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: 20px;
  }

  .section-title .dot::before,
  .section-title .dot::after {
    position: absolute;
    border-radius: 50%;
    background: #d53c39;
    content: "";
  }

  .section-title .dot::before {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
  }

  .section-title .dot::after {
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
  }

  .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #001f3f;

    @media (max-width: 767px) {
      font-size: 36px;
    }
  }

  /* Floor Layout */
  .floor-layout {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 60px;
    align-items: start;
    @media (max-width: 768px) {
      grid-template-columns: 1fr;
    }
  }

  .floor-info {
    overflow: hidden;
    border: 2px solid #e64a45;
    border-radius: 0 40px 0 0;
    background: #fff;
    @media (max-width: 768px) {
      border-radius: 0;
    }
  }

  .floor-info ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-block: 24px;
    @media (max-width: 768px) {
      padding-block: 0;
    }
  }

  .floor-info li {
    display: flex;
    min-height: 140px;
    @media (max-width: 768px) {
      flex-wrap: wrap;
      flex-direction: column;
      min-height: auto;
    }
  }

  .floor-info li + li {
    border-top: 1px dashed #ddd;
    @media (max-width: 768px) {
      flex-wrap: wrap;
      border-top: 0;
    }
  }

  .floor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    border-radius: 0 24px 24px 0;
    background: #e64a45;
    font-size: var(--font-size-35);
    font-weight: 700;
    color: #fff;
    @media (max-width: 768px) {
      width: 100%;
      border-radius: 0;
    }
  }

  .desc {
    flex: 1;
    padding: 35px 25px;
    @media (max-width: 768px) {
      padding: 10px;
    }
  }

  .desc p {
    color: #555;
  }

  /* Floor Slider */
  .floor-slider {
    width: 100%;
    min-width: 0;
  }

  .slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
    margin-bottom: 24px;
    @media (max-width: 768px) {
      flex-wrap: wrap;
    }
  }

  .floor-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    @media (max-width: 768px) {
      width: 100%;
    }
  }

  .floor-tabs button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 42px;
    padding-inline: 24px;
    border: 2px solid #d7d7d7;
    border-radius: 999px;
    background: #fff;
    font: 800 16px / 1 var(--font-sans);
    letter-spacing: -0.03em;
    color: #a8a8a8;
    cursor: pointer;
    transition:
      background-color 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
    @media (max-width: 768px) {
      min-width: 0;
      padding-inline: 0;
      flex: 1;
      display: flex;
    }
  }

  .floor-tabs button.active {
    border-color: #e64a45;
    background: #e64a45;
    color: #fff;
  }

  .floor-tabs button:focus-visible {
    outline: 2px solid rgba(230, 74, 69, 0.35);
    outline-offset: 4px;
  }

  .slider-nav {
    display: flex;
    align-items: baseline;
    gap: 22px;
    @media (max-width: 768px) {
      width: 100%;
    }
  }

  .facility-swiper-prev,
  .facility-swiper-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 32px;
    border: 0;
    background: none;
    color: #111;
    cursor: pointer;
    transition:
      color 0.25s ease,
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .facility-swiper-prev svg,
  .facility-swiper-next svg {
    display: block;
    width: 32px;
    height: 32px;
  }

  .facility-swiper-prev svg path,
  .facility-swiper-next svg path {
    stroke: currentColor;
  }

  .facility-swiper-prev.swiper-button-disabled,
  .facility-swiper-next.swiper-button-disabled {
    color: #d8d8d8;
    cursor: default;
    pointer-events: none;
  }

  .facility-swiper-prev:focus-visible,
  .facility-swiper-next:focus-visible {
    outline: 2px solid rgba(230, 74, 69, 0.35);
    outline-offset: 4px;
  }

  .facility-swiper-pagination {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 62px;
    font: 900 18px / 1 var(--font-sans);
    letter-spacing: -0.04em;
    color: #111;
  }

  .facility-swiper-pagination .swiper-pagination-total,
  .facility-swiper-pagination .fraction-separator {
    color: #b9b9b9;
  }

  .facility-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .facility-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    aspect-ratio: 920 / 590;
    background: #f3f3f3;
    
    @media (max-width: 768px) {
      aspect-ratio: 3/4;
    }
  }

  .img-floor {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .image-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 250px;
    max-width: none;
    height: 54px;
    padding: 0 24px;
    border-radius: 0 8px 0 0;
    background: rgba(0, 0, 0, 0.82);
    font: 800 17px / 1.2 var(--font-sans);
    letter-spacing: -0.04em;
    color: #fff;
  }

  @media (any-hover: hover) {
    .floor-tabs button:not(.active):hover {
      border-color: #e64a45;
      color: #e64a45;
    }

    .floor-tabs button.active:hover {
      box-shadow: 0 10px 22px rgba(230, 74, 69, 0.2);
      transform: translateY(-1px);
    }

    .facility-swiper-prev:not(.swiper-button-disabled):hover,
    .facility-swiper-next:not(.swiper-button-disabled):hover {
      color: #e64a45;
      transform: translateY(-1px);
    }
  }

  /* Walking Trail */
  .trail-title {
    margin-top: 140px;
  }

  .trail-swiper {
    width: 100%;
    overflow: hidden;
  }

  .trail-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .trail-item {
    height: auto;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
  }

  .img-trail {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: scale 0.5s ease;
  }

  .trail-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    top: auto;
    left: auto;
    width: 400px;
    max-width: 100%;
    height: 4px;
    margin: 50px auto 0;
    overflow: hidden;
    border-radius: 99px;
    background: #d8d8d8;
  }

  .trail-pagination.swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background: #333;
    border-radius: inherit;
  }

  @media (any-hover: hover) {
    .trail-item:hover .img-trail {
      scale: 1.035;
    }
  }
}

/* About Page - Direction */

.direction-guide {
  position: relative;

  .section-title {
    text-align: center;
    margin-bottom: 60px;
  }
  .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #001f3f;
    @media (max-width: 767px) {
      font-size: 38px;
    }
  }
  .section-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -1px;
    margin-top: 20px;
  }
  .map {
    display: flex;
    align-items: center;
  }
  .map .root_daum_roughmap {
    width: 100%;
    height: 505px;
    border-top: 3px solid var(--primary);
  }
  .map .root_daum_roughmap .wrap_map {
    height: 100%;
  }
  .map .root_daum_roughmap .wrap_controllers {
    display: none;
    visibility: hidden;
  }
  .map .root_daum_roughmap .cont {
    display: none;
    visibility: hidden;
  }
  .map .root_daum_roughmap .border1,
  .map .root_daum_roughmap_landing .border2,
  .map .root_daum_roughmap_landing .border3,
  .map .root_daum_roughmap_landing .border4 {
    display: none;
    visibility: hidden;
  }
  .info {
    display: flex;
    align-items: flex-start;
    background: #f7f7f7;
    margin-top: 20px;
    @media (max-width: 767px) {
      flex-direction: column;
    }
  }
  .info .info_box {
    display: flex;
    padding: 40px;
    flex: 1;
    flex-direction: column;
    @media (max-width: 767px) {
      padding: 20px;
    }
  }
  .info span.info_title {
    display: flex;
    background: var(--primary);
    color: var(--white);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 30px;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .info_detail {
    display: flex;
    gap: 40px;
    @media (max-width: 767px) {
      gap: 15px;
    }
  }
  span.note {
    color: var(--primary);
    margin-top: 15px;
  }
}

/* Treatment - therapy */
.therapy {
  position: relative;
  margin-bottom: 120px;
  @media (max-width: 767px) {
    margin-bottom: 0;
  }
  .chemo_box {
    display: flex;
    flex-direction: column;
    gap: 180px;

    @media (max-width: 767px) {
      flex-direction: column;
      gap: 50px;
    }
  }
  .info {
    display: flex;
    width: 100%;
    position: relative;
    @media (max-width: 767px) {
      flex-direction: column-reverse;
      gap: 0;
    }
  }
  .info_detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 6px solid #fbecec;
    width: 60%;
    min-height: 340px;
    position: relative;
    justify-content: center;
    padding-left: 50px;
    gap: 35px;
    @media (max-width: 767px) {
      flex: 1;
      width: 100%;
      padding: 30px;
      top: -40px;
    }
  }
  .info_detail h2 {
    color: var(--primary);
    font-size: 30px;
  }
  .info_detail p {
    font-size: 18px;
    color: #555555;
  }
  .info_img {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 45px;
    @media (max-width: 767px) {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      max-width: 100%;
    }
  }
  .info:nth-of-type(2) .info_img {
    left: 0;
    right: auto;
    @media (max-width: 767px) {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      max-width: 100%;
    }
  }
  .info .info_img img {
    @media (max-width: 767px) {
      width: 100%;
    }
  }
  .info:nth-of-type(2) {
    justify-content: flex-end;
    @media (max-width: 767px) {
      flex-direction: column;
    }
  }
  .info:nth-of-type(2) .info_detail {
    padding-left: 220px;
    @media (max-width: 767px) {
      padding: 30px;
      top: -40px;
    }
  }
}

/* Treatment - thermal */
.thermal {
  position: relative;
  .thermal_intro {
    display: flex;
    align-items: center;
    gap: 60px;
    @media (max-width: 767px) {
      flex-direction: column-reverse;
    }
  }
  .info {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 40px;
  }
  .info h1 {
    font-size: 40px;
    font-weight: 700;
    color: #001f3f;
    position: relative;
    letter-spacing: -2px;
  }
  .info h1:before {
    content: "";
    background: url("/assets/images/pages/dot_title.png");
    width: 37px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -30px;
  }
  .info p {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
  }
  .img {
    display: flex;
    flex: 1;
    border-top-left-radius: 160px;
    border-bottom-right-radius: 160px;
    background: #2f2f2f;
    min-height: 400px;
    overflow: hidden;
    border: 10px solid #2f2f2f;
    @media (max-width: 767px) {
      width: 100%;
      min-height: 240px;
      border-top-left-radius: 80px;
      border-bottom-right-radius: 80px;
    }
    img {
        width: 100%;
        height: auto;
    }
  }
}

.thermal2 {
  display: flex;
  margin-top: 120px;
  @media (max-width: 767px) {
    margin-top: 60px;
  }
  .thermal_chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .thermal_chart img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    max-width: 100%;
  }
  .thermal_chart .pc {
    @media (min-width: 768px) {
      display: block;
    }
    @media (max-width: 768px) {
      display: none;
    }
  }
  .thermal_chart .mob {
    @media (max-width: 767px) {
      display: block;
    }
    @media (min-width: 767px) {
      display: none;
    }
  }
  .thermal_chart .info {
    padding: 18px 50px;
    border-radius: 50px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 400;
    color: #555555;
  }
  .thermal_outro {
    display: flex;
    width: calc(var(--container-scale) * 100%);
    max-width: calc(1665 * 1rem);
    position: relative;
    gap: 80px;

    @media (max-width: 767px) {
      flex-direction: column;
      gap: 10px;
    }
  }
  .box_left,
  .box_right {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
  }
  .box_left {
    justify-content: flex-start;
    @media (max-width: 767px) {
      justify-content: center;
    }
  }
  .box_right {
    justify-content: flex-end;
    @media (max-width: 767px) {
      justify-content: center;
    }
  }
  .box_right .thermal_outro {
    @media (max-width: 767px) {
      flex-direction: column-reverse;
    }
  }
  .thermal_outro .info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 45px;
    flex: 1;
    @media (max-width: 767px) {
      padding-top: 20px;
      gap: 20px;
    }
  }
  .thermal_outro .info h3 {
    font-size: 30px;
    font-weight: 600;
  }
  .thermal_outro .info h3 span {
    color: var(--primary);
  }
  .thermal_outro .info p {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
  }
}
.thermal2.alt {
  flex-direction: column;
  gap: 60px;
}
.bg {
  background: url("../images/pages/content_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 588px;
}

/* Treatment - immune */
.immune {
  display: flex;
  flex-direction: column;
  @media (max-width: 767px) {
    margin-top: 60px;
  }
  .immune_list {
    display: flex;
    flex-direction: column;
  }
  .immune_list .list {
    display: flex;
    gap: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding-block: 50px;
    position: relative;
    @media (max-width: 767px) {
      gap: 10px;
      flex-direction: column;
    }
  }
  .immune_list .list:last-child {
    border-bottom: 0;
  }
  .immune_list .list img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;

    @media (max-width: 767px) {
      width: 30%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      position: absolute;
    }
  }
  .immune_list .list .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    gap: 35px;
  }
  .immune_list .list .info .no {
    color: var(--primary);
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    font-weight: 700;
    @media (max-width: 767px) {
      left: 35%;
      top: 20px;
    }
  }
  .immune_list .list .info .no::after {
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid var(--primary);
    position: absolute;
    bottom: 9px;
    display: block;
    left: 25px;
  }
  .immune_list .list .info h3 {
    color: #001f3f;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    @media (max-width: 767px) {
      left: 35%;
    }
  }
  .immune_list .list .info p {
    font-size: 18px;
    color: #555555;
    @media (max-width: 767px) {
      font-size: 16px;
      line-height: 2;
    }
  }
}

/* Treatment - injection 1 */
.injection1 {
  display: flex;
  flex-direction: column;
  position: relative;
  .img {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
    @media (max-width: 767px) {
      width: 92%;
      margin: 0 auto;
    }
  }
  .img img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    @media (max-width: 767px) {
      width: 100%;
    }
  }
  .section-title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #001f3f;
    position: relative;
    @media (max-width: 767px) {
      font-size: 38px;
    }
  }
  .section-title h2::before {
    content: "";
    background: url("/assets/images/pages/dot_title.png");
    width: 37px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  .section-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -1px;
    margin-top: 20px;
  }
  .injection_list {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .injection_list .list {
    display: flex;
    gap: 30px;
    padding-block: 30px;
    border-bottom: 1px dashed #cccccc;
    align-items: center;
    @media (max-width: 767px) {
      flex-direction: column;
    }
  }

  .injection_list .list:last-child {
    border-bottom: none;
  }
  .injection_list .list span {
    border: 2px solid var(--primary);
    padding: 12px;
    border-radius: 30px;
    color: var(--primary);
    min-width: 220px;
    font-weight: 500;
    text-align: center;
  }
  .injection_list .list p {
    display: flex;
    flex: 1;
    font-size: 18px;
    color: #555555;
    @media (max-width: 767px) {
      font-size: 16px;
      text-align: center;
    }
  }
  .icon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    @media (max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .icon li {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 6px solid #fbecec;
    padding: 34px;
    align-items: center;
    gap: 30px;
    text-align: center;
    @media (max-width: 767px) {
      padding: 12px;
      gap: 10px;
    }
  }
  .icon li span {
    font-size: 20px;
    letter-spacing: -2px;
    color: #222222;
  }
}
.injection1.bg {
  background: url("../images/pages/content_bg.jpg");
  background-repeat: no-repeat;
  background-size: 130% auto;
  background-position: bottom center;
  margin-bottom: 110px;
  @media (max-width: 767px) {
    background-size: auto 90%;
  }
}
.container2 {
  position: relative;
  width: calc(0.94 * 100%);
  margin-inline: auto;
  @media (max-width: 767px) {
    width: 100%;
  }
}

/* Treatment - injection 2 */
.injection2 {
  display: flex;
  flex-direction: column;
  position: relative;
  .img {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
    @media (max-width: 767px) {
      width: 92%;
      margin: 0 auto;
    }
  }
  .img img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    @media (max-width: 767px) {
      width: 100%;
    }
  }
  .section-title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #001f3f;
    position: relative;
    @media (max-width: 767px) {
      font-size: 38px;
    }
  }
  .section-title h2::before {
    content: "";
    background: url("/assets/images/pages/dot_title.png");
    width: 37px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  .section-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -1px;
    margin-top: 20px;
  }
  .injection2_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 70px;
    margin-bottom: 60px;
    @media (max-width: 767px) {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 25px;
    }
  }
  .injection2_list .list {
    display: flex;
    flex: 1;
    border: 6px solid #fbecec;
    gap: 20px;
    padding: 34px 24px;
    align-items: center;
    position: relative;
    @media (max-width: 767px) {
      gap: 12px;
      padding: 12px;
    }
  }
  .injection2_list .list .arrow {
    display: flex;
    background: var(--primary);
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
  }
  .injection2_list .list .arrow::before {
    content: "";
    display: block;
    background: transparent;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    position: absolute;
    top: 29%;
    rotate: 45deg;
    border-left: 0;
    border-top: 0;
  }
  .injection2_list .list p {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    display: flex;
    flex: 1;
  }
}

/* Treatment - therapy */
.therapy2 {
  display: flex;
  flex-direction: column;
  position: relative;
  .img {
    display: flex;
    justify-content: center;
    flex: 1;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
    @media (max-width: 767px) {
      width: 100%;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 0;
    }
  }
  .img img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    @media (max-width: 767px) {
      width: 100%;
    }
  }
  .section-title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #001f3f;
    position: relative;
    @media (max-width: 767px) {
      font-size: 38px;
    }
  }
  .section-title h2::before {
    content: "";
    background: url("/assets/images/pages/dot_title.png");
    width: 37px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  .section-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -1px;
    margin-block: 20px;
    @media (max-width: 767px) {
      font-size: 18px;
    }
  }
  .section-title .subinfo {
    font-size: 18px;
    color: #555555;
    @media (max-width: 767px) {
      font-size: 16px;
    }
  }
}
