/* ========== Component 9: 소상공인365 상세분석 iFrame ========== */
:root {
  --main09-primary: #2c4b73;
  --main09-accent: #ffaa00;
  --main09-bg: #f9fafb;
}

.section-main09 {
  width: 100%;
  z-index: 10;
  padding: 60px 20px;
  background: var(--main09-bg);
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 80px 20px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.main09-container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  font-family: 'pretendard', sans-serif;
  margin: 0 auto;
  /* background: #fff;
  border: 1px solid #e5e7eb; */
  box-sizing: border-box;
}

.main09-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.main09-container .main09-header .title-container {
  margin-bottom: 20px;
}

.main09-container .main09-header .title-container h2 {
  font-size: 36px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}

.main09-container .main09-header .title-container p {
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  margin: 0;
}
.main09-badge {
  background: var(--main09-accent);
  color: #5a3a00;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(255, 170, 0, 0.25);
}

.main09-iframe-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.main09-iframe-wrap iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: none;
}

@media (max-width: 1024px) {
  .main09-container .main09-header .title-container {
    margin-bottom: 30px;
  }

  .main09-container .main09-header .title-container h2 {
    font-size: 32px;
  }

  .main09-container .main09-header .title-container p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-main09 {
    padding: 40px 14px;
  }
  .main09-header h2 {
    font-size: 22px;
  }
  .main09-iframe-wrap iframe {
    height: 560px;
  }
  .main09-container .main09-header .title-container {
    margin-bottom: 0;
  }

  .main09-container .main09-header .title-container h2 {
    font-size: 28px;
  }

  .main09-container .main09-header .title-container p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .datalist.type1 .category.step1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    overflow-x: hidden; /* 가로스크롤 끊기 */
  }
  .datalist.type1 .category.step1 > * {
    flex: 1 1 48%; /* 2열로 자동 줄바꿈 */
    min-width: 140px; /* 너무 좁아지지 않게 */
  }
}

@media (max-width: 480px) {
  .summaryInfoArea {
    flex-direction: column !important;
  }
  .main09-container .main09-header .title-container h2 {
    font-size: 24px;
  }

  .main09-container .main09-header .title-container p {
    font-size: 14px;
  }
}
