.box{
	background:#FFFFFF;
	max-width:500px;
	min-height:590px;
	height:auto;
	overflow:hidden;
	z-index:100;
	text-align: left;
	border-radius:30px 0 30px 0;
	float:left;
	margin: 20px 70px;
}
.titbox{
	padding:2em;
}
.main-content{
	text-align: center;
}
ul.button-group{
	margin: 0 auto;
	display: inline-block;
	color: #000;
}

ul.button-group li{
	float: left;
	margin:0px 9px;
	
	list-style: none;
	width: 90px;
	height: 90px;
	border-right: 2px solid #8DA2C3;
	border-bottom: 2px solid #8DA2C3;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 4px 4px 4px #314463;
	background: #EDF1F6;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

ul.button-group li:hover {
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 0;
	border-bottom: 0;
	background: #8da2c3;
}



ul.button-group li:not(:last-child){
	line-height: 90px;
}

ul.button-group li:last-child span{
	display: block;
	margin-top: 50%;
	transform: translateY(-50%);
}

ul.button-group li.btn-active {
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 0;
	border-bottom: 0;	
	background: #8da2c3 !important;
}

.slick-prev {
	left: 10px !important;
}
.slick-next {
	right: 10px !important;
}
.slick-prev,
.slick-next {
	z-index: 100;
}
.works-content {
	display: flex;
	flex-wrap: wrap;
	width: 1050px;
	margin: -30px auto;
}
.works-content .works-content-item {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: calc(50% - 60px);
	max-width: 465px;
	background-color: #fff;
	margin: 30px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.works-content .works-content-item .slider-for {
	overflow: hidden;
	display: none;
}
.works-content .works-content-item .slider-for .slider-for-image {
	width: 100%;
	height: 309px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.works-content .works-content-item .slider-nav {
	overflow: hidden;
	display: none;
	max-height: 110px;
}
.works-content .works-content-item .slider-nav .slick-list {
	margin: 5px 0;
}
.works-content .works-content-item .slider-nav .slick-slide {
	padding: 0 5px;
}
.works-content .works-content-item .slider-nav .slider-nav-image {
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.works-content .works-content-item .work-data {
	text-align: left;
	padding: 22px 0 31px;
	margin: auto 32px 0;
	border-top: 1px solid #ccc;
}
.works-content .works-content-item .work-data .completion {
	font-size: 12px;
	font-weight: bold;
}
.info{
	/*margin:1em;*/
}

.item-wrap {
	/*background: #fff url(../img/work/8363111_1.jpg) -61px 0 no-repeat;
	width: 464px;
	height: 629px;
	display: block;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
}

.item-wrap {
	position: relative;
	margin-bottom: 60px;
	max-width: 465px;
	background: #ffffff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 5px 5px 5px #314463;
}

.img-wrap {
	position: relative;
}

.img-wrap img {
	display: block;
	width: auto;
	height: 328px;
	border-top-left-radius: 20px;
	margin: 0 auto;
}
.thumb-wrap {
	text-align: center;
}

ul.thumb-item li {
	display: inline-block;
	margin: 0 6px;
	list-style: none;
	cursor: pointer;
}

.thumb-item img{
	display: block;
	margin: 18px 0;
	width: 60px;
	height: 60px;
}

.text-wrap {
	padding: 22px 0;
	padding-bottom: 31px;
	margin-left: 32px;
	margin-right: 32px;
	border-top: 1px solid #cccccc;
	text-align: left;
}

.btn-primary {
	display: block;
	width: 62px;
	height: 62px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 2px 2px #92A6C5;
	background: #EDF1F6;
	text-align: center;
	cursor: pointer;
	line-height: 62px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.bottom-area {
	margin-top: 29px;
	display: block;
	width: 100%;
}

.bottom-area p{
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

.left-area p{
	font-size: 12px;
	font-weight: bold;
}

p.text-title {
	margin-top: 18px;
	font-size: 20px;
	font-weight: bold;
}

.empty-rect {
	height: 425px;
}

.main-content {
	text-align: center;
}

.left-content, .right-content {
	display: inline-grid;
	margin: 0 30px;
}

.test {
	display: inline-block;
	width: 200px;
	
}
.post-cat{
	width:90px;
	float:right;
	font-size:10px;
	font-weight: bold;
	margin-right: 2em;
}
.post-cat li{
	list-style-type: none;
	background:#333;
	color:#fff;
	text-align: center;
	padding:3px;
}
.post-cat li a{
	font-weight: bold;
	color:#fff;
}
.post-cat-small{
	width:90px;
	float:right;
	font-size:10px;
	font-weight: bold;
	margin-right: 2em;
	margin-top: 2px;
}
.post-cat-small li{
	list-style-type: none;
	background:#888;
	color:#fff;
	text-align: center;
	padding:3px;
}
.post-cat-small li a{
	font-weight: bold;
	color:#fff;
}

/*
@media (min-width: 769px) and (max-width: 1100px)
{
	.left-content, .right-content {		
		margin: 0 20px;
	}

}
*/
@media screen and (max-width:768px){
	.box{
		height: auto;
		max-width: 90%;
		min-height:auto;
		margin: 20px 5%;
	}
	.works-content {
		width: 100%;
		margin: -15px auto;
	}
	.works-content .works-content-item {
		width: calc(100% - 60px);
		margin: 15px 30px;
	}
	.works-content .works-content-item .slider-for .slider-for-image {
		height: 30vh;
	}

	.img-wrap img {
		height: 60vw;
	}
	ul.button-group li{
		margin: 7px;
		width: 90px;
		height: 90px;
		font-size:11px;
	}
	.item-wrap {   
		max-width: 450px;
	}
	p.text-title {
		font-size: 18px;
	}
	.item-wrap {		
		margin-bottom: 15px;
	}
}
@media screen and (max-width:570px){
	ul.button-group li{
		margin: 7px;
		width: 80px;
		height: 80px;
		font-size:10px;
	}
	.item-wrap {   
		max-width: 410px;
	}
	p.text-title {
		font-size: 18px;
	}
}
@media screen and (max-width:490px){
	ul.button-group li{
		margin: 5px;
		width: 72px;
		height: 72px;
	}
	ul.button-group li:not(:last-child) {
		line-height: 75px;
	}
	ul.button-group li:last-child span {
		display: block;
		line-height:15px;
	}
	.item-wrap {   
		max-width: 370px;
	}
}
@media screen and (max-width:440px){
	ul.button-group li{
		margin: 5px;
		width: 68px;
		height: 68px;
	}
	ul.button-group li:not(:last-child) {
		line-height: 68px;
	}
	ul.button-group li:last-child span {
		display: block;
		line-height:15px;
	}
	.item-wrap {   
		max-width: 350px;
	}
	p.text-title {
		font-size: 17px;
	}
}
@media screen and (max-width:420px){
	ul.button-group li{
		margin: 4px;
		width: 60px;
		height: 60px;
	}
	ul.button-group li:not(:last-child) {
		line-height: 60px;
	}
	ul.button-group li:last-child span {
		display: block;
		line-height: 14px;
		letter-spacing: 1px;
	}
	.item-wrap {   
		max-width: 330px;
	}
	.left-content, .right-content {
		margin: 0 20px;
	}
	p.text-title {
		font-size: 16px;
	}
}

@media screen and (max-width:370px){
	.item-wrap {   
		max-width: 300px;
	}
	ul.button-group li{
		margin: 4px;
		width: 50px;
		height: 50px;
	}
	ul.button-group li:not(:last-child) {
		line-height: 50px;
	}
	.left-content, .right-content {
		margin: 0 20px;
	}
	p.text-title {
		font-size: 15px;
	}
}
@media screen and (max-width:340px){
	.item-wrap {   
		max-width: 270px;
	}
	ul.button-group li{
		margin: 3px;
		width: 48px;
		height: 48px;
	}
	ul.button-group li:not(:last-child) {
		line-height: 48px;
	}
	p.text-title {
		font-size: 14px;
	}
}
@media screen and (max-width:310px){
	.item-wrap {   
		max-width: 240px;
	}
	ul.button-group li{
		margin: 3px;
		width: 40px;
		height: 40px;
		font-size:8px;
		font-weight:normal;
	}
	ul.button-group li:not(:last-child) {
		line-height: 40px;
	}
	p.text-title {
		font-size: 14px;
	}
	ul.button-group li:last-child span {
		display: block;
		margin-top: 10px;
		line-height: 14px;
		letter-spacing: -5px;
	}
}







