@font-face {
  font-family: 'Basier Circle Regular';
  src: local('Basier Circle Regular'), url('/font/Basier Circle Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Circle Medium';
  src: local('Basier Circle Medium'), url('/font/Basier Circle Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Circle Bold';
  src: local('Basier Circle Bold'), url('/font/Basier Circle Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
html,
body {
  height: 100%;
}
.not-found {
  background: #ffffff;
}
.not-found img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
}
.not-found .main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 80px);
  justify-content: center;
  align-items: center;
  display: flex;
}
.not-found .main .con-404-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.not-found .main .con-404-content .img {
  width: calc(100vw - 110px);
  height: 100%;
  aspect-ratio: 1070 / 525;
  max-width: 1000px;
}
.not-found .main .con-404-content .title {
  margin-top: 10px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 24px;
  color: #161B42;
  line-height: 32px;
  text-align: center;
}
.not-found .main .con-404-content .desc {
  font-size: 14px;
  color: #8990a3;
  line-height: 24px;
  padding: 0 20px;
  margin-top: 25px;
  text-align: center;
}
