/* Pretendard À¥ÆùÆ® ºÒ·¯¿À±â */
@import url('https://fonts.googleapis.com/css2?family=Pretendard&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Pretendard', sans-serif;
  background-color: #fff;
  color: #111; word-break: keep-all;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  padding: 6px 20px;
  border: none;
  background-color: #f4f4f4;
  border-radius: 20px;
  font-size: 14px;
}
#h-60 {height:60px;}
/* HEADER */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  background-color: #fff;
   width:1200px; margin:0 auto;
}
.logo {
  font-weight: bold;
  font-size: 20px;
}
.top-nav a {
  margin-left: 30px;
  font-size: 17px;
}

.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.main-menu {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.main-menu > li.active a {
  font-weight:700;
}

.submenu > ul li a { padding:0px; font-weight: 400 !important; }
.submenu > ul li a:hover { text-decoration: underline;}

.main-menu > li  {
    position: relative;
}

.business-info {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 10px;
}

.main-menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 12px 8px;
  display: inline-block;
}

.has-submenu:hover .submenu {
  display: flex;
}

/* ¼­ºê¸Þ´º ½ºÅ¸ÀÏ */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  z-index: 999;
  gap: 40px;
}

.submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 220px;
}

.submenu li { text-align:right;
  padding: 10px 0;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.submenu li:hover {
  text-decoration: underline;
}


.visual-section-container {width:100%; background-color: #000;     position: relative;     overflow-x: clip;}

.visual-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:1200px; margin: 0 auto;
  padding: 60px 0px;
  color: #fff;
}
.visual-left h1 {
  font-size: 40px;
  margin-bottom: 20px;
}


.visual-left h1 img{ width:100px; }

.visual-left p {
  font-size: 18px;
  line-height: 1.6;
}
/* .visual-right img {
      width: 720px;
  border-radius: 0;
  object-fit: cover;
} */

/* .visual-right {
    position: absolute;
    right: -150px;
} */


.visual-right img {
      width: 100%;
  border-radius: 0;
  object-fit: cover;
}

.visual-right {
    position: absolute;
    right: 0px;
}

/* PRODUCT */

.product-section-container {width:100%; background-color: #001043;}

.product-section {
  display: flex;
  color: #fff;
  width:1200px; margin: 0 auto;
  padding: 64px 0px;
  gap: 220px;
  justify-content: left;
}
.product {
  max-width: 300px;
  text-align: left;
}
.product h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.product p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.highlight {
  color: #3C90F7;
}


/* SOLUTION SECTION */
.solution-section-container {
  background-color: #fff;
  padding: 80px 0px;
}

.solution-section {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.solution-box {
  width: 380px;
  text-align: left;
}

.solution-box img {
  width: 100%;
  border-radius: 0px;
  margin-bottom: 20px;
}

.solution-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
}

.solution-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* SECTION CONTAINER */
.citrix-feature-section {
  background-color: #1944d3;
  background-image: url('../images/back-pattern2.svg'); /* ÇÊ¿ä ½Ã Á¦°Å */
  background-repeat: repeat;
  /* background-size: cover; */
  padding: 100px 0;
  color: #fff;
}

/* °¡·Î ÁÙ ¼¼Æ® */
.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 0px;
  gap: 40px;
  flex-wrap: wrap;
}

.feature-top-text {width:1200px; margin:0 auto;}

.feature-top-text h2 {font-size:2em; line-height:1.5em;}

/* ÅØ½ºÆ® ¿ÞÂÊ / ¿À¸¥ÂÊ */
.feature-text-left, .feature-text-right {
  flex: 1;
  max-width: 600px;
}
.feature-text-left {
  text-align: left;     padding-left: 60px;
}
.feature-text-right {
  text-align: right;
}

/* ÀÌ¹ÌÁö ¿À¸¥ÂÊ / ¿ÞÂÊ */
.feature-image-right, .feature-image-left {
  flex: 1;
  max-width: 400px;
}
.feature-image-right {
  display: flex;
  justify-content: flex-end;
}
.feature-image-left {
  display: flex;     padding-left: 60px;
  justify-content: flex-start;
}

.feature-image-right img,
.feature-image-left img {
 /*  width: 100%; */
  /* max-width: 320px; */
  height: auto;
}

/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.feature-text-left h2,
.feature-text-right h3 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}
.feature-text-left p,
.feature-text-right p {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 12px; font-weight:300;
}
.subtext {
  font-size: 20px; font-weight:300;

}

.why-citrix-container {background-color: #F3F3F3; width:100%; padding: 100px 0;}

.why-citrix-section {
 width: 1200px; margin:0 auto;
  color: #111;
  /* text-align: center; */
}

.why-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 60px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; padding-left: 60px; padding-top: 80px;
}


.why-img {    width: 90px;height: 90px;  display: flex;
    justify-content: center;
    align-items: flex-start;}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.why-item img {
  /* width: 100%; */
  height: 70px; 
  flex-shrink: 0;
}

.why-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}


.why-grid-flex {
  display: flex;
  align-items: stretch; /* Áß¿ä: ÁÂ¿ì ³ôÀÌ¸¦ ¸ÂÃçÁÜ */
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.why-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.why-divider {
  width: 1px;
  height: auto;
  min-height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    #ccc,
    #ccc 4px,
    transparent 4px,
    transparent 8px
  );
  opacity: 1;
}


.why-citrix-container-w {background-color: #000; width:100%; padding: 100px 0;}

.why-title-w {
  font-size: 2em; color:#fff;
  font-weight: bold;
  margin-bottom: 60px;
}


.why-text-w h3 {
  font-size: 18px; color:#fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-text-w p {
  font-size: 14px; color:#fff;
  line-height: 1.6;
 
}


.news-section-container {width:100%; padding: 100px 0; background-color: #fff;}

.news-section {
  width: 1200px;
    margin: 0 auto;
    color: #111;
}

.news-header {}

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

.news-header p {
  font-size: 14px;
  color: #555;
  margin-bottom: 60px;
}

.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px; padding:40px 0px;
}

.news-card {
  width: 382px; border: 1px solid #F3F3F3;
  background-color: #f7f7f7;
  border-radius: 0px;
  overflow: hidden;
  text-align: left;
 /*  box-shadow: 0 2px 6px rgba(0,0,0,0.05); */
  display: flex;
  flex-direction: column;
}

.news-card img {
  
 height: 280px; 
  object-fit: cover;
      padding: 20px 20px 0px;
    object-fit: cover;
    object-position: top;
    background: #fff;
}

.news-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-info p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5; text-align:center;
}

.news-btn {
  align-self: center;
  padding: 8px 16px;
  font-size: 13px; color:#2B6678;
  background-color: #f0f0f0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.news-btn:hover {
  background-color: #e0e0e0;
}


.contact-section-container {width:100%; padding: 0px; background-color: #1944D3;}

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

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


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

.contact-text h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

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

.contact-text p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

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

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

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

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


.site-footer {
  background-color: #f5f5f5;
  padding: 60px 20px;
  color: #111;
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
 
}

.footer-logo {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-logo img {width:200px;}

.footer-logo .divider {
  margin: 0 10px;
  color: #999;
}

.site-footer hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  color: #333;
}


#mo {display:none;}





/*

@media (min-width: 769px) and (max-width: 1199px) {
  #pc { display: block; }
  #mo { display: none; }

  .solution-section {
    display: flex
;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
}


.top-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  .top-nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .top-nav.open {
    display: flex;
  }

  .main-menu {
    flex-direction: column;
    gap: 16px;
  }

  .main-menu > li {
    text-align: left;
  }

  

  .has-submenu.open .submenu {
    display: flex;
  }

 .submenu {
    flex-direction: column;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 12px;
    box-shadow: none;
    gap: 0;
  }

  .submenu ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .submenu ul + ul {
    margin-top: 0px; 
  }

  .submenu li {
    padding: 10px 8px;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .submenu li:last-child {
    border-bottom: none;
  }


.submenu > ul li a {
    padding: 0px; margin-left:0px;
}


  .visual-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    width: 100%;
  }

  
  .product-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
    width: 100%;
  }


}

*/

/* ¸ð¹ÙÀÏ ¹ÝÀÀÇü ½ÃÀÛ */

@media (max-width: 1000px) {

#pc {display:none;}
#mo {display:block;}

 .top-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  .top-nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .top-nav.open {
    display: flex;
  }

  .main-menu {
    flex-direction: column;
    gap: 16px;
  }

  .main-menu > li {
    text-align: left;
  }

  

  .has-submenu.open .submenu {
    display: flex;
  }

 .submenu {
    flex-direction: column;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 12px;
    box-shadow: none;
    gap: 0;
  }

  .submenu ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .submenu ul + ul {
    margin-top: 0px; 
  }

  .submenu li {
    padding: 10px 8px;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .submenu li:last-child {
    border-bottom: none;
  }


.submenu > ul li a {
    padding: 0px; margin-left:0px;
}

 
  .feature-text-left,
  .feature-text-right {
    text-align: center;
  }
  .feature-image-left,
  .feature-image-right {
    justify-content: center;
    margin-bottom: 40px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

    .contact-inner {
    flex-direction: column;
    text-align: center;
  }
  .contact-image {
    text-align: center;
  }


  .visual-right {
    display: none;
  }

  /* 2. visual-section ¹ÝÀÀÇü */
  .visual-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    width: 100%;
  }

  .visual-left h1 img {
    width: 80px;
  }

  .visual-left p {
    font-size: 16px;
    line-height: 1.5;
  }

  /* 3. product-section ¹ÝÀÀÇü */
  .product-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
    width: 100%;
  }

  .product {
    max-width: 100%;
    text-align: center;
  }

  .product h2 img {
    width: 140px;
  }

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

  .product button {
    margin-top: 10px;
  }


  .solution-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
    width: 100%;
  }

  .solution-box {
    width: 100%;
    text-align: center;
  }

  .solution-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .solution-box h3 {
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 12px;
  }

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

  .feature-top-text {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .feature-row {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .feature-text-left,
  .feature-text-right {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }

  .feature-text-left h2,
  .feature-text-right h3 {
    font-size: 20px;
  }

  .feature-text-left p,
  .feature-text-right p,
  .subtext {
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-image-left,
  .feature-image-right {
    justify-content: center;
    padding: 0;
    max-width: 100%;
    margin: 20px 0;
  }

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

  .why-grid-flex {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
  }

  .why-column {
    gap: 60px;
  }

  .why-item {
    flex-direction: column;
    align-items: center;
    text-align: center; gap: 20px;
  }

  .why-img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
  }

  .why-img img {
    height: 60px;
  }

  .why-text h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .why-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .why-divider {
    display: none;
  }


.why-citrix-section{width:100%;}

    .news-section {
    padding: 0 20px; width:100%;
  }

  .news-header {
    text-align: center;
  }

  .news-list {
    flex-direction: column;
    gap: 24px;
    padding: 20px 0;
  }

  .news-card {
    width: 100%;
  }

  .news-card img {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .news-info {
    padding: 16px;
  }

  .news-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .news-btn {
    font-size: 13px;
    padding: 8px 16px;
  }


  .contact-section {
    padding: 40px 20px; width: 100%;
    text-align: center;
  }

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

  .contact-text {
    text-align: center;
  }

  .contact-text h2 {
    font-size: 22px;
  }

  .contact-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .contact-image {
    text-align: center;
  }

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

  .why-title {
    text-align:center;
}

.why-title-w {
    text-align:center;
}

.solution-section-container {
    background-color: #fff;
    padding: 20px 0px;
}

.citrix-feature-section {
    
    /* background-size: cover; */
    padding: 20px 0;
    
}

.feature-top-text h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

}
