@charset "utf-8";
/* common */
.section_title { font-size: var(--font-large-xl); font-weight: 700; line-height: 34px; } 

/** 이메일 찾기 완료 **/
.register_section .email_info_box { margin-top: 50px; } 
.register_section .email_info_box span { display: block; font-size: var(--font-regular); font-weight: 400; color: var(--color-gray); line-height: 20px; margin-bottom: 16px; } 
.register_section .email_info_box .email_box { width: 100%; font-size: var(--font-medium); font-weight: 700; line-height: 24px; padding: 20px; text-align: center; background: #EFF0F6; border-radius: 12px; overflow: hidden; } 
.register_section .email_info_box p { font-size: 15px; font-weight: 400; line-height: 24px; word-break: keep-all; margin-top: 16px; }