@charset "UTF-8";
html,body{width: 100%; height: 100%;position: relative;}
.content_wrap{height: 100%; width: 100%; background: #f4f4f4; font-family:"Nanum Gothic",sans-serif; }
.error_wrap{
  padding-top: 12%; text-align: center;
  box-sizing: border-box;
}
.error_wrap p{font-size: 30px; font-weight: bold;line-height: 90px; color:#979797;}

.btn_prev_page{
  margin-right: 12px;
  width: 146px; height:40px; font-size: 18px;
  background: #9f9f9f; color:#ffffff;line-height: 40px;
}
.btn_main_page{
  width: 146px; height:40px; font-size: 18px;
  background: #6da1d6; color:#ffffff;line-height: 40px;
}
