/* CEO page overrides */

/* Use a clean Korean-first sans-serif stack for this page. */
body {
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
}

/* Scope all visual changes to the CEO section. */
#CEO {
  background-color: #ffffff;
}

#CEO .ceo-intro {
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.2px;
  color: #111827;
  margin-bottom: 24px;
}

#CEO .ceotopmost {
  margin-top: 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #111827;
}

#CEO .ceo-texttop {
  font-style: normal;
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 12px;
}

#CEO .ceo-text {
  font-size: 18px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 14px;
}

#CEO .ceo-text-bot {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  font-style: normal;
}

#CEO .life-quote {
  padding-left: 14px;
  margin-top: 16px;
  border: 0;
  border-left: 3px solid #e5e7eb;
}

#CEO .ceo-author {
  font-style: normal;
  font-size: 14px;
  color: #6b7280;
}

#CEO .profilepic {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 8px 0 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

#CEO .ceodiv {
  border: none;
  padding-top: 12px;
}

@media (max-width: 1000px) {
  #CEO .profilepic {
    width: 120px;
    height: 120px;
  }
  #CEO .ceotopmost {
    font-size: 22px;
  }
  #CEO .ceo-text {
    font-size: 16px;
  }
}



