.elementor-7374 .elementor-element.elementor-element-3ec894ca{--display:flex;}.elementor-7374 .elementor-element.elementor-element-3ec894ca.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7374 .elementor-element.elementor-element-eed580c{--display:flex;}@media(min-width:768px){.elementor-7374 .elementor-element.elementor-element-3ec894ca{--width:428.851%;}}/* Start custom CSS for html, class: .elementor-element-f146a64 */<style>
.typecast-player {
  display: flex;
  align-items: center;
  background: #111;
  border-radius: 50px;
  padding: 12px 20px;
  gap: 14px;
  max-width: 700px;
}
.typecast-play-btn {
  background: #f97316;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.typecast-title {
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex: 1;
}
.typecast-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.typecast-speed {
  background: transparent;
  border: 1px solid #555;
  border-radius: 20px;
  color: white;
  padding: 4px 10px;
  font-size: 13px;
  cursor: pointer;
}
</style>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5f9254ed */.wp-block-heading {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  color: #222222;
  margin-bottom: 40px;
}

h3.wp-block-heading {
  font-size: 18px !important;
  margin-bottom: 16px;
}

.post-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  color: #454545 !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* 정의 섹션 answer-first 리드 — 본문보다 한 톤 진하게 */
.answer-first-def {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85em;
  color: #222222 !important;
  word-break: break-word;
}

.wp-block-separator {
  border-color: #e0e0e0 !important;
  border-width: 1px !important;
}

/* 콜아웃 — 보더+그림자 표준 (2026-08-04) */
.callout-box {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 25px;
  padding: 25px 20px 25px 30px;
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.callout-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  color: #666666;
  margin: 0 !important;
}

.callout-box .callout-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px !important;
  color: #666666;
}

/* 팁 카드 — 제품 관련이라 오렌지 톤 배경 */
.condition-card {
  background-color: #fffaf7;
  border-left: 3px solid #fe7e43;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 28px 0;
}

.condition-card p {
  font-size: 15px;
  line-height: 1.85em;
  color: #555555;
  margin: 0 !important;
}

.condition-card .condition-title {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px !important;
}

.condition-card .condition-links {
  margin-top: 12px !important;
  font-size: 14px;
  font-weight: 600;
}

.condition-card .condition-links a {
  color: #d9622f;
  text-decoration: none;
}

/* 비교 표 — 셀에 문장이 들어가므로 폭 100% 유지 */
.case-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.case-table th {
  background-color: #fafafa;
  font-weight: 700;
  color: #222222;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #e5e7eb;
}

.case-table td {
  padding: 12px 16px;
  color: #454545;
  border-bottom: 1px solid #f3f4f6;
  line-height: 1.6;
  vertical-align: top;
}

.case-table td:first-child {
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
}

/* 코드 블록 — 앞뒤 여백 필수 (§9) */
pre.code-dark {
  background-color: #1e1e2e;
  color: #e8e8f0;
  padding: 20px 24px;
  border-radius: 10px;
  font-size: 13.5px;
  line-height: 1.8;
  overflow-x: auto;
  margin-top: 24px;
  margin-bottom: 28px;
  white-space: pre;
}

.inline-code {
  background-color: #f1f3f5;
  color: #d9622f;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13.5px;
}

.faq summary::-webkit-details-marker { display: none; }

/* 중립 안내 박스 */
.callout-box-neutral {
  background-color: #f7f8fa;
  border-radius: 14px;
  padding: 22px 26px;
  margin: 32px 0;
}

.callout-box-neutral p {
  font-size: 15px;
  line-height: 1.85em;
  color: #555555;
  margin: 0 !important;
}

/* 값이 짧은 비교표 (§9) */
.case-table--compact { max-width: 520px; font-size: 14px !important; }
.case-table--compact th,
.case-table--compact td { padding: 8px 12px !important; line-height: 1.5 !important; }
.case-table--compact th { font-size: 13px !important; }
.case-table--compact th:not(:first-child),
.case-table--compact td:not(:first-child) { text-align: right; white-space: nowrap; }
@media (max-width: 600px) { .case-table--compact { max-width: 100%; } }/* End custom CSS */