@font-face {
    font-family: 'KBO-Dia-Gothic_bold';
    src: url('https://cdn1.munpia.com/v2/module/240627-112037/fonts/KBO-Dia-Gothic_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.contest-rank-2024 {
    background-color: #000000;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    font-family: 'Noto Sans KR';
}

.rank-2024-wrap {
    padding: 0 40px 60px 40px;
}

.rank-2024-text {
    color: #fff;
    padding: 0 40px 60px 40px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
}

.rank-2024-text .sub {
    font-size: 22px;
    font-weight: 400;
    margin-top: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.rank-2024-section {
    font-family: 'KBO-Dia-Gothic_bold';
    font-size: 34px;
    color: #ff4949;
    display: flex;
    height: 42px;
    align-items: center;
    gap: 13px;
}

.rank-2024-section img {
    width: 30px;
}

.rank-2024-section:hover,
.rank-2024-section:focus,
.rank-2024-section:active {
    color: #ff4949;
    text-decoration: none;
}

.rank-2024-best {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 60px auto;
}

.rank-2024-best:hover,
.rank-2024-best a:hover,
.rank-2024-best:focus,
.rank-2024-best a:focus {
    text-decoration: none;
}

.rank-2024-best .author {
    color: #fff;
    font-size: 22px;
    margin-top: 7px;
}

.contest-rank-2024 .novel-title {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.story {
    opacity: 0.65;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin-top: 8px;
}

.rank-2024-title {
    text-align: left;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.rank-2024-best .rank-2024-title {
    padding-top: 0;
}

.rank-2024-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 30px 0 0 0;
}

.rank-2024-list li {
    border-bottom: 1px solid #3e6085;
    padding: 20px 0;
    margin: 0 30px;
    line-height: 1;
    list-style: none;
}

.rank-2024-best .rank-2024-list li {
    border: 0;
}

.rank-2024-list a {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.rank-2024-list a .author {
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
}

.rank-2024-best:hover .novel-title,
.rank-2024-list a:hover .novel-title {
    text-decoration: underline;
}
.rank-2024-list .novel-title {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    height: 26px;
}

.rank-2024-best .rank-2024-list .author {
    color: #e9e7e3;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px;
}

.rank-2024-best .rank-2024-list .story {
    color: #ece9e5;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
.academy-info {
    color: #fff;
    opacity: 0.65;
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.contest-2024-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.contest-2024-tab a {
    display: flex;
    text-align: center;
    height: 50px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    font-size: 18px;
    color: #949494;
    background-color: #292929;
    border: 0;
}
.contest-2024-tab a:hover {
    text-decoration: none;
    color: #fff;
}
.contest-2024-tab a.active {
    font-weight: 500;
    color: #fff;
    background-color: #000;
}
.rank-2024-list a:focus,
.contest-2024-tab a:focus {
    outline: none;
}