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

NEWS-SINGLE

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

#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 .news_date {
	font-size:18px;
    padding-bottom: 8px;
}

#news .news_title{
	font-size:20px;
}


#news .news_col{
    width: 90%;
	max-width: 740px;
	margin:0 auto;
	font-size:12px;
	padding-top: 120px;
}

#news .news_col img{
	display: block;
	margin:0 auto;
	margin-bottom: 50px;
}


#news .news_bottom {
    text-align: center;
    padding-top: 80px;
}

#news .news .sec_btn {
   float: none;
	margin:0 auto;
}











@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 .news_date {
    font-size: 13px;
    padding-bottom: 8px;
}
	
#news .news_title {
    font-size: 15px;
}
	
	
#news .news .sec_in {
    max-width: 480px;
    overflow: hidden;
    padding-bottom: 0;
}	
	
#news .news_col {
    width: 100%;
    font-size: 12px;
    padding-top: 75px;
}
	
#news .news_col img {
    margin-bottom: 30px;
}
    

}




