
/* .news-container ul{ 
    
} */
.news-container{
    padding: 0;
}
.news-container ul a{
    display: flex;
    align-items: center;
    padding: 24px 32px;
    border-top: 1px solid #DBDBDB;
    cursor: pointer;
    text-decoration: none;
}
.news-container ul a:hover{
    background: #efefef;
}
.news-container ul:last-of-type{
    border-bottom: 1px solid #DBDBDB;
}
.news-container ul li{
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 0.05em;
    color: #8E8D8D;
}
.news-container ul li:nth-of-type(odd){
    padding-right: 5%;
    width: 25%;
}
.news-container ul li:nth-of-type(even){
    color: #000000;
    line-height: 1.6;
    position: relative;
    width: 70%;
}
.news-container ul li {
    display: flex;
    align-items: center;
}
.pdf{
    width: 7%;
    min-width: 42px;
    height: 47px;
    margin-left: 20px;
}
.btn-area{
    margin:64px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-area a{
    text-decoration: none;
    margin-right: 24px;
}
.btn-area a:last-child{
    margin-right: 0;
}
.btn-area a .arrow-left{
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #DE1717;
    border-right: 4px solid #DE1717;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); 
    padding-right: 0;  
}
.btn-area a .arrow-right{
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #DE1717;
    border-right: 4px solid #DE1717;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    padding-right: 0;  
}
.page-icon{
    background: #fff;
    text-decoration: none;
    color: #DE1717;
    padding: 2px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    border-radius: 90px;
    border: 1px solid #DE1717;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.page-icon:hover{
    background-color: #DE1717;
    color: #fff;
}
.active{
    background-color: #DE1717;
    color: #fff;
}
.btn-year-container{
  margin-top: 128px;
}
.btn-year{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-year .red_btn{
    width: 18%;
    min-width: 170px;
    margin-right: 2.5%;
    margin-bottom: 3%;
}
.no-line{
    border-bottom: none;
}


/* sp */
@media only screen and (max-width: 767px) {
    .news-container ul a{
       flex-direction: column;
       align-items: baseline;
    }
    .news-container ul li{
        font-size: 16px;
    }
    .news-container ul li:nth-of-type(odd){
        padding-right: 0;
        width: 100%;
    }
    .news-container ul li:nth-of-type(even){
        width: 100%;
    }
    .news-container .text{
        display: flex;
    }
    .btn-year .red_btn{
        width: 18%;
        min-width: 160px;
        margin-right: 2.5%;
        margin-bottom: 3%;
    }
}

/* detail.html */
.news-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #A8A8A8;
    margin-bottom: 24px;
    padding-bottom: 16px;
}
.news-title > .content_title1{
    margin: 0;
    border-bottom: none;
    width: 77%;
    padding-right: 2%;
    padding: 40px 0 0 0 ;
}
.news-title p{
    color: #8E8D8D;
    font-size: 18px;
    width: 21%;
    text-align: right;
}
.news-text{
    margin: 0 0 24px 0;
    font-size: 14px;
}
.news-container > .red_btn{
    display: inline-flex;
    align-items: center;
}
.news-container > .red_btn > .pdf{
    width: 32px;
    min-width: 32px;
    height: 28px;
    margin-left: 10px;
}
.news-btn-area{
    margin: 56px auto 0;
    display: block;
    text-align: center;
}
.news-btn-area > .red_btn{
    padding: 16px 32px 20px 64px;
}
.news-btn-area > .red_btn:after{
    display: none;
}
.news-btn-area > .red_btn:before{
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    content: "\f107";
    position: absolute;
    bottom: 16%;
    left: 10%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); 
}

@media only screen and (max-width: 767px) {
    .news-title{
        flex-direction: column;
        align-items: baseline;
    }
    .news-title > .content_title1{
        padding-bottom: 8px;
        width: 100%;
    }
    .news-title > p{
        width: 100%;
        text-align: left;
    }
    .news-title p{
        font-size: 14px;
    }
    .news-text{
        margin: 0 0 24px 0;
        font-size: 14px;
    }
}