@charset "utf-8";

/* clinic main */
#clinic_content {

}

#clinic_content .hero_slider {
  overflow: hidden;
  width: calc(1740vw / var(--mainWidth));
  margin: 0 auto;
}

#clinic_content .hero_slider .swiper {
  width: 100%;
  padding-top: calc(84vw/var(--mainWidth));
}

#clinic_content .hero_slider .swiper-slide {
  height: auto;
  aspect-ratio: 1740 / 726;
}

#clinic_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;
}

#clinic_content .hero_slider .slide-01 .hero_slide_item {
  background: url('/img/clinic/main/hero-slide01-bg.png') no-repeat center center / cover;
}
#clinic_content .hero_slider .slide-02 .hero_slide_item {
  background: url('/img/clinic/main/hero-slide02-bg.png') no-repeat center center / cover;
}
#clinic_content .hero_slider .slide-03 .hero_slide_item {
  background: url('/img/clinic/main/hero-slide03-bg.png') no-repeat center center / cover;
}
#clinic_content .hero_slider .slide-04 .hero_slide_item {
  background: url('/img/clinic/main/hero-slide04-bg.png') no-repeat center center / cover;
}
#clinic_content .hero_slider .slide-05 .hero_slide_item {
  background: url('/img/clinic/main/hero-slide05-bg.png') no-repeat center center / cover;
}
#clinic_content .hero_slider .slide-06 .hero_slide_item {
  background: url('/img/clinic/main/hero-slide06-bg.png') no-repeat center center / cover;
}

#clinic_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;
}
#clinic_content .hero_slider .hero_slide_item {
  padding-left: calc(200vw/var(--mainWidth));
}
#clinic_content .hero_slider .hero_slide_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(40vw/var(--mainWidth));
  height: auto;
}

#clinic_content .hero_slider .hero_slide_badge svg {
  width: 100%;
  height: auto;
}

#clinic_content .hero_slider .hero_slide_title {
  display: block;
  margin-top: calc(18vw/var(--mainWidth));
}
#clinic_content .hero_slider .hero_slide_title span {
  display: block;
}
#clinic_content .hero_slider .hero_slide_desc {
  display: block;
}
#clinic_content .hero_slider .slide-01 .hero_slide_item {
  padding-top: calc(64vw/var(--mainWidth));
}
#clinic_content .hero_slider .slide-01 .hero_slide_title {
  font-size: calc(110vw/var(--mainWidth));
  font-weight: 300;
}
#clinic_content .hero_slider .slide-01 .hero_slide_title .gradient-text {
  font-size: calc(110vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #ffcdde, #ff739a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline;
}
#clinic_content .hero_slider .slide-01 .hero_slide_desc {
  font-size: calc(30vw/var(--mainWidth));
  font-weight: 300;
}
#clinic_content .hero_slider .slide-01 .hero_slide_desc:nth-of-type(3) {
  font-family: var(--subFont1);
  font-size: calc(90vw/var(--mainWidth));
  color: #ffbcd3;
}

#clinic_content .hero_slider .slide-02 .hero_slide_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#clinic_content .hero_slider .slide-02 .hero_slide_title {
  display: inline;
  flex-direction: column;
  gap: calc(10vw/var(--mainWidth));
  line-height: 1.1;
}
#clinic_content .hero_slider .slide-02 .hero_slide_title span:nth-child(1) {
  font-size: calc(100vw/var(--mainWidth));
  font-family: var(--subFont1);
  font-weight: 100;
  color: #93bce3;
}
#clinic_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, #b8d4ee , #5e92ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline;
  padding-top: calc(10vw/var(--mainWidth));
}
#clinic_content .hero_slider .slide-02 .hero_slide_desc {
  position: absolute;
  right: calc(200vw/var(--mainWidth));
  text-align: right;
}
#clinic_content .hero_slider .slide-02 .hero_slide_desc span {
  display: block;
  font-size: calc(40vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#clinic_content .hero_slider .slide-02 .hero_slide_desc span:nth-child(1) {
  color: #93bce3;
  font-weight: 600;
}

#clinic_content .hero_slider .slide-03 .hero_slide_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#clinic_content .hero_slider .slide-03 .hero_slide_title span:nth-child(1) {
  font-size: calc(40vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#clinic_content .hero_slider .slide-03 .hero_slide_title span:nth-child(1) strong {
  font-weight: 600;
  color: #7e81d6;
}
#clinic_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2) {
  font-size: calc(130vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #abade7 , #5b5ec0);
  -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));
  position: relative;
}
#clinic_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: calc(5vw/var(--mainWidth));
  right: calc(-25vw/var(--mainWidth));
  width: calc(37vw/var(--mainWidth));
  height: calc(33vw/var(--mainWidth));
  background: url('/img/clinic/main/hero-slide03-img.png') no-repeat center center / cover;
}
#clinic_content .hero_slider .slide-03 .hero_slide_title span:nth-child(2) b {
  font-weight: 700;
}
#clinic_content .hero_slider .slide-04 .hero_slide_item {
  padding-left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
#clinic_content .hero_slider .slide-04 .hero_slide_title span:nth-child(1) {
  font-size: calc(50vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#clinic_content .hero_slider .slide-04 .hero_slide_title span:nth-child(2) {
  font-size: calc(50vw/var(--mainWidth));
  font-weight: 600;
  color: #f4cf75;
}
#clinic_content .hero_slider .slide-04 .hero_slide_title .gradient-text {
  font-size: calc(130vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #f8e0a3 , #eeba56);
  -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));
}
#clinic_content .hero_slider .slide-04 .hero_slide_desc {
  margin-top: calc(55vw/var(--mainWidth));
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
  position: relative;
}
#clinic_content .hero_slider .slide-04 .hero_slide_desc::before {
  content: "";
  position: absolute;
  top: calc(-35vw/var(--mainWidth));
  left: 0;
  width: calc(33vw/var(--mainWidth));
  height: calc(7vw/var(--mainWidth));
  background-color: #f5d382;
}

#clinic_content .hero_slider .slide-05 .hero_slide_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: calc(100vw/var(--mainWidth));
}
#clinic_content .hero_slider .slide-05 .hero_slide_title > span:nth-of-type(1) {
  font-size: calc(50vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title > span:nth-of-type(1) strong {
  font-weight: 600;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title > span:nth-of-type(2) {
  display: inline-flex;
  font-size: calc(30vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
  border: 1px solid #b191ec;
  border-radius: calc(32w/var(--mainWidth));
  padding: calc(10vw/var(--mainWidth)) calc(20vw/var(--mainWidth));
  margin: calc(15vw/var(--mainWidth)) 0;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title > span:nth-of-type(2) strong {
  color: #b191ec;
  font-weight: 700;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title_links {
  display: flex;
  flex-direction: column;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title a {
  background: url('/img/clinic/main/hero-slide05-btn.png') no-repeat right 10% center;
  background-size: calc(34vw/var(--mainWidth)) calc(34vw/var(--mainWidth));

}
#clinic_content .hero_slider .slide-05 .hero_slide_title a span {
  font-size: calc(110vw/var(--mainWidth));
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: flex-end;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title a:nth-of-type(1) span {
  background: linear-gradient(135deg, #cdb6f3 , #815adc);
  background-clip: text;
}
#clinic_content .hero_slider .slide-05 .hero_slide_title a:nth-of-type(2) span {
  background: linear-gradient(135deg, #e3d6fa , #b192f0);
  background-clip: text;
  height: calc(110vw/var(--mainWidth));
}

#clinic_content .hero_slider .slide-06 .hero_slide_item {
  padding-left: calc(50% + 191vw/var(--mainWidth));
  padding-top: calc(100vw/var(--mainWidth));
}

#clinic_content .hero_slider .slide-06 .hero_slide_title span:nth-of-type(1) {
  font-size: calc(50vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#clinic_content .hero_slider .slide-06 .hero_slide_title span:nth-of-type(2) {
  font-size: calc(50vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
}
#clinic_content .hero_slider .slide-06 .hero_slide_title span:nth-of-type(2) img {
  width: calc(93vw/var(--mainWidth));
  height: auto;
}
#clinic_content .hero_slider .slide-06 .hero_slide_title .gradient-text {
  font-size: calc(130vw/var(--mainWidth));
  font-weight: 700;
  background: linear-gradient(135deg, #fd9fd4 , #fc6ab5);
  -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));
}
#clinic_content .hero_slider .slide-06 .hero_slide_desc {
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 300;
  color: #685e62;
  position: relative;
  margin-top: calc(60vw/var(--mainWidth));
}
#clinic_content .hero_slider .slide-06 .hero_slide_desc::before {
  content: "";
  position: absolute;
  top: calc(-30vw/var(--mainWidth));
  left: 0;
  width: calc(33vw/var(--mainWidth));
  height: calc(7vw/var(--mainWidth));
  background-color: #fc6ab5;
}

/* 슬라이드 컨트롤 */
#clinic_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;
}

#clinic_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;
}

#clinic_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;
}

#clinic_content .hero_slider .progress_bar {
  height: 100%;
  width: 0%;
  border-radius: calc(2vw/var(--mainWidth));
  transition: none;
}

#clinic_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;
}

#clinic_content .hero_slider .play_pause_btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

#clinic_content .hero_slider .play_pause_icon {
  width: calc(12vw/var(--mainWidth));
  height: calc(12vw/var(--mainWidth));
  object-fit: contain;
}

#clinic_content .hero_slider .swiper-pagination-bullet-active {
  background: rgba(0,0,0,.7);
}

#clinic_content .hero_slider .hero-nav-btn {
  width: 50px;
  height: 50px;
  margin-top: 0;
  background-color: #ffbcd3;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
}

#clinic_content .hero_slider .hero-nav-btn::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#clinic_content .hero_slider .hero-nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.9;
}

#clinic_content .hero_slider .hero-nav-next {
  right: 20px;
}

#clinic_content .hero_slider .hero-nav-prev {
  left: 20px;
}


/* 리앤스타 스토리 (유튜브 롱폼) */
.youtube_section {
  margin: 0 auto;
  margin-top: calc(220vw/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(55vw/var(--mainWidth));
  height: auto;
}
.youtube_section .section_title strong {
  font-weight: 600;
  color: #fe8cae;
}


/* 리앤스타 쇼츠 (유튜브 쇼츠) */
.shorts_section {
  margin: 0 auto;
  margin-top: calc(85vw/var(--mainWidth));
  width: calc(1740vw/var(--mainWidth));
}
.shorts_section .section_title {
    font-size: calc(70vw/var(--mainWidth));
    font-weight: 300;
    color: #675a5e;
    margin-bottom: calc(36vw/var(--mainWidth));
    text-align: center;
}
.shorts_section .section_title span {
  display: block;
}
.shorts_section .section_title span img {
  width: calc(55vw/var(--mainWidth));
  height: auto;
}
.shorts_section .section_title strong {
  font-weight: 600;
  color: #fe8cae;
}

.youtube_section, .shorts_section, .event_section {
  /* display: none; */
  height: auto;
  margin-right: calc(20vw/var(--mainWidth));
}

.youtube_list, .shorts_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: calc(20vw/var(--mainWidth));
}

.youtube_item, .shorts_item {
    position: relative;
    background-color: #ffbcd3;
    border-radius: calc(20vw/var(--mainWidth));
    overflow: hidden;
}

.youtube_item img, .shorts_item img {
    width: 100%;
    height: auto;
    /* border-radius: calc(20vw/var(--mainWidth)); */
}

.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(125vw/var(--mainWidth));
  width: 100%;
  padding-top: calc(180vw/var(--mainWidth));
  padding-bottom: calc(100vw/var(--mainWidth));
  background-color: #ffcfdf;
}
.event_section .section_title {
  font-size: calc(90vw/var(--mainWidth));
  font-weight: 700;
  color: white;
  margin-bottom: calc(36vw/var(--mainWidth));
  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;
}
.event_section .event_list {
    margin-top: calc(35vw/var(--mainWidth));
    margin-left: calc(212vw/var(--mainWidth));
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: calc(20vw/var(--mainWidth));
}

.event_section .event_item .event_info {
  width: calc(346vw/var(--mainWidth));
  background-color: white;
  border-radius: calc(20vw/var(--mainWidth));
  overflow: hidden;
}
.event_section .event_item .event_info .event_title {
  font-size: calc(33vw/var(--mainWidth));
  font-family: var(--subFont1);
  font-weight: 300;
  color: #ffbcd3;
  padding: calc(10vw/var(--mainWidth)) 0;
  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(346vw/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(45vw/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;
  margin-top: calc(10vw/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, #ffd8e6 0%, #ffbdd4 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: #ffbcd3;
  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: 40%;
      margin-left: calc(-25vw/var(--mainWidth));
  }
}


/* 클리닉 특장점 */
.clinic_specialty_section {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  margin-top: calc(235vw/var(--mainWidth));
  /* padding-top: calc(235vw/var(--mainWidth)); */
  padding-bottom: calc(150vw/var(--mainWidth));
}
.clinic_specialty_slider_wrap {
  overflow: hidden;
}
.clinic_specialty_slider {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 0 40px 0;
  box-sizing: border-box;
  margin-left: calc(398vw/var(--mainWidth));
}
.clinic_specialty_slider .slick-list {
  overflow: visible;
}
.clinic_specialty_slider .slick-track {
  display: flex;
  align-items: center;
}
.clinic_specialty_slider .clinic_specialty_item {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: calc(50vw/var(--mainWidth));
  overflow: hidden;
  width: calc(600vw/var(--mainWidth)) !important;
  height: calc(600vw/var(--mainWidth));
  padding: calc(50vw/var(--mainWidth));
  color: white;
  margin: 0 calc(12vw/var(--mainWidth));
  box-sizing: border-box;
}
.clinic_specialty_slider .clinic_specialty_item01 {
  background: url('/img/clinic/main/clinic-specialty01.png') no-repeat center center / cover;
}
.clinic_specialty_slider .clinic_specialty_item02 {
  background: url('/img/clinic/main/clinic-specialty02.png') no-repeat center center / cover;
}
.clinic_specialty_slider .clinic_specialty_item03 {
  background: url('/img/clinic/main/clinic-specialty03.png') no-repeat center center / cover;
}

.clinic_specialty_slider .clinic_specialty_item h3 {
  font-size: calc(35vw/var(--mainWidth));
  font-weight: 600;
  margin-bottom: calc(20vw/var(--mainWidth));
}

.clinic_specialty_slider .clinic_specialty_item p {
  font-size: calc(23vw/var(--mainWidth));
  font-weight: 400;
  line-height: 1.5;
}


/* 오시는 길 */
.clinic_info_section {
  margin-top: calc(155vw/var(--mainWidth));
  padding-bottom: calc(85vw/var(--mainWidth));
}
.clinic_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;
}
.clinic_info_section .section_title svg {
    width: calc(40vw/var(--mainWidth));
    height: auto;
    margin-bottom: calc(25vw/var(--mainWidth));
}
.clinic_info_section .section_title span {
  font-family: var(--subFont1);
  font-weight: 100;
  font-size: calc(40vw/var(--mainWidth));
  color: white;
  letter-spacing: 0.1em;
}
.clinic_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;
}

.clinic_info_section .left {
    width: calc(865vw/var(--mainWidth));
    height: 100%;
}

.clinic_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));
}
.clinic_info_section .right .detail_item {
    display: flex;
    flex-direction: column;
    color: white;
}

.clinic_info_section .right .detail_item strong {
    display: block;
    margin-bottom: calc(12vw/var(--mainWidth));
    font-size: calc(40vw/var(--mainWidth));
}

.clinic_info_section .right .detail_item p {
    font-size: calc(25vw/var(--mainWidth));
    font-weight: 300;
}

.clinic_info_section .right .detail_item p a {
    font-size: calc(25vw/var(--mainWidth));
    color: white;
}

.clinic_info_section .right .detail_item ul {
    display: flex;
    flex-direction: column;
    gap: calc(20vw/var(--mainWidth));
}

.clinic_info_section .right .detail_item ul li {
    font-size: calc(25vw/var(--mainWidth));
    font-weight: 300;
    color: white;
}
.clinic_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;
}
.clinic_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;
}
.clinic_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;
}