.elementor-10466 .elementor-element.elementor-element-256f636{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6cae827 *//* ==============================
   GDS-120 Product Page
   ============================== */

.gds120-page {
  width: 100%;
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif;
  color: #111827;
  background: #ffffff;
}

.gds120-page * {
  box-sizing: border-box;
}

.gds120-eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
}

/* Section 01 */

.gds120-hero {
  position: relative;
  padding: 110px 20px 90px;
  background:
    radial-gradient(circle at 84% 8%, rgba(37, 99, 235, 0.12) 0, rgba(37, 99, 235, 0.12) 240px, transparent 241px),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 52%, #ffffff 100%);
  overflow: hidden;
}

.gds120-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.gds120-hero-text h1 {
  margin: 0;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
  color: #0f172a;
}

.gds120-hero-text h1 span {
  display: block;
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-weight: 750;
  color: #1e293b;
}

.gds120-hero-desc {
  max-width: 660px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.78;
  letter-spacing: -0.02em;
  color: #475569;
}

.gds120-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  max-width: 690px;
}

.gds120-hero-points div {
  padding: 18px 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.gds120-hero-points strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 850;
  color: #0f172a;
}

.gds120-hero-points span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

.gds120-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.gds120-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gds120-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.3);
}

.gds120-hero-visual {
  display: flex;
  justify-content: center;
}

.gds120-product-card {
  width: 100%;
  max-width: 530px;
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.13);
}

.gds120-product-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Section 02 */

.gds120-overview {
  padding: 100px 20px;
  background: #ffffff;
}

.gds120-overview-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.gds120-section-head {
  max-width: 920px;
  margin-bottom: 54px;
}

.gds120-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.05em;
  font-weight: 850;
  color: #0f172a;
}

.gds120-section-head > p:last-child {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #475569;
}

.gds120-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 34px;
  align-items: start;
}

.gds120-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gds120-feature-list article {
  min-height: 230px;
  padding: 28px;
  border-radius: 26px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.gds120-feature-list article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #e0ecff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 850;
}

.gds120-feature-list article h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 850;
  color: #0f172a;
}

.gds120-feature-list article p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #475569;
}

.gds120-spec-card {
  position: sticky;
  top: 90px;
  padding: 30px;
  border-radius: 30px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.gds120-spec-card h3 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gds120-spec-card dl {
  margin: 0;
}

.gds120-spec-card dl div {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gds120-spec-card dl div:last-child {
  border-bottom: none;
}

.gds120-spec-card dt {
  font-size: 13px;
  line-height: 1.45;
  color: #94a3b8;
}

.gds120-spec-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 1024px) {
  .gds120-hero {
    padding: 86px 20px 76px;
  }

  .gds120-hero-inner,
  .gds120-overview-grid {
    grid-template-columns: 1fr;
  }

  .gds120-hero-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .gds120-spec-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .gds120-hero {
    padding: 72px 18px 64px;
  }

  .gds120-overview {
    padding: 76px 18px;
  }

  .gds120-hero-points,
  .gds120-feature-list {
    grid-template-columns: 1fr;
  }

  .gds120-product-card {
    padding: 20px;
    border-radius: 24px;
  }

  .gds120-feature-list article {
    min-height: auto;
    padding: 24px;
  }

  .gds120-spec-card {
    padding: 24px;
    border-radius: 24px;
  }

  .gds120-spec-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bab5cc *//* ==============================
   GDS-120 Section 03 / 04 / 05
   ============================== */

.gds120-modes,
.gds120-ui,
.gds120-structure {
  padding: 100px 20px;
  background: #ffffff;
}

.gds120-modes {
  background: #f8fafc;
}

.gds120-structure {
  background: #f8fafc;
}

.gds120-modes-inner,
.gds120-ui-inner,
.gds120-structure-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* Section 03 */

.gds120-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.gds120-mode-card {
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.gds120-mode-text span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e0ecff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 850;
}

.gds120-mode-text h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.gds120-mode-text p {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

.gds120-mode-card img {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #f8fafc;
}

/* Section 04 */

.gds120-ui-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gds120-ui-grid article {
  padding: 20px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.gds120-ui-grid img {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: #f8fafc;
}

.gds120-ui-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.gds120-ui-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}

/* Section 05 */

.gds120-structure-main {
  display: block;
}


.gds120-structure-list-wide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gds120-structure-list-wide article {
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.gds120-structure-list-wide article h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #0f172a;
}

.gds120-structure-list-wide article p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #475569;
}

/* Responsive */

@media (max-width: 1024px) {
  .gds120-mode-grid,
  .gds120-structure-main {
    grid-template-columns: 1fr;
  }

  .gds120-ui-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
     .gds120-structure-list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

@media (max-width: 768px) {
  .gds120-modes,
  .gds120-ui,
  .gds120-structure {
    padding: 76px 18px;
  }

  .gds120-ui-grid {
    grid-template-columns: 1fr;
  }

  .gds120-mode-card,
  .gds120-structure-image {
    padding: 20px;
    border-radius: 24px;
  }

  .gds120-structure-list article {
    padding: 20px;
  }
   .gds120-structure-list-wide {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */