/*///////////////////////////////////////ABOUT/////////////*/
#works h2 {
	background: url("../images/works/ttl_bg_works.jpg") no-repeat 50% 50%;
	background-size: cover;
}


/*///////////////////////////////////////WORKS/////////////*/
#works  {
	width: 100%;
    overflow: hidden;
}

#works .sec_inner {
	width:1020px;
	margin:0 auto;
}
#works .sec_inner .nav{
	display:block;
	font-size:13px;
	margin-bottom:60px;
}
#works .sec_inner .nav li{
	display:inline-block;
	position: relative;
	outline: none;
	height:30px;
	line-height:30px;
	margin:0 20px;
}
#works .sec_inner .nav li:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 1px;
	height: 28px;
	background-color: #e5e5e5;
}
#works .sec_inner .nav li:last-child:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	width: 1px;
	height: 28px;
	background-color: #e5e5e5;
}

#works .sec_inner .nav .stay a {
	color:#cccccc;
	padding: 0 0 8px 0;
}

#works .sec_inner .nav .stay a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.3s, -moz-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
}


#works .sec_inner .list li{
	width:320px;	
	float:left;
	margin-right:30px;
	margin-bottom:70px;
}
#works .sec_inner .list li:nth-child(3n){
	margin-right:0;
}
#works .sec_inner .list .img {
	position: relative;
	width:100%;
	height:195px;
	overflow: hidden;
	margin-bottom:20px;
}
#works .sec_inner .list .img a .icon-arrow_right:before {
	text-align:center;
	display:block;
	width:100%;
	font-size:30px;
	margin:70px 0 20px;
}
#works .sec_inner .list .img a .vd {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color:#fff;
	font-size:12px;
	text-align:center;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	letter-spacing:0.2em;
}
#works .sec_inner .list .img img{
	width:100%;
	height:auto;
	-webkit-transition: .3s;
	transition: .3s;
}
#works .sec_inner .list .img img:nth-child(n+2){
	display:none;
}
#works .sec_inner .list .img:hover img{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
#works .sec_inner .list .img:hover .vd {
	opacity: 1;
}
#works .sec_inner .list .ttl {
	display:block;
	font-size:14px;
	margin-bottom:15px;
}
#works .sec_inner .list .desc {
	font-size:12px;
	color:#999;
	line-height:1.5em;
}


.pagenation {
	display:inline-block;
	float:right;
	margin-bottom:100px;
}
.pagenation ul li{
	text-align:center;
	font-size:13px;
	float:left;
	padding:6px 10px;
	margin:0 7px;
	background:#eee;
}
.pagenation .next {
	padding: 6px 15px 6px 5px;
	background: url("../images/next.png") center right no-repeat;
	font-size: 12px;
    background-position: 100% 44%;
}
.pagenation .prev {
	padding: 6px 5px 6px 15px;
	background: url("../images/prev.png") center left no-repeat;
	font-size: 12px;
    background-position: 0% 44%;
}
.pagenation .active {
	color:#fff;
	background:#000;
}
@media screen and (max-width:1080px){
#works .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
#works .sec_inner .list {
	width: 100%;
}
#works .sec_inner .list li {
	display:inline-block;
	float:none;
	width:47%;
	margin-right:5%;
}	
#works .sec_inner .list .img {
	height:auto;
}
#works .sec_inner .list li:nth-child(even){
	margin-right:0%;
}
#works .sec_inner .list li:nth-child(3n){
	margin-right:5%;
}
#works .sec_inner .list li:nth-child(6){
	margin-right:0% !important;
}
#works .sec_inner .list li:last-child {
	margin-right:0%;
}

#works .sec_inner .list .img a .icon-arrow_right:before {
	display:none;
}
#works .sec_inner .list .img a .vd {
	display:none;
}
#works .sec_inner .list .img:hover img{
	-webkit-transform:none;
			transform:none;
}
#works .sec_inner .list .img:hover .vd {
	opacity: 1;
}
}



@media screen and (max-width:850px){
#works .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
#works .sec_inner .nav{
	width:100%;
	margin:0 auto 30px;
	box-sizing:border-box;
}
#works .sec_inner .list li {
	width:100% !important;
	float:none !important;
	margin-right:0 !important;
	margin-bottom:40px !important;
}
}

/*///////////////////////////////////////WORKS - single/////////////*/
.single #works h2 {
	margin-bottom:0;
	background:none;
	height:1em;
}

#works {
	width:100%;
	overflow:hidden;
}

#slides {
	width:100%;
	overflow:hidden;
	height:450px;
	margin-bottom:30px;
}

.breadcrumb {
	display:block;
	  margin-bottom:40px;
}
.breadcrumb li{
	font-size:10px;
	float:left;
}
.breadcrumb li a{
	float:left;
}
.breadcrumb  .current {
	color:#cccccc;
}

.item {
	width:100%;
	margin-bottom:60px;
}
.item h2 {
	display:inline-block;
	font-size:21px;
	font-weight:100;
	background:none;
}
.item .price {
	display:inline-block;
	vertical-align:bottom;
	font-size:18px;
	padding-left:15px;
	color:#999999;
}
.item  .desc {
	clear:both;
	width:100%;
	margin:30px 0 30px 0;
	font-size:12px;
	line-height:1.5em;
}
.item  .buy {
	margin:0 0 45px 0;
}
.item .buy a {
    font-size: 14px;
	color: #fff;
    background: #000;
}
.item .buy a:hover {
    background: #333;
}
.item .left-box {
	width:480px;
	margin-right:40px;
}
.item .right-box {
	width:480px;
}
.item table {
	width:100%;
	font-size:12px;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
}
.item table caption{
	font-size:14px;
	text-align:left;
	margin-bottom:20px;
}
.item table th{
	width:30%;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:100;
	color:#000;
	padding:15px 0;
	background:#f9f9f9;
}
.item table td{
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	padding:15px 0;
}
.item table th:last-child{
	border:0;
}



.pager {
	width:100%;
	font-size:13px;
	padding:20px 0;
	margin-bottom:40px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.pager .icon-arrow_right {
	font-size:10px;
	padding:0 5px;
}
.pager .prev a{
	display:block;
	text-align:left;
	width:10%;
	padding:2px 0 0 20px;
	float:left;
	margin-left:20px;
	background: url("../images/prev.png") center left no-repeat;
}
.pager .next a{
	display:block;
	text-align:right;
	padding:2px 20px 0 0 ;
	width:10%;
	float:right;
	margin-right:20px;
	background: url("../images/next.png") center right no-repeat;
}



@media screen and (max-width:850px){
#slides {
	height:300px;
	margin-top: 60px;
	margin-bottom:0px;
}	
.breadcrumb {
	margin-bottom:20px;
}
.breadcrumb li{
	line-height:1.5em;
}
.item h2 {
	display:block;
	margin-bottom:10px;
	margin-top: 0px;
    text-align: left;
	padding:0;
}
.item .price {
	display:block;
	padding-left:0px;
	margin-top: 1.5em;
}
.item  .desc {
	text-align:justify;
	margin:20px 0 30px 0;
}
.item .left-box {
	width:100%;
	margin-bottom:30px;
}
.item .right-box {
	width:100%;
}
.pager .prev a{
	width:20%;
	padding:2px 0 0 20px;
	margin-left:5px;
	background: url("../images/prev.png") center left no-repeat;
}
.pager .next a{
	padding:2px 20px 0 0 ;
	width:20%;
	margin-right:5px;
	background: url("../images/next.png") center right no-repeat;
}
}
