@charset "utf-8";

:root{
  --lightbg: rgba(0,0,0,.025);
}

/* =====================================================
   About > 소개
   ===================================================== */
.company-intro {
  padding: 0 0 50px;
  background-color: #fff;
}

.company-intro .inner {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.sub-title-center {
   text-align: center;
   font-size: 37px;
   font-weight: 700;
   color: var(--text-black);
   line-height: 1.3;
}

/* 왼쪽 */
.sub-title {
  flex: 0 0 600px;
}

.intro-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color:  var(--accent2);
  margin-bottom: 18px;
}

.intro-title {
  font-size: 37px;
  font-weight: 600;
  color: var(--text-black);
  line-height: 1.3;
  margin-bottom: 20px;
}

.intro-sub {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* 오른쪽 */
.intro-right {
  flex: 1;
  padding: 1% 0;
}

.intro-right p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-black);
}

/* 반응형 */
@media (max-width: 1024px) {
  .company-intro .inner {
    flex-direction: column;
    gap: 40px;
  }

  .intro-left {
    flex: none;
  }

  .intro-title {
    font-size: 34px;
  }
}

.feature-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature{
  padding: 28px 22px;
  border:1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  text-align:center;
}
.feature:hover{
    border-bottom-color: oklab(0.80376 -0.0886428 0.021687);
    border-left-color: oklab(0.80376 -0.0886428 0.021687);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.055) 0px 5.37512px 8.06268px -1.61254px, rgba(0, 0, 0, 0.055) 0px 2.15005px 3.22507px -2.15005px;
    border-right-color: oklab(0.80376 -0.0886428 0.021687);
    border-top-color: oklab(0.80376 -0.0886428 0.021687);
}
.feature .icon{
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: var(--accent2);
  font-size:22px;
  font-weight: 600;
  background:oklch(97.9% .021 166.113);
}
.feature .t { margin-top: 14px; font-weight: 600; font-size: 20px; color: var(--accent2); }
.feature .d { margin-top: 5px; font-size: 15px; line-height:1.7; color: #45556c;}

.cert-section {
  width: 100%;
  padding: 70px 0 120px;
  background: radial-gradient(circle at 20% 30%, rgba(80, 60, 180, .35), transparent 60%), radial-gradient(circle at 80% 70%, rgb(53 50 255 / 25%), transparent 60%), #051515;
  color: #fff;
  overflow: hidden;
}

.cert-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.cert-header {
  text-align: center;
  margin-bottom: 70px;
}

.cert-header h2 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 5px;
}

.cert-header p {
  font-size: 18px;
  color: rgb(236 236 236 / 60%)
}

.cert-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 40px;
  background: linear-gradient(90deg, rgb(30 54 120 / 65%), rgb(10 26 50 / 90%));
  border-radius: 200px;
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
}

.cert-item.left { justify-content: space-between; }
.cert-item.right { justify-content: space-between; }

.cert-text {
  flex: 1;
  padding: 10px 65px;
}

.cert-text .count {
  font-size: 26px;
  font-weight: 800;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}

.cert-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.cert-text p {
  font-size: 16px;
  color: #6b9d99;
}

.cert-image {
  width: 500px;
  height: 100%;
  border-radius: 0 80px 80px 0;
  overflow: hidden;
  flex-shrink: 0;
}

.cert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cert-item.left.fade-up.show,
.cert-item.right.fade-up.show {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.cert-item.left.fade-up.show:hover,
.cert-item.right.fade-up.show:hover {
  transform: translateY(-10px);
  box-shadow:
    0 30px 70px rgba(0,0,0,.6),
    0 0 40px rgb(53 97 134 / 35%);
  background:
    linear-gradient(90deg,
      rgb(28 57 94 / 85%),
      rgb(20 47 90 / 95%)
    );
}

/* 이미지 확대 */
.cert-item:hover .cert-image img {
  transform: scale(1.05);
}

.cert-image img {
  transition: transform 0.4s ease;
}

/* 애니메이션 기본 상태 */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* 반응형 */
@media (max-width: 900px) {
  .cert-item {
    flex-direction: column;
    border-radius: 40px;
    text-align: center;
  }

  .cert-image {
    width: 100%;
    height: 200px;
  }
}

/* ===============================
   About > 소개 - tlt
================================ */
.about-section {
  margin: 0 0 50px;
}

/* 타이틀 */
.about-head {
  text-align: center;
  margin-bottom: 100px;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
}

/* 카드 래퍼 */
.about-wrap {
  display: flex;
  justify-content: center;
}

/* 핵심 카드 */
.about-card {
  width: 100%;
  max-width: 1400px;
  margin-top: -60px;
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    #0f172b,
    rgba(49, 79, 105, 1.0)
  );
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

/* 카드 내부 (배경 기준 박스) */
.about-card-inner {
  position: relative;
  padding: 40px 60px;
  overflow: hidden;
}

/* 카드 배경 이미지 */
.about-card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/img/about/about-tlt-img.png");
  background-repeat: no-repeat;
  background-position: right center; 
  background-size: cover;
  opacity: 0.7;
  z-index: 0;
}

/* 카드 내부 2컬럼 */
.about-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 40px;
}

/* 텍스트 */
.about-text {
  position: relative;
  z-index: 2; 
}

/* 슬로건 */
.about-slogan {
  font-size: 29px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 24px;
}

/* 설명 */
.about-desc {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

/* ===============================
   MOBILE ::: About 
================================ */
@media (max-width: 768px) {
  .about-section {
    padding: 40px 16px 60px;
  }

  .about-head {
    margin-bottom: 60px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-card {
    margin-top: -40px;
    border-radius: 16px;
  }

  .about-card-inner {
    padding: 36px 24px;
  }

  .about-card-inner::after {
    background-position: center;
    opacity: 0.4;
  }

  .about-split {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-slogan {
    font-size: 22px;
  }

  .about-desc {
    font-size: 15px;
  }
}

/* 너무 튀지 않게 */
.about-card {
  overflow: hidden;
}

/* 텍스트 영역 */
.value {
  position: absolute;
  z-index: 1;
  max-width: 300px;
}

.value h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.value h3 span {
  font-weight: 500;
  color: #666;
}

.value p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* 위치 */
.trust {
  left: 80px;
  bottom: 40px;
}

.innovation {
  left: 50%;
  transform: translateX(-50%);
  top: 160px;
  text-align: center;
}

.happiness {
  right: 80px;
  top: 40px;
  text-align: right;
}


/* 3diagram */
.about-orbit {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-orbit__svg {
  width: 95%;
  height: auto;
  display: block;
  overflow: visible;
}

/* ===== 중앙 텍스트 ===== */
.about-orbit__center-text {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
  fill: #e6ffef;
  text-anchor: middle;
  dominant-baseline: middle;
}

/* ===== 포인트 텍스트 ===== */
.orbit-label {
  font-weight: 800;
  font-size: 28px;
  fill: var(--text-black);
}

/* ===== 궤도 라인 ===== */
.orbit-line {
  fill: none;
  stroke: url(#orbitGrad);
  stroke-width: 2.6;
  stroke-dasharray: 120 40;
}

/* 궤도 라인 애니메이션 */
@keyframes orbitFlow {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -320; }
}

.o1 { animation: orbitFlow 14s cubic-bezier(.4,0,.2,1) infinite; }
.o2 { animation: orbitFlow 18s cubic-bezier(.45,0,.25,1) infinite reverse; }
.o3 { animation: orbitFlow 22s cubic-bezier(.5,0,.3,1) infinite; }
.o4 { animation: orbitFlow 28s cubic-bezier(.4,0,.2,1) infinite reverse; }
.o5 { animation: orbitFlow 34s cubic-bezier(.45,0,.25,1) infinite; }

/* ===== 블루 포인트 ===== */
.orbit-node {
  fill: #32d38a;
  stroke: rgba(50,211,138,0.35);
  stroke-width: 10;
  animation: floatNode 3.6s ease-in-out infinite;
  transform-origin: center;
}
@keyframes floatNode {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* 포인트마다 리듬 다르게 */
.orbit-node:nth-of-type(1) { animation-delay: 0s; }
.orbit-node:nth-of-type(2) { animation-delay: 0.8s; }
.orbit-node:nth-of-type(3) { animation-delay: 1.0s; }

.orbit-node.n1 { animation-delay: 0s; }
.orbit-node.n2 { animation-delay: 1.2s; }
.orbit-node.n3 { animation-delay: 2.1s; }

/* ===== 둥둥 텍스트 ===== */
@keyframes floatText {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

.float {
  animation: floatText 5.5s ease-in-out infinite;
}

.f1 { animation-delay: 0s; }
.f2 { animation-delay: 1.0s; }
.f3 { animation-delay: 2.0s; }

/* ===== 블루 포인트 둥둥 ===== */
@keyframes floatText {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); } /* ← 더 크게 */
  100% { transform: translateY(0); }
}

/* ===== 모바일 ===== */
@media (max-width: 768px) {
  .about-orbit__center-text {
    font-size: 22px;
  }

  .orbit-label {
    font-size: 14px;
  }
}

.orbit-desc {
  font-size: 22px; 
  font-weight: 600;   
  fill: var(--muted);  
  padding-top: 5px;
  line-height: 1.8;
}

/* ===============================
   About > 소개 - HISTORY 
================================ */
.history {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
}

.history__title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  color: var(--text-black);
}

/* 회사연혁 */
.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(50,211,138,0.15),
    rgba(50,211,138,0.6),
    rgba(50,211,138,0.15)
  );
}

/* 아이템 */
.timeline-item {
  position: relative;
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}

/* 점 */
.timeline-dot {
  width: 14px;
  height: 14px;
  background: #32d38a;
  border-radius: 50%;
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(50,211,138,0.15);
}

.timeline-dot.active {
  box-shadow: 0 0 0 10px rgba(50,211,138,0.25);
}

/* 콘텐츠 */
.timeline-content {
  max-width: 600px;
}

.timeline-year {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.04em;
}

.timeline-heading {
  font-size: 24px;
  font-weight: 800;
  margin: 8px 0 12px;
  color: var(--text-black);
}

.timeline-text {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-muted);
}

.timeline-text strong {
  color: var(--text-black);
  font-weight: 700;
}

/* 모바일 */
@media (max-width: 768px) {
  .history__title {
    font-size: 28px;
  }

  .timeline-heading {
    font-size: 18px;
  }

  .timeline-text {
    font-size: 14px;
  }
}

/* ===============================
   About > 소개 - PHILOSOPHY 
================================ */
.about-philosophy {
  width: 100vw;
  max-width: 100vw;
  margin: 50px calc(50% - 50.5vw);
  padding: 60px 0 60px;
  background: linear-gradient(
    135deg,
    rgba(10, 30, 40, 0.95),
    rgba(24, 69, 68, 0.9)
  );
  background-image: url("/static/img/about/about-tlt-img2.png");
  background-repeat: no-repeat;
  background-position: right center; 
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 30px 60px;
  position: relative;
  z-index: 1;
}

.philosophy-inner {
  max-width: 1400px;  
  margin: 0 auto;   
  padding: 50px 45px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 1rem;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 36px;
  text-align: center;
    }

    .philosophy-text {
    font-size: 20px;
    line-height: 1.8;
    color: var(--pill);
    letter-spacing: -0.01em;
    }

    .philosophy-text.highlight {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-white);
    }

    .philosophy-text strong {
    font-weight: 700;
    color: var(--text-white);
    font-size: 24px;
    }

    /* 중괄호 누락 수정 */
    .philosophy-text strong.accent {
    color: var(--accent);
    }
    .philosophy-text strong.accent_black {
    color: var(--text-mute);
    }
    /* 모바일 */
    @media (max-width: 768px) {
  .about-philosophy {
    padding: 40px 12px;
    background-position: center top;
    margin: 20px calc(50% - 50vw);
  }

  .philosophy-inner {
    padding: 32px 20px;
    margin: 0 30px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
  }

  .philosophy-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .philosophy-text strong {
    font-size: 18px;
  }

  .philosophy-text.highlight {
    font-size: 18px;
  }
}

/* ===== 애니메이션 ===== */
.ph-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ph-reveal.is-in {
  animation: phRevealUp 1.1s ease-out forwards;
}

@keyframes phRevealUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: revealUp 1.1s ease-out forwards;
}

.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.35s; }
.delay-3 { animation-delay: 0.6s; }

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== 모바일 ===== */
@media (max-width: 768px) {
  .philosophy-text {
    font-size: 16px;
  }

  .philosophy-text.highlight {
    font-size: 18px;
  }
}

/* ===============================
   About > 소개 - 조직도 
================================ */
.org-chart {
  width: 900px;
  margin: 0 auto 80px;
  position: relative;
  text-align: center;
  overflow: visible;
}
/* 조직도는 기본 표시
.org-chart .animate {
  opacity: 1;
  transform: none;
} */
.org-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-black);
  text-align: left;
}
.ceo,
.group-title,
.bottom-team {
  background: #eaf0fb;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--accent2);
  position: relative;
  z-index: 2;
}

/* 대표이사 */
.ceo {
  width: 200px;
  margin: 0 auto;
  padding: 14px 25px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(135deg, #3ee8a5, #1aa87d);
  position: relative;
  z-index: 3;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}

/* ===== 조직 본문 ===== */
.org-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr 1fr;
  gap: 48px;
  margin-top: 90px;
}

/* 왼쪽 사이드 (경영/영업/전략) */
.org-col.side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.side-item {
  background: #eef3fb;
  padding: 14px;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  color: var(--accent2);
}

/* 부서 그룹 */
.group-title {
  background: #eaf0fb;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--accent2);
}

.item {
  background: #f9fafc;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--muted);
}
/* ===== 연결 라인 ===== */
/* 왼쪽 사이드 (경영/영업/전략) */
.org-col {
  position: relative;
}
.org-col.side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* 가로 라인에서 각 컬럼으로 내려오는 선 */
.org-col::before {
  content: "";
  position: absolute;
  top: -40px;            
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 45px;
  background: #e5e5e5;
}
.org-line {
  position: absolute;
  background: #e5e5e5;
  z-index: 1;
}

.org-line.vertical {
  width: 2px;
  height: 50px;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}

.org-line.horizontal {
  height: 2px;
  width: 79%;
  top: 165px;
  left: 10%;
}

/* ================= 스크롤 애니메이션 ================= */
.animate {
  opacity: 0;
  transform: translateY(26px);
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}

.line.animate {
  transform: scaleX(0);
}

.line.animate.is-visible {
  transform: scaleX(1);
  transition: transform .45s ease;
}

/* ===== 모바일 ===== */
@media (max-width: 768px) {
  .org-chart {
    width: 100%;
    padding: 0 16px;
  }

  .org-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .org-line {
    display: none;
  }
}

/* =====================================================
   About > 새소식
   ===================================================== */
.news-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.news-total {
  font-size: 14px; 
  color: rgba(0,0,0,.55);
}
.news-total b {
  color: var(--accent2);
  padding-left: 5px;
}
.news-searchbox {
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 10px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 6px;
  width: min(320px, 100%);
  background:#f6f7f9;
}
.news-searchbox input {
  border:0;
  outline:none;
  width:100%;
  background: transparent;
}
.news-searchbox .icon {
  position: relative;
  top:50%;
  transform:translateY(-50%);
  width: 18px;
  height: 18px;
  top: 9px;
}
.news-grid {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.news-post {
  border:1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  overflow:hidden;
  background:#fff;
}
.news-post:hover {
  text-decoration: underline;
  cursor:pointer;
}
.news-post .thumb {height:200px; border-radius: 10px 10px 0 0; background:#1d283d url('/static/img/comm/logo-copy.png') no-repeat center center;}
.news-post .thumb {background-size: 40%;}
.news-post .thumb:hover {
   transform: scale(1.05);
  transition: transform ease-out 1s;
  cursor:pointer;
}
.news-post .body{ padding: 18px 18px 20px; }
.news-post .title { font-weight: 900; font-size: 15px; line-height: 1.6; }
.news-post .desc { margin-top: 10px; color: rgba(0,0,0,.64); font-size: 14px; line-height: 1.7; }
.news-post .date { margin-top: 12px; color: rgba(0,0,0,.42); font-size: 13px; }

.news-pager{
  margin-top: 22px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 6px;
}
.news-pager a, .news-pager span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 28px;
  min-width: 28px;
  padding: 0 10px;
  border:1px solid var(--pill);
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0,0,0,.65);
}
.news-pager .active{ background:#fff; color:var(--accent2); border-color:var(--accent2); }


/* 새소식 view */
.post-head {
  position: relative;
  padding: 0 0 20px;
}

.post-title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.post-date {
  display:block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 34px 0;
}

.post-body {
  margin: 0 auto;
  padding:50px 0 50px;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--pill);
  text-align: center;
}

.post-body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #3b3b3b;
  word-break: keep-all;
  padding: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.post-view {
  margin: 0;
  padding: 1.5rem 10vw !important;
  word-break: break-all;
}

.divider--bottom {
  margin-top: 90px;
}

/* 하단 네비 */
.post-nav {
  position: relative;
  padding-top: 28px;
  min-height: 130px;
}

.prev-title {
  text-align: right;
  color: #b0b6bc;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 110px; /* 오른쪽 버튼 공간 확보 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 오른쪽 pill */
.nav-pill {
  position: absolute;
  right: 0;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border: 1px solid var(--pill);
  border-radius: 10px;
  color: #8f959b;
  text-decoration: none;
  background: #fff;
}

/* 가운데 아래 목록보기 */
.nav-center {
  display:flex;
  justify-content:center;
  margin-top: 34px;
}

.list-pill { 
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 44px;
  padding: 0 22px;
  border: 1px solid var(--pill);
  border-radius: 10px;
  color: #00;
  text-decoration:none;
  background:#fff;
}

/* 모바일 대응 */
@media (max-width: 720px){
  .wrap { padding: 36px 16px 64px; }
  .post-body p { font-size: 16px; }

  .prev-title {
    padding: 0 0;
    white-space: normal; 
    overflow: visible;
    text-overflow: clip;
  }

  .nav-pill {
    position: static;
    margin: 14px auto 0;
    display:flex;
    width: fit-content;
  }

  .nav-center { margin-top: 18px; }
}

/* =====================================================
   About Us > 고객사
   ===================================================== */
.customers {
    color: var(--text-white);
    padding-bottom: calc(var(--spacing) * 30);
  }

  .customers__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
  }

  .customers__head {
    display: grid;
    gap: 14px;
    margin: 60px 0 0;
  }
  .customers__head:first-child {
    margin: 0;
  }

  .customers__title {
    font-size: clamp(14px, 1.3vw, 24px);
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    color: var(--text-black);
    font-weight: 500;
  }
   .customers__title.tlt2 {
    font-size: clamp(28px, 1.2vw, 34px);
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    color: var(--text-black);
    font-weight: 600;
  }

  .customers__desc {
    margin: 0;
    color: var(--muted);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }
   .customers__desc b {
    font-weight: 500;
    color: var(--accent2);
  }

  .customers__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
  }

  .customers__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)); /* 데스크톱 가로 8개 */
    gap: 25px 25px;
  }
  @media (max-width: 1200px){
    .customers__grid{
      grid-template-columns: repeat(4, 1fr);
    }
  }

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

  .logo-card {
    position: relative;
    display: grid;
    place-items: center;
    padding: 16px 14px;
    border-radius: var(--radius);
    background: var(--card);
    border: 1px solid var(--stroke);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    overflow: hidden;
    min-height: 86px;
    text-decoration: none;
    transform: translateZ(0);
    transition:
      transform .22s ease,
      box-shadow .22s ease,
      border-color .22s ease,
      background .22s ease;
  }
  .logo-card:hover {
    border-bottom-color: oklab(0.80376 -0.0886428 0.021687);
    border-left-color: oklab(0.80376 -0.0886428 0.021687);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.055) 0px 5.37512px 8.06268px -1.61254px, rgba(0, 0, 0, 0.055) 0px 2.15005px 3.22507px -2.15005px;
    border-right-color: oklab(0.80376 -0.0886428 0.021687);
    border-top-color: oklab(0.80376 -0.0886428 0.021687);
}

   /* 은은한 하이라이트 */
  .logo-card::before {
    content:"";
    position:absolute; inset:-40% -40%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.16), transparent 55%);
    opacity: 0;
    transition: opacity .22s ease;
  }

  .logo-card img {
    width: 100%;
    height: auto;
    max-height: 50px;
    filter: grayscale(0%) contrast(1.05) opacity(1); 
    transition: filter .22s ease, transform .22s ease;
    z-index: 1;
  }

  .logo-card:hover {
    transform: scale(1.03);
    cursor:default;
  }
  .logo-card:hover::before { opacity: 1; }
  .logo-card:hover img {
    filter: grayscale(100%) contrast(1.05) opacity(.85); 
    transform: scale(0.98); 
  }

  /* 스크롤 등장 애니메이션 */
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .65s ease, transform .65s ease;
    will-change: opacity, transform;
  }
  .reveal.is-in{
    opacity: 1;
    transform: translateY(0);
  }

  /* 스태거(순차 등장): JS에서 --d를 넣어줌 */
  .logo-card.reveal{
    transition-delay: var(--d, 0ms);
    padding: 1.25rem 2rem 1.25rem 2rem;
  }

  /* 반응형: 태블릿 4개, 모바일 2개 */
  @media (max-width: 1100px){
    .customers__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }
  @media (max-width: 640px){
    .customers{ padding: 72px 0; }
    .customers__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .logo-card img{ max-width: 120px; }
  }

  /* 사용자 접근성(모션 줄이기) */
  @media (prefers-reduced-motion: reduce){
    .reveal, .logo-card, .logo-card img, .chip{
      transition: none !important;
    }
  }

  /* ===== About : 소개 ===== */
@media (max-width: 1024px) {
  .company-intro {
    padding-bottom: 30px;
  }

  .company-intro .inner {
    flex-direction: column;
    gap: 32px;
  }

  .intro-left {
    flex: none;
  }

  .intro-title {
    font-size: 28px;
  }

  .intro-sub,
  .intro-right p {
    font-size: 15px;
  }
}

/* ===== Feature Cards ===== */
@media (max-width: 980px) {
  .feature-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature {
    padding: 22px 18px;
  }

  .feature .t {
    font-size: 18px;
  }

  .feature .d {
    font-size: 14px;
  }
}

/* ===== Cert Section ===== */
@media (max-width: 900px) {
  .cert-section {
    padding: 60px 0 80px;
  }

  .cert-header h2 {
    font-size: 28px;
  }

  .cert-header p {
    font-size: 15px;
  }

  .cert-text {
    padding: 20px 24px;
  }

  .cert-text h3 {
    font-size: 18px;
  }

  .cert-text p {
    font-size: 14px;
  }
}

/* ===== News Grid ===== */
@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .news-searchbox {
    width: 100%;
  }
}

/* ===== Post View ===== */
@media (max-width: 768px) {
  .post-body {
    padding: 30px 0;
  }

  .post-body p {
    font-size: 15px;
    padding-bottom: 30px;
  }

  .post-view {
    padding: 1.5rem 16px !important;
  }
}


/* ===== Career ===== */
@media (max-width: 980px) {
  .career_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .career {
    width: 100%;
    padding: 28px 20px;
    text-align: left !important;
  }

  .career_gradient_box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 40px auto 0;
    width: 180px;
    height: 180px;
  }
}

/* ===== Welfare ===== */
@media (max-width: 768px) {
  .welfare-title {
    font-size: 18px;
  }

  .welfare-desc {
    font-size: 15px;
  }
}


/* =====================================================
   About Us > CONTACT
   ===================================================== */
   .contact {
    color: var(--text-black);
  }

  .contact__container {
    width: min(1100px, 90%);
    margin: auto;
    padding-bottom: calc(var(--spacing) * 30);
  }

  .contact__header h2 {
    font-size: clamp(28px, 2.6vw, 36px);
    margin-bottom: 8px;
  }

  .contact__header p {
    color: var(--text-muted);
    font-size: 16px;
  }

  .contact__form {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    column-gap: 30px;
    row-gap: 30px;
  }

  /* 입력 그룹 */
  .input-group {
    display: flex;
    flex-direction: column;
  }

  .input-group label {
    margin: 0 12px 8px;
    font-weight: 600;
    font-size: 18px;
  }
  /* 셀렉트 공통 */
  .input-group select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
  }

  .input-group input,
  .input-group select,
  .input-group textarea {
    padding: 12px 12px;
    border: 1px solid var(--stroke);
    border-radius: var(--radius);
    background-color: var(--lightbg);
    font-size: 15px;
    transition: border-color var(--transition);
    /* resize: none; */
  }

  .input-group input:focus,
  .input-group select:focus,
  .input-group textarea:focus {
    border-color: var(--accent);
    outline: none;
  }
  .input-group.checkbox-wrapper{
    flex-direction: row;
  }
  /* 체크박스 */
  .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--stroke);
    padding-top: 10px;
  }

  /* 기본 체크박스 숨기고 커스텀 */
  .checkbox-wrapper input[type="checkbox"]{
    width: 18px;     
    height: 18px;
    border: 1px solid var(--stroke);
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0; 
    position: relative;
  }

  /* 체크 표시 */
  .checkbox-wrapper input[type="checkbox"]::after{
    content: "";
    position: absolute;
    inset: 5px;
    background: var(--muted);
    opacity: 0;
    transform: scale(0.6);
    transition: opacity .2s ease, transform .2s ease;
  }

  /* 체크 시 */
  .checkbox-wrapper input[type="checkbox"]:checked{
    background: #0dacc7;
    border-color: #0dacc7;
  }

  .checkbox-wrapper input[type="checkbox"]:checked::after{
    opacity: 1;
    transform: scale(1);
  }

  /* 라벨 */
  .checkbox-wrapper label{
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    cursor: pointer;
    margin: 0;
    display: inline-flex; 
    align-items: center;
  }

  /* 버튼 */
  .btn-submit {
    background: var(--accent);
    color: #fff;
    font-size: 16px;
    padding: 14px 20px;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background var(--transition);
  }

  .btn-submit:hover {
    background: var(--accent2);
  }

  /* =====================================================
   About Us > CAREER
   ===================================================== */
  .career_wrap {
    display: flex;
    gap: 8px;
    position: relative;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .career {
      width: 49.5%;
      padding-top: 35px;
      padding-bottom: 35px;
      box-sizing: border-box;
      background: #f9fafc;
      border-color: var(--stroke);
      margin-bottom: 0;
      justify-content: center;
      border-radius: 10px;
  }

  .career.pannel1 {
      padding-left: 12.9%;
      padding-right: 15.81%;
      text-align: right;
  }

  .career.pannel2 {
      padding-left: 15.81%;
      padding-right: 13.78%;
  }

  .career.pannel3 {
      padding-left: 10%;
      padding-right: 15.81%;
      text-align: right;
  }

  .career.pannel4 {
      padding-left: 15.81%;
      padding-right: 7.63%;
  }

  .career .text_box {
      padding: 0;
  }

  .career .text_box p {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 700;
      line-height: 36px;
      line-height: 36px;
      letter-spacing: -0.24px;
      color: var(--accent2);
  }

  .career .text_box span {
      font-size: 17px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: -0.18px;
      color: var(--muted);
    }

  .career_gradient_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(45deg, #d1fae5 0%, #d0f3e3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-top: 3px solid rgba(255, 255, 255, .25);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
  }

  /* 물결 레이어 */
  .career_gradient_box::before,
  .career_gradient_box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
      radial-gradient(
        circle,
        rgb(234, 254, 246,0.35) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0.15) 80%,
        transparent 70%
      );
    animation: ripple 7.5s cubic-bezier(.22,.61,.36,1) infinite;
    opacity: 0;
    will-change: transform, opacity;
  }

  /* 두 번째 물결 (시간차) */
  .career_gradient_box::after {
    animation-delay: 3.75s;
  }

  @keyframes ripple {
    0% {
      transform: scale(0.6);
      opacity: 0;
    }
    20% {
      opacity: 0.45;
    }
    60% {
      opacity: 0.25;
    }
    100% {
      transform: scale(1.25);
      opacity: 0;
    }
  }

  .career_gradient_box .ripple {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
      radial-gradient(
        circle,
        rgb(255 255 255) 0%,
        rgb(239 254 248) 30%,
        transparent 60%
      );
    animation: ripple 7s ease-out infinite;
    opacity: 0;
  }

  .career_gradient_box .r1 { animation-delay: 0s; }
  .career_gradient_box .r2 { animation-delay: 2.3s; }
  .career_gradient_box .r3 { animation-delay: 4.6s; }

  .career_gradient_box p {
    background: url('/static/img/comm/logo-black.png') no-repeat center;
    background-size: 100%;
    width: 60%;
    height: 40px;
    color: transparent;

    /* 추가 */
    opacity: 0.45;
    filter: grayscale(100%) brightness(1.2);
    animation: logoPulse 4s ease-in-out infinite;
  }
  @keyframes logoPulse {
    0% {
      opacity: 1.0;
      filter: grayscale(100%) brightness(1.3);
    }
    50% {
      opacity: 1.0;
      filter: grayscale(0%) brightness(1);
    }
    100% {
      opacity: 1.0;
      filter: grayscale(100%) brightness(1.3);
    }
  }

  .welfare-section {
  padding: 20px 0;
  background: #fff;
}

.welfare-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.welfare-card {
  position: relative;
  border: 1px solid var(--stroke);
  padding: 40px 30px 80px;
  background: #fff;
  transition: border-color .3s ease, box-shadow .3s ease;
  border-radius: var(--radius);
}

.welfare-card:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.welfare-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-black);
  margin-bottom: 20px;
  line-height: 1.4;
}

.welfare-desc {
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  word-break: keep-all;
}

.welfare-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
}

.welfare-icon img {
  width: 100%;
  height: auto;
}

/* ===============
  반응형 
  ===============*/
@media (max-width: 1200px) {
  .welfare-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .welfare-grid {
    grid-template-columns: 1fr;
  }

  .welfare-card {
    padding: 32px 24px 72px;
  }
}



/* ===== Customers(career) ===== */
@media (max-width: 980px) {
  .customers__desc {
    font-size: 18px;
  }

  .customers__grid {
    gap: 16px;
  }

  .logo-card {
    min-height: 72px;
    padding: 14px;
  }

  .logo-card img {
    max-height: 42px;
  }
}

/* ===== Contact ===== */
@media (max-width: 768px) {
  .contact__form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .input-group label {
    font-size: 15px;
  }
}

/* .page-hero{
  height: 340px;
  min-height: 280px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.35)),
    var(--heroimg) center/cover no-repeat;
}
.page-hero h1 {
  margin:0;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: .3px;
  font-weight: 500;
} 

.card {
  border:1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background:#fff;
} */