#hospital-detail-sub {
  width: 414px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f0f1f3;
  overflow: hidden;
}
#hospital-detail-sub > div {
  background: white;
  padding: 27px 24px;
}
#hospital-detail-sub > div:first-child {
  padding-top: 32px;
}
#hospital-detail-sub .card-text {
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 48px;
}
#hospital-detail-sub .card-text span {
  line-height: 24px;
}
#hospital-detail-sub .title-box {
  height: 69px;
  font-family: "Pretendard-Bold";
  font-size: 26px;
  line-height: 142%;
  color: #131313;
}
#hospital-detail-sub .btn-outline-custom {
  --bs-btn-border-color: #B3B5B999;
  --bs-border-radius: 8px;
  --bs-btn-color: #B3B5B999;
  --bs-btn-active-color: #B3B5B999;
  --bs-btn-hover-color: #B3B5B999;
  --bs-btn-active-border-color: #B3B5B999;
  --bs-btn-hover-border-color: #B3B5B999;
  background-color: unset !important;
}
#hospital-detail-sub .icon-btns {
  gap: 10px;
}
#hospital-detail-sub .icon-btns button {
  height: 56px;
  gap: 10px;
  color: #131313;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-review-item .rate span {
  padding-left: 5px !important;
}

.home-review-item .rate span:before {
  display: none;
}

.hos-me .rm-if-hospital,
.hos-me .love-icon {
  display: none !important;
}

@media screen and (min-width: 1104px) {
  #bottom-btns,
  #action-bar {
    display: none !important;
  }
  .tab-content.has-fixed-bottom {
    padding-bottom: 0;
  }
}