/*--------------------------------------------

NEWS

---------------------------------------------*/

#news .content{
    max-width: none;
    width:100%;
}





/*-------------------

NEWS

----------------------*/
#news .news {
    padding-top: 274px;
    padding-bottom: 160px;
}

#news .news .sec_in {
    padding-bottom: 30px;
    flex-direction: row-reverse;
}

#news .sec_title {
    padding-bottom: 74px;
}

#news .news_list{
    width: 70%;
}

#news .news_list li{

}

#news .news_list li a {
	position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s ease-in, background-color 0.4s ease-in;
}


#news .news_list li a:hover{
	background-color: #f5f5f5; 
    padding-left: 20px;
}

#news .news_list li a:hover .news_info_title{
/*    left: -30px;*/
}

#news .news_info_date {
    display: block;
    color: #222222;
    /* padding-right: 70px; */
    width:19%;
    font-size: 13px;
    text-transform: uppercase;
}

#news .news_info_title {
    display: block;
    position: relative;
    font-size: 13px;
    left: 0;
    transition: all 0.3s ease-in;
    width: 80%;
}





@media only screen and (max-width: 1440px){

        

}




/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/
@media only screen and (max-width: 1330px){




}



/*==============================================================================================

TABLETS (850px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){



    

  
    

}




/*==============================================================================================

MOBILE ( ~850px)

==============================================================================================*/
@media only screen and (max-width:850px){

    
#news .news {
    padding-bottom: 100px;
}
	
#news .sec {
/*
    padding-top: 60px;
    padding-bottom: 60px;
*/
}
    
#news .sec_title {
    padding-bottom: 60px;
}
	
#news .news .sec_in {
    overflow: hidden;
    padding-bottom: 0;
}	
	
#news .news_list {
    width: 84%;
    float: right;
}

#news .news_info_date {
    padding-right: 0;
    font-size: 12px;
    display: block;
	width: 100%;
}
	
#news .news_list li a {
	display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
	
#news .news_info_title {
    width: 100%;
}
	
	
    

}




