/* 2025_ai_consulting.css */

/* AI 컨설팅 페이지의 전체 레이아웃 조정 */
.ai-main-content {
  padding-top: 100px; /* 고정 헤더 높이만큼 여백 추가 */
 
}

/* AI 컨설팅 상단 비주얼 (시안의 가장 위 'BN I&C AI Solution을 활용한 AI 컨설팅 서비스' 부분) */
.ai-consulting-hero {
  position: relative;
  height: 166px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.ai-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ai-consulting-hero-inner {
  position: relative;
  z-index: 1;
}

.ai-consulting-hero h1 {
  font-size: 32px;
  font-weight: bold;
  /* 시안 이미지의 텍스트 색상과 유사하게 조정 */
  color: #ffffff; /* 흰색으로 설정, 필요에 따라 그라데이션 적용 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 텍스트 그림자 추가 */
}


.company-submenu {
    background: #000;
    padding: 0px 20px;
    overflow-x: auto;
  }
  .company-submenu ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    list-style: none;
    color: #fff; max-width:1000px; margin: 0 auto;
    font-weight: bold;
  }
  .company-submenu li.active {
    border-bottom: 2px solid #00adee;
  }


  .company-submenu.sticky {
  position: fixed;
  top: 100px;        border-top: 1px solid #151515;
    border-bottom: 1px solid #2b2b2b;
  left: 0;
  right: 0;
  z-index: 999;
  
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


  .navi-menu {
  display: flex;
  justify-content: center;
  background: #000;
  padding: 0;
  margin: 0;
}

.navi-menu li {
  display: inline-block; font-weight:300;
  height: 60px; 
  line-height: 60px; 
  padding: 0 0px;
  position: relative; cursor:pointer;
  font-size: 16px;
  color: #fff;
}
.navi-menu a {
  display: block;
  padding: 15px 20px;
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.navi-menu li.active::before {
  content: "";
  position: absolute;
  top: 0px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fff; 
  z-index: 10;
}

.navi-menu li.active {
  border-bottom: 3px solid #00adee; 
}


.ai-consulting-flex-container {
 
  width: 100%; padding: 100px 0px 0px;
  background: url(https://bninc.co.kr/ai_consulting/2025/mariola-grobelska-XQ2DGHCC9nc-unsplash_v2.png) top right no-repeat padding-box; 
 
}

.ai-consulting-flex {
   width: 1400px; margin:0 auto;
 }
 
 
 .ai-si-flex-container {
 
  width: 100%; padding: 100px 0px 0px;     background-size: cover;
  background: url(https://bninc.co.kr/ai_consulting/2025/ai_top_bak.png) no-repeat;
 
}


 .ai-si-flex-container-2 {
 
  width: 100%; padding: 100px 0px ;
background: url(https://bninc.co.kr/ai_consulting/2025/mariola-grobelska-XQ2DGHCC9nc-unsplash_v2.png) top right no-repeat padding-box; 
 
}


.ai-si-flex {
   width: 1400px; margin:0 auto;
   
 }
 
 .section-ia-title {
    font-size: 2.6em;
    font-weight: 600;
    margin-bottom: 40px;
}

.ai-service-si-section-1 {padding-top:80px;}

.ai-service-si-section-2 {display:flex; }

.ai-service-si-section-3 { }
 
 .ai-service-si-section-2 img {width: 700px;}
 .section-title-h4 {font-size:22px; font-weight:400;}
 
  .section-ai-title-h4 {font-size:20px; font-weight:400; color:#fff;}
  
   
  .section-ai-title-h4-2 {font-size:20px; font-weight:400; color:#000;}
 
  .service-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      padding: 50px 0px;
      flex-wrap: wrap;
    }

    .service-box {
      border: 1px solid #cceaff;
	  border-top:3px solid #00aceb;
      
      width: 31%;
      padding: 40px 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 128, 255, 0.05);
    }

    .service-box img {
     /*  width: 60px;
      height: 60px; */
      margin-bottom: 40px;
    }

    .service-type {
      display: inline-block;
      background-color: #00bfff;
      color: white;
      font-size: 16px;
      padding: 4px 30px;
      border-radius: 20px;
      margin-bottom: 15px;
    }

    .service-box strong {
      display: block;
      margin-top: 10px;
      font-weight: 500;
      font-size: 20px;
      color: #000;
    }

    .service-box p {
      margin: 5px 0 0;
      font-size: 16px;
      color: #333;
      line-height: 1.5;
    }
	
	.service-list-flex {/* display:flex;  */    justify-content: space-between;}
	  .service-list {
    /*   max-width: 600px; */
      margin: 0 auto; display: inline;
    }

    .service-item {
      padding: 30px 0;
     
    }

    .service-item:last-child {
      border-bottom: none;
    }

    .service-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 5px;  border-bottom: 1px dashed #ccc;
    }

    .service-desc {
      font-weight: 400;
      font-size: 14px;
      color: #444;
    }
	

/* AI 컨설팅 페이지 왼쪽 사이드 메뉴 */
.ai-consulting-left-menu {
  position: sticky; /* 스크롤 시 고정 */
  top: 100px; /* 헤더 높이만큼 아래로, JS에서 동적으로 계산될 것임 */
  width: 200px; /* 사이드 메뉴 너비 */
  flex-shrink: 0; /* 너비 고정 */
  margin-right: 40px; /* 본문과의 간격 */
  height: fit-content; /* 내용에 따라 높이 자동 조절 */
  z-index: 90; /* 본문 위에 표시 */
}

.ai-left-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e0e0e0; /* 테두리 */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* 은은한 그림자 */
  background-color: #fff;
}

.ai-left-menu-item {
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0; /* 각 항목 하단 구분선 */
  transition: background-color 0.3s, color 0.3s;
}

.ai-left-menu-item:last-child {
  border-bottom: none; /* 마지막 항목은 하단 구분선 없음 */
}

.ai-left-menu-item.active {
  background-color: #e6f7ff; /* 활성화된 항목 배경색 */
  color: #007bff; /* 활성화된 항목 텍스트 색상 */
  font-weight: bold;
}

.ai-left-menu-item:hover:not(.active) {
  background-color: #f8f8f8; /* 호버 시 배경색 */
}

/* AI 컨설팅 페이지 오른쪽 메인 내용 영역 */
.ai-consulting-right-content {
  flex-grow: 1; /* 남은 공간 모두 사용 */
  padding-left: 20px; /* 사이드 메뉴와의 간격 */
}

/* 각 섹션 공통 제목 스타일 */
.ai-consulting-right-content .section-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee; /* 하단 구분선 */
  padding-bottom: 15px;
}


.ai-service-si-section {
  display:flex; justify-content: space-between;
}



/* AI 컨설팅 서비스 섹션 */
.ai-service-overview-section {
  padding-bottom: 0px; /* 하단 여백 */
}



.ai-service-overview-section-2 {
  padding: 60px 0px; /* 하단 여백 */
}

.ai-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2열 그리드 */
  gap: 30px; /* 항목 간 간격 */
}

.ai-service-item-box {
  display: flex;
  align-items: flex-start; /* 아이콘과 텍스트 상단 정렬 */
  gap: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0; /* 테두리 */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ai-service-icon-wrapper {
  flex-shrink: 0; /* 아이콘 크기 고정 */
  width: 60px; /* 아이콘 영역 너비 */
  height: 60px; /* 아이콘 영역 높이 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-service-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ai-service-text-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.ai-service-text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* NVIDIA AI Solution 섹션 */
.nvidia-solution-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nvidia-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3열 그리드 */
  gap: 30px;
  text-align: center;
}

.nvidia-solution-item-box {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nvidia-solution-icon-wrapper {
  width: 80px; /* 아이콘 영역 너비 */
  height: 80px; /* 아이콘 영역 높이 */
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nvidia-solution-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nvidia-solution-title {
  font-size: 18px;
  font-weight: bold;
  color: #007bff; /* NVIDIA 관련 색상 강조 */
  margin-bottom: 5px;
}

.nvidia-solution-desc {
  font-size: 14px;
  color: #666;
}

/* AX (Augmented Experience) 기반 컨설팅 섹션 */
.ax-consulting-section {
  padding-top: 60px;
  padding-bottom: 80px; /* 하단 AI 핵심 역량 섹션과의 간격 */
}

.ax-consulting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3열 그리드 */
  gap: 30px;
  text-align: center;
}

.ax-consulting-item-box {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ax-consulting-icon-wrapper {
  width: 70px; /* 아이콘 영역 너비 */
  height: 70px; /* 아이콘 영역 높이 */
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ax-consulting-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ax-consulting-text {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}

/* AI는 BN I&C의 핵심 역량입니다. 섹션 (시안 하단 푸른색 배경 섹션) */
.ai-core-competency-section {
  background: linear-gradient(to right, #61dafb, #2196f3); /* 시안 하단 푸른색 그라데이션 */
  color: #fff;
  padding: 100px 20px; /* 여백 */
  text-align: center;
  position: relative; /* z-index를 위해 */
  z-index: 50; /* 다른 콘텐츠 아래에 깔리지 않도록 */
}

.ai-core-competency-inner {
  max-width: 1000px; /* 텍스트 너비 제한 */
  margin: 0 auto;
}

.ai-core-title {
  font-size: 38px; /* 시안과 유사하게 큰 글씨 */
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ai-core-description {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
}


 .section {
      display: flex;
      background: white;
      border: 1px solid #d3e0eb;
     
      margin-bottom: 40px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .section img {
      
      object-fit: cover;
    }
    .content {
      padding: 40px;
      width: 50%;
      box-sizing: border-box;
    }
    .badge {
      background-color: #00aaff;
      color: white;
      font-weight: bold;
      padding: 5px 40px;
      border-radius: 0 0 16px 16px;
      float: right;
      margin-top: -40px;
      margin-right: 0px;
    }
    .title {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
    
.content ul {
  padding-left: 0px;     font-size: 18px;
  line-height: 1.8;
  color: #333;
  list-style: none; /* 기본 점 제거 */
}

.content ul li::before {
  content: '•';
  color: #00b4ff; 
  margin-right: 10px;
  font-size: 18px;
  vertical-align: bottom;
}
    .content ul li {
      list-style: none;
    }
	
	
	
	  .ai-box {
      display: flex;
      align-items: center;
      border: 2px solid #cce5ff;
      border-left: 4px solid #00aaff;
     
      background-color: #fff;
      padding: 40px ;
      margin-bottom: 24px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .ai-icon {
      width: 200px;
     /*  height: 60px; */
      flex-shrink: 0;
      margin-right: 20px;
    }

    .ai-icon img {
      width: 100%;
      max-height: 95px;
      object-fit: contain;
    }

    .ai-text {
      flex: 1;
    }

    .ai-title {
          font-size: 25px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    }

    .ai-desc {
      font-size: 18px;
      color: #444;
      line-height: 1.6;
    }
	
	
	.ai-box-container {padding: 40px 0px;}
	
	
	.ax-banner {
  position: relative;
  background: url(https://bninc.co.kr/ai_consulting/2025/ai-bottom-bak.png) no-repeat center center / cover;
  padding: 120px 20px;
  text-align: center;
  color: #000033;
  overflow: hidden;
}

.ax-banner p {
  position: relative;
  z-index: 2;
  font-size: 32px; font-weight:600;
  line-height: 1.8;
  max-width: 100%;
  margin: 0 auto;
}

.ax-banner .ax-overlay {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
     background: rgb(107 219 255 / 75%);
  z-index: 1;
  pointer-events: none; /* 클릭/이벤트 무시 */
}

    .ax-banner p strong {
      font-weight: 700;
    }


/* 모바일 반응형 조정 */
@media (max-width: 992px) {
  .ai-consulting-flex-container {
    flex-direction: column; /* 세로로 쌓이도록 변경 */
    padding: 20px;
  }

  .ai-consulting-left-menu {
    position: static; /* 고정 해제 */
    width: 100%; /* 전체 너비 사용 */
    margin-right: 0;
    margin-bottom: 40px; /* 아래 여백 추가 */
  }

  .ai-left-menu-list {
    display: flex;
    flex-wrap: wrap; /* 항목들이 넘어갈 경우 줄바꿈 */
    justify-content: center; /* 가운데 정렬 */
    border: none; /* 모바일에서는 테두리 제거 */
    box-shadow: none;
  }

  .ai-left-menu-item {
    flex-grow: 1; /* 너비 자동 조절 */
    border-bottom: none;
    border-right: 1px solid #f0f0f0; /* 각 항목 우측 구분선 */
    padding: 12px 10px;
    font-size: 14px;
  }

  .ai-left-menu-item:last-child,
  .ai-left-menu-item:nth-last-child(2) { /* 마지막 2개 항목은 우측 구분선 없음 (2열 기준) */
    border-right: none;
  }

  .ai-consulting-right-content {
    padding-left: 0; /* 왼쪽 여백 제거 */
  }

  .ai-service-grid,
  .nvidia-solution-grid,
  .ax-consulting-grid {
    grid-template-columns: 1fr; /* 1열로 변경 */
  }

  .ai-consulting-hero h1,
  .ai-core-title {
    font-size: 28px; /* 글씨 크기 줄이기 */
  }

  .ai-core-description {
    font-size: 16px;
  }

  /* 모바일에서 가로 서브메뉴 조정 */
  .company-submenu ul.navi-menu li {
    padding: 10px 15px; /* 모바일 패딩 조정 */
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .ai-left-menu-item {
    min-width: unset; /* 최소 너비 제한 해제 */
    width: 48%; /* 2열로 배치 (약간의 간격 고려) */
    margin: 1%;
    border-right: none; /* 모든 항목 우측 구분선 제거 */
  }

  .ai-consulting-hero {
    height: 180px; /* 더 줄이기 */
  }
}