.elementor-18644 .elementor-element.elementor-element-58f3edd{--display:flex;--min-height:100px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18644 .elementor-element.elementor-element-58f3edd:not(.elementor-motion-effects-element-type-background), .elementor-18644 .elementor-element.elementor-element-58f3edd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-18644 .elementor-element.elementor-element-a92f00e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-18644 .elementor-element.elementor-element-a92f00e{width:var( --container-widget-width, 1905px );max-width:1905px;--container-widget-width:1905px;--container-widget-flex-grow:0;}.elementor-18644 .elementor-element.elementor-element-aa68cc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18644 .elementor-element.elementor-element-3e4910f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 064px 0px 0px;}.elementor-18644 .elementor-element.elementor-element-3e4910f{width:var( --container-widget-width, 1440px );max-width:1440px;--container-widget-width:1440px;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-18644 .elementor-element.elementor-element-58f3edd{--content-width:1905px;}.elementor-18644 .elementor-element.elementor-element-aa68cc4{--content-width:1905px;}}@media(max-width:1199px){.elementor-18644 .elementor-element.elementor-element-aa68cc4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18644 .elementor-element.elementor-element-3e4910f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(max-width:991px){.elementor-18644 .elementor-element.elementor-element-aa68cc4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18644 .elementor-element.elementor-element-3e4910f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-18644 .elementor-element.elementor-element-58f3edd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18644 .elementor-element.elementor-element-a92f00e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-18644 .elementor-element.elementor-element-aa68cc4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18644 .elementor-element.elementor-element-3e4910f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a92f00e */:root{
  --nkc-black:#000;
  --nkc-black-900:#0f0f0f;
  --nkc-black-800:#1A1A1A;
  --nkc-grey-400:#b3b3b3;
  --nkc-grey-600:rgba(255,255,255,.56);
  --nkc-grey-700:rgba(255,255,255,.35);
  --nkc-border:rgba(255,255,255,.08);

  --gap-sm:16px;
  --gap-md:24px;
  --gap-lg:32px;

  --panel-width:22rem;         /* ≈ 352px */

  --dur-fast:.18s;
  --dur-mid:.25s;
  --half-offset: 200px;
   --navbar-h: 50px;        /* 헤더 기본 높이 */
  --navbar-h-sticky: 68px;
}
body{
  padding-top: var(--navbar-h);
  transition: padding-top var(--dur-mid);
}

/* 3) 헤더가 .is-sticky 일 때 패딩 줄이기 */
body.nav--shrunk{
  padding-top: var(--navbar-h-sticky);
}

#navbar_container {
  position: fixed;
  inset: 0 0 auto 0;
  height: 100px;
  z-index: 100;
  background: #fff;
  box-shadow: none;
  transition:
    background var(--dur-mid),
    box-shadow var(--dur-mid);
}
#navbar_container.is-sticky {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  height: 68px; 
}
/* 기본(투명 헤더) 상태: 아주 옅은 흰색 */


/* ───────── Nav 내부 레이아웃 ───────── */
/* 1️⃣ 공통 정의 – border 존재(연한 흰색), 부드러운 전환 */
.navbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background: none;

  /* 경계선: 기본은 흰색 6 % 불투명 */
  border-bottom: 1.5px solid #e1e1e1; 
  transition: border-color .25s;  /* 색상만 자연스럽게 바뀌도록 */
}

/* 2️⃣ 스크롤 후(sticky) – 어두운 선으로만 색상 덮어쓰기 */
#navbar_container.is-sticky .navbar__container {
   border-bottom-color: #d0d0d0;
}



/* ───────── 왼쪽 섹션: 햄버거 버튼 ───────── */
.navbar-section--left {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  margin-left: var(--gap-lg);
}

/* ───────── 로고 (중앙 정렬) ───────── */
.navbar__logo--link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.navbar__logo--link img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

/* 듀얼 로고(스크롤 전/후) */
.navbar__logo--link .logo--white {
  display: block;
}
.navbar__logo--link .logo--black {
  display: none;
}
#navbar_container.is-sticky .logo--white {
  display: none;
}
#navbar_container.is-sticky .logo--black {
  display: block;
}
#navbar_container.is-sticky .navbar__logo--link img {
  height: 56px;
}

/* ───────── 햄버거 버튼 ───────── */
.navbar-button--square {
  padding: 10px 8px;
  border: none;
  border-radius: 5px;
  background: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background var(--dur-fast);
}
/* ───────── 768px 이하(모바일) ───────── */
@media (max-width: 768px) {

  /* 1) 버튼이 들어 있는 래퍼 자체를 왼쪽에 붙이기 */
  .navbar-section--left { margin-left: 20px; }

  /* 2) 버튼과 화면 사이 여백도 0으로 */
  .navbar-button--square { padding-left: 0; }
}

.navbar-button--square:hover {
  background: #efefef;
}

/* 버튼 내부 아이콘 색상 */
.navbar-button--square svg {
  color: #222;
  transition: color var(--dur-fast);
}
#navbar_container.is-sticky .navbar-button--square svg {
  color: #222;
}

/* =============================================================
   ┃ 2. Mega-menu 컨테이너 & 딤(오버레이)
============================================================= */

/* ───────── Mega-menu 패널 ───────── */
.nav-menu__container {
  position: fixed;
  top: 0;
  left: 0;
  width: clamp(880px, 96vw, 1000px);
  max-width: 100vw;
height: 100dvh;
height: calc(var(--vh, 1vh) * 100);
  background: var(--nkc-black);
  color: #fff;
  border-right: 1px solid var(--nkc-black-800);
  z-index: 102;
  display: flex;
  flex-direction: column;
 overflow-y: hidden;             overscroll-behavior: contain; 
  transform: translateX(-110%);
  transition:
    transform .35s cubic-bezier(.65, .05, .36, 1);
}
.nav-menu__container[aria-hidden="false"] {
  transform: translateX(0);
}

/* ───────── 딤/오버레이 ───────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.64);
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-mid);
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* =============================================================
   ┃ 3. 메뉴 헤드 (닫기 · 검색)
============================================================= */

/* ───────── 헤더 바 전체 ───────── */
.menu-head {
  position: relative;
  flex-shrink: 0;
  height: 99px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--nkc-black);
  background: #000;
  padding: 0 var(--gap-md);
}

/* ───────── 닫기 버튼 패널 ───────── */
.menu-close {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--nkc-black-800);
}
.menu-close__button {
  background: inherit;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 12px;
  transition: background var(--dur-fast);
}
.menu-close__button:hover {
  background: #222;
}

/* ───────── 검색 패널 ───────── */
.menu-search {
  flex: 1;
  display: flex;
  align-items: center;
}
.menu-search__content {
    flex:1 1 auto;
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 99px;
  margin-left: var(--gap-md);
}
.menu-search__search-button {
  background: inherit;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: background var(--dur-fast);
}
.menu-search__search-button:hover {
  background: #1a1a1a;
}

.menu-search__input,
input[type=search] {
    width:100%; flex:1 1 auto; min-width:0;
       
  max-width: 100vw;
  background: #000 !important;
  color: #fff !important;
  caret-color: #fff !important;
  border: none;
  outline: none;
  box-shadow: none;
  font: 600 1.1rem/1 Pretendard, sans-serif;
  padding: 10px 16px;
  border-radius: 8px;
  box-sizing: border-box;
  transition:
    background var(--dur-fast),
    color var(--dur-fast),
    box-shadow var(--dur-fast);
}
.menu-search__input,
input[type="search"] {
  border: none !important;        /* 크롬·파폭 */
  outline: none !important;       /* 포커스 테두리 */
  box-shadow: none !important;    /* iOS·사파리 테두리 대용 */
  -webkit-appearance: none;       /* 사파리 기본 테두리 제거 */
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.menu-search__input::placeholder,
input[type=search]::placeholder {
  color: #b3b3b3;
  opacity: .8;
}
.menu-search__input:not(:focus),
input[type=search]:not(:focus) {
  caret-color: transparent !important;   /* 포커스 안 됐을 때 커서 완전 숨김 */
}

.menu-search__input:focus,
input[type=search]:focus {
  caret-color: #fff !important;          /* 포커스(클릭) 때만 흰색 커서 */
}

.menu-head,
.menu-search,
.menu-search__content {
  background: #000 !important;
}

/* =============================================================
   ┃ 4. 메뉴 바디 (2‑패널)
============================================================= */

/* ───────── 메뉴 바디 전체 (2패널 구조) ───────── */
.menu-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  overscroll-behavior: contain;
}

/* ───────── 좌측: 카테고리 패널 ───────── */
.category-panel {
  width: var(--panel-width);
  min-width: 240px;
  max-width: 28rem;
  background: var(--nkc-black-900);
  border-right: 1px solid var(--nkc-border);
  display: flex;
  flex-direction: column;
}
.category-panel__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.category-panel__body,
.category-item-panel {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;   /* ← iOS 모멘텀 스크롤 활성 */
  overscroll-behavior: contain;        /* 체인 방지(기존 유지) */
}

/* 카테고리 버튼 */
.category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 var(--gap-md) 0 calc(var(--gap-md) + 8px);
  font: 500 24px/64px Pretendard, sans-serif;
  letter-spacing: .4px;
  color: var(--nkc-grey-400);
  background: transparent;
  transition:
    background var(--dur-fast),
    color var(--dur-fast);
  cursor: pointer;
  user-select: none;
  text-decoration: none !important;
}
.category:hover {
  background: #333;
  color: #fff;
}
.category.active {
  background: #232323;
  color: #fff;
}

/* 카테고리 화살표 */
.category__arrow {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
  opacity: .35;
  transition:
    opacity var(--dur-fast),
    transform var(--dur-fast);
}
.category__arrow svg {
  width: 8px;
  height: 14px;
}
.category:hover .category__arrow {
  opacity: 1;
  transform: translateX(4px);
}
.category.active .category__arrow {
  opacity: 1;
  transform: none;
}

/* 카테고리 타이틀 */
.category__title {
  text-decoration: none !important;
}

/* ───────── 우측: 카테고리 아이템 패널 ───────── */
.category-item-panel {
  flex: 1;
  min-width: 0;
  background: var(--nkc-black);
  padding: 34px var(--gap-lg);
  overflow-y: auto;
  width: 1800px;
  max-width: calc(100vw - var(--panel-width) - 1rem);
  display: none;
}
.category-item-panel.is-active {
  display: block;
}

/* 패널 헤더 및 뒤로가기 */
.panel-header {
  display: none;
  margin-bottom: 32px;
}
.panel-back {
  background: none;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font: 500 16px/1 Pretendard, sans-serif;
  cursor: pointer;
  padding: 0;
  transition: color var(--dur-fast);
}
.panel-back:hover {
  color: #6bc1ff;
}

/* ───────── 카테고리 아이템 리스트 ───────── */
.category-item__listing {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.category-item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  border-radius: 7px;
  transition: background var(--dur-fast);
}
.category-item:hover {
  background: #181818;
}

/* 썸네일 */
.category-item__thumbnail {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #232323;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 컨텐츠(텍스트) */
.category-item__content {
  font: 900 16px/1 Pretendard, sans-serif;
  color: #fff;
}

/* =============================================================
   ┃ 5. 소셜 푸터
============================================================= */

/* ───────── 푸터 전체 ───────── */
.menu-body__footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: 20px var(--gap-lg);
  border-top: 1px solid var(--nkc-border);
  background: var(--nkc-black);
  min-height: 62px;
}

/* ───────── 소셜 아이콘 버튼 ───────── */
.social-media__item {
  background: none;
  border: none;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--dur-fast);
}
.social-media__item svg {
  width: 22px !important;
  height: 20px !important;
}
.social-media__item:hover {
  background: #161616;
}
.social-media__item:hover svg {
  fill: #fff;
}

/* =============================================================
   ┃ 6. 반응형 (Tablet · Mobile)
============================================================= */

/* ───────── 1040px 이하 (PC ~ 태블릿) ───────── */
@media (max-width: 1040px) {
  .nav-menu__container {
    width: 100vw !important;
  }
  .category-panel {
    width: clamp(200px, 30vw, 240px);
  }
  .category-item-panel {
    width: calc(100vw - clamp(200px, 30vw, 240px));
    padding: 24px 8px;
  }
  .menu-search__input,
  input[type=search] {
    width: 220px;
  }
}


/* ───────── 1023.98px 이하 (태블릿 이하) ───────── */
@media (max-width: 1023.98px) {
  /* 헤더: 세로 스택 */
  .menu-head {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  /* 닫기(X) 버튼 라인 */
  .menu-close {
    width: 100%;
    height: 72px;
    border: none;
   justify-content: flex-start;
   margin-left: 20px;
  }
  .menu-close__button {
    padding: 0;
  }
  /* 검색 라인 */
  .menu-search {
    width: 100%;
  }
  .menu-search__content {
    height: 72px;
    margin-left: 0;
    padding: 0 12px;
    border-top: 1px solid var(--nkc-border);
  }
  .menu-search__input {
    width: 100%;
  }
  /* 카테고리 행 크기 */
  .category {
    height: 72px;
    padding: 0 24px;
    font: 400 24px/72px Pretendard, sans-serif;
    letter-spacing: .2px;
  }
  /* Back 헤더 노출 */
  .panel-header {
    display: flex;
    height: 72px;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid var(--nkc-border);
  }
  .panel-back svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
  }
  /* 단열 레이아웃 (세로 쌓기) */
  .menu-body {
    flex-direction: column;
  }
  .category-panel,
  .category-item-panel,
  .menu-body__footer,
  .nav-menu__container {
    width: 100vw !important;
    left: 0 !important;
    max-width: 100vw !important;
  }
  .category-item-panel {
    padding: 20px 10px;
  }
  .menu-search__input,
  input[type=search] {
    width: 90vw;
  }
}

/* ───────── 480px 이하 (모바일) ───────── */
@media (max-width: 480px) {
  .category-item__content {
    font-size: 15px;
  }
  .category-item__thumbnail {
    width: 114px;
    height: 114px;
  }
 input[type=search] {
    width: 290px;
    max-width: 100vw;
  }
  .navbar__logo--link img {
    height: 56px;  
}
}
/* =============================================================
   ┃ 7. 전역 리셋
============================================================= */
html, body {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
padding-inline:0;
  overflow-x: hidden;
  box-sizing: border-box;
}
body {
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}
.globalnav-root {
  z-index: 100 !important;
}
.navigation-menu {
  outline: none !important;
}
/* 링크 전역: 밑줄 제거 */
.category,
.category:visited,
.category__title,
.category__title:visited {
  text-decoration: none !important;
}

/* ========================================
   1) WebKit(Chrome · Edge · Safari 등)
======================================== */
.category-panel__body,
.category-item-panel {
  /* 기본값: 얇은 오버레이 느낌 */
  scrollbar-width: thin;                 /* ← Firefox용(아래 2번)도 함께 처리 */
  scrollbar-gutter: stable;              /* 내용 흔들림 방지 */

  /* 색상 변경(선택) */
  --scroll-track:  var(--nkc-black-800); /* 트랙 */
  --scroll-thumb:  #6bc1ff;              /* 엄지(thumb) */
}

/* 세로 스크롤바 공통 */
.category-panel__body::-webkit-scrollbar,
.category-item-panel::-webkit-scrollbar {
  width: 10px;          /* 굵기 */
}
/* 트랙(배경) */
.category-panel__body::-webkit-scrollbar-track,
.category-item-panel::-webkit-scrollbar-track {
  background: var(--scroll-track);
}
/* 엄지(thumb) */
.category-panel__body::-webkit-scrollbar-thumb,
.category-item-panel::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb);
  border-radius: 6px;
  border: 2px solid var(--scroll-track); /* padding 효과 */
  transition: background-color .18s;
}
/* 호버 시 강조 */
.category-panel__body:hover::-webkit-scrollbar-thumb,
.category-item-panel:hover::-webkit-scrollbar-thumb {
  background-color: #91d4ff;
}

/* ========================================
   2) Firefox 전용(앞서 지정한 색상을 그대로 사용)
======================================== */
@supports (scrollbar-color: red blue) {
  .category-panel__body,
  .category-item-panel {
    scrollbar-color: var(--scroll-thumb) var(--scroll-track); /* thumb · track */
    scrollbar-width: thin;           /* none | thin | auto  */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e4910f *//* =================== 색상, 여백, 폰트 등 공통 변수 =================== */
:root {
  --nkc-color-black: #000;
  --nkc-color-white: #fff;
  --nkc-color-grey-100: #f8f9fa;
  --nkc-color-grey-300: #dee2e6;
  --nkc-color-grey-600: #6c757d;
  --nkc-color-blue-600: #0050b8;
  --nkc-color-blue-800: #002d74;
  --nkc-radius-sm: .375rem;
  --nkc-radius-md: .75rem;
  --nkc-radius-lg: 1.25rem;
  --nkc-spacing-xs: .25rem;
  --nkc-spacing-sm: .5rem;
  --nkc-spacing-md: 1rem;
  --nkc-spacing-lg: 1.5rem;
  --nkc-spacing-xl: 2rem;
  --nkc-spacing-2xl: 3rem;
}

/* =================== 전체 아티클 레이아웃 =================== */
.nkc-article {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--nkc-spacing-lg);
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.65;
  color: var(--nkc-color-black);
}

/* =================== 아티클 헤더 =================== */
.nkc-article__category {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--nkc-color-grey-100);
  color: var(--nkc-color-grey-600);
  border-radius: var(--nkc-radius-sm);
  padding: var(--nkc-spacing-xs) var(--nkc-spacing-sm);
  margin-bottom: var(--nkc-spacing-sm);
  letter-spacing: 0.05em;
}

/* 제목(기본 2rem, 데스크탑에서 3rem로 증가) */
.nkc-article__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 var(--nkc-spacing-md);
}
@media (min-width: 56.5rem) {
  .nkc-article__title { font-size: 3rem; }
}

/* 날짜 표시 */
.nkc-article__date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--nkc-color-grey-600);
  margin-bottom: var(--nkc-spacing-xl);
}

/* =================== 히어로 이미지 영역 =================== */
.nkc-article__hero {
  position: relative;
  width: 100%;
  height: 43vw;
  max-height: 70vh;
  overflow: hidden;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: var(--nkc-spacing-xl);
  
}
/* 히어로 이미지(중앙 하단 기준, 화면 비율에 맞게 늘어남) */
.nkc-article__hero-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110vw;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  transform: translateX(-50%);
  display: block;
}

/* =================== 히어로 텍스트(하단 검정 반투명 바) =================== */
.nkc-hero-text-wrapper {
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0.25rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-sizing: border-box;
}
/* 2분할 그리드: 왼쪽(카테고리 등) / 오른쪽(사진 출처 등) */
.nkc-hero-text-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
}
/* 각각 50% 안에서 중앙 정렬 */
.nkc-hero-text-main,
.nkc-hero-text-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.nkc-hero-text-content {
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}
.nkc-hero-text-caption-content {
  font-size: 0.85rem;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
}

/* ===== 모바일(700px 이하)에서 히어로 텍스트 위/아래 두 줄로 분리 ===== */
@media (max-width: 700px) {
  .nkc-article__hero { height: 44vw; min-height: 128px; }
  .nkc-hero-text-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    gap: 0.2rem;
  }
  .nkc-hero-text-main,
  .nkc-hero-text-caption {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .nkc-hero-text-content,
  .nkc-hero-text-caption-content {
    font-size: 1rem;
    white-space: normal;
  }
}

/* =================== 2단(공유/임팩트 + Keypoints) =================== */
.nkc-two-col {
  display: flex;
  flex-direction: column;
  gap: var(--nkc-spacing-xl);
  margin-bottom: var(--nkc-spacing-2xl);
}
/* 데스크탑에서는 가로로 2단 */
@media (min-width: 56.5rem) {
  .nkc-two-col { flex-direction: row; }
}
.nkc-two-col__left {
  flex: 0 0 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: var(--nkc-spacing-xl);
}
.nkc-two-col__right { flex: 1; }

/* =================== 공유(SHARE) =================== */
.nkc-share__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 var(--nkc-spacing-sm);
}
.nkc-share__list {
  display: flex;
  gap: var(--nkc-spacing-md);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nkc-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background .2s, transform .2s;
}
.nkc-share__link svg {
  width: 100%;
  height: 100%;
  fill: var(--nkc-color-black);
}
.nkc-share__link:hover {
  background: var(--nkc-color-grey-100);
  transform: translateY(-2px);
}
.nkc-share__link:hover svg {
  fill: var(--nkc-color-blue-800);
}

/* =================== 임팩트 박스(IMPACT BOX) =================== */
.nkc-impact {
  background: var(--nkc-color-grey-100);
  border-radius: var(--nkc-radius-lg);
  padding: var(--nkc-spacing-lg);
}
.nkc-impact__badge {
  display: inline-block;
  background: var(--nkc-color-black);
  color: var(--nkc-color-white);
  padding: var(--nkc-spacing-xs) var(--nkc-spacing-lg);
  border-radius: var(--nkc-radius-sm);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: var(--nkc-spacing-md);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.nkc-impact__title {
  font-size: 1.375rem;
  font-weight: 900;
  margin: 0;
}
.nkc-impact__title a {
  color: var(--nkc-color-blue-600);
  text-decoration: none;
}
.nkc-impact__title a:hover {
  text-decoration: underline;
}

/* =================== 주요포인트(KEYPOINTS) =================== */
.nkc-keypoints {
  padding-left: var(--nkc-spacing-md);
}
.nkc-keypoints li {
  font-size: 1.25rem;
  font-weight: 700
  margin-bottom: var(--nkc-spacing-lg);
}
/* 데스크탑에서만 왼쪽 구분선(실선) */
@media (min-width: 56.5rem) {
  .nkc-keypoints {
    position: relative;
  }
  .nkc-keypoints::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--nkc-color-grey-300);
  }
}

/* =================== 본문(BODY) =================== */
.nkc-article__body p {
  margin: 0 0 var(--nkc-spacing-lg);
  font-size: 1.125rem;
}
.nkc-article__body h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: var(--nkc-spacing-xl) 0 var(--nkc-spacing-md);
}

/* =================== 인라인 이미지(본문 중간) =================== */
.nkc-article__image {
  margin: var(--nkc-spacing-2xl) 0;
}
.nkc-article__image img {
  width: 100%;
  
  /* [수정 1] 원하는 높이를 설정합니다. (예: 400px, 500px 등) */
  height: 450px;       /* 또는 max-height를 쓰셔도 되지만, 고정 높이를 원하시면 height가 낫습니다. */
  
  /* [수정 2] 핵심 해결책: 비율을 유지하며 영역 채우기 */
  object-fit: cover;   
  
  /* (선택사항) 이미지가 잘릴 때 중심을 어디로 할지 설정 (기본값: center center) */
  object-position: center; 
  
  border-radius: var(--nkc-radius-lg);
  display: block;
}

.nkc-article__image figcaption {
  font-size: .875rem;
  color: var(--nkc-color-grey-600);
  margin-top: var(--nkc-spacing-xs);
  text-align: center;
}

/* =================== 인용문(QUOTE) =================== */
.nkc-quote {
  background: #f0f5ff;
  border-left: 4px solid var(--nkc-color-blue-600);
  padding: var(--nkc-spacing-md) var(--nkc-spacing-lg);
  margin: var(--nkc-spacing-2xl) 0;
  border-radius: var(--nkc-radius-sm);
  font-style: italic;
}
.nkc-quote cite {
  display: block;
  margin-top: var(--nkc-spacing-xs);
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

/* =================== 연관기사(RELATED) =================== */
.nkc-article__related {
  border-top: 1px solid var(--nkc-color-grey-300);
  margin-top: var(--nkc-spacing-2xl);
  padding-top: var(--nkc-spacing-xl);
}
.nkc-related__title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: var(--nkc-spacing-md);
}
.nkc-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--nkc-spacing-sm);
}
.nkc-related__list a {
  color: var(--nkc-color-blue-600);
  font-weight: 700;
  text-decoration: none;
}
.nkc-related__list a:hover {
  text-decoration: underline;
}

/* =================== CTA(콜투액션) 영역 =================== */
.nkc-cta {
  background: var(--nkc-color-blue-800);
  color: var(--nkc-color-white);
  padding: var(--nkc-spacing-xl);
  border-radius: var(--nkc-radius-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--nkc-spacing-lg);
  margin-top: var(--nkc-spacing-2xl);
}
.nkc-cta__logo {
  width: 120px;
  height: auto;
  flex: 0 0 auto;
}
.nkc-cta__title {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 var(--nkc-spacing-sm);
}
.nkc-cta__text {
  font-size: 1rem;
  margin: 0 0 var(--nkc-spacing-md);
}
.nkc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 9999px;
  padding: var(--nkc-spacing-sm) var(--nkc-spacing-lg);
  text-decoration: none;
  transition: background .2s;
}
.nkc-btn--primary {
  background: var(--nkc-color-white);
  color: var(--nkc-color-blue-800);
}
.nkc-btn--primary:hover {
  background: #e9ecef;
}
@media (min-width: 40rem) {
  .nkc-cta { flex-wrap: nowrap; }
  .nkc-cta__content { flex: 1 1 auto; }
}

/* =================== 모바일 최적화 공통(40rem 이하) =================== */
@media (max-width: 40rem) {
  .nkc-two-col__left .nkc-share__list {
    flex-direction: row;
    gap: var(--nkc-spacing-sm);
  }
.nkc-keypoints { 
    padding-left: 0; 
    margin-top: -6rem;  /* 이 부분은 필요에 따라 삭제/조정 */
    font-size: 2rem;    /* 이 줄은 주요포인트 글씨 크기 */
  }
  
  .nkc-impact__title { 
    font-size: 1.125rem; 
    line-height: 1.4; 
  }
  .nkc-keypoints__title {
      font-size: 1.5rem;
  }
 .nkc-keypoints li {
  font-size: 1rem;
  font-weight: 500
}
 
  /* === 본문 텍스트 크기 고정 === */
  .nkc-article__body p {
    font-size: 1rem !important;   /* 16px, 모바일에서만 적용 */
  }
  .nkc-article__ {
      height: 100px;
  }
  .nkc-article__hero {
    height: 270px;         /* 기존 43~44vw → 48~62vw 등으로 조정 */
    min-height: 270px;    /* 최소 높이 보장 (원하는 만큼 조정) */
    max-height: none;     /* 필요 시 */
  }
  .nkc-hero-text-content {
      font-size: .8rem;
  }
  .nkc-hero-text-caption-content {
      font-size: .8rem;
  }
  ..nkc-hero-text-wrapper {
      margin-bottom: 1rem;
  }
}
@media (max-width: 700px) {
  section.nkc-article.nkc-article {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

body.dark .nkc-article__title { color:#e4fbff; }
body.dark .nkc-keypoints__list li { border-left: 4px solid #9ef7e3; background: #20334a; color:#e5fff7;}
body.dark .nkc-quote { border-left: 5px solid #f6d878; background: #223248; color: #f2f3ef;}
body.dark .nkc-impact__badge { background: #194d80; color: #baffff;}
body.dark .nkc-license__title, body.dark .nkc-related__title { color:#fff8ae;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-aa68cc4 */.elementor-template-full-width .e-con.e-flex > .e-con-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}/* End custom CSS */