.elementor-10996 .elementor-element.elementor-element-fae1857{--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-6e383c4 *//* =========================================================
   Triton Electronics Type 304 CST Meter
   304M / 304B Simple Product Page
   CTA CSS 제외 / 기존 공통 CTA 사용
   ========================================================= */

.kms-product-page.cst304-page {
  --cst-navy: #0f2747;
  --cst-blue: #005bac;
  --cst-soft: #f5f8fb;
  --cst-line: #dbe6ef;
  --cst-text: #172033;
  --cst-muted: #64748b;
  --cst-white: #ffffff;
  --cst-shadow: 0 16px 36px rgba(15, 39, 71, 0.1);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cst-text);
  background: #fff;
}

.cst304-page * {
  box-sizing: border-box;
}

.cst304-page .kms-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.cst304-page .cst304-section {
  padding: 86px 0;
}

.cst304-page .cst304-section-head {
  max-width: 720px;
}

.cst304-page .cst304-section-head.center {
  margin: 0 auto 36px;
  text-align: center;
}

.cst304-page .cst304-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--cst-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cst304-page .cst304-kicker::before,
.cst304-page .cst304-kicker::after {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--cst-blue);
}

.cst304-page .cst304-section-head:not(.center) .cst304-kicker::after {
  display: none;
}

.cst304-page h2 {
  margin: 0 0 14px;
  color: #0d1b2e;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.cst304-page p {
  margin: 0;
  color: var(--cst-muted);
  font-size: 16px;
  line-height: 1.75;
}


/* HERO */
.cst304-page .cst304-hero {
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 91, 172, 0.13), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #edf5fb 50%, #ffffff 100%);
  border-bottom: 1px solid var(--cst-line);
}

.cst304-page .cst304-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.cst304-page .cst304-badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.cst304-page .cst304-badge,
.cst304-page .cst304-badge-outline {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.cst304-page .cst304-badge {
  color: #fff;
  background: linear-gradient(135deg, var(--cst-navy), var(--cst-blue));
  box-shadow: 0 3px 6px rgba(15, 23, 42, 0.14);
}

.cst304-page .cst304-badge-outline {
  color: var(--cst-blue);
  background: #fff;
  border: 1px solid rgba(0, 91, 172, 0.2);
}

.cst304-page .cst304-title {
  margin: 0 0 22px;
  color: #0d1b2e;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.cst304-page .cst304-title small {
  display: block;
  margin-bottom: 13px;
  color: var(--cst-blue);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.cst304-page .cst304-title span {
  color: var(--cst-blue);
}

.cst304-page .cst304-desc {
  max-width: 660px;
  margin-bottom: 28px;
  color: #445368;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.025em;
}

.cst304-page .cst304-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

.cst304-page .cst304-summary div {
  padding: 17px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 91, 172, 0.14);
  box-shadow: 0 8px 22px rgba(15, 39, 71, 0.05);
}

.cst304-page .cst304-summary strong {
  display: block;
  margin-bottom: 5px;
  color: #14243a;
  font-size: 13px;
}

.cst304-page .cst304-summary span {
  display: block;
  color: var(--cst-muted);
  font-size: 14px;
}

.cst304-page .cst304-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cst304-page .cst304-btn-primary,
.cst304-page .cst304-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
}

.cst304-page .cst304-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--cst-navy), var(--cst-blue));
  box-shadow: 0 3px 6px rgba(15, 23, 42, 0.14);
}

.cst304-page .cst304-btn-secondary {
  color: var(--cst-navy) !important;
  background: #fff;
  border: 1px solid var(--cst-line);
}

.cst304-page .cst304-hero-visual {
  padding: 26px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(0, 91, 172, 0.14);
  box-shadow: var(--cst-shadow);
}

.cst304-page .cst304-image-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
  padding: 28px;
  border-radius: 26px;
  background: #f7fbff;
}

.cst304-page .cst304-image-main img {
  display: block;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(15, 39, 71, 0.14));
}


/* OVERVIEW */
.cst304-page .cst304-overview {
  background: #fff;
}

.cst304-page .cst304-two-col {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
}

.cst304-page .cst304-process {
  display: grid;
  gap: 14px;
}

.cst304-page .cst304-process-item {
  display: grid;
  grid-template-columns: 52px 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 22px;
  background: var(--cst-soft);
  border: 1px solid var(--cst-line);
}

.cst304-page .cst304-process-item span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  color: var(--cst-blue);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(15, 39, 71, 0.06);
}

.cst304-page .cst304-process-item strong {
  color: #0d1b2e;
  font-size: 17px;
}

.cst304-page .cst304-process-item p {
  font-size: 15px;
}


/* MODELS */
.cst304-page .cst304-models {
  background: var(--cst-soft);
  border-top: 1px solid var(--cst-line);
  border-bottom: 1px solid var(--cst-line);
}

.cst304-page .cst304-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cst304-page .cst304-model-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--cst-line);
  box-shadow: 0 14px 34px rgba(15, 39, 71, 0.07);
}

.cst304-page .cst304-model-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 26px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
  border-bottom: 1px solid var(--cst-line);
}

.cst304-page .cst304-model-image img {
  display: block;
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(15, 39, 71, 0.12));
}

.cst304-page .cst304-model-body {
  padding: 26px 24px 28px;
}

.cst304-page .cst304-model-body span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cst-blue);
  background: rgba(0, 91, 172, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.cst304-page .cst304-model-body h3 {
  margin: 0 0 11px;
  color: #0d1b2e;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.cst304-page .cst304-model-body p {
  min-height: 58px;
  font-size: 15px;
  line-height: 1.68;
}

.cst304-page .cst304-model-body ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.cst304-page .cst304-model-body li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-top: 1px solid #edf2f7;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.cst304-page .cst304-model-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cst-blue);
}


/* APPLICATION */
.cst304-page .cst304-application {
  background: #fff;
}

.cst304-page .cst304-application-box {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: center;
  padding: 54px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--cst-line);
  box-shadow: 0 16px 38px rgba(15, 39, 71, 0.07);
}

.cst304-page .cst304-application-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cst304-page .cst304-application-list div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 18px;
  text-align: center;
  border-radius: 18px;
  background: #f7fbff;
  border: 1px solid var(--cst-line);
  color: #18314f;
  font-size: 15px;
  font-weight: 850;
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  .cst304-page .cst304-hero-grid,
  .cst304-page .cst304-two-col,
  .cst304-page .cst304-application-box {
    grid-template-columns: 1fr;
  }

  .cst304-page .cst304-image-main {
    min-height: 340px;
  }
}

@media (max-width: 720px) {
  .cst304-page .kms-container {
    width: min(100% - 28px, 1180px);
  }

  .cst304-page .cst304-hero {
    padding: 70px 0 64px;
  }

  .cst304-page .cst304-section {
    padding: 64px 0;
  }

  .cst304-page .cst304-summary,
  .cst304-page .cst304-model-grid,
  .cst304-page .cst304-application-list {
    grid-template-columns: 1fr;
  }

  .cst304-page .cst304-process-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cst304-page .cst304-hero-visual {
    padding: 16px;
    border-radius: 26px;
  }

  .cst304-page .cst304-image-main {
    min-height: 280px;
    padding: 20px;
  }

  .cst304-page .cst304-image-main img {
    max-height: 240px;
  }

  .cst304-page .cst304-model-image {
    height: 240px;
  }

  .cst304-page .cst304-model-image img {
    max-height: 200px;
  }

  .cst304-page .cst304-model-body p {
    min-height: auto;
  }

  .cst304-page .cst304-application-box {
    padding: 34px 20px;
    border-radius: 26px;
  }
}/* End custom CSS */