:root {
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

/* ===============================================================
 serch doctor result page
===============================================================*/
.search-doctor__ttl {
  margin: 2rem 0 1rem;
  font-size: 3.6rem;
  font-weight: var(--fwsb);
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .search-doctor__ttl {
    margin: 1rem 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .search-doctor__ttl {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.search-doctor__flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .search-doctor__flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-doctor__img {
  max-width: 36rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 834px) {
  .search-doctor__img {
    margin: 0 auto;
  }
}
.search-doctor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.search-doctor__cont {
  max-width: 94.9rem;
}
.search-doctor__cont .c-detail__dl01:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}
.search-doctor__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
  font-size: 1.7rem;
  line-height: 1.76;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 834px) {
  .search-doctor__history-item {
    gap: 1em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .search-doctor__history-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .search-doctor__history-item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.search-doctor__history-year {
  min-width: 9.4rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .search-doctor__history-year {
    min-width: 7.4rem;
  }
}
@media screen and (max-width: 450px) {
  .search-doctor__history-year {
    min-width: fit-content;
    text-align: left;
  }
}
.search-doctor__program {
  margin: 6rem 0 2rem;
  font-size: 2.4rem;
  font-weight: var(--fwsb);
}
@media screen and (max-width: 834px) {
  .search-doctor__program {
    margin: 3rem 0 0.5rem;
    font-size: 1.8rem;
  }
}

.c-btn02:not(:first-of-type) {
  margin-top: 1rem;
}