#best {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#best::before{
 content: ""; 
 background-color: #f5f5f5;
 display: block;
 width: 100vw;
 height: 345px;
 position: absolute;
 top: 238px;
 z-index: -1;
}
#best .wrap{
}
#best .arrow{
  display: flex; 
  justify-content: flex-end;
  gap: 30px;
  transform: translateY(-60px);
}
#best .arrow a:nth-child(1){
  background-image: url(../img/left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
  width: 49px;
  height: 13px;
  transform: rotateY(-180deg);
}
#best .arrow a:nth-child(2){
  background-image: url(../img/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
  width: 49px;
  height: 13px;
}
#best .wrap h2{
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
#best .flex{
  display: flex;
  gap: 30px;
}
.slick-prev{  
  left: 87% !important;
  top: -45px !important;
}
.slick-prev::before{
  background-image: url(../img/left.svg);
  font-size: 0 !important;
  display: block;
  width: 49px;
  height: 13px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
}
#best .flex article{

}
#best .flex article:nth-child(6){
  display: none;
}
#best .flex article:nth-child(7){
  display: none;
}
#best .flex article:nth-child(8){
  display: none;
}
#best .flex article a{

}
#best .flex article a img{
  width: 377px;
}
#best .flex article a hgroup{

}
#best .flex article a hgroup h4{
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
#best .flex article a hgroup h3{
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
#best .flex article a hgroup h3:hover{
  text-decoration: underline;
}
#best .flex article a p{
  color: #999;
  font-size: 12px;
}
.slick-next{  
  left: 92% !important;
  top: -45px !important;
}
.slick-next::before{
  background-image: url(../img/left.svg);
  font-size: 0 !important;
  display: block;
  width: 49px;
  height: 13px;

  background-repeat: no-repeat;
  background-size: contain;  
}