@charset "UTF-8";

.bg-area .news-block .news-list .news-list__item {
    align-items: baseline;
}    

.bg-area .news-block .news-list .news-list__item .date {
    width: 110px;
}

.bg-area .news-block {
    align-items: flex-start;
}

.moreBtn{
	margin-top: 20px;
}

.moreBtn a{
	background: #fff;
	border: 1px solid #8c7859;
	border-radius: 50px;
    color: #8c7859;
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    max-width: 180px;
    padding: 12px;
    text-align: center;
    width: 100%;  
}

.moreBtn a:hover{
	background: #8c7859;
	color: #fff;
}

.only640under{
    display: none;
}

.none640under{
    display: flex;
}

@media screen and (max-width: 834px){
.bg-area .news-block .news-list .news-list__item .date {
    width: 82px;
}

.moreBtn {
    margin-top: 10px;
    text-align: center;
}
}

@media screen and (max-width: 640px){
    .only640under{
        display: flex;
    }
    
    .none640under{
        display: none;
    }
}/* CSS Document */

