
/* 사용자 페이지 popup * 지우지말것 */
.popup-web{
	position: fixed;
    width: auto;
    min-width: 300px;
    height: auto;
    min-height: 200px;
	z-index:20000;
	max-width:90vw;
	max-height:90vh;
}

.popup-web-in{
	text-align:center;
	width:auto;
	height:100%;
	position:relative;
	display:inline-block;
	margin-right:10px;
	border: 2px solid #ccc;
	vertical-align: top;
}

.popup-web-in:last-of-type{
	margin-right:0px;
}

.popup-web-cont{
	text-align:center;
	width:100%;
	height:100%;
	position:relative;
	display:table;
	overflow:hidden;
	min-height:200px;
	background-color:white;
}


.popup-web-footer{
	text-align:center;
	border-top:1px solid #ccc;
	width:100%;
	display:table;
	background-color:white;
	font-size:0.9rem;
	padding:0 10px 0 10px;
}

.popup-web-left{
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	color:white;
}

.popup-web-right{
	position:absolute;
	top:10px;
	right:20px;
	z-index:1;
	color:white;
}


/* -----------------------*/