@charset "utf-8";
#loading{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100svh;
	background: #e6fdff;
	background: linear-gradient(164deg,rgba(230, 253, 255, 1) 0%, rgba(255, 204, 213, 1) 100%);
	z-index: 100000;
}

#popup{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	overflow-y: scroll;
	background-color: rgba(28,106,124,0.80);
	z-index: 19000;
}
.close_winp {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 19001;
	overflow: hidden;
 }
.btn_winp{
	position: absolute;
	top:-20px;
	right: -20px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 19004;
	cursor: pointer;
}
#popup .boxWrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
	max-width: 800px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 0 20px 40px 20px;
	z-index: 19003;
	text-align:center;
}
#popup .boxWrap h2{
	position: relative;
	margin: 40px auto 10px auto;
	font-size: 110%;
	font-weight: bold;
	color: #FF4E83;
	border-bottom: solid 1px #FF4E83;
}
#popup .boxWrap p{
	position: relative;
	margin: 0 auto;
}
#popup .boxWrap p.marginTop{margin: 20px auto 0 auto;}
