@charset "utf-8";
/* 병원 소개 카테고리 */

/* 공통 요소 */
.intro {
  background-image: url(/img/spine/introduce/int-intro.jpg);
}

/* 진료 철학 */
/* int-self */
.int-self {
  background: #f1eeea;
}
.int-self .wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.int-self .l_box {
  flex-shrink: 0;
}
.int-self .l_box .title strong {
  margin: 0 0 5rem;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.55;
}
.int-self .l_box .title span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #444;
}
.int-self .l_box .title .p_box {
  margin-top: 1.6rem;
}
.int-self .l_box .title .p_box p {
  font-size: 2rem;
}
.int-self img {
  width: 41.6%;
  object-fit: cover;
  border-radius: 1.2rem;
}

/* int-body */
.int-body {
  padding: 18rem 0;
  background: url(/img/spine/introduce/phi-back.jpg) no-repeat;
  background-size: cover;
  background-position: 46% center;
}
.int-body .title strong {
  margin-top: 2.4rem;
}
.int-body .title .p_box p {
  font-size: clamp(14px, 1.8rem, 18px);
}

/* philosophy */
.philosophy .wrap {
  display: flex;
  justify-content: space-between;
}
.philosophy .r_box {
  margin-top: 10rem;
}
.philosophy .r_box h4 {
  color: #7d7d7d;
  font-size: 2.2rem;
}
.philosophy .r_box h4 .blank {
  display: block;
  height: 2.8rem;
}

/* 인용구 배경 */
.quote.c1 {
  background-image: url(/img/spine/introduce/phi-back2.jpg);
}

/* 의료진 소개 */
.doctor.back_color {
  background: #fafaf8;
}
.doctor.reverse .wrap {
  flex-direction: row-reverse;
}
.doctor .wrap {
  display: flex;
  justify-content: space-between;
}
.doctor .wrap > img {
  width: 40.7%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.doctor .text_box {
  padding-top: 4rem;
  width: 51.6%;
}
.doctor .text_box strong {
  display: block;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.4;
  margin-bottom: 7rem;
}
.doctor .text_box img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
}

/* 의료진 소개  */

.ddc:not(.reverse) {
  background-color: #fafaf8;
}

.ddc .int-profile {
  display: flex;
  justify-content: space-between;
  gap: 7rem;
}

.ddc .int-profile img {
  width: 100%;
  max-width: 58rem;
  min-width: 40rem;
  height: auto;
}

.ddc .int-profile h5 {
  color: #76675b;
  font-weight: 500;
}

.ddc .int-profile hr {
  margin: 1.8rem 0;
  border-top: 0.5px solid #d9d9d9;
  color: #333333;
}

.ddc .int-profile .career strong {
  display: block;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.4;
  margin-bottom: 7rem;
}

.ddc li {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
}

.ddc li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #333;
}

.profile_tit {
  display: flex;
  align-items: baseline;
  margin-top: 4rem;
  gap: 2rem;
  margin-bottom: 6rem;
}

.ddc .int-profile .ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.ddc .ul-1,
.ddc .ul-2 {
  flex: 1 1 0;
  min-width: 300px;
  max-width: 50%;
}

/* 의료진 소개 반응형  */

@media (max-width: 1180px) {
  .ddc .int-profile {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .ddc .ul-1,
  .ddc .ul-2 {
    flex: 1 1 0;
    min-width: 150px;
    max-width: 50%;
  }
}

@media (max-width: 1180px) {
  .ddc .int-profile {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .ddc .ul-1,
  .ddc .ul-2 {
    flex: 1 0 0;
    min-width: 150px;
    max-width: 50%;
  }

  .ddc.reverse .int-profile > div:first-child {
    order: 2;
  }
  .ddc.reverse .int-profile > div:last-child {
    order: 1;
  }
}

@media (max-width: 480px) {
  .ddc .int-profile .ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .ddc .ul-1,
  .ddc .ul-2 {
    flex: 1 0 0;
    min-width: 150px;
    max-width: 100%;
  }
}

/* 차별점 */
/* chuna */
.chuna {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
.chuna .list {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.chuna .list:nth-child(2) {
  flex-direction: row-reverse;
}
.chuna .list .l_box {
  min-width: 34.2%;
  flex-shrink: 0;
}
.chuna .list .l_box .title b {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  color: var(--main2);
}
.chuna .list .l_box .title strong {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.55;
}
.chuna .list .l_box .title span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #444;
}
.chuna .list .l_box .title .p_box {
  margin-top: 1.6rem;
}
.chuna .list .l_box .title .p_box p {
  font-size: 2rem;
}
.chuna .list img {
  width: 55.5%;
  object-fit: cover;
  border-radius: 1.2rem;
}

/* age */
.age {
  background: #fafaf8;
}
.age .title h2 span {
  color: var(--main2);
}
.age .container {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.age .container div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.age .container div b {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff;
  background: var(--main2);
  display: block;
  width: 100%;
  border-radius: 100px;
  padding: 0.6rem;
}
.age .container div img {
  margin-top: 3.6rem;
  width: 100%;
  object-fit: contain;
  border-radius: 1.2rem;
}
.age .container div p {
  font-weight: 400;
  margin-top: 2rem;
  font-size: clamp(12px, 1.4vw, 22px);
  line-height: 1.45;
  letter-spacing: -0.01em;
}

/* qna */
.qna .title {
  margin-bottom: 8rem;
}
.qna .title h4 {
  color: #3a3a3a;
}
.qna .qus {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ivory);
}
.qna .qus .background {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid var(--ivory);
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: 0.2s;
}
.qna .qus .background:hover {
  background-color: rgba(239, 236, 231, 0.5);
}
.qna .qus .background.active {
  background-color: rgba(239, 236, 231, 0.5);
}
.qna .qus .background .text_box {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.qna .qus .background .text_box span {
  font-family: "Noto Sans KR", serif;
  font-weight: 600;
  font-size: clamp(15px, 24px, 24px);
  line-height: 1.66;
  color: var(--main2);
}
.qna .qus .background .text_box h3 {
  font-weight: 400;
  font-size: clamp(16px, 2.4rem, 24px);
  line-height: 1.66;
  letter-spacing: -0.02em;
  transition: 0.2s;
}
.qna .qus .background:hover .text_box h3 {
  font-weight: 700;
}
.qna .qus .background.active .text_box h3 {
  font-weight: 700;
}
.qna .qus .background .answer {
  padding-top: 2rem;
  margin-left: 5rem;
  display: none;
}
.qna .qus .background .answer p {
  margin-top: 2.4rem;
  font-size: clamp(14px, 1.8rem, 18px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #3a3a3a;
}
.qna .qus .background .answer p:nth-child(1) {
  margin-top: 0;
}

/* equipment */
.equipment {
  padding-top: 10rem;
}
.equipment .container {
  margin-top: 10rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.equipment .container img {
  width: 100%;
  object-fit: contain;
  box-shadow: 0.4rem 0.8rem 0.8rem rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

/* process_step */
.process_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
}
.process_step img {
  width: 100%;
  object-fit: contain;
  max-width: 1240px;
}
.process_step img.m {
  display: none;
}

.doctor.c4 {
  padding: 18rem 0;
}

/* 오시는 길 */
/* info */
.info .title strong {
  margin-top: 0;
}
.info .info_box {
  gap: 14.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
}
.info .info_box .l_box {
  width: 47.4rem;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.info .info_box .l_box > div {
  display: flex;
  flex-direction: column;
}
.info .info_box .l_box > div > b {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--black);
}
.info .info_box .l_box .time .time_table {
  margin-top: 1.8rem;
  width: 100%;
  border-top: 0.75px solid #7d7d7d;
  border-bottom: 0.75px solid #7d7d7d;
}
.info .info_box .l_box .time .time_table div {
  width: 100%;
  font-weight: 400;
  font-size: 2.4rem;
  border-bottom: 0.75px solid #ccc;
}
.info .info_box .l_box .time .time_table div b {
  font-weight: 400;
  padding: 5px 2.2rem;
  margin-right: 2.2rem;
  display: inline-block;
  width: 12rem;
  text-wrap: nowrap;
  border-right: 0.75px solid #7d7d7d;
}
.info .info_box .l_box .time .time_table div:nth-child(1) b {
  letter-spacing: 0.52em;
}
.info .info_box .l_box .time .time_table div:nth-child(2) b {
  letter-spacing: 0.52em;
}
.info .info_box .l_box .time .time_table div:nth-child(3) b {
  letter-spacing: 0.2em;
}
.info .info_box .l_box .time .time_table div span span {
  letter-spacing: -0.01em;
}
.info .info_box .l_box .time .time_table div:nth-child(3) span span {
  letter-spacing: 0.038em;
}
.info .info_box .l_box .call strong {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  color: #555555;
}
.info .info_box .l_box .call p {
  margin-top: 0.8rem;
  font-weight: 400;
  font-size: clamp(14px, 1.7rem, 1.7rem);
  letter-spacing: -0.05em;
  color: #777;
}
.info .info_box .l_box .call p span {
  margin-left: 0.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #555;
}
.info .info_box .l_box .map h4 {
  margin-top: 1rem;
  line-height: 1.4;
}
.info .info_box .l_box .map a {
  width: fit-content;
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding: 0.8rem 6rem;
  border-radius: 2.4rem;
  border: 0.75px solid var(--black);
  background: #fff;
  transition: 0.3s;
}
.info .info_box .l_box .map a:hover {
  background: #ededed;
}
.info .info_box .r_box {
  flex: 1;
  height: auto;
  border: 0.75px solid #ccc;
  border-radius: 1.2rem;
}

/* guide */
.guide {
  padding-top: 10rem;
}
.guide .title {
  margin-bottom: 7rem;
}
.guide .title h2 {
  margin-top: 2.4rem;
}
.guide .guide-all {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.guide .guide-all img {
  width: 100%;
  object-fit: contain;
  border-radius: 1.2rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
}
.guide .guide-all img.m {
  display: none;
}

@media (min-width: 1920px) {
}
@media (max-width: 1440px) {
  /* 진료 철학 */
  .philosophy .wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .philosophy .r_box {
    margin-top: 7rem;
  }

  /* 오시는 길 */
  .info .info_box {
    gap: 8%;
  }
  .info .info_box .l_box {
    max-width: 48%;
  }
}
@media (max-width: 1024px) {
  /* 진료 철학 */
  .int-self .wrap {
    flex-direction: column;
    gap: 7rem;
  }
  .int-self img {
    width: 100%;
  }

  /* 의료진 소개 */
  .doctor.reverse .wrap {
    flex-direction: column;
  }
  .doctor .wrap {
    flex-direction: column;
  }
  .doctor .wrap > img {
    width: 100%;
    max-width: 600px;
  }
  .doctor .text_box {
    padding-top: 4rem;
    width: 100%;
  }
  .doctor .text_box img {
    width: 100%;
  }

  /* 차별점 */
  .chuna {
    gap: 8rem;
  }
  .chuna .list {
    flex-direction: column;
    gap: 6rem;
  }
  .chuna .list:nth-child(2) {
    flex-direction: column;
  }
  .chuna .list img {
    width: 100%;
  }
  .age .container {
    margin-top: 8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
  }
  .qna .qus .background {
    padding: 3.2rem 2.5rem;
  }
  .qna .qus .background .answer p br {
    display: none;
  }
  .equipment .container {
    margin-top: 8rem;
    grid-template-columns: repeat(2, 1fr);
  }

  /* 오시는 길 */
  .guide {
    padding-top: 4rem;
  }
  .guide .guide-all img.m {
    display: block;
  }
  .guide .guide-all img.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  /* 진료 철학 */
  .philosophy .r_box h4 br {
    display: none;
  }

  /* 차별점 */
  .age .container {
    margin-top: 6rem;
    gap: 1.2rem;
    row-gap: 4rem;
  }
  .age .container div b {
    font-size: 16px;
  }
  .age .container div img {
    margin-top: 2rem;
  }
  .age .container div p {
    margin-top: 2rem;
  }
  .qna .qus .background .text_box {
    gap: 1.6rem;
  }
  .qna .qus .background .answer {
    margin-left: 3.6rem;
  }
  .equipment .container {
    gap: 1.2rem;
  }
  .process_step {
    gap: 8rem;
  }
  .process_step img.pc {
    display: none;
  }
  .process_step img.m {
    display: block;
  }

  /* 오시는 길 */
  .info .info_box {
    width: 100%;
    display: block;
  }
  .info .info_box .l_box {
    width: 100%;
    max-width: 100%;
    gap: 4rem;
  }
  .info .info_box .l_box .map a {
    padding: 1rem 6rem;
  }
  .info .info_box .r_box {
    margin-top: 6rem;
    width: 100%;
    height: 34rem;
  }
}
@media (max-width: 480px) {
  /* 진료 철학 */
  .int-self .l_box .title .p_box p br {
    display: none;
  }
  .int-body .title .p_box p br {
    display: none;
  }

  /* 차별점 */
  .qna .qus .background {
    padding: 3rem 2rem;
  }
  .qna .qus .background .text_box span {
    height: 26.55px;
  }
  .qna .qus .background .text_box {
    gap: 1.4rem;
  }
  .qna .qus .background .answer {
    margin: 0 1rem;
  }

  /* 오시는 길 */
  .guide {
    padding-top: 0;
  }
}
