@charset "UTF-8";
/*  기획전 상세 페이지 스타일 파일입니다. */
.event-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}
.event-list__content {
  cursor: pointer;
}
.event-list__content-box {
  display: flex;
  justify-content: none;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.event-list__item {
  flex: 0 1 49%;
}
.event-list__content-box {
  margin-top: 20px;
}
.event-list__img {
  position: relative;
}
.event-list__badge {
  width: 100px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  font-weight: 600;
  background-color: var(--color-point-red);
  color: var(--color-base-white);
  border-radius: 8px;
}
.event-list__badge--ing,
.event-list__badge--end,
.event-list__badge--ready,
.event-list__badge--secret {
  position: absolute;
  top: 20px;
  left: 20px;
}
.event-list__badge--ing {
  background-color: var(--color-point-red);
}
.event-list__badge--end {
    background-color: var(--secondary);
}
.event-list__badge--ready {
  background-color: var(--gray001);
  color: var(--gray003);
}

.event-list__badge--secret {
  background-color: #400090;
}

.event-list__badge--d-day {
  width: 52px;
  height: 26px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--color-point-red);
  color: var(--color-point-red);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.event-list__main-img {
  display: block;
  width: 100%;
  background: center/contain no-repeat url("/assets/images/bg/no-img-round.png"),
    var(--gray001);
  background-size: 64px;

}
.event-list__main-img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
    aspect-ratio: 9 / 5;
}
.event-list__info {
  padding: 8px;
}
.event-list__title {
  font-size: 20px;
  font-weight: 600;
}
.event-list__date,
.event-list__period {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.event-list__date {
  color: var(--gray003);
  font-size: 15px;
}
.event-list__period {
  padding-top: 10px;
}
.event-list .pagination {
  margin-top: 40px;
  margin-bottom: 48px;
}
.event-list .skeleton-grid {
  margin-block-start: 20px;
}
.event-list .skeleton-grid .skeleton__media {
  aspect-ratio: 2/1;
}

.sort-item {
  border : 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  width: 102px;
  color: black;
  background-color: var(--bg-gray);
  height: 40px;
}
.sort-item button {
  all: unset;
  cursor: pointer;
}
.sort-item.btn--fill-dark {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 600;
}

.sort-list {
  gap: 12px;
}

.sort-item:not(:last-child)::after {
  display: none;
}

.l-title {
  border: none;
}

.event-list__info-top {
  display: flex;
  justify-content: space-between;
}

.event-list__code {
  width: fit-content;
  height: 100%;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(64, 0, 144, 0.12);
  color: #400090;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 14px;
}

.article-list__evnet-name {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding: 100px 0 80px 0;
    text-align: center;
}

.total-count{
    font-size: 16px;
}
