@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap";:root{--color-bg: #ffffff;--color-bg-subtle: #fafafa;--color-text-main: #111111;--color-text-body: #444444;--color-text-muted: #888888;--color-accent: #ff6b35;--color-border: #eeeeee;--font-main: "Inter", "Noto Sans KR", sans-serif;--container-width: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;letter-spacing:-.04em;line-height:1.1}a{text-decoration:none;color:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 40px}.btn-nav{display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;letter-spacing:.03em;padding:10px 24px;
min-width:90px;border-radius:4px;transition:all .3s ease;border:1px solid #111111;background:#111;color:#fff!important;cursor:pointer;text-decoration:none!important}.btn-nav:hover{background:transparent;color:#111!important;transform:translateY(-2px)}.narrative-header{padding:160px 0 100px;text-align:center}.narrative-label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.3em;color:var(--color-text-muted);margin-bottom:24px;text-transform:uppercase}.narrative-title{font-size:4rem;margin-bottom:30px;word-break:keep-all}.narrative-desc{font-size:1.25rem;color:var(--color-text-body);max-width:800px;margin:0 auto;font-weight:300;line-height:1.8}@media(max-width:768px){.narrative-title{font-size:2.5rem}}.leadership-rows{border-top:1px solid var(--color-border)}.member-row{padding:120px 0;display:flex;align-items:center;position:relative;overflow:hidden}.row-container{display:flex;align-items:center;gap:100px}.member-row.row-reverse .row-container{flex-direction:row-reverse}.member-visual{flex:1;max-width:480px}.profile-img-container{width:100%;aspect-ratio:.85;background:#f0f0f0;overflow:hidden;border-radius:4px}.profile-img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.member-row:hover .profile-img{transform:scale(1.05)}.member-detail{flex:1.2}.member-header{margin-bottom:40px}.member-title-tag{display:block;font-size:.9rem;font-weight:700;text-transform:uppercase;color:#999;letter-spacing:.1em;margin-bottom:12px}.member-name{font-size:3rem;font-weight:800;color:var(--color-text-main);margin-bottom:10px}.eng-name{font-size:.45em;font-weight:400;color:var(--color-text-muted);margin-left:15px;vertical-align:middle}.member-philosophy-section{margin-bottom:40px}.member-motto{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:20px;line-height:1.4;word-break:keep-all}.member-bio-text{font-size:1.1rem;line-height:1.8;color:var(--color-text-body);font-weight:300;max-width:600px}.member-expertise-grid{display:flex;gap:50px;margin-bottom:50px;padding:30px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.expertise-item{display:flex;flex-direction:column}.exp-label{font-size:.75rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.exp-value{font-size:1.1rem;font-weight:700;color:#111}.portfolio-label{font-size:.75rem;font-weight:800;color:#999;letter-spacing:.15em;margin-bottom:20px}.portfolio-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 40px;list-style:none;padding:0;margin:0}.portfolio-item{font-size:.95rem;color:var(--color-text-body);position:relative;padding-left:15px;line-height:1.4}.portfolio-item:before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;background:var(--color-accent);border-radius:50%}.member-row.row-reverse .member-detail{text-align:right}.member-row.row-reverse .member-expertise-grid{justify-content:flex-end}.member-row.row-reverse .member-bio-text{margin-left:auto}.member-row.row-reverse .portfolio-list{justify-items:end}.member-row.row-reverse .portfolio-item{padding-left:0;padding-right:15px}.member-row.row-reverse .portfolio-item:before{left:auto;right:0}.closing-narrative{padding:160px 0;background-color:#fafafa}.closing-box{text-align:center;max-width:800px;margin:0 auto}.closing-title{font-size:2.5rem;margin-bottom:20px}.closing-desc{font-size:1.2rem;color:var(--color-text-body);font-weight:300}.closing-action{margin-top:50px}.simple-footer{padding:80px 0;border-top:1px solid var(--color-border);text-align:center;color:#999;font-size:.85rem;letter-spacing:.05em}.footer-container{display:flex;flex-direction:column;align-items:center;gap:20px}.footer-logo{height:35px;opacity:.45}@media(max-width:1100px){.row-container{gap:60px}.member-name{font-size:2.5rem}}@media(max-width:900px){.row-container,.member-row.row-reverse .row-container{flex-direction:column;text-align:center}.member-visual{max-width:320px;margin-bottom:40px}.member-expertise-grid,.member-row.row-reverse .member-expertise-grid{justify-content:center;gap:40px}.portfolio-list,.member-row.row-reverse .portfolio-list{grid-template-columns:1fr;justify-items:center}.member-row.row-reverse .portfolio-item{padding-left:15px;padding-right:0;text-align:center}.member-row.row-reverse .portfolio-item:before{left:0;right:auto}.member-bio-text{margin:0 auto}}@media(max-width:600px){.member-row{padding:80px 0}.member-name{font-size:2rem}.member-motto{font-size:1.3rem}}.site-header{padding:20px 0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.05)}.header-container{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 20px;flex-wrap:nowrap}.header-logo{height:40px;display:block}.app-wrapper{min-height:100vh;display:flex;flex-direction:column}main{flex:1}

/* 모바일 화면 강제 교정 코드 (로고 확대/헤더 추가 축소 버전) */
@media screen and (max-width: 768px) {
  /* 헤더 컨테이너: 세로 사이즈를 60px에서 55px로 더 줄였습니다 */
  header.site-header .header-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 16px !important;
    height: 30px !important; /* 더욱 슬림해진 헤더 높이 */
    flex-wrap: nowrap !important;
  }

  /* 로고: 높이를 34px에서 38px로 키워 가독성을 높였습니다 */
  .header-logo {
    height: 38px !important; /* 로고를 더 크게 설정 */
    width: auto !important;
    display: block !important;
    flex-shrink: 0 !important;
    margin-left: 20px !important; /* 우측 이동 간격 유지 */
  }

  /* 메인으로 버튼: 슬림해진 헤더 높이에 맞춰 버튼 높이도 미세 조정 */
  .btn-nav {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important; /* 버튼 텍스트 크기를 살짝 조절 */
    font-weight: 700 !important;
    padding: 0 12px !important;
    min-width: 80px !important;
    height: 32px !important; /* 헤더가 낮아져서 버튼 높이도 34->32로 조정 */
    line-height: 1 !important;
    white-space: nowrap !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
  }
}

/* [1. 하단 버튼] PC 버전 스타일 */
.closing-action .btn-nav {
  font-size: 1.2rem !important;
  padding: 18px 45px !important;
  min-width: 220px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  background: #111 !important;
  color: #fff !important;
}

/* PC 호버 상태 (데스크탑 전용 피드백) */
.closing-action .btn-nav:hover {
  background: #333 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* [2. 모바일 통합 교정] 상단/하단 모든 버튼 클릭 상태 고정 */
@media screen and (max-width: 768px) {
  /* 하단 협업 문의하기 버튼 크기 설정 */
  .closing-action .btn-nav {
    font-size: 1.1rem !important;
    padding: 22px 35px !important;
    min-width: 180px !important;
    width: auto !important;
  }

  /* --- 모든 버튼(.btn-nav) 터치 시 색상 변함 방지 --- */
  .btn-nav,
  .btn-nav:hover,
  .btn-nav:active,
  .btn-nav:focus {
    background: #111 !important;    /* 검정 배경 강제 유지 */
    color: #fff !important;         /* 흰색 글자 강제 유지 */
    transform: none !important;     /* 들썩임 방지 */
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent; /* 터치 시 파란색 잔상 제거 */
  }
}