
/* 썸네일 영역 */
.img-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
  border-top:1px solid #e3e3e3
}

.img-wrap img {
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* 본문 래퍼 */
.insurance-wrap {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #333333;
  box-sizing: border-box;
}

.insurance-wrap * {
  box-sizing: border-box;
}

/* 메인 타이틀 */
.insurance-wrap .main-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  border-bottom: 3px solid #595959;
  padding-bottom: 16px;
  margin: 0 0 20px;
  line-height: 1.4;
}

/* 도입부 문단 */
.insurance-wrap .intro {
  margin: 0 0 16px;
  color: #444444;
  line-height: 1.75;
}

/* 섹션 공통 */
.insurance-wrap .section {
  margin: 42px 0;
  padding-top: 4px;
}

.insurance-wrap .section:first-of-type {
  margin-top: 30px;
}

.insurance-wrap .section-title {
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  background: #f8f8f8;
  border-left: 5px solid #595959;
  padding: 12px 16px;
  margin: 0 0 16px;
  border-radius: 4px;
  line-height: 1.5;
}

.insurance-wrap .section > p {
  margin: 0 0 16px;
  color: #444444;
}

/* 정보 테이블 */
.insurance-wrap .info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 18px;
  font-size: 14.5px;
}

.insurance-wrap .info-table th,
.insurance-wrap .info-table td {
  border: 1px solid #dcdcdc;
  padding: 11px 10px;
  text-align: center;
  vertical-align: middle;
}

.insurance-wrap .info-table th {
  background: #595959;
  color: #ffffff;
  font-weight: 700;
}

.insurance-wrap .info-table tr:nth-child(even) td {
  background: #fafafa;
}

/* 포인트 박스 (체크리스트형) */
.insurance-wrap .point-box {
  background: #fafafa;
  border: 1px solid #dcdcdc;
  border-left: 5px solid #595959;
  border-radius: 6px;
  padding: 18px 20px;
  margin: 18px 0;
}

.insurance-wrap .point-title {
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  font-size: 16px;
}

.insurance-wrap .check-list {
  margin: 0;
  padding-left: 20px;
}

.insurance-wrap .check-list li {
  margin-bottom: 8px;
  color: #3a3a3a;
}

.insurance-wrap .check-list li:last-child {
  margin-bottom: 0;
}

.insurance-wrap .check-list strong {
  color: #333333;
}

/* 인사이트/꿀팁 박스 */
.insurance-wrap .ins-tip {
  background: #fff6ea;
  border: 1px solid #ffdca8;
  border-radius: 6px;
  padding: 16px 18px;
  margin: 16px 0;
  color: #7a4a00;
  line-height: 1.7;
}

.insurance-wrap .ins-tip strong {
  color: #c25b00;
}

/* FAQ */
.insurance-wrap .faq-box {
  margin-bottom: 16px;
  border-bottom: 1px dashed #d8d8d8;
  padding-bottom: 14px;
}

.insurance-wrap .faq-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.insurance-wrap .faq-q {
  font-weight: 700;
  color: #d2691e;
  margin: 0 0 6px;
}

.insurance-wrap .faq-a {
  margin: 0 0 0 10px;
  color: #555555;
  line-height: 1.6;
}

/* 최종 요약 박스 */
.insurance-wrap .final-box {
  background: #333333;
  color: #ffffff;
  border-radius: 10px;
  padding: 26px 26px 22px;
  margin-top: 36px;
}

.insurance-wrap .final-box h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #ffffff;
}

.insurance-wrap .summary-list {
  margin: 0;
  padding-left: 20px;
}

.insurance-wrap .summary-list li {
  margin-bottom: 9px;
  color: #e6e6e6;
  line-height: 1.6;
}

.insurance-wrap .summary-list li:last-child {
  margin-bottom: 0;
}


/* 반응형 */

@media (max-width: 1024px) {
  .insurance-wrap {
    margin: 0 20px;
  }

}

@media (max-width: 768px) {
  .insurance-wrap {
    padding: 20px;
    font-size: 16px;
    margin: 0;
  }

  .insurance-wrap .main-title {
    font-size: 20px;
  }

  .insurance-wrap .section-title {
    font-size: 16.5px;
    padding: 10px 12px;
  }

  .insurance-wrap .info-table th,
  .insurance-wrap .info-table td {
    padding: 8px 6px;
    font-size: 15px;
  }

  .insurance-wrap .cta-box {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .insurance-wrap .cta-box .cta-btn {
    width: 100%;
    text-align: center;
  }

  .img-wrap {
    display: none;
}
}
