/*----------------------------------------------------------------------------------------------------------------------#page_tit----------*/

#page_tit{
background:url("../images/works_no7_main.jpg") no-repeat center center;
background-size:cover;
}

@media screen and (max-width:740px){
#page_tit{
background:url("../images/works_no7_main_mob.jpg") no-repeat center center;
background-size:cover;
}

}

/*----------------------------------------------------------------------------------------------------------------------#cont----------*/

#cont h2{
font-size:30px;
letter-spacing:3px;
line-height:1.4;
color:#000;
text-align:center;
position: relative;
}

.border:after{
width:40px;
content: "";
border-bottom: 3px solid #fff000;
position: absolute;
top:0;
left: 0;
right: 0;
bottom: -0px;
margin:auto;}

#cont h3{
font-weight:bold;
text-align:center;
color:#000;
padding-bottom: 30px;
}

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

#cont h2{ 
font-size:34px;
letter-spacing:3px;
}

}

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

#cont h2{ 
font-size:24px;
}

}


/*----------------------------------------------------------------------------------------------------------------------#works----------*/

#works{
padding:100px 0 30px;
position:relative;
}

#works .inner{
max-width:1080px;
width:100%;
margin:0 auto;
}

.fotorama-wrap{
padding-bottom:30px;
}

#works p{ 
font-weight:bold;
text-align:center;
color:#000;
padding-bottom: 30px;
padding-top: 10px;
}

#works .more{
margin:10px auto 50px auto;	
width:80%;
height:100px;
font-size:17px;
font-weight: bold;
}

#works .more a {
background-color:#000;
border: 1px solid #000;
color:#fff;
line-height:98px;
width:100%;
border-radius:20px;
}

#works .more a:hover {
background-color:rgba(255,255,255,0);
color:#000;
}

#works a img {text-align: center;}



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

#works .inner{ width:90%; }


}

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

#works{
padding:80px 0 40px;
position:relative;
}	

#works p .txt{ 
text-align:justify;
}
	
#works .inner{ width:90%; }
	
#works .more{
margin-top:10px;
width:100%;
}

#works .more { 
height:60px;
font-size:14px;
}

#works .more a { line-height:58px; }

}

