.elementor-18753 .elementor-element.elementor-element-30a5949{--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-132ff85 *//* =========================
   SK TECH CATALOG BOX (GT-3000)
   - Pretendard
   - Inline HTML → CSS 분리 버전
   ========================= */

.sk-cat-wrap{
  font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
  line-height: 1.5;
  color: #444;
  width: 98%;
  margin: 0 auto;
  border: 1px solid #dceef2;
  padding: 15px 10px;
  background-color: #fcfdfe;
}

/* 상단 라벨 바 */
.sk-cat-topbar{
  margin: 0 0 20px 0;
  border-bottom: 2px solid #50627f;
  padding: 0 0 15px 0;
}
.sk-cat-label{
  color: #50627f;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* 본문 */
.sk-cat-body{
  font-size: 16px;
}

/* PDF 바로보기 박스 */
.sk-cat-callout{
  margin: 0 auto 20px auto;
  line-height: 1.8;
  text-align: center;
  background: #fef9f5;
  padding: 20px 15px;
  border: 1px dashed #e67e22;
}
.sk-cat-callout-title{
  display: block;
  color: #d35400;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 17px;
}
.sk-cat-link{
  display: inline-block;
  color: #0056b3;
  text-decoration: underline;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.sk-cat-note{
  display: block;       /* 요청: 다음 줄로 내림 */
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

/* 핵심 기능 */
.sk-cat-section{
  margin: 0 0 15px 0;
  padding: 0;
}
.sk-cat-sec-title{
  color: #50627f;
  font-weight: 600;
  font-size: 17px;
}
.sk-cat-sec-desc{
  margin: 6px 0 10px 18px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* CTA 영역 */
.sk-cat-cta{
  background-color: #f8f9fb;
  border: 1px solid #e1e5eb;
  padding: 25px 15px;
  text-align: center;
  margin: 20px 0 0 0;
}
.sk-cat-cta-title{
  margin: 0 0 15px 0;
  color: #50627f;
  font-size: 18px;
  font-weight: 600;
}

/* 문의 테이블 */
.sk-cat-table{
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  table-layout: fixed;
  border: 1px solid #dceef2;
  margin: 0 auto;
}
.sk-cat-th{
  padding: 10px;
  border: 1px solid #dceef2;
  width: 90px;
  background: #fcfdfe;
  color: #50627f;
  font-weight: 600;
  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: 500;
  font-size: 16px;
}

/* =========================
   버튼(콤팩트) - 교체용
   ========================= */

.sk-cat-btn-wrap{
  margin: 16px 0 0 0;     /* 위 여백 줄임 */
  text-align: center;
  line-height: 1;         /* 3.5 제거(부피 원인) */
}

.sk-cat-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 8px 14px;      /* 버튼 높이/폭 줄임 */
  border: 1px solid #50627f;
  border-radius: 10px;    /* 약간 둥글게(깔끔) */

  color: #50627f;
  background: #fff;
  text-decoration: none;

  font-size: 13px;        /* 살짝 다운 */
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

/* 모바일에서 더 콤팩트 */
@media (max-width: 767px){
  .sk-cat-btn{
    padding: 8px 12px;
    font-size: 12.5px;
    border-radius: 9px;
  }
}/* End custom CSS */