/* CEO 인사말 페이지 전용 레이아웃 */
.ceo-page {
  overflow-x: hidden;
}

.ceo-page .page-wrap {
  padding-bottom: 54px;
}

.ceo-page .page-head {
  z-index: 3;
}

.ceo-greeting-layout {
  position: relative;
  max-width: none;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
}

.ceo-greeting-layout .message {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding-bottom: 20px;
}

.ceo-greeting-layout .greeting-hero {
  width: 64%;
}

.ceo-greeting-layout .message-body {
  width: 52%;
}

.ceo-greeting-layout .greeting-hero {
  margin-bottom: 26px;
  padding-top: 2px;
  padding-bottom: 28px;
  border-bottom: 0;
}

.ceo-greeting-layout .greeting-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--primary, #2ab7b1);
}

.ceo-greeting-layout .message .welcome {
  margin-top: 0;
  color: var(--navy, #102437);
  font-size: clamp(20px, 1.4vw, 24px);
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: -.035em;
  word-break: keep-all;
  white-space: nowrap;
}

.ceo-greeting-layout .message-body > p {
  margin-bottom: 22px;
  color: #1f3344;
  font-size: 16px;
  line-height: 2;
  text-indent: 0;
}

.ceo-greeting-layout .message .greeting-hero h2 {
  font-size: 40px;
}

.ceo-office-visual {
  position: absolute;
  z-index: 0;
  top: -232px;
  right: 0;
  bottom: 0;
  width: 64%;
  overflow: hidden;
  background: #fff;
  clip-path: inset(183px 0 0 0);
}

.ceo-office-visual img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  object-fit: contain;
  object-position: 100% 0;
  filter: none;
  transform: none;
}

.ceo-office-visual::before {
  content: none;
}

.ceo-office-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, #fff 0, rgba(255,255,255,.86) 22%, rgba(255,255,255,.42) 58%, rgba(255,255,255,0) 100%) 0 183px / 100% 108px no-repeat,
    linear-gradient(90deg, #fff 0, rgba(255,255,255,.74) 2.5%, rgba(255,255,255,0) 8%),
    linear-gradient(270deg, #fff 0, rgba(255,255,255,.82) 3%, rgba(255,255,255,.46) 8%, rgba(255,255,255,.14) 13%, rgba(255,255,255,0) 18%),
    linear-gradient(0deg, #fff 0, rgba(255,255,255,.34) 1.5%, rgba(255,255,255,0) 5%);
}

.ceo-greeting-layout .ceo-signoff {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 34px;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
}

.ceo-greeting-layout .signature-crop {
  background: transparent;
}

@media (max-width: 1000px) {
  .ceo-page .page-wrap {
    padding-bottom: 80px;
  }

  .ceo-greeting-layout {
    display: flex;
    min-height: 0;
    overflow: visible;
    flex-direction: column;
  }

  .ceo-greeting-layout .message {
    min-height: 0;
    padding-bottom: 0;
  }

  .ceo-greeting-layout .greeting-hero,
  .ceo-greeting-layout .message-body {
    width: 100%;
  }

  .ceo-greeting-layout .message .welcome {
    white-space: normal;
  }

  .ceo-greeting-layout .ceo-signoff {
    position: static;
    width: 100%;
    margin-top: 30px;
    padding: 12px 0 0;
    background: none;
  }

  .ceo-office-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: clamp(360px, 62vw, 540px);
    margin-top: 34px;
    clip-path: none;
  }

  .ceo-office-visual img {
    width: 100%;
    margin-left: 0;
    object-fit: contain;
    object-position: 50% 50%;
  }

  .ceo-office-visual::before {
    inset: 0 0 auto;
    width: 100%;
    height: 28%;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.72) 36%, rgba(255,255,255,0) 100%);
  }

  .ceo-office-visual::after {
    content: none;
  }
}

@media (max-width: 560px) {
  .ceo-greeting-layout .greeting-hero {
    margin-bottom: 34px;
  }

  .ceo-greeting-layout .message-body > p {
    font-size: 15px;
    line-height: 1.82;
  }

  .ceo-office-visual {
    height: 410px;
    margin-top: 24px;
  }
}
