@charset "utf-8";

/* 추천이벤트 */

.event .section-top {
  margin-bottom: 20px;
}

.event .section-slide {
  height: 350px;
}

.sw-events {
  height: 100%;
}

.events-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  border-radius: 10px;
}

.events-link > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .event {
    display: none;
  }
}

@media screen and (max-width: 760px) {
}
