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

@font-face {
    font-family: "Noto Sans KR";
    font-weight: bold;
    src: url("/asset/font/NotoSansKR-Bold.woff2") format("woff2"),
    url("/asset/font/NotoSansKR-Bold.woff") format("woff");
}
.contest-awards {
    background-color: #071738;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    font-family: "Noto Sans KR";
}
.awards-wrap {
    padding: 0 40px;
}
.awards-text {
    color: #fff;
    padding: 40px 40px 60px 40px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
}
.awards-text .sub {
    font-size: 21px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
.awards-best {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    border-radius: 10px;
    background-color: #102854;
    margin-bottom: 60px;
}
.awards-best:hover {
    text-decoration: none;
}
.awards-best .author {
    color: rgba(255, 255, 255, 0.65);
    font-size: 20px;
}
.novel-title {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.story {
    opacity: 0.65;
    color: #fff;
    font-size: 16px;
}
.awards-title {
    text-align: left;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.awards-best .awards-title {
    padding-top: 0;
}
.awards-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 30px 0 60px 0;
}
.awards-best .awards-list {
    background-color: #154281;
}
.awards-list li {
    border-bottom: 1px solid #3e6085;
    padding: 20px 0;
    margin: 0 30px;
    line-height: 1;
    list-style: none;
}
.awards-best .awards-list li {
    border: 0;
}
.awards-list a {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}
.awards-list a .author {
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
}
.awards-best:hover .novel-title,
.awards-list a:hover .novel-title {
    text-decoration: underline;
}
.awards-list li:last-child {
    border: 0;
}
.awards-list li .novel-title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}
.awards-list li .author {
    color: #b3d3ff;
    font-weight: 400;
    font-size: 18px;
}
.awards-best .awards-list li .novel-title {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px 0;
}
.awards-best .awards-list li .author {
    color: #e9e7e3;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px;
}
.awards-best .awards-list li .story {
    color: #ece9e5;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
