/*************** 둘러 보기 *************/
.tour_swiper .swiper-slide{
  width: auto;
  height: auto;
  line-height: 0;
  max-width: 85%;
}
.tour_pagination{
  text-align: center;
  margin-top: 50px;
}
.tour_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.tour_pagination .swiper-pagination-bullet-active{
  background: #F39200;
}
.place_tit{
  color: rgba(0, 0, 0, 0.15);
}
.place_tit .copy{
  color: rgb(0, 0, 0, 1);
}

/* sub tab */

.sub_tab_wrap {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: 'GmarketSans';
  overflow: hidden;
}
.sub_tab_overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.sub_tab_overlay {
  position: absolute;
  inset: 0;
  background: url('../img/sub_tab_bg.png') no-repeat center center / cover;
  filter: blur(8px);
  z-index: -1;
  animation: blurIn 1.5s ease-out forwards;
}

@keyframes blurIn {
  0% {
    transform: scale(1.1);
    filter: blur(8px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}

.sub_tab_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.sub_tab_wrap > *:not(.sub_tab_overlay) {
  position: relative;
  z-index: 1;
}
.sub_tab_wrap h2{
  position: relative;
  font-size: 5rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.2;
  padding: 220px 0 70px;
}
.sub_tab_wrap h2 b{
  font-weight: 800;
}
.sub_tab_wrap h2 i{
  content: '';
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  opacity: 0.8;
  color: #F2931F;
}
.sub_tab{
  font-family: "PretendardVariable";
  height: 90px;
  background: #494949;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  gap: 5rem;
  border-bottom: 1px solid #F2931F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.sub_tab li {
  position: relative;
  font-weight: 400;
  color: #fff4f4;
  padding-bottom: 0;
  cursor: pointer;
}
.sub_tab li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: #F2931F;
  transition: width 0.3s ease;
}
.sub_tab li a:hover::after,
.sub_tab li a.on::after {
  width: 100%;
}

.sub_tab li a{
  display: inline-block;
  padding: .5rem 1rem;
}
.sub_tab li a:hover,
.sub_tab li a.on{
  font-weight:500 ;
  color: #F2931F;
}
/*************** 진료 철학 *************/
.introduce, .place{
  font-family: "GmarketSans";
}
.intro_tit{
  font-size: 4rem;
  letter-spacing: -0.4px;
  text-align: center;
}
.intro_tit_i{
  font-size: 2.5rem;
  color: #878787;
  text-align: center;
  letter-spacing: -0.25px;
  font-weight: 400;
}
.intro_top_titbox{
  display: flex;
  flex-direction: column;
}
.intro_top_titbox>div:nth-of-type(1) b{
  color: #F2931F;
  font-size: 2.5rem;
}
.intro_top_titbox>div:nth-of-type(2){
  font-size: 2rem;
  letter-spacing: -0.2px;
  line-height: 1.3;
}
.intro_top_titbox>div:nth-of-type(2) b{
  color: #2F2F82;
  font-size: 2rem;
}
.intro_top_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 80px;
}
.intro_img_wrap{
  flex: 1;
}
.intro_bot_wrap{
  text-align: center;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.intro_bot_img.img1::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.intro_bot_img > * {
  position: relative;
  z-index: 2;
}
.intro_bot_img.img1{
  position: relative;
  background: url(../img/intro_bot_img1.png)no-repeat center / cover;
  overflow: hidden;
}
.intro_bot_img{
  padding: 50px;
}
.intro_bot_img i{
  font-size: 2rem;
  display: block;
  letter-spacing: -0.2px;
  font-weight: 300;
}
.intro_bot_icon{
  width: 80px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.intro_bot_titbox{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.intro_bot_titbox b{
  font-size: 4.5rem;
  letter-spacing: -0.45px;
}
.intro_bot_titbox i{
  font-size: 2rem;
  letter-spacing: -0.2px;
  line-height: 1.5;
  color: #F2931F;
  font-weight: 500;
}
.intro_bot_img.img2{
  position: relative;
  background: url(../img/intro_bot_img2.png)no-repeat center / cover;
  overflow: hidden;
}
.intro_bot_img.img2::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 65, 0.70);
}
.intro_bot_img.img3{
  position: relative;
  background: url(../img/intro_bot_img3.png)no-repeat center / cover;
  overflow: hidden;
}
.intro_bot_img.img3::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(67, 37, 0, 0.70);
}
.intro_bot_img.img4{
  position: relative;
  background: url(../img/intro_bot_img4.png)no-repeat center / cover;
  overflow: hidden;
}
.intro_bot_img.img4::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 9, 0.71);
}
/*************** 척추 클리닉 *************/
.spine1,.spine3{
  font-family: "GmarketSans";
}
.spine_sec1_wrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
}
.spine_s1_left{
  width: 100%;
  height: fit-content;
  position: relative;
}
.spine_s1_left img{
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.yellow_cover{
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: #FFCD02;
  z-index: 0;
}
.yellow_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFCD02;
  z-index: 2;
  clip-path: inset(0 0% 0 0);
  transition: clip-path 1s ease-out;
}
.spine_s1_right{
  width: 100%;
  border: 1px solid #F2931F;
  padding: 80px 50px;
  background: url(../img/spine_logo.png) no-repeat bottom right / 160px;
}
.spine_s1_right>div:nth-of-type(1){
  color: #F2931F;
  font-size: 4rem;
  letter-spacing: -0.4px;
  font-weight: 700;
}
.spine_s1_right .line{
  border: none;
  height: 1px;
  background-color: #F2931F;
}
.spine_s1_right>div:nth-of-type(2){
  font-family: "PretendardVariable";
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: -0.56px;
  font-weight: 400;
}
.spine2{
  position: relative;
  font-family: "GmarketSans";
  overflow: hidden;
  background-color: #F3F3F3;
}
.spine2_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.s2_right{
  width: 100%;
  height: fit-content;
  position: relative;
}
.s2_right img{
  width: 98%;
  display: inline-block;
}
.yellow_bg1 {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #FFCD02;
  z-index: -1;
}
.s2_left{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.s2_left li{
  cursor: pointer;
  background: #fff;
  height: 72px;
  line-height: 72px;
  border: 1px solid #F2931F;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.476px;
}
.s2_left .on{
  background: #F2931F;
  color: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  font-weight: bold;
}
.s3_bot_ul {
  font-family: "PretendardVariable";
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
}
.s3_bot_ul li {
  width: 300px;
  text-align: center;
}
.s3_bot_ul li img {
  width: 95%;
  height: 95%;
  border: 1px solid #F2931F;
  border-radius: 50%;
  padding: 5%;
  box-sizing: border-box;
  background: #fff;
}
.s3_bot_ul li p {
  font-size: 2.5rem;
  letter-spacing: -0.28px;
  line-height: 1.3;
}
.injection2{
  background: #F3F3F3 url(../img/injection_bg2.png)no-repeat center / cover;
}
.injection2 .spine_sec1_wrap{
  flex-direction: row-reverse;
}
.injection2 .spine_s1_right{
  background-color: #fff;
}
.elect, .crush{
  font-family: "GmarketSans";
  background:  url(../img/elct_bg.png)no-repeat center / cover;
}
.m22_ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.m22_ul li{
  font-family: "PretendardVariable";
  font-weight: 600;
  /* height: 60px;
  line-height: 60px; */
  font-size: 25px;
  background: #F2931F;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.crush_ul li{
  background: rgba(242, 147, 31, 0.43);
  display: flex;
  align-items: center;
  justify-content: start;
}
.crush_ul li em{
  display: flex;
  text-align: left;
  align-items: center;
  line-height: 1.3;
  color: #000;
  margin-left: 5rem;
}
.crush_ul li span {
  width: 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  background: #F2931F;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  align-self: stretch;
}
.s3_bot_ul li img {
  filter: blur(8px);
  transition: filter 1s ease-out;
}
.s3_bot_ul li.reveal img {
  filter: blur(0px);
}
.doc{
  font-family: "GmarketSans";
}
.doctor_img::before{
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 87%;
  flex-shrink: 0;
  z-index: -1;
  position: absolute;
  border-radius: 193px 193px 0px 0px;
  background: #878787;
}
.doctor_img1::before{
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 87%;
  flex-shrink: 0;
  z-index: -1;
  position: absolute;
  border-radius: 193px 193px 0px 0px;
  background: #2F2F82;
}
.doctor_img3::before{
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 87%;
  flex-shrink: 0;
  z-index: -1;
  position: absolute;
  border-radius: 193px 193px 0px 0px;
  background: #FFCD02;
}
.doctor_img4::before{
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 87%;
  flex-shrink: 0;
  z-index: -1;
  position: absolute;
  border-radius: 193px 193px 0px 0px;
  background: #F2931F;
}
.doctor_wrap>*{width: 100%;}
.doctor_img, .doctor_img1, .doctor_img3, .doctor_img4{position: relative;max-width: 370px; line-height: 0;flex-shrink: 0;}
.doctor_txt{display: flex;gap: 2rem;}
.doctor_txt>*{width: 100%;}
.doc .top_tit{
  width: 60%;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: -0.35px;
  line-height: 1.3;
  background: #2F2F82;
  padding: 15px;
  color: #fff;
  font-size: 3.5rem;
}
.doc .top_tit b:nth-of-type(1){
  color: #F2931F;
  font-weight: 700;
}
.doc .top_tit b:nth-of-type(2){
  color: #FFCD02;
  font-weight: 700;
}
.doctor_wrap>* {
  width: 100%;
}
.schedule_wrap{
  display: flex;
  gap: 7rem;
  align-items: flex-end;
}
.schedule_wrap1{
  display: flex;
  flex-direction: column;
}
.doc_top_txt{
  display: flex;
  gap: 10rem;
}
.doc_ul{
  display: flex;
  gap: 10rem;
  font-size: 17px;
  align-items: flex-start;
}
.doc_ul ul:nth-of-type(1) li:first-child{
  font-size: 23px;
}
.doc_ul_long ul:nth-of-type(1) li:first-child{
  font-size: 17px;
}
.schedule_wrap .doctor_name{
  color: #F2931F;
  line-height: 1.3;
}
.schedule_wrap .doctor_name i{
  color: #000;
}
.schedule_table{
  width: 100%;
  table-layout: auto;
}
.schedule_table th{
  background: #003668;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #f2f2f2;
  border-top: 2px solid #F2931F;
}
.schedule_table td{
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
.schedule_table .time{
  font-weight: 700;
}
.schedule_table .time1{
  font-weight: 700;
  color: #FF0000;
}
.schedule_table td::before {
  max-width: 100%;
  min-width: 60px;
  width: auto;
  padding: 10px 15px;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}


.schedule_table .medical::before{
  content: '진료';
  background: #FFCD02;
}
.schedule_table .work2::before{
  content: '2시종료';
  background: rgba(255, 141, 121, 0.78);
}
.schedule_table .sugery::before{
  content: '시술';
  background: rgba(108, 108, 255, 0.28);
}
.schedule_table .off::before{
  content: '휴진';
  border: 3px solid #C9C9C9;
  background: #FFF;
  color: #B9B9B9;
  font-weight: 700;
}
.doctor_name{
  gap: 1rem;
  align-items: end;
  font-size: 3rem;
}
.doctor_name i{font-size: 1.2em;}





