/* temp */
#wrap.error_page {
  /* position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0; */
  text-align: center;
  /* padding-top: 140px; */ }
#wrap #container {
  padding: 210px 0 40px;
  min-height: auto; }
#wrap .dvBorderBox {
  display: inline-block; }
#wrap .dvErr-txt01 {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px; }
#wrap .dvErr-txt01:before {
  display: block;
  font-size: 100px;
  font-weight: 700;
  color: #4cc3c4;
  line-height: 1; }
#wrap .dvErr-txt02 {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700; }
#wrap .dvErr-txt03 {
  font-size: 12px;
  color: #777;
  margin-top: 10px; }
#wrap .dvErr-copy {
  font-size: 11px;
  color: #a6a6a6; }
#wrap .dvBtn-err {
  display: inline-block;
  width: 250px;
  height: 50px;
  margin: 20px 0; }
#wrap .dvBtn-err .btn {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #fd922c url("../img/i_arrow_left_w.png") no-repeat 30px center;
  text-indent: 20px;
  padding: 16px 0;
  text-decoration: none; }
#wrap.error_page_403 {
  background: #fff url("../img/error/error_403.png") no-repeat center 170px; }
#wrap.error_page_403 .dvErr-txt01:before {
  content: "403"; }
#wrap.error_page_404 {
  background: #fff url("../img/error/error_404.png") no-repeat center 170px; }
#wrap.error_page_404 .dvErr-txt01:before {
  content: "404"; }
#wrap.error_page_500 {
  background: #fff url("../img/error/error_500.png") no-repeat center 170px; }
#wrap.error_page_500 .dvErr-txt01:before {
  content: "500"; }

/*# sourceMappingURL=error.css.map */
