@charset "utf-8";

/*=================================================================================
* 메세지박스 - 로딩 및 에러페이지
=================================================================================*/

.message_loading .tit1 {line-height:1.1; margin-bottom:10px; color:#333; font-weight:bold; font-size:18px;}
.message_loading .txt {color:#666;}


/* container */
.error_container{position:absolute; top:0; left:0; right:0; bottom:0;  background:#f2f2f2;}

/* sf_error */
.sf_error{position:absolute; top:50%; left:50%; width:600px; height:440px; margin-left:-300px; margin-top:-220px; background:#fff; z-index:1;}
.sf_error .err_inner{position:relative; padding:0 50px; box-sizing:border-box;}

.sf_error .err_logo{position:absolute; top:-82px; left:0;}
.sf_error .err_logo strong{display:block; width:281px; height:61px; background:url('../../lib/images/usr/common/logo.png') no-repeat 50% 50%}

.sf_error .err_focus{padding:45px 0 0; margin-bottom:40px;}
.sf_error .err_num{text-align:center;}
.sf_error .err_num i{font-size:50px; color:#1c84b4; margin-bottom:5px;}
.sf_error .err_num .num_code{display:block; font-size:40px; line-height:120%; font-weight:normal; letter-spacing:-1px; color:#1c84b4;}

.sf_error .err_subject{display:block; text-align:center; color:#707070; font-size:22px; font-weight:300; letter-spacing:-1px; line-height:150%; margin-bottom:20px;}

.sf_error .err_detail{position:relative; height:110px; padding:25px; margin-bottom:20px; font-size:12px; line-height:160%; background:#f8f8f8; overflow-y:auto; box-sizing:border-box;}
.sf_error .err_detail p{color:#707070;}
.sf_error .err_detail a{color:#1c84b4;}
