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

WORKS

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

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





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

WORKS

----------------------*/
#works .works {
    padding-top: 274px;
    padding-bottom: 180px;
}

#works .sec_title {
    padding-bottom: 120px;
}

#works .srv_title {
    text-align: center;
    font-size: 30px;
}



#works .works .sec_title{
	padding-bottom: 40px;
}

#works .works_list {
    display: flex;
    flex-flow: wrap;
}

#works .works_list li{
	width: 32%;
	margin-right:1%;
    padding-bottom: 30px;
}

#works .works_list li:last-child{
	margin-right:0;
}

#works .works_image{
	max-width: 360px;
	overflow: hidden;
	cursor: pointer;
}

#works .works_image img{
  height: auto;
  width: 100%;
  transition: transform .6s ease; 
}

#works .works_image:hover img {
  transform: scale(1.1); 
}





#works .works_info{
    line-height: 1;
    padding-top: 12px;
}

#works .works_title {
    color: #222222;
    font-size: 12px;
}

#works .works_title:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    position: relative;
    top: -4px;
	background-color: #888888;
	margin-left: 10px;
	margin-right: 9px;
}


#works .works_cat{
    color: #888888;
    font-size: 13px;
}




@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){

    
#works .works {
    padding-bottom: 110px;
}
  
/* --------- SECTION --------- */

#news .sec {
    padding-top: 60px;
    padding-bottom: 60px;
}
    
#news .sec_in {
    max-width: 480px;
/*    padding-top: 50px;*/
}

	
#works .works_list {
    display: block;
    padding-bottom: 0;
}

#works .works_list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    max-width: 360px;
    margin: 0 auto !important;
}
	
	
	
    

}




