.note_wrap {
    width: 100%;
    background-color: #211c19;
    max-width: 830px;
    margin: 0 auto;
}

.note_wrap .top_content_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.note_wrap .top_content_wrap .top_bg {
    background: url('../../img/notice/bg.png') top center / cover no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 76%;
}

:lang(ru-RU) .note_wrap .top_content_wrap .top_bg {
    background: url('../../img/notice/ru_bg.png') top center / cover no-repeat;
}

.note_wrap .top_content_wrap .top_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    padding: 0 1rem
}

.note_wrap .top_content_wrap .top_content .main_desc {
    color: #c8bdb0;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 8rem;
    text-align: center;
}

.note_wrap .top_content_wrap .top_content .main_btn_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2.5rem;
}

.note_wrap .top_content_wrap .top_content .main_btn_wrap a {
    display: flex;
    background: url('../../img/notice/btn.png') no-repeat;
    background-size: 100% 100%;
    height: 6.3rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-sizing: border-box;
    padding: 0.625rem 1.5rem 1.875rem;
    width: 100%;
    max-width: 358px;
    text-align: center;
    transition: filter 0.3s;
    text-decoration: none;
    cursor: pointer;
}

.note_wrap .list_box_wrap {
    display: flex;
    flex-direction: column;
    padding: 3.875rem 2.0625rem;
}

.note_wrap .list_box_wrap .list_box {
    position: relative;
    display: flex;
    background-color: #312a26;
    border: 2px solid #433a35;
    border-radius: 4px;
    padding: 1.625rem 1rem 0.625rem;
}

.note_wrap .list_box_wrap .list_box:nth-child(even) {
    flex-direction: row-reverse;
}

.note_wrap .list_box_wrap .list_box:not(:last-child) {
    margin-bottom: 3.125rem;
}

.note_wrap .list_box_wrap .list_box:not(:last-child)::after {
    content: '';
    background: url('../../img/notice/line.png') no-repeat center center;
    background-size: 100% 147%;
    width: 2.5625rem;
    height: 3.125rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 3.25rem);
    transform: translate(-50%, 3.25rem);
}

.note_wrap .list_box_wrap .list_box .list_text_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.625rem 1.5625rem 0;
}

.note_wrap .list_box_wrap .list_box .list_text_wrap .list_title {
    color: #c2a374;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.note_wrap .list_box_wrap .list_box .list_text_wrap .list_desc {
    color: #c8bdb0;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.75;
}

.note_wrap .list_box_wrap .list_box .list_text_wrap a {
    color: #947f62;
    font-size: 1.5rem;
    box-sizing: border-box;
    border: 0.0625rem solid #947f62;
    padding: 2rem;
    border-radius: 0.25rem;
    height: 3rem;
    min-width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    cursor: pointer;
}

.note_wrap .list_box_wrap .list_box .list_img_wrap {
    flex-shrink: 0;
    flex-basis: 17.5rem;
    display: flex;
    justify-content: center;
}

.note_wrap .list_box_wrap .list_box.comics .list_img {
    background: url('../../img/notice/item_1.png') center center / cover no-repeat;
    width: 15.5rem;
    height: 19.5625rem;
}

.note_wrap .list_box_wrap .list_box.story_trailer .list_img {
    background: url('../../img/notice/item_2.png') center center / cover no-repeat;
    width: 16.5625rem;
    height: 20.125rem;
}

.note_wrap .list_box_wrap .list_box.main_trailer .list_img {
    background: url('../../img/notice/item_3.png') center center / cover no-repeat;
    width: 15.8125rem;
    height: 19.25rem;
}

.note_wrap .list_box_wrap .list_box.diary .list_img {
    background: url('../../img/notice/item_4.png') center center / cover no-repeat;
    width: 16.5625rem;
    height: 20.125rem;
}

.note_wrap .list_box_wrap .list_box.audio_book .list_img {
    background: url('../../img/notice/item_5.png') center center / cover no-repeat;
    width: 16.3125rem;
    height: 19.875rem;
}

@media (hover: hover) {
    .note_wrap .top_content_wrap .top_content .main_btn_wrap a:hover {
        filter: brightness(1.2) saturate(1.5);
    }
    .note_wrap .list_box_wrap .list_box .list_text_wrap a:hover {
        background-color: #947f62;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .note_wrap .top_content_wrap .top_bg {
        background: url('../../img/notice/m_bg.png') top center / cover no-repeat;
        padding-bottom: 90%;
    }

    :lang(ru-RU) .note_wrap .top_content_wrap .top_bg {
        background: url('../../img/notice/m_ru_bg.png') top center / cover no-repeat;
    }

    .note_wrap .top_content_wrap .top_content{
        margin-top: -1.5rem;
    }

    .note_wrap .top_content_wrap .top_content .main_btn_wrap a {
        background: url('../../img/notice/m_btn.png') no-repeat;
        background-size: 100% 100%;
        max-width: 379px;
    }

    .note_wrap .top_content_wrap .top_content .main_desc {
        padding: 0 1.5rem;
    }

    .note_wrap .list_box_wrap {
        padding: 1.5rem 1.5rem 2rem;
    }

    .note_wrap .list_box_wrap.list_box_wrap_m .list_box {
        flex-direction: column;
        padding: 1.875rem 2rem;
    }

    .note_wrap .list_box_wrap .list_box .list_img_wrap {
        margin-bottom: 1rem;
        flex-basis: auto;
    }

    .note_wrap .list_box_wrap .list_box.comics .list_img {
        background: url('../../img/notice/m_item_1.png') center center / cover no-repeat;
        width: 20.5625rem;
        height: 26rem;
    }
    
    .note_wrap .list_box_wrap .list_box.story_trailer .list_img {
        background: url('../../img/notice/m_item_2.png') center center / cover no-repeat;
        width: 21.4375rem;
        height: 26.4375rem;
    }
    
    .note_wrap .list_box_wrap .list_box.main_trailer .list_img {
        background: url('../../img/notice/m_item_3.png') center center / cover no-repeat;
        width: 21.0625rem;
        height: 25.5rem;
    }
    
    .note_wrap .list_box_wrap .list_box.diary .list_img {
        background: url('../../img/notice/m_item_4.png') center center / cover no-repeat;
        width: 21.4375rem;
        height: 26.3125rem;
    }
    
    .note_wrap .list_box_wrap .list_box.audio_book .list_img {
        background: url('../../img/notice/m_item_5.png') center center / cover no-repeat;
        width: 21.75rem;
        height: 26.25rem;
    }

    .note_wrap .list_box_wrap .list_box .list_text_wrap {
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .note_wrap .top_content_wrap .top_content .main_desc,
    .note_wrap .list_box_wrap .list_box .list_text_wrap .list_desc {
        font-size: 1.4rem;
    }
}