body.page-contact {
  background: #ebebeb;
}

.contact-main {
  margin-top: 90px;
  min-height: calc(100vh - 90px - 86px);
  display: flex;
  flex-direction: column;
  background: #ebebeb;
}

.contact-banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  flex-shrink: 0;
}

.contact-banner > img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.contact-banner-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-banner-text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.contact-line {
  display: block;
  width: 120px;
  height: 4px;
  margin-top: 18px;
  background: #E10600;
}

.contact-body {
  flex: 1;
  padding: 60px 80px 80px;
  box-sizing: border-box;
}

.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.contact-address {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-addr-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-addr-item--no-icon {
  padding-left: 60px;
}

.contact-addr-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.contact-addr-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.contact-addr-text p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #666;
}

.contact-qrcodes {
  flex-shrink: 0;
  display: flex;
  gap: 40px;
}

.contact-qrcode img {
  display: block;
  width: 164px;
  height: 164px;
}

.contact-qrcode p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #1a1a1a;
}

.contact-footer {
  width: 100%;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: #05070B;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.contact-footer p {
  font-size: 12px;
  color: #666;
}
