html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

.to_mp_dialog {
	background-color: white;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
}

.to_mp_dialog_mp_qr_img {
	width: 300px;
	height: 300px;
	margin-top: 40px;
}

.to_mp_dialog_content {
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	white-space: pre-wrap;
}

.to_mp_dialog_close_btn {
	margin-top: 20px;
	border-top: solid 1px #dedede;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 100%;
}