@charset "UTF-8";
/* CSS Document */

.top-voice {
  margin: 20px 0 30px;
}
.office_info .top-voice {
  margin: 30px 0 30px;
}
.top-voice .top-search-02__wrapper {
  margin-bottom: 1.5rem;
}
.top-voice .property-list {
  position: relative;
}
.top-voice .top-voice-slider {
  overflow: visible;
}
.top-voice .swiper-container {
  width: 100%;
  overflow: hidden;
}
.top-voice .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
.top-voice .swiper-slide {
  width: auto; 
  box-sizing: border-box;
}
.top-voice .voice-list img {
  float:left;
  margin:0 15px 0 0;
  width:125px;
  height:100px;
  object-fit: cover;
}
.top-voice .voice-list-left {
  float:right;
}
.top-voice .top-voice-title {
  font-size: 15px;
  font-weight: bold;
  text-align:left;
  margin:0 0 15px;
}
.office_info .top-voice .top-voice-title {
  margin:-2px 0 10px;
}
.top-voice .top-voice-text {
  max-width: 150px;
  font-size: 13px;
  line-height: 1.8;
  text-align:left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.voice-list a {
  text-decoration: none;
}
.top-voice .swiper-button-prev,
.top-voice .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.top-voice .swiper-button-prev {
  left: -13px;
  top:65px;
}
.office_info .top-voice .swiper-button-prev {
  left: -23px;
  top:65px;
}
.top-voice .swiper-button-next {
  right: -13px;
  top:65px;
}
.office_info .top-voice .swiper-button-next {
  right: -23px;
  top:65px;
}

@media (max-width: 767px) {
.top-voice .voice-list img {
  float:unset;
  margin:0 15px 10px 0;
  width:167px;
  height:85px;
  object-fit: cover;
  display: block;
}
.top-voice .voice-list-left {
  float:left;
}
.top-voice .top-voice-title {
  margin:0 0 3px;
}
.top-voice .top-voice-text {
  max-width: 167px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-voice .swiper-button-prev {
  left: -40px;
  top:100px;
}
.top-voice .swiper-button-next {
  right: -40px;
  top:100px;
}
}