.modal{
	display: none;
	position: relative;
	border-radius: 50px;
	background-color: #fff;
	width: 700px;
	max-height: 95vh;
	overflow: hidden;
}

.modal-content{
	flex: 1;
}

.modal-banner{
	display: block;
	width: 100%;
}

.modal-title{
	position: absolute;
	font-size: 32px;
	line-height: 32px;
	left: 30px;
	top: 100px;
	color: #fff;
}

.modal-information{
	padding: 30px;
}

.modal-text, .modal-text a{
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: -0.04em;
	color: var(--color-violet) !important;
}

.modal-text a{
	text-decoration: underline !important;
}

.modal-text.modal-top-text, .modal-text.modal-top-text a{
	color: #f45c62 !important;
}

.modal-sn-container{
	margin-top: 20px;
}

.modal-sn{
	margin-right: 14px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
