/* ============================================================
   국내선물의 특징 (domestic-features.html) 전용 스타일
   ============================================================ */

/* 제도적 특징 / 선물·현물 비교 섹션 사이 여백 */
.sec-title.mt-lg{margin-top:60px;}

/* 만기전/만기시, 실물인수도/현금결제 등 강조 def-desc (피그마 style_b40c56cc: Bold 15px, 진한 색) */
.def-desc.is-strong{color:var(--text);font-weight:700;}
.def-desc.is-strong strong{font-weight:700;}

/* 표 안 여러 줄 텍스트 줄간격 */
.table-basic td{line-height:1.7;}

/* 페이지 맨 마지막 def-list는 하단 여백 축소 */
.sec > .def-list:last-child{margin-bottom:0;}

@media (max-width:768px){
  .sec-title.mt-lg{margin-top:40px;}
}
