@charset "utf-8";
/*이벤트게시판 리스트*/
.l-page {
  padding-bottom: 82px;
}
.board {
  margin-bottom: 0px;
}
.event.l-page {
  padding-top: 12px;
  width: 1260px;
}
.event .event_tab {
  display: block !important;
}
.event .article-list__board-name {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  padding-top: 45px;
  padding-bottom: 0px;
}
.event .article-list__top {
  display: none;
}
.event .event_tab {
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
}
.event .event_tab ul {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 0 12px;
}
.event .event_tab ul li {
  width: 200px;
  flex-shrink: 0;
}
.event .event_tab ul li a {
  font-size: 18px;
  color: #888;
  font-weight: 500;
  display: block;
  line-height: 45px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 22px;
  color: #000;
}
.event .event_tab ul li.on a {
  border: 1px solid #007bff;
  color: #fff;
  font-weight: 500;
  background: #007bff;
}
.event .total-count em,
.event .total-count .highlight {
  font-size: 18px;
  font-family:
    "Pretendard",
    Malgun Gothic,
    "맑은 고딕",
    AppleGothic,
    Dotum,
    "돋움",
    sans-serif;
}
.event thead {
  display: none;
}
.event .article-list {
  border: 0;
  margin-top: 64px;
}
.event table.l-table,
.event table.l-table tbody,
.event table.l-table tr,
.event table.l-table td {
  display: block;
}
.event table.l-table td {
  display: none;
  padding: 0;
}
.event table.l-table td.td_left {
  display: block;
}
.event table.l-table tbody {
  display: flex;
  gap: 50px 20px;
  flex-wrap: wrap;
}
.event table.l-table tbody tr {
  flex-basis: calc(33.33% - 13.95px);
  border: 0;
  flex-shrink: 0;
  width: calc(33.33% - 13.95px);
}
.event .article-list__item-link-wrap {
  display: block;
}
.event .thumb-item__img {
  height: auto;
}
.event .article-list__item-link .thumb-item__media {
  width: auto;
  aspect-ratio: auto;
}
.event .article-list__item-title {
  text-align: left;
  margin-top: 20px;
  overflow: visible;
}
.event .article-list__item-title-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.event .date {
  display: block !important;
  font-size: 16px;
  color: #999999;
  margin-top: 18px;
  font-weight: 500;
}
.event .pagination {
  margin-top: 75px;
}
.event .thumb-item__img img {
  border-radius: 10px;
}
.event .article-list__item-link .ico-hot {
  margin-top: 5px;
}

/*이벤트게시판 상세*/
.event .board__head {
  display: none;
}
.event .article-view__table.title-row {
  border: 0;
  height: auto;
  display: block;
  padding-top: 48px;
}
.event .cell {
  display: none;
}
.event .cell-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.event .cell-eventdate {
  display: block !important;
  font-size: 16px;
  color: #999999;
  margin-top: 11px;
  font-weight: 500;
}
.event .article-view__content--text-detail {
  padding-bottom: 30px;
}
.event .article-view__content--main-image {
  display: none;
}
.event .article-view__content {
  padding: 44px 0 0;
  text-align: center;
  border: 0;
  font-size: 16px;
}
.event .article-view__content img {
  max-width: 100%;
}
.event .article-view__btns {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0px;
}
.event .article-view__btns .btn {
  width: 240px;
  padding: 16px;
  font-size: 18px;
  color: #000;
  border-color: #e5e5e5;
  border-radius: 25px;
  height: 50px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.event .article-view__btns .btn[shopby-action="REPORT_WRITE"] {
  display: none;
}
