/*************** 공통 제목 핸들러 *************/
body{
  width: 100%;
}
.sec2 .main_tit::before, .sec3 .main_tit::before, .sec4 .main_tit::before, .sec5 .main_tit::before, .sec6 .main_tit::before,
.sec1 .main_tit::before{
  content: 'GAYANG METRO ORTHOPEDICS';
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  color: #F39200;
}
.sec2 .main_tit, .sec1 .main_tit, .sec3 .main_tit, .sec4 .main_tit, .sec5 .main_tit, .sec6 .main_tit{
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  color: #000;
}
.sec1_first_txt{
  line-height: 1.3;
}
.sec4 .main_tit{
  color: #fff;
}
.sec4 .main_tit b{
  color: rgba(255, 255, 255, 0.15);
}

.sec4 .main_tit b .copy{
  color: rgba(255, 255, 255, 1);
}

.sec2 .main_tit b, .sec1 .sec1_tit_bot_wrap .sec1_tit_bot, .sec1 .main_tit b, .sec3 .main_tit b, .sec5 .main_tit b, .sec6 .main_tit b{
  color: rgba(0, 0, 0, 0.15);
}
.sec2 .main_tit b .copy, .sec1 .sec1_tit_bot_wrap .sec1_tit_bot .copy, .sec1 .main_tit b .copy, .sec3 .main_tit b .copy, .sec5 .main_tit b .copy, .sec6 .main_tit b .copy{
  color: rgba(0, 0, 0, 1);
}
.sec2 .main_tit b .copy i, .sec1 .main_tit b .copy i, .sec1 .sec1_tit_bot_wrap .sec1_tit_bot .copy i{
  color: #F39200;
}
/*************** 병원 소개 *************/
.sec1{
  background: url(../img/sec1_bg.png) no-repeat center/cover;
  /* background: #fff; */
}
.sec1_line{
  display: block;
}
.sec1_tit_bot_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec1_tit_bot{
  font-size: 36px;
  font-weight: 400;
}
.sec1_con_wrap{
  display: flex !important;
  gap: 120px;
  padding: 15px;
}
.sec1_second_txt{
  font-weight: 700;
}
.sec1_second_txt i{
  color: #F39200;
}
.sec1_left{
  width: 100%;
  position: relative;
  flex: 1;
}
.sec1_left img:nth-of-type(1){
  display: block;
}
.sec1_left img:nth-of-type(2){
  display: block;
  position: absolute;
  bottom: -12px;
  right: 12px;
  z-index: -1;
}
.sec1_right{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 1;
}
.sec1_h2, .sec1_h2_1, .sec1_h2_2{
  width: fit-content;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.sec1_h2::before, .sec1_h2_1::before, .sec1_h2_2::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: rgba(243, 146, 0, 0.40);
  transition: width 0.8s ease;
}
.sec1_h2::after{
  content: '01';
  position: absolute;
  bottom: -15px;
  right: -18%;
  color: rgba(243, 146, 0, 0.15);
  font-size: 130px;
  font-weight: 800;
}
.sec1_h2_1::after{
  content: '02';
  position: absolute;
  bottom: -15px;
  right: -18%;
  color: rgba(243, 146, 0, 0.15);
  font-size: 130px;
  font-weight: 800;
}
.sec1_h2_2::after{
  content: '03';
  position: absolute;
  bottom: -15px;
  right: -18%;
  color: rgba(243, 146, 0, 0.15);
  font-size: 130px;
  font-weight: 800;
}
.sec1_h2.underline::before, .sec1_h2_1.underline::before, .sec1_h2_2.underline::before{
  width: 100%;
}
.sec1_h2 b, .sec1_h2_1 b, .sec1_h2_2 b{
  color: #F39200;
  font-weight: 700;
}
.sec1_right_txt{
  font-size: 38px;
  font-weight: 200;
  line-height: 1.5;
}
.c2_navi{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 38%;
  gap: 2rem;
  margin-top: 0%;
}
.c2_navi .c2_pagination{
  position: relative;
  max-width: 300px;
}
.c2_navi .swiper-pagination-progressbar{background: rgba(89, 89, 89, 0.2);}
.c2_navi .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #F39200;}

.c2_button{
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c2_button img{height: 100%;width: auto;}

/*************** 의료진 소개 *************/
.doc_section1, .doc_section3{
  background:#FFF1DC url(../img/sec2_bg.png)no-repeat 50% 50%/cover;
}
.doc_section2{
  background:#F4F4F4 url(../img/sec2_bg.png)no-repeat 50% 50%/cover;
}
.doc_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.doc_wrap_right{
  flex-direction: row-reverse;
}
.doc_left_img_wrap{
  position: relative;
  width: 100%;
  max-width: 550px;
  position: relative;
}
.doc_left_img_wrap>span:nth-of-type(1){
  position: absolute;
  border-radius: 50%;
  background: #DCDCDC;
  width: 100%;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  z-index: 1;
  transform: scale(0);
  transform-origin: bottom;
  transition: transform 1s ease, opacity 1s ease;
}
.doc_left_img_wrap>span:nth-of-type(2){
  content: "";
  position: absolute;
  bottom: -10px;
  right: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F39200;
  z-index: 0;
  border-radius: 50%;
}

.doc_reverse>span:nth-of-type(1){
  position: absolute;
  border-radius: 50%;
  background: #A7A7A7;
  width: 100%;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  z-index: 1;
}
.doc_reverse>span:nth-of-type(2){
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F39200;
  z-index: 0;
  border-radius: 50%;
}
.doc_left_img_wrap img{
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.doc_right{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  border-radius: 68px;
  background: #FFF;
  z-index: 1;
}
.doc_right::after{
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  background: url(../img/doc_logo.png)no-repeat center/contain;
  z-index: 2;
}
.doc_h2{
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}
.doc_h3{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
}
.doc_line{
  display: block;
  height: 1px;
  background: #F39200;
  margin-bottom: 20px;
}
.doc_ul_wrap{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
/*************** 진료 과목 *************/
.c_title_top{
  border-radius: 100px;
  border: 3px solid #D9D9D9;
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c_title_bot{
  display: none;
}
.c_title_bot.active{
  display: flex;
  gap: 74px;
}
.c_title_top > div{
  width: 27%;
  height: 82px;
  border-radius: 100px;
  padding: 20px 0px;
  color: #575756;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; 
}
.c_title_top > div.active {
  background: #F39200;
  color: #fff; 
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.c_title_left{
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.c_title_left img{
  display: block;
  transition: transform 0.3s ease;
}
.c_title_left img:hover{
  transform: scale(1.);
}
.c_title_left::after{
  content: "";
  position: absolute;
  bottom: -15px;
  right: 15px;
  width: 100%;
  height: 100%;
  background-color: #F39200;
  z-index: -1;
}
.c_title_right{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c_title_h3{
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.c_title_h4{
  width: 195px;
  border-radius: 100px;
  border: 2px solid #F39200;
  padding: 10px 0px;
  text-align: center;
  color: #F39200;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}
.c_title_right ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}
.c_title_right ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #575756;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
.c_title_right ul li::before{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/check1.png) no-repeat center/contain;
}
.c_title_right > span::before{
  content: '';
  width: 45px;
  height: 45px;
  background: url(../img/check1.png) no-repeat center/contain;
  display: block;
}
.c_title_right > span{
  color: #575756;
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

/*************** 비수술 치료 *************/
/* .clinic2_swiper-button-prev,
.clinic2_swiper-button-next {
  display: none;
} */
.sec3_clinictitle::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: #fff url(../img/sec3_bg.png) no-repeat 50% 50% / cover;
}
.sec3_clinictitle{
  position: relative;
  z-index: 0;
  background:#FFF8ED;
  text-align: center;
}
.clinic2_imagebox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: start;
  border-radius: 19px;
  aspect-ratio: 16 / 11;
}
.clinic2_imagebox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}
.clinic2.swiper-slide {
  width: 60%;
  transition: transform 1s ease;
}
.clinic2_textbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 90%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.clinic2_swiper-container {
  position: relative;
}
.clinic2_swiper-pagination {
  position: absolute;
  bottom: 100px !important;
  z-index: 10;
}
.swiper-pagination-bullet-active {
  background-color: #F39200 !important;
}
.swiper-slide-active .clinic2_imagebox {
  transform: scale(1.05);
}
.clinic2.swiper-slide.swiper-slide-active .clinic2_overlay {
  opacity: 0; 
}
.clinic2_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 19px;
  z-index: 1;
}
.clinic2.swiper-slide-active .clinic2_overlay {
  display: none;
}
.sec3 .clinic2_textbox>p:nth-of-type(1){
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}
.sec3 .clinic2_textbox>p:nth-of-type(2){
  color: #F39200;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.3;
}
.sec3 .clinic2_textbox>p:nth-of-type(3){
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

/*************** 보유장비 *************/
.sec4{
  background:#3E3E3E url(../img/sec4_bg.png) no-repeat 50% 50% /cover;
}
.equ_gallery{
  overflow: hidden;
}
.equ_gallery .equ_swiper-container{
  overflow: visible;
  position: relative;
  padding: 0 29px;
}
.equ_gallery .swiper-slide {
  text-align: center;
}
.equ_gallery .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.equ_gallery .text {
  font-weight: bold;
  margin-top: 10px;
  font-size: 35px;
  color: #fff;
}
.equ_gallery .text+p{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.23px;
  color: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  top: 45% !important;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev {
  left: 0px !important;
}
.swiper-button-next {
  right: 0px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #ffffff;
  font-size: 20px;
}

/*************** place *************/
.sec5{
  background: url(../img/sec5_bg.png) no-repeat 50% 50% /cover;
}
.tour_swiper .swiper-slide{
  width: auto;
  height: auto;
  line-height: 0;
  max-width: 80%;
}
.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;
}

/*************** way *************/
.con6_wrap{display: flex;}
.map_wrap{
  flex-grow: 1;
}
.map_txt{
  padding: 63px 210px;
  font-size: 32px;
  color: #fff;
  background: linear-gradient(-180deg, #DC8506 35%, #C1750F 58%, #9C601A 83%, #7D4E24 100%);
}
.map_tit{
  font-size: 36px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  gap: 20px;
}
.map_tit.img_none img {
  visibility: hidden;
}
.map_tit.img_none{
  color: #FFE1B3;
  font-size: 24px;
  letter-spacing: 0.408px;
  margin-left: 17px;
  margin-top: 10px;
}
.map_tit:first-child{
  margin-bottom: 20px;
  font-weight: 900;
}
.map_tit img{width: 1.4em;flex-shrink: 0;}
.map_top hr{
  margin: 2rem 0;
  height: 1px;
  background:  #fff;
  opacity: 0.4;
}
.map_txt_s{
  color: #FFE1B3;
  font-size: 24px;
  letter-spacing: 0.408px;
}
.map_txt li{
  display: flex;
  gap: 6rem;
  letter-spacing: -0.24px;
}
.map_txt li em{
  width: 140px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}
.root_daum_roughmap .cont{
  display: none;
}
.root_daum_roughmap .wrap_map {
  height: 700px !important;
}
