@charset "UTF-8";
/* is-hover */
/* media-query */
/* main-banner */
.main-visual {
  position: relative;
}
.main-visual::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  inset: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 85;
  transition: background 0.15s;
}
.main-visual .iframe-wrap {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  overflow: hidden;
}
.main-visual .iframe-wrap .iframe-inner {
  width: 100%;
  height: 100%;
}
.main-visual .iframe-wrap .main-swiper {
  position: absolute;
  inset: 0;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 1.5s;
  transform: scale(1.3);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top {
  overflow: hidden;
  margin: 0 0 3rem;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top span {
  letter-spacing: 0.5em;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1s ease 0.25s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top.animate span {
  opacity: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center {
  overflow: hidden;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h3 {
  font-size: 4.4rem;
  letter-spacing: -0.05em;
  transform: translateY(110%);
  filter: blur(20px);
  transition: transform 1s ease 0.2s, filter 1s ease 0.2s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center.animate h3 {
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom {
  overflow: hidden;
  margin: 2.4rem 0 2.4rem;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
  font-weight: 300;
  letter-spacing: -0.05em;
  transform: translateY(-110%);
  filter: blur(20px);
  transition: transform 1s ease 0.2s, filter 1s ease 0.2s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom.animate p {
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .swiper-control {
  position: unset;
  transform: unset;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .swiper-control .slider-count {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 1.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 6.4rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide01 .bg {
  background-image: url("../img/main_banner01.png");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide02 .bg {
  background-image: url("../img/main_banner02.png");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide03 .bg {
  background-image: url("../img/main_banner03.png");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1);
}
.main-visual .iframe-wrap .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: 7.5%;
  z-index: 10;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  opacity: 0;
  transition: all 1s ease 1s;
  z-index: 20;
}
.main-visual .iframe-wrap .scroll-down .circle-text {
  animation: rotate 6s infinite linear;
}
.main-visual .iframe-wrap .scroll-down .arrow-down {
  position: absolute;
}
.main-visual .iframe-wrap .scroll-down.animate {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

@media (max-width: 1399px) {
  .main-visual::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
    width: calc(100% - 60px);
    top: 49%;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top span {
    white-space: nowrap;
    font-size: 7px;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h3 {
    font-size: 3.6rem;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom {
    margin: 2.4rem 0 4rem;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
    font-size: 13.5px;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .swiper-control .slider-count {
    font-size: 10.5px;
    width: auto;
    padding: 0 10px;
    letter-spacing: -0.075em;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide01 .bg {
    background-position: 80% 50%;
  }
  .main-visual .iframe-wrap .scroll-down {
    bottom: 5%;
    transition-delay: 0.75s;
    width: 8rem;
    height: 8rem;
  }
  .main-visual .iframe-wrap .scroll-down .arrow-down {
    transform: scale(0.7);
  }
}
/* 유튜브 */
#youtube-section {
  padding: 15rem 0 7.8rem;
}
#youtube-section .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 4.2rem 0;
}
#youtube-section .title-wrap .section-heading h3 {
  padding: 2.2rem 0 2.5rem;
}
#youtube-section .title-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 20.1rem;
  height: 5.4rem;
  box-sizing: border-box;
  border: 2px solid #1f357c;
  border-radius: 2.6rem;
  font-weight: 900;
  font-size: 1.5rem;
  color: #1f357c;
  background-color: #fff;
  transition: all 0.3s;
}
#youtube-section .title-wrap a:hover {
  background-color: #1f357c;
  color: #fff;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.75);
  transform: translateY(-2px);
}
#youtube-section .ytb-wrap {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
#youtube-section .ytb-wrap .ytb-thumbnail {
  position: relative;
  width: 78%;
  border-radius: 3rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#youtube-section .ytb-wrap .ytb-thumbnail iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#youtube-section .ytb-wrap .ytb-list {
  width: 22%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: 594.5px;
}
#youtube-section .ytb-wrap .ytb-list li {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}
#youtube-section .ytb-wrap .ytb-list li .title {
  position: absolute;
  inset: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 1.5rem;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
  text-wrap: initial;
  word-break: break-all;
}
#youtube-section .ytb-wrap .ytb-list li.active .title {
  opacity: 1;
}
#youtube-section .ytb-wrap .ytb-list::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #f8f8f8;
  border-radius: 10px;
}
#youtube-section .ytb-wrap .ytb-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1f357c;
}

@media (max-width: 1440px) {
  #youtube-section .ytb-wrap {
    gap: 1.5rem;
  }
  #youtube-section .ytb-wrap .ytb-list {
    gap: 1rem;
    max-height: 41vw;
  }
  #youtube-section .ytb-wrap .ytb-list li .title {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #youtube-section {
    padding: 50px 0;
  }
  #youtube-section .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  #youtube-section .title-wrap .section-heading h3 {
    padding: 2rem 0 1.5rem;
  }
  #youtube-section .ytb-wrap {
    flex-direction: column;
    gap: 10px;
  }
  #youtube-section .ytb-wrap .ytb-thumbnail {
    border-radius: 15px;
    width: 100%;
  }
  #youtube-section .ytb-wrap .ytb-list {
    width: 100%;
    flex-direction: row;
    max-height: unset;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 1.5rem 0;
    gap: 6px;
  }
  #youtube-section .ytb-wrap .ytb-list li {
    width: 43%;
    border-radius: 10px;
    flex-shrink: 0;
  }
  #youtube-section .ytb-wrap .ytb-list li .title {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    padding: 1rem;
    font-size: 11px;
  }
  #youtube-section .ytb-wrap .ytb-list::-webkit-scrollbar {
    width: auto;
    height: 3px;
  }
}
/* 의료진소개 */
#doctor-section .awards-wrap {
  display: flex;
  justify-content: center;
  gap: 5.8rem;
  padding: 5rem 0 6.3rem;
}
#doctor-section .awards-wrap .award {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 1s;
}
#doctor-section .awards-wrap .award:nth-child(1) {
  transition-delay: 0.1s;
}
#doctor-section .awards-wrap .award:nth-child(2) {
  transition-delay: 0.2s;
}
#doctor-section .awards-wrap .award:nth-child(3) {
  transition-delay: 0.3s;
}
#doctor-section .awards-wrap .award:nth-child(4) {
  transition-delay: 0.4s;
}
#doctor-section .awards-wrap .award .medal {
  height: 210px;
  display: flex;
  align-items: center;
}
#doctor-section .awards-wrap .award span {
  text-align: center;
  display: inline-block;
  margin: 1.5rem 0 0;
}
#doctor-section .awards-wrap .award.animate {
  opacity: 1;
  transform: translateY(0rem);
}
#doctor-section .profile-wrap {
  position: relative;
  border-radius: 3rem;
  background-color: #f8f8f8;
  padding: 11rem 0 14rem;
  height: 80rem;
}
#doctor-section .profile-wrap .profile {
  position: relative;
  z-index: 1;
}
#doctor-section .profile-wrap .profile .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.8rem;
  margin: 0 0 3rem 0;
}
#doctor-section .profile-wrap .profile .title h4 {
  font-size: 4rem;
}
#doctor-section .profile-wrap .profile .title span {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #1f357c;
  border-radius: 2.2rem;
  width: 18.8rem;
  height: 4.4rem;
}
#doctor-section .profile-wrap .profile .career-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
#doctor-section .profile-wrap .profile .career-list .list li {
  line-height: 1.2;
}
#doctor-section .profile-wrap .profile .career-list .list li:not(.no-dot) {
  position: relative;
  padding-left: 1rem;
}
#doctor-section .profile-wrap .profile .career-list .list li:not(.no-dot)::before {
  position: absolute;
  content: "·";
  top: 0;
  left: 0;
}
#doctor-section .profile-wrap .profile .career-list .list li:not(.no-dot).dot-bold::before {
  font-weight: 900;
  color: #1f357c;
}
#doctor-section .profile-wrap .figure {
  position: absolute;
  right: 10.5%;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1279px) {
  #doctor-section .awards-wrap {
    gap: 4rem;
  }
  #doctor-section .profile-wrap {
    padding: 7.5rem 0 17.5rem;
  }
  #doctor-section .profile-wrap .figure {
    right: 20px;
  }
  #doctor-section .profile-wrap .figure img {
    width: 450px;
  }
}
@media (max-width: 999px) {
  #doctor-section .awards-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 257px));
  }
  #doctor-section .awards-wrap .award:nth-child(3) {
    transition-delay: 0.4s;
  }
  #doctor-section .awards-wrap .award:nth-child(4) {
    transition-delay: 0.3s;
  }
}
@media (max-width: 767px) {
  #doctor-section .awards-wrap {
    grid-template-columns: repeat(2, minmax(0, 150px));
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 1.5rem;
  }
  #doctor-section .awards-wrap .award .medal {
    height: 110px;
    display: flex;
    align-items: flex-end;
  }
  #doctor-section .awards-wrap .award .medal img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #doctor-section .awards-wrap .award:nth-child(1) .medal img {
    height: 100px;
  }
  #doctor-section .awards-wrap .award:nth-child(2) .medal img {
    height: 110px;
  }
  #doctor-section .awards-wrap .award:nth-child(3) .medal img {
    height: 100px;
  }
  #doctor-section .awards-wrap .award:nth-child(4) .medal img {
    height: 90px;
  }
  #doctor-section .profile-wrap {
    padding: 30px 0 30px;
    height: auto;
  }
  #doctor-section .profile-wrap .maxwidth {
    display: flex;
    flex-direction: column-reverse;
    gap: 3.5rem;
  }
  #doctor-section .profile-wrap .maxwidth .profile {
    padding: 0 5px;
  }
  #doctor-section .profile-wrap .maxwidth .profile .title {
    opacity: 0;
    transition: opacity 0.5s;
    gap: 2rem;
    margin: 0 0 3rem 0;
  }
  #doctor-section .profile-wrap .maxwidth .profile .title h4 {
    font-size: 3rem;
  }
  #doctor-section .profile-wrap .maxwidth .profile .title span {
    width: 17rem;
    height: 4rem;
    font-size: 1.7rem;
  }
  #doctor-section .profile-wrap .maxwidth .profile .career-list {
    opacity: 0;
    transition: opacity 1s;
    gap: 2rem;
  }
  #doctor-section .profile-wrap .maxwidth .profile .career-list .list li {
    line-height: 1.6;
  }
  #doctor-section .profile-wrap .maxwidth .profile.animate .title {
    opacity: 1;
  }
  #doctor-section .profile-wrap .maxwidth .profile.animate .career-list {
    opacity: 1;
  }
  #doctor-section .profile-wrap .maxwidth .figure {
    margin: 0;
    position: unset;
  }
  #doctor-section .profile-wrap .maxwidth .figure img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}
/* 척추·관절클리닉 */
#clinic-section {
  padding: 10.5rem 0 0;
}
#clinic-section .clinic-tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 4.5rem 0;
}
#clinic-section .clinic-tabs li button {
  cursor: pointer;
  width: 24.8rem;
  height: 6.9rem;
  border-radius: 3.5rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s;
}
#clinic-section .clinic-tabs li button.active {
  font-weight: 900;
  color: #1f357c;
  border-color: #1f357c;
  box-shadow: 0px 3px 7px 0px rgba(31, 53, 124, 0.18);
}
#clinic-section .clinic-wrap .clinic {
  display: none;
  position: relative;
}
#clinic-section .clinic-wrap .clinic .clinic-intro {
  position: relative;
  transition: opacity 1.1s;
  opacity: 0;
  pointer-events: none;
}
#clinic-section .clinic-wrap .clinic .clinic-intro.active {
  pointer-events: auto;
  opacity: 1;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap {
  display: flex;
  gap: 8.5%;
  align-items: center;
  position: relative;
  z-index: 2;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt {
  width: 41.5%;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt h4 {
  font-size: 4rem;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt p {
  padding: 3rem 0;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt p b, #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt p strong {
  color: #1f357c;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt .pain-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt .pain-list li button {
  cursor: pointer;
  width: 100%;
  height: 4.8rem;
  border-radius: 2.3rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1.5rem;
  transition: border-color 0.35s, color 0.35s, box-shadow 0.35s, font-weight 0.1s;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt .pain-list li button:hover {
  border-color: #1f357c;
  box-shadow: 0px 3px 7px 0px rgba(31, 53, 124, 0.18);
  color: #1f357c;
  font-weight: 900;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure {
  position: relative;
  width: 50%;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer {
  position: absolute;
  cursor: pointer;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.spine01 {
  left: 50%;
  top: 32.5%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.6s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.spine02 {
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.7s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.spine03 {
  left: 50%;
  top: 83%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.6s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.spine04 {
  left: 66.5%;
  top: 95%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.7s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint01 {
  left: 42%;
  top: 21.5%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.6s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint02 {
  left: 58.5%;
  top: 20%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.7s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint03 {
  left: 65.5%;
  top: 33.5%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.6s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint04 {
  left: 40%;
  top: 46.7%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.7s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint05 {
  left: 43.5%;
  top: 64%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.6s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint06 {
  left: 52%;
  top: 94%;
  transform: translate(-50%, -50%);
  animation: pointerScale 0.7s infinite alternate ease-in-out;
}
#clinic-section .clinic-wrap .clinic .pain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: transform 1.1s, filter 1.1s, opacity 1.1s;
  transform-origin: right top;
  background-color: #fff;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  filter: blur(3px);
  transform: rotateY(105deg) skewX(-10deg) skewY(-15deg);
}
#clinic-section .clinic-wrap .clinic .pain.active {
  pointer-events: auto;
  transform: rotateY(0deg) skewX(0) skewY(0deg);
  filter: blur(0px);
  opacity: 1;
}
#clinic-section .clinic-wrap .clinic .pain.active::after {
  opacity: 0;
  transition-delay: 0.5s;
}
#clinic-section .clinic-wrap .clinic .pain::after {
  content: "";
  position: absolute;
  background: radial-gradient(120% 120% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out 0s;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 3rem;
  width: calc(100% + 20px);
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap {
  display: flex;
  gap: 8.5%;
  align-items: center;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt {
  width: 41.5%;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt h4 {
  font-size: 4rem;
  font-weight: 900;
  color: #1f357c;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt p {
  padding: 3rem 0 4.5rem;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt p b, #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt p strong {
  color: #1f357c;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul {
  display: flex;
  gap: 1.5rem;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li {
  cursor: pointer;
  height: 17rem;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li .icon {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li > span {
  display: inline-block;
  margin: 2.3rem 0 0;
  font-size: 1.5rem;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back {
  cursor: pointer;
  width: 13.3rem;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1.5rem;
  border-radius: 2.35rem;
  border: 1px solid #f1f1f1;
  margin: 3.5rem 0 0;
  transition: all 0.3s;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back > span {
  font-size: 1.5rem;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back:hover {
  background-color: #1f357c;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.65);
  border-color: #1f357c;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back:hover img {
  filter: brightness(100);
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back:hover > span {
  color: #fff;
  font-weight: 900;
}
#clinic-section .clinic-wrap .clinic .pain .box-wrap .figure {
  width: 50%;
}
#clinic-section .clinic-wrap .clinic .pain.is-pointer .figure {
  position: relative;
}
#clinic-section .clinic-wrap .clinic .pain.is-pointer .figure .joint-pointer {
  animation: pointerScale 0.7s infinite alternate ease-in-out;
  position: absolute;
  top: 76.5%;
  left: 56.5%;
  transform: translate(-50%, -50%);
}
#clinic-section .clinic-wrap .clinic.active {
  display: block;
}

@media (max-width: 1279px) {
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap {
    gap: 4%;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt {
    width: 46%;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt p br {
    display: none;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt .pain-list {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer {
    width: 60px;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro::after {
    content: none;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap {
    gap: 4%;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt {
    width: 46%;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt p br {
    display: none;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul {
    gap: 1rem;
  }
  #clinic-section .clinic-wrap .clinic .pain.is-pointer .figure .joint-pointer {
    width: 135px;
  }
}
@media (max-width: 999px) {
  #clinic-section {
    padding: 50px 0 0;
  }
  #clinic-section .clinic-tabs {
    margin: 4.5rem 0;
    gap: 1.5rem;
  }
  #clinic-section .clinic-tabs li {
    width: 40%;
    max-width: 200px;
  }
  #clinic-section .clinic-tabs li button {
    width: 100%;
    height: 5.5rem;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap {
    flex-direction: column;
    gap: 5rem;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt {
    text-align: center;
    width: 100%;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt h4 {
    font-size: 3.2rem;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt h4 br {
    display: none;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .txt .pain-list {
    grid-template-columns: repeat(3, minmax(0, 170px));
    justify-content: center;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer {
    width: 13.5vw;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.spine04 {
    top: 92%;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint01 {
    width: 12vw;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint02 {
    width: 12vw;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint03 {
    width: 12vw;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint04 {
    width: 12vw;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint05 {
    width: 12vw;
  }
  #clinic-section .clinic-wrap .clinic .clinic-intro .box-wrap .figure img.clinic-pointer.joint06 {
    width: 12vw;
  }
  #clinic-section .clinic-wrap .clinic .pain {
    transform: rotateY(105deg) skewX(-10deg) skewY(-20deg);
    transform-origin: right top;
    inset: unset;
    top: 0;
    left: 0;
    right: 0;
  }
  #clinic-section .clinic-wrap .clinic .pain.active {
    transform: rotateY(0deg) skewX(0deg) skewY(0deg);
  }
  #clinic-section .clinic-wrap .clinic .pain::after {
    border-radius: 20px;
    width: 100%;
    height: calc(100% + 20px);
    top: unset;
    bottom: 0;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap {
    flex-direction: column;
    gap: 3.5rem;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt {
    text-align: center;
    width: 100%;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt h4 {
    font-size: 3.2rem;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li {
    height: 12rem;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li .icon {
    height: 35px;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li .icon img {
    transform: scale(0.7);
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt ul li > span {
    margin: 1rem 0 0;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back {
    margin: 3.5rem auto 0;
    width: 12rem;
    height: 4.5rem;
    gap: 1.2rem;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .txt .go-back img {
    transform: scale(0.75);
    transform-origin: right center;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #clinic-section .clinic-wrap .clinic .pain .box-wrap .figure .joint-pointer {
    top: 78%;
    width: 32vw;
  }
}
/* 신경·통증클리닉 */
#nerve-pain-section {
  padding: 9.7rem 10.5rem;
}
#nerve-pain-section .box-wrap {
  margin: 4.5rem 0 0;
  display: flex;
  justify-content: center;
  gap: 3.8rem;
}
#nerve-pain-section .box-wrap .box .figure {
  overflow: hidden;
  border-radius: 3rem;
}
#nerve-pain-section .box-wrap .box .figure img {
  opacity: 0;
  transition: opacity 0.9s 0.3s;
}
#nerve-pain-section .box-wrap .box .figure.animate img {
  opacity: 1;
}
#nerve-pain-section .box-wrap .box h4 {
  padding: 3.6rem 0 2.5rem;
  font-size: 3rem;
}
#nerve-pain-section .box-wrap .box ul {
  padding: 3rem 0 0;
  display: flex;
  gap: 1.5rem;
}
#nerve-pain-section .box-wrap .box ul li {
  cursor: pointer;
  width: 13.3rem;
  height: 4.8rem;
  border-radius: 2.3rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1.5rem;
  transition: border-color 0.35s, color 0.35s, box-shadow 0.35s, font-weight 0.1s;
}
#nerve-pain-section .box-wrap .box ul li:hover {
  border-color: #1f357c;
  box-shadow: 0px 3px 7px 0px rgba(31, 53, 124, 0.18);
  color: #1f357c;
  font-weight: 900;
}

@media (max-width: 1279px) {
  #nerve-pain-section .box-wrap {
    gap: 7.5rem;
    flex-direction: column;
    align-items: center;
  }
  #nerve-pain-section .box-wrap .box h4 {
    text-align: center;
  }
  #nerve-pain-section .box-wrap .box p {
    text-align: center;
  }
  #nerve-pain-section .box-wrap .box ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #nerve-pain-section {
    padding: 50px 0;
  }
  #nerve-pain-section .section-heading p strong {
    display: block;
    margin: 1.5rem 0 0 0;
  }
  #nerve-pain-section .box-wrap {
    gap: 50px;
  }
  #nerve-pain-section .box-wrap .box .figure {
    border-radius: 20px;
  }
  #nerve-pain-section .box-wrap .box p br {
    display: none;
  }
  #nerve-pain-section .box-wrap .box ul {
    display: flex;
    gap: 5px;
  }
  #nerve-pain-section .box-wrap .box ul li {
    flex: 1;
    width: auto;
  }
}
/* 비수술클리닉 */
#nonsurgery-section .nonsurgery-tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 5rem 0 8.5rem;
}
#nonsurgery-section .nonsurgery-tabs li button {
  cursor: pointer;
  width: 24.8rem;
  height: 6.9rem;
  border-radius: 3.5rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s;
}
#nonsurgery-section .nonsurgery-tabs li button.active {
  font-weight: 900;
  color: #1f357c;
  border-color: #1f357c;
  box-shadow: 0px 3px 7px 0px rgba(31, 53, 124, 0.18);
}
#nonsurgery-section .nonsurgery-swiper {
  overflow: hidden;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic {
  display: flex;
  gap: 10%;
  align-items: center;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt h3 {
  font-size: 4rem;
  padding: 0 0 3rem 0;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt p b, #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt p strong {
  color: #1f357c;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list {
  display: flex;
  margin: 3rem 0 0;
  gap: 1.6rem;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li {
  max-width: 133px;
  padding: 2.6rem 20px 3.1rem;
  flex: 1;
  text-align: center;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li .icon {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li span {
  font-size: 1.5rem;
  color: #282828;
  margin: 1.8rem 0 0;
  display: inline-block;
  white-space: nowrap;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list {
  margin: 3.5rem 0 0;
  display: flex;
  gap: 2rem;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li {
  width: 171px;
  padding: 1.2rem 0 0;
  border-radius: 2rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .type {
  font-weight: 900;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #1f357c;
  width: 85%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0.75rem 0;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li {
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li:first-child {
  height: 5rem;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f1f1f1;
  height: 2px;
  width: 90%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li:last-child {
  height: 10rem;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .figure img {
  opacity: 0;
  transition: opacity 0.8s 0.2s;
}
#nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide.animate .nonsurgery-clinic .figure img {
  opacity: 1;
}

@media (max-width: 1279px) {
  #nonsurgery-section .nonsurgery-tabs {
    flex-wrap: wrap;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic {
    align-items: center;
    flex-direction: column;
    gap: 5rem;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt {
    text-align: center;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .figure img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #nonsurgery-section .nonsurgery-tabs {
    margin: 5.5rem 0 4.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 185px));
    gap: 1.25rem;
  }
  #nonsurgery-section .nonsurgery-tabs li button {
    width: 100%;
    height: 5.5rem;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic {
    gap: 3.5rem;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt {
    width: 100%;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt h3 {
    font-size: 27px;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt h3 br {
    display: none;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt p br {
    display: none;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list {
    gap: 6px;
    width: 100%;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li {
    padding: 2rem 0px;
    max-width: unset;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li .icon {
    height: 38px;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li .icon img {
    transform: scale(0.7);
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .info-list > li span {
    white-space: unset;
    font-size: 11px;
    margin: 1.3rem 0 0;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list {
    gap: 8px;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li {
    width: unset;
    padding: 12.5px 10px 10px 10px;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .type {
    width: 100%;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li br {
    display: none;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li:first-child {
    height: 6.5rem;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li:first-child::after {
    height: 1px;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .txt .type-list > li .list > li:last-child {
    height: 13rem;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic .figure img {
    max-width: 100%;
    transition-delay: 0.2s;
  }
  #nonsurgery-section .nonsurgery-swiper .swiper-wrapper .swiper-slide .nonsurgery-clinic.nonsurgery-clinic01 .figure img {
    width: 85%;
  }
}
/* 왜, 삼성베스트인가요? */
.why-section {
  padding: 13rem 0 11.6rem;
}
.why-section .content-wrap {
  display: flex;
  gap: 5rem;
  margin: 4rem 0 0;
}
.why-section .content-wrap .why-tabs {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}
.why-section .content-wrap .why-tabs li button {
  cursor: pointer;
  width: 24.8rem;
  height: 6.9rem;
  border-radius: 3.5rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s;
}
.why-section .content-wrap .why-tabs li button.active {
  font-weight: 900;
  color: #1f357c;
  border-color: #1f357c;
  box-shadow: 0px 3px 7px 0px rgba(31, 53, 124, 0.18);
}
.why-section .content-wrap .why-swiper {
  position: relative;
  overflow: hidden;
  width: calc(100% - 29.8rem);
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide {
  transition: clip-path 1s;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .bg {
  overflow: hidden;
  position: relative;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt {
  opacity: 0;
  transform: translateY(calc(-50% + 5rem));
  transition: opacity 0.9s 0.35s, transform 0.9s 0.35s;
  position: absolute;
  top: 50%;
  left: 12%;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .logo {
  margin: 0 0 2.5rem 0;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt > span {
  letter-spacing: 0.5em;
  font-size: 1rem;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt h3 {
  font-weight: 900;
  font-size: 4rem;
  color: #1f357c;
  padding: 2rem 0;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt p {
  font-size: 2.6rem;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap {
  display: flex;
  margin: 3rem 0 0;
  gap: 1.3rem;
  position: relative;
  right: 3px;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li {
  display: flex;
  align-items: center;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li img {
  position: relative;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li img.laurel-left {
  left: 3px;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li img.laurel-right {
  right: 2px;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li p {
  font-size: 1.8rem;
  text-align: center;
}
.why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide.animate .txt {
  opacity: 1;
  transform: translateY(calc(-50% + 0rem));
}

@media (max-width: 1279px) {
  .why-section .content-wrap {
    flex-direction: column;
  }
  .why-section .content-wrap .why-tabs {
    flex-direction: row;
    justify-content: center;
  }
  .why-section .content-wrap .why-swiper {
    width: 100%;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .logo.samsung img {
    width: 130px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .logo.ci img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .why-section {
    padding: 50px 0;
  }
  .why-section .content-wrap {
    gap: 4rem;
    margin: 3rem 0 0;
  }
  .why-section .content-wrap .why-tabs {
    gap: 1rem;
  }
  .why-section .content-wrap .why-tabs li {
    width: 33.3333333333%;
    max-width: 180px;
  }
  .why-section .content-wrap .why-tabs li button {
    width: 100%;
    font-size: 12.5px;
    white-space: nowrap;
    height: 4.8rem;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .bg {
    height: 80vw;
    max-height: 480px;
    border-radius: 20px;
    overflow: hidden;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt {
    width: 100%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 2rem));
    transition-delay: 0.25s, 0.25s;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .logo {
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin: 0 0 1.3rem 0;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .logo.samsung img {
    width: 90px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .logo.ci img {
    width: 30px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt > span {
    font-size: 7px;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt h3 {
    font-size: 24px;
    padding: 1.5rem 22.5px;
    text-wrap: initial;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt h3 br {
    display: none;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt p {
    font-size: 13px;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt p br {
    display: none;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap {
    display: flex;
    margin: 2rem 0 0;
    gap: 0rem;
    position: unset;
    padding: 0 22.5px 0 17.5px;
    justify-content: flex-start;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li {
    display: flex;
    align-items: center;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li img {
    width: 28px;
    position: relative;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li img.laurel-left {
    left: 4px;
    top: 2px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li img.laurel-right {
    right: 4px;
    top: 2px;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li p {
    font-size: 12px;
    padding: 0;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide .txt .laurel-wrap li p br {
    display: block;
  }
  .why-section .content-wrap .why-swiper .swiper-wrapper .swiper-slide.animate .txt {
    transform: translate(-50%, calc(-50% + 0rem));
  }
}
/* 교통사고 후유증클리닉 */
#accident-section .box-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 10.3rem 0 0;
  gap: 4%;
}
#accident-section .box-wrap .car {
  position: relative;
  bottom: 2.5rem;
}
#accident-section .box-wrap .car img {
  opacity: 0;
  transition: opacity 0.8s, clip-path 0.8s, filter 0.8s;
  clip-path: inset(25% 25% 25% 25%);
  filter: blur(5px);
}
#accident-section .box-wrap .car.animate img {
  opacity: 1;
  filter: blur(0px);
  clip-path: inset(0 0 0 0);
}
#accident-section .box-wrap .txt > h4 {
  font-size: 2.4rem;
  text-align: center;
  padding: 0 0 1.5rem 10px;
}
#accident-section .box-wrap .txt .desc-wrap li {
  transition: opacity 0.8s, transform 0.8s;
  padding: 3.8rem 0;
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
#accident-section .box-wrap .txt .desc-wrap li .icon {
  border-radius: 3rem;
  width: 10.3rem;
  height: 10.3rem;
  background-color: #1f357c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#accident-section .box-wrap .txt .desc-wrap li .desc > h4 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1f357c;
}
#accident-section .box-wrap .txt .desc-wrap li .desc p {
  padding: 2rem 0 0;
}
#accident-section .box-wrap .txt .desc-wrap li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
#accident-section .box-wrap .txt .desc-wrap li:nth-child(1) {
  transition-delay: 0.1s;
}
#accident-section .box-wrap .txt .desc-wrap li:nth-child(2) {
  transition-delay: 0.2s;
}
#accident-section .box-wrap .txt .desc-wrap li:nth-child(3) {
  transition-delay: 0.3s;
}
#accident-section #process-wrap {
  padding: 14.7rem 0 13.5rem;
  border-radius: 3rem;
  background-color: #1f357c;
  margin: -11.5rem 0 0;
}
#accident-section #process-wrap .maxwidth .process-line {
  top: 6px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  transition: transform 1s ease;
}
#accident-section #process-wrap .maxwidth .step-wrap {
  display: flex;
  justify-content: center;
  color: #fff;
}
#accident-section #process-wrap .maxwidth .step-wrap .step {
  opacity: 0;
  transition: opacity 0.55s ease;
  text-align: center;
  flex: 1;
}
#accident-section #process-wrap .maxwidth .step-wrap .step .circle {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 3rem;
}
#accident-section #process-wrap .maxwidth .step-wrap .step .num {
  font-weight: 900;
  font-size: 1.2rem;
}
#accident-section #process-wrap .maxwidth .step-wrap .step h5 {
  font-weight: 900;
  padding: 1.5rem 0;
  font-size: 1.8rem;
}
#accident-section #process-wrap .maxwidth.animate .process-line {
  transform: scaleX(1);
}
#accident-section #process-wrap .maxwidth.animate .step-wrap .step {
  opacity: 1;
}
#accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(1) {
  transition-delay: 0s;
}
#accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(2) {
  transition-delay: 0.2s;
}
#accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(3) {
  transition-delay: 0.4s;
}
#accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(4) {
  transition-delay: 0.6s;
}

@media (max-width: 1279px) {
  #accident-section .box-wrap {
    margin: 9rem 0;
    flex-direction: column;
    align-items: center;
  }
  #accident-section .box-wrap .car {
    bottom: 0;
    z-index: 1;
  }
  #accident-section .box-wrap .car img {
    max-width: 500px;
  }
  #accident-section .box-wrap .txt {
    position: relative;
    bottom: 5rem;
    z-index: 2;
  }
  #accident-section .box-wrap .txt > h4 {
    padding: 0 0 1.5rem 0;
  }
  #accident-section #process-wrap {
    margin: 0;
    padding: 5rem 0 6.5rem;
  }
  #accident-section #process-wrap .maxwidth .process-line {
    display: none;
  }
  #accident-section #process-wrap .maxwidth .step-wrap {
    flex-direction: column;
    gap: 5rem;
  }
  #accident-section #process-wrap .maxwidth .step-wrap .step .circle {
    width: 6px;
    height: 6px;
    margin: 0 auto 2rem;
  }
  #accident-section #process-wrap .maxwidth .step-wrap .step .num {
    font-size: 1.6rem;
  }
  #accident-section #process-wrap .maxwidth .step-wrap .step h5 {
    font-size: 16.5px;
  }
  #accident-section #process-wrap .maxwidth .step-wrap .step p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #accident-section .box-wrap {
    margin: 6rem 0 3rem;
    gap: 3rem;
  }
  #accident-section .box-wrap .car {
    display: flex;
    justify-content: center;
  }
  #accident-section .box-wrap .car img {
    width: 90%;
  }
  #accident-section .box-wrap .txt {
    position: unset;
  }
  #accident-section .box-wrap .txt > h4 {
    padding: 0 0 3rem 0;
  }
  #accident-section .box-wrap .txt .desc-wrap li {
    padding: 3rem 0;
    gap: 2.5rem;
    opacity: 0;
    transform: translateY(3rem);
  }
  #accident-section .box-wrap .txt .desc-wrap li .icon {
    flex-shrink: 0;
    transform: scale(0.75);
  }
  #accident-section .box-wrap .txt .desc-wrap li .desc p {
    padding: 1rem 0 0;
  }
  #accident-section .box-wrap .txt .desc-wrap.animate li {
    opacity: 1;
    transform: translateY(0rem);
  }
  #accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(1) {
    transition-delay: 0s;
  }
  #accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(2) {
    transition-delay: 0.1s;
  }
  #accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(3) {
    transition-delay: 0.2s;
  }
  #accident-section #process-wrap .maxwidth.animate .step-wrap .step:nth-child(4) {
    transition-delay: 0.3s;
  }
}
/* 스포츠손상클리닉 */
#sport-section {
  padding: 11.3rem 0 13.4rem;
}
#sport-section .box-wrap {
  display: flex;
  align-items: center;
  margin: 7rem 0 0;
  gap: 7rem;
}
#sport-section .box-wrap .txt {
  width: calc(50% - 7rem);
}
#sport-section .box-wrap .txt h4 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
#sport-section .box-wrap .txt p {
  text-align: center;
  padding: 3rem 0 4.8rem;
}
#sport-section .box-wrap .txt .title {
  width: 48.7rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #1f357c;
  margin: 0 auto;
}
#sport-section .box-wrap .txt ul {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 15.1rem));
  gap: 1rem;
}
#sport-section .box-wrap .txt ul li {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s, transform 0.8s;
  padding: 4.8rem 0;
  background-color: #f8f8f8;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  white-space: nowrap;
}
#sport-section .box-wrap .txt ul li span {
  line-height: 1;
  font-weight: 900;
  color: #fff;
  border-radius: 50%;
  background-color: #1f357c;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 0 2rem 0;
}
#sport-section .box-wrap .txt ul li:nth-of-type(1) {
  transition-delay: 0s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(2) {
  transition-delay: 0.05s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(3) {
  transition-delay: 0.1s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(4) {
  transition-delay: 0.15s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(5) {
  transition-delay: 0.2s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(6) {
  transition-delay: 0.25s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(7) {
  transition-delay: 0.3s;
}
#sport-section .box-wrap .txt ul li:nth-of-type(8) {
  transition-delay: 0.35s;
}
#sport-section .box-wrap .txt ul.animate li {
  opacity: 1;
  transform: translateY(0rem);
}
#sport-section .box-wrap .txt .inform {
  text-align: center;
}
#sport-section .box-wrap .figure {
  border-radius: 3rem;
  overflow: hidden;
  width: 50%;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease;
}
#sport-section .box-wrap .figure.animate {
  opacity: 1;
}

@media (max-width: 1279px) {
  #sport-section .box-wrap {
    flex-direction: column-reverse;
  }
  #sport-section .box-wrap .txt {
    width: 100%;
  }
  #sport-section .box-wrap .txt ul {
    justify-content: center;
  }
  #sport-section .box-wrap .figure {
    transition-delay: 0.2s;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sport-section .box-wrap .figure img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #sport-section {
    padding: 50px 0;
  }
  #sport-section .box-wrap {
    margin: 4rem 0 0;
    gap: 5rem;
  }
  #sport-section .box-wrap .txt p {
    padding: 3rem 0 4rem;
  }
  #sport-section .box-wrap .txt p br {
    display: none;
  }
  #sport-section .box-wrap .txt .title {
    width: 80%;
    max-width: 400px;
  }
  #sport-section .box-wrap .txt ul {
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }
  #sport-section .box-wrap .txt ul li {
    padding: 3.2rem 0;
    font-size: 13px;
  }
  #sport-section .box-wrap .txt ul li span {
    width: 3rem;
    height: 3rem;
    font-size: 12px;
    margin: 0 0 1.5rem 0;
  }
  #sport-section .box-wrap .figure img {
    max-width: 100%;
    height: 85vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* 도수·운동클리닉 */
#manual-section .box-wrap {
  margin: 6rem 0 0;
  display: flex;
  gap: 7.2rem;
  align-items: center;
}
#manual-section .box-wrap .manual-swiper {
  position: relative;
  width: 50%;
  border-radius: 3rem;
  overflow: hidden;
}
#manual-section .box-wrap .manual-swiper .swiper-wrapper .swiper-slide {
  transition: clip-path 1.25s var(--ease);
}
#manual-section .box-wrap .manual-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  clip-path: inset(0 0 0 0);
  z-index: 3;
}
#manual-section .box-wrap .manual-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
#manual-section .box-wrap .manual-swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
#manual-section .box-wrap .txt {
  width: calc(50% - 7.2rem);
}
#manual-section .box-wrap .txt h4 {
  font-size: 2.4rem;
  padding: 0 0 3.5rem 0;
  line-height: 1.34;
}
#manual-section .box-wrap .txt .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#manual-section .box-wrap .txt .list li {
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 1s ease, opacity 0.5s ease;
  border-radius: 2rem;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2.2rem 3.1rem;
}
#manual-section .box-wrap .txt .list li img {
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  width: 24px;
  flex-shrink: 0;
}
#manual-section .box-wrap .txt .list li:nth-child(1) {
  transition-delay: 0.05s;
}
#manual-section .box-wrap .txt .list li:nth-child(2) {
  transition-delay: 0.1s;
}
#manual-section .box-wrap .txt .list li:nth-child(3) {
  transition-delay: 0.15s;
}
#manual-section .box-wrap .txt .list li:nth-child(4) {
  transition-delay: 0.2s;
}
#manual-section .box-wrap .txt .list li:nth-child(5) {
  transition-delay: 0.25s;
}
#manual-section .box-wrap .txt .list li:nth-child(6) {
  transition-delay: 0.3s;
}
#manual-section .box-wrap .txt .list.animate li {
  transform: translateY(0rem);
  opacity: 1;
}
#manual-section .desc-wrap {
  margin: 13rem 0 0;
  display: flex;
  justify-content: center;
}
#manual-section .desc-wrap .desc {
  position: relative;
  flex: 1;
  text-align: center;
}
#manual-section .desc-wrap .desc .icon {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#manual-section .desc-wrap .desc h4 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1f357c;
  padding: 2.9rem 0 2rem;
}
#manual-section .desc-wrap .desc:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: 135%;
  width: 1px;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 1279px) {
  #manual-section .box-wrap {
    flex-direction: column;
    align-items: center;
  }
  #manual-section .box-wrap .manual-swiper {
    width: 700px;
  }
  #manual-section .box-wrap .txt {
    width: 700px;
  }
}
@media (max-width: 767px) {
  #manual-section .box-wrap {
    margin: 4rem 0 0;
    gap: 4rem;
  }
  #manual-section .box-wrap .manual-swiper {
    width: 100%;
    border-radius: 20px;
  }
  #manual-section .box-wrap .manual-swiper .swiper-wrapper {
    perspective: 1200px;
  }
  #manual-section .box-wrap .txt {
    width: 100%;
  }
  #manual-section .box-wrap .txt h4 {
    text-align: center;
  }
  #manual-section .box-wrap .txt h4 br {
    display: none;
  }
  #manual-section .box-wrap .txt .list li {
    padding: 2rem;
  }
  #manual-section .box-wrap .txt .list li img {
    width: 20px;
  }
  #manual-section .box-wrap .txt .list li p {
    text-wrap: initial;
  }
  #manual-section .box-wrap .txt .list li:nth-child(1) {
    transition-delay: 0.1s;
  }
  #manual-section .box-wrap .txt .list li:nth-child(2) {
    transition-delay: 0.2s;
  }
  #manual-section .box-wrap .txt .list li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #manual-section .box-wrap .txt .list li:nth-child(4) {
    transition-delay: 0.4s;
  }
  #manual-section .box-wrap .txt .list li:nth-child(5) {
    transition-delay: 0.5s;
  }
  #manual-section .box-wrap .txt .list li:nth-child(6) {
    transition-delay: 0.6s;
  }
  #manual-section .desc-wrap {
    margin: 6rem 0 0;
    flex-direction: column;
    align-items: center;
    gap: 7rem;
  }
  #manual-section .desc-wrap .desc {
    width: 100%;
  }
  #manual-section .desc-wrap .desc .icon {
    height: 39px;
  }
  #manual-section .desc-wrap .desc .icon img {
    transform: scale(0.7);
  }
  #manual-section .desc-wrap .desc h4 {
    padding: 2rem 0 2rem;
  }
  #manual-section .desc-wrap .desc:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 75%;
    background-color: #ddd;
    top: unset;
    transform: translateX(-50%);
    right: unset;
    bottom: -4rem;
    left: 50%;
  }
}
/* 영양수액 */
#nutrition-section {
  padding: 12.5rem 0 0;
}
#nutrition-section .clinic-room {
  margin: 5.5rem 0 3.9rem;
  overflow: hidden;
  border-radius: 3rem;
  overflow: hidden;
}
#nutrition-section .clinic-room img {
  opacity: 0;
  filter: blur(0px);
  transition: all 1s;
}
#nutrition-section .clinic-room.animate img {
  opacity: 1;
  filter: blur(0px);
}
#nutrition-section .maxwidth .nutrition-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
#nutrition-section .maxwidth .nutrition-list li {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s, transform 0.8s;
  border-radius: 3rem;
  border: 1px solid #f1f1f1;
}
#nutrition-section .maxwidth .nutrition-list li .inner {
  padding: 4.8rem 4rem;
}
#nutrition-section .maxwidth .nutrition-list li .inner span {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1f357c;
}
#nutrition-section .maxwidth .nutrition-list li .inner h4 {
  font-size: 2rem;
  font-weight: 900;
  color: #1f357c;
  padding: 1.5rem 0 1rem;
}
#nutrition-section .maxwidth .nutrition-list li .inner p {
  font-size: 1.5rem;
  font-weight: 400;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(1) {
  transition-delay: 0.1s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(2) {
  transition-delay: 0.15s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(3) {
  transition-delay: 0.2s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(4) {
  transition-delay: 0.25s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(5) {
  transition-delay: 0.3s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(6) {
  transition-delay: 0.35s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(7) {
  transition-delay: 0.4s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(8) {
  transition-delay: 0.45s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(9) {
  transition-delay: 0.5s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(10) {
  transition-delay: 0.55s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(11) {
  transition-delay: 0.6s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(12) {
  transition-delay: 0.65s;
}
#nutrition-section .maxwidth .nutrition-list li:nth-child(13) {
  transition-delay: 0.7s;
}
#nutrition-section .maxwidth .nutrition-list.animate li {
  opacity: 1;
  transform: translateY(0rem);
}

@media (max-width: 1279px) {
  #nutrition-section .maxwidth .nutrition-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
  #nutrition-section .maxwidth .nutrition-list li .inner {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  #nutrition-section {
    padding: 5rem 0 0;
  }
  #nutrition-section .clinic-room {
    border-radius: 2rem;
    margin: 3rem 0 3.5rem;
  }
  #nutrition-section .maxwidth {
    padding: 0;
  }
  #nutrition-section .maxwidth .nutrition-list {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  #nutrition-section .maxwidth .nutrition-list li {
    width: calc(50% - 1rem);
  }
  #nutrition-section .maxwidth .nutrition-list li .inner {
    padding: 2rem;
  }
  #nutrition-section .maxwidth .nutrition-list li p br {
    display: none;
  }
}
/* 특장점 */
.merit-section {
  padding: 10.5rem 0 0;
}
.merit-section .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.merit-section .box-wrap .box {
  display: flex;
  align-items: center;
}
.merit-section .box-wrap .box .txt {
  width: 50%;
}
.merit-section .box-wrap .box .txt .section-heading h3 {
  padding: 2.7rem 0 3rem;
}
.merit-section .box-wrap .box .figure {
  width: 50%;
}
.merit-section .box-wrap .box .figure img {
  opacity: 0;
  border-radius: 50%;
  transition: opacity 1s 0.5s, border-radius 1s 0.5s;
}
.merit-section .box-wrap .box .figure.animate img {
  opacity: 1;
  border-radius: 3rem;
}
.merit-section .box-wrap .box.reverse {
  flex-direction: row-reverse;
}
.merit-section .box-wrap .box.reverse .txt {
  padding: 0 7.5rem;
}

@media (max-width: 1279px) {
  .merit-section .box-wrap .box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
  .merit-section .box-wrap .box .txt {
    width: 100%;
  }
  .merit-section .box-wrap .box .figure {
    width: 100%;
  }
  .merit-section .box-wrap .box .figure img {
    transition-delay: 0.2s, 0.2s;
  }
  .merit-section .box-wrap .box.reverse {
    flex-direction: column;
  }
  .merit-section .box-wrap .box.reverse .txt {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .merit-section {
    padding: 50px 0 0;
  }
  .merit-section .box-wrap {
    gap: 6.5rem;
  }
  .merit-section .box-wrap .box {
    gap: 4rem;
  }
  .merit-section .box-wrap .box .txt .section-heading h3 {
    padding: 2.3rem 0 2.3rem;
    line-height: 1.2;
  }
  .merit-section .box-wrap .box .txt .section-heading h3 br {
    display: none;
  }
  .merit-section .box-wrap .box .figure.animate img {
    border-radius: 20px;
  }
}
/* 장비소개 */
#equipment-section {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 10.5rem 0 0;
}
#equipment-section .maxwidth .equip-swiper {
  overflow: hidden;
  margin: 6rem 0 0;
}
#equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc {
  padding: 3.3rem 0 0;
}
#equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc h4 {
  font-weight: 900;
  font-size: 2.2rem;
  color: #1f357c;
  line-height: 1.3;
}
#equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc p {
  padding: 2rem 0 0;
  font-size: 1.5rem;
}
#equipment-section .maxwidth .equip-swiper .swiper-pagination {
  display: none;
}
#equipment-section button {
  position: absolute;
  top: 73.2%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
#equipment-section button.equip-swiper-prev {
  left: 7.2%;
}
#equipment-section button.equip-swiper-next {
  right: 7.2%;
}
@media (max-width: 1800px) {
  #equipment-section button {
    top: 65%;
  }
  #equipment-section button.equip-swiper-prev {
    left: 3.5%;
  }
  #equipment-section button.equip-swiper-next {
    right: 3.5%;
  }
}
@media (max-width: 1279px) {
  #equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc p br {
    display: none;
  }
  #equipment-section button img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  #equipment-section {
    padding: 50px 0 0px;
  }
  #equipment-section .maxwidth .equip-swiper {
    position: relative;
    margin: 6rem 20px 0;
  }
  #equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .equip img {
    display: block;
    margin: 0 auto;
  }
  #equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc {
    padding: 4rem 0 0;
    text-align: center;
  }
  #equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc h4 {
    font-size: 20px;
  }
  #equipment-section .maxwidth .equip-swiper .swiper-wrapper .swiper-slide .desc p {
    font-size: 13.5px;
    padding: 1.5rem 0 0;
  }
  #equipment-section .maxwidth .equip-swiper .swiper-pagination {
    display: block;
    position: absolute;
    right: 4%;
    top: 3%;
    bottom: unset;
    left: unset;
    width: auto;
    color: #fff;
    font-size: 10px;
    background-color: rgba(22, 22, 22, 0.75);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 2px 6px;
    gap: 1px;
    font-weight: 800;
  }
  #equipment-section button {
    top: 57.5%;
  }
  #equipment-section button.equip-swiper-prev {
    left: 3%;
  }
  #equipment-section button.equip-swiper-next {
    right: 3%;
  }
  #equipment-section button img {
    width: 15px;
  }
}
/* 둘러보기 */
#interior-section {
  padding: 12.5rem 0 14.2rem;
}
#interior-section .maxwidth .interior-swiper {
  position: relative;
  margin: 4.7rem 0 0;
  overflow: hidden;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide {
  transition: clip-path 0.7s ease;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  clip-path: inset(0 0 0 0);
  z-index: 3;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-forward.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-forward.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-backward.swiper-slide-prev {
  clip-path: inset(0 0 0 100%);
  z-index: 1;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-backward.swiper-slide-next {
  clip-path: inset(0 100% 0 0);
  z-index: 2;
}
#interior-section .maxwidth .thumb-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 2rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin: 2.5rem 0 0;
}
#interior-section .maxwidth .thumb-btn li {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
#interior-section .maxwidth .thumb-btn li::before {
  cursor: pointer;
  content: "NOW";
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.01em;
  opacity: 0;
  transition: opacity 0.25s;
}
#interior-section .maxwidth .thumb-btn li.active::before {
  opacity: 1;
}

@media (max-width: 1279px) {
  #interior-section .maxwidth .thumb-btn {
    margin: 2rem 0 0;
    row-gap: 1.5rem;
    -moz-column-gap: 1.1rem;
         column-gap: 1.1rem;
  }
}
@media (max-width: 767px) {
  #interior-section {
    padding: 40px 0 50px;
  }
  #interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
  }
  #interior-section .maxwidth .thumb-btn {
    margin: 7.5px 0 0;
    gap: 3px;
  }
  #interior-section .maxwidth .thumb-btn li {
    border-radius: 6px;
  }
  #interior-section .maxwidth .thumb-btn li::before {
    font-size: 10px;
  }
}
/* 오시는길 */
.location-section {
  padding: 11.7rem 0 8.4rem;
  background-color: #1f357c;
}
.location-section .box-wrap {
  display: flex;
  gap: 3.7%;
  align-items: center;
}
.location-section .box-wrap #map {
  width: 55%;
  border-radius: 3rem;
  overflow: hidden;
  height: 64.3rem;
}
.location-section .box-wrap #map iframe {
  width: 100%;
  height: 100%;
}
.location-section .box-wrap #information {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 1s ease, clip-path 1s ease;
  padding: 5rem 0 0;
  width: 45%;
}
.location-section .box-wrap #information h3 {
  padding: 0 10px 5.4rem;
}
.location-section .box-wrap #information .info {
  border-top: 1px solid rgba(204, 204, 204, 0.2);
  padding: 4.3rem 10px;
  color: #fff;
  display: flex;
  gap: 5rem;
}
.location-section .box-wrap #information .info h4 {
  font-weight: 900;
  font-size: 2.4rem;
}
.location-section .box-wrap #information .info .table-wrap .time-table {
  padding: 0 0 1.1rem 0;
}
.location-section .box-wrap #information .info .table-wrap .time-table > li {
  padding: 0 0 1.3rem 0;
  line-height: 1;
}
.location-section .box-wrap #information .info .table-wrap .time-table > li .day {
  display: inline-block;
  width: 13rem;
}
.location-section .box-wrap #information .info .table-wrap .notice > li {
  font-size: 1.5rem;
}
.location-section .box-wrap #information .info a {
  font-weight: 900;
  font-size: 2.4rem;
}
.location-section .box-wrap #information .info.address {
  align-items: center;
  padding: 3rem 10px;
}
.location-section .box-wrap.animate #information {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

@media (max-width: 999px) {
  .location-section {
    padding: 50px 0 0;
  }
  .location-section .box-wrap {
    flex-direction: column;
  }
  .location-section .box-wrap #map {
    width: 100%;
    height: 85vw;
  }
  .location-section .box-wrap #information {
    padding: 4rem 0 0;
    width: 100%;
    clip-path: inset(0 0 0 0);
  }
  .location-section .box-wrap #information h3 {
    padding: 0 10px 4rem;
  }
  .location-section .box-wrap #information h3 img {
    width: 200px;
  }
  .location-section .box-wrap #information .info {
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem 10px;
  }
  .location-section .box-wrap #information .info.address {
    align-items: flex-start;
    padding: 2.7rem 10px;
  }
}/*# sourceMappingURL=main.css.map */