@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-2022 {
    background-color: #071c37;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    font-family: 'Noto Sans KR';
}
.awards-best {
    margin-top: -16px;
}

.awards-title img {
    display: inline-block;
    margin: 0 4px 4px 0;
    width: 25px;
}

.awards-title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 40px 40px 20px 40px;
    text-align: center;
}
.awards-best .awards-title {
    padding-top: 0;
}
.awards-list {
    margin: 0 40px;
    background-color: #11366B;
    border-radius: 6px;
    padding: 10px 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;
}
.awards-list a .author {
    color: #b3d3ff;
}
.awards-list a:hover .novel-title {
    text-decoration: underline;
}
.awards-list li:last-child {
    border: 0;
}
.awards-list li .novel-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.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;
}
.btn-wrap {
    padding: 50px 40px;
}
.btn-wrap a {
    color: #fff;
    display: block;
    text-align: center;
    background-color: #3082fe;
    border-radius: 6px;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 500;
}
.btn-wrap a:hover {
    text-decoration: none;
    background-color: #2379fc;
}
.btn-wrap i.arrow.right {
    border-color: #fff;
    border-right: 2px solid;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 6px;
    margin: 0 0 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}