
              .sc-intro1 .inner .visual-area{gap:0;align-items: flex-start;}
              .sc-intro1 .inner .right {width: 706px;}
              .sc-intro1 .inner .left p {font-size: 3.4rem;}
              .sc-intro1 .inner .left p>b{font-size: 3.4rem;}
              @media (max-width: 767px) {
                .sc-intro1 .inner .left p>b{font-size: inherit;}
              }
              .sc-intro1 .inner .left p .point2{font-size: 3.4rem;}
      :root {
        --brand: #1456d9;
        --brand-dark: #0b2f84;
        --brand-soft: #edf4ff;
        --ink: #14213d;
        --muted: #667085;
        --line: #e4e7ec;
        --white: #fff;
        --success: #0f9d58;
        --danger: #d92d20;
        --accent-red: #ff0000;
        --shadow: 0 18px 48px rgba(17, 38, 86, 0.16);
      }
      button,
      input {
        font: inherit;
      }

      /* 아이퀘스트 메인 우측 영역용 진단 전용 배너 */
      .widget-shell .m-br{display: none;}
      .widget-shell {
        width: 100%;
        container-type: inline-size;
        container-name: banner;
      }
      .diagnosis-banner {
  position: relative;
  overflow: hidden;
  width: 706px;
  min-height: 230px;
  margin: 0 auto;
  display: block;
  border-radius: 24px;
  padding: 44px 45px 22px;
  /* padding-right: 210px; */
  background:
    url("https://www.iquest.co.kr/view/assets/imgs/banner_diagnosis.png") no-repeat 492px 42px / auto 160px,
    linear-gradient(180deg, #E1EDFB 10.53%, #F5F9FD 99.99%);
  border: 1px solid #C3DDF6;
}
.banner-cta {
  margin-top: 22px;
}
      .banner-copy {
        position: relative;
        z-index: 1;
        flex: 1;
        min-width: 0;
      }
      .banner-copy>h2 {
        margin: 0 0 12px;
        font-size: clamp(24px, 3vw, 56px);
        line-height: 1.25;
        letter-spacing: -1px;
        font-weight: 700;
        color: var(--ink);
        font-size: 24px;
      }
      .banner-copy>h2>strong {
        background: linear-gradient(172deg, #219BF4 11.51%, #5749E7 59.92%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: 56px;
      }
      .diagnosis-banner p {
        margin: 0;
        color: #475467;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.2px;
        color: #000;
      }
      .diagnosis-banner p strong {
        color: #008BF5;
        font-weight: 700;
      }
      .banner-checks {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 14px;
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
      }
      .banner-checks li {
        position: relative;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 700;
        color: #344054;
      }
      .banner-checks li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: -5px;
        color: #008BF5;
        font-weight: 700;
        font-size: 22px;
      }
      .banner-cta {
  margin-top: 22px;   /* 체크리스트와 간격 */
}
      
      .banner-illust {
        display: block;
        width: 100%;
        max-width: 190px;
        height: auto;
      }
      .primary-btn,
      .ghost-btn {
        border-radius: 12px;
        padding: 13px 20px;
        font-weight: 700;
        cursor: pointer;
        transition: 0.18s ease;
        font-size: 16px;
      }
      .primary-btn {
        border: 1px solid var(--brand);
        background: var(--brand);
        color: #fff;
        box-shadow: 0 9px 20px rgba(20, 86, 217, 0.22);
        display: flex;
  margin-left: auto;
  justify-content: center;
  margin-top: -20px;
      }
      .primary-btn:hover {
        background: #0d47bf;
        transform: translateY(-1px);
      }
      .primary-btn.banner-cta {
        white-space: nowrap;
        border: 0;
        border-radius: 999px;
        min-width: 190px;
        font-size: 16px;
        padding: 24px 26px;
        background: linear-gradient(302deg, #7619B8 10.04%, #193CB8 43.8%, #24A2FF 77.98%);
        box-shadow: 0 10px 22px rgba(58, 76, 220, 0.28);
      }
      .primary-btn.banner-cta:hover {
        background: linear-gradient(90deg, #1a54e0 0%, #6d43dd 100%);
        transform: translateY(-1px);
      }
      /* 태블릿 (≤1250px): 좌측 비주얼 아래로 세로 배치 + 폭 유동 */
@media (max-width: 1250px) {
  .sc-intro1 .inner .visual-area { flex-direction: column; }
  .sc-intro1 .inner .right { width: 100%; margin-top: 24px; }

  .diagnosis-banner {
    width: 100%;
    padding: 44px 50px 24px;
    background-position: right 36px top 20px, center;
    background-size: auto 150px, cover;
  }
  .banner-copy > h2 { font-size: 22px; }
  .banner-copy > h2 > strong { font-size: 48px; }
}

/* 모바일 (≤767px): 좌우 16px 여백 + 일러스트 우측 하단 + 체크리스트 숨김 */
@media (max-width: 767px) {
  .widget-shell .m-br{display: block;}
  .widget-shell { padding-left: 16px; padding-right: 16px; }

  .sc-intro1 .inner .right { margin-top: 20px; }

  .diagnosis-banner {
    width: 100%;
    min-height: 0;
    padding: 20px 24px 60px;
    background-position: right 10px bottom 32px, center;
    background-size: auto 134px, cover;
    border-radius: 10px;
  }
  .banner-copy > h2 { font-size: 20px; margin-bottom: 10px; }
  .banner-copy > h2 > strong { font-size: 36px; }
  .diagnosis-banner p { font-size: 15px; }
  .banner-checks { display: none; }
  .primary-btn.banner-cta {
    margin: 40px 0 0;
    min-width: 0;
    padding: 24px 18px;
    font-size: 15px;
  }
}
      .ghost-btn {
        border: 1px solid var(--line);
        background: #fff;
        color: #344054;
      }
      .ghost-btn:hover {
        background: #f8fafc;
      }

      /* Modal */
      .modal {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(8, 18, 42, 0.58);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 22px;
      }
      .modal.open {
        display: flex;
      }
      .modal-panel {
        width: min(900px, 100%);
        max-height: 92vh;
        overflow: auto;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
      }
      .modal-head {
        position: sticky;
        top: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 22px;
        border-bottom: 1px solid var(--line);
        background: #fff;
      }
      .modal-head strong {
        font-size: 17px;
        font-weight: 700;
      }
      .icon-btn {
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 11px;
        background: #f2f4f7;
        font-size: 20px;
        cursor: pointer;
      }
      .diag-body {
        padding: 27px 31px 31px;
      }
      .progress-row {
        display: flex;
        gap: 13px;
        align-items: center;
        color: var(--muted);
        font-size: 13px;
        margin-bottom: 24px;
      }
      .progress {
        flex: 1;
        height: 8px;
        border-radius: 999px;
        background: #eef2f6;
        overflow: hidden;
      }
      .progress span {
        display: block;
        height: 100%;
        width: 16.6%;
        background: linear-gradient(90deg, var(--brand), #75a4ff);
        transition: 0.2s;
      }
      .question h2 {
        font-size: 27px;
        line-height: 1.28;
        letter-spacing: -0.8px;
        margin: 0 0 7px;
        font-weight: 700;
      }
      .question > p {
        margin: 0 0 20px;
        color: var(--muted);
        font-size: 14px;
      }
      .choice-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 11px;
      }
      .choice {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        text-align: left;
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 15px;
        padding: 15px;
        cursor: pointer;
        transition: 0.15s;
      }
      .choice:hover {
        border-color: #aac5fa;
        background: #fafcff;
      }
      .choice.selected {
        border: 2px solid var(--brand);
        background: var(--brand-soft);
        padding: 14px;
      }
      .choice-icon {
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        flex: none;
        border-radius: 10px;
        background: #f2f4f7;
        font-size: 20px;
      }
      .choice b {
        display: block;
        font-size: 15px;
        font-weight: 700;
      }
      .choice small {
        display: block;
        margin-top: 2px;
        color: var(--muted);
        font-size: 12px;
        line-height: 1.45;
      }
      .diag-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 24px;
        padding-top: 17px;
        border-top: 1px solid var(--line);
      }
      .error {
        display: none;
        color: var(--danger);
        font-size: 13px;
        font-weight: 700;
        margin-top: 12px;
      }

      /* Contact gate */
      .form-panel {
        width: min(540px, 100%);
      }
      .form-body {
        padding: 26px;
      }
      .form-body h2 {
        margin: 0 0 8px;
        font-size: 25px;
        letter-spacing: -0.7px;
        font-weight: 700;
      }
      .form-body > p {
        margin: 0 0 21px;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.65;
      }
      .field {
        margin-bottom: 14px;
      }
      .field label {
        display: block;
        margin-bottom: 6px;
        font-size: 13px;
        font-weight: 800;
      }
      .field input {
        width: 100%;
        height: 46px;
        border: 1px solid var(--line);
        border-radius: 11px;
        padding: 0 13px;
        outline: none;
        font-size: 15px;
      }
      .field input:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(20, 86, 217, 0.1);
      }
      .checkline {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin: 12px 0 18px;
        color: #475467;
        font-size: 13px;
        line-height: 1.55;
      }
      .checkline input {
        margin-top: 3px;
      }
      .wide-btn {
        width: 100%;
        justify-content: center;
      }

      /* Result */
      .result-wrap {
        padding: 28px 31px 32px;
      }
      .result-hero {
        display: grid;
        grid-template-columns: 1fr 260px;
        gap: 20px;
        align-items: center;
        padding: 24px;
        border: 1px solid #d6e4ff;
        border-radius: 20px;
        background: linear-gradient(135deg, #eef4ff, #fafcff);
      }
      .result-label {
        color: #008BF5;
        font-size: 14px;
        font-weight: 700;
      }
      .result-title {
        margin: 7px 0 10px;
        letter-spacing: -1.1px;
      }
      .result-title .rt-sub {
        display: block;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 10px;
      }
      .result-title .rt-main {
        display: block;
        font-size: 32px;
        line-height: 1.18;
        font-weight: 700;
      }
      .result-copy {
        margin: 0;
        color: #475467;
        font-size: 14px;
        line-height: 1.65;
      }
      .result-product {
        background: #fff;
        border-radius: 18px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 10px 28px rgba(20, 86, 217, 0.1);
      }
      .badge {
        display: inline-flex;
        padding: 5px 9px;
        border-radius: 999px;
        background: var(--brand);
        color: #fff;
        font-size: 11px;
        font-weight: 900;
      }
      .fit-score {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 4px;
        margin: 13px 0 4px;
        color: var(--brand);
      }
      .fit-score b {
        font-size: 34px;
        font-weight: 800;
      }
      .fit-score span {
        font-size: 12px;
        font-weight: 900;
      }
      .result-product h3 {
        font-size: 28px;
        margin: 7px 0 2px;
      }
      .result-product p {
        margin: 0;
        color: var(--muted);
        font-size: 12px;
      }
      .price-line {
        margin-top: 9px !important;
        color: #101828 !important;
        font-size: 32px !important;
        font-weight: 700;
      }
      .reason-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 19px 0;
      }
      .reason {
        border: 1px solid var(--line);
        border-radius: 5px;
        padding: 13px 23px;
        background: #fff;
        font-size: 13px;
        line-height: 1.55;
      }
      .reason:before {
        content: "✓";
        color: #499DFF;
        font-weight: 900;
        margin-right: 7px;
      }
      .addon-label {
        margin-top: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--line);
        color: var(--muted);
        font-size: 13px;
        font-weight: 700;
      }
      .addon {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        align-items: center;
        padding: 18px 4px;
        border-bottom: 1px solid var(--line);
      }
      .addon h4 {
        font-size: 18px;
        margin: 3px 0 4px;
        font-weight: 700;
      }
      .addon p {
        margin: 0;
        color: var(--muted);
        font-size: 13px;
        line-height: 1.55;
      }
      .addon-price {
        white-space: nowrap;
        font-size: 20px;
        font-weight: 700;
        text-align: right;
        color:#464C53;
      }
      .addon-price small {
        display: block;
        font-size: 13px;
        margin-top: 2px;
        font-weight: 400;
      }
      .result-actions {
        display: flex;
        justify-content: flex-end;
        gap: 9px;
        margin-top: 18px;
      }
      .saved-note {
        margin-top: 8px;
        color: #667085;
        font-size: 12px;
      }

      /* 신규: 좌측 '자세히 보기' 빨간 버튼 */
      .detail-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        border: 1px solid var(--accent-red);
        background: var(--accent-red);
        color: #fff;
        border-radius: 50px;
        padding: 13px 60px;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
        box-shadow: 0 9px 20px rgba(255, 0, 0, 0.18);
        transition: 0.18s ease;
      }
      .detail-btn:hover {
        filter: brightness(0.92);
        transform: translateY(-1px);
      }
      /* 신규: 우측 카드 제품 비주얼(SVG) 영역 */
      .product-visual {
        margin: 10px 0 6px;
      }
      .product-visual img {
        display: block;
        width: 100%;
        max-width: 220px;
        height: auto;
        margin: 0 auto;
      }
      /* 신규: 제품별 환불/보장 문구 */
      .refund-note {
        margin: 18px 0 4px;
        text-align: center;
        color: var(--ink);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
      }
      .refund-note b {
        color: var(--accent-red);
        font-weight: 700;
      }
      /* 신규: 부가추천 WORKS 링크화 + 아이콘 + 화살표 (구분선형) */
      a.addon {
        text-decoration: none;
        color: inherit;
      }
      a.addon:hover {
        background: #f7faff;
      }
      .addon-icon {
        width: 56px;
        height: 56px;
        flex: none;
        object-fit: contain;
      }
      .addon-text {
        flex: 1;
        min-width: 0;
      }
      .addon-arrow {
        flex: none;
        display: inline-flex;
        align-items: center;
      }
      /* 신규: 하단 '전문가 상담 신청' 링크를 버튼처럼 */
      .result-actions a.ghost-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
      }

      @media (max-width: 720px) {
        .widget-shell {
          padding: 0 16px;
          border-radius: 10px;
        }
        .choice-grid,
        .reason-grid {
          grid-template-columns: 1fr;
        }
        .result-hero {
          grid-template-columns: 1fr;
        }
        .result-title .rt-sub {
          font-size: 16px;
        }
        .result-title .rt-main {
          font-size: 25px;
        }
        .addon {
          align-items: flex-start;
          flex-direction: column;
        }
        .addon-price {
          text-align: left;
        }
        .result-actions {
          flex-direction: column;
          align-items: stretch;
        }
        .result-actions button,
        .result-actions a.ghost-btn {
          width: 100%;
          flex: none;
        }
        .detail-btn {
          width: 100%;
          justify-content: center;
        }
        .diag-body,
        .result-wrap {
          padding: 22px 18px 24px;
        }
        .question h2 {
          font-size: 23px;
        }
      }
 