/* pop-email.css — 원본 sub/pop_email.html 인라인 style 블록을 그대로 외부화(R5 무수정 보존) */
html {overflow:auto;}
.pop_wrap {width:90vw; max-width:500px; border-radius:10px; background:#fff; overflow:hidden;}
.pop_wrap h2 {padding:15px 30px; color:#fff; font-size:24px; font-weight:500; line-height:1.3em; letter-spacing:-.04em; background:#c50000;}
.pop_wrap .content {padding:25px 30px; font-size:15px; font-weight:400; line-height:1.5em; letter-spacing:-.03em; color:#505050;}
@media (max-width: 640px) {
	.pop_wrap h2 {font-size:18px; padding:8px 15px;}
	.pop_wrap .content {padding:15px; font-size:13px;}
}
