ul{
        list-style: none;
}
p {
    font-size: 20px;
}

textarea{
  padding: 4px 6px;
  resize: none;
  font-size: 18px; height: 60px;
}
.hidden{
    display: none !important;
}
.main{
    margin-top: 80px;
}
.mint{
    color: #89cbcc;
}
.blue{
    color: #345995;
}
.bold{
    font-weight: 600;
}
.container{
    width: 80%;
    margin: 0 auto;
}
.gray{
    color: #757575;
}
.header{
}

.submenu{
    min-width: 646px;
    box-shadow: none;
}

.submenu::after{
  content: "";
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
  bottom: 0;
  width: 200vw;            /* 화면 전체 */
  height: 1px;
  z-index: 2;
  background: #e5e7eb;     /* 연한 회색 선 */
}
.submenu a{
    padding: 17px 39px 11px 0px;
}
.mobile-menu-toggle.active{
    gap:9px;
}
.header:not(.scrolled) .mobile-menu-toggle span{
    background: var(--font-black) !important;
}
.submenu::before{
content: "";
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    bottom: 0;
    box-shadow: -7px 18px 20px 3px rgb(240 240 240 / 2%);
    z-index: 1;
    width: 200vw;
    background: #fff;
    height: 100%;
}
.submenu li{
    display:inline-block;position: relative;
    z-index: 2;
}

.logo{
    width: 200px;
}
.header img{
    width: 100%;
}
.header-container{
    justify-content: flex-start;
}

.header:not(.scrolled) .nav-item > a{
    color: var(--font-black);
    text-shadow:unset;
}
.nav-menu{
    margin-left:100px;
}

.header:not(.scrolled) .nav-item > a:hover{
    color: var(--font-black);
    text-shadow:unset;
}
/* ✅ site-header (기존 header 대체) */
.site-header { background: #fff; }

.site-header__inner {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__right {
  display: flex;
  align-items: center;
}

/* Brand */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
color: var(--font-main);
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand__mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:  var(--brand-main);
  display: inline-block;
}

.brand__text { font-size: 14px; }

/* Nav */
.nav {
  margin: 0 auto;
  display: flex;
  gap: 26px;
  align-items: center;
}

.nav__link {
  text-decoration: none;
  font-size: 16px;
 color: var(--font-gray);

  letter-spacing: -0.02em;
  padding: 10px 2px;
  position: relative;
}

.nav__link.is-active {
 color: var(--font-main);

  font-weight: 800;
}

.nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
   background:  var(--brand-main);
  border-radius: 2px;
  opacity: 0.9;
}


/* Main / Hero */

.hero {
  position: relative;
  height: 100vh;
  border-radius: 0 0 44px 44px;
  overflow: hidden;

  /* ✅ 여기 이미지 경로만 교체하면 됨 */
    background-image: url('/img/build.jpg'); /* 여기에 게시판 썸네일 연동 */
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.hero__content {
  position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 36%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

}

.hero h1 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.18;
  font-size: clamp(28px, 3.6vw, 60px);
}

.hero p {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -0.01em;
}



/* 상세페이지 레이아웃 */
.detail-wrap{
  width: 100%;
  padding: 60px 0 80px;
}

.detail-inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 상단 로고 + 설명 */
.brand-block{
  text-align: center;
  margin-bottom: 42px;
}

.brand-logo{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.brand-logo img{
  width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
}

.brand-desc{
  max-width: 760px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.9;
  color: #4b5563;
  letter-spacing: -0.01em;
}

/* 카드 2개 */
.card_bpt{
    position: relative;
    min-height: 750px;
    overflow: hidden;
    border-radius: 40px;
    background-color: #fff;
    z-index: 3;
}
.vision-list{
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  padding: 80px 0 ;
}

.vision-card{
    width: 100%;
    max-width: 820px;
    min-height: 417px;
    height: 417px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .34) 48%, rgba(0, 0, 0, .08) 100%), var(--bg);
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .10);
}

.vision-card__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.35) 45%,
    rgba(0,0,0,.12) 100%);
}

.vision-card__content{
color: #fff;
    max-width: 100%;
    height: 100%;
    width: 100%;
    padding: 80px;
}

.vision-card__tag{
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 14px;
  opacity: .85;
  margin-bottom: 6px;
}

.vision-card__title{
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: 22px;
  text-transform: uppercase;
}

.vision-card__bullets{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
  line-height: 1.55;
  opacity: .92;
}

.vision-card__bullets li{
  position: relative;
  padding-left: 10px;
}

.vision-card__bullets li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
}
.about-wrap{
  width:100%;
  padding: 70px 0 90px;
  background:#fff;
}

.about-inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 서브 타이틀 */
.sub-title{
  text-align:center;
  margin-bottom: 44px;
}

.sub-title__logo{
  width:450px;
  max-width: 100%;
  height: auto;margin: 50px auto;
  display:block;
}

.sub-title__desc{
  /* max-width: 760px; */
  margin: 0 auto;
  font-size: 20px;
  color:#4b5563;
    white-space: pre-line;
            /* white-space: break-spaces; */
  letter-spacing: -0.01em;
}

/* 카드 리스트 */
.vision-list{
  display:flex;
  flex-direction:column;
  gap: 22px;
  align-items:center;
}

/* 카드 */
.vision-card{
  width: 100%;
  max-width: 820px;
  min-height: 420px;
  border-radius: 18px;
  overflow:hidden;
  position:relative;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.34) 48%, rgba(0,0,0,.08) 100%),
    var(--bg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 26px rgba(0,0,0,.10);
}

.vision-card__content{
  /* padding: 26px 28px; */
  color:#fff;
  /* max-width: 540px; */
}

.vision-card__tag{
  display:inline-block;
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 16px;
  opacity: .85;
  margin-bottom: 6px;
}

.vision-card__title{
  margin: 0 0 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: 35px;
  text-transform: uppercase;
}

.vision-card__bullets{
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  flex-direction:column;
  gap: 6px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .92;
}

.vision-card__bullets li{
  position:relative;
  padding-left: 10px;
}

.vision-card__bullets li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  opacity:.9;
}

.footer{
        margin-top: -50px;
}


/* sub02 */

/* 전체 섹션 */
.history-sec{
  padding: 70px 0 90px;
  background: #fff;
}
.history-sec.card_bpt{
height: auto;
}
.history-inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 64px;
  align-items: start;
}

/* 왼쪽 */
.history-kicker{
  font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1b64d8;
    margin-bottom: 10px;
}

.history-title{
  margin: 0 0 22px;
  font-size: 35px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #111827;
}

.history-photo{
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0,0,0,0.10);
  background: #f3f4f6;
}

.history-photo img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 오른쪽 타임라인 */
.timeline{
  margin: 0;
  padding: 0 0 0 26px;  /* 점/라인 자리 */
  list-style: none;
  position: relative;
}

/* 세로 라인 */
.timeline::before{
  content:"";
  position: absolute;
  left: 30px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #e5e7eb;
  border-radius: 2px;
}

.tl-item{
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 18px;
  padding: 4px 0 22px;
}

.tl-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1b64d8;
  margin-top: 6px;
  box-shadow: 0 0 0 4px rgba(27,100,216,0.10);
}

.tl-body{
  padding-bottom: 2px;
}

.tl-year{
  font-size:20px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.tl-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 20px;
  line-height: 1.55;
  color: #6b7280;
}

.tl-list li{
  position: relative;
  padding-left: 10px;
}

.tl-list li::before{
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: #9ca3af;
}



/* suv02 */

.org-sec.card_bpt{
}
.org-sec{
  padding: 70px 0 90px;
  background:#fff;
}

.org-inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.org-kicker{
  font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1b64d8;
    margin-bottom: 10px;
}

.org-title{
  margin: 0 0 28px;
  font-size: 35px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #111827;
}

.org-brand{
  display:flex;
  justify-content:center;
  margin: 18px 0 18px;
}

.org-brand img{
  width: 260px;
  max-width: 100%;
  height: auto;
  display:block;
  opacity: .95;
}
.m_partnet{
    display: none;
}

/* 조직도 */
.org-chart{
  margin-top: 18px;
  position: relative;
}


/* 대표이사 원 */
.org-ceo{
  display:flex;
  justify-content:center;
  margin: 24px 0 18px;
}

.org-ceo__circle{
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: #0b4dbf;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 20px rgba(11,77,191,.18);
  position: relative;
}

.org-ceo__circle::before{
  content:"";background-size: 100%;
  position:absolute;
  inset: 10px;
  /* border-radius: 999px; */
  background-image: url(/img/sym.png);
  /* border: 3px solid rgba(255,255,255,.18); */
}

/* 트리 영역 */
.org-tree{
  position: relative;
  padding-top: 18px;
}

/* CEO 아래로 내려오는 줄 */
.org-line{
  width: 2px;
  height: 22px;
  background: #d1d5db;
  margin: 0 auto 10px;
  border-radius: 2px;
}

/* 부서 라인(가로) */
.org-depts{
  position: relative;
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

/* 가로 라인: 첫 부서 ~ 마지막 부서까지 */
.org-depts::before{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 2px;
  background:#d1d5db;
  border-radius: 2px;
}

/* 각 부서로 내려오는 짧은 줄 */
.org-dept{
  position: relative;
  background:var( --brand-main);
  color: #fff;
  font-size: 20px;
  text-align:center;
  padding: 10px 8px;
  border-radius: 4px;
  box-shadow: 0 8px 14px rgba(11,77,191,.14);
}

.org-dept::before{
  content:"";
  position:absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background:#d1d5db;
}

/* 영업팀 하위 */
.org-dept--with{
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.org-dept__main{
    background:var( --brand-main);

  color:#fff;
  /* font-weight: 800; */
  font-size: 20px;
  text-align:center;
  padding: 10px 8px;
  border-radius: 4px;
  box-shadow: 0 8px 14px rgba(11,77,191,.14);
  position: relative;
}

.org-dept--with::before{
  content:"";
  position:absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background:#d1d5db;
}

/* 하위 박스들 */
.org-sub{
  margin-top: 10px;
  display:flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.org-sub__item{
  width: 92%;
  background: var(--brand-sub);
  color: var(--font-black);
  font-size: 20px;
  text-align:center;
  padding: 9px 8px;
  border-radius: 4px;
  border: 1px solid rgba(17,24,39,0.06);
}

/* 오시는길 */
.dir-sec{
  padding: 70px 0 90px;
  background:#fff;
}

.dir-inner{
  margin: 0 auto;
  padding: 80px 0;
}

.dir-kicker{
 font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1b64d8;
    margin-bottom: 10px;
}

.dir-title{
  margin: 0 0 26px;
  font-size: 35px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #111827;
}

/* 지도+카드 2컬럼 */
.dir-grid{
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

/* 지도 */
.dir-map{
  border-radius: 18px;
  overflow: hidden;
  background: #f3f4f6;
  min-height: 320px;
}

.dir-map iframe{
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

/* 카드 */
.dir-card{
  border-radius: 18px;
  background: #f7f8fb;
  padding: 22px 22px 18px;
}

.dir-card__title,
.dir-subtitle{
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 900;
   color:var(--font-black);

  letter-spacing: -0.02em;
}

/* 주소/전화 */
.dir-info{
  margin: 0;
}

.dir-row{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 10px 0;
}

.dir-ico{
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}
.dir-ico img{
    width: 22px;
}
.dir-label{
  font-size: 20px;
  font-weight: 800;
    color:var(--font-black);

  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.dir-val{
  font-size: 16px;
   color:var(--font-black);

  line-height: 1.5;
}

.dir-hr{
  border: 0;
  height: 1px;
  background: rgba(17,24,39,0.10);
  margin: 12px 0 14px;
}

/* 왼쪽: 버스 / 오른쪽: 내용 */
.trans-row{
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding: 10px 0 0;
}

.trans-type{
  font-size: 20px;
  font-weight: 900;
   color:var(--font-black);
  line-height: 1.6;
}

/* 정류장 블록 */
.trans-body{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stop-block{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stop-name{
  font-size: 16px;
   color:var(--font-black);

  letter-spacing: -0.01em;
}

/* 노선 목록 */
.stop-lines{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.line-item{
  /* display: grid; */
  /* grid-template-columns: 34px 1fr; */
  gap: 8px;
  font-size: 12px;        margin: 12px 0;
  line-height: 1.55;
  color:var(--font-black);
  display: flex;
flex-direction: column;

}

.line-label{
  color:var(--font-black);
  font-size: 16px;    font-weight: 700;
}

.line-val{
  font-size: 16px;
  color:var(--font-black);
}



/* ===== 상단 메뉴 + 하위메뉴 라인 요구 ===== */
.topnav{ background:#fff; }
.topnav__inner{
  max-width: 1180px;
  margin:0 auto;
  padding: 18px 24px 8px;
  display:flex;
  gap: 42px;
  align-items:center;
}

.topnav__item{
  text-decoration:none;
  color:#111;
  font-weight:700;
  font-size:14px;
  padding:10px 14px;
  border-radius: 10px;
}
.topnav__item.is-active{
  background:#f3f4f6; /* ✅ 메뉴 선택 시 배경 회색 */
}

/* ✅ 하위메뉴 패널: 흰배경 + 90도 그림자 + 화면 꽉차는 선 */
.subpanel{
  position:relative;
  background:#fff;
  box-shadow: var(--shadow);
}
.subpanel::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  width:100vw;           /* ✅ 화면 전체 길이 선 */
  height:1px;
  background: var(--line);
}

.subpanel__inner{
  max-width: 1180px;
  margin:0 auto;
  padding: 12px 24px 18px;
  display:flex;
  gap: 46px;
}

.subpanel__item{
  text-decoration:none;
  color:#111;
  font-weight:700;
  font-size:13px;
}
.feature { padding-bottom: 40px ;}
.feature__inner { width: 100%; margin: 0 auto; }

.feature-slider { position: relative; height: 100vh;}
.feature-slide { position: relative; }

.feature-slide__link{
  display:block;
  position:relative;
    border-radius: 0 0 18px 18px;
  overflow:hidden;
  height:100vh;
}

.feature-slide__bg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
}
.feature-slide__bg.mo{
    display: none;
}
.feature-slide__overlay{
  position:absolute; inset:0;
}

.feature-slide__content{
  position:absolute;
  /* left: clamp(18px, 3vw, 40px); */
  /* bottom: clamp(18px, 3vw, 40px); */
  z-index: 2;
  color:#fff;
  width: auto;
    left: 65%;
top: 50%;
transform: translate(-50%, -50%);
}

.feature-slide__title{ font-size: clamp(28px, 4vw, 60px);line-height:1.05; margin:0 0 10px; }
.feature-slide__desc{
    color: #757575;
    margin:0; opacity:.92; font-size: clamp(13px, 2vw, 20px); }

.feature-slide__desc.mer{
    color: var(--font-white)
}
/* slick 기본 커스텀 조금 */
/* .feature-slider .slick-dots{ bottom: 14px; } */
.slick-dotted.slick-slider{
    height: auto;
}
.feature-slider .slick-prev,
.feature-slider .slick-next{
  z-index: 5;
  display: none;
  width: 44px; height: 44px;
}
.feature-slider .slick-prev{ left: 14px; }
.feature-slider .slick-next{ right: 14px; }

/* ✅ slick dots: active = filled, inactive = hollow */
.feature-slider .slick-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px !important;          /* 필요하면 조절 */
  display: flex !important;
  justify-content: center;
  gap: 10px;             /* 점 사이 간격 */
  margin: 0;
  padding: 0;
}

.feature-slider .slick-dots li{
  width: auto;
  height: auto;
  margin: 0;            /* slick 기본 margin 제거 */
}

/* slick-theme 기본 "•" 제거 */
.feature-slider .slick-dots li button:before{
  content: none !important;
}

/* 기본(비활성): 속 빈 원 */
.feature-slider .slick-dots li button{
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.85);
  background: transparent;
  font-size: 0;         /* 텍스트/기본 점 제거 */
  line-height: 0;
  opacity: 1;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

/* 활성: 꽉 찬 원 */
.feature-slider .slick-dots li.slick-active button{
  background: #fff;
  border-color: #fff;
}

/* 키보드 접근성 */
.feature-slider .slick-dots li button:focus-visible{
  outline: 2px solid #fff;
  outline-offset: 4px;
}

/* ===== 카테고리 ===== */
.catalog{ background:#fff; padding: 22px 0 70px; }
.catalog__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.catbar{
  display:flex;
  justify-content:center;
  gap: 34px;
  padding: 14px 0 18px;
}

.catbar__btn{
  border:0;
  background:transparent;
  cursor:pointer;
  font-size: 20px;
  color:#6b7280;
  font-weight:600;
}
.catbar__btn.is-active{
  color: #024ad0; /* ✅ #183b83 */
  font-weight: 900;         /* ✅ bold */
}

/* ===== 상품 카드 ===== */
.prod-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-top: 14px;
}

.prod-card{
  text-decoration:none;
  color:#111;
}

.prod-thumb{
  background: var(--card);         /* ✅ #f5f5f5 */
  border-radius: 16px;
  height: 400px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.prod-thumb img{
  width: 78%;
  height: 78%;
  object-fit: contain; /* ✅ PNG 깔끔 */
  display:block;
}

.prod-meta{   
    padding: 10px 0;
    display: flex;
    align-items: center; }

.prod-badge{
  display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 13px;
    width: 100%;
    min-width: 65px;
    width: auto;
    text-align: center;
    margin-right: 10px;
    letter-spacing: -0.01em;
    color: var(--font-white);
    border: 1px solid #c68a55;
    background-color:  var(--badge);
}

.prod-name{
  font-size: 19px;
  font-weight: 800;
  color:#111;
  opacity:.75;
}


.pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 22px 0 10px;
}

/* < > */
.pager__arrow{
  text-decoration:none;
   color:var(--font-black);

  font-size: 13px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 8px;
  line-height: 1;
}
.pager__arrow:hover{ 
   color:var(--font-black);

    background:var(--brand-sub);
}

/* 숫자 */
.pager__num{
  text-decoration:none;
  color:var(--font-black);
  font-size: 16px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px; /* ✅ 원 */
  line-height: 1;
}

/* ✅ 선택된 페이지 */
.pager__num.is-active{
  color:var(--font-main);

  font-weight: 900;     /* ✅ 볼드 */
  background: #fff;     /* 원 안 배경 */
  box-shadow: 0 8px 18px rgba(24,59,131,0.18); /* ✅ 그림자 */
}

/* 접근성: 현재 페이지 */
.pager__num[aria-current="page"]{
  cursor: default;
}

    .pc_slid{
        display: block;
    }
    .m_slid{
        display: none;
    }
    .m_slid.sub{
        text-align: center;
    }
    .m_slid.sub img{
        width: 90%;
        object-fit: cover;
        border-radius: 16px;

    }


/* 반응형 */
@media (max-width: 1024px){
  .prod-grid{ grid-template-columns: repeat(3, 1fr); }
  /* .feature-slide__content{ left: 48%; width: 48%; } */
}





/* 반응형 */
@media (max-width: 980px){

    .nav-item.has-submenu:hover .submenu{
        display: flex;
    flex-direction: column;
    }
    .submenu::before,
    .submenu::after{
        display: none;
    }
    .nav-menu{
        margin-left: 0;
    }
  .dir-grid{
    grid-template-columns: 1fr;
  }
  .dir-map{
    min-height: 300px;
  }
  .dir-map iframe{
    min-height: 300px;
  }
   .org-depts{
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  }
  .org-depts::before{ display:none; }
  .org-dept::before,
  .org-dept--with::before{ display:none; }

  /* 모바일에서는 단순 그리드 카드 느낌으로 */
  .org-line{ display:none; }
   .history-inner{
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .history-photo{
    max-width: 680px;
  }
  .sub-title__desc{
    font-size: 16px;
  }
  .hero{
    height: 320px;
  }
  .hero p{
    font-size: 16px;
  }

}







/* 반응형 */
@media (max-width: 768px){
  
    p{
        font-size: 16px;        margin-bottom: 10px;
    }
    .catbar{
        flex-wrap: wrap;    gap: 25px;
    }
    .prod-meta{
        flex-wrap: wrap;
    }
  .trans-row{
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }
  .line-item{
    grid-template-columns: 34px 1fr;
  }
      .dir-sec{ padding: 54px 0 70px; }
  .dir-inner{ padding: 0 18px; }
  .dir-title{ font-size: 22px; }
  .dir-map, .dir-card{ border-radius: 16px; }
  .dir-card{ padding: 18px 16px 14px; }
      .org-sec{ padding: 54px 0 70px; }
  .org-inner{ padding: 0 18px; }
  .org-title{ font-size: 22px; }
  .org-brand img{ width: 220px; }
  .org-ceo__circle{ width: 88px; height: 88px; }
      .history-sec{ padding: 54px 0 70px; }
  .history-inner{ padding: 0 18px; }
  .history-title{ font-size: 22px; }
  .history-photo{ border-radius: 18px; }
  .about-wrap{ padding: 54px 0 70px; }
  .about-inner{ padding: 0 18px; }
  .sub-title__logo{ width: 240px; }

  .vision-card{
    min-height: 210px;
    border-radius: 16px;
  }
  .vision-card__content{
    padding: 20px 18px;
    max-width: 100%;
  }
  .vision-card__title{ font-size: 25px; }

        .pager{ gap: 8px; }
  .pager__num{ width: 26px; height: 26px; }
  .topnav__inner{ gap:18px; }
  .subpanel__inner{ gap:18px; overflow:auto; }
  .feature-slide{ height: 260px !important; }
  .feature-slide__content{ left: 50%; width: 70%; }
  .prod-grid{ grid-template-columns: repeat(2, 1fr); }
  .feature-slide__bg{
        position: absolute;
    width: 100%;
    background-position: 50% 50%;
    height: auto;
    object-fit: cover;
  }

    .site-header__inner { height: 56px; }
  .nav { gap: 16px; }

  .hero {
    border-radius: 0 0 28px 28px;
    min-height: 320px;
    height: 40vh !important;
  }

  .hero__content {
    padding: 56px 18px 110px;
    max-width: 520px;
  }

  .hero p br { display: none; }
  .vision-list{
    padding: 20px;
  }
  .mobile-menu-toggle {
        display: flex;
        position: absolute;
        right: 32px;
    }
.detail-wrap{ padding: 44px 0 64px; }
  .detail-inner{ padding: 0 18px; }
  .brand-logo img{ width: 240px; }
  .vision-card{ min-height: 200px; border-radius: 16px; }
  .vision-card__content{ padding: 20px 18px; max-width: 100%; }
  .vision-card__title{ font-size: 25px; }
.prod-thumb{
    height: 213px;
}


  .feature-slide__bg.mo{
    display: block;
  }
 .feature-slide__bg,
 .feature-slide__content{
    display: none;
 }
 .pc_partnet{
    display: none;
 }
 .m_partnet{
    display: block;
 }
 .m_partnet img{
    width: 100%;
 }
}





@media (max-width: 450px){
          .pc_slid{
        display: none;
    }
    .m_slid{
        display: block;
    }
   
    .sub-title__desc {
        font-size: 11px;
    }
    .footer.sub{
        margin-top: 72px;
    }
}