html, body {
	width: 100%;
	height: 100%;
}

.main-con {
	display: flex;
	flex-flow: column;
	height: 100%;
	padding-bottom: 0;
}

.pu-info {
	display: flex;
	align-items: center;
	margin: 1.0rem 0;
}

	.pu-info img {
		width: 5.0rem;
		margin-right: 0.8rem;
		border-radius: 100%;
	}

.pu-info-main {
	font-size: 1.4rem;
}

.pu-info-name {
	margin-bottom: 0.5rem;
	padding-left: 0.3rem;
}

.pu-info-control a {
	color: #fff;
	margin: 0 0.3rem;
}

.pu-total-info {
	border: 1px #bbbbbb solid;
	border-radius: 10px;
	display: flex;
	padding: 0.7rem 0;
	font-size: 1.4rem;
}

.pu-info-con {
	flex: 1;
	padding: 0.7rem 0;
	overflow-y: scroll;
}

.single-pti {
	flex: 1;
	text-align: center;
}

.pti-num {
	margin-bottom: 0.2rem;
}

.contact-con, .option-con {
	display: flex;
	align-items: center;
	width: 100%;
	color: #fff;
	position: relative;
	/* margin-left: -1.5vw; */
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#113d7c), to(#1b2f62));
	background-image: -webkit-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -moz-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -o-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: linear-gradient(90deg, #113d7c, #1b2f62);
	height: 3.8rem;
	line-height: 2.8rem;
	border: none;
	font-size: 1.4rem;
	padding: 3.5%;
	margin: 1.2rem 0;
}

.contact-con {
	margin-bottom: 0.5rem;
}

.option-con {
	margin-bottom: 5.5rem;
}

	.contact-con img, .option-con img {
		width: 1.5rem;
		margin-right: 0.5rem;
	}

.single-picc {
	margin-bottom: 2.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #293244;
	border-radius: 15px;
	padding: 0.5rem 1.2rem;
	font-size: 1.0rem;
	position: relative;
	z-index: 2;
	border-left: 1px #3b4964 solid;
	border-right: 1px #3b4964 solid;
	border-bottom: 2px #3b4964 solid;
}

.single-picc-img {
	position: relative;
	width: 7.0rem;
	height: 9.0rem;
	margin-right: 0.5rem;
}

	.single-picc-img img {
		max-width: 7.0rem;
		max-height: 9.0rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		border-radius: 5px;
	}

.single-picc-name {
	text-align: left;
}
