/* img_banner */
.img_banner {
  line-height: 0;
  width: 100%;
}
.img_banner .pc {
  display: block;
  width: 100%;
}
.img_banner .mo {
  display: none;
  width: 100%;
}
/* main_banner */
.main_before {
  height: 130px;
  width: 100%;
}
.main_station .cover {
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 7, 0.45);
  color: #fff;
}
.main_station .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.main_tit1 {
  font-size: 3rem;
  font-weight: 700;
  border: 1px solid #ffffff58;
  border-radius: 1rem;
  padding: 0.5rem 2rem;
}

/* con1 */
.con1 {
  position: relative;
}
.con1 {
  background: url("../img/con1_bg.png") no-repeat top center / cover;
  color: #fff;
  text-align: center;
}
.greeting_tit {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.greeting p {
  line-height: 2;
  font-size: 2.5rem;
}
.greeting > *:not(:last-child) {
  margin-bottom: 2rem;
}
.greeting .point {
  font-size: 1.2em;
  font-weight: 700;
}
.greeting_last {
  margin-top: 5rem;
  display: flex;
  justify-content: end;
  align-items: end;
  font-size: 2rem;
  gap: 1rem;
}
.greeting_last .name {
  font-size: 3rem;
  font-weight: 700;
}
/* con2 */
.logo_bg {
  background: url("../img/logo_bg.png") no-repeat 120% 90% / 65%;
}
.doctor_wrap {
  display: flex;
  gap: 2rem;
}
.doctor_wrap > * {
  width: 100%;
}
.doctor_img {
  max-width: 300px;
}
.doctor_txt {
  display: flex;
  gap: 2rem;
}
.doctor_txt > * {
  width: 100%;
}
.oneTop {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 2.5rem;
  color: #757575;
}
.doctor_name {
  display: flex;
  gap: 1rem;
  align-items: end;
  font-size: 3rem;
}
.doctor_name i {
  font-size: 1.2em;
  font-weight: 700;
}
.doctor_point {
  background-color: #003668;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
  font-size: 3rem;
}
.doctor_txt .logo_wrap {
  display: flex;
  align-items: end;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  margin: -2.5rem 0 2rem;
}
.doctor_txt .logo_wrap > * {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctor_txt .logo_wrap img {
  height: 70px;
}
.doctor_txt .logo_wrap .doctor100 img {
  height: 120px;
}
.doctor_txt .logo_wrap.po {
  position: absolute;
  right: 0;
}
.doctor_tit {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0;
}
.doctor_txt ul {
  font-size: 1.9rem;
}
.doctor_txt li {
  display: flex;
  gap: 0.5rem;
}
.doctor_txt li::before {
  content: "•";
}
.doctor_point {
  position: relative;
}
.mark {
  position: absolute;
  bottom: -30px;
  right: 0;
  transform: translateX(130%);
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  display: flex;
  flex-direction: column;
  /* align-items: center;
    text-align: center; */
}
.mark img {
  max-width: 90px;
}
/* con2_1 */
.con2_1 {
  background: url("../img/physiotherapist_hbg.png") no-repeat 50% 50% / cover;
}
.physiotherapist_pagination.swiper-pagination-progressbar {
  position: relative;
  margin: 50px auto 100px;
  background: rgba(89, 89, 89, 0.2);
}
.physiotherapist_pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #51bdc4;
}
/* con3 */
.con3 {
  background: rgba(0, 0, 0, 3%);
}
h2 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
h2::after {
  content: "";
  display: inline-block;
  width: 230px;
  aspect-ratio: 2/1;
  background: url("../img/h2.png") no-repeat 50% 50% / contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2::before {
  content: "Seoul One Top 365 Orthopedics";
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #003668;
  line-height: 2;
}
.full_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  text-align: center;
}
.full_ul i {
  font-weight: 200;
}
.full_ul .li_tit {
  font-weight: 800;
  color: #003668;
}
.full_ul li:hover img {
  transform: scale(1.1);
}
.full_ul li .img_wrap {
  width: 100%;
  aspect-ratio: 6/5;
  overflow: hidden;
}
.full_ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

/* s1 / 척추클리닉 */
.flex_wrap.right_img {
  flex-direction: row-reverse;
}
.flex_wrap {
  display: flex;
  gap: 2rem;
}
.flex_wrap > * {
  width: 100%;
}
section .img_wrap {
  overflow: hidden;
  line-height: 0;
  position: relative;
}
section .img_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .txt_wrap {
  text-align: center;
}
h3 {
  font-size: 4rem;
  font-weight: 700;
  background: #003668;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 1rem 5rem;
  border-radius: 3rem;
}
h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #003668;
  margin: 3rem 0 1rem;
}
.bold {
  font-weight: 700;
}
.full_btn:hover {
  transform: scale(1.1);
}
.full_btn {
  display: inline-block;
  transition: 0.2s;
}
.full_btn a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 2rem;
  padding: 0.5rem 3rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  margin-top: 5rem;
  font-weight: 500;
}
.full_btn img {
  object-fit: contain;
  width: 15px;
}
section.bg_blue {
  background: linear-gradient(to bottom, #eeeeee5b, #b5dadc49);
}
/* con4 */
.con4 {
  background: url("../img/con4_bg.png") no-repeat center center / cover;
}
.con4 h2 {
  color: #fff;
}
.con4 h2::before {
  color: #fff;
}
.con4 h2::after {
  background: url("../img/h2_w.png") no-repeat 50% 50% / contain;
}
.con4_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
}
.con4_ul li {
  /* width: clamp(15%, 23%, 70%); */
  width: clamp(15%, 28%, 70%);
  position: relative;
}
.con4_ul .img_wrap {
  width: 100%;
  line-height: 0;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.con4_ul .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con4_ul li:hover .c4_tit {
  background: rgba(255, 255, 255, 0.1);
}
.c4_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  color: #003668;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 800;
  transition: 0.2s background;
}
.con4_last {
  font-family: "GmarketSans";
  font-weight: 700;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}
/*  */
article.bg_g {
  background: rgba(0, 0, 0, 0.05);
}
article.bg_w {
  background: #fff url("../img/bg_w.png") no-repeat top center / cover;
}
article h2 {
  color: #003668;
  text-align: center;
}
article h2::before {
  display: none;
}
article h2::after {
  left: 45%;
  opacity: 0.5;
}
h2 i {
  position: relative;
  z-index: 2;
}
h2 i::before {
  content: "";
  width: calc(100% + 10px);
  height: 50%;
  position: absolute;
  left: -5px;
  bottom: 0;
  background: rgba(118, 203, 255, 0.4);
  z-index: -1;
}
article .img_wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
article .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article .flex_wrap {
  align-items: center;
}
h5 {
  font-weight: 700;
  font-size: 3rem;
  color: #003668;
  margin-bottom: 3rem;
}
/* con5 /보유장비 */
.con5_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  font-size: 2.5rem;
  text-align: center;
}
.con5_ul li {
  background: #fff;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.con5_ul .tit {
  font-weight: 700;
}

/* con6 */
.con6 {
  background: rgba(235, 247, 355, 0.5);
}
.location_txt h6:first-child {
  margin-top: 0;
}
h6 {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  gap: 0.2rem;
  color: #003668;
  margin: 1.5rem 0;
}
h6 img {
  width: 1.5em;
}
.con6 .root_daum_roughmap .wrap_map {
  height: 450px;
}
.location_tit {
  font-size: 2.2rem;
  font-weight: 700;
}
.location_txt .blue {
  color: #003668;
  font-weight: 500;
}
.location_txt .time {
  font-size: 2.5rem;
  /* color: #003668; */
  color: #fff;
}
.location_txt .time li {
  display: flex;
}
.location_txt .time li b {
  width: 110px;
  display: flex;
  justify-content: space-between;
}
.time .bold i {
  font-weight: 400;
}
.last_p {
  color: #fff;
  background: #0055b8;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-weight: 700;
}

/* con6_1 */
.parking_txt {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.parking_txt i {
  font-weight: 700;
  color: #0055b8;
}
.con6_1 .flex_wrap {
  align-items: center;
  text-align: center;
}
.parking_img {
  background: #bebebe;
  line-height: 0;
  padding: 1rem;
}
.parking_ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.parking_t {
  font-size: 4rem;
  font-weight: 700;
  background: #0f3562;
  color: #ffde1a;
  padding: 0.5rem 0.5rem;
  border-radius: 15px 15px 0 0;
}
.parking_bot {
  background: #282828;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  padding: 1rem 0.5rem;
  border-radius: 0 0 15px 15px;
}
.parking_bot em {
  font-size: 0.8em;
  font-weight: 400;
}
/* schedule */
.schedule_bg {
  background: rgba(200, 201, 202, 0.1);
}
.schedule_wrap {
  gap: 7rem;
  align-items: center;
}
.schedule_wrap .doctor_name {
  color: #51bdc4;
  font-weight: 700;
}
.schedule_wrap .doctor_name i {
  color: #000;
}
.schedule_table {
  width: 100%;
}
.schedule_table th {
  background: #003668;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #f2f2f2;
  border-top: 2px solid #51bdc4;
}
.schedule_table th:nth-of-type(2n) {
  background-color: #eeeeee;
}
.schedule_table td {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.schedule_table td:nth-of-type(2n) {
  background-color: #fafafa;
}
.schedule_table td.name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.schedule_table td::before {
  padding: 5px 15px;
  border-radius: 14px;
  border: 2px solid #999999;
}
.schedule_table .medical.s::before {
  content: "시술";
}
.schedule_table .medical::before {
  content: "진료";
  background: #003668;
  border-color: #003668;
}
.schedule_table .off::before {
  content: "휴진";
  background: #fff;
  border-color: #999999;
  color: #999999;
}
.schedule_table .work8::before {
  content: "진료";
  background: #003668;
  border-color: #003668;
}
.schedule_table .work7::before {
  content: "진료";
  background: #51bdc4;
  border-color: #51bdc4;
}
.schedule_table .work6::before {
  content: "진료";
  background: #7cbfe8;
  border-color: #7cbfe8;
}
.schedule_table .work2::before {
  content: "진료";
  background: #ffb533;
  border-color: #ffb533;
}
.schedule_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  gap: 70px;
}
.schedule_ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.schedule_ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003668;
}
.schedule_ul li:nth-of-type(2):before {
  background: #51bdc4;
}
.schedule_ul li:nth-of-type(3):before {
  background: #7cbfe8;
}
.schedule_ul li:nth-of-type(4):before {
  background: #ffb533;
}

/* 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;
}
/* 개인정보처리방침 */
.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;
}
