.fancybox__content{
	padding:.6rem;
	width: 100%;
	max-width: 500px!important;
	min-width: 300px;
	height: auto;
	justify-content: center;
	align-items: center;
}
.modal_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(24px, 3vw, 36px);
	width: 100%;
	max-width: 300px;
	min-width: 300px;
}

.modal_top {
	display: flex;
	flex-direction: column;

	img, svg {
		width: 80px;
		height: 80px;
	}
}

.modal_mid {
	display: flex;
	flex-direction: column;
	gap: 36px;
	color: var(--black-18);
	text-align: center;
}

.modal_title {
	font-weight: 500;
	font-size: clamp(14px,3vw,25px);
	line-height: 1;
	letter-spacing: -0.03em;
	text-wrap-style: balance;
}

.modal_content {
	font-size: 16px;
	text-align: center;
}

.modal_bot {
	width: 100%;
}

.modal_bot .btn_modal_confirm {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #ffffff;
	background: #03bf08;
	text-align: center;
	border: none;
	padding: 15px;
	font-size: 1rem;
	cursor: pointer;
	font-weight: 600;
}

/* fancybox */

.fancybox__container:has([id^='modal_']) .fancybox__content {
	border-radius: clamp(20px, 3vw, 32px);
}


