@charset "UTF-8";
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: url('/assets/font/NotoSansKR-Regular.woff2') format('woff2'), url('/assets/font/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: url('/assets/font/NotoSansKR-Medium.woff2') format('woff2'), url('/assets/font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: bold;
    src: url('/assets/font/NotoSansKR-Bold.woff2') format('woff2'), url('/assets/font/NotoSansKR-Bold.woff') format('woff');
}
ul {
    margin: 0;
}
.munpia-contest {
    width: 540px;
    margin: 0;
}
.contest-small-banner-area {
    margin: 0 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.contest-small-banner-area a {
    display: flex;
    width: 100%;
    padding: 14px 16px;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--neu--40);
    background: var(--neu--00);
    box-sizing: border-box;
}
.contest-small-banner-area svg {
    flex-shrink: 0;
}
.contest-small-banner-area div {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: var(--neu--900);
}
.contest-small-banner-area span {
    color: var(--pri--500);
}
.contest-small-banner-area a:hover {
    text-decoration: none;
}
.novel-contest {
    display: block;
    margin: 10px;
}

.novel-contest .contest-heading {
    margin-top: 0;
    background-color: #fcfcfc !important;
    border: 0 !important;
    padding-top: 10px;
    position: relative;
}

.contest-rank-subject {
    font-family: 'Noto Sans KR';
    margin: 0;
    display: block;
}
.contest-rank-subject span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: var(--neu--900);
}
.contest-rank-subject span.update-txt,
.contest-rank-subject span.sub-txt {
    font-size: 13px;
    color: var(--neu--200);
    margin: 0;
    font-weight: 400;
}
.contest-rank-subject span.update-txt > span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: var(--pri--500);
    margin: 0 0 0 4px;
}
.contest-side-title {
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-weight: 500;
    color: #50505a;
}
.contest-genre-tab {
    width: 100%;
    position: relative;
    padding: 0px 0 10px 0;
    text-align: left;
    overflow: hidden;
    border-top: 2px solid var(--neu--900);
    margin-top: 10px;
}
.contest-genre-tab ul {
    margin: 0;
}
.contest-genre-tab ul li {
    display: inline-block;
    font-weight: 400;
    font-family: 'Noto Sans KR';
    padding: 0 3px;
    float: left;
}
.contest-genre-tab ul li:first-child {
    margin: 0;
}
.contest-genre-tab ul li a {
    color: var(--neu--500);
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    padding: 5px 6px;
    height: 15px;
    margin: 9px 0 0 0;
    border-radius: 3px;
}
.contest-genre-tab ul li a.active {
    font-weight: 500;
    background: var(--neu--900);
    color: var(--neu--00);
}
.contest-genre-tab ul li a:hover {
    color: var(--neu--00);
    background: var(--neu--900);
}

/* 베스트 리스트 */
.best-content-wrap {
    display: flex;
    gap: 32px;
    flex-direction: column;
    background: none;
}
.best-rank-list {
    width: 100%;
    background: var(--neu--00);
}
.best-rank-list div {
    box-sizing: border-box;
}
.best-rank-list a {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: flex-start;
    color: var(--neu--500);
    border-bottom: 1px solid var(--neu--10);
}

.best-rank-list a:hover {
    text-decoration: none;
}

.best-rank-list .title-wrap:hover {
    text-decoration: underline;
}

.best-rank-list .index {
    border-top: 1px solid var(--neu--20);
    background-color: var(--neu--10);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--neu--900);
    border-bottom: 1px solid var(--neu--20);
}

.best-rank-list .index > div {
    text-align: center;
    font-size: 12px !important;
    color: var(--neu--900) !important;
    font-weight: 400 !important;
    justify-content: center;
}
.best-rank-list .index .genre {
    padding: 0 20px 0 0;
}
.best-rank-list .num {
    width: 54px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: var(--neu--900);
    font-family: 'Pretendard Variable';
}

.best-rank-list .title {
    width: 124px;
    display: flex;
    align-items: center;
    gap: 2px;
    word-break: break-all;
    padding: 0 10px;
}
.best-rank-list.no-percent .title {
    width: 178px;
}
.best-rank-list .title .title-wrap {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--neu--900);
}

.best-rank-list .title .badge-19 {
    flex-shrink: 0;
}

.best-rank-list .author {
    width: 80px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 10px;
}

.best-rank-list .genre {
    width: 100px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 10px;
}

.best-rank-list .time {
    width: 50px;
    font-size: 12px;
    text-align: center;
}

.best-rank-list .view-count,
.best-rank-list .rank-changes,
.best-rank-list .percent {
    width: 54px;
    font-size: 12px;
    text-align: center;
}
.best-rank-list .rank-changes {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.best-rank-list .rank-changes .new {
    color: var(--sec--orange--500);
}
.empty {
    display: flex;
    width: 520px;
    height: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: var(--neu--300);
    background: none;
}
.empty span {
    font-weight: 500;
    color: var(--neu--900);
}

.conest-link-info {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.conest-link-info a {
    display: block;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    border: 1px solid var(--neu--40);
    background-color: var(--opa--bk-rgba--02);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR';
    color: var(--neu--900);
    text-decoration: none;
}
#contest-main-banner {
    width: 100%;
    margin-bottom: 20px;
}
#body .type-list {
    background: none !important;
}
