body{
  width: 100%;
}
/* 오버레이 기본 비활성 상태 */
.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* 활성화 시 */
.dimmed.active {
  opacity: 1;
  pointer-events: auto;
}

/* copy_e */
.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;
  /* color: #000; */
  opacity: 0.2;
  overflow: hidden;
  white-space: nowrap;
  transition: width 1s ease-in-out ;
}
.copy_e.active .copy{width: 100%;opacity: 1;}
.copy_e br{
  display: none;
}
.copy_e .copy br{
  display: none;
}

/*************** 주요 질환 *************/
.sec1{
  position: relative;
}
.s1_yellow_bg{
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFCD02;
  overflow: hidden;
  z-index: -1;
}
.s1_yellow_bg img{
  display: block;
}
.bg_swiper {
  width: 100%;
  height: 100%;
}
.bg_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.bg_swiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.sec1::after{
  position: absolute;
  bottom: 0;
  content: 'SHIN YEONGTONG JOINT & SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC SPINE CLINIC SHIN YEONGTONG JOINT & SPINE CLINIC';
  display: block;
  width: auto;
  font-family: "Gmarket Sans TTF";
  font-size: 110px;
  font-weight: 700;
  letter-spacing: -1.1px;
  color: rgba(156, 156, 155, 0.20);
  white-space: nowrap;
  animation: moveTxt1 800s linear infinite;
  line-height: 1;
  z-index: -1;
}
@keyframes moveTxt1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sec1_slide.swiper-slide{
  display: flex;
  gap: 90px;
  justify-content: center;
  align-items: center;
}
.sec1_left{
  font-family: 'GmarketSans';
  width: 50%;
}
.sec1_right{
  width: 50%;
}
.sec1_txt h2{
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: -0.35px;
  font-weight: 500;
}
.sec1_txt h2 i{
  color: #FFCD02;
  font-weight: 700;
}
.sec1_txt p{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  border-radius: 31px;
  background: #2F2F82;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.28px;
}
.s1_tit{
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: rgba(47, 47, 130, 0.15);
}
.s1_tit .copy{
  color: rgba(47, 47, 130, 1);
}
.sec1_txt h4{
  font-family: "PretendardVariable";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
}
.c1_navi{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  margin-top: 0%;
  position: relative;
  max-width: 300px;
}
.c1_button{
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c1_button img{height: 100%;width: auto;}

/*************** 주요 진단 기기*************/
.sec2{
  position: relative;
  height: 800px;
}
.sec2_wrap, .sec2_flex_wrap{
  height: 100%;
}
.sec2_slide.swiper-slide{
  display: flex;
  transition: transform 1s ease;
  backface-visibility: hidden;
}
.sec2_left{
  width: 50%;
  line-height: 0;
}
.sec2_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec2_right{
  font-family: 'GmarketSans';
  width: 50%;
  color: #fff;
  padding: 100px 120px;
  background: #2F2F82 url(../img/sec2_bg_logo.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom 30px;
  background-size: 300px auto;
}
.s2_tit{
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
}
.s2_tit_copy{
  display: block;
  margin-left: 55px;
  color: rgba(255, 255, 255, 1);
}
.s2_tit::before{
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  background: url(../img/side_logo_wh.png)no-repeat center/cover;
}
.sec2_txt p{
  display: inline-block;
  /*글자크기만큼*/
  position: relative;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-size: 3rem;
  overflow: hidden;
  z-index: 1;
}
.sec2_txt p.underline-show::after {
  width: 100%;
}
.sec2_txt p::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 0%;
  height: 0.5em;
  background-color: #878787;
  z-index: -1;
  transition: width 2s ease;
  opacity: 0.6;
}
.sec2_txt h3{
  font-weight: 700;
  letter-spacing: -0.45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
.sec2_txt h3 i{
  color: #FFCD02;
}
.sec2_txt h4{
  font-family: "PretendardVariable";
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.3;
}
.c2_navi{
  position: absolute;
  max-width: 300px;
  left: 50%;
  transform: translateX(120%);
  bottom: 10%;
  z-index: 2;
}
.c2_button{
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c2_button img{height: 100%;width: auto;
  filter: brightness(0) invert(1);}
  
  .c2_navi_cen_next{
    cursor: pointer;
    position: absolute;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50%;
    z-index: 2;
    transition: transform 0.3s ease;
  }
  .c2_navi_cen_next:hover{
    transform: translateX(-45%);
  }
  
  /*************** 비수술 통증 클리닉 *************/
  .sec3{
    position: relative;
    font-family: "GmarketSans";
  }
  .main_tit{
    position: relative;
    font-size: 4.5rem;
    font-weight: 700;
    text-align: center;
  }
  .s3_tit, .place_tit{
    color: rgba(0, 0, 0, 0.15);
  }
  .s3_tit .copy , .place_tit .copy{
    color: rgb(0, 0, 0, 1);
  }
  .main_tit::before{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 37px;
    height: 53px;
    background: url(../img/tit_logo.png)no-repeat center/contain;
  }
  .main_tit::after{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: 'SHIN YEONGTONG JOINT & SPINE CLINIC';
    display: block;
    font-size: 1.8rem;
    line-height: 0;
    font-weight: 300;
    letter-spacing: -0.18px;
    color: #F2931F;
  }
  .sec3_flex_wrap{
    font-family: "GmarketSans";
    overflow: hidden;
  }
  .s3_wrap_t, .s3_wrap_b{
    width: 100%;
    height: 700px;
  }
  .s3_flex_t, .s3_flex_b{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden; 
  }
  .sec3 .s3_flex_b{
    flex-direction: row-reverse;
  }
  .sec3_left_t{
    background: rgb(73, 73, 73);
    width: 53%;
    padding: 100px 70px;
  }
  .calc1{
 padding-left: calc(calc(100% - 1520px) / 2);
  }
  .sec3_left_b{
    background: rgba(242, 147, 31, 0.90);
  }
  .s3_left_txt_t{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .s3_left_txt_b{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .s3_gray_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
  }
  .s3_orange_bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
  }
  .gray_bg_swiper,
  .gray_bg_swiper .swiper-wrapper,
  .gray_bg_swiper .swiper-slide,
  .orange_bg_swiper,
  .orange_bg_swiper .swiper-wrapper,
  .orange_bg_swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .gray_bg_swiper img, .s3_orange_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .s3_left_txt_t::before{
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    background: url(../img/side_logo_wh.png)no-repeat center/contain;
    margin-bottom: 10px;
  }
  .s3_left_txt_b::before{
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    background: url(../img/side_logo_bl.png)no-repeat center/contain;
    margin-bottom: 10px;
  }
  .s3_left_txt_t h3{
    color: #FFF;
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 1.3;
  }
  .s3_left_txt_t h3 i{
    color: #FFCD02;
    font-weight: 700;
  }
  .s3_left_txt_b h3 i{
    color: #2F2F82;
  }
  .s3_left_ul, .s3_left_ul_b{
    position: relative;
    z-index: 3;
  }
  .s3_left_ul li, .s3_left_ul_b li{
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 30px;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 2.7;
    cursor: pointer;
  }
  .s3_left_ul li span:before, .s3_left_ul_b li span:before{
    content:'';
    margin-right: 0px;
    transition: .3s;
  }
  .s3_left_ul li .line, .s3_left_ul_b li .line{
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
  }
  .s3_left_ul li.on, .s3_left_ul_b li.on{
    color: #fff;
    font-weight: 700;
  }
  .s3_left_ul li.on .line, .s3_left_ul_b li.on .line{
    background: #fff;
  }
  .s3_left_ul li.on span:before, .s3_left_ul_b li.on span:before{
    content:'·';
    margin-right: 20px;
    transition: .3s;
  }
  .sec3_right_t, .sec3_right_b{
    width: 47%;
  }
  .s3_right_t_slide{
    display: flex;
    flex-direction: column;
  }
  .s3_right_t_img{
    height: 500px;
  }
  .s3_right_t_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .s3_right_t_txt{
    padding: 50px 0px;
    text-align: center;
  }
  .s3_copy_t{
    color: rgb(242, 147, 31,0.15);
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 4.5rem;
  }
  .s3_copy_t .copy{
    color: rgb(242, 147, 31, 1);
  }
  .s3_copy_b{
    color: rgb(47, 47, 130, 0.15);
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 4.5rem;
  }
  .s3_copy_b .copy{
    color: rgb(47, 47, 130, 1);
  }
  .s3_right_t_txt i{
    position: relative;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: -0.4px;
    z-index: 1;
  }
  .s3_right_t_txt i.underline-show::after {
    width: 100%;
  }
  .s3_right_t_txt i::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.2em;
    width: 0%;
    height: 0.5em;
    background: rgba(255, 205, 2, 0.40);
    z-index: -1;
    transition: width 2s ease;
    opacity: 0.6;
  }
  .c3_t_navi_t{
    position: absolute;
    top: 44%;
    left: 49%;
    transform: translateX(40%);
    max-width: 100px;
    z-index: 10;
    transition: transform 0.3s ease;
  }
  .c3_t_button{
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .c3_t_navi_b{
    position: absolute;
    bottom: 9%;
    left: 43%;
    transform: translateX(40%);
    max-width: 100px;
    z-index: 10;
    transition: transform 0.3s ease;
  }
  .c3_t_navi_t:hover{
    transform: translateX(30px);
  }
  .c3_t_navi_b:hover{
    transform: translateX(50%);
  }
  /*************** 오시는 길 및 진료시간 *************/
  .sec4{
    font-family: 'GmarketSans';
    width: 100%;
  }
  .sec4_top{
    display: flex;
  }
  .root_daum_roughmap .cont{
    display: none;
  }
  .sec4_left, .sec4_right{
    width: 50%;
  }
  .sec4_right{
    background: #2F2F82;
    padding: 80px 80px;
  }
  .map_tit{
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 3.6rem;
    color: #FFF;
    font-weight: 700;
  }
  .map_tit.yellow{
    color: #FFCD02;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 400;
    margin-left: 65px;
  }
  .map_txt_ul{
    color: #FFF;
    font-size: 3rem;
    font-weight: 300;
  }
  .map_txt_ul li{
    display: flex;
    justify-content: space-between;
  }
  .map_txt_ul li em{
    width: 160px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
  }
  .map_txt_s{
    font-size: 2.4rem;
    font-weight: 300;
  }
  .map_wrap,
  .location_img,
  #daumRoughmapContainer1747103803252 {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
  }
  .root_daum_roughmap .wrap_map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .s4_b_flex_wrap{
    display: flex;
    gap: 10px;
    text-align: center;
  }
  .s4_bot_left, .s4_bot_right{
    width: 100%;
    background: #F2F2F2;
    padding: 40px 80px;
  }
  .s4_bot_left i{
    display: block;
    color: #F2931F;
    font-size: 3.6rem;
    font-weight: 700;
  }
  .s4_bot_right i{
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
  }
  .s4_bot_left_ul, .s4_bot_right_ul{
    text-align: start;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .s4_bot_left_ul li:nth-of-type(3){
    color: #F2931F;
  }
  .doctor_wrap .doc_ul_long li:first-child{
    font-size: 17px;
  }
  .doc_ul_long{
    margin-left: 1vw;
  }
  