
.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;
 
}

.product-highlight-container {background-color: #F3F3F3; width:100%;}

.product-highlight {

 width:1200px; margin:0 auto;
  text-align: center;     padding: 100px 0;
}

.product-highlight h3 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

.product-highlight p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.feature-tabs-container {width:100%;}
.feature-tabs-section {width:1200px; margin: 0 auto;}

.feature-tabs-wrapper {

}

.feature-tabs-con {box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),  /* ¾Æ·¡ÂÊ ±×¸²ÀÚ */
    0 -1px 4px rgba(0, 0, 0, 0.03); /* À§ÂÊ ±×¸²ÀÚ */}

.feature-tabs {
  display: flex;
  justify-content: space-between; width:1200px; margin: 0 auto;
  gap: 40px;
  padding: 0px;
 
  flex-wrap: wrap;
}

.feature-tabs .tab {
  background: none;
  border: none;
  font-size: 16px;
  color: #444;
  padding: 20px 0px;
  cursor: pointer;
  border-bottom: 2px solid transparent; /* ±âº» »óÅÂ¿¡¼­ ¹ØÁÙ ¾øÀ½ */
  transition: border-color 0.3s, color 0.3s; border-radius: 0;
}

.feature-tabs .tab.active {
  color: #111;     border-radius: 0;
  font-weight: bold;
  border-bottom: 2px solid #1944d3; /* È°¼º ÅÇÀº ¹ØÁÙ Ç¥½Ã */
}

.feature-content {
 /*  padding: 60px 20px; */
}

.tab-content {
  display: none;
}

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

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

.feature-text {
  flex: 1;
 /*  min-width: 300px; */
}

.feature-text h3 {
  font-size: 2em;
  margin-bottom: 40px;
}

.feature-text p {
  
  color: #333;
      font-size: 16px;
    line-height: 1.6;
    margin-bottom: 100px;
    font-weight: 300;
}

.feature-btn {
  background-color: #2B6678;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 999px;
  text-decoration: none;
}

.feature-image {
  flex: 1;
  /* min-width: 300px; */
  text-align: center;
}

.feature-image img {
  width: auto;
  height: auto;
 
}

.citrix-numbers-container {width:100%; background-color: #000;}

.citrix-numbers-section {
  width:1200px; margin:0 auto;
  color: white;
  padding: 100px 0px;
  text-align: center;
}

.citrix-numbers-section h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 60px;
}

.numbers-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  
  margin: 0 auto;
  position: relative;
}

.number-box {
  flex: 1;
  padding: 0 30px; 
  text-align: center; max-width: 420px;
  margin: 0 40px;
}

.number-box-line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}

.number-value {
  font-size: 60px;
  font-weight: bold;
  color: #1a45d3;
  margin-bottom: 30px;
}

.number-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}

.number-btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 13px;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.number-btn:hover {
  background-color: white;
  color: #000;
}


.full-image-section {
  width: 100%;
  overflow: hidden;
}

.full-image-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


.more-view-container {background-color: #fff; width:100%;}

.more-view-section {
  width:1200px; margin: 0 auto;
  padding:100px 0px;
  
}

.more-header p {
  font-size: 22px;
  color: #313131;
  margin-bottom: 20px;
}

.more-header h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
}

.more-card-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.more-card {
  width: 285px;
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.more-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.more-text {
  padding: 20px 36px;;
  height: 213px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category {
  font-size: 15px;
  color: #515151;
  margin-bottom: 0px;
  display: block;
}

.more-text h3 {
  font-size: 20px; word-break: auto-phrase;
  font-weight: bold;
  color: #111;
  margin-bottom: 40px;
  line-height: 1.4;
}

.more-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 16px;
  text-decoration: none;
  color: #111;
  transition: all 0.2s ease;
}

.more-btn:hover {
  background-color: #111;
  color: #fff;
}


.virtualization-section-container {width:100%; padding: 0px; background-color: #1C69F2;}

.virtualization-section {
  width:1200px; margin:0 auto;
  color: white;
  padding: 80px 0px;
}

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

.virtualization-text {
  flex: 1;
  min-width: 700px;
}

.virtualization-text h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
}

.virtualization-text p {
  font-size: 20px;
  margin-bottom: 60px;
}

.virtualization-btn {
  display: inline-block;
  background: white;
  color: #2B6678;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.virtualization-btn:hover {
  background: #e0e0e0;
}

.virtualization-image {
  flex: 1;
  text-align: right;
  min-width: 280px;
}

.virtualization-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
}


.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;
}

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

.bulb-icon img {
  width: 170px;
  height: auto;
}

.didyouknow-text h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #111;
}

.didyouknow-text p {
  font-size: 20px;
  color: #222;
  line-height: 1.7;
}

.didyouknow-text strong {
  font-weight: bold;
  color: #111;
}

.link-icon {
  width: 14px;
  height: 14px;
  vertical-align:  inherit;
  margin: 0 4px;
}

.netscaler-extra-container {background-color: #fff; width:100%;}
.netscaler-extra-info {
  padding: 100px 0px;
  width:1200px; margin: 0 auto;
}

.extra-info-inner {

  margin: 0 auto;
}

.extra-info-inner h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #111;
}

.extra-info-box {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.extra-icon img {
  width: 110px;
  height: auto;
}

.extra-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.extra-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.extra-btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  border: 1px solid #2B6678;
  color: #2B6678;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.extra-btn:hover {
  background-color: #1a45d3;
  color: #fff;
}


.xenserver-hero-container {
background-image: url('../images/xenserver-top-img.jpg');
  background-size: cover;
  width: 100%;background-position: center;
  background-repeat: no-repeat;

}

.xenserver-hero {
  width:1200px; margin:0 auto;
  padding:100px 0px;
  
}


.xenserver-hero-content h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.6;
  padding:40px 0px;
}


.xenserver-section-container {
  background-color: #F3F3F3;
  width:100%; margin:0 auto;
}

.xenserver-section-info {
 
  padding: 100px 0px; width:1200px; margin:0 auto;
}

.xenserver-info-header h2 {font-size:34px; padding-bottom:40px; line-height:1.2;}

.xenserver-info-inner {
  
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.xenserver-info-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

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

.xenserver-info-text h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  color: #111;
  margin-bottom: 16px;
}

.xenserver-info-text p {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}


.xenserver-blog-container {
  width:100%; 
  background-color: #fff;
}

.xenserver-blog-section {
  padding: 100px 0px;
  max-width:1200px;   margin: 0 auto;
}

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

.blog-text {
  flex: 1;
  min-width: 280px;
}

.blog-text h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #111;
}

.blog-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.blog-btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  border: 1px solid #000;
  color: #000;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-btn:hover {
  background-color: #1a45d3;
  color: #fff;
}

.blog-image img {

  width: 100%;
  height: auto;
 
}


.xenserver-edition-container {
width:100%; background-color: #F3F3F3;
}

.xenserver-edition-section {
  width:1200px; margin: 0 auto;
  padding: 100px 0px;
}

.xenserver-edition-inner {
 
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.edition-image img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 6px;
}

.edition-text {
  flex: 1;
  min-width: 280px;
}

.edition-text h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #111;
}

.edition-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.edition-btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  border: 1px solid #000;
  color: #000;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.edition-btn:hover {
  background-color: #1a45d3;
  color: #fff;
}
.pc-only { display: block; }
.mo-only { display: none; }

@media (max-width: 1000px) {


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

  .accordion-item {
    border-bottom: 1px solid #ccc;
  }

  .accordion-item button{border-radius:0px;}

  .accordion-header {
    width: 100%;
    padding: 16px;
    background: #f8f8f8;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    border: none;
    cursor: pointer;
  }

  .accordion-body {
    display: none;
    padding: 20px;
    background: #fff;
  }

  .accordion-body.active {
    display: block;
  }

  .product-highlight {
    padding: 60px 20px; 
    width: 100%;
  }

  .product-highlight h3 {
    font-size: 1.6em;
    line-height: 1.5;
  }

  .product-highlight p {
    font-size: 14px;
    line-height: 1.7;
  }


   .feature-tabs {
    flex-direction: column; width:100%;
    align-items: stretch;
    gap: 10px;
    padding: 20px;
  }

  .tab-content.active {width: 100%;}

  .feature-tabs .tab {
    width: 100%;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
  }

  .tab-content {
    padding: 40px 20px;
    width: 100%;
  }

  .feature-box {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .feature-text {
    width: 100%;
  }

  .feature-text h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }

  .feature-text p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .feature-image {
    width: 100%;
    text-align: center;
  }

  .feature-image img {
    max-width: 90%;
    height: auto;
  }

  .citrix-numbers-section {
    padding: 60px 20px; width:100%;
  }

  .numbers-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .number-box {
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
    text-align: center;
  }

  .number-box-line {
    display: none;
  }

  .number-value {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .number-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .number-btn {
    font-size: 13px;
    padding: 8px 20px;
  }



  .more-view-section {
    padding: 60px 20px; width:100%;
  }

  .more-header p {
    font-size: 18px;
  }

  .more-header h2 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .more-card-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .more-card {
    width: 100%;
  }

  .more-text {
    padding: 20px;
    height: auto;
  }

  .more-text h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .more-btn {
    font-size: 14px;
    padding: 8px 16px;
  }


 .virtualization-section {
    padding: 60px 20px; width:100%;
  }

  .virtualization-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .virtualization-text {
    min-width: auto;
    width: 100%;
  }

  .virtualization-text h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .virtualization-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .virtualization-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .virtualization-image {
    width: 100%;
    text-align: center;
  }

  .virtualization-image img {
    max-width: 280px;
    width: 80%;
    height: auto;
  }

  .feature-tabs-wrapper {
 padding:0px 20px;
}

.netscaler-section {
    padding: 60px 20px;
  }

  .netscaler-inner {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

  .netscaler-text {
    width: 100%;
  }

  .netscaler-text h2 {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .netscaler-text p {
    font-size: 15px;
    line-height: 1.7;
    width: 100%; /* ±âÁ¸ 620px Á¦°Å */
  }

  .netscaler-icon {
    text-align: center;
  }

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


  .netscaler-benefits-section {
     padding: 60px 20px; width:100%;
}


 .netscaler-didyouknow {
    padding: 60px 20px; width:100%;
  }

  .netscaler-didyouknow-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .bulb-icon img {
    width: 100px;
    height: auto;
  }

  .didyouknow-text h3 {
    font-size: 1.6em;
    margin-bottom: 16px;
  }

  .didyouknow-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .link-icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
  }


   .netscaler-extra-info {
    padding: 60px 20px; width:100%;
  }

  .extra-info-inner {
    text-align: center;
  }

  .extra-info-inner h2 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .extra-info-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .extra-icon img {
    width: 80px;
    height: auto;
  }

  .extra-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .extra-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .extra-btn {
    font-size: 14px;
    padding: 8px 18px;
  }


  .xenserver-hero {
    padding: 60px 20px; width:100%;
  }

  .xenserver-hero-content {
    text-align: center;
  }

  .xenserver-hero-content h1 {
    font-size: 1.8em;
    line-height: 1.5;
    padding: 20px 0;
  }

.xenserver-section-info {
    padding: 60px 20px; width:100%;
  }

  .xenserver-info-inner {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

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

  .xenserver-info-text {
    width: 100%;
  }

  .xenserver-info-text h2 {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .xenserver-info-text p {
    font-size: 15px;
    line-height: 1.7;
  }


   .xenserver-blog-section {
    padding: 60px 20px;
  }

  .xenserver-blog-inner {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

  .blog-text {
    width: 100%;
  }

  .blog-text h2 {
    font-size: 1.6em;
    margin-bottom: 16px;
  }

  .blog-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .blog-btn {
    font-size: 14px;
    padding: 8px 16px;
  }

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

  .xenserver-edition-section {
    padding: 60px 20px; width:100%;
  }

  .xenserver-edition-inner {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

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

  .edition-text {
    width: 100%;
  }

  .edition-text h2 {
    font-size: 1.6em;
    margin-bottom: 16px;
  }

  .edition-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .edition-btn {
    font-size: 14px;
    padding: 8px 18px;
  }


}



@media (max-width: 768px) {
  .netscaler-benefits-grid {
    grid-template-columns: 1fr;
  }
}


