.searchOptions > .input-box,
.search-keyword-box {
  padding-top: 16px;
  padding-bottom: 16px;
}

.searchOptions > .input-box .form-label,
.search-keyword-box .form-label {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
}

.searchOptions > .input-box .form-control,
.search-keyword-box .form-control {
  background-color: #f0f1f3;
  padding: 16px 24px 15px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  line-height: 25px;
}

.searchOptions > .input-box .input-group-text,
.search-keyword-box .input-group-text {
  background-color: #f0f1f3;
  border-radius: 0 8px 8px 0;
  padding-right: 24px;
}

.searchOptions > .input-box .input-group-text.active,
.search-keyword-box .input-group-text.active {
  padding-right: 16px;
}

.city .active {
  background-color: #ecf7f1;
  color: #00804a;
}

.district .active {
  background-color: #ecf7f1;
  color: #00804a;
}

.select-mode .result-area {
  margin-bottom: 100px;
  margin-left: -24px;
  width: calc(100% + 48px);
}
.select-mode .result-area .requests-ref-summary {
  padding: 0 24px;
}
@media screen and (min-width: 660px) {
  .select-mode .result-area {
    max-height: 556px;
    overflow: auto;
  }
}
.select-mode .result-area .hospital-item {
  padding: 16px 24px;
}
.select-mode .result-area .hospital-item .like-btn {
  right: 24px;
}
.select-mode .result-area .text {
  padding-right: 47px !important;
}
.select-mode .result-area .hos-selected {
  background: #ecf7f1 !important;
  border-bottom: 1px solid white;
}
.select-mode .selected-hos-box {
  margin: auto 0;
}

.requests-ref-summary {
  margin-bottom: 16px;
}
.requests-ref-summary h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 7px;
}
.requests-ref-summary h4 span {
  color: var(--app-color);
  font-weight: 600;
}
.requests-ref-summary > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #b3b5b9;
}

.sticky-sort-box {
  background: white;
  z-index: 3;
  position: sticky;
  padding-top: 24px;
  margin-top: -24px;
  top: 56px;
  left: 0;
  margin-left: -24px;
  width: calc(100% + 48px);
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.sticky-sort-box .filter-nav {
  margin-bottom: 13px !important;
  padding-bottom: 11px;
}
@media screen and (min-width: 660px) {
  .sticky-sort-box {
    position: unset;
  }
}

.sticky-sort-btns {
  background: white;
  z-index: 3;
  position: sticky;
  top: 56px;
  left: 0;
}
.sticky-sort-btns .filter-nav {
  margin-bottom: 13px !important;
  padding-bottom: 11px;
}
@media screen and (min-width: 660px) {
  .sticky-sort-btns {
    margin-left: -24px;
    width: calc(100% + 48px);
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 11px;
  }
}

.hospital-ads-result {
  padding-bottom: 40px;
}
@media screen and (min-width: 660px) {
  .hospital-ads-result {
    margin-top: 40px;
  }
}
.hospital-ads-result .tt-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.hospital-ads-result .tt-title h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  color: #000000;
  gap: 2px;
  margin-bottom: 0;
}
.hospital-ads-result .tt-title h5 img {
  width: 20px;
  height: 20px;
}
.hospital-ads-result .tt-title .tt-ads {
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 2px;
  width: 16px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.6px;
  color: #AAAAAA;
}
.hospital-ads-result .tt-title .tt-ads img {
  margin-top: -1px;
}

.big-hos-ads {
  margin-bottom: 29px;
}
@media screen and (min-width: 1104px) {
  .big-hos-ads .ads-parent-swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) .hospital-ads {
    margin-right: -5px;
  }
  .big-hos-ads .ads-parent-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .hospital-ads {
    margin-left: -5px;
  }
}
.big-hos-ads .ads-parent-swiper {
  margin-left: -24px;
  margin-top: -24px;
  margin-bottom: -24px;
  overflow-x: hidden;
  width: calc(100% + 48px);
  padding: 24px;
}
@media screen and (min-width: 1104px) {
  .big-hos-ads {
    margin-top: -9px;
  }
}
.big-hos-ads .swiper-pagination-ads-parent {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.big-hos-ads .swiper-pagination-ads-parent .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 3px !important;
  border: none !important;
}
.big-hos-ads .swiper-pagination-ads-parent .swiper-pagination-bullet-active {
  background-color: var(--app-color) !important;
}
.big-hos-ads .hospital-ads {
  position: relative;
  border-width: 0 0.5px 0.5px 0.5px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.big-hos-ads .hospital-ads .tt-textbox-simple {
  padding: 18px 18px 22px 18px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1104px) {
  .big-hos-ads .hospital-ads .tt-textbox-simple {
    flex-direction: column;
    row-gap: 8px;
  }
}
.big-hos-ads .hospital-ads .tt-textbox-simple .tt-title h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #1e1f23;
  margin-bottom: 9px;
}
.big-hos-ads .hospital-ads .tt-textbox-simple .tt-title p {
  font-size: 14px;
  line-height: 100%;
  color: #777777;
  margin-bottom: 0;
}
.big-hos-ads .hospital-ads .tt-textbox-simple .tt-rating-box {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1e1f23;
  display: flex;
}
.big-hos-ads .hospital-ads .tt-textbox-simple .tt-rating-box .tt-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 4px;
}
.big-hos-ads .hospital-ads .tt-textbox-simple .tt-rating-box .tt-rating img {
  margin-top: -2px;
}
.big-hos-ads .hospital-ads .tt-textbox-simple .tt-rating-box .tt-distance::after {
  content: " |";
  color: rgba(104, 104, 104, 0.2);
}
.big-hos-ads .hospital-ads .ads-swiper .swiper-wrapper .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  height: calc((100vw - 48px) / 336 * 200);
  max-height: 364.2857142857px;
}
@media screen and (min-width: 1104px) {
  .big-hos-ads .hospital-ads .ads-swiper .swiper-wrapper .swiper-slide {
    max-height: 210px;
  }
}
.big-hos-ads .hospital-ads .ads-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}