@charset "utf-8";
@import url("normalize.css");

.wrapper{
    background: #FFF;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.mobile{
    display: none;
}
.banner_text{
    width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    text-shadow: 1px 1px 12px rgba(0,0,0,0.9);
    transform: translate(-50%,-50%);
}
.banner_text h1{
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.banner_text h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.news_box{
    background:#f7f7f7;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 600px;
}
.news_area_title{
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 16px;   
}
.news_area_title h2{
    margin: 0 auto;
    padding: 0;
    width: 85%;
    color:#4a4a4a;
    font-size: 26px;
    text-align: left;
    letter-spacing: 2px;
    padding-left: 10px;
    border-left: 3px solid #4a4a4a;
    display: inline-block;
    line-height: 24px;
    display: block;
}
.news_area_title h3{
    color:#a29d76;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 10px;
    display: inline-block;
}
.news{
    width: 95%;
    max-width: 1280px;
    border-top: 1px solid #bdb99b;
    margin: 0 auto;
}
.news ul{
    margin: 0;
    padding: 0;
}
.news ul li{
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    border-bottom: 1px solid #cccccc;
}
.news ul li:nth-child(even){
    background: #f7f7f7;
}
.news ul li a{
    margin: 0 auto;
    padding: 0;
    width: 85%;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.date{
    width: 110px;
    display: inline-block;
    vertical-align: top;
    padding-right: 26px;
    box-sizing: content-box;
    padding-top: 33px;
}
.date_left{
    width: 46px;
    display: inline-block;
    border-right: 1px solid #bbbbbb;
}
.date_right{
    width: 64px;
    padding-left: 6px;
    display: inline-block;
}
.year{
    font-size: 16px;
    color: #424242;
}
.month{
    font-size: 22px;
    color: #515151; 
}
.day{
    font-size: 49px;
    color: #a39a70;
    letter-spacing: -1px;
}
.article{
    width: calc(100% - 136px);
    display: inline-block;
    padding-top: 33px;
    padding-bottom: 13px;
}
.title{
    font-size: 20px;
    color: #9e9467;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 2px;
    line-height: 160%;
}
.news_content{
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 160%;
    transition: all 0.2s ease-out;
}
.more{
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: 2px;
    transition: all 0.2s ease-out;
}
.news ul li a:hover .more{
    color: #9e9467;
    text-decoration: underline;
}
.news ul li a:hover .news_content{
    color: #9e9467;
}
.pagination{
    width: 200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}
.pagination .btn{
    font-size: 18px;
    color: #4a4a4a;
    width: 12.5%;
    display: inline-block;
    transition: all 0.2s ease-out;
}
.pagination .dot{
    font-size: 18px;
    color: #4a4a4a;
    width: 16.5%;
    display: inline-block;
    transition: all 0.2s ease-out;
}
.pagination .btn:hover{
    color: #9e9467;
    text-decoration: underline;
    transition: all 0.2s ease-out;
}
.pagination .btn.active{
    color: #9e9467;
    text-decoration: underline;
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 1300px) {
.news_box {
    padding-bottom: 40px;
}

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.mobile{
    display: block;
}
.desktop{
    display: none;
}

}
@media screen and (max-width: 610px) {
.date , .article{
    display: block;
}
.article{
    padding-top: 0px;
    width: 100%;
}
}
@media screen and (max-width: 460px) {
.news ul li a{
    width: 90%;
}
.news_area_title h2 {
    width: 90%;
}
.title {
    font-size: 19px;
}
.news_content {
    font-size: 16px;
}

}
@media screen and (max-width: 420px) {
.news_box {
    padding-bottom: 10px;
}
.banner_text {
    width: 200px;
}
.banner_text h1 {
    font-size: 22px;
}
.banner_text h4 {
    font-size: 16px;
}
}