@charset "UTF-8";
.event-wrap {
    position: relative;
    padding: 16px 15px 0px 4px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    word-break: break-all;
    font-family: 'Noto Sans KR';
}
.event-title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 16px 0;
}
.event-title h2 {
    display: flex;
    align-items: center;
    color: #051f3a;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.event-banner,
.event-banner img {
    width: 100%;
}
/* 공통 */
.novel-wrap {
    position: relative;
}
.novel-wrap .novel-cover {
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.novel-wrap .novel-cover img {
    width: 100%;
    transition: 0.3s cubic-bezier(0.15, 0, 0.2, 1);
    margin: 0 auto;
}
.novel-wrap .novel-cover:hover img {
    transform: scale(1.04);
}
.novel-wrap .novel-cover.label_19:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url(https://cdn1.munpia.com/assets/legacy/www/tpl/site/00-munpia-hd/images/badge-19.png);
    background-size: 124px 24px;
    background-repeat: no-repeat;
    background-position: -46px 0;
    display: inline-block;
    top: 4px;
    right: 4px;
    z-index: 15;
}
.novel-wrap .novel-cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    z-index: 10;
}
.novel-wrap .event-badge-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.novel-wrap .event-badge {
    background-color: #292929;
    color: #fff;
    height: 24px;
    padding: 0 8px;
    border-radius: 5px 0 4px 0;
    font-size: 12px;
    align-items: center;
    display: inline-flex;
}
.novel-wrap .novel-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}
.novel-wrap .novel-genre {
    color: rgba(18, 18, 18, 0.8);
    font-weight: 400;
}
.novel-wrap .novel-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #121212;
    text-overflow: ellipsis;
    font-weight: 500;
}
.novel-wrap .novel-author {
    color: rgba(18, 18, 18, 0.8);
    font-weight: 400;
}
.novel-wrap .novel-meta-wrap {
    color: rgba(18, 18, 18, 0.8);
}
.novel-meta {
    display: inline-flex;
    align-items: flex-start;
    gap: 1px;
    flex-direction: row;
}
.novel-meta span {
    flex-shrink: 0;
}
.meta-label {
    margin-right: 1px;
}
.novel-meta .price,
.novel-meta .discount {
    color: #f55e00;
}
/* 단일작품형 */
.novel-list.type-single {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 48px auto;
    width: 440px;
}
.type-single .novel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}
.type-single .novel-wrap:hover {
    text-decoration: none;
}
.type-single .novel-cover:after {
    border: 0;
}
.type-single .novel-cover.label_19:before {
    width: 18px;
    height: 18px;
    background-position: -72px 0;
    top: 5px;
    right: 5px;
}
.type-single .novel-cover {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.type-single .novel-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    align-items: center;
    padding: 16px 0px 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.type-single .novel-title {
    -webkit-line-clamp: 2;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    max-height: 44px;
    padding: 0 20px;
}
.type-single .novel-author {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(245, 245, 245, 0.8);
    padding: 0 20px;
}
.type-single .novel-meta-wrap {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: rgba(245, 245, 245, 0.6);
    text-align: center;
}
.type-single .novel-meta {
    display: block;
    padding: 0 20px;
    -webkit-box-orient: vertical;
}
.type-single .novel-meta .price {
    display: inline-flex;
    gap: 1px;
}
/* 리스트형 */
.novel-list-wrap {
    width: 100%;
}
.novel-list.type-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 24px;
    gap: 0 16px;
}
.type-list .novel-wrap {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.type-list .novel-wrap .event-badge-wrap {
    top: 16px;
}
.type-list .novel-wrap .event-badge {
    height: 20px;
    padding: 0 6px;
    border-radius: 5px 0 5px 0;
    font-size: 11px;
}
.type-list .novel-wrap {
    border-top: 1px solid #ebebeb;
}
.type-list .novel-wrap:first-of-type,
.type-list .novel-wrap:nth-of-type(2) {
    border-top: 0;
}
.type-list .novel-wrap:hover {
    text-decoration: none;
}
.type-list .novel-cover {
    width: 78px;
}

.type-list .novel-genre {
    font-size: 12px;
    line-height: 17px;
}
.type-list .novel-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    line-height: 18px;
}
.type-list .novel-author {
    font-size: 13px;
    line-height: 18px;
}
.type-list .novel-meta-wrap {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
    gap: 8px;
}
.type-list .novel-meta-wrap .novel-meta + .novel-meta {
    padding-left: 7px;
}
.type-list .novel-meta-wrap .novel-meta + .novel-meta::before {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 -6px;
    width: 1px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
}
/* 캐로셀 형 */
.novel-list.type-carousel {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    padding: 24px;
    gap: 24px 10px;
}
.type-carousel .novel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.type-carousel .novel-wrap:hover {
    text-decoration: none;
}
.type-carousel .novel-cover.label_19:before {
    width: 18px;
    height: 18px;
    background-position: -72px 0;
    top: 5px;
    right: 5px;
}
.type-carousel .novel-wrap .event-badge {
    height: 28px;
    padding: 0 10px;
    border-radius: 5px 0 5px 0;
    font-size: 13px;
}
.type-carousel .novel-cover {
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.novel-cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.novel-cover img {
    width: 100%;
}
.type-carousel .novel-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    align-items: flex-start;
}
.type-carousel .novel-genre {
    color: #6c7379;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.type-carousel .novel-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    height: 44px;
}
.type-carousel .novel-author {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.type-carousel .novel-meta-wrap {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
}
.type-carousel .novel-meta {
    display: block;
}
.type-carousel .novel-meta .price {
    display: inline-flex;
    gap: 1px;
}
.bg-color .novel-cover:after {
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.bg-color .novel-title {
    color: #f5f5f5;
}
.bg-color .novel-genre,
.bg-color .novel-author,
.bg-color .novel-meta-wrap {
    color: rgba(245, 245, 245, 0.8);
}
.bg-color .novel-meta .price,
.bg-color .novel-meta .discount {
    color: #ffa46b;
}
.event-footer-wrap {
    width: 100%;
    background-color: var(--bg--neu--00-1);
}
.novel-list-wrap + .event-footer-wrap {
    border-top: 1px solid #e0e0e0;
}
.novel-list-wrap.bg-color + .event-footer-wrap {
    border-top: 0;
}
.event-footer {
    display: flex;
    padding: 28px 24px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.event-footer-wrap .title {
    color: #555555;
    font-size: 17px;
    font-weight: 500;
    height: 24px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.event-info {
    color: #888888;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 19px;
}
.event-info .event-info-title {
    color: #6c7379;
    font-weight: 500;
}
