@charset "utf-8";

/* clinic main */
#spm_content .hero_slider {
  overflow: hidden;
  width: calc(1740vw / var(--mainWidth));
  margin: 0 auto;
}

#spm_content .hero_slider .swiper {
  width: 100%;
  padding-top: calc(84vw/var(--mainWidth));
}

#spm_content .hero_slider .swiper-slide {
  height: auto;
  aspect-ratio: 1740 / 726;
}

#spm_content .hero_slider .hero_slide_item {
  display: block;
  height: 100%;
  border-radius: 18px;
  text-decoration: none;
  background: linear-gradient(135deg, #111 0%, #444 100%);
  position: relative;
  overflow: hidden;
}

#spm_content .hero_slider .slide-01 .hero_slide_item {
  background: url('/img/spm/main/hero-slide01-bg.png') no-repeat center center / cover;
}
#spm_content .hero_slider .slide-02 .hero_slide_item {
  background: url('/img/spm/main/hero-slide02-bg.png') no-repeat center center / cover;
}
#spm_content .hero_slider .slide-03 .hero_slide_item {
  background: url('/img/spm/main/hero-slide03-bg.png') no-repeat center center / cover;
}
#spm_content .hero_slider .slide-04 .hero_slide_item {
  background: url('/img/spm/main/hero-slide04-bg.png') no-repeat center center / cover;
}

#spm_content .hero_slider .hero_slide_item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), rgba(255,255,255,0) 55%);
  pointer-events: none;
}
#spm_content .hero_slider .hero_slide_item {
  padding-left: calc(200vw/var(--mainWidth));
}
#spm_content .hero_slider .hero_slide_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(40vw/var(--mainWidth));
  height: auto;
}

#spm_content .hero_slider .hero_slide_badge svg {
  width: 100%;
  height: auto;
}

#spm_content .hero_slider .hero_slide_title {
  display: block;
  margin-top: calc(30vw/var(--mainWidth));
  color: #3f363a;
}
#spm_content .hero_slider .hero_slide_title span {
  display: block;
}
#spm_content .hero_slider .hero_slide_desc {
  display: block;
}
#spm_content .hero_slider .slide-01 .hero_slide_item {
  padding-top: calc(100vw/var(--mainWidth));
  line-height: 1.2;
}
#spm_content .hero_slider .slide-01 .hero_slide_title {
  font-size: calc(110vw/var(--mainWidth));
  font-weight: 300;

}
#spm_content .hero_slider .slide-01 .hero_slide_title .gradient-text {
  font-size: calc(110vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #ffc8d0, #ff7c98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline;
}
#spm_content .hero_slider .slide-01 .hero_slide_desc {
  font-size: calc(30vw/var(--mainWidth));
  font-weight: 200;
}

#spm_content .hero_slider .slide-02 .hero_slide_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: calc(50% + 125vw/var(--mainWidth));
}
#spm_content .hero_slider .slide-02 .hero_slide_title {
  display: inline;
  flex-direction: column;
  gap: calc(10vw/var(--mainWidth));
  line-height: 1.1;
}
#spm_content .hero_slider .slide-02 .hero_slide_title span:nth-child(1) {
  font-size: calc(50vw/var(--mainWidth));
  font-weight: 200;
  color: #685e62;
}
#spm_content .hero_slider .slide-02 .hero_slide_title span:nth-child(2) {
  font-size: calc(130vw/var(--mainWidth));
  font-family: var(--subFont1);
  font-weight: 700;
  background: linear-gradient(135deg, #b3d7ea , #468aba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-top: calc(40vw/var(--mainWidth));
  position: relative;
}
#spm_content .hero_slider .slide-02 .hero_slide_title span:nth-child(2) b {
    font-size: calc(100vw/var(--mainWidth));
}
#spm_content .hero_slider .slide-02 .hero_slide_title span:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: calc(5vw/var(--mainWidth));
  width: calc(304vw/var(--mainWidth));
  height: calc(7vw/var(--mainWidth));
  background-color: #84bbd9;
}

#spm_content .hero_slider .slide-03 .hero_slide_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: calc(50% + 270vw/var(--mainWidth));
}
#spm_content .hero_slider .slide-03 .hero_slide_title {
    line-height: 1;
}
#spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(1) {
  font-size: calc(40vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(1) strong {
  font-weight: 600;
}
#spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2) {
    font-size: calc(110vw/var(--mainWidth));
    font-weight: 300;
    color: #3f363a;
    padding-top: calc(10vw/var(--mainWidth));
}
#spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(3) {
  font-size: calc(110vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #fbc4d6 , #f86f95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: flex-end;
  gap: calc(20vw/var(--mainWidth));
  padding-top: calc(10vw/var(--mainWidth));
  position: relative;
}
#spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2) b {
  font-weight: 700;
}

#spm_content .hero_slider .slide-04 .hero_slide_item {
  padding-top: calc(100vw/var(--mainWidth));
  height: 100%;
}
#spm_content .hero_slider .slide-04 .hero_slide_title span:nth-child(1) {
  font-size: calc(30vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#spm_content .hero_slider .slide-04 .hero_slide_title span:nth-child(2) {
  font-size: calc(30vw/var(--mainWidth));
  font-weight: 600;
}
#spm_content .hero_slider .slide-04 .hero_slide_title .gradient-text {
  font-size: calc(130vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #e7dff3 , #b69cd8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: flex-end;
  gap: calc(20vw/var(--mainWidth));
  padding-top: calc(20vw/var(--mainWidth));
  line-height: 1;
}

/* 슬라이드 컨트롤 */
#spm_content .hero_slider .hero_slide_controls {
  position: absolute;
  left: calc(200vw/var(--mainWidth));
  bottom: calc(120vw/var(--mainWidth));
  display: flex;
  align-items: center;
  gap: calc(20vw/var(--mainWidth));
  z-index: 10;
}

#spm_content .hero_slider .slide_number {
  font-size: calc(20vw/var(--mainWidth));
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

#spm_content .hero_slider .progress_bar_wrap {
  width: calc(168vw/var(--mainWidth));
  height: calc(2vw/var(--mainWidth));
  background: rgba(255, 255, 255, 0.8);
  border-radius: calc(2vw/var(--mainWidth));
  overflow: hidden;
  position: relative;
}

#spm_content .hero_slider .progress_bar {
  height: 100%;
  width: 0%;
  border-radius: calc(2vw/var(--mainWidth));
  transition: none;
}

#spm_content .hero_slider .play_pause_btn {
  width: calc(27vw/var(--mainWidth));
  height: calc(27vw/var(--mainWidth));
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding: 0;
}

#spm_content .hero_slider .play_pause_btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

#spm_content .hero_slider .play_pause_icon {
  width: calc(12vw/var(--mainWidth));
  height: calc(12vw/var(--mainWidth));
  object-fit: contain;
}

#spm_content .hero_slider .swiper-pagination-bullet-active {
  background: rgba(0,0,0,.7);
}

#spm_content .hero_slider .hero-nav-btn {
  width: calc(50vw/var(--mainWidth));
  height: calc(50vw/var(--mainWidth));
  margin-top: 0;
  background-color: #ffbcd3;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
  top: 50%;
  transform: translateY(0%);
}

#spm_content .hero_slider .hero-nav-btn::after {
  font-size: calc(20vw/var(--mainWidth));
  font-weight: bold;
  color: #fff;
}

#spm_content .hero_slider .hero-nav-btn:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

#spm_content .hero_slider .hero-nav-next {
  right: calc(20vw/var(--mainWidth));
}

#spm_content .hero_slider .hero-nav-prev {
  left: calc(20vw/var(--mainWidth));
}

@media (max-width: 800px) {
  #spm_content .hero_slider {
    width: calc(970vw / var(--mainWidth));
  }

  #spm_content .hero_slider .swiper {
    width: 100%;
    padding-top: calc(84vw/var(--mainWidth));
  }

  #spm_content .hero_slider .swiper-slide {
    height: auto;
    aspect-ratio: 970 / 762;
  }

  #spm_content .hero_slider .hero_slide_item {
    display: block;
    height: 100%;
    border-radius: 18px;
    text-decoration: none;
    background: linear-gradient(135deg, #111 0%, #444 100%);
    position: relative;
    overflow: hidden;
  }

  #spm_content .hero_slider .slide-01 .hero_slide_item {
    background: url('/img/spm/main/m/hero-slide01-bg.png') no-repeat center center / cover;
  }
  #spm_content .hero_slider .slide-02 .hero_slide_item {
    background: url('/img/spm/main/m/hero-slide02-bg.png') no-repeat center center / cover;
    padding-left: calc(440vw/var(--mainWidth));
    padding-top: calc(105vw/var(--mainWidth));
    justify-content: flex-start;
  }
  #spm_content .hero_slider .slide-03 .hero_slide_item {
    background: url('/img/spm/main/m/hero-slide03-bg.png') no-repeat center center / cover;
    padding-left: calc(50% + 70vw/var(--mainWidth));
  }
  #spm_content .hero_slider .slide-04 .hero_slide_item {
    background: url('/img/spm/main/m/hero-slide04-bg.png') no-repeat center center / cover;
    padding-top: calc(55vw/var(--mainWidth));
  }
  
  #spm_content .hero_slider .hero_slide_item {
    padding-left: calc(44vw/var(--mainWidth));
    /* padding-top: calc(100vw/var(--mainWidth)); */
  }
  
  #spm_content .hero_slider .hero_slide_item {
    padding-left: calc(44vw/var(--mainWidth));
  }
  #spm_content .hero_slider .hero_slide_badge {
    width: calc(34vw/var(--mainWidth));
    margin-bottom: calc(30vw/var(--mainWidth));
  }
  #spm_content .hero_slider .slide-01 .hero_slide_item {
    padding-top: calc(100vw/var(--mainWidth));
    line-height: 1.15;
  }
  #spm_content .hero_slider .slide-01 .hero_slide_item > span:nth-of-type(3) {
    margin-top: calc(5vw/var(--mainWidth));
  }
  #spm_content .hero_slider .slide-01 .hero_slide_title {
    font-size: calc(100vw/var(--mainWidth));
  }
  #spm_content .hero_slider .slide-01 .hero_slide_title .gradient-text {
    font-size: calc(100vw/var(--mainWidth));
  }

  #spm_content .hero_slider .slide-02 .hero_slide_title {
    margin-top: 0;
  }
  #spm_content .hero_slider .slide-02 .hero_slide_title span:nth-child(2) {
    font-size: calc(100vw/var(--mainWidth));
  }
  #spm_content .hero_slider .slide-02 .hero_slide_title span:nth-child(2)::after {
    width: calc(228vw/var(--mainWidth));
  }

  #spm_content .hero_slider .slide-03 .hero_slide_item {
    padding-top: calc(145vw/var(--mainWidth));
    justify-content: flex-start;
  }
  #spm_content .hero_slider .slide-03 .hero_slide_title {
    margin-top: 0;
  }
  #spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2) {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }
  #spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2)::after {
    top: calc(150vw/var(--mainWidth));
  }
  #spm_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2) img {
    width: calc(123vw/var(--mainWidth));
    height: auto;
    margin-left: calc(20vw/var(--mainWidth));
  }

  #spm_content .hero_slider .hero_slide_title {
    margin-top: 0;
  }
  #spm_content .hero_slider .slide-04 .hero_slide_title .gradient-text {
    font-size: calc(100vw/var(--mainWidth));
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  /* 슬라이드 컨트롤 */
  #spm_content .hero_slider .hero_slide_controls {
    left: calc(44vw/var(--mainWidth));
    bottom: calc(170vw/var(--mainWidth));
    gap: calc(20vw/var(--mainWidth));
  }

  #spm_content .hero_slider .hero-nav-btn {
    width: calc(64vw/var(--mainWidth));
    height: calc(64vw/var(--mainWidth));
    top: auto;
    bottom: calc(45vw/var(--mainWidth));
    transform: translateY(0%);
  }

  #spm_content .hero_slider .hero-nav-btn::after {
    font-size: calc(20vw/var(--mainWidth));
    font-weight: bold;
    color: #fff;
  }

  #spm_content .hero_slider .hero-nav-btn:hover {
    transform: translateY(0%) scale(1.1);
    opacity: 0.9;
  }

  #spm_content .hero_slider .hero-nav-next {
    right: auto;
    left: calc(118vw/var(--mainWidth));
  }

  #spm_content .hero_slider .hero-nav-prev {
    left: calc(42vw/var(--mainWidth));
  }
}


/* 리앤스타 스토리 (유튜브 롱폼) */
.youtube_section {
  margin: 0 auto;
  margin-top: calc(80vw/var(--mainWidth));
  width: calc(1740vw/var(--mainWidth));
}

.youtube_section .section_title {
    font-size: calc(70vw/var(--mainWidth));
    font-weight: 300;
    color: #675a5e;
    margin-bottom: calc(36vw/var(--mainWidth));
    text-align: center;
}
.youtube_section .section_title span {
  display: block;
}
.youtube_section .section_title span img {
  width: calc(90vw/var(--mainWidth));
  height: auto;
}
.youtube_section .section_title strong {
  font-weight: 600;
  color: #fe8cae;
}


/* 리앤스타 쇼츠 (유튜브 쇼츠) */
.shorts_section {
  margin: 0 auto;
  margin-top: calc(35vw/var(--mainWidth));
  width: calc(1740vw/var(--mainWidth));
}
.shorts_section .section_title {
    font-size: calc(70vw/var(--mainWidth));
    font-weight: 300;
    color: #675a5e;
    text-align: center;
}
.shorts_section .section_title span {
  display: block;
}
.shorts_section .section_title span img {
  width: calc(90vw/var(--mainWidth));
  height: auto;
}
.shorts_section .section_title strong {
  font-weight: 600;
  color: #fe8cae;
}

.youtube_section, .shorts_section, .event_section {
  height: auto;
}

.youtube_list, .shorts_list {
    display: flex;
    gap: calc(20vw/var(--mainWidth));
    padding: calc(40vw/var(--mainWidth));
    justify-content: center;
}

.youtube_item {
  width: 100%;
  height: auto;
  border-radius: calc(20vw/var(--mainWidth));
  overflow: hidden;
  background-color: #ffbcd3;
  position: relative;
  /* ---- 입체감(3D 느낌) 스타일 추가 ---- */
  box-shadow: 0 10px 30px rgba(254, 140, 174, 0.15), 0 3px 10px rgba(0,0,0,0.08);
  transition: transform 0.25s cubic-bezier(.22,.61,.36,1), box-shadow 0.25s;
}
.youtube_item:hover {
  transform: translateY(-12px) scale(1.03) perspective(550px) rotateX(3deg) rotateY(-2deg);
  box-shadow: 0 20px 48px rgba(254, 140, 174, 0.23), 0 12px 32px rgba(0,0,0,0.11);
}
.shorts_item {
  width: 100%;
  height: auto;
  border-radius: calc(20vw/var(--mainWidth));
  overflow: hidden;
  position: relative;
  /* ---- 입체감(3D 느낌) 스타일 추가 ---- */
  box-shadow: 0 10px 30px rgba(254, 140, 174, 0.15), 0 3px 10px rgba(0,0,0,0.08);
  transition: transform 0.25s cubic-bezier(.22,.61,.36,1), box-shadow 0.25s;
}
.shorts_item:hover {
  transform: translateY(-12px) scale(1.03) perspective(550px) rotateX(3deg) rotateY(-2deg);
  box-shadow: 0 20px 48px rgba(254, 140, 174, 0.23), 0 12px 32px rgba(0,0,0,0.11);
}

.youtube_item img {
    width: 100%;
    height: auto;
    /* border-radius: calc(20vw/var(--mainWidth)); */
}
.shorts_item img {
  width: 100%;
  height: auto;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}


/* 이벤트 섹션 */
.event_section {
  margin: 0 auto;
  margin-top: calc(40vw/var(--mainWidth));
  width: 100%;
  padding-top: calc(60vw/var(--mainWidth));
  padding-bottom: calc(60vw/var(--mainWidth));
  background-color: #ffcfdf;
}
.event_section .section_title {
  font-size: calc(90vw/var(--mainWidth));
  font-weight: 700;
  color: white;
  text-align: center;
}
.event_section .section_title span {
  display: block;
  line-height: 1;
}
.event_section .section_title span svg {
  width: calc(55vw/var(--mainWidth));
  height: auto;
  fill: white;
}
/* 이벤트 Swiper */
.event_section .event_list.eventSwiper {
  margin: 0 auto;
  width: calc(1740vw/var(--mainWidth));
  overflow: hidden;
  position: relative;
  padding: calc(30vw/var(--mainWidth)) 0;
}

.event_section .event_list .swiper-slide {
  height: auto;
}

.event_section .event_item .event_info {
  width: 100%;
  max-width: calc(402vw/var(--mainWidth));
  margin: 0 auto;
  background-color: white;
  border-radius: calc(20vw/var(--mainWidth));
  overflow: hidden;
}

.event_section .event_list .event-nav-next,
.event_section .event_list .event-nav-prev {
  width: calc(50vw/var(--mainWidth));
  height: calc(50vw/var(--mainWidth));
  margin-top: calc(-25vw/var(--mainWidth));
  color: #ffbcd3;
  transition: opacity 0.2s, color 0.2s;
}
.event_section .event_list .event-nav-next:after,
.event_section .event_list .event-nav-prev:after {
  font-size: calc(24vw/var(--mainWidth));
  font-weight: bold;
}
.event_section .event_list .event-nav-next:hover,
.event_section .event_list .event-nav-prev:hover {
  color: #fe8cae;
  opacity: 0.9;
}
.event_section .event_list .event-pagination {
  bottom: 0;
}
.event_section .event_list .event-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.5);
  opacity: 1;
}
.event_section .event_list .event-pagination .swiper-pagination-bullet-active {
  background: #ffbcd3;
  transform: scale(1.2);
}

.event_section .event_item .event_info .event_thumb_placeholder {
  display: block;
  width: 100%;
  height: calc(346vw/var(--mainWidth));
  background: #f8f7fa;
  border: 2px solid white;
  box-shadow: 0 0 9px 0 rgba(255, 188, 211, 0.15);
}
.event_section .event_item .event_info .event_title {
  font-size: calc(33vw/var(--mainWidth));
  font-family: var(--subFont1);
  font-weight: 300;
  color: #ffbcd3;
  padding-top: calc(12vw/var(--mainWidth));
  text-align: center;
}
.event_section .event_item .event_info_wrap {
  padding: calc(20vw/var(--mainWidth));
}
.event_section .event_item .event_info .event_thumb {
  width: 100%;
  height: calc(402vw/var(--mainWidth));
  object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 0 9px 0 rgba(255, 188, 211, 0.15);
}
.event_section .event_item .event_info_wrap {
  padding: calc(20vw/var(--mainWidth));
}
.event_section .event_item .event_info_wrap .event_title2 {
  font-size: calc(42vw/var(--mainWidth));
  font-family: var(--subFont1);
  font-weight: 600;
  color: #ffbcd3;
}
.event_section .event_item .event_info_wrap .event_summary {
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 300;
  color: #675a5e;
  padding-bottom: calc(50vw/var(--mainWidth));
}
.event_section .event_item .event_info_wrap .event_price {
  font-size: calc(45vw/var(--mainWidth));
  font-weight: 700;
  color: #685e62;
  text-align: right;
}


/* 텍스트 애니메이션 섹션 */
.txt_ani_section { 
  width: 100%; 
  height: 100vh; 
  position: relative;
}
.txt_ani_section .sec-inner {
  overflow: hidden; 
  width: 100%; 
  left: 0; top: 0; 
  height: 100vh; 
  background: #ffffff; 
  position: absolute; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
.txt_ani_section .sec-inner-1 {
  z-index: 3; 
}
.txt_ani_section .sec-inner-2 {
  z-index: 2; 
  background: url(/img/clinic/main/text-ani-bg.jpg) no-repeat;
  background-size: cover; 
}
.txt_ani_section .sec-inner-2 .title {
  color: #fff;
}
.txt_ani_section .sec-inner-3 { 
  z-index: 1; 
}
.txt_ani_section .title {
    font-size: calc(375vw/var(--mainWidth));
    font-weight: 700; 
    z-index: 0; 
    background: linear-gradient(135deg, #ffc6db 0%, #ffa1c2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
    line-height: 1;
    padding-right: calc(10vw/var(--mainWidth));
}
/* .txt_ani_section .sec-inner-1 .title { 
  font-size: calc(375vw/var(--mainWidth));
  font-weight: 700; 
  z-index: 0; 
  background: linear-gradient(135deg, #ffc6db 0%, #ffa1c2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.txt_ani_section .sec-inner-3 .title { 
  font-size: calc(375vw/var(--mainWidth));
  font-weight: 700; 
  z-index: 0; 
  background: linear-gradient(135deg, #ffc3d9 0%, #ffa0c1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  line-height: 1;
} */
.txt_ani_section .star {
  position: absolute;
  width: calc(100vw/var(--mainWidth));
  height: calc(100vw/var(--mainWidth));
  height: auto;
  left: 50%;
  top: 20%;
  margin-left: calc(-50vw/var(--mainWidth));
  z-index: 10; 
  pointer-events: none;
}
.txt_ani_section .star .st0 {
  fill: #ffa0c1;
  transition: fill 0.2s ease;
}
@media screen and (max-width:1100px) {
  :root{
      --mainWidth: 11;
  }
  .txt_ani_section .title { 
      font-size: calc(187vw/var(--mainWidth));
  }
  .txt_ani_section .star{
      width: calc(50vw/var(--mainWidth));
      height: calc(50vw/var(--mainWidth));
      top: 44%;
      margin-left: calc(-25vw/var(--mainWidth));
  }
}


/* =============================
   모바일 레이아웃 보정
   ============================= */
@media (max-width: 800px) {
  /* 메인 컨텐츠 래퍼 */
  #clinic_content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* 유튜브 / 쇼츠 섹션 */
  .youtube_section,
  .shorts_section {
    width: 100%;
    margin-top: calc(90vw/var(--mainWidth));
    padding-left: calc(55vw/var(--mainWidth));
  }

  .youtube_section .section_title,
  .shorts_section .section_title {
    font-size: calc(70vw/var(--mainWidth));
  }

  .youtube_section .section_title span img,
  .shorts_section .section_title span img {
    width: calc(55vw/var(--mainWidth));
  }

  .youtube_swiper_wrapper {
    position: relative;
  }

  .youtube_swiper {
    overflow: visible;
  }

  .youtube_list {
    /* Swiper가 자동으로 처리 */
  }

  .shorts_swiper_wrapper {
    position: relative;
  }

  .shorts_swiper {
    overflow: visible;
  }

  /* 모바일에서 네비게이션 버튼 숨김 */
  .youtube-prev,
  .youtube-next,
  .shorts-prev,
  .shorts-next {
    display: none;
  }

  .shorts_item {
    width: 100%;
    height: auto;
  }

  .play_icon {
    width: calc(60vw/var(--mainWidth));
    height: calc(60vw/var(--mainWidth));
    font-size: calc(24vw/var(--mainWidth));
  }

  /* 이벤트 섹션 */
  .event_section {
    padding-top: calc(60vw/var(--mainWidth));
    padding-bottom: calc(110vw/var(--mainWidth));
    background-color: #ffcfdf;
  }
  .event_section .section_title {
    font-size: calc(135vw/var(--mainWidth));
    margin-bottom: calc(75vw/var(--mainWidth));
  }
  .event_section .section_title span svg {
    width: calc(68vw/var(--mainWidth));
  }
  /* 이벤트 Swiper */
  .event_section .event_list.eventSwiper {
    width: auto;
    /* width: calc(800vw/var(--mainWidth)); */
    /* margin-left: calc(278vw/var(--mainWidth)); */
    padding: calc(60vw/var(--mainWidth));
    overflow: hidden;
    position: relative;
  }
  
  .event_section .event_list .swiper-slide {
    /* width: calc(519vw/var(--mainWidth)) !important; */
    height: auto;
  }
  
  .event_section .event_item .event_info {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    background-color: white;
    border-radius: calc(20vw/var(--mainWidth));
    overflow: hidden;
  }
  
  .event_section .event_list .event-nav-next,
  .event_section .event_list .event-nav-prev {
    width: calc(50vw/var(--mainWidth));
    height: calc(50vw/var(--mainWidth));
    margin-top: calc(-25vw/var(--mainWidth));
    color: #ffbcd3;
    transition: opacity 0.2s, color 0.2s;
  }
  .event_section .event_list .event-nav-next:after,
  .event_section .event_list .event-nav-prev:after {
    font-size: calc(24vw/var(--mainWidth));
    font-weight: bold;
  }
  .event_section .event_list .event-nav-next:hover,
  .event_section .event_list .event-nav-prev:hover {
    color: #fe8cae;
    opacity: 0.9;
  }
  .event_section .event_list .event-pagination {
    bottom: 0;
  }
  .event_section .event_list .event-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    opacity: 1;
  }
  .event_section .event_list .event-pagination .swiper-pagination-bullet-active {
    background: #ffbcd3;
    transform: scale(1.2);
  }
  
  .event_section .event_item .event_info .event_thumb_placeholder {
    display: block;
    width: 100%;
    height: calc(346vw/var(--mainWidth));
    background: #f8f7fa;
    border: 2px solid white;
    border-radius: calc(20vw/var(--mainWidth));
    box-shadow: 0 0 9px 0 rgba(255, 188, 211, 0.15);
  }
  .event_section .event_item .event_info .event_title {
    font-size: calc(70vw/var(--mainWidth));
    padding-top: calc(24vw/var(--mainWidth));
  }
  
  .event_section .event_item .event_info .event_thumb {
    /* height: calc(519vw/var(--mainWidth)); */
    height: auto;
  }
  .event_section .event_item .event_info_wrap {
    padding: calc(20vw/var(--mainWidth));
  }
  .event_section .event_item .event_info_wrap .event_title2 {
    font-size: calc(72vw/var(--mainWidth));
  }
  .event_section .event_item .event_info_wrap .event_summary {
    font-size: calc(45vw/var(--mainWidth));
  }
}


/* 반영구 특장점 */
.spm_specialty_section {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  padding-bottom: calc(50vw/var(--mainWidth));
}
.spm_specialty_slider_wrap {
  overflow: hidden;
}
.spm_specialty_slider {
  display: flex;
  flex-wrap: nowrap;
  /* width: 100%; */
  width: calc(1740vw/var(--mainWidth));
  margin: 0 auto;
  padding: 20px 0 40px 0;
  box-sizing: border-box;
}
.spm_specialty_slider .slick-list {
  overflow: visible;
}
.spm_specialty_slider .slick-track {
  display: flex;
  align-items: center;
}
.spm_specialty_slider .spm_specialty_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: calc(50vw/var(--mainWidth));
  overflow: hidden;
  width: calc(600vw/var(--mainWidth));
  height: calc(600vw/var(--mainWidth));
  padding: calc(50vw/var(--mainWidth));
  color: white;
  /* margin: 0 calc(12vw/var(--mainWidth)); */
  box-sizing: border-box;
  margin-right: calc(24vw/var(--mainWidth));
}
.spm_specialty_slider .spm_specialty_item:last-child{
    margin-right: 0;
}
.spm_specialty_slider .spm_specialty_item01 {
  background: url('/img/spm/main/spm-specialty01.png?ver=260202') no-repeat center center / cover;
}
.spm_specialty_slider .spm_specialty_item02 {
  background: url('/img/spm/main/spm-specialty02.png?ver=260202') no-repeat center center / cover;
}
.spm_specialty_slider .spm_specialty_item03 {
  background: url('/img/spm/main/spm-specialty03.png?ver=260202') no-repeat center center / cover;
}

.spm_specialty_slider .spm_specialty_item h3 {
  font-size: calc(35vw/var(--mainWidth));
  font-weight: 600;
  margin-bottom: calc(20vw/var(--mainWidth));
}

.spm_specialty_slider .spm_specialty_item p {
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .spm_specialty_section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    margin-top: 0;
    padding-bottom: calc(120vw/var(--mainWidth));
  }
  .spm_specialty_slider {
    width: auto;
    padding: 0;
    align-items: center;
    flex-direction: column;
    gap: calc(40vw/var(--mainWidth));
  }
  .spm_specialty_slider .spm_specialty_item {
    /* width: calc(902vw/var(--mainWidth)); */
    width: calc(970vw/var(--mainWidth));
    height: calc(902vw/var(--mainWidth));
    margin: 0 calc(40vw/var(--mainWidth));
  }
  .spm_specialty_slider .spm_specialty_item h3 {
    font-size: calc(55vw/var(--mainWidth));
    margin-bottom: calc(40vw/var(--mainWidth));
  }
  
  .spm_specialty_slider .spm_specialty_item p {
    font-size: calc(35vw/var(--mainWidth));
  }
    .spm_specialty_slider .spm_specialty_item:last-child{
        margin-right: calc(40vw/var(--mainWidth));
    }
}

/* 반영구시술 */
.spm_procedure_section {
  margin-top: calc(80vw/var(--mainWidth));
}
.spm_procedure_section .section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}
.spm_procedure_section .section_title svg {
  width: calc(42vw/var(--mainWidth));
  height: auto;
  margin-bottom: calc(25vw/var(--mainWidth));
}
.spm_procedure_section .section_title span {
  font-size: calc(50vw/var(--mainWidth));
  color: #675a5e;
}
.spm_procedure_section .section_title span strong {
  font-weight: 600;
}
.spm_procedure_section .section_title span:nth-of-type(3) {
  font-size: calc(110vw/var(--mainWidth));
}

.spm_procedure_section .spm_procedure_desc {
  margin-top: calc(120vw/var(--mainWidth));
  text-align: center;
  position: relative;
}
.spm_procedure_section .spm_procedure_desc::before {
  content: '';
  position: absolute;
  top: calc(-85vw/var(--mainWidth));
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(46vw/var(--mainWidth));
  background-color: #ffbcd3;
}
.spm_procedure_section .spm_procedure_desc p {
  font-size: calc(35vw/var(--mainWidth));
  font-weight: 600;
  color: white;
  background-color: #ffbcd3;
  padding: calc(5vw/var(--mainWidth)) calc(20vw/var(--mainWidth));
  border-radius: calc(23.5vw/var(--mainWidth));
  display: inline-block;
}
.spm_procedure_section .spm_procedure_desc div {
  margin-top: calc(25vw/var(--mainWidth));
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 300;
  color: #675a5e;
  line-height: 1.5;
}
.spm_procedure_section .spm_procedure_desc div strong {
  font-weight: 600;
}
.spm_procedure_section .spm_procedure_desc div strong:nth-of-type(1) {
  color: #ffbcd3;
}

.spm_procedure_section ul {
  margin: 0 auto;
  margin-top: calc(85vw/var(--mainWidth));
  width: calc(1740vw/var(--mainWidth));
  display: flex;
  justify-content: space-between;
}
.spm_procedure_section ul li {
  width: calc(560vw/var(--mainWidth));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: calc(30vw/var(--mainWidth));
  border: 2px solid #ffbcd3;
  padding: calc(43vw/var(--mainWidth)) 0;
  background: linear-gradient(180deg, #fff 0%, #fff2f7 100%);
}
.spm_procedure_section ul li h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(20vw/var(--mainWidth));
}
.spm_procedure_section ul li h3 svg {
  width: calc(42vw/var(--mainWidth));
  height: auto;
}
.spm_procedure_section ul li h3 span {
  font-size: calc(35vw/var(--mainWidth));
  font-weight: 600;
  color: #675a5e;
}
.spm_procedure_section ul li p {
  margin-top: calc(35vw/var(--mainWidth));
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 300;
  color: #675a5e;
  line-height: 1.5;
  text-align: center;
}
.spm_procedure_section ul li:nth-child(3) p {
  font-size: calc(21vw/var(--mainWidth));
  line-height: 1.2;
}

@media screen and (max-width: 800px) {
  .spm_procedure_section .section_title svg {
    width: calc(55vw/var(--mainWidth));
    margin-bottom: calc(35vw/var(--mainWidth));
  }
  .spm_procedure_section .section_title span {
    font-size: calc(65vw/var(--mainWidth));
  }
  .spm_procedure_section .section_title span:nth-of-type(3) {
    font-size: calc(140vw/var(--mainWidth));
  }

  .spm_procedure_section .spm_procedure_desc {
    margin-top: calc(155vw/var(--mainWidth));
    text-align: center;
    position: relative;
  }
  .spm_procedure_section .spm_procedure_desc::before {
    top: calc(-110vw/var(--mainWidth));
    height: calc(60vw/var(--mainWidth));
  }
  .spm_procedure_section .spm_procedure_desc p {
    font-size: calc(45vw/var(--mainWidth));
    border-radius: calc(30.5vw/var(--mainWidth));
  }
  .spm_procedure_section .spm_procedure_desc div {
    margin-top: calc(30vw/var(--mainWidth));
    font-size: calc(35vw/var(--mainWidth));
  }

  .spm_procedure_section ul {
    /* width: calc(840vw/var(--mainWidth)); */
    width: calc(970vw/var(--mainWidth));
    flex-direction: column;
    gap: calc(35vw/var(--mainWidth));
  }
  .spm_procedure_section ul li {
    width: 100%;
    padding: calc(65vw/var(--mainWidth)) 0;
  }
  .spm_procedure_section ul li h3 {
    gap: calc(30vw/var(--mainWidth));
  }
  .spm_procedure_section ul li h3 svg {
    width: calc(63vw/var(--mainWidth));
  }
  .spm_procedure_section ul li h3 span {
    font-size: calc(50vw/var(--mainWidth));
  }
  .spm_procedure_section ul li p {
    margin-top: calc(45vw/var(--mainWidth));
    font-size: calc(35vw/var(--mainWidth));
  }
  .spm_procedure_section ul li:nth-child(3) p {
    font-size: calc(35vw/var(--mainWidth));
    line-height: 1.2;
  }
}


/* 오시는 길 */
.spm_info_section {
  margin-top: calc(155vw/var(--mainWidth));
  padding-bottom: calc(85vw/var(--mainWidth));
}
.spm_info_section .section_title {
    width: calc(1740vw / var(--mainWidth));
    height: calc(270vw/var(--mainWidth));
    margin: 0 auto;
    background: url('/img/clinic/main/info-title-bg.png') no-repeat center center / cover;
    border-radius: calc(30vw/var(--mainWidth));
    overflow: hidden;
    font-size: calc(70vw/var(--mainWidth));
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -.06em;
}
.spm_info_section .section_title svg {
    width: calc(40vw/var(--mainWidth));
    height: auto;
    margin-bottom: calc(25vw/var(--mainWidth));
}
.spm_info_section .section_title span {
  font-family: var(--subFont1);
  font-weight: 100;
  font-size: calc(40vw/var(--mainWidth));
  color: white;
  letter-spacing: 0.1em;
}
.spm_info_wrap {
    display: flex;
    width: calc(1390vw/var(--mainWidth));
    height: calc(613vw/var(--mainWidth));
    margin: 0 auto;
    margin-top: calc(40vw/var(--mainWidth));
    border-radius: calc(30vw/var(--mainWidth));
    overflow: hidden;
}

.spm_info_section .left {
    width: calc(865vw/var(--mainWidth));
    height: 100%;
}

.spm_info_section .right {
    width: calc(1390vw/var(--mainWidth) - 865vw/var(--mainWidth));
    background: linear-gradient(135deg, #ffb8d0 0%, #fe8daf 100%);
    height: 100%;
    padding-left: calc(80vw/var(--mainWidth));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(32vw/var(--mainWidth));
}
.spm_info_section .right .detail_item {
    display: flex;
    flex-direction: column;
    color: white;
}

.spm_info_section .right .detail_item strong {
    display: block;
    margin-bottom: calc(12vw/var(--mainWidth));
    font-size: calc(40vw/var(--mainWidth));
}

.spm_info_section .right .detail_item p {
    font-size: calc(25vw/var(--mainWidth));
    font-weight: 300;
}

.spm_info_section .right .detail_item p a {
    font-size: calc(25vw/var(--mainWidth));
    color: white;
}

.spm_info_section .right .detail_item ul {
    display: flex;
    flex-direction: column;
    gap: calc(20vw/var(--mainWidth));
}

.spm_info_section .right .detail_item ul li {
    font-size: calc(25vw/var(--mainWidth));
    font-weight: 300;
    color: white;
}
.spm_info_section .right .detail_item ul li > span {
  display: inline-flex;
  justify-content: space-between;
  width: calc(95vw/var(--mainWidth));
  margin-right: calc(10vw/var(--mainWidth));
  white-space: nowrap;
}
.spm_info_section .right .detail_item ul li:nth-child(4) {
  width: calc(322vw/var(--mainWidth));
  font-size: calc(18vw/var(--mainWidth));
  font-weight: 100;
  text-align: center;
}
.spm_info_section .right .detail_item ul li:nth-child(5) span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(322vw/var(--mainWidth));
  height: calc(28vw/var(--mainWidth));
  background-color: white;
  border-radius: calc(14vw/var(--mainWidth));
  font-size: calc(18vw/var(--mainWidth));
  font-weight: 300;
  color: #fe8eaf;
}

@media (max-width: 800px) {
  .spm_info_section {
    margin-top: calc(100vw/var(--mainWidth));
    padding-bottom: 0;
  }
  .spm_info_section .section_title {
      width: calc(970vw / var(--mainWidth));
      height: calc(355vw/var(--mainWidth));
      background: url('/img/clinic/main/m/info-title-bg.png') no-repeat center center / cover;
      font-size: calc(98vw/var(--mainWidth));
      line-height: 1;
  }
  .spm_info_section .section_title svg {
      width: calc(53vw/var(--mainWidth));
      margin-bottom: calc(25vw/var(--mainWidth));
  }
  .spm_info_section .section_title span {
    font-size: calc(55vw/var(--mainWidth));
  }
  .spm_info_wrap {
      display: flex;
      width: 100%;
      height: auto;
      margin: 0 auto;
      margin-top: calc(80vw/var(--mainWidth));
      border-radius: 0;
      position: relative;
  }
  
  .spm_info_section .left {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
      width: calc(970vw/var(--mainWidth));
      height: calc(611vw/var(--mainWidth));
      border-radius: calc(30vw/var(--mainWidth));
  }
  
  .spm_info_section .right {
      width: 100%;
      height: calc(1100vw/var(--mainWidth));
      padding-left: 0;
      margin-top: calc(350vw/var(--mainWidth));
      padding-top: calc(323vw/var(--mainWidth));
      padding-bottom: calc(80vw/var(--mainWidth));
      align-items: center;
  }
  .spm_info_section .right .detail_item {
      text-align: center;
  }
  
  .spm_info_section .right .detail_item strong {
      margin-bottom: calc(20vw/var(--mainWidth));
      font-size: calc(60vw/var(--mainWidth));
  }
  
  .spm_info_section .right .detail_item p {
      font-size: calc(40vw/var(--mainWidth));
  }
  
  .spm_info_section .right .detail_item p a {
      font-size: calc(40vw/var(--mainWidth));
  }
  
  .spm_info_section .right .detail_item ul {
      gap: calc(25vw/var(--mainWidth));
  }
  
  .spm_info_section .right .detail_item ul li {
      font-size: calc(40vw/var(--mainWidth));
  }
  .spm_info_section .right .detail_item ul li > span {
    width: calc(150vw/var(--mainWidth));
    margin-right: calc(30vw/var(--mainWidth));
  }
  .spm_info_section .right .detail_item ul li:nth-child(4) {
    width: calc(520vw/var(--mainWidth));
    font-size: calc(35vw/var(--mainWidth));
    margin-top: calc(-20vw/var(--mainWidth));
  }
  .spm_info_section .right .detail_item ul li:nth-child(5) span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(520vw/var(--mainWidth));
    height: calc(48vw/var(--mainWidth));
    border-radius: calc(24vw/var(--mainWidth));
    font-size: calc(35vw/var(--mainWidth));
    margin-right: 0;
  }
}