
.submenu > ul li .active{
    
    font-weight: 700 !important;
}


.product-tabs {
  background-color: #f8f8f8;
 /*  border-bottom: 1px solid #ddd; */
  /* padding: 12px 40px; */
}

.tabs {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.tab {
  text-decoration: none;
  font-weight: 500;
  color: #666;
  padding: 14px 4px; 
 
}

.tab.active {
  color: #111;
  font-weight: bold;
  border-bottom: 2px solid #1944D3;
}



.product-hero {
  background-color: #003894;
  color: #fff;
  padding: 80px 40px;
}

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

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

.hero-text h2 {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 20px; font-weight:500;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px; font-weight:200;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  text-align: right;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
 
}


.tab-content {
  display: none;
}

.tab-content.active {
  display: block;     width: 1200px;
    margin: 0 auto; padding: 60px 0px;
}




.netscaler-section {
  padding: 80px 20px;
  background-color: #fff;
}

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

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

.netscaler-text h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #111;
}

.netscaler-text h2 strong {
  color: #111;
}

.netscaler-text p { word-break: keep-all;
  font-size: 17px; width: 620px;
  line-height: 1.7;
  color: #444;
}

.netscaler-icon {
  flex-shrink: 0;
}

.netscaler-icon img {
  width: 210px;
  height: auto;
}

.netscaler-benefits-container {width:100%;background-color: #F3F3F3; }

.netscaler-benefits-section {
  padding: 100px 0px; width:1200px; margin:0 auto;
  
}

.netscaler-benefits-header h2 {font-size:34px; padding-bottom:19px; line-height:1.2;}
.netscaler-benefits-header p {font-size:22px; padding-bottom:40px; line-height:1.2;}

.netscaler-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background-color: #fff;
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.benefit-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #111;
}

.benefit-card p {     word-break: keep-all;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

.divider {
  height: 1px;
  background-color: #ddd;
  margin: 16px 0;
}

.divider2 {
  border-top: 1px dotted #ddd;
  margin: 16px 0;
}


.netscaler-didyouknow-container {background-color: #c9ebfb; width:100%;}

.netscaler-didyouknow {
  width:1200px; margin:0 auto;
  padding: 100px 0px;
}

.netscaler-didyouknow-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}


@media (max-width: 1000px) {


  .pc-only { display: none; }
  .mo-only { display: block; }

 


}


.news-slider-section-container {width: 100%;position: relative;}

.news-slider-section {
 padding: 100px 0px;
    width: 1200px;
    margin: 0 auto; position: relative;
}

.news-slide-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-slide-image {
  flex: 1 1 50%;
  border-radius: 12px;
  overflow: hidden;
   aspect-ratio: 640 / 360;
  width: 100%;
  max-width: 640px;
}

.news-slide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-slide-text {
  flex: 1 1 40%;
}

.news-slide-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.news-slide-text p {
  font-size: 16px;
  color: #555;
}

.swiper-button-prev,
.swiper-button-next {
  color: #333;
}

.swiper-pagination {
  text-align: center;
  margin-top: 16px;
}

.news-list-section-container {
 width: 100%;
}


.news-list-section {
  padding: 60px 0px;
  width: 1200px;
  margin: 0 auto;
}

.news-list-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}

.news-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

/* .cxk-news-card {
  width: calc(33.333% - 13.33px); 
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);

  box-sizing: border-box;
} */

.cxk-news-card {
  width: 383px;
  background: #F1F1F3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  
  box-sizing: border-box;
  flex-shrink: 0; transition: transform 0.3s ease; /* 부드러운 이동 추가 */
}

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


.news-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background: #eee;
  border-radius: 16px;
  padding: 4px 12px;
  margin-bottom: 12px;
  color: #333;
}

.cxk-news-card h3 {
  font-size: 20px;
  font-weight: 600;
   padding: 10px 20px; height: 68px;
}

.news-tags {
  font-size: 12px;
  color: #999;
  margin-bottom: 0px; padding:0px 0px 0px 20px; 
}

/* .news-thumbnail {
      border-radius: 0 0 16px 16px;
  overflow: hidden; width: 383px; height:245px; 
  display: flex;
    align-items: center;
} */

.news-thumbnail {
  aspect-ratio: 383 / 216;
  width: 100%;
  max-width: 383px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; /* 필요 시 중앙 정렬 */
}

.news-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover; padding: 0px;   display: block;
}

.news-meta {padding:20px 20px 10px;}
.category-badge {
    padding: 6px 20px;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.cxk-news-card-flex-b {
    display: flex;
    justify-content: space-between;
    align-items: end; padding:0px 0px 20px 0px;
}

.arrow-btn {padding:0px 20px;}


.news-view-container-s {
 width:100%;
}

.news-view-container {
 width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.news-view-category {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.news-view-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news-view-tags .tag {
  font-size: 13px;
  color: #444;
  margin-right: 8px;
}

.news-view-thumbnail img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin: 30px 0;
  border-radius: 8px;
}

.news-view-content {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.news-view-date {
  font-size: 14px;
  color: #888;
}

.news-view-back {
  margin-top: 30px;
}

.back-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.news-view-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.news-view-nav .nav-item {
  flex: 1;
  text-align: center; margin-top:30px;
}

.news-view-nav .prev {
  text-align: left;
}

.news-view-nav .next {
  text-align: right;
}

.news-view-nav a {
  /* color: #2B6678; */
  text-decoration: none;     border: 1px solid;
    border-radius: 20px;
    padding: 6px 40px;
}

.news-view-nav a:hover {
  text-decoration: underline;
}


.popular-news-section-container {
 width: 100%; position: relative;

  background-color: #f7f7f9;
}

.popular-news-section {
  padding: 60px 0px;
 width: 1200px;
  margin: 0 auto;
}
.popular-news-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
/* .popular-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
} */
/* .popular-news-grid .cxk-news-card {
    width: 383px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    flex-shrink: 0;
} */

.popular-news-grid .cxk-news-card {
    /* width: 383px;  <-- 이 부분 제거 또는 주석 처리 */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    /* flex-shrink: 0; <-- 이 부분 제거 또는 주석 처리 */
}

.popular-news-grid .cxk-news-card img {
  width: 100%;
  border-radius: 8px;
}



.swiper.popular-news-swiper { /* 좀 더 구체적인 선택자로 변경 */
    /* Swiper 기본 스타일 (overflow: hidden; 포함)은 그대로 유지 */
    /* 이 요소에 margin-left: auto; margin-right: auto; 이 이미 Swiper 기본 스타일로 있습니다. */
    /* 버튼들을 이 밖으로 뺐으므로 더 이상 버튼 잘림 현상은 없을 것입니다. */
}

.popular-news-swiper .swiper-slide .cxk-news-card {
    width: 100%; /* 슬라이드 내에서 카드 너비는 100% */
    height: 100%; /* 높이도 슬라이드에 맞추기 */
    display: flex;
    flex-direction: column;
    /* padding이나 margin은 필요하다면 여기에 추가 */
}

.popular-news-section .swiper-button-prev,
.popular-news-section .swiper-button-next {
    position: absolute; /* 고정 */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100;
    &::after {
        content: '';
    }
}

.popular-news-section .swiper-button-prev {
    /* 계산: popular-news-section-container를 기준으로 합니다.
       popular-news-section의 1200px 박스 왼쪽에 배치하려면
       전체 화면의 50% - (1200px의 절반) - (버튼 절반 너비) - (원하는 여백) */
    left: calc(50% - 600px - 20px - 10px);
    background-image: url(../images/ll2.png);
}

.popular-news-section .swiper-button-next {
    right: calc(50% - 600px - 20px - 10px);
    background-image: url(../images/rr.png);
}


.popular-news-section .swiper-button-prev::after,
.popular-news-section .swiper-button-next::after {
    content: '';
}

.news-slider-section .swiper-button-prev,
.news-slider-section .swiper-button-next {
    position: absolute; /* 절대 위치 */
    top: 60%; /* 수직 중앙 */
    transform: translateY(-50%); /* 정확한 수직 중앙 정렬 */
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100; /* 다른 요소 위에 표시되도록 */
    /* Swiper 기본 텍스트 제거 (이미지 사용 시) */
    content: ''; /* ::after 가상 요소가 아닌, 직접 적용 */
}

.news-slider-section .swiper-button-prev {
    /* news-slider-section (1200px) 영역의 왼쪽 끝에서 버튼이 완전히 보이도록 조정 */
    /* 버튼 너비 64px을 고려하여 news-slider-section 왼쪽 가장자리에서 바깥쪽으로 64px 이동 + 원하는 여백 */
    left: calc(50% - 600px - 64px - 10px); /* 50% - (1200/2) - 버튼너비 - 여백 */
    background-image: url(../images/ll2.png); /* 이미지 경로 확인 */
}

.news-slider-section .swiper-button-next {
    /* news-slider-section (1200px) 영역의 오른쪽 끝에서 버튼이 완전히 보이도록 조정 */
    /* 버튼 너비 64px을 고려하여 news-slider-section 오른쪽 가장자리에서 바깥쪽으로 64px 이동 + 원하는 여백 */
    right: calc(50% - 600px - 64px - 10px); /* 50% - (1200/2) - 버튼너비 - 여백 */
    background-image: url(../images/rr.png); /* 이미지 경로 확인 */
}

.news-slider-section .swiper-button-prev::after,
.news-slider-section .swiper-button-next::after {
    content: '';
}


.news-view-header {
  margin-bottom: 0px;
}

.news-view-title-row {
  display: flex; padding-bottom:10px;
  justify-content: space-between;
  align-items: center;
}

.news-title-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hu {width:20px; display:flex;align-items: center;justify-content: center; }
.see {width:20px; display:flex;align-items: center;justify-content: center; }

.news-titcentere-left .title-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.news-date {
  font-size: 18px;
  color: #666; display: flex;
    gap: 50px;
}

.news-title-left img {width: 16px;}

.news-divider {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.news-meta-row {
  display: flex;
  align-items: center;
  gap: 10px; padding-top:10px;
}

.views {    gap: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
}

.views img {width: 20px;}

.views .eye-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}


.news-header-divider {
  height: 4px;
  background: linear-gradient(to bottom, #274d98 0%, #eaeaea 100%);
  margin: 0px;
}

.load-more-wrap{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center; }
	
	
	.news-view-title-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }


.tag-mobile { display: none; }
.tag-desktop { display: inline; }


@media (max-width: 768px) {
  .netscaler-benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .tag-mobile { display: inline; }
  .tag-desktop { display: none; }
  
}



@media (max-width: 1200px) {
  .news-slider-section, .news-list-section, .popular-news-section, .news-view-container { width: 90%; }
  .news-slider-section .swiper-button-prev, .news-slider-section .swiper-button-next,
  .popular-news-section .swiper-button-prev, .popular-news-section .swiper-button-next {
    left: 0; right: 0; transform: translateY(-50%); width: 40px; height: 40px;
  }
  .news-slider-section .swiper-button-prev { left: -20px; }
  .news-slider-section .swiper-button-next { right: -20px; }
  .popular-news-section .swiper-button-prev { left: -20px; }
  .popular-news-section .swiper-button-next { right: -20px; }
}

/* ≤ 992px : Tablet */
@media (max-width: 992px) {
  /* Slider section */
  .news-slide-inner { gap: 24px; }
  .news-slide-image, .news-slide-text { flex: 1 1 100%; }
  .news-slide-text { text-align: center; margin-top: 12px; }
  .news-slide-text h3 { font-size: 22px; }
  .news-slide-text p { font-size: 15px; }

  /* News list grid */
  .news-list-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
  .cxk-news-card { width: 100%; }

  /* View page */
   /* View page adjustments */
  .news-title-left h1 { font-size: 24px; }
  .news-date { font-size: 16px; gap: 20px; }
  .news-view-content { font-size: 15px; }
  .news-view-thumbnail img { max-height: 320px; }
}

/* ≤ 767px : Mobile */
@media (max-width: 767px) {
  /* Remove big paddings */
  .news-slider-section { padding: 60px 0; }
  .news-slide-inner { flex-direction: column; gap: 16px; }
  .news-slide-text h3 { font-size: 20px; }
  .news-slide-text p { font-size: 14px; }

  /* Lists */
  .news-list-section { padding: 40px 0; }
  .news-list-section h2 { font-size: 24px; margin-bottom: 24px; }
  .news-list-grid { grid-template-columns: 1fr; }

  /* Popular */
  .popular-news-section { padding: 40px 0; }
  .popular-news-section h2 { font-size: 20px; }

  /* View */
  .news-view-title { font-size: 22px; }
  .news-view-content { font-size: 15px; }
  .news-view-nav { flex-direction: column; gap: 20px; text-align: center; }

  /* Buttons */
  .news-slider-section .swiper-button-prev, .news-slider-section .swiper-button-next,
  .popular-news-section .swiper-button-prev, .popular-news-section .swiper-button-next {
    display: none; /* 숨김 - 터치 스와이프 유도 */
  }
}

/* ≤ 480px : Very small screens */
@media (max-width: 480px) {
  .news-slide-text h3 { font-size: 18px; }
  .news-slide-text p { font-size: 13px; }
  .news-list-section h2 { font-size: 20px; }
  .cxk-news-card h3 { font-size: 18px; }
  .news-tags { font-size: 12px; }
  .back-btn { width: 100%; text-align: center; }
}
