@charset "utf-8";

/* 에러화면 */
.error_wrap {width:100%;margin-top:-10%}
.error_wrap2 {position:relative;margin:21% auto}
.error_container{width:500px;min-height:300px;margin:0 auto;border-bottom:4px solid #e1e3e7;background:url(../../Common/Image/Error/bg_error_title.gif) repeat-x 0 0;text-align:center;padding-bottom:10px}
.error_title{background:url(../../Common/Image/Error/icon_error.png) no-repeat 60px 50%;height:110px;padding-left:176px}
.error_title p{font-size:16px;font-weight:700;line-height:1.6;color:#36c;padding:30px 10px 0 0;text-align:left}
.error_title span{font-size:13px;font-weight:700;line-height:1.8;color:#444;padding-right:5px}
.error_text{margin:30px 40px;text-align:center;color:#666;line-height:16px;font-size:12px}
.error_container button{margin-top:30px;margin:0 auto;text-align:center;font-family:'Malgun Gothic', '맑은 고딕';font-size:12px;color:#444;Background:url(../../Common/Image/Cabinet/sheetBtnBg.gif) repeat-x 0 100%;border:1px solid #b3bac0;border-radius:3px;height:22px;cursor:pointer}

.error_container2{width:600px;min-height:250px;margin:0 auto;border-bottom:4px solid #e1e3e7;background:url(../../Common/Image/Error/bg_error_title2.gif) repeat-x 0 0;overflow:hidden;padding-bottom:20px}
.errorPic{ width:250px;height:150px;background:url(../../Common/Image/Error/icon_error2.png) no-repeat 50% 40%;float:left;margin-top:50px}
.errorText{ float:right;width:350px;margin-bottom:20px }
.errorText p{font-size:16px;font-weight:700;line-height:1.6;color:#36c;padding:60px 10px 10px 0}
