.elementor-18771 .elementor-element.elementor-element-6ef2af2{--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;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-12cafeb *//* =====================================
   SK TECH CATALOG BOX (GLOBAL)
   - 글 본문 HTML 위젯용
   - p 중심(heading 남발 방지)
   - 유성/수성 통일 + 색상 모디파이어
   ===================================== */

.sk-cat-wrap{
  font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
  line-height: 1.6;
  color: #444;
  width: 98%;
  margin: 0 auto 18px;
  border: 1px solid #dceef2;
  padding: 16px 14px;
  background: #fcfdfe;
  border-radius: 10px;
}

/* 상단 */
.sk-cat-topbar{
  margin: 0 0 12px 0;
  border-bottom: 2px solid #50627f;
  padding: 0 0 12px 0;
}
.sk-cat-label{
  display: inline-block;
  color: #50627f;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 0 6px 0;
}
.sk-cat-title{
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

/* 본문 기본 p 통일 */
.sk-cat-body{ font-size: 16px; }
.sk-cat-body p{ margin: 0 0 12px; }
.sk-cat-body p:last-child{ margin-bottom: 0; }

/* 콜아웃(공통) */
.sk-cat-callout{
  margin: 0 0 16px;
  text-align: center;
  padding: 16px 14px;
  border-radius: 10px;
  border: 1px dashed;
  background: #f8fafc;
}
.sk-cat-callout-title{
  display: block;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-size: 16px;
}
.sk-cat-link{
  display: inline-block;
  color: #0056b3;
  text-decoration: underline;
  font-weight: 600;
  margin: 0 0 8px 0;
  font-size: 15px;
}
.sk-cat-note{
  display: block;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

/* 섹션 */
.sk-cat-sec-title{
  margin: 0 0 6px 0;
  color: #50627f;
  font-weight: 700;
  font-size: 16px;
}
.sk-cat-sec-desc{
  margin: 0 0 10px 0;
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* CTA */
.sk-cat-cta{
  background: #f8f9fb;
  border: 1px solid #e1e5eb;
  padding: 18px 14px;
  text-align: center;
  margin: 16px 0 0;
  border-radius: 10px;
}
.sk-cat-cta-title{
  margin: 0 0 12px 0;
  color: #50627f;
  font-size: 16px;
  font-weight: 700;
}

/* 테이블 */
.sk-cat-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
  border: 1px solid #dceef2;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.sk-cat-th{
  padding: 10px;
  border: 1px solid #dceef2;
  width: 90px;
  background: #fcfdfe;
  color: #50627f;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.sk-cat-td{
  padding: 10px;
  border: 1px solid #dceef2;
  text-align: left;
}
.sk-cat-tel{
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 15px;
}

/* 버튼(콤팩트) */
.sk-cat-btn-wrap{
  margin: 14px 0 0;
  text-align: center;
  line-height: 1;
}
.sk-cat-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid #50627f;
  border-radius: 10px;
  color: #50627f;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.sk-cat-footer{
  margin: 14px 0 0;
  text-align: center;
  font-size: 11px;
  color: #999;
}

/* =========================
   Color Modifiers
   ========================= */

/* 수성(블루) */
.sk-cat--water .sk-cat-callout{
  background: #f0f7ff;
  border-color: #3498db;
}
.sk-cat--water .sk-cat-callout-title{
  color: #2980b9;
}

/* 유성(오렌지) */
.sk-cat--oil .sk-cat-callout{
  background: #fef9f5;
  border-color: #e67e22;
}
.sk-cat--oil .sk-cat-callout-title{
  color: #d35400;
}

/* 모바일 */
@media (max-width: 767px){
  .sk-cat-wrap{ padding: 14px 12px; }
  .sk-cat-body{ font-size: 15px; }
  .sk-cat-sec-desc{ font-size: 14px; }
  .sk-cat-btn{ padding: 8px 12px; font-size: 12.5px; border-radius: 9px; }
  .sk-cat-title{ font-size: 17px; }
}/* End custom CSS */