.elementor-11046 .elementor-element.elementor-element-9070914{--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:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11046 .elementor-element.elementor-element-865209b{width:var( --container-widget-width, 1322px );max-width:1322px;--container-widget-width:1322px;--container-widget-flex-grow:0;}.elementor-11046 .elementor-element.elementor-element-865209b > .elementor-widget-container{margin:0px 0px 0px 048px;padding:0px 064px 0px 064px;}@media(max-width:767px){.elementor-11046 .elementor-element.elementor-element-9070914{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11046 .elementor-element.elementor-element-865209b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-11046 .elementor-element.elementor-element-9070914{--content-width:1905px;}}/* Start custom CSS for html, class: .elementor-element-865209b *//* ────────────── 전체 컨테이너 ────────────── */
.nkc-content-container {
  overflow: clip;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Noto Sans KR', 'Noto Sans';
}
.nkc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

/* ────────────── 사이드바(About) ────────────── */
.nkc-sidebar {
  width: 100%;
  max-width: 350px;
  flex: 0 0 33.3333%;
  margin-bottom: 2rem;
}
.nkc-nav-list {
  padding: 0;
  list-style: none;
  margin: 0 0 1.5em 0;
}
.nkc-nav-header {
  border-bottom: 1px solid #d5e0e8;
  font-size: 1em;
  font-color: #1414;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 6px;
}
.nkc-nav-header span {
  border-bottom: 3px solid #d5e0e8;
  padding-bottom: 8px;
  display: inline-block;
}
.nkc-nav-item {
  border-bottom: 1px solid #d5e0e8;
  padding: 0.85em 0;
}
.nkc-nav-item a {
  color: #0065f2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.nkc-nav-item a:hover {
  color: #174fa6;
}

/* ────────────── 메인 타이틀 ────────────── */
.nkc-page-title {
  display: block;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #162345;
  margin: 0 0 .1em 0;
  line-height: 1.13;
  font-family: 'Noto Sans KR', 'Noto Sans'
}

/* ────────────── 기사 리스트 ────────────── */
.nkc-media-articles-list-content {
  flex: 1 1 66.6666%;
  min-width: 0;
}

.nkc-media-list {
  margin-bottom: 2.5em;
}

.nkc-media-article {
  padding: 2.1em 0 0.9em 0;
  border-top: 1.5px solid #dbe6ef;
}
.nkc-media-article:first-child {
  border-top: none;
}
.nkc-media-articles-list-content {
  max-width: 696px;  /* ← 기사 전체 폭을 제한 */
}
.nkc-media-link {
  display: block;
  color: #19254b;
  font-weight: 800;
  font-size: 1.17em;
  line-height: 1.48;
  margin-bottom: 0.7em;
  text-decoration: none;
  transition: color 0.18s;
  word-break: break-word;        max-width: 100%;  
  white-space: normal !important; /* 줄바꿈 강제 */
}


.nkc-media-link:hover {
  color: #1a49b7;
}

.nkc-media-meta {
  display: flex;
  gap: 1.3em;
  color: #a0b0c0;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
}
.nkc-media-type {
  font-weight: 700;
  margin-right: 1em;
}
.nkc-media-date {
  color: #a0b0c0;
  font-weight: 400;
}

/* ────────────── 페이징 바 (정확한 px 고정) ────────────── */
.nkc-pagination-container {
  display: flex;
  width: 100%;
  max-width: 696px;         /* 이미지 느낌의 콤팩트 사이즈 */
  margin: 2.5em auto 1.5em auto;
  border: 1.5px solid #dbe6ef;
  background: #fff;
  box-sizing: border-box;
  /* 불필요한 padding, float, position 제거 */
  padding: 0;
  position: static;
  float: none;
}

.nkc-pagination-direction,
.nkc-pagination-info {
  min-width: 0;
  max-height: 92.32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0;              /* 여백 없음 */
}
.nkc-pagination-prev,
.nkc-pagination-next {
  flex: 0 0 92.39px;     /* 고정 */
}
.nkc-pagination-info {
  flex: 1 1 0;        /* 남은 공간 모두 차지 */
}

.nkc-pagination-prev {
  color: #c3d3e1;
  cursor: not-allowed;
  border-right: 1px solid #dbe6ef;
  
}
.nkc-pagination-info {
  color: #c3d3e1;
  border-left: 1px solid #dbe6ef;
  border-right: 1px solid #dbe6ef;
  font-weight: 500;
}
.nkc-pagination-next {
  color: #111;
  font-weight: 800;
  cursor: pointer;
  border-left: 1px solid #dbe6ef;
  text-decoration: none;
  transition: color 0.2s;
}
.nkc-pagination-next:hover {
  color: #1a49b7;
}

/* 모바일 대응 */
@media (max-width: 600px) {
  .nkc-pagination-container {
    max-width: 100%;
    min-width: 0;
  }
  .nkc-pagination-direction,
  .nkc-pagination-info {
    font-size: 1em;
    height: 40px;
  }
}


/* ────────────── 반응형 ────────────── */
@media (max-width: 1024px) {
  .nkc-row {
    flex-direction: column;
    gap: 2rem;
  }
  .nkc-sidebar,
  .nkc-media-articles-list-content {
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
  .nkc-pagination-container {
    width: 100%;
    min-width: 0;
  }
  .nkc-pagination-prev,
  .nkc-pagination-next {
    width: 18vw;
    min-width: 65px;
    max-width: none;
  }
  .nkc-pagination-info {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 1 1 0;
  }
}

@media (max-width: 600px) {
  .nkc-content-container {
    padding: 0 0;
  }
  .nkc-page-title {
    font-size: 2em;
    margin-bottom: 1em;
  }
  .nkc-media-link {
    font-size: 1em;
  }
  .nkc-media-article {
    padding: 1.3em 0 0.5em 0;
  }
  .nkc-pagination-container,
  .nkc-pagination-direction,
  .nkc-pagination-info {
    font-size: 1.03em;
    min-height: 44px;
    height: 44px;
  }
  .nkc-nav-header,
  .nkc-nav-item {
    padding-bottom: 7px;
    font-size: 0.95em;
  }
  .nkc-sidebar {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .nkc-pagination-container {
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
  }
  .nkc-pagination-direction,
  .nkc-pagination-info {
    font-size: 0.95em;
    height: 40px;
    max-height: 40px;
    padding: 0;
  }
  .nkc-pagination-prev,
  .nkc-pagination-next {
    flex: 0 0 60px;    /* ← 더 작게 */
    min-width: 60px;
    max-width: 60px;
  }
  .nkc-pagination-info {
    flex: 1 1 0;
    min-width: 0;
    border-left: 1px solid #dbe6ef;
    border-right: 1px solid #dbe6ef;
    font-size: 0.95em;
  }
}


@media (max-width: 480px) {
  .nkc-media-meta {
    gap: 0.7em;
    font-size: .75em;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9070914 */.elementor-template-full-width .e-con.e-flex > .e-con-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}/* End custom CSS */