
/*//////////////////////////////////////////////////////////////////
[ Slide-100 ]*/

.wrap-main-pic-100 img {
	width: 100%;
}

.wrap-thumb-100 img {
	width: 100%;
}

.fix-frame {
	opacity: 0;
}

.main-frame, .sub-frame {
	position: relative;
	overflow: hidden;
}


.wrap-main-pic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.btn-sub-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

/*#slide-container {
	width: 350px;
}*/

#slide100-01 {
	margin-top: 50px;
}

.wave2 {
	position: relative;
	background: linear-gradient(45deg, #f0eee6, #f0eee6);
}

.wave2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 540px;
	background: url('images/wave.png');
	background-repeat: no-repeat;
	border-color: #fff;
}


@media (min-width: 992px) and (max-width: 992px){
    .wrap-main-pic-100 img {
	width: 100%;
	height: 300px;
}

.wrap-thumb-100 img {
	width: 100%;
}

.fix-frame {
	opacity: 0;
}

.main-frame, .sub-frame {
	position: relative;
	overflow: hidden;
	height: 300px;
}


.wrap-main-pic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.btn-sub-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
}