@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0;}
.error_wrap { position:relative; margin:0 auto; margin-top:80px; padding:0; width:100%; max-width:750px; height:275px; border:3px solid #efefef; border-left:0; border-right:0; text-align:center; }
.error_wrap .error_content {margin:0 auto 0; min-height:200px; vertical-align:middle; text-align:center; font-family:Malgun Gothic, Dotum, Arial, Tahoma, sans-serif;}
.error_wrap .e400 {width:100%; max-width:750px;}
.error_wrap .error_content div {text-align:left; margin:auto; height:180px; vertical-align:middle; padding:35px 0;  background:url(../images/nfsi/bg_error.gif) no-repeat left 35px;  }
.error_wrap .error_content h2 { font-size:32px; color:#37474f; margin-top:20px; margin-left:240px; margin-bottom:15px; letter-spacing:-1px}
.error_wrap .error_content p {font-size:15px; color:#666; font-weight:normal; line-height:18px; margin-left:240px; margin-bottom:30px;}
.error_wrap .error_content a {background:#1B818C; color:#fff; font-size:13px; font-weight:normal; margin-left:240px; padding:6px 18px; text-decoration:none;}
.error_wrap .error_content a:hover {background:#666; text-decoration:underline;}