#Navbar .linkArea .nav-link .btn p{
    color: #584435;
}

#Navbar .linkArea .nav-link .btn p::after{
    background-color: #584435;
}

section.wrapper{
    min-height: 70vh;
    padding: 10% 0%;
    padding-bottom: 0%;
}

.wrapper .titleArea{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1%;
    border-bottom: 1px solid #584435;
}

.newsArea{
    margin-top: 3%;
}

.newsArea .yearsLinkArea{
    width: 62.2%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.newsArea .yearsLinkArea .yearsBtn{
    text-align: center;
    font-size: 1.25rem;
    padding: 3px 5px;
    margin: 0% 1.5%;
    cursor: pointer;
    background-color: transparent;
}

.newsArea .yearsLinkArea .yearsBtn:hover{
    color: #fff;
    background-color: #D1AE61;
}

.Swiper01{
    margin: 5% 0%;
}

.Swiper01 .swiper-slide{
    width: 20% !important;
    margin: 0% 5%;
}

.newsbox{
    display: block;
    width: 100%;
}

.newsbox .newsImg{
    width: 100%;
    padding-top: 60%;
    border-radius: 10px;
    overflow: hidden;
}

.newsbox .newsImg .innerImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-in-out;
}

.newsbox:hover .newsImg .innerImg{
    transform: translate(-50%, -50%) scale(1.1);
    transition: all .5s ease-in-out;
}

.newsbox .newsTxt h1.title{
    padding: 3% 0%;
}

.newsbox .newsTxt .load{
    padding-top: 3%;
    color: #D1AE61;
}

.newsbox:hover .newsTxt h1.title,.newsbox:hover .newsTxt p.content{
    color: #D1AE61;
}

@media screen and (max-width: 1560px){
    .newsArea .yearsLinkArea .yearsBtn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1024px){
    .newsArea .yearsLinkArea .yearsBtn {
        font-size: 0.95rem;
    }
}

@media screen and (max-width:768px){
    section.wrapper{
        padding-top: 20%;
    }

    .Swiper01 .swiper-slide{
        width: 50% !important;
    }
}

@media screen and (max-width:376px){
    section.wrapper{
        padding-top: 25%;
    }
}

@media screen and (max-width:321px){
    section.wrapper{
        padding-top: 30%;
    }

    .newsArea .yearsLinkArea{
        width: 10%;
    }
}