.banner {
  text-align: center;
  width: 100%;
  background-image: url('../../img/common/therapy-center-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 67px;
}
.banner-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.banner-text {
  width: 820px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  margin: 11px auto 13px;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 91rem 0 80rem;
  }
  .banner-title {
    font-size: 35rem;
  }
  .banner-text {
    width: 90%;
    font-size: 16rem;
    margin-top: 12rem;
    margin-bottom: 0;
  }
}
.wrap {
  margin-top: 75px;
  padding-bottom: 98px;
}
.wrap-tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 75px;
  border-bottom: 1px solid #ebebeb;
}
.wrap-tabs_item {
  font-size: 26px;
  font-weight: 500;
  color: rgba(23, 23, 23, 0.52);
  background: #f4f4f4;
  padding: 6px 45px;
  box-sizing: border-box;
  cursor: pointer;
}
.wrap-tabs_item.active {
  color: #f5a253;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.wrap .min-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.wrap-logo {
  width: 50px;
  height: 55px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -1043px -158px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .wrap-logo {
    background-size: 1331rem 794rem !important;
  }
}
.wrap-text {
  font-size: 18px;
  font-weight: 600;
  color: #080808;
  line-height: 1.5;
  margin-bottom: 27px;
}
.wrap-select {
  width: 650px;
}
.wrap-select .mmForm-input {
  text-align: center;
  background: #f1f3f5;
}
.wrap-screen {
  display: none;
  width: 650px;
  background: #fff;
  padding: 3px 17px;
  border-radius: 6px;
  border: 1px solid #e9eef2;
}
.wrap-screen_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 24px 16px 20px;
}
.wrap-screen_info {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 300;
  color: #152e56;
  line-height: 1.8;
  margin-right: 19px;
}
.wrap-screen_name {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #152e56;
  line-height: 1.5;
  margin-bottom: 8px;
}
.wrap-screen_link {
  position: relative;
  padding-left: 24px;
  margin-right: 18px;
}
.wrap-screen_link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -909px -74px;
}
@media screen and (max-width: 768px) {
  .wrap-screen_link::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-screen_link {
    padding-left: 24rem;
  }
  .wrap-screen_link::before {
    width: 15rem;
    height: 15rem;
    background-position: -909rem -74rem;
  }
}
.wrap-screen_location {
  position: relative;
  padding-left: 20px;
}
.wrap-screen_location::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -945px -74px;
}
@media screen and (max-width: 768px) {
  .wrap-screen_location::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-screen_location {
    padding-left: 20rem;
  }
  .wrap-screen_location::before {
    width: 15rem;
    height: 15rem;
    background-position: -945rem -74rem;
  }
}
.wrap-screen_logo {
  max-width: 230px;
  height: 100%;
}
.wrap-screen .border-bottom {
  border-bottom: 1px solid #e9eef2;
}
.wrap-content {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 67px;
}
.wrap-title {
  font-size: 36px;
  font-weight: 600;
  color: #171717;
  line-height: 1.5;
}
.wrap-item {
  padding-top: 33px;
  padding-bottom: 81px;
}
.wrap-item_title {
  width: 790px;
  margin: 34px auto;
  font-size: 26px;
  font-weight: 500;
  color: #F5A253;
  line-height: 1.5;
}
.wrap-item:nth-last-child(1) {
  padding-bottom: 0;
}
.wrap-box {
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  border: 2px solid #f1f3f5;
}
.wrap-box_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 273px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 40px;
  padding-right: 43px;
}
.wrap-box_top.hospital1 {
  background-image: url('../../img/common/hospital1.png');
}
.wrap-box_top.hospital1 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo1.png');
}
.wrap-box_top.hospital2 {
  background-image: url('../../img/common/hospital2.png');
}
.wrap-box_top.hospital2 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo2.png');
}
.wrap-box_top.hospital3 {
  background-image: url('../../img/common/hospital3.png');
}
.wrap-box_top.hospital3 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo3.png');
}
.wrap-box_top.hospital4 {
  background-image: url('../../img/common/hospital4.png');
}
.wrap-box_top.hospital4 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo4.png');
}
.wrap-box_top.hospital5 {
  background-image: url('../../img/common/hospital5.png');
}
.wrap-box_top.hospital5 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo5.png');
}
.wrap-box_top.hospital6 {
  background-image: url('../../img/common/hospital6.png');
}
.wrap-box_top.hospital6 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo6.png');
}
.wrap-box_top.hospital7 {
  background-image: url('../../img/common/hospital7.png');
}
.wrap-box_top.hospital7 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo7.png');
}
.wrap-box_top.hospital8 {
  background-image: url('../../img/common/hospital8.png');
}
.wrap-box_top.hospital8 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo8.png');
}
.wrap-box_top.hospital9 {
  background-image: url('../../img/common/hospital9.png');
}
.wrap-box_top.hospital9 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo9.png');
}
.wrap-box_top.hospital10 {
  background-image: url('../../img/common/hospital10.png');
}
.wrap-box_top.hospital10 .wrap-box_logo::before {
  background-image: url('../../img/common/hospital-logo10.png');
}
.wrap-box_logo {
  position: relative;
  height: 98px;
  width: 378px;
  background-color: #fff;
  border-radius: 14px 14px 0px 0px;
}
.wrap-box_logo::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 38px);
  height: calc(100% - 30px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wrap-box_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #f5a253;
  padding: 10px 33px;
  margin-bottom: 23px;
  border-radius: 9px;
  border: 3px solid #fff;
}
.wrap-box_btn:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-box_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #152e56;
  line-height: 1.8;
  padding: 31px 40px;
}
.wrap-box_bottom span,
.wrap-box_bottom a {
  font-weight: 300;
}
.wrap-box_link {
  position: relative;
  padding-left: 24px;
}
.wrap-box_link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -909px -74px;
}
@media screen and (max-width: 768px) {
  .wrap-box_link::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-box_link {
    padding-left: 24rem;
  }
  .wrap-box_link::before {
    width: 15rem;
    height: 15rem;
    background-position: -909rem -74rem;
  }
}
.wrap-box_location {
  position: relative;
  padding-left: 20px;
}
.wrap-box_location::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -945px -74px;
}
@media screen and (max-width: 768px) {
  .wrap-box_location::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-box_location {
    padding-left: 20rem;
  }
  .wrap-box_location::before {
    width: 15rem;
    height: 15rem;
    background-position: -945rem -74rem;
  }
}
.wrap-box_more {
  color: #f5a253;
  cursor: pointer;
}
.wrap-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 60px;
}
.wrap-arrow_item {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  cursor: pointer;
}
.wrap-arrow_item.left {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -990px -59px;
}
@media screen and (max-width: 768px) {
  .wrap-arrow_item.left {
    background-size: 1331rem 794rem !important;
  }
}
.wrap-arrow_item.left:hover {
  background-position: -1043px -59px;
}
.wrap-arrow_item.right {
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -1099px -59px;
}
@media screen and (max-width: 768px) {
  .wrap-arrow_item.right {
    background-size: 1331rem 794rem !important;
  }
}
.wrap-arrow_item.right:hover {
  background-position: -1155px -59px;
}
@media screen and (max-width: 768px) {
  .wrap {
    margin-top: 90rem;
  }
  .wrap-tabs {
    margin-bottom: 52rem;
    border-bottom: unset;
  }
  .wrap-tabs_item {
    font-size: 22rem;
    padding: 8rem 42rem;
    margin: 0 4rem;
  }
  .wrap-logo {
    width: 50rem;
    height: 55rem;
    background-position: -1043rem -158rem;
    margin-bottom: 6rem;
  }
  .wrap-text {
    font-size: 18rem;
    margin-bottom: 13rem;
  }
  .wrap-select {
    width: 100%;
  }
  .wrap-screen {
    width: 100%;
    padding: 3rem 15rem;
    border-radius: 6rem;
  }
  .wrap-screen_item {
    align-items: flex-start;
    flex-direction: column;
    padding: 20rem 0 20rem;
  }
  .wrap-screen_info {
    width: 100%;
    font-size: 12rem;
    margin-right: 0;
    margin-bottom: 11rem;
  }
  .wrap-screen_name {
    font-size: 14rem;
    margin-bottom: 8rem;
  }
  .wrap-screen_link {
    margin-right: 18rem;
  }
  .wrap-screen_link::before {
    top: 2rem;
  }
  .wrap-screen_location::before {
    top: 2rem;
  }
  .wrap-screen_logo {
    max-width: 100%;
  }
  .wrap-content {
    margin-top: 73rem;
  }
  .wrap-title {
    font-size: 28rem;
  }
  .wrap-item {
    padding-top: 19rem;
    padding-bottom: 58rem;
  }
  .wrap-item_title {
    width: 85%;
    margin: 19rem auto;
    font-size: 22rem;
  }
  .wrap-box {
    position: relative;
    padding-bottom: 90rem;
    border-radius: 14rem;
  }
  .wrap-box_top {
    justify-content: center;
    height: 175rem;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-box_logo {
    height: 60rem;
    width: 230rem;
    border-radius: 9rem 9rem 0px 0px;
  }
  .wrap-box_logo::before {
    width: 95%;
    height: 95%;
  }
  .wrap-box_btn {
    position: absolute;
    bottom: 35rem;
    font-size: 14rem;
    padding: 8rem 18rem;
    margin-bottom: 0;
    border-radius: 7rem;
  }
  .wrap-box_bottom {
    flex-wrap: wrap;
    font-size: 14rem;
    padding: 11rem 14rem;
  }
  .wrap-box_link {
    width: 100%;
    text-align: left;
  }
  .wrap-box_link::before {
    top: 6rem;
  }
  .wrap-box_location::before {
    top: 6rem;
  }
  .wrap-box_more {
    margin-top: 9rem;
  }
  .wrap-arrow {
    margin-top: 58rem;
  }
  .wrap-arrow_item {
    width: 40rem;
    height: 40rem;
    margin: 0 15rem;
  }
  .wrap-arrow_item.left {
    background-position: -990rem -59rem;
  }
  .wrap-arrow_item.left:hover {
    background-position: -1043rem -59rem;
  }
  .wrap-arrow_item.right {
    background-position: -1099rem -59rem;
  }
  .wrap-arrow_item.right:hover {
    background-position: -1155rem -59rem;
  }
}
