/* main_banner */
.location_wrap .root_daum_roughmap .cont {
  display: none;
}
.location_wrap .root_daum_roughmap .wrap_map {
  height: 100%;
  min-height: 800px;
}
.main_before {
  height: 80px;
  width: 100%;
}
.main_station .train_item .img_box {
  position: relative;
}
.main_station .cover {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_station .cover i {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 10px;
}
.bannerTit {
  font-size: 70px;
  line-height: 1.2;
  margin: 2rem 0 3rem;
  transform: translateY(30%);
  opacity: 0;
}
.bannerTit em {
  font-weight: 700;
}
.banner1 .bannerTit em {
  color: #18b7cd;
}
.banner2 .bannerTit em {
  color: #ffc729;
}
.bannerTit + p {
  color: #fff;
}
.highlight.bannerTit {
  animation: fadeIn 1s ease forwards 0.3s;
}
@keyframes fadeIn {
  from {
    transform: translateY(30%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* con1 */
.con1 {
  position: relative;
}
.con1 {
  background: url('../img/con1_bg.png') no-repeat center center / cover;
}
h2.c {
  text-align: center;
}
h2 {
  display: flex;
  flex-direction: column; /* align-items: center; */
  font-size: 5rem;
  font-weight: 700;
  font-family: 'Gmarket Sans TTF';
  letter-spacing: -2.5px;
}
.c1_top h2::before {
  font-family: 'Pretendard Variable';
  content: 'Introduction';
  color: #00913a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
h2 + p {
  opacity: 0.6;
  margin-top: 3rem;
}
.con1_flex {
  margin-bottom: 8rem;
}
.c1_top {
  flex: 1;
}
.c1_top p {
  color: #006528;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 3rem;
}
.c1_middle {
  flex: 2;
  font-size: 25px;
}
.c1_middle div:not(:last-child) {
  margin-bottom: 3rem;
}
.c1_middle .c1_bottom {
  color: #666;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
}
.c1_bottom {
  margin-bottom: 7rem;
}
.con1_imgbox {
  line-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.con1_imgbox img {
  transition: transform 0.5s ease-in-out; /* 부드러운 확대 효과 */
}
.con1_imgbox:hover img {
  transform: scale(1.1); /* 마우스 오버 시 이미지 확대 */
} 

/* con2 */
.con2 {
  background: url('../img/con2_bg.png') no-repeat center / cover;
}
.c2_top h2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.c2_top h2::before {
  content: 'GANGSANDEUL ORTHOPEDICS';
  font-family: 'Pretendard Variable';
  color: #00913a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}

/*con3*/
.con3 {
  background: rgba(227, 241, 195, 0.15);
}
.con3 {
  position: relative;
}
.con3_imgbox {
  line-height: 0;
  overflow: hidden;
} 
.con3_flex {
  margin-bottom: 8rem;
}
#con3::after {
  content: 'GANGSANDEUL ORTHOPEDICS CLINIC\A
  GANGSANDEUL ORTHOPEDICS CLINIC GANGSANDEUL ORTHOPEDICS CLINIC GANGSANDEUL\A
  ORTHOPEDICS CLINIC GANGSANDEUL ORTHOPEDICS CLINIC GANGSANDEUL ORTHOPEDICS\A
  CLINIC';
  display: block;
  width: auto;
  height: 200px;
  color: rgba(0, 145, 58, 0.05);
  font-family: var(--font-GmarketSans);
  font-size: 20rem;
  font-weight: 700;
  white-space: pre;
  position: absolute;
  bottom: 0;
  animation: moveTxt1 300s linear infinite;
  line-height: 1.4;
}

@keyframes moveTxt1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} 
h2.c {
  text-align: center;
}
h2 {
  display: flex;
  flex-direction: column; /* align-items: center; */
  font-size: 5rem;
  font-weight: 700;
  font-family: 'Gmarket Sans TTF';
  letter-spacing: -2.5px;
}
.c3_top h2::before {
  font-family: 'Pretendard Variable';
  content: 'GANGSANDEUL ORTHOPEDICS';
  text-transform: uppercase;
  color: #00913a;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.1em;
}
h2 + p {
  opacity: 0.6;
  margin-top: 3rem;
}
.c3_top {
  flex: 1;
}
.c3_top p {
  color: #006528;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 3rem;
}
.c3_middle {
  flex: 2;
  font-size: 25px;
}
.c3_middle div:not(:last-child) {
  margin-bottom: 3rem;
}
.c3_middle .c1_bottom {
  color: #666;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /*
150% */
}
.c3_bottom {
  margin-bottom: 7rem;
}

/*con4*/
.con4_h2 {
  text-align: center;
}
.con4_h2>span:nth-of-type(3) {
  width: 100%;
  height: 2px;
  background: #c4c4c4;
}
/*con5 */
.con5 {
  background: url(../img/con5_bg.png?ver=20250302) no-repeat center/cover;
  position: relative;
}
.doctor_wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.doctor_wrap > * {
  width: 100%;
}
.doctor_img {
  max-width: 550px;
  align-self: flex-end;
  line-height: 0;
  z-index: 100;
}
.doctor_img > img:nth-of-type(1) {
  position: relative;
  z-index: 100;
}
.doctor_img > img:nth-of-type(2) {
  position: absolute;
  top: 150px;
  left: 200px;
}
.doctor_name {
  display: flex;
  color: #00913a;
  font-family: 'Gmarket Sans TTF';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.4px;
}
.doctor_name i {
  color: #111;
  font-family: 'GmarketSans TTF';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; 
  letter-spacing: -2px;
  margin-right: 1rem;
}
.doctor_tit {
  font-size: 2.5rem;
  font-weight: 600;
  color: #003668;
  margin: 2rem 0 1rem;
}
.doctor_txt {
  margin-bottom: 10rem;
}
.doctor_txt ul {
  color: #666;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
.doctor_txt ul:not(:last-child) {
  margin-bottom: 2rem;
}
.doctor_txt ul li {
  display: flex;
  gap: 1.2rem;
  align-items: start;
}

/*
.doctor_txt li{display: flex;gap: .5rem;} .doctor_txt li::before{content: '•';}
*/ /* con3 */
.doctor_txt h2::before {
  font-family: 'Pretendard Variable';
  content: 'GANGSANDEUL ORTHOPEDICS';
  text-transform: uppercase;
  color: #00913a;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.doctor_txt p {
  color: #666;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.doctor_tit {
  color: #666;
  font-family: 'Pretendard Variable';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
} 
/*con6*/
.con6 {
  background: url(../img/con6_bg.png) no-repeat center/cover;
}
.con6 ul {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.con6 h2 {
  color: #fff;
  text-align: center;
}
.con6 h2::after {
  content: 'GANGSANDEUL ORTHOPEDICS';
  color: #fff;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 10px;
  margin-bottom: 6rem;
}
.banner01_img img {
  border: 6px solid #fff;
  border-radius: 50%;
}
.con6_img_ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.li_tit {
  width: auto;
  min-width: 208px; 
  height: 47px;
  line-height: 43px;
  border-radius: 100px;
  padding: 4px 30px;
  background: #00913a;
  color: #fff;
  text-align: center;
  font-family: 'PretendardVariable';
  font-size: 2.4rem;
  font-weight: 400;
  position: absolute;
  bottom: 3px;
  white-space: nowrap; 
} 
/*con7*/
.con7 h2 {
  align-items: center;
}
.con7 .img_wrap {
  line-height: 0;
}
.con7_tab.fix {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.con7_tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 18px;
  font-weight: 500;
  color: #666;
  background: #f8f7f7;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.con7_tab li {
  width: 100%;
}
.con7_tab li:hover {
  background: #e8e8e8;
  color: #666;
  font-weight: 700;
}
.con7_tab li.active {
  background: #e8e8e8;
  color: #666;
  font-weight: 700;
}
.con7_tab li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.txt_wrap h6 {
  display: inline-flex;
  padding: 13px 30px 14px 30px;
  justify-content: center;
  align-items: center;
  background: #00913a;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}
.con7_content_flex article {
  display: none; 
}
.con7_content_flex article:first-child {
  display: block; 
}
.con7_content_flex article.active {
  display: block; 
}
.con7_top_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}
.con7_txt p {
  width: 100%;
  margin-bottom: 5rem;
}
.con7_img {
  width: 100%; 
  height: auto;
  overflow: hidden;
}
.con7_img img {
  width: 100%;
  border-radius: 0px;
  height: auto;
  transition: transform 0.3s ease;
}
.con7_img img:hover {
  transform: scale(1.1); 
  transform-origin: center center;
}
.con7_icon {
  text-align: center;
}
.con7 h2::before {
  font-family: 'PretendarVariable';
  content: 'Regenerative Therapy';
  color: #00913a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.con7_txt {
  flex: 2;
}
.con7_img {
  flex: 1;
} 
.grid4_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.icon_ul li img {
  width: 1.3em;
  aspect-ratio: 1 / 1;
}
.icon_ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 0;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: center;
}
.grid4_ul i {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px 30px;
  align-items: flex-start;
}
.grid4_ul i::before {
  display: block;
  flex-shrink: 0;
  content: '';
  width: 1.3em;
  aspect-ratio: 1 / 1;
  background: url(../img/check_icon.png) no-repeat 50% 50% / contain;
} 
/*con8*/
.con8 {
  background: url(../img/con8_bg.png) no-repeat center/cover;
  aspect-ratio: 16 / 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.con8>div:first-child{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: row;
  gap: 5rem;
  padding: 9rem;
  margin-right: 25rem;
  font-size: 5rem;
  font-weight: 700;
  font-family: 'Gmarket Sans TTF';
  letter-spacing: -2.5px;
}
.con8_line {
  width: 5px;
  height: 311px;
  background: #fff;
}
.con8 > div:nth-of-type(2) {
  flex-direction: column;
}
.con8 p:nth-of-type(1) {
  letter-spacing: -4px;
  color: #fff;
  font-family: 'ChosunKm';
  font-size: 42px;
  margin-bottom: 2rem;
}
.con8 p:nth-of-type(2) {
  color: #fff;
  font-family: 'Pretendard Variable';
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
}
.con8 p:nth-of-type(2) i {
  color: #ffe25a;
  font-family: 'Pretendard Variable';
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
} 
/*con9*/
.con9_wrap {
  background: url(../img/con9_bg.png) no-repeat center/cover;
  background-position: center 20%;
}
.con9_tab.fix {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.con9_tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 18px;
  font-weight: 500;
  color: #666;
  background: #f8f7f7;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.con9_tab li {
  width: 100%;
}
.con9_tab li:hover {
  background: #e8e8e8;
  color: #666;
  font-weight: 700;
}
.con9_tab li.active {
  background: #e8e8e8;
  color: #666;
  font-weight: 700;
}
.con9_tab li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.txt_wrap h6 {
  display: inline-flex;
  padding: 13px 30px 14px 30px;
  justify-content: center;
  align-items: center;
  background: #00913a;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}
.con9_content_flex article {
  display: none; 
}
.con9_content_flex article:first-child {
  display: block;
}
.con9_content_flex article.active {
  display: block; 
}
.con9_top_wrap {
  display: flex;
  gap: 3rem;
}
.con9_txt p {
  width: 100%;
  margin-bottom: 5rem;
}
.con9_img {
  width: 100%; 
  height: auto;
  overflow: hidden;
}
.con9_img img {
  width: 100%;
  border-radius: 0px;
  height: auto;
  transition: transform 0.3s ease;
}
.con9_img img:hover {
  transform: scale(1.1);
  transform-origin: center center;
}
.con9_icon {
  text-align: center;
}
.con9 h2::before {
  font-family: 'PretendardVariable';
  content: 'Pain Management';
  color: #00913a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.con9_txt {
  flex: 2;
}
.con9_img {
  flex: 1;
}
.con9 h2 {
  align-items: center;
}
.con9 .img_wrap {
  line-height: 0;
}
/*con10*/
#a10 {
  background: url(../img/physical_Therapy_bg01_filter.png?ver=20250302) no-repeat center top 30px / cover;
}
#a11 {
  background: url(../img/physical_Therapy_bg02_filter.png?ver=20250303) no-repeat center/cover;
}
#a12 {
  background: url(../img/physical_Therapy_bg03_filter.png?ver=20250302) no-repeat center/cover;
}
#a13 {
  background: url(../img/physical_Therapy_bg04_filter.png?ver=20250303) no-repeat center/cover;
}
#a14 {
  background: url(../img/physical_Therapy_bg05_filter.png?ver=20250302) no-repeat center/cover;
}
.con10_tab.fix {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.con10_tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 18px;
  font-weight: 500;
  color: #666;
  background: #f8f7f7;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.con10_tab li {
  width: 100%;
}
.con10_tab li:hover {
  background: #e8e8e8;
  color: #666;
  font-weight: 700;
}
.con10_tab li.active_con10 {
  background: #e8e8e8;
  color: #666;
  font-weight: 700;
}
.con10_tab li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.txt_wrap h6 {
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  background: #00913a;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}
.con10_top_wrap {
  display: flex;
  gap: 3rem;
  flex-direction: row-reverse;
}
.con10_txt p {
  width: 100%;
  margin-bottom: 12rem;
}
.con10_img {
  width: 100%; /* 부모 박스 크기 설정 */
  height: auto;
  overflow: hidden;
}
.con10_img img {
  width: 100%;
  border-radius: 0px;
  height: auto;
  transition: transform 0.3s ease;
}
.con10_img img:hover {
  transform: scale(1.1);
  /* 10% 확대 */
  transform-origin: center center;
}
.con10_top_txt {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: 'Gmarket Sans TTF';
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  line-height: 50px;
  letter-spacing: -2.5px;
}
.con10_top_txt_h3 {
  align-items: center;
  text-align: center;
}
.con10_top_txt_h3 h3 {
  display: flex;
  flex-direction: column;
  color: #111;
  font-family: 'Gmarket Sans TTF';
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 140% */
  letter-spacing: -2.5px;
}
.con10_top_txt_h3 h3::before {
  content: 'Physical Therapy Clinic';
  color: #00913a;
  font-family: 'Pretendard Variable';
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.1rem;
  margin-bottom: 1rem;
}
.con10_top_txt_h3 >span:first-child{
  font-size: inherit;
}
.green_txt {
  color: #006528;
  font-family: 'Gmarket Sans TTF';
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -2.5px;
}
.con10_top_txt h2 {
  color: #111;
  font-family: 'Gmarket Sans TTF';
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 140% */
  letter-spacing: -2.5px;
}
.con10_top_txt h2::before {
  content: 'Pain Management';
  color: #00913a;
  font-family: 'Pretendard Variable';
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.1rem;
}
.con10_top_txt i {
  color: #000;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
}
.con10_line {
  width: 100%;
  height: 5px;
  background: #00913a;
  margin-bottom: 4rem;
}
.con10_txt {
  flex: 2;
  margin-top: 13rem;
}
.con10_img {
  flex: 1;
}
.con10 .img_wrap {
  line-height: 0;
}
.con10_icon_ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: center;
}
.con10_icon_ul li {
  display: flex;
  width: 200rem;
  height: 17rem;
  padding: 2.5rem 1rem;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px 0px;
}
.con10_icon_ul li > p {
  color: #00913a;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
.con10_icon_ul li > i {
  color: #7d7d7d;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  /* 57.692% */
}
/*con11*/
#con11_txt_wrap li:nth-of-type(2){
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  flex-direction: row;
  align-items: normal;
  background-color: transparent;
  border-radius: 0;
}
.con10_icon_ul li img,
.con11_icon_ul li img {
  margin-bottom: 1rem;
  display: block;
  width: 1.7em; /* aspect-ratio: 1 / 1; */
}
.con11 {
  background: url(../img/con9_bg.png) no-repeat center 0.1px / cover;
}
.con11_img {
  width: 100%; /* 부모 박스 크기 설정 */
  height: auto;
  overflow: hidden;
  flex: 1;
}
.con11_img img {
  width: 100%;
  border-radius: 0px;
  height: auto;
  transition: transform 0.3s ease;
  margin-bottom: 4rem;
}
.con11_img img:hover {
  transform: scale(1.1); /* 10% 확대
*/
  transform-origin: center center;
}
.con11_top_wrap {
  display: flex;
  gap: 3rem;
}
.con11_top_wrap h6 {
  width: 11rem;
  padding: 1rem 1rem;
  justify-content: center;
  align-items: center;
  background: #00913a;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}
.con11_flex_ul > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  border-right: 2px solid #afafaf;
}
.con11_flex_ul > ul:last-of-type {
  border-right: 0;
}
.con11_flex_ul img {
  width: 83px;
  height: 83px;
}
.con11_flex_ul li:nth-of-type(1) {
  display: flex;
  width: 15rem;
  height: 15rem;
  padding: 2.5rem 1rem;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 2px solid #afafaf;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.con11_flex_ul li:nth-of-type(2) > p {
  color: #565656;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.con11_flex_ul li:nth-of-type(1) img {
  width: 8rem;
  height: 8rem;
  aspect-ratio: 1/1;
}
.con11_icon_ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: center;
}
.con11_icon_ul li > p {
  color: #00913a;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
.con11_icon_ul li {
  display: flex;
  width: 200rem;
  height: 10rem;
  padding: 1.5rem 1rem;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px 0px;
}
.con11_icon_ul li img {
  margin-bottom: 1rem;
} 
/*con13*/
.con13 {
  background: url(../img/con9_bg.png) no-repeat center 0.1px / cover;
} /****************************************/ /* site_bg */
.site_bg.on {
  display: block;
}
.site_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
.site_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 1000px;
  width: 90%;
  height: 80%;
  position: relative;
}
.closeButton:hover {
  background-color: #c1272d;
}
.closeButton {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 2rem;
  font-weight: 600;
  background: #333;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
} 
/*footer*/
.f_logo {
  width: 20rem;
}
.footer_bot {
  padding-top: 6rem;
} 
/* 개인정보처리방침 */
.site_tab {
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
  max-width: 1500px;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: 400;
  word-break: keep-all;
  color: #272727;
  height: 100%;
  overflow-y: scroll;
}
.site_tab > li.on {
  display: block;
}
.site_tab > li {
  display: none;
}
.site_tab h6 {
  /* height: 30px; */
  line-height: 2;
  padding-left: 0px;
  font-size: 2.6rem;
  margin-bottom: 15px;
  color: #000;
  font-weight: normal;
}
.site_tab h4 {
  font-size: 4.5rem;
  font-weight: 800;
  text-align: center;
  margin: 5rem 0;
  line-height: 1.5;
  display: block;
}
.site_tab h4::before {
  display: none;
} /* 비급여 */
.time_wrap table {
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  color: #000;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
}
table,
td {
  border-spacing: 0px;
  padding: 0px;
}
.time_wrap table tr td {
  padding: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
tr.bg td {
  background: rgba(0, 0, 0, 0.1);
}
tr.bg2 td {
  background: rgba(35, 104, 196, 0.2);
  font-family: 700;
}

/* tour */
.tour_pagination.swiper-pagination-progressbar {
  position: relative;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.tour_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #700a20;
}
/*location*/
.location_wrap > div {
  display: flex;
  flex: 1;
}
.location_wrap h6 {
  color: #00913a;
  font-family: 'Pretendard Variable';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.location_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.location_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_bottom_wrap {
  display: flex;
  font-family: 'Pretendard Variable';
}
.location_txt {
  width: 100%;
  padding-top: 5rem;
  font-size: 2.5rem;
  font-weight: 400;
}
.location_right {
  width: 100%;
}
.location_txt .parking {
  display: flex;
  gap: 5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.location_txt .parking li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.location_txt .parking li img {
  width: 4rem;
}
.loca_p {
  font-size: 2.5rem;
}
.location_txt ul.time > li {
  display: flex;
  margin-bottom: 1rem;
}
.time > li > ol > b {
  color: #000;
  font-family: 'Pretendard Variable';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.location_txt ul.time > li {
  display: flex;
  margin-bottom: 1rem;
}
.location_txt ul.time > li i {
  width: 100px;
  display: flex;
  margin-right: 5rem;
}
.redtxt {
  color: #ff0808;
}
.txt_box {
  display: inline-block;
  color: #000;
  font-family: 'Gmarket Sans TTF';
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.2px;
  margin-bottom: 4rem;
}
.last_p {
  font-family: 'Pretendard Variable';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.park {
  color: #fff;
  height: 34px;
  background: #00913a;
  padding: 4px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.park_wrap {
  margin-left: -30px;
}
.park_wrap span {
  font-weight: 700;
}
.park_bottom {
  width: 80%;
} 