/* base -- mouseover */
.over-e {
	position: relative;
}
.over-s {
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: calc(100% - 10px);
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	height: 70px;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
   	-o-transition: height 1s;
	transition: height 1s;
}
.over-f {
	height: 100%;
	display: block;
}
.p-title {
	display: none;
}
/* base -- btn */
.btn-p {
    background-color: var(--cHover) !important;
    border-radius: 30px !important;
    margin-top: 50px;
    -webkit-transition: height 1s;
	-moz-transition: height 1s;
   	-o-transition: height 1s;
	transition: all .5s ease-in-out;
    padding: 15px 40px;
    color: #fff;
}
.over-f .btn-p {
	margin-top: 0px;
}
.btn-p:hover {
	background-color: var(--cMain) !important;
	text-decoration: none;
	color: #fff;
}

/* common -- title */
.over-e img {
	width: 100%;
}
.p-title {
	width: calc(100% - 10px);
	position: absolute;
	bottom: 0px;
	left: 5px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	padding: 15px 0px;
}
.p-over > div {
	position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 10px);
    color: #fff;
}

.frm-c .container > div {
	padding: 0px 5px;
}
