.elementor-10439 .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-110 Product Page
   ============================== */

.gds110-page {
  width: 100%;
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif;
  color: #111827;
  background: #ffffff;
}

.gds110-page * {
  box-sizing: border-box;
}

/* Section Common */

.gds110-eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
}

/* ==============================
   Section 01 : Hero
   ============================== */

.gds110-hero {
  position: relative;
  padding: 110px 20px 90px;
  background:
    linear-gradient(135deg, #f8fafc 0%, #eef4ff 48%, #ffffff 100%);
  overflow: hidden;
}

.gds110-hero::before {
  content: "";
  position: absolute;
  right: -160px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
}

.gds110-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;
}

.gds110-hero-text h1 {
  margin: 0;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #0f172a;
}

.gds110-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: 700;
  color: #1e293b;
}

.gds110-hero-desc {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #475569;
}

.gds110-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  max-width: 650px;
}

.gds110-hero-points div {
  padding: 18px 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.gds110-hero-points strong {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.gds110-hero-points span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

.gds110-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.gds110-btn-primary,
.gds110-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gds110-btn-primary {
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24);
}

.gds110-btn-secondary {
  color: #1e293b;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.gds110-btn-primary:hover,
.gds110-btn-secondary:hover {
  transform: translateY(-2px);
}

.gds110-hero-visual {
  display: flex;
  justify-content: center;
}

.gds110-product-card {
  width: 100%;
  max-width: 520px;
  padding: 28px;
  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);
}

.gds110-product-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* ==============================
   Section 02 : Overview
   ============================== */

.gds110-overview {
  padding: 100px 20px;
  background: #ffffff;
}

.gds110-overview-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.gds110-section-head {
  max-width: 820px;
  margin-bottom: 54px;
}

.gds110-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #0f172a;
}

.gds110-section-head > p:last-child {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #475569;
}

.gds110-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: start;
}

.gds110-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gds110-feature-list article {
  min-height: 230px;
  padding: 28px;
  border-radius: 26px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.gds110-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: 800;
}

.gds110-feature-list article h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0f172a;
}

.gds110-feature-list article p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #475569;
}

.gds110-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);
}

.gds110-spec-card h3 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.gds110-spec-card dl {
  margin: 0;
}

.gds110-spec-card dl div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gds110-spec-card dl div:last-child {
  border-bottom: none;
}

.gds110-spec-card dt {
  font-size: 13px;
  line-height: 1.45;
  color: #94a3b8;
}

.gds110-spec-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #ffffff;
}


/* ==============================
   Responsive
   ============================== */

@media (max-width: 1024px) {
  .gds110-hero {
    padding: 86px 20px 76px;
  }

  .gds110-hero-inner,
  .gds110-overview-grid {
    grid-template-columns: 1fr;
  }

  .gds110-hero-text {
    text-align: left;
  }

  .gds110-hero-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .gds110-spec-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .gds110-hero {
    padding: 72px 18px 64px;
  }

  .gds110-overview {
    padding: 76px 18px;
  }

  .gds110-hero-points,
  .gds110-feature-list {
    grid-template-columns: 1fr;
  }

  .gds110-product-card {
    padding: 18px;
    border-radius: 24px;
  }

  .gds110-feature-list article {
    min-height: auto;
    padding: 24px;
  }

  .gds110-spec-card {
    padding: 24px;
    border-radius: 24px;
  }

  .gds110-spec-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}/* End custom CSS */