﻿.body {
  font-family: sans-serif;
}
.header-container {
  width: 100%;
}
.btn_type_1 {
  display: inline-block;
  width: 268px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  user-select: none;
  text-align: center;
  background-color: #e7e7e7;
  color: #565656;
}
@media (max-width: 768px) {
  .btn_type_1 {
    width: 180px;
  }
}
.btn_type_1:hover {
  background-color: #5aa7fb;
  color: #fff;
}
.btn_type_1:active {
  background-color: #446688;
  color: #9fafbe;
}
.btn_type_1 .btn_type_1_txt_wrapper .btn_type_1_txt {
  font-size: 18px;
}
@media (max-width: 768px) {
  .btn_type_1 .btn_type_1_txt_wrapper .btn_type_1_txt {
    font-size: 14px;
  }
}
.btn_type_1 .btn_type_1_txt_wrapper .btn_type_1 .ic_arr {
  position: absolute;
  line-height: 46px;
  display: inline-block;
  width: 10px;
  height: 18px;
  left: 13px;
  fill: #666666;
}
@media (max-width: 768px) {
  .btn_type_1 .btn_type_1_txt_wrapper .btn_type_1 .ic_arr {
    width: 10px;
    height: 14px;
  }
}
.error_page_content_wrapper {
  height: 50vh;
  text-align: center;
}
@media (max-width: 768px) {
  .error_page_content_wrapper {
    height: 30vh;
  }
}
.btn_type_1 .btn_type_1_txt_wrapper {
  position: relative;
}
.error_txt {
  font-size: 36px;
  line-height: 0.8;
  font-weight: 600;
  text-align: center;
  color: #cc3333;
}
@media (max-width: 768px) {
  .error_txt {
    font-size: 20px;
  }
}
.error_page_content {
  margin: 280px 0;
}
@media (max-width: 768px) {
  .error_page_content {
    margin: 100px 0;
  }
}
.icon_err {
  background-image: url(../Resources/ic_err.svg);
}
#icon_error {
  width: 40px;
}