#curation{}

#curation .box-wrapper .cont{
  margin-top: 0px;
  /* padding: 0 10px; */
}

#curation .no-data{
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 150px;
}
#curation .no-data .head {
  margin: 0 auto;
  max-width: 990px;
  margin-top: 40px;
  text-align: left;
}

#curation .no-data .head .t0 {}

#curation .no-data .head .event-subs {
  margin-top: 23px;
  border-top: 2px solid black;
  padding-left: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F6F7F8;
}

#curation .no-data .head .event-subs strong {
  font-weight: 600;
  font-size: 14px;
  color: #0f0f0f;
}

#curation .no-data .head .event-subs .date {
  font-weight: 400;
  font-size: 14px;
  color: #8f8f8f;
  margin-left: 38px;
}
#curation .no-data img{
  /* width: 100%; */
  margin: 0 auto;
  max-width: 990px;
}

/* 카테 */
#curation .cates {
  background-color: #F6F7F8;
}
#curation .cates .swiper-container{
  padding: 0 60px;
  max-width: 1192px;
}
#curation .cates .sw-arrow{
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  font-size: 35px;
  z-index: 200;
  color: #cfd1d3;
}
#curation .cates .sw-arrow.swiper-button-prev{
  left: 0px;
}
#curation .cates .sw-arrow.swiper-button-next{
  right: 0px;
}