@charset "UTF-8";
.event-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 728px;
}
.event-wrap h2 {
    color: #333;
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px;
    padding: 0 0 10px 2px;
    display: flex;
}
.event-wrap h2.no-line {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* 탭 */
.event-tab {
    width: 100%;
    height: 47px;
    position: relative;
    margin: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
}
.event-tab button {
    width: 200px;
    border: 1px solid #e0e0e0;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #efefef;
    color: #949494;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    border-right: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    font-size: 16px;
    font-weight: 500;
}
.event-tab button.active {
    border-bottom: 1px solid #fcfcfc;
    background-color: #fcfcfc;
    color: #000;
}
.event-tab button:last-of-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    border: 1px solid #e0e0e0;
}
.event-tab button:last-of-type.active {
    border-bottom: 1px solid #fcfcfc;
    background-color: #fcfcfc;
    color: #000;
}
/* 이벤트 리스트 */
.event-list-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.event-list {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #efefef;
}
.event-list.event-before .event-thumb:after {
    content: '오픈예정';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 18, 18, 0.85);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    z-index: 10;
}
.event-list.event-before .event-thumb:hover img {
    transform: none;
}
.event-list .event-thumb {
    display: inline-flex;
    width: 340px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.event-list .event-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}
.event-list .event-thumb img {
    width: 100%;
    transition: 0.3s cubic-bezier(0.15, 0, 0.2, 1);
}
.event-list .event-thumb:hover img {
    transform: scale(1.04);
}
.event-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.event-meta .event-title {
    color: #000;
    font-family: 'Noto Sans KR';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 2px;
}
.event-discript {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.event-discript span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #555;
}
.event-discript .discript-lable {
    color: #000;
    flex-shrink: 0;
}

/* 페이지네이션 */
/* pagination */
.pagination-new {
    position: relative;
    display: flex;
    padding-top: 20px;
    margin: 0 auto;
}
.pagination-new button.page-num {
    background-color: transparent;
    border: 0;
    margin: 4px 9px 5px 9px;
    padding: 0 1px;
    font-size: 16px;
    color: #a3a4ae;
    border-bottom: 2px solid transparent;
}
.pagination-new button.btn-first,
.pagination-new button.btn-prev,
.pagination-new button.btn-next,
.pagination-new button.btn-last {
    background-color: transparent;
    border: 0;
}
.pagination-new button.page-num:hover {
    color: #24252e;
}
.pagination-new button.page-num.active {
    font-weight: 600;
    color: #24252e;
    border-color: #24252e;
}
.pagination-new .btn-outline {
    width: 30px;
    height: 30px;
    padding: 3px 0 0 0;
}
.pagination-new .btn-ghost {
    width: 30px;
    height: 30px;
    padding: 3px 0 0 0;
}
.pagination-new .icon-16 {
    margin: 3px 0;
}
.pagination-new button.btn-first span,
.pagination-new button.btn-prev span,
.pagination-new button.btn-next span,
.pagination-new button.btn-last span {
    width: 12px;
    height: 12px;
    background-image: url('https://cdn1.munpia.com/v2/common/img/pagination-arrow-sprite.png');
    background-size: 78px 34px;
    background-repeat: no-repeat;
    display: inline-block;
}
.page-num.btn-first span {
    background-position: 0 -22px;
}
.page-num.btn-prev span {
    background-position: -22px -22px;
}
.page-num.btn-next span {
    background-position: -44px -22px;
}
.page-num.btn-last span {
    background-position: -66px -22px;
}
.page-num.btn-first:disabled span {
    background-position: 0 0;
}
.page-num.btn-prev:disabled span {
    background-position: -22px 0;
}
.page-num.btn-next:disabled span {
    background-position: -44px 0;
}
.page-num.btn-last:disabled span {
    background-position: -66px 0;
}