.elementor-10014 .elementor-element.elementor-element-3e7cce4{--display:flex;--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;--gap:0px 24px;--row-gap:0px;--column-gap:24px;--margin-top:020px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10014 .elementor-element.elementor-element-f99c3d7 > .elementor-widget-container{margin:0px 0px 040px 025px;padding:0px 64px 0px 64px;}@media(max-width:767px){.elementor-10014 .elementor-element.elementor-element-3e7cce4{--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-10014 .elementor-element.elementor-element-f99c3d7{width:initial;max-width:initial;}.elementor-10014 .elementor-element.elementor-element-f99c3d7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-10014 .elementor-element.elementor-element-3e7cce4{--content-width:1905px;}}/* Start custom CSS for html, class: .elementor-element-f99c3d7 */body.dark,
html.dark {
  background: #191b1f;
  color: #e6eaf2;
}

/* 메뉴 영역 */
body.dark .nkc-menu {
  background: #171a1e;
  color: #f1f6ff;
  border-right: 1px solid #23262b;
}
body.dark .nkc-menu-title { color: #e6eaf2; }
body.dark .nkc-menu-item,
body.dark .nkc-menu-toggle,
body.dark .nkc-menu-text,
body.dark .nkc-menu-text-header,
body.dark .nkc-menu-text1,
body.dark .nkc-menu-text2 { color: #e0e9f9; }
body.dark .nkc-menu-item.is-active,
body.dark .nkc-menu-item:hover {
  background: #202c4c;
  color: #73bbff;
}
body.dark .nkc-submenu {
  background: #232534;
}
body.dark .nkc-accordion-desktop-title,
body.dark .nkc-accordion-button { color: #a8d2ff; }
body.dark .nkc-accordion-panel { background: #191b1f; }
body.dark .nkc-menu-divider, 
body.dark .nkc-divider { border-color: #293046; }

/* 뒤로가기 */
body.dark .nkc-back-button,
body.dark .nkc-back-label { color: #7ebdf9; }
body.dark .nkc-back-button:hover { background: #202a38; color: #fff; }

/* 리더십 섹션 */
body.dark .nkc-leadership-section {
  background: #1c1f24;
  color: #e6eaf2;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(0,0,0,.17);
}
body.dark .nkc-section-title { color: #a6d1fd; }
body.dark .nkc-leadership-description strong { color: #77c7ff; }
body.dark .nkc-leadership-description { color: #c4d6ea; }
body.dark .nkc-divider { border-color: #223255; }

/* 인물 카드 그리드 */
body.dark .nkc-profile-grid {
  background: none;
}

/* 인물 카드(각 프로필) */
body.dark .nkc-profile-wrapper {
  background: #21262c;
  color: #e1e9f9;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10);
  border: 1px solid #253254;
  margin-bottom: 2.5rem;
}
body.dark .nkc-profile-name { color: #7cc4ff; }
body.dark .nkc-profile-title { color: #b1d6fa; }
body.dark .nkc-profile-content { color: #c8e4ff; }
body.dark .nkc-float-image {
  background: #191b1f;
  border-radius: 14px;
  border: 1.5px solid #253254;
  box-shadow: 0 4px 16px #19355933;
}

body.dark .nkc-profile-link {
  color: #7fd3ff;
  background: #212d3b;
  border-radius: 7px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: background .16s, color .16s;
  margin-top: 8px;
  font-weight: 600;
}
body.dark .nkc-profile-link:hover {
  background: #254a78;
  color: #fff;
}
body.dark .nkc-profile-link-text { color: inherit; }
body.dark .nkc-profile-icon { color: #6ec8ff; fill: #6ec8ff; margin-left: 2px; }

@media (max-width: 700px) {
  body.dark .nkc-leadership-section { border-radius: 0; }
  body.dark .nkc-profile-wrapper { border-radius: 11px; }
}

/* 링크 강조 */
body.dark a { color: #68bbff; }
body.dark a:hover { color: #49a2e2; }

/* SVG 아이콘 */
body.dark .nkc-menu-icon,
body.dark .nkc-icon-back,
body.dark .nkc-accordion-icon { color: #64b3ff; fill: #64b3ff; }


/* 원하는 클래스/상태에서 배경색 제거 */
.nkc-menu .is-active,
.nkc-menu .active,
.nkc-menu .selected {
  background: none !important;
}

.content-container--content-v2,
.nkc-container {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .content-container--content-v2,
  .nkc-container {
    display: block;
  }
}

/* ─────────── 2. 내비게이션 메뉴 ─────────── */
nav.nkc-menu {
  width: 100%;
  height: 80vh;
  padding: 24px 16px;
  overflow-y: auto;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  position: relative;
}

/* 스크롤바(데스크톱/태블릿 스타일) */
nav.nkc-menu::-webkit-scrollbar { width: .5px; }
nav.nkc-menu::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
  border-radius: 3px;
}
nav.nkc-menu::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
  transition: background .3s;
}
nav.nkc-menu:hover::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
}

/* ─────────── 3. 메뉴 항목─────────── */
#nkc-toggle-chairman .nkc-menu-text-header {
    color: #000;
    font-weight: 900;
}
.nkc-menu-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #000;
}
.nkc-menu-group { margin-bottom: 24px; }
.nkc-menu-item {
  display: block;
  padding: .2px 0;      /* ← 실제 원하는 간격으로 조절하세요! */
  text-decoration: none;
}
.nkc-menu-item .nkc-menu-text {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 23px;

}
.nkc-menu-text1 {
    font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: .5rem;
  text-decoration: none;
}


.nkc-menu-text2{
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: .5rem;
  text-decoration: none;
}

/* 호버 시: 밑줄만 */
.nkc-menu-item:hover .nkc-menu-text2 {
  text-decoration: underline;
}

/* is-active(또는 active): 진하게+밑줄+검정색 */
.nkc-menu-item.is-active .nkc-menu-text2,
.nkc-menu-toggle.active .nkc-menu-text2,
.nkc-menu-toggle.is-active .nkc-menu-text2 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.nkc-menu-item .nkc-menu-text {
  color: #666;
  font-weight: 400;
  text-decoration: none;
}

/* 호버 시: 밑줄만 */
.nkc-menu-item:hover .nkc-menu-text {
  text-decoration: underline;
}

/* is-active: 진하게 + 밑줄 + 컬러 */
.nkc-menu-item.is-active .nkc-menu-text {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}


.nkc-accordion-button {
  background: none !important;
}

.nkc-accordion-button:hover,
.nkc-accordion-button:focus,
.nkc-accordion-button:active {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}





/* ─────────── 4. 토글 메뉴 (상임의장, 정보공개) ─────────── */
.nkc-menu-toggle { cursor: pointer; }
.nkc-menu-toggle .nkc-menu-text-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: .1px 0 .1px;
}
/* 호버 시: 밑줄만 */
.nkc-menu-toggle:hover .nkc-menu-text-header {
  text-decoration: underline;
}

/* active(또는 is-active): 진하게 + 밑줄 + 컬러 */
.nkc-menu-toggle.active .nkc-menu-text-header,
.nkc-menu-toggle.is-active .nkc-menu-text-header {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.nkc-menu-toggle .nkc-menu-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
  fill: currentColor;
  stroke: currentColor;
  vertical-align: middle;
  display: inline-block;
}

/* ─────────── 5. 서브메뉴 ─────────── */
.nkc-submenu {
  display: none;
  padding-left: 1rem;
  margin-left: 1px;
}
.nkc-submenu.open {
  display: block;
}
.nkc-submenu .nkc-back-button {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: none;
  border: none;
  padding: 0 0 0px;
  cursor: pointer;
}
.nkc-submenu .nkc-icon-back {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}
.nkc-submenu .nkc-back-label { font-size: 16px; }
.nkc-submenu .nkc-menu-item { padding: 0px 0; }
.nkc-submenu .nkc-menu-text {
  font-size: 16px;
  color: #555;
  padding-left: 2px;
}

/* ─────────── 6. 아코디언 (관련 링크) ─────────── */
.nkc-accordion {
  margin-top: 24px;
}
.nkc-accordion-desktop-title {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.nkc-accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: color .2s, font-weight .2s;
}
.nkc-accordion-button .nkc-accordion-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 0;
  margin-bottom: .7rem;
  vertical-align: middle;
  display: inline-block;
}
.nkc-accordion-button[aria-expanded="false"] + .nkc-accordion-panel {
  display: none;
}
.nkc-accordion-button[aria-expanded="true"] + .nkc-accordion-panel {
  display: block;
  padding-left: 1rem;
}
.nkc-accordion-button .nkc-accordion-icon {
  color: #000;                /* 아이콘 기본 색상 */
  fill: currentColor;
  stroke: currentColor;
}

.nkc-accordion-button[aria-expanded="true"] .nkc-accordion-icon {
  color: #009688;             /* 펼침(활성) 상태 아이콘 색상 */
}
.nkc-accordion-button:hover .nkc-accordion-icon {
  color: #888;                /* hover 시 아이콘 색상 (옵션) */
}

/* - 전환 */
.nkc-accordion-button[aria-expanded="true"] .nkc-accordion-icon > path:nth-of-type(2) {
  display: none;
}
hr.nkc-menu-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 1.5rem 0 0;
}
/* 아코디언 마지막 구분선만 숨기기 */
.nkc-accordion > hr.nkc-menu-divider:last-child {
  display: none;
}

/* 1. 데스크톱(기본): 숨김 */
.nkc-back-button { display: none; }
@media screen and (min-width: 769px) {
  /* 7-1. 아코디언 아이콘 완전 숨김 (더 높은 우선순위 적용) */
 
  .nkc-menu-toggle .nkc-menu-icon {
    display: none !important;
  }
  .nkc-accordion-button .nkc-accordion-icon {
    display: none !important;
  }
  .nkc-accordion-desktop-title {
    display: none !important;
  }

  /* 7-2. 내비게이션 메뉴: 기본적으로 스크롤바 숨김 */
  nav.nkc-menu::-webkit-scrollbar {
    display: none !important;
  }

  /* 7-3. 하위메뉴(.nkc-submenu.open)가 열렸을 때만 스크롤바 보이기 */
  nav.nkc-menu:has(.nkc-submenu.open)::-webkit-scrollbar {
    display: block !important;
    width: 6px;
  }
  nav.nkc-menu:has(.nkc-submenu.open)::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }
  nav.nkc-menu:has(.nkc-submenu.open)::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: background 0.3s;
  }
  nav.nkc-menu:has(.nkc-submenu.open):hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
  .nkc-accordion-button[aria-expanded="false"] + #nkc-accordion-panel-related,
#nkc-accordion-panel-related                   { display:block !important; }
}
/* ────────────────────────────────────────────────────────
   8. 태블릿 이하 (max-width: 768px)
──────────────────────────────────────────────────────── */
@media screen and (max-width: 768px) {
  section.nkc-purpose-section {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  nav.nkc-menu { overflow-y: auto; }
  nav.nkc-menu::-webkit-scrollbar { display: block; }
}
/* ────────────────────────────────────────────────────────
   9. 모바일 (max-width: 480px)
──────────────────────────────────────────────────────── */
@media screen and (max-width: 480px) {

  nav.nkc-menu {
    padding: 12px 0 !important;
    overflow-y: visible !important;
    height: auto !important;
    max-height: none !important;
    scrollbar-width: none !important;    /* Firefox */
    -ms-overflow-style: none !important; /* IE/Edge */
  }
  nav.nkc-menu::-webkit-scrollbar {
    display: none !important;            /* Chrome/Safari */
    width: 0 !important;
    background: transparent !important;
  }
  /* 개별 메뉴 항목 폰트 및 간격 */
  .nkc-menu-item {
    font-size: 1rem;
    padding: 1rem 0 3;
    margin-bottom: 0;
  }
  /* 메뉴 타이틀 여백, 크기 */
  .nkc-menu-title {
    font-size: 1.5rem;
    margin-bottom: 0;
    letter-spacing: 0.02em;
  }
   .nkc-accordion-desktop-title {
    display: none;
  }
  .nkc-accordion {
    margin-top: 10px;
    margin-bottom: 20px;
    
  }
   .nkc-accordion > hr.nkc-menu-divider:last-child {
    display: block !important;
    margin-top: 1px;
  }
  .nkc-menu-text1 {
      padding-bottom: 0;
  }
  
}


/* ───────────────────────────────────────────────────────
   모바일(≤768 px) – 상임의장 토글·서브만 노출
──────────────────────────────────────────────────────── */
@media screen and (max-width: 768px) {
 
     section.nkc-chairman-area  {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  /* 1. 상단 타이틀 과 뒤로가기 버튼만 유지 */
  .nkc-menu-title  { display:block !important; }
  .nkc-back-button { display:flex  !important; }

  /* 2. 1차 ‘단독 링크’ 전부 숨김 */
  .nkc-menu-group > .nkc-menu-item { display:none !important; }

  /* 3. 기본값: 모든 토글 + 서브메뉴 숨김 */
  .nkc-menu-toggle,
  .nkc-menu-toggle + .nkc-submenu { display:none !important; }

  /* 4. 단, 상임의장 토글·서브(ID 지정)만 다시 표시 */
  #nkc-toggle-chairman,
  #nkc-submenu-chairman         { display:block !important; }

  /* 5. 서브메뉴가 펼쳐졌을 때(=nav 안에 .open):
        ▶ 아이콘(.nkc-menu-icon) 전부 숨김, 뒤로가기 화살표 유지 */
  nav.nkc-menu:has(#nkc-submenu-chairman.open) .nkc-menu-icon {
    display:none !important;
  }

  /* 6. 아코디언(관련 링크)·구분선 제거 */
  .nkc-accordion,
  .nkc-menu-divider { display:none !important; }
  #nkc-toggle-chairman .nkc-menu-icon{display:none!important;}
  
 /* 기존 스타일에서 button → a 모두 적용 */
.nkc-back-button {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: none;
  border: none;
  padding: 0 0 0px;
  cursor: pointer;
  text-decoration: none;    /* 링크 밑줄 제거 */
}

/* 아이콘(svg) 스타일 동일하게 */
.nkc-icon-back {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: currentColor;
  display: inline-block;
  margin-top: 1.3rem;
  color: #666;
}


/* 호버/포커스 시 스타일(필요에 따라 추가) */
.nkc-back-button:hover,
.nkc-back-button:focus {
  color: none;
  text-decoration: underline;
  outline: none;
}
.nkc-menu-text-header {
    margin-top: 1.6rem;
}
/* 텍스트도 동일 */
.nkc-back-label {
  font-size: 14px;
  margin-top: 1.3rem;
  color: #666;
}

}
/* ================================================================
   역대 상임의장 소개
   ================================================================ */
   section.nkc-leadership-section {
    padding: 10px 3rem;
    box-sizing: border-box;
    margin-left: 2.5rem;
    margin-top: -1rem;
    font-family: 'Noto Sans KR', sans-serif;
  }

/* 제목 */
  .nkc-section-title {
    font-size: 3rem;
    font-weight: 800;
    margin: 0.2rem 0 1.5rem;
    color: #111;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .nkc-leadership-description p {
    margin: 1rem 0 3rem;
    font-size: 1.125rem;
    line-height: 1.6;
    
  }
  /* ▒▒ 프로필 전체 래퍼 ▒▒ */
  .nkc-profile-wrapper {
    max-width: auto;
    margin: 0 auto;
    padding-top: 3rem;   /* TRBL */
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.7;
    color: #222;
  }
   /* ▒▒ 본문 단락 ▒▒ */
  .nkc-profile-wrapper p {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #333;
    
  }
  /* ▒▒ 텍스트 & 이미지 컨테이너 ▒▒ */
  .nkc-profile-content { overflow: hidden; }   /* float 해제 */
  /* ▒▒ 이름 & 직책 ▒▒ */
  .nkc-profile-name  { font-size: 1.8rem; font-weight: 800; margin-bottom: .2rem; color: #111; }
  .nkc-profile-title { font-size: 1.4rem; font-weight: 500; margin-bottom: 1.2rem; color: #555; 
      font-family: 'Noto Sans KR', sans-serif;
  }
    /* ▒▒ 프로필 이미지 ▒▒ */
  .nkc-float-image {
    float: left;
    display: block;
    width: 200px;
    height: 200px !important;;
    margin: 0 1rem 1rem 0;
    border-radius: 8px;
    object-fit: cover;
    object-position: center top;
  }
 /* 프로필 이미지 둥근 모서리 추가 */
  .nkc-profile-content img {
    border-radius: 8px;
  }
  /* ▒▒ 추가 링크 ▒▒ */
  .nkc-profile-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    color: #0066cc;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .3px;
    font-size: 1rem;
  }
  .nkc-profile-link:hover { text-decoration: underline; }
  .nkc-profile-icon {
    width: 18px;
    height: 12px;
    margin-left: 7px;
    margin-top: -2px;
  }
  /* ────────────────────────────────────────────────────────
   8. 태블릿 이하 (max-width: 768px)
──────────────────────────────────────────────────────── */
@media screen and (max-width: 768px) {
  section.nkc-leadership-section  {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
} /* ────────────────────────────────────────────────────────
   9. 모바일 (max-width: 480px)
──────────────────────────────────────────────────────── */
@media screen and (max-width: 480px) {
  .nkc-section-title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    margin-top: 1.5rem;
  }
  .nkc-leadership-description p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
   /* ■ 이미지 – float 해제 & 전체 폭 */
    .nkc-float-image {
      max-width: 200px;
      max-height: 200px;
    }
     /* ■ 본문 텍스트 */
    .nkc-profile-wrapper p {
      font-size: .9rem;
      line-height: 1.75;
    }
    /* ■ 추가 링크 버튼 */
    .nkc-profile-link {
      font-size: .9rem;
      gap: .25rem;
    }
    .nkc-back-button,
.nkc-back-button:hover,
.nkc-back-button:active,
.nkc-back-button:focus {
  background: transparent !important;
  /* 필요하면 border, box-shadow 등도 없앰 */
  box-shadow: none !important;
  border: none !important;
}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3e7cce4 */.elementor-template-full-width .e-con.e-flex > .e-con-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}/* End custom CSS */