@charset "UTF-8";
/* CSS 6-file standardization: global tokens and base */

/* Global font, tokens and base */
@font-face {
  font-family: Pretendard;
  src: url("../fonts/PretendardVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* ===== base.css: global tokens and base ===== */


html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

























/* ===== design-system.css: global tokens and base ===== */
html {
  font-family: var(--font-sans);
}

body * {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-sans);
}



.brand-promise,
.customer-reviews,
.callback-section,
.brand-experts,
.section--consult-guide,
.story-interactive-section {
  padding-block: 80px; /* 최신 트렌드에 맞는 촘촘한 프리미엄 상하 패딩 */
}

.callback-section .section-head h2,
.finder-title-ref,
.faq-consult__info h2,
.callback-info__title {
  color: var(--color-ink);
  font-size: var(--type-section-title-size); /* 대제목 크기 일관성 보장 */
  font-weight: var(--font-heavy); /* 굵기 일관성 */
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.callback-section .section-head p,
.finder-desc-ref,
.faq-consult__info p,
.callback-info__desc {
  color: var(--color-muted);
  font-size: var(--type-section-description-size);
  font-weight: var(--font-medium);
  line-height: var(--type-body-line-height);
  margin-top: 16px;
}





.button,
.callback-submit-btn,
.service-ref-card__btn,
.mobile-cta-item {
  font-weight: var(--font-bold);
}

.button,
.callback-submit-btn {
  border-radius: var(--radius-sm);
}





























































































/* Full-width customer consultation CTA */




































@media (max-width: 1080px) {
  :root {
    --type-section-title-size: clamp(1.78rem, 3.6vw, 2.2rem);
  }

  .brand-promise,
  .customer-reviews,
  .callback-section {
    padding-block: 68px;
  }














}

@media (max-width: 768px) {
  :root {
    --page-gutter: 18px;
    --type-section-title-size: 1.78rem;
  }

  .site-main {
    padding-top: 68px;
  }

  .brand-promise,
  .customer-reviews,
  .callback-section {
    padding-block: 44px; /* 모바일 일괄 44px 패딩 */
  }

  .hero,
  .hero.swiper {
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
  }



  .hero h1,
  .hero h2 {
    font-size: 2.2rem;
    line-height: 1.22;
  }



  .callback-section .section-head h2,
  .finder-title-ref,
  .faq-consult__info h2,
  .callback-info__title {
    font-size: 1.78rem;
    line-height: 1.28;
  }

  .callback-section .section-head p,
  .finder-desc-ref,
  .faq-consult__info p,
  .callback-info__desc {
    font-size: 0.95rem;
    line-height: 1.64;
  }




























































}

/* =================================================================
   신규: 섹션 대제목 및 카드 컴포넌트 소제목 통합 통일 스타일 규격
   ================================================================= */
/* 1. 섹션 대제목 (H2) 스타일의 크기 및 굵기 일관성 보증 */
#service-process h2,
#brand-experts h2,
#customer-reviews h2,
#finder-title,
.finder-title-ref,
.faq-consult__info h2 {
  font-size: var(--type-section-title-size);
  font-weight: var(--font-heavy);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-ink);
}

/* 2. 카드 컴포넌트 소제목 (H3) 스타일의 크기 및 굵기 일관성 보증 */

/* ===== common.css (global): global tokens and base ===== */
/* =========================================================
   1. LNC CLEAN - COMMON & INCLUDES (common.css)
   ========================================================= */

:root {
  --color-bg: #ffffff;
  --color-panel: #f3f7f5; /* 옅은 딥그린톤 패널 배경 */
  --color-white: #ffffff;
  --color-ink: #181818; /* 어두운 테마 지정 컬러 */
  --color-muted: #55605a; /* 딥그린 테마에 어울리는 뮤트 그레이 */
  --color-soft: #a8b5af;
  --color-line: #e2e9e5;
  --color-primary: #00316a; /* LNC 메인 블루 */
  --color-primary-dark: #062b55; /* LNC 딥 블루 */
  --color-primary-deep: #041f3e; /* LNC 네이비 */
  --color-primary-soft: #eaf2fa; /* LNC 연한 블루 배경 */
  --color-green: #3fb131; /* 포인트 클린 그린 */
  --color-green-dark: #2e8c23; /* 어두운 그린 */
  --color-green-soft: #f0f9ef; /* 연한 그린 배경 */
  --color-blue-soft: #eaf1fb;
  --color-warm-line: #cbd5d0;
  --color-accent: #3fb131; /* 세컨더리 포인트 그린 */
  --shadow-soft: 0 18px 44px rgba(9, 36, 57, 0.10);
  --shadow-card: 0 12px 30px rgba(8, 34, 62, 0.08);
  --shadow-lift: 0 18px 42px rgba(8, 34, 62, 0.12);
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-card: 12px;
  --radius-panel: 20px;
  --radius-pill: 999px;
  --container: 1560px;
  --container-width: 92%;
  --page-gutter: 24px;
  --content-section-padding-top: 64px;
  --content-section-padding-bottom: 112px;
  --header-height: 76px;
  --font-sans: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 650;
  --font-bold: 750;
  --font-heavy: 850;
  --type-hero-title-size: 3.6rem;
  --type-section-title-size: clamp(2.2rem, 3.6vw, 2.75rem);
  --type-section-description-size: 1.08rem;
  --type-card-description-size: 0.9rem;
  --type-button-size: 1rem;
  --type-caption-size: 0.84rem;
  --type-heading-line-height: 1.25;
  --type-body-line-height: 1.7;
  --type-hero: var(--type-hero-title-size);
  --type-section-title: var(--type-section-title-size);
  --type-subtitle: 1.5rem;
  --type-card-title: 1.12rem;
  --type-body: 1rem;
  --type-small: var(--type-card-description-size);
  --ease: 180ms ease;
  --point-blue: var(--color-primary);
  --point-green: var(--color-green);
  --ink: #1e293b;
  --muted: #64748b;
  --footer: #1e293b;
  --container-max: var(--container);
  --motion-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --color-border: var(--color-line);
  --color-text-body: var(--color-muted);
  --color-text-dark: var(--color-ink);
  --color-text-muted: var(--color-muted);
  --color-bg-light: var(--color-panel);
  --cb-green: var(--color-green);
  --ds-muted: var(--color-muted);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-nav-open {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100001;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transform: translateY(calc(-100% - 24px));
  transition: transform 180ms ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

body,
h1,
h2,
h3,
h4,
p,
span,
a,
small,
strong {
  word-break: keep-all;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  text-wrap: balance;
}



button,
select,
input,
textarea {
  font: inherit;
}



:focus-visible {
  outline: 3px solid rgba(5, 117, 77, 0.34);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br.pc_br, .pc_br {
  display: inline ;
}

br.mo_br, .mo_br {
  display: none ;
}

@media (max-width: 768px) {
  br.pc_br, .pc_br {
    display: none ;
  }
  br.mo_br, .mo_br {
    display: inline ;
  }
}

.site-wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: clip;
  overflow-x: hidden;
  background: var(--color-bg);
}

.container {
  width: var(--container-width);
  max-width: var(--container);
  margin-inline: auto;
}

.site-main {
  flex: 1 0 auto;
  width: 100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 0 ;
  margin-bottom: 0 ;
}

/* pages 공통 본문 규격: 섹션은 배경/세로 여백, container는 가로폭을 담당한다. */
.site-main > :where(
  .board-section,
  .company-section,
  .service-overview,
  .service-targets,
  .service-features,
  .service-steps
) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--content-section-padding-top) 0 var(--content-section-padding-bottom);
}

@media (max-width: 768px) {
  :root {
    --content-section-padding-top: 46px;
    --content-section-padding-bottom: 80px;
  }
}

:where([id]) {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.section {
  width: 100%;
  padding: clamp(60px, 8vw, 110px) 0;
  box-sizing: border-box;
  position: relative;
}

.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-head h2 {
  color: var(--color-ink);
  font-size: inherit; /* design-system.css에서 표준 일괄 상속 */
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -0.02em;
}

.section-head p {
  color: var(--color-muted);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: 16px;
}

/* Shared content containers and layout utilities */
.wrap,
.contents,
.inner,
.site-container,
.main-container {
  max-width: var(--container-max, 1560px) ;
  width: var(--container-width, 92%) ;
  margin-left: auto ;
  margin-right: auto ;
  box-sizing: border-box ;
  position: relative ;
}

.section.soft,
.section--soft {
  background: var(--color-bg-soft, #f4f7f9);
}

.section.dark,
.section--dark {
  background: var(--color-bg-dark, #0d1a27);
  color: #ffffff;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
}

@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > * {
    min-width: 0;
  }
}

/* Shared keyframe definitions used by main, subpage and board UI */
@keyframes live-pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes marqueeTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes galleryHorizontalTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes expertsMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes blob-bounce {
  0%, 100% {
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  }
  50% {
    border-radius: 55% 45% 48% 52% / 48% 52% 48% 52%;
  }
}

@keyframes brandTickerLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
