.member-news-detail{
    margin-bottom: 75px;
}
.member-news-detail .caption{
    font-weight: bold;
    border-bottom: 1px solid black;
    margin-top: 30px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    font-size: 20px;
}
.member-news-detail .navigate-ctn{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.member-news-detail .navigate-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border: 1px solid black;
    border-radius: 6px;
}
.arrow-right{
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-right-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
    display: inline-block;
}
.arrow-right:hover{
    background-image: url(../images/arrow-right.png);
    opacity: 1;
}
.arrow-left{
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-left-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
    display: inline-block;
}
.arrow-left:hover{
    background-image: url(../images/arrow-left.png);
    opacity: 1;
}
.content-news img {
    max-width: 100% !important;
}
