/* 스크린 리더 전용 제목 (시각적으로 숨김) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main_banner */

/* con1 */
#con1 {
  background: url(../img/con1_bg.png) no-repeat 50% 50% / cover;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  position: relative;
  z-index: 4;
  box-shadow: 4px 5px 15px 1px rgba(78, 78, 78, 0.15);
  text-align: center;
}
#con1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con1-logo {
  max-width: 288px;
  line-height: 0;
}

.con1-title {
  margin: 60px auto 55px;
  color: #0f0f70;
  font-size: 40px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.con1-title b {
  display: block;
}
.con1-text-wrap {
  max-width: 875px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: rgba(28, 28, 27, 0.7);
}
.con1-sign {
  font-size: 30px;
  font-weight: 700;
}
/*  */
h2.c {
  justify-content: center;
  text-align: center;
}

h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 64px;
  display: flex;
  gap: 15px;
  line-height: 1.2;
  color: #1d1d1d;
}

h2 img {
  width: 1.2em;
  aspect-ratio: 1/1;
  object-fit: contain;
  line-height: 0;
  align-self: flex-start;
}
h2 .copy_e i {
  color: rgba(15, 15, 112, 0.1);
}
h2 .copy i {
  color: #0f0f70;
}
h2.w {
  color: #fff !important;
}
h2.w img {
  filter: brightness(0) invert(1);
}
/* con2/의료진소개 */
.doctor_wrap {
  position: relative;
  display: flex;
}

.doctor_wrap .doctor_txt {
  flex: 1;
  width: 100%;
  background-color: #0f0f70;
  color: #fff;
  padding-left: 50px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.doctor_wrap .doctor_txt::before {
  content: "";
  position: absolute;
  width: 35%;
  aspect-ratio: 1/1;
  background: url(../img/doctor_bg.png) no-repeat 50% 50% / contain;
  bottom: 50px;
  right: -200px;
}

.doctor_wrap .doctor_img {
  flex: 1;
  width: 100%;
  line-height: 0;
  display: flex;
  align-items: flex-end;
  background: url(../img/doctor_img_bg.png) no-repeat 50% 50% / cover;
}

.doctor_wrap .img_inner {
  margin-left: calc(calc(100vw - 1280px) / 2);
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.doctor_wrap .img_inner img {
  width: 100%;
}

/* 의료진 인용문 (딥블루 배경 + 큰 따옴표) */
.doctor-desc {
  position: relative;
  margin-bottom: 60px;
}
.doctor-quote {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "NanumMyeongjo";
}
.doctor-quote p {
  font-size: 30px;
}
.doctor-quote::before {
  position: absolute;
  font-size: 150px;
  line-height: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  content: "\201C";
  top: 35px;
  left: -25px;
}
.doctor-quote p:last-child {
  position: relative;
}
.doctor-quote p:last-child::after {
  content: "\201D";
  bottom: -20px;
  right: -70px;
  position: absolute;
  font-size: 150px;
  line-height: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.doctor_top {
  margin-bottom: 20px;
}

.doctor_name {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  gap: 0.5em;
  line-height: 1.3em;
}

.doctor_name b {
  font-size: 2em;
  line-height: 1em;
}

.history_wrap {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 40px;
  position: relative;
}

.history_wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}

.history_wrap li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.history_wrap li::before {
  content: "•";
}

/* con2-1 */
.con2-1 {
  background: url(../img/tour-bg.png) no-repeat 50% 50% / cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

/* con2-1 둘러보기 슬라이드 (중앙 강조 + 페이지네이션) */
.tour-wrap {
  position: relative;
  overflow: hidden;
}
.tour-wrap-swiper {
  padding: 0 0 50px;
}
.tour-wrap-swiper .swiper-slide {
  width: 72%;
  max-width: 720px;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
/* 비활성 슬라이드: 작게 + 딤드 */
.tour-wrap-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}
.tour-wrap-swiper .swiper-slide-active {
  transform: scale(1);
}
.tour-slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
}
/* 비활성 슬라이드에만 딤드 레이어 */
.tour-wrap-swiper
  .swiper-slide:not(.swiper-slide-active)
  .tour-slide-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  pointer-events: none;
  border-radius: 24px;
}
.tour-slide-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-wrap-pagination.swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.tour-wrap-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c4c4c4;
  opacity: 1;
  transition: background 0.25s;
}
.tour-wrap-pagination .swiper-pagination-bullet-active {
  background: #4a4a4a;
}

/* con4/비수술 클리닉 */
.con4 {
  position: relative;
  background: #fff;
}
.con4_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.con4_bg::before {
  content: "Seoul Jewon Orthopedics Seoul Jewon Orthopedics Seoul Jewon Orthopedics ";
  position: absolute;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0f0f70;
  font-size: min(150px, 12vw);
  font-weight: 800;
  white-space: nowrap;
  transform-origin: left top;
  left: 1.2em;
  top: 0;
  opacity: 0.1;
  animation: con4FlowText 30s linear infinite;
}
@keyframes con4FlowText {
  0% {
    transform: rotate(90deg) translateX(0);
  }
  100% {
    transform: rotate(90deg) translateX(-1200px);
  }
}
.con4 section {
  width: 100%;
}

.con4 section:nth-of-type(2n + 1) {
  background: #fff;
}

.con4 section:nth-of-type(2n) {
  background: url(../img/c4_bg.png) no-repeat 50% 50% / cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.con4 section:nth-of-type(2n)::after {
  content: "Seoul Jewon Orthopedics Seoul Jewon Orthopedics Seoul Jewon Orthopedics ";
  position: absolute;
  right: 1.2em;
  top: 0;
  color: #fff;
  font-size: min(150px, 12vw);
  font-weight: 800;
  white-space: nowrap;
  transform-origin: right top;
  opacity: 0.8;
  animation: con4FlowTextRight 30s linear infinite;
  pointer-events: none;
}
@keyframes con4FlowTextRight {
  0% {
    transform: rotate(-90deg) translateX(0);
  }
  100% {
    transform: rotate(-90deg) translateX(-1200px);
  }
}

/* con4 탭: #con4 영역 안에서 상단 고정 */
.c4_tab {
  position: sticky;
  top: 120px;
  z-index: 20;
  padding-bottom: 20px;
  margin-bottom: 0;
  box-shadow:
    4px 4px 20px 0 #eceef1 inset,
    -8px -8px 20px 0 #fff,
    8px 8px 20px 0 rgba(172, 196, 213, 0.2);
}
.con4 .container.c4_tab {
  z-index: 4;
}
.sec_top {
  padding-top: 120px;
}

.sec_bot {
  padding-bottom: 120px;
}

.c4_tab {
  display: flex;
  gap: 0px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 50px;
}

.c4_tab li {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: rgba(163, 163, 163, 0.7);
  text-align: center;
  border-radius: 30px;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.c4_tab li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c4_tab li.on,
.c4_tab li:hover {
  background: #0f0f70;
  color: #fff;
  box-shadow:
    2px 2px 8px 0 #eceef1 inset,
    -8px -8px 19.1px 0 #fff,
    2px 2px 10px 0 rgba(172, 196, 213, 0.2);
}

.clinic_inner {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
}
.clinic_inner::before {
  content: "";
  position: absolute;
  width: 200px;
  aspect-ratio: 1/1;
  background: url(../img/clinic_inner_deco.png) no-repeat 50% 50% / contain;
  background-attachment: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.con4 section:nth-of-type(2n) .clinic_inner {
  flex-direction: row-reverse;
}
.con4 section:nth-of-type(2n) .clinic_inner::before {
  left: auto;
  right: 0;
  background: url(../img/clinic_inner_deco_r.png) no-repeat 50% 50% / contain;
  transform: translate(50%, -50%);
}

.clinic_img {
  flex: 1;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.clinic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic_txt {
  flex: 1;
  width: 100%;
}

.clinic_tit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #0f0f70;
  margin-bottom: 10px;
}

.clinic_tit .box {
  width: 7px;
  height: 0.9em;
  background: #0f0f70;
  border-radius: 8px;
}

.clinic_txt p {
  margin-bottom: 50px;
}
.clinic_txt p b {
  color: #0f0f70;
}

.clinic_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.clinic_ul li {
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 5px 15px 1px rgba(78, 78, 78, 0.15);
}

.clinic_ul .img_wrap {
  border-radius: 30px;
  background: #fff;
  padding: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.clinic_ul .img_wrap img {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
}

.clinic_ul li i {
  padding: 0 7px;
}

.clinic-ol {
  display: flex;
  gap: 24px;
  text-align: center;
}

.clinic-ol li {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clinic-ol-img {
  width: 100%;
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
}

.clinic-ol-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic-ol-title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.clinic-ol-title + em {
  font-size: 18px;
  line-height: 1.7;
}
/* .to-tab 부모에서 오른쪽 정렬 */
.con4 .container:has(.to-tab) {
  display: flex;
  flex-direction: column;
}
.to-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background: #fff;
  color: #0f0f70;
  box-shadow: 4px 5px 15px 1px rgba(78, 78, 78, 0.15);
  padding: 5px 30px;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}
.to-tab svg path {
  transition: fill 0.25s ease;
}
.to-tab:hover {
  background: #0f0f70;
  color: #fff;
  box-shadow: 4px 6px 24px 4px rgba(15, 15, 112, 0.35);
  transform: translateY(-2px);
}
.to-tab:hover svg path {
  fill: #fff;
}
.to-tab:hover svg path[fill-opacity] {
  fill-opacity: 0.9;
}
.con4 section:nth-of-type(2n) .clinic_inner {
  flex-direction: row-reverse;
}

.con4 section:nth-of-type(2n) .clinic_ul .img_wrap {
  background: rgba(248, 251, 254, 1);
}

/* con3/척추/관절 클리닉 */
.con3 {
  background: url("../img/c3_bg.png") no-repeat 50% 50% / cover;
  position: relative;
}
.con3-top {
  color: #b7b7b7;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.24em;
  margin-bottom: 10px;
}
h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
h3 i {
  color: #009fe3;
}
.h3-line {
  margin: 20px auto;
  display: block;
  width: 2px;
  height: 35px;
  border-radius: 8px;
  background: #b7b7b7;
}
h3 + p {
  text-align: center;
  margin-bottom: 80px;
}
h3 + p b {
  color: #0f0f70;
}

.c3_tab {
  display: flex;
  gap: 0px;
  margin-bottom: 40px;
}

.c3_tab li.on,
.c3_tab li:hover {
  color: #1d1d1d;
  border-bottom: 4px solid #0f0f70;
}

.c3_tab li {
  width: 100%;
  font-size: 20px;
  color: rgba(183, 183, 183, 0.7);
  border-bottom: 4px solid rgba(183, 183, 183, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-weight: 700;
  transition: 0.3s;
}

ul.c3_wrap > li.on {
  display: flex;
}

ul.c3_wrap > li {
  display: flex;
  display: none;
  gap: 0;
  background: #fff;
  box-shadow: 4px 5px 15px 1px rgba(78, 78, 78, 0.15);
  overflow: hidden;
  border-radius: 30px;
}

.c3_img {
  flex: 1;
  line-height: 0;
  width: 100%;
  position: relative;
}
.c3_img::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  z-index: 1;
}

.c3_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  line-height: 0;
}

.c3_txt {
  flex: 1;
  width: 100%;
  padding: 70px 50px;
}
.c3_txt .clinic_tit {
  margin-bottom: 20px;
}

.c3_txt p b {
  color: #0f0f70;
}
.c3_txt ol {
  letter-spacing: -0.06em;
  display: flex;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.c3_txt ol li {
  color: rgba(28, 28, 27, 0.4);
  padding: 8px;
  border-bottom: 2px solid #d9d9d9;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.c3_txt ol li.on {
  color: #0f0f70;
  border-bottom: 2px solid #0f0f70;
  font-weight: 700;
}

.c3_ul li.on {
  /* display: block; */
}

.c3_ul li {
  font-size: 20px;
  line-height: 2;
  /* display: none; */
}

.c3_txt .c3_ul {
  display: grid;
  /* 자식들을 같은 셀에 쌓기 */
}

.c3_txt .c3_ul > li {
  grid-area: 1 / 1;
  /* 모두 같은 위치 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* 안 보이는 패널 클릭 방지 */
  transition: opacity 0.25s ease;
}

.c3_txt .c3_ul > li.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.check-list {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.check-list::before {
  content: "";
  flex-shrink: 0;
  width: 1.2em;
  aspect-ratio: 1/1;
  background: url(../img/check.png) no-repeat 50% 50% / contain;
}

.img-list {
  display: flex;
}
.img-list li:not(:last-child) {
  border-right: 1px solid rgba(15, 15, 112, 0.2);
}
.img-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.img-list li .icon-img {
  width: 60%;
  max-width: 70px;
  aspect-ratio: 1/1;
  line-height: 0;
  margin-bottom: 10px;
}
.img-list li .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-list li .tit {
  color: #0f0f70;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.img-list li span {
  font-size: 13px;
  color: rgba(28, 28, 27, 0.7);
  line-height: 1.3;
}
/* con5/하지정맥류 */

.con5 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/c5_bg.png) center/cover no-repeat;
  background-attachment: fixed;
}
.con5 h3 {
  color: #fff;
}
.con5 h3 i {
  color: #b3e8ff;
}
.con5 h3 + p {
  color: #fff;
}
.con5 h3 + p b {
  color: #fff;
}
.con5 .c3_tab li.on,
.con5 .c3_tab li:hover {
  color: #fff;
  border-bottom: 4px solid #b3e8ff;
}
.con5 .clinic_tit {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.c5_txt .clinic_tit:first-child {
  margin-top: 0;
}
.c5_txt p {
  font-size: 16px;
}
/* 하지정맥류 클리닉 특별함 - 번호·제목 강조 + 본문 하이라이트 스타일 */
.c5_special_list {
  list-style: none;
  padding: 0;
}
.c5_special_item {
  margin-bottom: 12px;
}
.c5_special_item:last-child {
  margin-bottom: 0;
}
.c5_special_tit {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.c5_special_desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-left: 0;
}
.c5_special_desc .c5_hl {
  font-weight: 700;
  color: #0f0f70;
}
.c5_notice {
  margin-top: 24px;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(15, 15, 112, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}
.c5_notice b {
  font-weight: 700;
}
.c5_txt {
  padding: 70px 30px;
  flex: 3;
}

/* 시술 방법 비교 */
.c5_method > p {
  margin: 0 0 18px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}
.c5_method .c5_hl {
  color: #0f0f70;
  font-weight: 700;
}
.c5_method_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c5_method_list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}
.c5_method_list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.c5_method_list li strong {
  font-weight: 700;
  color: #1a1a1a;
}
/* 비교 테이블 */
.c5_compare_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
}
.c5_compare_table thead th {
  padding: 14px 12px;
  font-weight: 700;
  background: #0f0f70;
  color: #fff;
  border-color: #0f0f70;
}
.c5_compare_table thead th.highlight {
  color: #aee7ff;
}
.c5_compare_table tbody td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(183, 183, 183, 0.25);
  color: #a3a3a3;
  line-height: 1.5;
}
.c5_compare_table tbody .row_label {
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
}
.c5_compare_table tbody .highlight_cell {
  background: #f4f4f4;
  font-weight: 700;
  color: #1d1d1d;
}
.c5-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.c5-box-wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 4px 5px 15px 1px rgba(78, 78, 78, 0.15);
}
.c5-box-wrap .box img {
  max-width: 120px;
}
/* 탭마다 오른쪽(c5_txt) 높이가 달라져도 왼쪽 이미지 박스 크기·비율은 동일하게 유지 */
.con5 ul.c3_wrap > li {
  align-items: flex-start;
}
.c5_img {
  position: relative;
  flex: 0 0 40%;
  width: 40%;
  max-width: 480px;
  align-self: flex-start;
  min-height: 0;
  min-height: 950px;
  overflow: hidden;
}
.c5_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c5-3-text {
  font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
}
.c5-3-ul {
  display: flex;
  gap: 10px;
}
.c5-3-ul-img {
  width: 100%;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.c5-3-ul-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c5-3-ul .text-box {
  font-size: 16px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #a3a3a3;
  border-radius: 50px;
  padding: 10px;
}
.c5-3-ul li:nth-of-type(2) .text-box {
  background: #0f0f70;
}
/* Q&A */
.c5_qna {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c5_qna > li {
  margin-bottom: 20px;
}
.c5_qna > li:last-child {
  margin-bottom: 0;
}
.c5_q {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
  padding-top: 10px;
  border-top: 1px solid rgba(183, 183, 183, 0.25);
}
.c5_qna > li:first-child .c5_q {
  border-top: none;
  padding-top: 0;
}
.c5_a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f2f4f8;
  border-radius: 20px 20px 0 20px;
  padding: 16px 18px;
  margin-left: 30px;
}
.c5_a_num {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f0f70;
  line-height: 1.4;
}
.c5_a p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.c5_a p b {
  font-weight: 700;
  color: #0f0f70;
}
.c5-6-desc {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reservation-btn {
  display: flex;
  justify-content: center;
}
.reservation-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #0f0f70;
  padding: 10px 40px;
  border-radius: 50px;
  transition: 0.3s;
}
.reservation-btn a:hover {
  background: #0f0f70;
  transform: translateY(-3px);
  transition: 0.3s;
}
.reservation-btn a svg {
  width: 1em;
}
.interview-video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.c51-txt .clinic_tit {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.c51-txt .clinic_tit:first-child {
  margin-top: 0;
}
/* con5-1 / 수술클리닉 */
.con5-1 {
  background: url("../img/c5-1-bg.png") no-repeat 50% 50% / cover;
  background-attachment: fixed;
  position: relative;
}
.con5-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23%;
  background: linear-gradient(180deg, #333587 0%, #171968 100%);
}
.c51-txt .check-list {
  margin-bottom: 20px;
}
.c51-txt .check-list:last-child {
  margin-bottom: 0;
}
/* con6/둘러보기 */
.con6 {
  background: url("../img/con6_bg.png") no-repeat 50% 50% / cover;
  /* background-attachment: fixed; */
  position: relative;
}
.item_wrap {
  display: flex;
  gap: 20px;
}
.item_left {
  background: url("../img/item_bg.png") no-repeat 50% 50% / cover;
  border-radius: 0 30px 30px 0;
}
.item_left .inner {
  margin-left: calc(calc(100vw - 1280px) / 2);
  color: #fff;
  min-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}

.item_left h2 {
  margin-bottom: 10px;
}

.item_left i {
  font-size: 16px;
}

.arr_wrap {
  margin-top: 60px;
  display: flex;
  gap: 10px;
}

.arr_wrap img {
  width: 60px;
  cursor: pointer;
  transition: 0.3s;
  transition-delay: 0s;
}

.arr_wrap img:nth-of-type(1):hover {
  transform: translateX(-7px);
  transition-delay: 0.3s;
}

.arr_wrap img:nth-of-type(2):hover {
  transform: translateX(7px);
  transition-delay: 0.3s;
}

.c6_swiper_wrap {
  overflow: initial;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}

.c6_swiper_wrap .swiper-wrapper .swiper-slide {
  max-width: 450px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  border-radius: 30px;
  /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); */
  text-align: center;
}

.c6_name {
  color: #0f0f70;
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0 5px;
}

.c6_name + i {
  font-size: 18px;
  letter-spacing: -0.06em;
  text-align: center;
  color: rgba(28, 28, 27, 0.7);
}

.item_pagination.swiper-pagination-progressbar {
  position: relative;
  margin-top: 70px;
  background: rgba(71, 107, 178, 0.2);
}

.item_pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #223974;
}

/* 둘러보기 */
.tour_wrap {
  background: url("../img/c6_bg.png") no-repeat 50% 50% / cover;
  /* background-attachment: fixed; */
  position: relative;
}

.tour_swiper .swiper-slide {
  width: auto;
  height: auto;
  line-height: 0;
  max-width: 60%;
  border-radius: 30px;
  overflow: hidden;
}

.tour_pagination {
  text-align: center;
  margin-top: 50px;
}

.tour_pagination .swiper-pagination-bullet-active {
  background: #476bb2;
}

/*  */
.con7 {
  position: relative;
  background: url("../img/c7-bg.png") no-repeat 0 0 / cover;
}

.c7_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  gap: 25px;
}
.c7_name .copy_e i {
  color: rgba(15, 15, 112, 0.1);
}
.c7_name .copy i {
  color: #0f0f70;
}
.c7_txt_wrap {
  margin-bottom: 60px;

  text-align: center;
}

.c7_txt {
  font-size: 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: center;
}

.c7_txt.way b {
  color: #0f0f70;
}

.c7_txt.parking {
  margin-top: 30px;
}

.c7_txt_wrap i {
  font-size: 16px;
  color: rgba(28, 28, 27, 0.7);
}

.c7_txt_wrap i br {
  display: none;
}

.map_wrap {
  width: 100%;
  height: 500px;
}

.map_wrap .root_daum_roughmap .cont {
  display: none;
}

.map_wrap .root_daum_roughmap .wrap_controllers {
  display: none;
}

.map_wrap .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}

.map_wrap .root_daum_roughmap {
  width: 100%;
  height: 100%;
}

.ft_api {
  width: 100% !important;
  height: 500px !important;
}

.root_daum_roughmap .cont .section.lst {
  display: none !important;
}

.customoverlay {
  position: relative;
  bottom: 58px;
  left: 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ddd;
  float: left;
  background: #fff;
}

.customoverlay:nth-of-type(n) {
  border: 0;
  box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.customoverlay .title {
  display: block;
  text-align: center;
  background: #fff;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: bold;
}

.customoverlay:after {
  content: "";
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 12px;
  background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png");
}

.map_flex {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  align-items: flex-start;
  justify-content: space-between;
}

.map_txt_wrap {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.map_txt_wrap.time {
  flex: 1;
}
.map_txt.time {
  flex: 1;
}
.map_tit {
  background: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 200px;
  padding: 25px;
  border-radius: 30px;
  gap: 10px;
}

.map_tit img {
  max-width: 74px;
}

.map_txt ul li {
  display: flex;
  gap: 40px;
  align-items: start;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}

.map_txt ul li b {
  color: #0f0f70;
}

.map_txt ul li span {
  flex-shrink: 0;
  width: 130px;
  color: #0f0f70;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time_last {
  font-size: 16px;
  line-height: 1.7;
}

.map_txt.tel {
  font-size: 30px;
  font-weight: 700;
  align-self: center;
  white-space: nowrap;
}

.day365 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
}
.day365 > div {
  font-family: "NanumMyeongjo";
  font-size: 40px;
  position: relative;
}
.day365 > div::before {
  content: "\201C";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  color: #0f0f70;
  opacity: 0.1;
  line-height: 0;
  position: absolute;
  top: 50px;
  left: -70px;
}
.day365 > div::after {
  content: "\201D";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  color: #0f0f70;
  opacity: 0.1;
  line-height: 0;
  position: absolute;
  top: 50px;
  right: -60px;
}
.day365 em {
  color: #0f0f70;
}
.day365 em i {
  position: relative;
}
.day365 em i::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #0f0f70;
  border-radius: 50%;
}
.con7 {
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  margin-bottom: -50px;
}
.con7::after {
  content: "Seoul Jewon Orthopedics  Seoul Jewon Orthopedics  Seoul Jewon Orthopedics  Seoul Jewon Orthopedics  Seoul Jewon Orthopedics  ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: max-content;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009fe3;
  font-size: min(140px, 20vw);
  font-weight: 800;
  line-height: 0.9;
  opacity: 0.2;
  pointer-events: none;
  animation: con7FlowText 60s linear infinite;
}
@keyframes con7FlowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 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;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.site_popup .site_tab {
  flex: 1;
  min-height: 0;
}

.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;
}

/* 주차안내 */
.con7_1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(0, 82, 161, 0.03) 100%
  );
}

.con7_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  right: 80px;
  width: 35%;
  aspect-ratio: 1/1;
  background: url(../img/con7_1_bg.png) no-repeat 50% 50% / contain;
}

.c71_wrap {
  display: flex;
  gap: 20px;
}
