.slick-dots li button:before{
	font-size:26px!important;
}

.slimg {
    background-color: #000000;
}
.slimg-item{
    position: relative;
}
.slimg p{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
  font-size: 0.8rem;
  margin: 0;
  padding: 0px 0.4rem !important;
}
.slimg-img{
    margin:0 auto;
    //height: 30vw;
    //height: 480px;
    //width: 100vw;
    height: 100%;
    width: 100%;
    max-height: 720px;
    min-height: 540px;
    object-fit: contain;
}

.slimg_bbs {
    background-color: #FFFFFF;
}
.slimg_bbs-item{
    position: relative;
    height: 20vw;
    margin: 1vw;
}
.slimg_bbs p{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
  font-size: 0.8rem;
  margin: 0;
  padding: 0px 0.4rem !important;
}
.slimg_bbs-img{
    width: 100%;
    //height: 20vw;
    object-fit: cover;
    //margin:0 auto;
    //height: 10vw;
    height: 20vw;
    //width: 100vw;
    //max-height: 240px;
    //min-height: 180px;
    //object-fit: contain;
}


/*
.slimg-item {
aspect-ratio: 3 / 2;
}

.slimg-img {
height: 100%;
width: 100%;
object-fit: cover;
}*/

/*
.slimg img{
    width: 100%;
    height: 50vw;
    object-fit: cover;
}*/