@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700;900&display=swap');

/* 기본 리셋 */
#ctt{margin:0;padding:0;background:transparent}
#ctt header h1{position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con{padding:0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}

/* ================================================
   CEO 인사말 페이지
   ================================================ */
.ceo-page{
  max-width:1536px;
  margin:0 auto;
  padding:0;
  font-family:'Noto Sans KR','Malgun Gothic',sans-serif;
  color:#333;
}

/* ---- 상단 타이틀 ---- */
.ceo-header{
  text-align:center;
  padding:60px 0 50px;
}
.ceo-header .ceo-sub{
  font-size:16px;
  color:#2d86d9;
  font-weight:600;
  letter-spacing:.1em;
  margin-bottom:8px;
}
.ceo-header .ceo-h1{
  font-family:'Noto Serif KR',serif;
  font-size:42px;
  font-weight:900;
  color:#0f172a;
  letter-spacing:-.04em;
  margin:0 0 24px;
}
.ceo-header .ceo-slogan{
  font-size:20px;
  color:#475569;
  line-height:1.7;
  font-weight:500;
}
.ceo-header .ceo-slogan b{
  color:#0f172a;
  font-weight:800;
}

/* ---- 대표 인사 영역 (사진+텍스트) ---- */
.ceo-intro{
  background:#f3f5f7;
  overflow:hidden;
  margin:0;
  position:relative;
}
.ceo-intro-inner{
  display:flex;
  align-items:stretch;
  min-height:500px;
}

/* 왼쪽 텍스트 */
.ceo-intro-text{
  flex:1;
  padding:60px 60px 60px 80px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.ceo-intro-text .greeting{
  font-family:'Noto Serif KR',serif;
  font-size:22px;
  font-weight:700;
  color:#0f172a;
  line-height:1.75;
  letter-spacing:-.02em;
}
.ceo-intro-text .greeting strong{
  color:#2d86d9;
}

/* 오른쪽 이미지 */
.ceo-intro-photo{
  flex:0 0 500px;
  height:500px;
  position:relative;
  overflow:hidden;
  background:#e2e8f0;
}
.ceo-intro-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ceo-intro-photo .photo-placeholder{
  width:500px;
  height:500px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(160deg,#0b1f3a 0%,#0a254f 50%,#132f5e 100%);
  color:rgba(255,255,255,.5);
  font-size:16px;
  font-weight:600;
  gap:16px;
  overflow:hidden;
}
.ceo-intro-photo .photo-placeholder img{
  width:100%;
  height:100%;
  opacity:1;
  border-radius:0;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}
.ceo-intro-photo .photo-placeholder span{
  position:relative;
  z-index:1;
}

/* ---- 본문 ---- */
.ceo-body{
  max-width:1000px;
  margin:0 auto;
  padding:70px 40px 60px;
}
.ceo-body p{
  font-size:16px;
  line-height:2;
  color:#444;
  margin:0 0 28px;
  word-break:keep-all;
  text-align:justify;
}
.ceo-body b{
  color:#0f172a;
}

/* ---- 서명 ---- */
.ceo-sign{
  border-top:1px solid #e0e0e0;
  padding:40px 0 20px;
  margin-top:20px;
}
.ceo-sign-inner{
  display:flex;
  align-items:center;
  gap:28px;
}
.ceo-sign-logo{
  width:60px;
  height:60px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
  box-shadow:0 4px 16px rgba(0,0,0,.12);
}
.ceo-sign-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ceo-sign-info .sign-company{
  font-size:14px;
  color:#2d86d9;
  font-weight:700;
  margin-bottom:4px;
}
.ceo-sign-info .sign-title{
  display:flex;
  align-items:baseline;
  gap:100px;
  font-size:14px;
  color:#888;
  font-weight:500;
  margin-bottom:0;
}
.ceo-sign-info .sign-name{
  font-family:'Noto Serif KR',serif;
  font-size:32px;
  font-weight:900;
  color:#0f172a;
  letter-spacing:-.03em;
}

/* ---- 반응형 ---- */
@media(max-width:1024px){
  .ceo-intro-inner{flex-direction:column-reverse}
  .ceo-intro-photo{flex:none;height:400px}
  .ceo-intro-text{padding:50px 40px}
}
@media(max-width:768px){
  .ceo-header{padding:40px 20px 30px}
  .ceo-header .ceo-h1{font-size:30px}
  .ceo-header .ceo-slogan{font-size:16px}
  .ceo-intro-photo{height:300px}
  .ceo-intro-text{padding:40px 24px}
  .ceo-intro-text .greeting{font-size:18px}
  .ceo-body{padding:40px 24px 40px}
  .ceo-body p{font-size:15px}
  .ceo-sign-info .sign-name{font-size:26px}
}
