.main-tit-after{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
  color: #001F60;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Pretendard Variable";
}
.equ .main-tit-after{
  align-items: flex-start;
}
.con3 .main-tit-after{
  align-items: flex-end;
}

.main_tit{
  position: relative;
  font-family: 'Paperlogy';
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.main_tit b{
  color: rgba(1, 1, 1, 0.3)
}
.main_tit b .copy{
  color: rgb(17, 17, 17);
}
/* 기본 상태 (공통 트랜지션) */
.no-aos,
.no-aos-left,
.no-aos-right {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out;
}

/* 위에서 fade-up */
.no-aos {
  transform: translateY(60px);
}
.no-aos.show {
  opacity: 1;
  transform: translateY(0);
}

/* 왼쪽에서 fade-left */
.no-aos-left {
  transform: translateX(-60px);
}
.no-aos-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* 오른쪽에서 fade-right */
.no-aos-right {
  transform: translateX(60px);
}
.no-aos-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* h2 ani css */ 
.copy_e{
  position: relative;
  white-space: nowrap;
  display: inline-block;    
  line-height: 1.3em;
}
.copy_e .copy{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.3em;
  opacity: 0.1;
  overflow: hidden;
  white-space: nowrap;
  transition: width 1s ease-in-out ;
}
.copy_e.active .copy{width: 100%;opacity: 1;}

.split {
  display: inline-block;
  opacity: 1;
}
.split .char {
  display: inline-block;
  opacity: 0;
}

/* intro */
.intro{
  position: relative;
}
.intro-bg-wrap{
  position: relative;
  height: 100%;
  z-index: -1;
  background: url(../img/intro_bg.png)no-repeat right center;
  background-size: 35%;
}
.intro-bg-wrap::after{
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/intro_bg_logo.png) no-repeat right top;
  z-index: -1;
  background-size: contain;
}
.intro_left{
  width: 100%;
}
.intro_right{
  width: 100%;
}
.intro_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.intro_right img{
  position: relative;
  z-index: 2;
  bottom: 0;
  display: block;
  width: 612px;
}
.intro_equ{
  background: #001D4C;
}
/* circle animation */
.emph {
  position: relative;
  display: inline-block;
}
.circle1, .circle2, .circle3 {
  position: absolute;
  top: -15px;
  left: 12%;
  width: 12px;
  height: 12px;
  background-color: #F6AD3C;
  border-radius: 50%;
}
.circle1 {
  left: 12%;
}
.circle2 {
  left: 43%;
}
.circle3 {
  left: 73%;
}
.circle1 { animation-delay: 0s; }
.circle2 { animation-delay: 0.15s; }
.circle3 { animation-delay: 0.3s; }

.circle1, .circle2, .circle3 {
  animation-name: bounce;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 2;
}
/* 통통 튀는 애니메이션 */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}
/* text */
.emphasis-text{
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #001F60;
}
.emphasis-text strong{
  color: #F6AD3C;
}
.intro-description{
  display: flex;
  flex-direction: column;
  gap: 19px;
  font-family: "Pretendard Variable";
  font-size: 2.2rem;
}
.intro-description strong{
  font-weight: 700;
}
.intro-description p{
  line-height: 1.4;
  color: #1D1D1D;
  font-weight: 500;
  letter-spacing: -0.0022em;
}
.intro-description p:last-child{
  color: #111;
}
.doctor-sign{
  font-size: 2.6rem;
  font-family: 'Paperlogy';
  font-weight: 500;
}
.doctor-sign i{
  font-family: "SolmoeKimDaeGeon";
  font-size: 2.8rem;
}


/* equipment */
.txt_bg{
  font-family: "Pretendard Variable";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 13rem;
  font-weight: 900;
  color: rgb(255, 255, 255, 0.35);
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
}
.flowing-text {
  display: inline-block;
  animation: text-to-right  85s linear infinite;
}
@keyframes text-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.program{
  background: #001D4C;
  position: relative;
}
.text_box {
  position: relative;
  width: 590px;
  height: 650px;
  padding: 98px 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FFF 0%, #F8F8F8 55.18%, #F4F4F4 84.62%, #F0F0F0 100%);
  box-shadow: 0 4px 40px 10px rgba(0, 0, 0, 0.05);
}

.text_box::after{
  display: block;
  content: "";
  width: 360px;
  height: 310px;
  position: absolute;
  bottom: 0;
  right: 16px;
  background: url(../img/equ-logo.png) no-repeat right top;
  background-size: contain;
}
.title_sub{
  font-size: 2.5rem;
  font-family: "Paperlogy";
  color: #1D1D1D;
  line-height: 1.5;
}
.text_box .tiny {
  text-transform: uppercase;
  color: #797979;
  letter-spacing: 3.6px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
.text_box .title {
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
.text_box .title i{
  color: #F6AD3C;
}
.text_box .title br:nth-child(2){
  display: none;
}
.item_hover {
  opacity: 0;
}
.program .slide_box {
  width: 1550px;
  position: absolute;
  left: 43%;
  top: 50%;
  transform: translateY(-50%);
}
.text_box{
  color: #001F60;
}
.program-wrap{
  display: flex;
}
.prgm_pagination {
  display: flex;
  margin-top: 145px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.prgm_slide .swiper-slide .item_wr {
  width: 370px;
  height: 460px;
  border-radius: 35px;
  position: relative;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.prgm_slide .swiper-slide .item_wr figure {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid rgba(216, 216, 216, 0.60);
  border-radius: 35px;
}
.prgm_slide .swiper-slide .item_wr figure img {
  width: auto;
  height: 100%;
  position: static;
  cursor: pointer;
  object-fit: contain;
  border-radius: 35px;
}
.prgm_slide .txt_box .tit{
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-size: 3rem;
  font-weight: 600;
}
.prgm_slide .txt_box .tit i{
  font-size: 2.5rem;
}
.prgm_pagination {
  display: flex;
  margin-top: 115px;
  position: relative;
  z-index: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.prgm_pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #959595D2;
  border-radius: 10px;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.3s;
}

.prgm_pagination .swiper-pagination-bullet-active {
  width: 53px;
  background: #001F60;
}

/* doctor */
.sec2-flex{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.sec2-left{
  background: #EEEDED;
  border-radius: 30px;
  padding: 30px;
  width: 553px;
  height: 775px;
  flex: 1;
  position: relative;
}
.sec2-left img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.sec2-left h3{
  display: flex;
  align-items: center;
  color: #111;
  font-size: 45px;
  font-weight: 800;
  gap: 13px;
}
.sec2-left h3 span{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  background: #F6AD3C;
  padding: 0px 15px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 3px solid rgba(216, 216, 216, 0.60);
}
.sec2-right{
  display: flex;
  flex-direction: column;
  color: #1D1D1D;
  flex: 1.7;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.sec2-right-top{
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.doc-txt03 li:not(:first-child){
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.first-li{
  display: flex;
  color: #001F60;
  font-size: 2.2rem;
  font-weight: 700;
  align-items: center;
  gap: 10px;
}
.first-li .focus{
  width: 5px;
  height: 21px;
  background: #001F60;
}

/* sec3 */
.sec3 {
  position: relative;
}

.sec3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 61%;
  background: url(../img/clinic1-bg.png) no-repeat center/cover;
  z-index: -1;
}
.sec3-top-txt-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec3-top-txt-box p{
  color: #1D1D1D;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.0022em;
}
.sec3-top-txt-box .line{
  width: 1px;
  height: 53px;
  background: #001F60;
}
.sec3-top-btn-box{
  width: 63%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sec3-top-btn-box .clinic-list{
  display: flex;
  justify-content: center;
  gap: 10px;
  border-radius: 25px;
  background: rgba(168, 168, 168, 0.20);
  padding: 13px 14px;
}
.sec3-top-btn-box .clinic-list li{
  border-radius: 17px;
  border: 3px solid rgba(216, 216, 216, 0.60);
  background: #001F60;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  padding: 0px 45px;
  cursor: pointer;
}
.sec3-top-btn-box .clinic-list li i{
  font-weight: 600;
}
.sec3-top-btn-box .clinic-list li.on{
  background: #F6AD3C;
}
.sec3-top-btn-box .clinic-list li a {
  white-space: nowrap; /* 줄바꿈 방지 */
}
.sec3-bot{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec3-bot-left img{
  display: block;
  height: 776px;
}
.sec3-bot-right-txt{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sec3-bot-right-bot-top{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec3-bot-right-bot-top i{
  color: #001F60;
}
.sec3-bot-right-bot-top h3{
  color: #111;
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: fit-content;
}
/* 밑줄 기본 상태 (숨김) */
.sec3-bot-right-bot-top h3::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(246, 173, 60, 0.76);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
  z-index: -1;
}

/* 애니메이션 트리거 */
.sec3-bot-right-bot-top h3.show::after {
  transform: scaleX(1);
}
.sec3-bot-right-bot-top p{
  color: #1D1D1D;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.0022em;
}
.sec3-bot-right-bot{
  display: flex;
  flex-direction: column;
  gap: 47px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.70);
  padding: 40px;
  width: 762px;
}
.sec3-bot-right-bot-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
.sec3-bot-right-bot h4{
  border-radius: 15px;
  background: #001F60;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  padding: 0px 23px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3-bot-right-bot-wrap ul{
  font-size: 2.2rem;
  font-weight: 400;
  color: #777;
}
.sec3-bot-right-bot-wrap ul li{
  position: relative;
  line-height: 2;
  cursor: pointer;
  padding-left: 13px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sec3-bot-right-bot-wrap ul li .focus {
  display: none;
}
.sec3-bot-right-bot-wrap ul li.on .focus {
  display: inline-block;
  width: 5px;
  height: 40px;
  background: #001F60;
  margin-right: 8px;
  vertical-align: middle;
}
.sec3-bot-right-bot-wrap ul li.on{
  color: #001F60;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.sec3-bot-right-bot-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.sec3-bot-right-bot-img{
  position: relative;
}
.sec3-bot-right-bot-img.swiper{
  overflow: visible;
}
.sec3-bot-right-bot-img::after {
  content: "";
  position: absolute;
  top: -11%;
  right: -9%;
  background: url(../img/clinic1-round-ani.png) no-repeat center/cover;
  width: 90px;
  height: 90px;
  z-index: 2;
  animation: rotateRound 25s linear infinite;
}
@keyframes rotateRound {
  0%{
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  } 
}
.sec3-top-btn-wrap{
  width: 100%;
}
/* sec4 */
.sec4 {
  position: relative;
}
.sec4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 61%;
  z-index: -1;
  background: #001F60;
}

.sec4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/sec4-bg-logo.png) no-repeat right bottom;
}
.sec4-top-btn-box ul{
  display: flex;
  color: rgba(255, 255, 255, 0.55);
  justify-content: space-between;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  margin-top: 10%;
  max-width: 1280px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sec4-top-btn-box ul li.on{
  color: #F6AD3C;
}

.sec4-content{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec4-left-img{
  display: flex;
  align-items: center;
  gap: 25px;
}
.sec4-left-img li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec4-left{
  background: #F8F8F8;
  width: 731px;
  border-radius: 30px 0px 0px 30px;
  padding: 45px;
  flex: 1;
  position: relative;
  left: 1%;
}
.sec4-left h3{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 4rem;
  font-weight: 700;
  color: #001F60;
}
.sec4-left h3 .focus{
  width: 8px;
  height: 35px;
  background: #001F60;
}
.sec4-left p{
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: -0.0022em;
}
.sec4-left h4{
  border-radius: 15px;
  background: #001F60;
  width: fit-content;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
  padding: 0px 18px;
}
.sec4-right{
  flex: 1.1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.sec4-left-img li{
  color: #111;
  font-size: 2.2rem;
  font-weight: 500;
}
.sec4-right h5{
  border-radius: 15px;
  border: 3px solid rgba(216, 216, 216, 0.60);
  background: #F6AD3C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  position: absolute;
  bottom: 34px;
  right: 36px;
  padding: 0px 30px;
}

/* Progress bar 기본 스타일 */
.sec4-progressbar {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(255, 199, 80, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
}

.sec4-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #f6ad3c;
  transition: width 0.2s linear;
  border-radius: 3px;
}

/* 콘텐츠 전환 효과 */
.sec4-content {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.sec4-content.active {
  display: flex;
  opacity: 1;
}
.sec4-top-btn-box ul li{
  cursor: pointer;
}

/* 비수술통증치료  arrow */
.sec4-flex-wrap {
  position: relative;
}

.sec4-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  z-index: 10;
}

.sec4-prev,
.sec4-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sec4-prev img,
.sec4-next img {
  width: 100%;
  height: auto;
  display: block;
}

.sec4-prev {
  left: -60px;
}
.sec4-next {
  right: -60px;
}

.sec4-prev:hover,
.sec4-next:hover {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.9;
}

/* sec5 */
.sec5{
  background: url(../img/sec5_background.png) no-repeat center/cover;
  position: relative;
  z-index: -3;
}
.sec5-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec4-left.reverse{
  height: 346px;
  border-radius: 20px;
  padding: 45px;
}
.sec4-left-img.reverse{
  align-items: flex-start;
  flex-direction: column;
  gap: 0px;
  
}
.sec4-left-img.reverse li{
  color: #001F60;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.0022em;
}
.sec5-left{
  position: relative;
  z-index: -1;
  left: 2%;
}
.sec5-left img{
  border-radius: 30px 0px 0px 30px;
  display: block;
}
.sec4-left-img.reverse::after{
  content: "";
  position: absolute;
  top: -11%;
  right: -5%;
  background: url(../img/clinic1-round-ani.png) no-repeat center / cover;
  width: 90px;
  height: 90px;
  z-index: 2;
  animation: rotateRound 25s 
  linear infinite;
}
.sec5-content.reverse{
  flex-direction: row-reverse;
}
.sec4-left-img.reverse.second::after{
  left: -5%;
}
.sec5-left.second img{
  border-radius: 0px 30px 30px 0px;
}
.sec5-left.second{
  left: -1%;
}
.sec6 .sec4-controls{
  top: 40%;
}
.sec6 .sec4-next{
  right: -4%;
}
.sec6 .sec4-prev{
  left: -4%;
}
/* way */
.way {
  background: rgba(239, 239, 239, 0.5) url("../img/way-background.png") no-repeat center / cover;
}

.way_wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.way_left, .map, .root_daum_roughmap_landing{
  border-radius: 50px 0 0 50px;
}
.way_left{
  width: 100%;
  height: 680px;
  border: 1px solid rgba(248, 248, 248, 0.60);
  position: relative;
  z-index: -1;
  left: 2.5%;
}
.way_right{
  position: relative;
  width: 100%;
  height: 680px;
  background: #fff;
  font-weight: 400;
  padding: 40px 50px;
  z-index: 1;
  border-radius: 50px;
  border: 3px solid rgba(248, 248, 248, 0.60);
}
.root_daum_roughmap_landing{
  height: 680px;}
  
  .way_right::after {
    content: '';
    display: block;
    width: 76px;
    height: 72px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../img/way_logo.png) no-repeat center/cover;
  }
  .root_daum_roughmap .wrap_controllers, .root_daum_roughmap .cont .section{display: none;}
  
  .map_top{
    font-size: 30px;
  }
  .map_tit{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #111;
    font-weight: 800;
  }
  
  .map_tit img{
    object-fit: contain;
    width: 35px;
    height: 35px;
  }
  .map_tit.color{
    font-size: 2rem;
    font-weight: 500;
    color: #111;
  }
  .map_tit.color1{
    color: #001F60;
    font-size: 38px;
  }
  .map_txt_ul{
    color: #1D1D1D;
    font-size: 2.5rem;
  }
  .map_txt hr{
    height: 2px;
    background: #D9D9D9;
  }
  .map_txt_ul li{
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    letter-spacing: -0.002em;
  }
  .map_txt_ul li:last-of-type{
    gap: 10px;
  }
  .map_txt_ul li em{
    font-weight: 800;
    width: 152px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    color: #1D1D1D;
  }
  .map_txt_s{
    font-size: 2rem;
    color: #111;
    font-weight: 500;
  }
  /* .map_txt_ul li:last-child{
  gap: 140px;
  } */
  .map_txt_ul .map_tit{
    justify-content: inherit;
  }
  .map_txt_ul li:last-child strong{
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .map_txt_ul li:last-child > strong i{
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .map_tit_sticker{
    position: relative;
    bottom: -16px;
    font-size: 2.2rem;
    width: auto;
    background: #08B6B6;
    border-radius: 10px;
    color: #fff;
    padding: 2px 10px;
  }
  .map_tit_wrap_y{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .way i{
    font-weight: 800;
  }
  .way_wrap::before{
    content: "";
    position: absolute;
    top: -9%;
    right: -5%;
    background: url(../img/way_round.png) no-repeat center / cover;
    width: 160px;
    height: 160px;
    z-index: -1;
    animation: rotateRound 25s 
    linear infinite;
  }

  