.construction-page {
  min-height: 100%;
  background-color: #fefefe;
  letter-spacing: 0;
}

.construction-page .footer .f_logo {
  background-image: url("../images/QuroERP_v2.png");
  background-size: auto 28px;
}

.construction-main {
  padding-top: 90px;
  background-color: #f3f8f7;
  overflow: hidden;
}

.construction-hero {
  min-height: 680px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #dce7e5;
  position: relative;
}

.construction-hero::before {
  content: "";
  width: 8px;
  height: 148px;
  background-color: #049991;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.construction-hero .inner {
  display: flex;
  align-items: center;
}

.construction-copy {
  width: 100%;
  max-width: 980px;
  padding: 88px 0 96px;
}

.construction-brand {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 64px;
}

.construction-brand-name {
  color: #049991;
  font-size: 1.375rem;
  font-weight: 700;
}

.construction-brand-tagline {
  color: #5d6c69;
  font-size: 1rem;
  font-weight: 500;
}

.construction-status {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #52615f;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.construction-status::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background-color: #9ab2ad;
}

.construction-status-index {
  color: #049991;
  font-variant-numeric: tabular-nums;
}

.construction-copy h1 {
  margin-top: 22px;
  color: #123d38;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.08;
}

.construction-title-ko {
  margin-top: 18px;
  color: #242424;
  font-size: 1.875rem;
  font-weight: 600;
}

.construction-description {
  margin-top: 24px;
  color: #52615f;
  font-size: 1.125rem;
  line-height: 1.8;
}

.requested-page {
  margin-top: 22px;
  color: #52615f;
  font-size: 0.9375rem;
}

.requested-page strong {
  color: #123d38;
  font-weight: 600;
}

.construction-home-button {
  width: 220px;
  min-height: 58px;
  margin-top: 38px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #049991;
  border: 2px solid #049991;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.2s, border-color 0.2s;
}

.construction-home-button:hover,
.construction-home-button:focus-visible {
  background-color: #027973;
  border-color: #027973;
}

.construction-home-button:focus-visible {
  outline: 3px solid #87d8d2;
  outline-offset: 3px;
}

.construction-home-button .ic-enter {
  background-image: url("../images/ic-enter_en.png");
}

.construction-slogan {
  margin-top: 52px;
  padding-top: 20px;
  border-top: 1px solid #bed0cd;
  color: #334a47;
  font-size: 0.9375rem;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .construction-page .gnb {
    width: 75%;
    max-width: 1020px;
  }

  .construction-page .gnb-item,
  .construction-page .gnb-link {
    width: 170px;
    flex-shrink: 0;
  }

  .construction-page .gnb-item-link {
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .construction-hero {
    min-height: 620px;
  }

  .construction-copy {
    max-width: 780px;
    padding: 72px 0 80px;
  }

  .construction-brand {
    margin-bottom: 52px;
  }

  .construction-copy h1 {
    font-size: 3.75rem;
  }
}

@media (max-width: 767px) {
  .construction-hero::before {
    width: 5px;
    height: 108px;
  }

  .construction-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 42px;
  }

  .construction-copy h1 {
    font-size: 3rem;
  }

  .construction-title-ko {
    font-size: 1.5rem;
  }

  .construction-description {
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .construction-main {
    padding-top: 52px;
  }

  .construction-hero {
    min-height: 570px;
  }

  .construction-copy {
    padding: 56px 0 64px;
  }

  .construction-brand {
    margin-bottom: 36px;
  }

  .construction-brand-name {
    font-size: 1.125rem;
  }

  .construction-brand-tagline {
    font-size: 0.8125rem;
  }

  .construction-status {
    gap: 9px;
    font-size: 0.75rem;
  }

  .construction-status::after {
    width: 34px;
  }

  .construction-copy h1 {
    margin-top: 16px;
    font-size: 2.625rem;
  }

  .construction-title-ko {
    margin-top: 12px;
    font-size: 1.25rem;
  }

  .construction-description {
    margin-top: 20px;
    line-height: 1.7;
  }

  .construction-description br {
    display: none;
  }

  .construction-home-button {
    width: 100%;
    margin-top: 32px;
  }

  .construction-slogan {
    margin-top: 40px;
  }
}
