
.board-main {
    padding-top: 100px;
  }
.board-top {
  position: relative;
  background: url(https://bninc.co.kr/board/2025/sosic_02.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  padding: 60px 20px;
  text-align: center;
}

.board-top::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); /* °ËÀº»ö Åõ¸íµµ Á¶Àý */
  z-index: 0;
}

.board-top > * {
  position: relative;
  z-index: 1; /* ÅØ½ºÆ®°¡ ¿À¹ö·¹ÀÌ À§¿¡ ¿Àµµ·Ï */
}

/* .board-top::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;           ¡Ú ÀÌ ÁÙÀÌ ²À ÇÊ¿äÇÔ
  background: rgba(0, 0, 0, 0.5); ¾îµÎ¿î ÇÊÅÍ
  z-index: 0;
} */

.board-top > * {
  position: relative;
  z-index: 1;
}

  .board-top h1 {
    font-size: 32px;
    font-weight: bold;
  }
  .board-top p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

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


  .board-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; width:100px;
  height: 60px; 
  line-height: 60px; 
  padding: 0 0px;
  position: relative; cursor:pointer; text-align:center;
  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 #81C800; 
}

  .dgx-side-menu { z-index: 100;
  position: fixed;
  top: 390px;
  left: 20px;
  width: 180px;
  background: none;
  padding: 0;
  height: calc(100vh - 100px);
  overflow-y: auto; transition: top 0.3s ease; 
}

.dgx-side-list {
  list-style: none;
  margin: 10px;
  padding: 0; position: relative; 
  z-index: 10;
  
     box-shadow:
    -4px 0 6px rgba(118, 185, 0, 0.1),  /* ÁÂÃø: ¾ÆÁÖ ¾àÇÏ°Ô */
     2px 2px 4px rgba(118, 185, 0, 0.4); /* ¿ìÃø+¾Æ·¡ÂÊ: °­Á¶ */
}

.board-side-item {
  padding: 10px 10px; background: #fff;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}

.board-side-item.active {
  background: /* linear-gradient(to right, #ecf5d6, #f7f7f7); */ linear-gradient(to right, #ffffff 0%,     /* ¿¬ÇÑ ³ì»ö ½ÃÀÛ */
  #cde77d 25%,    /* ¿¬ÇÑ~ÁøÇÑ Áß°£»ö (Áß°£ ¿ÏÃæ) */
     /* °­ÇÑ ³ì»ö Áß½É */
  #b7d47e 60%,    /* ÁøÇÑ~¿¬ÇÑ Áß°£»ö (¿ÏÃæ) */
  #ffffff 100%    /* Èò»ö ³¡ */);
  font-weight: 700;
  color: #222;
}

.board-side-item:hover {
  background: #f7f7f7;
  color: #333;
}

.board-side-item.active::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #76b900; /* ¿øÇÏ´Â »ö»ó */
}

/* »ó´Ü ºñÁÖ¾ó ¹è°æ */
.board-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.board-hero-background {
  background: url('../images/board_hero_bg.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.board-hero-overlay {
  background: rgba(0, 0, 0, 0.5); /* ¾îµÎ¿î ÇÊÅÍ */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.board-hero-content {
  text-align: center;
  color: white;
  z-index: 2;
}

.board-hero-content h1 {
  font-size: 36px;
  font-weight: bold;
}

.board-hero-content p {
  font-size: 16px;
  margin-top: 10px;
}

.board-summary {
  position: relative;
  overflow: hidden;
  height: 600px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

.white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.07); 
  z-index: 2;
}

.board-summary-inner {
  position: relative;
  z-index: 3;
  padding: 40px 20px;
}


.board-summary h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}

.board-summary p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.8;
}

.board-section {
  /* background: #000; */ background: url('../2025/img_02.jpg') no-repeat center center;
  color: #fff;
  padding: 0;
}

.board-section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 60px;
}

.board-section-text {
  max-width: 900px;
  z-index: 2;
}

.board-section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px; color:#2B2B2B;
}

.philosophy-section-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px; color:#1C1C1C;}

.board-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #ccc; min-width: 700px;
}

.board-info-table th,
.board-info-table td {
  padding: 12px 16px; color:#2B2B2B;
  border-bottom: 1px solid #CBCBCB;
  text-align: left;
  vertical-align: top;
}

.board-info-table th {
  font-weight: 600; font-size:20px;
  width: 180px;
  color: #1C1C1C;
  white-space: nowrap;
}

.board-info-table td { font-size:18px;}

.board-info-table a {
  
  text-decoration: none;
}

.board-info-table a:hover {
  text-decoration: underline;
}

.board-section-image {
  flex: 1;
  height: 700px;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}

.board-overview-image {
  background-image: url('../images/board_building.png');
}


.board-ceo-section {
  background: url('../2025/img_03.jpg') no-repeat center center;
  color: #fff;
  padding: 0;
}

.board-ceo-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 0;
  margin: 0 auto;
}

.board-ceo-text {
  max-width: 700px;
  z-index: 2;
}

.board-ceo-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}

.board-ceo-slogan {
  font-size: 48px;
  font-weight: 700;
  color: #00e676;
  margin-bottom: 20px;
}

.board-ceo-sub {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 40px;
}

.board-ceo-sub strong {
  font-weight: 600;
}

.board-ceo-desc {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #ccc;
}

.board-ceo-sign {
  font-size: 16px;
  font-weight: 300;
  margin-top: 50px;
}

.board-ceo-sign span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}

.board-ceo-image {
  flex: 1;
  background: url('../images/ceo_bg_globe.png') no-repeat center center;
  background-size: cover;
  height: 700px;
  opacity: 0.9;
}


.board-philosophy-section {
  background: url('../2025/img_04.jpg') no-repeat center center;
  padding: 100px 60px;
}

.board-section-sub {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
}

.philosophy-card {
  position: relative;
  width: 390px;
  height: 480px;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.card-dark-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.card-overlay {
  z-index: 2;
  text-align: center; padding-bottom:40px;
  width: 100%;
}

.card-mission {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.15); border: 1px solid #fff;
  padding: 6px 14px;
  font-size: 18px;
  border-radius: 20px;
  text-align: center;
}



.card-overlay h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.card-overlay p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.board-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}


.philosophy-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.philosophy-text {
  margin-bottom: 40px;
}

.philosophy-card-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.board-cert-section {
  background: url('../2025/img_05.jpg') no-repeat center center;
  padding: 100px 60px;
  color: #fff;
}

.cert-section-wrap {
  max-width: 1400px; padding:0px 60px;
  margin: 0 auto;
  text-align: center;
}

.cert-header {
  margin-bottom: 60px;     text-align: left;
}

.cert-header h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cert-header p {
  font-size: 20px;
  line-height: 1.6;
  color: #ddd;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.cert-card {     backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.3);
  /* padding: 20px 0px; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  transition: transform 0.3s ease;
}

/* .cert-card:hover {
  transform: translateY(-6px);
} */

.cert-card img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  margin-bottom: 0px;
}

.cert-card p {
  font-size: 18px; padding-top:20px;
  color: #fff;
  line-height: 1.4;
}


.cert-section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px; color:#fff;}


	.location-section {
  background: #f8f8f8;
  padding: 100px 60px;
}

.location-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px;
}

.location-info {
  flex: 1;
  min-width: 360px;
}

.location-info .board-section-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.location-address {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #333;
}

.location-contact-box {
  background: #111;
  color: #fff;
  padding: 30px;
  border-radius: 0px;
  width: fit-content;
}

.contact-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 15px;
}

.email-detail div {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ccc;
}

.location-map {
  flex: 1;
  min-width: 600px;
  height: 460px;
  border-radius: 0px;
  overflow: hidden;
}

.contact-card {
  background: #1a1a1a;
  color: #fff;
  padding: 30px;
  border-radius: 0px;
  width: 400px;
  font-family: 'Pretendard', sans-serif;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.contact-header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-arrow {
  font-size: 20px;
}

.contact-divider {
  border-bottom: 1px solid #444;
  margin: 10px 0;
}

.contact-item {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  gap: 16px; 
  font-size: 17px;
  margin: 20px 0;
}

.contact-item:last-child {
  margin: 20px 0 0;
}

.contact-item-label {
  font-weight: bold;
  width: 60px; 
  color: #fff;
}

.contact-item-value {
  color: #fff;
  flex: 1;
}

.email-item {
  align-items: flex-start;
}

.email-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
  color: #ccc;
}

.email-group .label {
  margin-right: 10px;
  width: 70px;
  display: inline-block;
  color: #bbb;
}

.email-group .value {
  color: #fff;
}


.ai-business-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.ai-business-bg {
      position: relative;
    }

    .ai-background {
      width: 100%;
      display: block;
    }

    .ai-business-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding-top: 60px;
      box-sizing: border-box;
      text-align: center;
    }

    .ai-title-gradient {
      background: linear-gradient(to right, #ffff00, #7fff00, #bfff00, #ffffff, #efff00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 40px;
      font-weight: 800;
      margin-bottom: 60px;
      line-height: 1.4;
    }

    .ai-structure {
      position: relative;
      width: 1400px;
      height: 600px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .ai-main-graphic {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 600px;
      height: auto;
      z-index: 1;
    }

    .ai-icon-circle {
      position: absolute;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: rgba(0,0,0,0.5);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      z-index: 2;
    }

    .ai-icon-circle img {
     /*  width: 32px; */
      height: auto;
    /*   margin-bottom: 8px; */
    }

    .ai-left-top {
      top: 40px;
      left: 400px; backdrop-filter: blur(8px);
    background: rgba(112, 203, 255, 0.29);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);

    }

    .ai-right-top {
      top: 40px;
      right: 400px;  backdrop-filter: blur(8px);
    background: rgba(112, 255, 211, 0.35);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    }

    .ai-bottom-center {
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);  backdrop-filter: blur(8px);
    background: rgba(112, 255, 155, 0.35);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    }

    .ai-extra-left, .ai-extra-right {
      position: absolute;
      /* top: 150px; */
      /* width: 180px; */
    }

    .ai-extra-left {
      left: 0;
    }

    .ai-extra-right {
      right: 0;
    }

    .ai-extra-left img,
    .ai-extra-right img {
      width: 100%;
      height: auto;
    }
.consulting-service-section {
  padding: 80px 60px;
  background: #fff;
}

.consulting-service-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.service-column {
  flex: 1;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-header {
  /* font-size: 24px; */
  font-size: 30px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.service-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 280px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.service-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
}

.service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-content ul {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 16px;
}

.service-content ul li {
  margin-bottom: 4px;
}

.business-portfolio-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.portfolio-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
}

.portfolio-title {
  width: 480px;
  max-width: 90%;
  margin-bottom: 40px;
}

.portfolio-graphic {
  width: 1000px;
  max-width: 95%;
}

/* .board-top {
  position: relative;
  background: url(https://bninc.co.kr/board/2025/top_img.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  padding: 60px 20px;
  text-align: center;
} */
.history-section-container { position: relative; background: url(https://bninc.co.kr/board/2025/history-img.png) no-repeat top center; width:100%;
}
.history-section {
width:1400px; margin: 0 auto;
  color: #111;
  padding: 100px 0px;
}

.history-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.15;
}

.history-inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;  padding-top: 100px;
}

.history-right {
  flex: 1;
  text-align: right; width: 1200px;
    margin: 0 auto;
}

.history-right h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 16px;
}

.history-right p {
  font-size: 20px; 
  line-height: 1.6;
  color: #444;
}

.history-left {
  flex: 1;
  position: relative;
}

.history-year {
  font-size: 64px;
  font-weight: 800;
  color: #999;
  

  display: inline-block;
  
}

.history-timeline {
  position: relative;
  margin-left: 50px;
  padding-left: 40px;
  list-style: none;
}

.history-timeline::before {
  content: '';
  position: absolute;
  left: 34px;
  top: 6px;
  width: 2px;
  height: calc(100% - 30px);
  background: #000;
  z-index: 0;
}

.history-timeline li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  color: #111;
  list-style-type: none;
}

.history-timeline li::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  z-index: 2;
}

.history-timeline li:first-child::before,
.history-timeline li:last-child::before {
  width: 12px;
  height: 12px;
  left: -11px;
  top: 0px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}

.history-timeline .month {
  font-weight: 700;
  color: #000;
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.history-timeline .desc {
  display: inline-block;
}


.partner-hero {
  background: url('../2025/nvidia_partner-img.jpg') no-repeat center center;
  background-size: cover;
  padding: 100px 20px;
  color: #fff;
  font-family: 'Pretendard', sans-serif;
}

.partner-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.partner-textbox {
  max-width: 800px;
}

.partner-textbox h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 100px;
}

.partner-logos {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.partner-logos img {
 /*  height: 38px; */
}

.partner-textbox p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.partner-textbox strong {
  font-weight: 700;
}

.partner-logo img {
  width: 370px;
  max-width: 100%;
}

.global-partner {
  background: url('../2025/global-partner-back.png') no-repeat top center;
  padding: 100px 0px;
}

.global-partner-inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.partner-title {
  font-size: 50px;
  font-weight: 700;
  color: #66bb33; /* ¿¬µÎ»ö °­Á¶ */
  margin-bottom: 70px; text-align:left;
}

.partner-logo-grid 
  {
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 0;
    align-items: stretch;
}



   .customer-section {
      background: #fff;
      padding: 100px 20px;
      font-family: 'Pretendard', sans-serif;
    }

    .customer-inner {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 60px;
    }

    .customer-text {
      flex: 1;
      min-width: 300px;
    }

    .customer-text h2 {
      font-size: 50px;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .customer-text p {
      font-size: 20px;
      line-height: 1.8;
      color: #333;
    }

    .customer-category-grid {
      flex: 1;
      min-width: 480px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .customer-row {
      display: flex;
      justify-content: end;
      gap: 20px;
      flex-wrap: wrap;
    }

    .customer-box {
      background: #fff;
      border: 1px solid #dce9f8;
      padding: 40px 20px;
      text-align: center;
      border-radius: 4px;
      transition: all 0.2s ease;
      flex: 1;
      min-width: 160px;
      max-width: 200px;
    }

    .customer-box:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transform: translateY(-3px);
    }

    .customer-box img {
      width: 40px;
      height: auto;
      margin-bottom: 15px;
    }

    .customer-box span {
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #0073e6;
    }

    .customer-grid-section {
      max-width: 1400px;
      margin: 80px auto 0;
    }

    .customer-grid-section h3 {
      font-size: 30px;
      color: #0073e6;
      border-bottom: 1px solid #dce9f8;
      padding-bottom: 10px;
      margin-bottom: 30px;
    }

    .customer-logo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 50px 0;
      align-items: stretch;
    }

    .customer-logo-grid-item {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
      border-right: 1px solid #dce9f8;
    }

    .customer-logo-grid-item:nth-child(4n) {
      border-right: none;
    }

    .customer-logo-grid-item img {
      /* max-height: 36px; */
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }





 .customer-logo-grid2 {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 50px 0;
      align-items: stretch;
    }

    .customer-logo-grid2-item {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
      border-right: 1px solid #dce9f8;
    }

    .customer-logo-grid2-item:nth-child(5n) {
      border-right: none;
    }

    .customer-logo-grid2-item img {
       max-height: 50px;
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }



	  .partner-logo-grid-item {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
      border-right: 1px solid #dce9f8;
    }

    .partner-logo-grid-item:nth-child(5n) {
      border-right: none;
    }

    .partner-logo-grid-item img {
       max-height: 60px; 
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }

.year-line-wrapper {
  display: flex;
  align-items: center; 
  padding-right:30px;
  padding: 40px 0;
}

	.year-line {
  width:230px;
  height: 4px;
  background: #000;
  border-radius: 2px;
}

.year-line2 {
  flex: 1;
  height: 2px;
  background: #5c5c5c;
  border-radius: 2px;
}

.news-area-container {
width:100%; 
}

.news-area {
  width:1400px; margin:0 auto; 
  padding: 100px 0px;
  text-align: center;
}
/* .news-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
} */
.news-card {
  width: 380px;
  background: #F6F6F6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;      border: 1px solid #cdcdcd;
}
.news-card:hover {
  transform: translateY(-5px);
} 
.news-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover; border-radius: 8px; object-position: top; 
}
.news-text {
  padding: 20px;     /* min-height: 150px; */
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-mid {    min-height: 60px;
    display: flex;
    align-items: center;}
.news-text h3 {
  font-size: 16px; color:#1A1A1A;      word-break: keep-all;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-text p {
  font-size: 14px;
  color: #585858;
  margin-bottom: 20px;
}
.news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.news-arrow {
  font-size: 18px;
  color: #585858; background-color:#7070701F; border-radius: 50px; padding:2px 6px; border: 0.5px solid #707070;
}

.news-area a {
  text-decoration: none;
  color: inherit;
}

.news-area .section-desc {font-size:1.2em;     padding: 0px 0px 60px;}

.news-date {background-color:#B2B2B2; border-radius: 20px; padding:4px 10px; color:#585858;}
/* 
.news-area-container {
width:100%; 
}

.news-area {
 width:1400px; margin:0 auto; 
  padding: 100px 0px;
} */

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  text-align: left;
}

.news-card:hover {
  transform: translateY(-6px);
}

.news-image img {
  width: 100%;
  height: auto;
  display: block;
}

.news-info {
  padding: 16px;
}

.news-subject {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  margin-bottom: 6px;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.news-date {
    background-color: #B2B2B2;
    border-radius: 20px;
    padding: 4px 10px;
    color: #585858;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
}

.page-number,
.page-arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #555;
  background: #f0f0f0;
  text-decoration: none;
  transition: background 0.2s;
}

.page-number.active {
  background: #000;
  color: #fff;
  font-weight: bold;
}

.page-number:hover,
.page-arrow:hover {
  background: #ddd;
}



.notice {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  font-size: 16px;
}

.notice_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #73b61b;
  text-align: center;
}

.notice_table thead th {
  background: #fff;     font-weight: 400;  font-size:18px;
  color: #73b61b;
  padding: 12px 8px;
  border-bottom: 2px solid #73b61b;
}

.notice_table tbody td {
  padding: 20px 8px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.notice_table td.t_title2 {
  text-align: left;
  padding-left: 12px;
}

.notice_table a {
  color: #73b61b;
  text-decoration: none;
  padding: 4px 10px;
  border: 1px solid #73b61b;
 
  transition: 0.2s;
}

.notice_table a:hover {
  background-color: #73b61b;
  color: #fff !important;
}

/* @media screen and (max-width: 768px) {
  .notice_table thead {
    display: none;
  }
  .notice_table, .notice_table tbody, .notice_table tr, .notice_table td {
    display: block;
    width: 100%;
  }
  .notice_table tr {
    margin-bottom: 16px;
    border-bottom: 2px solid #eee;
  }
  .notice_table td {
    text-align: left;
    padding: 10px;
    position: relative;
  }
  .notice_table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #555;
  } */
}