@charset "UTF-8";
/* 임시 세팅 - 20260203 */
.intro-section .intro-wrap .video-box .video video {
  pointer-events: none;
}

.intro-section .intro-wrap .video-box .mask-img{
	display: none;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list{
	pointer-events: none;
}

/* settings */
.bg-area {
  width: 95%;
  margin: 0 auto;
  border-radius: 2rem;
}

.maxwidth {
  width: 100%;
  box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.br-gap {
  display: block;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}

.br-gap2 {
  display: block;
  margin: 0 0 2.5rem 0;
  line-height: 1.5;
}

.br450 {
  display: none !important;
}

html {
  font-size: 10px;
  scroll-padding-top: 80px;
}

@media (max-width: 1350px) {
  html {
    scroll-padding-top: 75px;
  }
}
@media (max-width: 1279px) {
  html {
    font-size: 9px;
    scroll-padding-top: 70px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
    scroll-padding-top: 65px;
  }
  html .youtube-section .text-box p {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  html {
    scroll-padding-top: 60px;
  }
  .br450 {
    display: block !important;
  }
}
@keyframes pointer_scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes pointer_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes video_mask {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  99% {
    transform: translateY(-99%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/* ------ 질환안내, 특화치료 공통 ------ */
/* intro-section */
.intro-section {
  max-width: 1920px;
  width: 95%;
  margin: 0 auto;
}
.intro-section:has(.non-disease) .intro-wrap {
  padding: 75px 0;
}
@media (max-width: 991px) {
  .intro-section:has(.non-disease) .intro-wrap {
    padding: 50px 0 75px;
  }
}
@media (max-width: 450px) {
  .intro-section:has(.non-disease) .intro-wrap {
    padding: 30px 0 55px;
  }
}
.intro-section .intro-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.intro-section .intro-wrap .text-box {
  width: 37.5%;
  padding: 0 0 0 11.5%;
}
.intro-section .intro-wrap .text-box h3 {
  margin: 1.5rem 0 2rem;
  transition: all 1s;
  opacity: 0;
  transform: translateY(3rem);
}
@media (max-width: 1279px) {
  .intro-section .intro-wrap .text-box h3 br {
    display: none;
  }
}
.intro-section .intro-wrap .text-box p {
  transition: all 1s;
  opacity: 0;
  transform: translateY(3rem);
}
@media (max-width: 1279px) {
  .intro-section .intro-wrap .text-box p br {
    display: none;
  }
}
.intro-section .intro-wrap .text-box.animate h3 {
  opacity: 1;
  transform: translateY(0rem);
}
.intro-section .intro-wrap .text-box.animate p {
  opacity: 1;
  transform: translateY(0rem);
}
.intro-section .intro-wrap .video-box {
  width: 51%;
  border-radius: 3rem;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.intro-section .intro-wrap .video-box.animate .mask-img::before {
  opacity: 0;
}
.intro-section .intro-wrap .video-box.animate .mask-img .img-box.img-box1 .img-position {
  animation: video_mask 0.7s ease 0.5s forwards;
}
.intro-section .intro-wrap .video-box.animate .mask-img .img-box.img-box2 .img-position {
  animation: video_mask 0.7s ease 0.5s forwards;
}
.intro-section .intro-wrap .video-box.animate .mask-img .img-box.img-box3 .img-position {
  animation: video_mask 0.7s ease 0.5s forwards;
}
.intro-section .intro-wrap .video-box.animate .mask-img .img-box.img-box4 .img-position {
  animation: video_mask 0.7s ease 0.5s forwards;
}
.intro-section .intro-wrap .video-box .mask-img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.intro-section .intro-wrap .video-box .mask-img .img-box {
  position: absolute;
  width: 100%;
  height: 25%;
  overflow: hidden;
}
.intro-section .intro-wrap .video-box .mask-img .img-box .img-position {
  width: 100%;
  height: 100%;
  background-size: 100% 400%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  transform-origin: top center;
  perspective: 1000px;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box1 {
  top: 0;
  left: 0;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box1 .img-position {
  background-position: 0% 0%;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box2 {
  top: 25%;
  left: 0%;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box2 .img-position {
  background-position: 0% 33.33%;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box3 {
  top: 50%;
  left: 0%;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box3 .img-position {
  background-position: 0% 66.66%;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box4 {
  top: 75%;
  left: 0%;
}
.intro-section .intro-wrap .video-box .mask-img .img-box.img-box4 .img-position {
  background-position: 0% 100%;
}
.intro-section .intro-wrap .video-box .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.intro-section .intro-wrap .video-box .video iframe {
  width: 100%;
  height: 100%;
}
.intro-section .intro-wrap .video-box .video video::-webkit-media-controls-panel {
  opacity: 0;
}

@media (max-width: 1550px) {
  .intro-section .intro-wrap .text-box {
    width: 44%;
    padding: 0 0 0 5%;
  }
}
@media (max-width: 991px) {
  .intro-section {
    width: 90%;
  }
  .intro-section .intro-wrap {
    flex-direction: column-reverse;
    gap: 65px;
  }
  .intro-section .intro-wrap .text-box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .intro-section .intro-wrap .text-box h3 {
    margin: 2rem 0 2.8rem;
    text-wrap: balance;
  }
  .intro-section .intro-wrap .text-box p {
    text-wrap: balance;
  }
  .intro-section .intro-wrap .video-box {
    width: 100%;
    border-radius: 20px;
  }
}
@media (max-width: 450px) {
  .intro-section .intro-wrap {
    gap: 40px;
  }
  .intro-section .intro-wrap .text-box h3 {
    font-size: 20px;
  }
  .intro-section .intro-wrap .text-box h3 br {
    display: none;
  }
  .intro-section .intro-wrap .text-box p {
    font-size: 15px;
  }
  .intro-section .intro-wrap .text-box p br {
    display: none;
  }
}
/* compare-section */
@media (max-width: 450px) {
  .compare-section .compare-wrap .title-box.pdb50 {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1279px) {
  .compare-section .compare-wrap .title-box p {
    text-wrap: balance;
  }
  .compare-section .compare-wrap .title-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .compare-section .compare-wrap .title-box p {
    font-size: 15px;
  }
}
.compare-section .compare-wrap .compare-box-container {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.compare-section .compare-wrap .compare-box-container .compare-box {
  width: 50%;
}
.compare-section .compare-wrap .compare-box-container .compare-box .title-box {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  padding: 2.5rem 0;
}
.compare-section .compare-wrap .compare-box-container .compare-box .img-box {
  margin-top: -1px;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
  transition: opacity 1s 0.3s;
}
.compare-section .compare-wrap .compare-box-container .compare-box .img-box.is-ani {
  opacity: 0;
}
.compare-section .compare-wrap .compare-box-container .compare-box .img-box img {
  max-width: 100%;
}
.compare-section .compare-wrap .compare-box-container .compare-box .img-box.animate {
  opacity: 1;
}
.compare-section .compare-wrap .compare-box-container .compare-box ul li {
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s, transform 0.8s;
}
@media (max-width: 767px) {
  .compare-section .compare-wrap .compare-box-container .compare-box ul li {
    font-size: 15px;
  }
}
.compare-section .compare-wrap .compare-box-container .compare-box ul li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.compare-section .compare-wrap .compare-box-container .compare-box ul li:last-child.paragraph {
  border-bottom: 0px solid transparent;
}

@media (max-width: 991px) and (max-width: 450px) {
  .compare-section .compare-wrap:has(.section-desc) .title-box h2 {
    padding: 0 0 0.5rem 0;
  }
  .compare-section .compare-wrap:has(.section-desc) .compare-box-container {
    padding: 15px 0 0;
  }
  .compare-section .compare-wrap:has(.clinic-overtoe-section) .title-box {
    padding: 0 0 35px 0;
  }
  .compare-section .compare-wrap:has(.clinic-overtoe-section) .compare-box-container {
    padding: 50px 0 0;
  }
}
@media (max-width: 991px) {
  .compare-section .compare-wrap .compare-box-container {
    flex-direction: column;
    gap: 50px;
  }
  .compare-section .compare-wrap .compare-box-container:has(.paragraph) {
    gap: 30px;
  }
  .compare-section .compare-wrap .compare-box-container .compare-box {
    width: 100%;
  }
  .compare-section .compare-wrap .compare-box-container .compare-box .title-box {
    padding: 1.9rem 0;
  }
  .compare-section .compare-wrap .compare-box-container .compare-box .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .compare-section .compare-wrap .compare-box-container .compare-box ul li {
    text-wrap: balance;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .compare-section .compare-wrap .compare-box-container .compare-box ul li.paragraph br {
    display: none;
  }
}
/* ------ 질환안내 ------ */
/* disease-pain-section */
.disease-pain-section {
  margin: 37.5px auto 0;
}
.disease-pain-section .pain-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.disease-pain-section .pain-wrap .pain-box {
  position: relative;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  justify-content: center;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li {
  opacity: 1;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(1) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(2) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(3) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(4) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(5) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(6) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list.animate li:nth-child(7) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li {
  opacity: 0;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a {
  background-color: #fff;
  border-radius: 2.3rem;
  height: 4.7rem;
  width: 18.7rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a .excl-mark {
  flex-shrink: 0;
  display: inline-block;
  margin: 0 1.3rem;
  border-radius: 50%;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #f4f9f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a.wide-button {
  width: 21.2rem;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(1) {
  transition: opacity 0.9s 0.15s, transform 0.9s 0.15s;
  transform: rotateX(90deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(2) {
  transition: opacity 0.9s 0.3s, transform 0.9s 0.3s;
  transform: rotateX(80deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(3) {
  transition: opacity 0.9s 0.45s, transform 0.9s 0.45s;
  transform: rotateX(70deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(4) {
  transition: opacity 0.9s 0.6s, transform 0.9s 0.6s;
  transform: rotateX(60deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(5) {
  transition: opacity 0.9s 0.75s, transform 0.9s 0.75s;
  transform: rotateX(50deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(6) {
  transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
  transform: rotateX(40deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li:nth-child(7) {
  transition: opacity 0.9s 1.05s, transform 0.9s 1.05s;
  transform: rotateX(30deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  justify-content: center;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li {
  opacity: 1;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(1) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(2) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(3) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(4) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(5) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(6) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(7) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(8) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list.animate li:nth-child(9) {
  transform: rotateX(0deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li {
  opacity: 0;
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 2.3rem;
  background-color: #fff;
  height: 4.7rem;
  width: 18.7rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  transition: font-weight 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li a:hover {
    border-color: #4b8c2f;
    color: #389311;
    font-weight: 800;
    box-shadow: 0px 3px 7px 0px rgba(75, 140, 47, 0.18);
  }
}
@media (hover: none) and (pointer: coarse) {
  .disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li a:active {
    border-color: #4b8c2f;
    color: #389311;
    font-weight: 800;
    box-shadow: 0px 3px 7px 0px rgba(75, 140, 47, 0.18);
  }
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(1) {
  transition: opacity 0.9s 1.2s, transform 0.9s 1.2s;
  transform: rotateX(-30deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(2) {
  transition: opacity 0.9s 1.05s, transform 0.9s 1.05s;
  transform: rotateX(-40deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(3) {
  transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
  transform: rotateX(-50deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(4) {
  transition: opacity 0.9s 0.75s, transform 0.9s 0.75s;
  transform: rotateX(-60deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(5) {
  transition: opacity 0.9s 0.6s, transform 0.9s 0.6s;
  transform: rotateX(-70deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(6) {
  transition: opacity 0.9s 0.45s, transform 0.9s 0.45s;
  transform: rotateX(-80deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(7) {
  transition: opacity 0.9s 0.3s, transform 0.9s 0.3s;
  transform: rotateX(-90deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(8) {
  transition: opacity 0.9s 0.15s, transform 0.9s 0.15s;
  transform: rotateX(-100deg);
}
.disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li:nth-child(9) {
  transition: opacity 0.9s 0s, transform 0.9s 0s;
  transform: rotateX(-110deg);
}
.disease-pain-section .pain-wrap .pain-box .skeleton {
  position: relative;
}
.disease-pain-section .pain-wrap .pain-box .skeleton.animate .body-img .img-box .img-position {
  filter: blur(0px);
  opacity: 1;
  transform: skew(0deg);
}
.disease-pain-section .pain-wrap .pain-box .skeleton.animate .body-img .img-box.reverse-ani .img-position {
  filter: blur(0px);
  opacity: 1;
  transform: skew(0deg);
}
.disease-pain-section .pain-wrap .pain-box .skeleton.animate .body-img .img-box.img-box1 .img-position {
  clip-path: circle(125% at 100% 100%);
}
.disease-pain-section .pain-wrap .pain-box .skeleton.animate .body-img .img-box.img-box2 .img-position {
  clip-path: circle(125% at 0% 100%);
}
.disease-pain-section .pain-wrap .pain-box .skeleton.animate .body-img .img-box.img-box3 .img-position {
  clip-path: circle(125% at 100% 0%);
}
.disease-pain-section .pain-wrap .pain-box .skeleton.animate .body-img .img-box.img-box4 .img-position {
  clip-path: circle(125% at 0% 0%);
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img {
  width: 750px;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box {
  width: 50%;
  height: 50%;
  float: left;
  overflow: hidden;
  perspective: 250px;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position {
  background-repeat: no-repeat;
  background-size: 200% 200%;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.66, 0, 0.34, 1);
  filter: blur(7.5px);
  transform: skew(-30deg);
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.shoulder {
  background-image: url("/assets/img/sub/shoulder_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.knee {
  background-image: url("/assets/img/sub/knee_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.hip {
  background-image: url("/assets/img/sub/hip_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.spine {
  background-image: url("/assets/img/sub/spine_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.neck {
  background-image: url("/assets/img/sub/neck_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.hand {
  background-image: url("/assets/img/sub/hand_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.elbow {
  background-image: url("/assets/img/sub/elbow_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box .img-position.foot {
  background-image: url("/assets/img/sub/foot_body.png");
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.reverse-ani .img-position {
  transform: skew(30deg);
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box1 .img-position {
  clip-path: circle(0% at 100% 100%);
  transform-origin: 100% 100%;
  background-position: 0% 0%;
  transition-delay: 0.15s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box1.reverse-ani .img-position {
  transition-delay: 0.075s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box2 .img-position {
  clip-path: circle(0% at 0% 100%);
  transform-origin: 0% 100%;
  background-position: 100% 0%;
  transition-delay: 0.075s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box2.reverse-ani .img-position {
  transition-delay: 0.15s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box3 .img-position {
  clip-path: circle(0% at 100% 0%);
  transform-origin: 100% 0%;
  background-position: 0% 100%;
  transition-delay: 0.225s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box3.reverse-ani .img-position {
  transition-delay: 0.3s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box4 .img-position {
  clip-path: circle(0% at 0% 0%);
  transform-origin: 0% 0%;
  background-position: 100% 100%;
  transition-delay: 0.3s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .body-img .img-box.img-box4.reverse-ani .img-position {
  transition-delay: 0.225s;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer {
  position: absolute;
  width: 62px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1 {
  animation: pointer_show 0.5s 1.3s forwards ease-out, pointer_scale 1s 1.8s infinite alternate ease-in-out;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.shoulder {
  top: 58%;
  left: 46.9%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.knee {
  top: 46.5%;
  left: 41.6%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.hip {
  top: 57.3%;
  left: 40.5%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.spine {
  top: 44.2%;
  left: 50.8%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.neck {
  top: 44.2%;
  left: 50.8%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.hand {
  top: 44.1%;
  left: 44.9%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.elbow {
  top: 70.6%;
  left: 59.2%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer1.foot {
  top: 50.1%;
  left: 44.6%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2 {
  animation: pointer_show 0.5s 1.5s forwards ease-out, pointer_scale 1s 2s infinite alternate ease-in-out;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.shoulder {
  top: 66.2%;
  left: 47.3%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.knee {
  top: 52.5%;
  left: 51.2%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.hip {
  top: 59.8%;
  left: 32.5%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.spine {
  top: 65.2%;
  left: 52%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.neck {
  top: 65.2%;
  left: 52%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.hand {
  top: 68.4%;
  left: 36.2%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.elbow {
  top: 71%;
  left: 50.6%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer2.foot {
  top: 73.9%;
  left: 44.8%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3 {
  animation: pointer_show 0.5s 1.7s forwards ease-out, pointer_scale 1s 2.2s infinite alternate ease-in-out;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.shoulder {
  top: 66.7%;
  left: 38.9%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.knee {
  top: 60.5%;
  left: 58.3%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.hip {
  top: 60.5%;
  left: 66.3%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.spine {
  top: 86.1%;
  left: 49%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.neck {
  top: 86.1%;
  left: 49%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.hand {
  top: 67.2%;
  left: 61.8%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.elbow {
  top: 79.5%;
  left: 55.4%;
}
.disease-pain-section .pain-wrap .pain-box .skeleton .pointer.pointer3.foot {
  top: 90.4%;
  left: 70.9%;
}

@media (max-width: 1279px) {
  .disease-pain-section {
    padding: 60px 0 0;
    margin: 32.5px auto 0;
  }
  .disease-pain-section .pain-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .disease-pain-section .pain-wrap .text-box {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .disease-pain-section {
    padding: 30px 0 0;
    margin: 20px auto 0;
  }
  .disease-pain-section .pain-wrap {
    width: 100%;
    gap: 0px;
  }
  .disease-pain-section .pain-wrap .text-box p {
    text-wrap: balance;
  }
}
@media (max-width: 800px) and (max-width: 450px) {
  .disease-pain-section .pain-wrap .text-box p {
    font-size: 14.5px;
    margin: 6px 0 0;
  }
}
@media (max-width: 800px) {
  .disease-pain-section .pain-wrap .pain-box {
    width: 100%;
    padding: clamp(20px, 9vw, 100px) 0 0;
  }
  .disease-pain-section .pain-wrap .pain-box.knee {
    padding: clamp(20px, 21vw, 120px) 0 0;
  }
  .disease-pain-section .pain-wrap .pain-box.knee .list-wrap {
    top: 50%;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap {
    top: 52.5%;
    width: calc(100% - 10px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list {
    gap: 8px;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a {
    width: 12.5rem;
    height: 33px;
    font-size: 14px;
    justify-content: center;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a .excl-mark {
    display: none;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a.wide-button {
    width: 14rem;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .pain-list li a.narrow-button {
    width: 11rem;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list {
    gap: 8px;
    align-items: flex-end;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li a {
    width: 13rem;
    font-size: 13.5px;
    height: 35px;
    line-height: 1.1;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li a.wide-button {
    width: 14rem;
  }
  .disease-pain-section .pain-wrap .pain-box .list-wrap .clinic-list li a.narrow-button {
    width: 11rem;
  }
  .disease-pain-section .pain-wrap .pain-box .skeleton .body-img {
    width: 100%;
    height: auto;
    aspect-ratio: 750/700;
  }
  .disease-pain-section .pain-wrap .pain-box .skeleton .pointer {
    width: 5rem;
  }
}
/* disease-cause-section */
.disease-cause-section .cause-wrap .cause-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 1.9rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.disease-cause-section .cause-wrap .cause-box li {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  border-radius: 2rem;
  background-color: #f4f9f1;
  padding: 2.2rem 1rem 2.2rem 3.7rem;
  transition: transform 0.9s, opacity 0.9s;
  transform: translateY(3rem);
  opacity: 0;
}
.disease-cause-section .cause-wrap .cause-box li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.disease-cause-section .cause-wrap .cause-box li .check-icon img {
  width: 2.9rem;
  vertical-align: top;
}
.disease-cause-section .cause-wrap .cause-box li .desc {
  line-height: 1.3;
  position: relative;
  bottom: 1px;
}
.disease-cause-section .cause-wrap .cause-box li:nth-child(2) {
  transition-delay: 0.075s;
}
.disease-cause-section .cause-wrap .cause-box li:nth-child(3) {
  transition-delay: 0.15s;
}
.disease-cause-section .cause-wrap .cause-box li:nth-child(4) {
  transition-delay: 0.375s;
}
.disease-cause-section .cause-wrap .cause-box li:nth-child(5) {
  transition-delay: 0.3s;
}
.disease-cause-section .cause-wrap .cause-box li:nth-child(6) {
  transition-delay: 0.225s;
}
.disease-cause-section .cause-wrap .cause-box li:nth-child(7) {
  transition-delay: 0.45s;
}

@media (max-width: 991px) {
  .disease-cause-section .cause-wrap .cause-box {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(2) {
    transition-delay: 0.075s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(3) {
    transition-delay: 0.225s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(4) {
    transition-delay: 0.15s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(6) {
    transition-delay: 0.375s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(7) {
    transition-delay: 0.45s;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .disease-cause-section .cause-wrap .title-box {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .disease-cause-section .cause-wrap .cause-box {
    grid-template-columns: 1fr;
  }
  .disease-cause-section .cause-wrap .cause-box li {
    gap: 10px;
    padding: 1.8rem 2rem;
  }
  .disease-cause-section .cause-wrap .cause-box li .check-icon img {
    width: 20px;
  }
  .disease-cause-section .cause-wrap .cause-box li .desc {
    font-size: 15px;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(2) {
    transition-delay: 0.075s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(3) {
    transition-delay: 0.15s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(4) {
    transition-delay: 0.225s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(6) {
    transition-delay: 0.375s;
  }
  .disease-cause-section .cause-wrap .cause-box li:nth-child(7) {
    transition-delay: 0.45s;
  }
}
/* disease-phase-section */
.disease-phase-section .phase-wrap .phase-box-wrap {
  display: flex;
  gap: 2.8rem;
}
.disease-phase-section .phase-wrap .phase-box-wrap.grid-2fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box {
  position: relative;
  padding: 4rem 2.5rem;
  border-radius: 2rem;
  flex: 1;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.9s, transform 0.9s;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) strong {
  min-height: 75px;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) .arrow {
  top: 33.5%;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .step-circle {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box strong {
  display: block;
  padding: 2.2rem 0 0;
  text-align: center;
  line-height: 1.3;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box > p {
  line-height: 1.5;
  padding: 1.7rem 0 0;
  text-align: center;
}
@media (max-width: 1279px) {
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box > p {
    text-wrap: balance;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box > p br {
    display: none;
  }
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .phase-list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .phase-list > li {
  position: relative;
  padding: 0 0 0 10px;
  line-height: 1.3;
  white-space: nowrap;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .phase-list > li::before {
  position: absolute;
  content: "·";
  top: 0;
  left: 0;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .phase-list > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #dfdfde;
  width: calc(100% + 0.5rem);
  height: 1px;
  bottom: -1.75rem;
  left: 0rem;
}
@media (max-width: 1600px) {
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box .phase-list > li {
    white-space: unset;
  }
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .arrow {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box .arrow.is-mobile {
  display: none;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:nth-child(1) {
  transition-delay: 0.075s;
  z-index: 5;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:nth-child(2) {
  transition-delay: 0.15s;
  z-index: 4;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:nth-child(3) {
  transition-delay: 0.225s;
  z-index: 3;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:nth-child(4) {
  transition-delay: 0.3s;
  z-index: 2;
}
.disease-phase-section .phase-wrap .phase-box-wrap .phase-box:nth-child(5) {
  transition-delay: 0.375s;
  z-index: 1;
}
.disease-phase-section .phase-wrap .notice-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 3rem 0 0;
}
.disease-phase-section .phase-wrap .notice-text.animate .excl-circle {
  transform: scale(1);
  opacity: 1;
}
.disease-phase-section .phase-wrap .notice-text.animate > p {
  opacity: 1;
}
.disease-phase-section .phase-wrap .notice-text .excl-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.9s, opacity 0.9s;
}
.disease-phase-section .phase-wrap .notice-text > p {
  line-height: 1.5;
  transition: opacity 1.2s;
  opacity: 0;
}

@media (max-width: 991px) {
  .disease-phase-section .phase-wrap .phase-box-wrap {
    flex-direction: column;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap.grid-2fr {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box .step-circle.number {
    width: 6.5rem;
    height: 6.5rem;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box strong {
    padding: 2.6rem 0 0;
    font-size: 18px;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box .arrow {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(calc(50% + 27px)) rotate(90deg);
    transform-origin: center center;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box .arrow.is-mobile {
    display: block;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) strong {
    min-height: unset;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) .arrow {
    top: unset;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) .phase-list {
    padding: 3rem 0 0;
    gap: 20px;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) .phase-list li {
    font-size: 15px;
    line-height: 1.5;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box:has(.phase-list) .phase-list li:not(:last-child)::after {
    width: 100%;
    bottom: -10px;
  }
  .disease-phase-section .phase-wrap .notice-text {
    flex-direction: column;
    gap: 3rem;
  }
  .disease-phase-section .phase-wrap .notice-text .excl-circle {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
  }
  .disease-phase-section .phase-wrap .notice-text > p {
    text-align: center;
    text-wrap: balance;
  }
  .disease-phase-section .phase-wrap .notice-text > p br {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .disease-phase-section .phase-wrap .title-box {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .disease-phase-section .phase-wrap .phase-box-wrap {
    gap: 2.3rem;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box {
    padding: 4rem 2rem;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box > p {
    font-size: 15px;
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box .arrow {
    transform: translateX(-50%) translateY(calc(50% + 20px)) rotate(90deg);
  }
  .disease-phase-section .phase-wrap .phase-box-wrap .phase-box .arrow svg {
    width: 40px;
  }
  .disease-phase-section .phase-wrap .notice-text .excl-circle {
    font-size: 17px;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .disease-phase-section .phase-wrap .notice-text .excl-circle {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .disease-phase-section .phase-wrap .notice-text > p {
    font-size: 15px;
  }
}
/* disease-step-section */
.disease-step-section .step-wrap .step-box-container {
  display: flex;
  justify-content: center;
  gap: 2.8rem;
}
.disease-step-section .step-wrap .step-box-container .step-box {
  text-align: center;
  flex: 1;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.9s, transform 0.9s;
  position: relative;
}
.disease-step-section .step-wrap .step-box-container .step-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.disease-step-section .step-wrap .step-box-container .step-box .img-box {
  position: relative;
}
.disease-step-section .step-wrap .step-box-container .step-box .img-box img {
  max-width: 100%;
}
.disease-step-section .step-wrap .step-box-container .step-box .img-box .arrow {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
}
.disease-step-section .step-wrap .step-box-container .step-box h3 {
  padding: 1.5rem 0 1.3rem;
}
.disease-step-section .step-wrap .step-box-container .step-box p {
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .disease-step-section .step-wrap .step-box-container .step-box p {
    text-wrap: balance;
  }
  .disease-step-section .step-wrap .step-box-container .step-box p br {
    display: none;
  }
}
.disease-step-section .step-wrap .step-box-container .step-box:nth-child(1) {
  transition-delay: 0.075s;
  z-index: 3;
}
.disease-step-section .step-wrap .step-box-container .step-box:nth-child(2) {
  transition-delay: 0.15s;
  z-index: 2;
}
.disease-step-section .step-wrap .step-box-container .step-box:nth-child(3) {
  transition-delay: 0.225s;
  z-index: 1;
}

@media (max-width: 991px) {
  .disease-step-section .step-wrap .step-box-container {
    flex-direction: column;
    gap: 55px;
  }
  .disease-step-section .step-wrap .step-box-container .step-box .img-box {
    margin-bottom: 0rem !important;
  }
  .disease-step-section .step-wrap .step-box-container .step-box .img-box .arrow {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .disease-step-section .step-wrap .title-box {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .disease-step-section .step-wrap .step-box-container {
    gap: 50px;
  }
  .disease-step-section .step-wrap .step-box-container .step-box p {
    font-size: 15px;
  }
}
/* disease-symptom-section */
.disease-symptom-section .symptom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disease-symptom-section .symptom-wrap .text-box {
  width: 49%;
}
.disease-symptom-section .symptom-wrap .text-box h2 {
  line-height: 1.2;
}
.disease-symptom-section .symptom-wrap .text-box .btn-autodiagnosis {
  margin: 3.5rem 0 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.66, 0, 0.34, 1);
  gap: 27px;
}
.disease-symptom-section .symptom-wrap .text-box.animate .btn-autodiagnosis {
  clip-path: inset(0 0 0 0);
}
.disease-symptom-section .symptom-wrap .symptom-list {
  width: 51%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.disease-symptom-section .symptom-wrap .symptom-list li {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  border-radius: 2rem;
  background-color: #f4f9f1;
  padding: 2.2rem 2rem 2.2rem 3.7rem;
  transition: transform 0.9s, opacity 0.9s;
  transform: translateY(3rem);
  opacity: 0;
}
.disease-symptom-section .symptom-wrap .symptom-list li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.disease-symptom-section .symptom-wrap .symptom-list li .number-circle {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  text-align: center;
  line-height: 3rem;
}
.disease-symptom-section .symptom-wrap .symptom-list li .desc {
  line-height: 1.3;
  position: relative;
  bottom: 1px;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(2) {
  transition-delay: 0.075s;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(3) {
  transition-delay: 0.15s;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(4) {
  transition-delay: 0.375s;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(5) {
  transition-delay: 0.3s;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(6) {
  transition-delay: 0.225s;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(7) {
  transition-delay: 0.45s;
}
.disease-symptom-section .symptom-wrap .symptom-list li:nth-child(8) {
  transition-delay: 0.525s;
}

@media (max-width: 991px) {
  .disease-symptom-section .symptom-wrap {
    flex-direction: column;
    gap: 36px;
  }
  .disease-symptom-section .symptom-wrap .text-box {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-symptom-section .symptom-wrap .text-box p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .disease-symptom-section .symptom-wrap .text-box .btn-autodiagnosis {
    margin: 3.5rem auto 0;
    gap: 18px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-symptom-section .symptom-wrap .text-box .btn-autodiagnosis {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-symptom-section .symptom-wrap .text-box .btn-autodiagnosis {
    height: 48px;
  }
}
@media (max-width: 991px) {
  .disease-symptom-section .symptom-wrap .text-box .btn-autodiagnosis svg {
    width: 18px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-symptom-section .symptom-wrap .text-box .btn-autodiagnosis svg {
    width: 16px;
  }
}
@media (max-width: 991px) {
  .disease-symptom-section .symptom-wrap .symptom-list {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-symptom-section .symptom-wrap .symptom-list {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .disease-symptom-section .symptom-wrap .symptom-list li {
    padding: 1.8rem 2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-symptom-section .symptom-wrap .symptom-list li {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .disease-symptom-section .symptom-wrap .symptom-list li .number-circle {
    font-size: 11px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-symptom-section .symptom-wrap .symptom-list li .desc {
    font-size: 15px;
  }
}
/* disease-treatment-section */
.disease-treatment-section .treatment-wrap .treatment-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3%;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box.animate .img-box img {
  opacity: 1;
  border-radius: 2rem;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box.animate .text-box {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0rem);
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .img-box {
  width: 50.5%;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .img-box img {
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.9s, border-radius 0.9s;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(2rem);
  transition: all 0.9s;
  width: 49.5%;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .title .number-square {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .title h3 {
  line-height: 1.2;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box p {
  line-height: 1.4;
  padding: 2rem 0 0;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail {
  width: 21.2rem;
  height: 6rem;
  font-size: 17px;
  gap: 25px;
  margin: 2.2rem 0 0;
  border: 1px solid #ededed;
  box-shadow: none;
  color: #333;
  font-weight: 400;
  transition: border-color 0.25s, font-weight 0.1s, color 0.25s;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail svg {
  width: 16px;
}
.disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail .bubble-inner {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail:hover {
    color: #389311;
    border-color: #389311;
    font-weight: 800;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail:hover svg line {
    stroke: #389311;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail:hover svg path {
    fill: #389311;
  }
}
@media (hover: none) and (pointer: coarse) {
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail:active {
    color: #389311;
    border-color: #389311;
    font-weight: 800;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail:active svg line {
    stroke: #389311;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail:active svg path {
    fill: #389311;
  }
}

@media (max-width: 991px) {
  .disease-treatment-section .treatment-wrap .title-box h2 {
    padding: 0 0 0.5rem 0;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-treatment-section .treatment-wrap .title-box h2 {
    line-height: 1;
    text-wrap: balance;
  }
  .disease-treatment-section .treatment-wrap .title-box h2 .ani-text .ani-inner {
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .disease-treatment-section .treatment-wrap .title-box p {
    text-wrap: balance;
  }
  .disease-treatment-section .treatment-wrap .title-box p br {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-treatment-section .treatment-wrap .title-box p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .disease-treatment-section .treatment-wrap .treatment-box-wrap {
    gap: 50px;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box {
    flex-direction: column;
    gap: 2rem;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .img-box {
    width: 100%;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box {
    width: 100%;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .title {
    gap: 1.5rem;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box p {
    padding: 1.6rem 0 0;
    line-height: 1.5;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box p {
    font-size: 15px;
    text-wrap: balance;
  }
}
@media (max-width: 991px) {
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail {
    margin: 2.5rem 0 0;
    font-size: 15px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail {
    height: 44px;
    gap: 18px;
    font-size: 14px;
  }
  .disease-treatment-section .treatment-wrap .treatment-box-wrap .treatment-box .text-box .btn-detail svg {
    width: 14px;
  }
}
/* disease-various-appearances-section */
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 3rem;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li {
  text-align: center;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s, transform 0.8s;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .img-box {
  position: relative;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .img-box img {
  max-width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .img-box .arrow {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  z-index: 2;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .img-box .arrow.is-mobile {
  display: none;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .status {
  display: inline-block;
  margin: 2.4rem 0 0;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list1 {
  transition-delay: 0s;
  z-index: 10;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list2 {
  transition-delay: 0.075s;
  z-index: 9;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list3 {
  z-index: 8;
  transition-delay: 0.15s;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list3 .arrow {
  transform: translate(calc(100% - 1px), -50%);
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list4 {
  transition-delay: 0.225s;
  z-index: 7;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list5 {
  transition-delay: 0.3s;
  z-index: 6;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list6 {
  transition-delay: 0.375s;
  z-index: 5;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list7 {
  z-index: 4;
  transition-delay: 0.45s;
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list7 .arrow {
  transform: translate(calc(100% - 1px), -50%);
}
.disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list8 {
  transition-delay: 0.525s;
  z-index: 3;
}

@media (max-width: 991px) and (max-width: 450px) {
  .disease-various-appearances-section .various-appearances-wrap .title-box {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 332px));
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .status {
    font-size: 15px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .status {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .arrow.is-mobile {
    display: block;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li .arrow svg {
    width: 30px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list3 .arrow {
    transform: translate(100%, -50%);
  }
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list4 .arrow {
    transform: translate(calc(100% - 1px), -50%);
  }
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li.list7 .arrow {
    transform: translate(100%, -50%);
  }
  .disease-various-appearances-section .various-appearances-wrap .various-appearances-list li:nth-child(2n) .arrow {
    visibility: hidden;
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    transform: translate(-30%, 30%) rotate(135deg);
  }
}
/* disease-injury-section */
.disease-injury-section .injury-wrap .title-box h2 {
  line-height: 1;
}
@media (max-width: 991px) {
  .disease-injury-section .injury-wrap .title-box h2 {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .disease-injury-section .injury-wrap .title-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .disease-injury-section .injury-wrap .title-box p {
    font-size: 15px;
  }
}
.disease-injury-section .injury-wrap .injury-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1279px) {
  .disease-injury-section .injury-wrap .injury-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .disease-injury-section .injury-wrap .injury-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 218px));
  }
}
.disease-injury-section .injury-wrap .injury-list li {
  opacity: 0;
  transition: opacity 0.9s, transform 0.9s;
  transform: translateY(3rem);
}
.disease-injury-section .injury-wrap .injury-list li .img-box {
  position: relative;
}
.disease-injury-section .injury-wrap .injury-list li .img-box img {
  filter: blur(3px);
  transition: filter 0.9s;
  max-width: 100%;
}
.disease-injury-section .injury-wrap .injury-list li .img-box h3 {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.disease-injury-section .injury-wrap .injury-list li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.disease-injury-section .injury-wrap .injury-list li.animate .img-box img {
  filter: blur(0px);
}
.disease-injury-section .injury-wrap .injury-list li:nth-child(1) {
  transition-delay: 0.075s;
}
.disease-injury-section .injury-wrap .injury-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.disease-injury-section .injury-wrap .injury-list li:nth-child(3) {
  transition-delay: 0.225s;
}
.disease-injury-section .injury-wrap .injury-list li:nth-child(4) {
  transition-delay: 0.3s;
}
.disease-injury-section .injury-wrap .injury-list li:nth-child(5) {
  transition-delay: 0.375s;
}
.disease-injury-section .injury-wrap .injury-list li:nth-child(6) {
  transition-delay: 0.45s;
}

/* disease-diagnosis-section */
@media (max-width: 450px) {
  .disease-diagnosis-section .diagnosis-wrap .title-box {
    padding: 0 0 20px 0;
  }
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box .img-box {
  width: 50%;
  filter: grayscale(0.6) sepia(0.25) brightness(0.75);
  transition: filter 1s 0.3s;
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box .img-box img {
  max-width: 100%;
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box .img-box.animate {
  filter: grayscale(0) sepia(0) brightness(1);
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box .text-box {
  width: 50%;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.9s, transform 0.9s;
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box .text-box p {
  padding: 2rem 0 0;
  line-height: 1.5;
}
.disease-diagnosis-section .diagnosis-wrap .diagnosis-box .text-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
@media (max-width: 991px) {
  .disease-diagnosis-section .diagnosis-wrap .diagnosis-box {
    flex-direction: column;
    gap: 3rem;
  }
  .disease-diagnosis-section .diagnosis-wrap .diagnosis-box .img-box {
    width: 100%;
  }
  .disease-diagnosis-section .diagnosis-wrap .diagnosis-box .text-box {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .disease-diagnosis-section .diagnosis-wrap .diagnosis-box .text-box p {
    font-size: 15px;
    text-wrap: balance;
  }
  .disease-diagnosis-section .diagnosis-wrap .diagnosis-box .text-box p br {
    display: none;
  }
}

/* ------ 특화치료 ------ */
/* clinic-merit-section */
.clinic-merit-section {
  padding: 100px 0 125px;
}
.clinic-merit-section .merit-wrap {
  max-width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
}
.clinic-merit-section .merit-wrap .merit-list {
  display: flex;
  justify-content: center;
}
.clinic-merit-section .merit-wrap .merit-list li {
  opacity: 0;
  transform: translateY(3rem);
  flex: 1;
  position: relative;
  transition: opacity 0.9s, transform 0.9s;
}
.clinic-merit-section .merit-wrap .merit-list li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.clinic-merit-section .merit-wrap .merit-list li:nth-child(1) {
  transition-delay: 0.075s;
}
.clinic-merit-section .merit-wrap .merit-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.clinic-merit-section .merit-wrap .merit-list li:nth-child(3) {
  transition-delay: 0.225s;
}
.clinic-merit-section .merit-wrap .merit-list li:nth-child(4) {
  transition-delay: 0.3s;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box img.h49 {
  height: 49px;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box img.h50 {
  height: 50px;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box img.h56 {
  height: 56px;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box img.h57 {
  height: 57px;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box img.h60 {
  height: 60px;
}
.clinic-merit-section .merit-wrap .merit-list li .icon-box img.h65 {
  height: 60px;
}
.clinic-merit-section .merit-wrap .merit-list li h3 {
  text-align: center;
  padding: 2.5rem 0 0;
}
.clinic-merit-section .merit-wrap .merit-list li .desc {
  text-align: center;
  padding: 1.6rem 0 0;
  line-height: 1.5;
}
.clinic-merit-section .merit-wrap .merit-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 140%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c2ddb6;
  right: 0;
}

@media (max-width: 991px) {
  .clinic-merit-section {
    padding: 70px 0 100px;
  }
  .clinic-merit-section .merit-wrap {
    padding: 0;
  }
  .clinic-merit-section .merit-wrap .title-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .clinic-merit-section .merit-wrap .title-box p {
    text-wrap: balance;
  }
  .clinic-merit-section .merit-wrap .title-box p br {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .clinic-merit-section .merit-wrap .title-box p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .clinic-merit-section .merit-wrap .merit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
  .clinic-merit-section .merit-wrap .merit-list li h3 {
    line-height: 1.3;
  }
  .clinic-merit-section .merit-wrap .merit-list li:not(:last-child)::after {
    display: none;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .clinic-merit-section {
    padding: 45px 0 50px;
    width: 90%;
  }
  .clinic-merit-section .merit-wrap .title-box h2 {
    text-wrap: balance;
  }
  .clinic-merit-section .merit-wrap .title-box h2 .ani-text .ani-inner {
    line-height: 1.3;
  }
  .clinic-merit-section .merit-wrap .merit-list {
    row-gap: 32px;
  }
  .clinic-merit-section .merit-wrap .merit-list li .icon-box {
    height: 42px;
  }
  .clinic-merit-section .merit-wrap .merit-list li .icon-box img {
    transform: scale(0.7);
  }
  .clinic-merit-section .merit-wrap .merit-list li h3 {
    padding: 2rem 0 0;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .clinic-merit-section .merit-wrap .merit-list li h3 .show-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .clinic-merit-section .merit-wrap .merit-list li .desc {
    padding: 1.3rem 0 0;
    font-size: 14px;
    text-wrap: balance;
  }
  .clinic-merit-section .merit-wrap .merit-list li .desc br {
    display: none;
  }
  .clinic-merit-section .merit-wrap .merit-list li:nth-child(1) {
    padding-left: 10px;
    padding-right: 5px;
  }
  .clinic-merit-section .merit-wrap .merit-list li:nth-child(2) {
    padding-left: 5px;
    padding-right: 10px;
  }
  .clinic-merit-section .merit-wrap .merit-list li:nth-child(3) {
    padding-left: 10px;
    padding-right: 5px;
  }
  .clinic-merit-section .merit-wrap .merit-list li:nth-child(4) {
    padding-left: 5px;
    padding-right: 10px;
  }
}
/* clinic-process-section */
.clinic-process-section .process-wrap .step-wrap {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
}
.clinic-process-section .process-wrap .step-wrap.gap-small {
  gap: 1.3rem;
}
.clinic-process-section .process-wrap .step-wrap:has(.step-desc) {
  counter-reset: step-counter;
}
.clinic-process-section .process-wrap .step-wrap:has(.step-desc) .step .step-desc {
  counter-increment: step-counter;
}
.clinic-process-section .process-wrap .step-wrap:has(.step-desc) .step .step-desc p {
  padding: 0 0 0 2.5rem;
  position: relative;
}
.clinic-process-section .process-wrap .step-wrap:has(.step-desc) .step .step-desc p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(step-counter) ".";
  color: #389311;
  font-weight: 800;
  font-size: 2rem;
}
.clinic-process-section .process-wrap .step-wrap:has(.step-desc) .step .step-desc p.non-before {
  padding: 0;
  text-align: center;
}
.clinic-process-section .process-wrap .step-wrap:has(.step-desc) .step .step-desc p.non-before::before {
  content: none;
}
.clinic-process-section .process-wrap .step-wrap.grid-2fr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 680px));
  gap: 4rem;
}
@media (max-width: 1550px) {
  .clinic-process-section .process-wrap .step-wrap.grid-2fr li .desc p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .clinic-process-section .process-wrap .step-wrap.grid-2fr {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .clinic-process-section .process-wrap .step-wrap.grid-2fr li .desc p br {
    display: block;
  }
}
@media (max-width: 767px) {
  .clinic-process-section .process-wrap .step-wrap.grid-2fr {
    gap: 50px;
  }
}
@media (max-width: 450px) {
  .clinic-process-section .process-wrap .step-wrap.grid-2fr li .desc p {
    text-wrap: balance;
  }
  .clinic-process-section .process-wrap .step-wrap.grid-2fr li .desc p br {
    display: none;
  }
}
.clinic-process-section .process-wrap .step-wrap.grid-3fr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 450px));
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  row-gap: 3.5rem;
}
@media (max-width: 1550px) {
  .clinic-process-section .process-wrap .step-wrap.grid-3fr li .desc p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .clinic-process-section .process-wrap .step-wrap.grid-3fr {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .clinic-process-section .process-wrap .step-wrap.grid-3fr li .desc p br {
    display: block;
  }
}
@media (max-width: 767px) {
  .clinic-process-section .process-wrap .step-wrap.grid-3fr {
    gap: 50px;
  }
}
@media (max-width: 450px) {
  .clinic-process-section .process-wrap .step-wrap.grid-3fr li .desc p {
    text-wrap: balance;
  }
  .clinic-process-section .process-wrap .step-wrap.grid-3fr li .desc p br {
    display: none;
  }
}
.clinic-process-section .process-wrap .step-wrap .step {
  flex: 1;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.9s, transform 0.9s;
}
.clinic-process-section .process-wrap .step-wrap .step.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.clinic-process-section .process-wrap .step-wrap .step .img-box {
  position: relative;
}
@media (max-width: 1500px) {
  .clinic-process-section .process-wrap .step-wrap .step .img-box img {
    max-width: 100%;
  }
}
.clinic-process-section .process-wrap .step-wrap .step .img-box .arrow {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
}
.clinic-process-section .process-wrap .step-wrap .step .img-box .arrow.pixel-fixed {
  transform: translate(calc(100% - 1px), -50%);
}
.clinic-process-section .process-wrap .step-wrap .step .desc {
  padding: 2.3rem 0 0;
  text-align: center;
}
.clinic-process-section .process-wrap .step-wrap .step .desc p {
  padding: 1.6rem 0 0;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .clinic-process-section .process-wrap .step-wrap .step .desc p br {
    display: none;
  }
}
.clinic-process-section .process-wrap .step-wrap .step .step-desc {
  padding: 2.2rem 0 0;
}
.clinic-process-section .process-wrap .step-wrap .step .step-desc p {
  line-height: 1.35;
}
.clinic-process-section .process-wrap .step-wrap .step:nth-child(1) {
  transition-delay: 0.075s;
  z-index: 5;
}
.clinic-process-section .process-wrap .step-wrap .step:nth-child(2) {
  transition-delay: 0.15s;
  z-index: 4;
}
.clinic-process-section .process-wrap .step-wrap .step:nth-child(3) {
  transition-delay: 0.225s;
  z-index: 3;
}
.clinic-process-section .process-wrap .step-wrap .step:nth-child(4) {
  transition-delay: 0.3s;
  z-index: 2;
}
.clinic-process-section .process-wrap .step-wrap .step:nth-child(5) {
  transition-delay: 0.375s;
  z-index: 1;
}
.clinic-process-section .process-wrap .step-wrap .step:nth-child(6) {
  transition-delay: 0.45s;
  z-index: 0;
}

@media (max-width: 991px) {
  .clinic-process-section .process-wrap .title-box h2 {
    text-wrap: balance;
  }
  .clinic-process-section .process-wrap .title-box h2 .ani-text .ani-inner {
    line-height: 1.3;
  }
  .clinic-process-section .process-wrap .step-wrap {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  .clinic-process-section .process-wrap .step-wrap.gap-small {
    gap: 50px;
    margin: 16px 0 0 0;
  }
  .clinic-process-section .process-wrap .step-wrap .step .img-box {
    display: flex;
    justify-content: center;
  }
  .clinic-process-section .process-wrap .step-wrap .step .img-box .arrow {
    display: none;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(calc(50% + 27px)) rotate(90deg);
    transform-origin: center center;
  }
  .clinic-process-section .process-wrap .step-wrap .step .img-box .arrow.pixel-fixed {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(calc(50% + 27px)) rotate(90deg);
    transform-origin: center center;
  }
  .clinic-process-section .process-wrap .step-wrap .step .step-desc p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .clinic-process-section .process-wrap .title-box {
    padding: 0 0 20px 0;
  }
  .clinic-process-section .process-wrap .title-box p {
    margin: 8px 0 0;
    font-size: 15px;
    text-wrap: balance;
  }
  .clinic-process-section .process-wrap .title-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .clinic-process-section .process-wrap .step-wrap {
    gap: 50px;
  }
  .clinic-process-section .process-wrap .step-wrap.gap-small {
    gap: 45px;
  }
  .clinic-process-section .process-wrap .step-wrap .step .desc {
    padding: 2rem 0 0;
  }
  .clinic-process-section .process-wrap .step-wrap .step .desc p {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .clinic-process-section .process-wrap .step-wrap .step .desc p {
    text-wrap: balance;
  }
  .clinic-process-section .process-wrap .step-wrap .step .desc p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .clinic-process-section .process-wrap .step-wrap .step .step-desc {
    padding: 1.5rem 0 0;
  }
  .clinic-process-section .process-wrap .step-wrap .step .step-desc p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .clinic-process-section .process-wrap .step-wrap .step .step-desc p {
    font-size: 15px;
  }
  .clinic-process-section .process-wrap .step-wrap .step .step-desc p::before {
    font-size: 15px !important;
  }
  .clinic-process-section .process-wrap .step-wrap .step .step-desc p br {
    display: none;
  }
  .clinic-process-section .process-wrap .step-wrap .step .step-desc p.non-before {
    font-size: 16px;
  }
}
/* clinic-example-section */
.clinic-example-section .example-wrap .example-box-container .example-box {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 65px;
  border-top: 1px solid #eee;
  transform: translateY(3rem);
  opacity: 0;
  transition: opacity 0.9s, transform 0.9s;
}
.clinic-example-section .example-wrap .example-box-container .example-box.animate {
  transform: translateY(0rem);
  opacity: 1;
}
.clinic-example-section .example-wrap .example-box-container .example-box .text-box {
  width: 34%;
}
.clinic-example-section .example-wrap .example-box-container .example-box .text-box .title-box .number-square {
  width: 5rem;
  height: 5rem;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.clinic-example-section .example-wrap .example-box-container .example-box .text-box .title-box .title {
  padding: 3rem 0 2rem;
  line-height: 1.2;
}
.clinic-example-section .example-wrap .example-box-container .example-box .text-box .desc {
  line-height: 1.5;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container {
  width: 66%;
  display: flex;
  gap: 2.5rem;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box {
  position: relative;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box img {
  max-width: 100%;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box .arrow {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box .arrow.fixed {
  transform: translate(calc(100% - 1px), -50%);
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box.left {
  z-index: 5;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box.right {
  z-index: 4;
}
.clinic-example-section .example-wrap .example-box-container .example-box .img-box-container.grid-2fr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 449px));
}

@media (max-width: 1279px) {
  .clinic-example-section .example-wrap .example-box-container .example-box {
    flex-direction: column;
    padding: 50px 0 55px;
    gap: 50px;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box {
    width: 100%;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box .title-box {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0 0 2rem 0;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box .title-box .number-square {
    flex-shrink: 0;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box .title-box .title {
    line-height: 1.2;
    padding: 0;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box .title-box .title br {
    display: none;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .clinic-example-section .example-wrap .title-box {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .clinic-example-section .example-wrap .example-box-container .example-box {
    padding: 30px 0 35px;
    gap: 30px;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box .desc {
    font-size: 15px;
    text-wrap: balance;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .text-box .desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container {
    flex-direction: column;
    align-items: center;
    gap: 1.9rem;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container.mobile-fixed {
    gap: 1.8rem;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box .arrow {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(calc(50% + 17px)) rotate(90deg);
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box .arrow.fixed {
    transform: translateX(-50%) translateY(calc(50% + 17px)) rotate(90deg);
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box .arrow.mobile-fixedY {
    transform: translateX(-50%) translateY(calc(50% + 16px)) rotate(90deg);
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container .img-box .arrow svg {
    width: 40px;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container.grid-2fr {
    grid-template-columns: repeat(1, minmax(0, 449px));
    justify-content: center;
  }
  .clinic-example-section .example-wrap .example-box-container .example-box .img-box-container.grid-2fr .img-box.mgb {
    margin: 0 0 3rem 0;
  }
}
/* clinic-why-section */
.clinic-why-section {
  padding: 9rem 0 9.5rem;
  border-radius: 2rem;
  background-image: url("/assets/img/sub/why_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.clinic-why-section .why-wrap h2 .ani-text .ani-inner {
  line-height: 1.3;
}
.clinic-why-section .why-wrap .desc {
  line-height: 1.5;
  transform: translateY(3rem);
  opacity: 0;
  transition: opacity 1s 0.1s, transform 1s 0.1s;
}
.clinic-why-section .why-wrap .desc span.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.clinic-why-section .why-wrap .desc.animate {
  transform: translateY(0rem);
  opacity: 1;
}
.clinic-why-section .why-wrap .check-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transform: translateY(3rem);
  opacity: 0;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}
.clinic-why-section .why-wrap .check-container .check-box {
  width: 24.4rem;
  height: 16.2rem;
  border-radius: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 2rem;
}
.clinic-why-section .why-wrap .check-container .check-box img {
  width: 2.5rem;
}
.clinic-why-section .why-wrap .check-container.animate {
  opacity: 1;
  transform: translateY(0rem);
}

@media (max-width: 991px) {
  .clinic-why-section {
    padding: 50px 0;
    background-position: 100% 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .clinic-why-section {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .clinic-why-section .why-wrap .desc br {
    display: none;
  }
  .clinic-why-section .why-wrap .desc span.underline {
    text-underline-offset: 2px;
  }
}
@media (max-width: 500px) {
  .clinic-why-section {
    padding: 45px 0 50px;
  }
  .clinic-why-section .why-wrap .desc {
    font-size: 15px;
  }
  .clinic-why-section .why-wrap .check-container {
    flex-direction: column;
  }
  .clinic-why-section .why-wrap .check-container .check-box {
    gap: 2rem;
    height: 12.5rem;
  }
  .clinic-why-section .why-wrap .check-container .check-box img {
    width: 18px;
  }
  .clinic-why-section .why-wrap .check-container .check-box .text {
    font-size: 15px;
  }
  .clinic-why-section .why-wrap .check-container .plus-text {
    font-size: 15px;
  }
}
/* clinic-overtoe-section */
.clinic-overtoe-section .overtoe-box-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.clinic-overtoe-section .overtoe-box-container.animate .overtoe-box {
  clip-path: inset(0 0 0 0);
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  transition: clip-path 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  clip-path: inset(0 0 100% 0);
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .ttl-box {
  position: relative;
  height: 7.9rem;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .ttl-box .down-arrow {
  width: 27px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% - 4px));
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .one-step {
  width: 33.5rem;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-over-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap {
  display: flex;
  gap: 2rem;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .img-box {
  position: relative;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .img-box img {
  max-width: 100%;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .img-box .down-arrow {
  width: 27px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% - 6px));
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .three-step p {
  line-height: 1.3;
}
.clinic-overtoe-section .overtoe-box-container .overtoe-box .surgery-title {
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 7.9rem;
  width: 100%;
}

@media (max-width: 991px) {
  .clinic-overtoe-section .overtoe-box-container {
    flex-direction: column;
    gap: 72px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  .clinic-overtoe-section .overtoe-box-container {
    gap: 40px;
  }
}
@media (max-width: 450px) {
  .clinic-overtoe-section .overtoe-box-container .overtoe-box {
    gap: 4rem;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .ttl-box {
    font-size: 15px;
    height: auto;
    padding: 20px 0;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .ttl-box .down-arrow {
    width: 23px;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .one-step {
    width: 60%;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap {
    gap: 10px;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .two-step {
    font-size: 15px;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .two-step .down-arrow {
    width: 23px;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .img-box .down-arrow {
    width: 23px;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .box-wrap .box .three-step p {
    font-size: 15px;
  }
  .clinic-overtoe-section .overtoe-box-container .overtoe-box .surgery-title {
    height: 7rem;
  }
}/*# sourceMappingURL=sub.css.map */