@charset "utf-8";

#container{
	width: 100%;
	height: 100%;
}

/* THUMBNAIL ++++++++++ */
#thumb4slider{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;	
    align-content: center;
    align-items: center;
	margin: 0 auto;
}

#thumb4slider a{
	display: block;
	flex: 0 0 auto;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 100px;
	border: #fff solid 1px;
}

#thumb4slider a picture,
#thumb4slider a img{
	display: block;
	width: 100%;
	height: auto;
}

/* THUMBNAIL END ++++++++++ */

#frame4slider{
	position: relative;
	z-index: 1;
	margin: 0 auto 20px;
	/* width: 600px;
	height: 400px; */
	overflow: hidden;
	background: #fff;
	border: #e5e5e5 solid 1px;
}

#sliderBar{
	display: table;
	height: 100%;
}

#sliderBar li{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#sliderBar.on{
	transition: all 0.4s cubic-bezier(0, 0.22, 0.25, 1); 
	-webkit-transition: all 0.4s cubic-bezier(0, 0.22, 0.25, 1); 
	-ms-transition: all 0.4s cubic-bezier(0, 0.22, 0.25, 1);
}

#sliderBar li img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

#sliderBar li.landscape img{
	object-fit: contain;
}

#sliderBar li.landscape img{
	background-size: cover;
}

#sliderBar li.portlate img{
	background-size: contain;
}

#sliderBar li.black span{
	color: #bfbfb6;
	background: rgba(0,0,0,0.2);
}

#sliderBar li.black{
	background: #000;
}

#sliderBar li.bage{
	background: #cec8c8;
}

@media only screen and (max-width: 1023px){
}

@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 479px){

#thumb4slider a{
	width: calc((100% - 12px ) / 3);
}
	
}

