.elementor-4464 .elementor-element.elementor-element-3175689{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:-1px;--padding-right:-1px;}.elementor-4464 .elementor-element.elementor-element-3175689:not(.elementor-motion-effects-element-type-background), .elementor-4464 .elementor-element.elementor-element-3175689 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B2029;}.elementor-4464 .elementor-element.elementor-element-eacafba{width:100%;max-width:100%;}@media(max-width:767px){.elementor-4464 .elementor-element.elementor-element-3175689{--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-eacafba */@media (max-width: 768px) {
  .nkc-tabmenu {
   transform: translateX(-px);
   padding-right: 1.5rem;
   
   max-width: 100% !important;
   width: 100% !important;
   box-sizing: border-box;
   justify-content: flex-start !important;
 }

 .nkc-tablink {
   justify-content: flex-start;
   text-align: left;
 }

}

.nkc-tabmenu {
 display: flex;
 justify-content: flex-start;
 gap: 0;
 background: #1b2029;
 color: #fff;
 border-bottom: none;
 list-style: none;
 white-space: nowrap;
 padding: 0 1.1em 0 21px;
 max-width: 1322px;
 width: 100%;
 height: 46.6px;
 margin: 0 auto 1rem auto;
 box-sizing: border-box;
}


.nkc-tablink {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 background: transparent;
 color: #fff;
 font: 500 1rem/1 "Pretendard", sans-serif;

 padding-top: 10px;
 padding-bottom: 0;
 margin: 0 0.4rem;

 text-decoration: none;
 border: none;
}

.nkc-tablink:visited,
.nkc-tablink:focus,
.nkc-tablink:active,
.nkc-tablink:hover {
 color: #fff;
}

.nkc-tablink::after {
 content: "";
 position: absolute;
 bottom: -0.3rem;
 left: 50%;
 transform: translateX(-50%);
 height: 4px;
 width: 100%;
 background-color: transparent;
 transition: background-color 0.2s ease;
 display: block;
}

.nkc-tablink:hover::after {
 background-color: #fff;
}

.nkc-tablink.is-active::after {
 background-color: #008cf0;
}



/* ▣ 서브 탭 전체 래퍼 */
.nkc-tabmenu {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.nkc-tabnav {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: #222833;
  height: 7rem;
  padding-left: calc(50% - 640px + -0.9px);  /* ← 상위와 정렬 */
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-bottom: 4rem;
  scrollbar-width: none;
  position: relative;
}


.nkc-tabnav::-webkit-scrollbar {
  display: none;
}

/* ▣ 하단 기준선 */
.nkc-tabnav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 1px;
  background-color: #3b3c43;
}

/* ▣ 날짜 탭 버튼 */
.nkc-tabnavlink {
  background: none;
  border: none;
  color: #cfd2e5;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  min-width: 100px;
}

/* 기본 밑줄 숨김 → hover 시 흰색 */
.nkc-tabnavlink:hover,
.nkc-tabnavlink:focus {
  border-color: #ffffff;
}

/* active 탭은 파란색 밑줄 유지 */
.nkc-tabnavlink.is-active {
  border-color: #008cf0;
}

/* 날짜+요일 텍스트 정렬 */
.nkc-tabnavlink time {
  display: inline-block;
  line-height: 1.5;
  margin-top: 2.5rem;
}
/* 기본 상태 */
.nkc-tabnavlink time span:first-child {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #cfd2e5;
  transition: color 0.2s ease;
}

/* hover 시 */
.nkc-tabnavlink:hover time span:first-child {
  color: #fff;
}

/* 클릭 시 (활성 탭) */
.nkc-tabnavlink.is-active time span:first-child {
  color: #008cf0;
}


.nkc-tabnavlink time span:last-child {
  display: block;
  font-size: 1rem;
  color: #cfd2e5;
}

/* 기본 상태 */
.nkc-tabnavlink time span:last-child {
  display: block;
  font-size: 1rem;
  color: #cfd2e5;
  transition: color 0.2s ease;
}

/* hover 시 흰색으로 변경 */
.nkc-tabnavlink:hover time span:last-child {
  color: #ffffff;
}

/* is-active(선택된 탭)일 때도 흰색으로 유지 */
.nkc-tabnavlink.is-active time span:last-child {
  color: #ffffff;
}



@media (max-width: 768px) {
  .nkc-tabnav {
    display: flex;
    justify-content: center; /* 탭 가운데 정렬 */
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background-color: #222833;
    height: 5.3rem;
    padding: 0 1rem;
    margin: 0.3rem auto 4rem auto;
    scrollbar-width: none;
    position: relative;
    gap: 0;
  }

  .nkc-tabnav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    height: 1px;
    background-color: #3b3c43;
  }

  .nkc-tabnav::-webkit-scrollbar {
    display: none;
  }

  .nkc-tabnavlink {
    position: relative;
    display: inline-flex; /* 텍스트 너비에 맞춤 */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0.25rem 0 10px; /* 좌우 padding 제거 */
    margin: 0;        /* 간격 조절 */
    font-size: 0.85rem;
    color: #aaa;
    transition: color 0.2s ease;
    white-space: nowrap;
  }

  .nkc-tabnavlink time {
    margin-top: 1rem;
  }

  .nkc-tabnavlink time span:first-child {
    color: #cfd2e5;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
  }

  .nkc-tabnavlink time span:last-child {
    display: none;
  }

  .nkc-tabnavlink::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: transparent;
    transition: width 0.2s ease, background-color 0.2s ease;
  }

  .nkc-tabnavlink.is-active {
    color: #ffffff !important;
  }

  .nkc-tabnavlink.is-active time span:first-child {
    color: #ffffff !important;
  }

  .nkc-tabnavlink.is-active::after {
    width: 100%; /* 텍스트 너비에 맞춰 밑줄 생성 */
    height: 4px;
    background-color: #008cf0;
  }

  /* hover 시 비활성 탭 색상 유지 */
  .nkc-tabnavlink:not(.is-active):hover,
  .nkc-tabnavlink:not(.is-active):focus {
    color: #aaa;
  }
}




.nkc-searchbar-wrap {
  background-color: #222833;
  padding: 2rem 0;
  margin-top: -4rem;
  border-top: none !important;       /*상단 라인 제거 */
  
}


.nkc-searchbar {
  display: flex;
  justify-content: flex-end;
  max-width: 1322px;
  margin: 0 auto 0 auto;
  padding: 0 21px;
  background: none;
  padding-top: 0rem;
  
}


.nkc-form-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 51px;
  background-color: #1B2029;
  color: #ffffff;
  padding-left: 3.2rem;
  padding-top: 2px;  /* 내부 콘텐츠 위로 이동 */
  padding-bottom: 2px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

.nkc-form-input--icon .nkc-icon {
  position: absolute;
  left: 1rem;
  top: 52%; /* 아이콘 수직 위치 조정 */
  transform: translateY(-50%);
  color: #ffffff;
  width: 1em;
  height: 1em;
  z-index: 1;
}

.nkc-input {
  all: unset;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1;  /* 텍스트 수직 공간 줄이기 */
  padding-right: 1rem;
  padding-top: 2px;  /* 입력 텍스트 위로 이동 */
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .nkc-form-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 51px; /* ✅ 정확한 높이 고정 */
    background-color: #1B2029;
    padding-left: 2.8rem;  /* 아이콘 공간 */
    padding-right: 1rem;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .nkc-form-input--icon .nkc-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: #ffffff;
    pointer-events: none; /* 클릭 방지 */
  }

  .nkc-input {
    all: unset;
    flex: 1 1 auto;
    height: 100%;          /* ✅ 부모와 동일한 높이 */
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
    box-sizing: border-box;
    padding-right: 0.5rem;
  }
}

/* ▣ 초기화 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ▣ 공통 레이아웃 */
.nkc-container,
.nkc-subpanel,
.nkc-session-list,
.nkc-row {
  margin: 0 auto;
  max-width: 1322px;
  width: 100%;
  padding: 0 1rem;
}

/* ▣ clearfix */
.clearfix::before,
.clearfix::after,
.nkc-row::before,
.nkc-row::after {
  content: "";
  display: table;
}
.clearfix::after,
.nkc-row::after {
  clear: both;
}

/* ▣ 세션 시간 */
.nkc-session-time {
  position: relative;
  font-size: 2.25rem;
  color: var(--text-default, #ffffff);
  margin: 2rem 0;
  z-index: 1;
}

.nkc-session-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.nkc-session-time > time,
.nkc-session-time > div,
.nkc-session-time > span {
  display: inline-block;
  position: relative;
  background: #1b2029;
  padding: 0 30px 0 5px;
  z-index: 1;
}

/* ▣ 세션 카드 그룹: 반응형 그리드 */
.nkc-session-group-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
  padding-bottom: 1rem;
}

@media (max-width: 639px) {
  .nkc-session-time {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 텍스트 왼쪽, 선 오른쪽 정렬 */
}

.nkc-session-time span {
  font-size: 2.25rem;
  color: #fff;
  white-space: nowrap;
}

.nkc-session-time::before {
  content: "";
  display: block;
  height: 1px;
  flex-grow: 1;
  margin-left: 6rem; /* 텍스트와 선 사이 여백 */
}

    
  .nkc-session-group-cards {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;             /* ← 왼쪽 정렬 */
    padding: 0 1rem 1.5rem 1.5rem;     /* ← 왼쪽 여백 미세 조정 */
    
  }

  .nkc-session-card {
    width: 100%;
    max-width: 352px;
    min-height: 177.27px;
    margin-left: -2.25rem;             /* ← 카드 자체 여백 보정 */
  }
  
  .nkc-session-time::before {
    left: 5%;       /*  왼쪽에서 시작하는 위치 */
    right: 0;
  }

  .nkc-session-time {

    margin-left: -0.4rem;  /*  라벨 텍스트와 카드 위치를 더 정밀하게 맞춤 */
  }

  .nkc-session-time > time,
  .nkc-session-time > div,
  .nkc-session-time > span {
    padding: 0 16px 0 4px; /* 배경 영역 크기 줄이기 */
    background: #1b2029;
  }
}



@media (min-width: 1024px) {
  .nkc-session-group-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

/* ▣ 세션 카드 스타일 */
.nkc-session-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 355px;
  min-height: 177.27px;
  padding: 1.25rem;
  background-color: #272e3b;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.nkc-session-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.nkc-session-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


/* ▣ 세션 제목 */
.nkc-session-title {
    color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 2 0.75rem 0;
 
}

/* ▣ 연설자 정보 */
.nkc-session-speakers {
  color: #848490;
  font-size: 0.9rem;
  margin: 0 0 3rem 0;
  line-height: 1.4;
}

/* ▣ 버튼 공통 */
.ds-button {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: relative;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-inline: 12px;
  transition: background 250ms ease-in-out, backdrop-filter 250ms ease-in-out;
  opacity: 1;
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.ds-button > * {
  position: relative;
  z-index: 1;
}

/* ▣ 버튼 외곽선 스타일 */
.ds-button__outline--secondary {
  border: 2px solid rgba(128, 128, 128, 0.32);
}

/* ▣ small 버튼 변형 */
.ds-button--small {
  font-size: 0.75rem;
  line-height: 1.5;
  height: 32px;
  padding-inline: 8px;
}

/* ▣ 버튼 내부 여백 */
.ds-button span:not(:has(svg)) {
  padding-inline: 8px;
}
.ds-button--small span:not(:has(svg)) {
  padding-inline: 4px;
}

/* ▣ 버튼 호버시 블러 배경 효과 */
.ds-button:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: inherit;
  z-index: -1;
}/* End custom CSS */