.wst-smbx-wrp {
	position: relative;
	margin: 0 auto;
}
.wst-smbx-wrp--hidden {
	height: 0;
	overflow: hidden;
}
.wst-smbx-grid {
	margin: 0 auto;
	position: relative;
	display: none;
}
.js .wst-smbx-grid {
	display: block;
}
body.active__over{
	overflow: hidden;
}
.wst-active-sec{
	z-index: 2000;
}
.wst-smbx-item {
	position: relative;
	margin: 0 3% 5rem;
	padding: 40px;
}
.wst-smart-box.wst-box-colums-2 .wst-smbx-item{
	width: 48%;
}
.wst-smart-box.wst-box-colums-3 .wst-smbx-item{
	width: 27.333333%;
}
.wst-smart-box.wst-box-colums-4 .wst-smbx-item{
	width: 23%;
}
.wst-smart-box.wst-box-colums-6 .wst-smbx-item{
	width: 8.166666%;
}
.wst-smbx-item-wrap {
	position: relative;
}
.wst-smbx-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
}
.wst-smbx-item-img {
	pointer-events: none;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	outline: 1px solid transparent;
}
.wst-smbx-item:nth-child(even) .wst-smbx-item-img {
	transform: rotate3d(0,0,1,0deg);
}
.wst-smbx-item:nth-child(odd) .wst-smbx-item-img {
	transform: rotate3d(0,0,1,0deg);
}
.wst-smbx-item.wst-rot-img:nth-child(even) .wst-smbx-item-img {
	transform: rotate3d(0,0,1,4deg);
}
.wst-smbx-item.wst-rot-img:nth-child(odd) .wst-smbx-item-img {
	transform: rotate3d(0,0,1,-4deg);
}
.wst-smbx-item-title {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 1rem;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	transform-origin: 0 50%;
}
.wst-smbx-item-number {
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.65rem;
	margin: 0 0 0.15rem;
}
.wst-smbx-item-number > span {
	display: inline-block;
}
.content {
	margin: 0 auto;
	pointer-events: none;
}
.js .content {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1000;
	left: 0;
}
.wst-smbx-cont {
	padding: 10rem 5vw 10rem;
}
.js .wst-smbx-cont {
	height: 0;
	opacity: 0;
	overflow: auto;
	padding: 0;
	pointer-events: none;
	display: flex;
	display: -webkit-flex;
}
.js .wst-smbx-cont--current {
	height: auto;
	opacity: 1;
	padding: 5% 15%;
	pointer-events: auto;
}
.wst-smbx-cont-intro {
	width: 35%;
}
.js .wst-smbx-cont-img {
	visibility: hidden;
}
.wst-smbx-cont-title {
	position: relative;
	font-size: 2.3vw;
	white-space: nowrap;
}
.wst-smbx-cont-title > span {
	white-space: pre;
	display: inline-block;
}
.wst-smbx-cont-subtitle {
	text-align: center;
	font-size: 1.25rem;
	font-weight: normal;
	margin: 3rem auto;
}
.wst-smbx-cont-text {
	max-width: 800px;
	padding-left: 40px;
	width: 65%;
}
.wst-smbx-cont-text p {
	margin: 0;
}
.wst-smbx-cls {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 99;
	transition: all .8s cubic-bezier(.4,0,0,1);
	-webkit-transition: all .8s cubic-bezier(.4,0,0,1);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.wst-smbx-cls:focus {
	outline: none;
}
.wst-smbx-cont--current ~ .wst-smbx-cls {
	pointer-events: auto;
	transform: scale(1);
    -webkit-transform: scale(1);
}
.js .wst-smbx-cont-title > span,
.js .wst-smbx-cont-text,
.wst-smbx-cls,
.content__indicator {
	opacity: 0;
}
@media screen and (min-width: 55em) {
	.wst-smbx-item-number {
		right: -2.45rem;
	}
	.wst-smbx-item-title {
		margin-left: -0.25rem;
	}
	.wst-smbx-cont-subtitle {
		font-size: 3vw;
	}
	.wst-smbx-cont-subtitle {
		max-width: 50%;
	}
	.content__indicator {
		display: block;
	}
}