/* 후기이벤트 신청 페이지 */
.revevt-page{
	max-width:560px;
	margin:30px auto;
	padding:0 16px;
	font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Pretendard','맑은 고딕','Segoe UI',sans-serif;
	color:#1a1a1a;
	-webkit-font-smoothing:antialiased;
}
.revevt-page *{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
.revevt-card{
	background:#fff;
	border:1px solid #ececec;
	border-radius:16px;
	padding:32px 26px 28px;
	box-shadow:0 6px 20px rgba(0,0,0,.04);
}
.revevt-step{
	display:inline-block;
	font-size:12px;
	font-weight:700;
	color:#2b7dff;
	background:#eaf2ff;
	padding:5px 12px;
	border-radius:100px;
	letter-spacing:.5px;
	margin-bottom:14px;
}
.revevt-title{
	font-size:26px;
	font-weight:800;
	line-height:1.35;
	margin:0 0 10px;
	letter-spacing:-0.5px;
	color:#111;
}
.revevt-sub{
	font-size:15px;
	line-height:1.65;
	color:#666;
	margin:0 0 24px;
}
.revevt-me{
	background:#f7f8fa;
	padding:14px 16px;
	border-radius:10px;
	margin-bottom:22px;
	font-size:14px;
	border:1px solid #eee;
}
.revevt-me b{color:#111;font-weight:700;}
.revevt-me span{color:#888;margin-left:8px;font-size:13px;}
.revevt-field{margin-bottom:18px;}
.revevt-field label{
	display:block;
	font-size:13px;
	font-weight:700;
	color:#333;
	margin-bottom:8px;
}
.revevt-field input,
.revevt-field select{
	width:100%;
	height:52px;
	border:1.5px solid #dcdde1;
	border-radius:10px;
	padding:0 14px;
	font-size:16px;
	background:#fff;
	color:#1a1a1a;
	outline:none;
	transition:border-color .15s,box-shadow .15s;
	font-family:inherit;
	-webkit-appearance:none;
	appearance:none;
}
.revevt-field select{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23666' d='M6 8L0 0h12z'/></svg>");
	background-repeat:no-repeat;
	background-position:right 14px center;
	padding-right:40px;
}
.revevt-field input:focus,
.revevt-field select:focus{
	border-color:#2b7dff;
	box-shadow:0 0 0 3px rgba(43,125,255,.12);
}
.revevt-hint{
	font-size:12px;
	color:#999;
	margin-top:6px;
}
.revevt-err{
	background:#fff4f4;
	color:#d63333;
	border:1px solid #ffd0d0;
	border-radius:8px;
	padding:11px 14px;
	font-size:13px;
	line-height:1.5;
	margin:14px 0 6px;
}
.revevt-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	width:100%;
	height:56px;
	margin-top:8px;
	background:#2b7dff;
	color:#fff;
	border:none;
	border-radius:10px;
	font-size:17px;
	font-weight:800;
	letter-spacing:-0.2px;
	cursor:pointer;
	transition:background .15s,transform .08s;
	text-decoration:none;
	font-family:inherit;
}
.revevt-btn:hover{background:#1766e6;color:#fff;}
.revevt-btn:active{transform:translateY(1px);}
.revevt-btn span{font-size:18px;font-weight:900;}
.revevt-btn-ghost{
	background:#f2f3f5;
	color:#444;
}
.revevt-btn-ghost:hover{background:#e6e7ea;color:#333;}
.revevt-notice{
	margin-top:24px;
	padding-top:22px;
	border-top:1px solid #f0f0f0;
}
.revevt-notice-title{font-size:13px;font-weight:700;color:#555;margin-bottom:8px;}
.revevt-notice ul{margin:0;padding:0 0 0 18px;font-size:13px;color:#888;line-height:1.8;}

.revevt-done{text-align:center;padding:48px 26px 36px;}
.revevt-check{margin-bottom:22px;}
.revevt-done .revevt-title{font-size:22px;}
.revevt-done .revevt-sub{margin-bottom:28px;}

@media (max-width:480px){
	.revevt-page{margin:16px auto;}
	.revevt-card{padding:26px 20px 22px;border-radius:12px;}
	.revevt-title{font-size:22px;}
}
