.newsnavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsnaviheader{
    width:100%;
    display: flex;
    justify-content: center;
    background-image:url("../img/background.png");
    background-size: 275px 100px;
}

.newsnavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.newsnavidescription h1{
    font-size: 32px;
    font-weight: 600;
}

.newsnavidescription p{
    font-size: 14px;
    font-weight: 400;
}

.newsnavibody{
    padding-top: 50px;
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.articlebox{
    width: 600px;
    padding: 15px;
    margin-bottom: 35px;
    background: #f0f0f0;
}

.articleday{
    padding: 0px 5px;
}

.articletitle{
    font-size: 24px;
    padding: 0px 5px;
    font-weight: bold;
    border-bottom: 6px double #ffffff;
}

.articlecontent{
    padding: 10px;
    padding-top: 15px;
}

.articlecontent img{
    max-width: 100%;
}

.articlecontent a{
    max-width: 100%;
    word-break: break-all;
}

.newsnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.paging{
    display: flex;
    align-items: center;
}

.paging a{
    margin: 0 5px;
    text-decoration: none;

}

.paging a p{
    font-size: 10px;
    border: solid 1px #111111;
    height: 18px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.pagenow{
    font-weight: bold;
}

.aboutnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
}

.aboutdetailbuttun{
    margin-top: 30px;
    margin-bottom: 30px;
}

.aboutdetailbuttun a{
    text-decoration: none;
}

.aboutdetailbuttuncontent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 285px;
    background:  #111111;
}

.aboutdetailbuttuncontent img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.aboutdetailbuttuncontent p{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

footer{
    background: #f0f0f0;
}

@media screen and (max-width: 1024px) {
    .articlebox{
        max-width: 600px;
        min-width: 360px;
        width:90%;
    }
}

@media screen and (max-width: 370px) {
    .articlebox{
        width: 307px;
        min-width: 307px;
    }
}