@media screen and (min-width: 780px) {
  .sort__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sort__item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .sort__item {
    margin-top: 30px;
    width: 48%;
  }
}
.sort__left {
  width: 48%;
}
.sort__right {
  width: 48%;
  font-size: 13px;
}
@media screen and (min-width: 400px) {
  .sort__right {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .sort__right {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .sort__right {
    font-size: 18px;
  }
}
.sort__right a {
  display: block;
  color: #007bd7;
  text-decoration: underline;
}

.single__sort-txt {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 20px;
}
@media screen and (min-width: 400px) {
  .single__sort-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .single__sort-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .single__sort-txt {
    font-size: 18px;
  }
}
.single__sort-txt img {
  width: 80%;
  max-width: 500px;
  margin: 20px auto 0;
  display: block;
}
.single__sort-txt p {
  padding-bottom: 10px;
}
@media screen and (min-width: 780px) {
  .single__sort-txt p {
    padding-bottom: 15px;
  }
}
.single__sort-txt p:not([class]) {
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .single__sort-txt p:not([class]) {
    font-size: unset;
  }
}
.single__sort-txt h2 {
  width: calc(100% + 20px);
  margin: 30px 0;
  margin-left: -10px;
}
@media screen and (min-width: 780px) {
  .single__sort-txt h2 {
    width: 100%;
    margin-left: 0;
  }
}
.single__sort-txt h3 {
  margin: 10px 0;
}
@media screen and (min-width: 780px) {
  .single__sort-txt h3 {
    margin: 15px 0;
  }
}
.single__sort-txt h4 {
  padding-bottom: 0;
  margin: 15px 0 10px;
}
.single__sort-txt #area_info dl {
  position: relative;
}
.single__sort-txt #area_info dl:before {
  content: "";
  position: absolute;
  background: #a0d2f7;
  top: 4px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
@media screen and (min-width: 500px) {
  .single__sort-txt #area_info dl:before {
    top: 5px;
    height: 20px;
    width: 20px;
  }
}
.single__sort-txt #area_info dt {
  font-size: 14px;
  font-weight: 600;
  color: #007bd7;
  margin: 15px 0 5px;
  text-decoration: underline;
  padding-left: 25px;
}
@media screen and (min-width: 500px) {
  .single__sort-txt #area_info dt {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 780px) {
  .single__sort-txt #area_info dt {
    font-size: 20px;
    margin: 20px 0 5px;
  }
}
.single__sort-txt .area_case {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 15px 15px 30px;
  margin-top: 15px;
  background-color: #fff5f5;
  border: 2px solid #fe1016;
  border-radius: 5px;
}
@media screen and (min-width: 400px) {
  .single__sort-txt .area_case {
    font-size: 16px;
    padding: 10px 10px 10px 40px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__sort-txt .area_case {
    font-size: 18px;
    padding: 25px 25px 25px 40px;
    margin-top: 25px;
  }
}
.single__sort-txt .area_case li {
  list-style: initial;
}
.single__sort-txt .area_hospital dl {
  position: relative;
}
.single__sort-txt .area_hospital dl:before {
  content: "";
  position: absolute;
  background: #a0d2f7;
  top: 4px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
@media screen and (min-width: 500px) {
  .single__sort-txt .area_hospital dl:before {
    top: 5px;
    height: 20px;
    width: 20px;
  }
}
.single__sort-txt .area_hospital dt {
  font-size: 14px;
  font-weight: 600;
  color: #007bd7;
  margin: 15px 0 5px;
  text-decoration: underline;
  padding-left: 25px;
}
@media screen and (min-width: 500px) {
  .single__sort-txt .area_hospital dt {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 780px) {
  .single__sort-txt .area_hospital dt {
    font-size: 20px;
    margin: 20px 0 5px;
  }
}

.nav-links {
  text-align: center;
  margin: 40px 0;
}
@media screen and (min-width: 500px) {
  .nav-links {
    margin: 60px 0;
  }
}
.nav-links a:hover {
  background-color: #1752a2;
  color: #ffffff;
}

.current {
  background-color: #1752a2;
  color: #ffffff;
}

.page-numbers {
  font-size: 15px;
  padding: 7.5px 10px;
  margin: 0 2px;
  border: 1px solid #707070;
}
@media screen and (min-width: 500px) {
  .page-numbers {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .page-numbers {
    font-size: 25px;
  }
}

.prev,
.dots,
.next {
  padding: 7.5px 7px;
}

.page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (min-width: 400px) {
  .page {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .page {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .page {
    font-size: 20px;
    margin-top: 50px;
  }
}
.page__left {
  width: 30%;
  color: #007bd7;
  text-decoration: underline;
}
.page__btn {
  width: 30%;
  color: #007bd7;
  text-decoration: underline;
  text-align: center;
  display: block;
}
.page__right {
  width: 30%;
  color: #007bd7;
  text-decoration: underline;
  text-align: right;
}