@charset "UTF-8";

/*---------------
labelModalBox
------------------*/
.labelModalBox .labelModalCnt {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 5px 35px 15px;
	width: 100%;
	height: auto;
	max-height: 80vh;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	z-index: 10000;
}
.labelModalBox .inr {
	padding: 0 10px 0 0;
	margin-top: 30px;
	overflow-y: auto;
	max-height: calc(80vh - 80px);
}