#bgWhite .prev,
#bgWhite .next
{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 222;
	cursor: pointer;
}
#bgWhite .prev{
	left: 8px;
}
#bgWhite .next{
	right: 8px;
}

#bgWhite span i{
	font-size: 2rem;
	color: rgba(255,255,255,0.9);
	text-shadow: 0 0 8px #97b1ff;
}

#bgBlack{
	position:absolute;
	display:none;
	top:0;
	left:0;
	z-index:111;
	width:10px;
	height:10px;
	background:#000;
}

#bgWhiteBase{
	background:transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:111;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#wndTitle{
	position: absolute;
	top: 0;
	z-index: 111;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	color: #fff;
	vertical-align: middle;
	background: transparent;
/* 	-webkit-border-radius: 32px 32px 0 0;
	-moz-border-radius: 32px 32px 0 0;
	border-radius: 32px 32px 0 0;
 */
}

#wndTitle i{
	display: table-cell;
	display: none;
	border-right: transparent solid 4px;
	width: 28px;
	text-align: right;
	vertical-align: middle;
}

#wndTitle span
{
	display: table-cell;
	padding-top: 2px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

#bgWhite:after{
	content:" ";
	display: block;
	height:0;
	clear: both;
}

#bgWhite img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#prvBlc h1{
margin-bottom: 16px;
font-size: 28px;
color: #000;
text-align: center;
}

#prvBlc p{
	margin: 0 0 32px;
	font-size: 14px;
}

#prvBlc a.ppwBtn{
	display: inline-block;
	padding: 4px 16px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #50a121;
	border: #50a121 solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

#prvBlc .btnWrapper a.ppwBtn{
		background: #f7f1d1;

}

#prvBlc #scrollBoad.project img{
	margin-bottom: 20px;
}

#prvBlc .wrapper{
	margin: 0 0 32px;
	text-align: right;
}

#prvBlc #scrollBoad.project .wrapper{
		margin: 0;
}

#prvBlc #scrollBoad.inaugural p.author{
	padding-right: 4px;
	text-align: right;
}

#prvBlc #scrollBoad.inaugural .wrapper{
	height: auto;
	max-height: 360px;
	text-align: left;
}

#prvBlc h2{
	margin: 0 0 16px;
	font-size: 20px;
	text-align: center;
	color: #000;
	border-bottom: #50a121 solid 1px;
}

#prvBlc img{
	margin-right: 8px;
}

#prvBlc .btnWrapper:after{
	content:" ";
	height: 0;
	display: block;
	clear: both;

}

#prvBlc #leftBox{
	width: 44%;
	float: left;
}

#prvBlc #rightBox{
	width: 44%;
	float: right;
}

#top #bgWhite #prvBlc img.zoomImg{
	z-index: 114;
}

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

	#prvBlc{
		padding: 48px 8px 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#prvBlc h1{
		font-size: 20px;
	}

	#prvBlc img{
		width: 100%;
		height: auto;
	}

	#prvBlc h2{
		margin: 0 0 16px;
		font-size: 16px;
		text-align: center;
		color: #50a121;
		border-bottom: #50a121 solid 1px;
	}

	#prvBlc #scrollBoad{
		padding-right: 8px;
		padding-bottom: 8px;
	}

	#prvBlc #leftBox{
		margin-bottom: 24px;
		width: 100%;
		float: none;
	}

	#prvBlc #rightBox{
		width: 100%;
		float: none;
	}

	#bgWhite #prvBlc/* ,
	#bgWhite*/{
		height: 100%;
	}
}

#prvBlc .btnWrapper span{
	display: block;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
}

#prvBlc .btnWrapper a.ppwBtn{
	display: block;
	text-align: center;
}

#prvBlc #impdata{
	height: 100%;
	overflow: auto;
}



#dataPrv{
	position:relative;
	margin:10px auto;
	width:10px;
	height:10px;
	background:#fff;
}

#impData{
overflow: auto;
}

#prvImg,
#movie
{
	background: transparent;
	z-index:111;
}

#prvImg img,
#movie object
{
	display:block;
}

p#info{
	padding: 8px 12px 0;
	line-height: 16px;
	color:#878787;
	font-family:"Arial";
	font-size:10px;
	font-weight:normal;
}

#addThis,
#close,
#download
{
	position: absolute;
	right: 8px;
	z-index:115;
	display: table;
	padding: 4px;
	width:36px;
	height: 36px;
	line-height: 11px;
	color: rgba(255,255,255,0.7);
	text-align: center;
	text-indent: 0;
	background: rgba(61,61,61,0.6);
	border: #4d4d4d solid 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#close{
	top: 8px;
}

#download{
	top: 64px;
}

#addThis{
	top: 120px;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
}

#addThis.clicked,
#addThis.done,
#addThis.done i{
	opacity: 0.2;
	cursor: default;
}

#addThis:hover,
#close:hover,
#download:hover
{
	color: #fff;
	cursor:pointer;
	background: rgba(61,61,61,1);
	border-color: #676767;
}

#addThis i,
#close i,
#download i
{
	display: table-cell;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
}

#addThis i:hover,
#close i:hover,
#download i:hover
{
	color: #fff;
}

dl:after
{
	content: " ";
	display: block;
	height: 0;
	clear:both;

}

#impdata div#scrollBoad.vpd{
	margin-bottom: 16px;
}

#impdata div#scrollBoad h1{
	text-align: left;
}

#impdata div#scrollBoad h1 em,
#impdata div#scrollBoad p em{
	display: block;
	text-align: right;
	font-size: 14px;
}

#impdata div#scrollBoad p strong{
	text-decoration: none;
	font-style: normal;
	color: #50a121;
	font-weight: bold;
}

#zoomInfo{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 24px;
	text-align: center;
	color: #999;
	font-size: 10px;
	background: #efefef;
	border: #d3d3d3 solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#zoomInfo:before,
#zoomInfo:after{
	content: ' ';
	position: absolute;
	left: 50%;
	z-index: 111;
	width: 0px;
	height: 0px;
}

#zoomInfo:before{
	top: 23px;
	margin-left: -5px;
	border: solid 5px;
	border-color: #d3d3d3 transparent transparent transparent;
}

#zoomInfo:after{
	top: 22px;
	margin-left: -4px;
	border: solid 4px;
	border-color: #efefef transparent transparent transparent;
}


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

	#prvBlc img{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}


}


#bgWhite{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	/* perspective: 400px;
	perspective-origin: center; */
	opacity: 0;
	animation: fadeIn 1s ease-out 0.4s forwards;
}

#iwrapper{
position: relative;
width: 100%;
height: 100%;	

}

#iwrapper.on{
	transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	-webkit-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	-ms-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

#iwrapper.over{
	transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	-webkit-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	-ms-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

#prvBlc {
	position: absolute;/*  */
	top: 50%;left: 50%;
	z-index: 22;
	margin-left: 0;
	margin-top: 0;
	width: 0;height: 0;
	background-size: contain;
	background:url('thumb/spacer.png') no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;/*  */
	transform: scale(0); /* */
	animation: fadeIn 1s ease-out 0.4s forwards;/* 		 */
}

#alert {
	position: absolute;/*  */
	top: 50%;left:0;
	z-index: 22;
	margin-left: 0;
	margin-top: -10px;
	width: 100%;
	height: 20px;
	color: #cccccc;
	font-size: 14px;
	text-align: center;
	transform:unset;
}

#prvBlc.reset{
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;/*  */
}

@keyframes zoomIn{
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* PLAY++++++++++++++++

.card.flip
{
	cursor: pointer;
	-webkit-transform: translate3d( 0,0,0 );
	transform: translate3d( 0,0,0 );
 }
   */