@charset "UTF-8";

.nspg_list li:hover {
    background: white;
}
.nspg_list li:after {
    border-bottom: none;
}
.nspg_list li a {
    cursor: default;
    padding: 0;
}
.nspg_list {
    margin: 56px 0 8px 0;
}
.an_subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #4b4b4b;
    margin-bottom: 8px;
}
.ns_lbox_all img {
    max-width: 100%;
}
.an_time {
    font-size: 16px;
    line-height: 1.31;
    color: #b6b8ba;
}
.button_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 56px 0 60px 0;
}
.return_btn {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #fff;
    background-color: #D24663;
}
.return_btn:hover {
    text-decoration: none;
    color: #fff;
}
.previous_btn, .next_btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #9f9f9f;
}
.previous_btn:hover, .next_btn:hover, .previous_btn:active, .next_btn:active {
    text-decoration: none;
    color: #d24663;
}
.previous_btn {
    margin-right: 32px;
}
.previous_btn.hidden, .next_btn.hidden {
    visibility: hidden;
}
.next_btn {
    margin-left: 27px;
}
@media screen and (max-width: 769px) {
    .nspg_list {
        margin-top: 43px;
    }
}
@media screen and (max-width: 320px) {
    .cen_body {
        zoom: 90%;
    }
}
@media screen and (max-width: 280px) {
    .cen_body {
        zoom: 80%;
        padding-top: 80px;
    }
}
