.slide img {
	width: 100%;
	vertical-align: top;
}

/* ----- #manual-slide06 ----- */
#manual-slider {
	position: relative;
	margin: 0 auto;
}

#manual-slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider-overflow {
    width: 100%;
    overflow: hidden;
}

#manual-slider-wrap .inner {
    width: 100%;
}

#manual-slider-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1);
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1);
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1);
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1);
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#manual-slider-wrap .slide {
	position: relative;
    width: 100%;
    float: left;
}

#manual-slider-wrap .slide .tit-base {
	position: absolute;
	margin: 10px;
	height: 43px;
	background-color: rgba(86, 179, 41, 0.5);
	opacity: 0;
	transform: translateX(-170px);
}

@media screen and (min-width: 641px) {
	#manual-slider-wrap .slide .tit-base {
		margin: 20px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
}

#manual-slider-wrap .slide div.slide-tit {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 641px) {
	#manual-slider-wrap .slide div.slide-tit {
		margin-top: 55px;
		padding: 0;
		font-size: 1.2em;
	}
}

.tit-base,.tit-base h3 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider-prev {
	position: absolute;
	top: 45%;
	left: 15px;
}

@media screen and (min-width: 641px) {
	#manual-slider-prev {
		left: 30px;
	}
}

#manual-slider-prev label {
	display: none;
	position: absolute;
	top: -70%;
	left: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider-prev label {
		top: -100%;
		left: -30px;
		width: 100px;
		height: 100px;
	}
}

#manual-slider-next {
	position: absolute;
	top: 45%;
	right: 15px;
}

@media screen and (min-width: 641px) {
	#manual-slider-next {
		right: 30px;
	}
}

#manual-slider-next label {
	display: none;
	position: absolute;
	top: -70%;
	right: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider-next label {
		top: -100%;
		right: -30px;
		width: 100px;
		height: 100px;
	}
}

#manual-slider-prev i,
#manual-slider-next i {
	display: block !important;
	padding: 0;
	color: #fff;
	font-size: 1.4em;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3),0 0 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 641px) {
	#manual-slider-prev i,
	#manual-slider-next i {
		font-size: 2em;
	}
}

#manual-slider-active {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider-active {
		margin: 0;
	}
}

#manual-slider-active label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #bbb;
	border-radius: 50%;
	margin: 0 8px;
}


@media screen and (min-width: 641px) {
	#manual-slider-active label {
		width: 10px;
    	height: 10px;
		border-radius: 5px;
	}
}

#manual-slider-wrap, #manual-slider-active, #manual-slider-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#slide-page-dummy{
	display: none;
}

.sliderchk{
	display: none;
}

img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

#modal-overlay{
	z-index:10;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

#slidepopup{
	background-color: white;
	padding: 10px;
  border: 2px solid #b2b2b2;
  border-radius: 8px;
	display: none;
}

#slidepopup .modal{
  z-index: 20;
  position: fixed;
}
