@charset "utf-8";

.pic_lt {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 50px;
}

.pic_lt ul {
  width: 100%;
  height: auto;
}

.pic_lt ul li {
  width: 280px;
  height: auto;
  margin: 0 15px;
}

.pic_lt ul li img {
  width: 100%;
  height: auto;
  min-height: 350px;
  max-height: 350px;
  object-fit: cover;
}

.pic_lt ul li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'NM_EB';
  font-size: 18px;
  color: #fff;
  background: #A8BBC4;
  text-align: center;
}

.pic_lt .btn_wrapper {
  width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pic_lt .btn_wrapper button {
  width: auto;
  height: auto;
  background: none;
  border: none;
}

.pic_lt .btn_wrapper button img {
  width: auto;
  height: auto;
}

.slider-progress {
  position: relative;
  width: 600px;
  height: 10px;
  background: #EBEBEB;
  overflow: hidden;
  margin: 0 auto;
}

.slider-progress .progress-bar {
  position: absolute;
  height: 100%;
  background: #A8BBC4;
  width: 0;
  transition: width 0.3s ease;
}