<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>SJ MedCom | Scientific & Regulatory Communication</title>

  <meta name="description" content="SJ MedCom provides oncology dose optimization, PK/PD consulting, regulatory medical writing, and Korea-global scientific communication services." />

 

  <style>

    * {

      margin: 0;

      padding: 0;

      box-sizing: border-box;

    }

 

    body {

      font-family: Arial, Helvetica, sans-serif;

      background: #07111f;

      color: #f5f8fb;

      line-height: 1.6;

    }

 

    a {

      color: inherit;

      text-decoration: none;

    }

 

    header {

      background: linear-gradient(135deg, #07111f 0%, #0b2545 55%, #123c69 100%);

      padding: 28px 8%;

      min-height: 100vh;

    }

 

    nav {

      display: flex;

      justify-content: space-between;

      align-items: center;

      margin-bottom: 110px;

    }

 

    .logo {

      font-size: 24px;

      font-weight: 700;

      letter-spacing: 0.5px;

    }

 

    .nav-links a {

      margin-left: 28px;

      font-size: 15px;

      color: #d8e6f3;

    }

 

    .hero {

      max-width: 900px;

    }

 

    .eyebrow {

      color: #67d7ff;

      font-size: 14px;

      font-weight: 700;

      letter-spacing: 2px;

      text-transform: uppercase;

      margin-bottom: 18px;

    }

 

    h1 {

      font-size: 62px;

      line-height: 1.05;

      margin-bottom: 26px;

      max-width: 850px;

    }

 

    .hero p {

      font-size: 21px;

      color: #d8e6f3;

      max-width: 720px;

      margin-bottom: 38px;

    }

 

    .btn {

      display: inline-block;

      background: #67d7ff;

      color: #07111f;

      padding: 15px 28px;

      border-radius: 999px;

      font-weight: 700;

      margin-right: 14px;

    }

 

    .btn-outline {

      display: inline-block;

      border: 1px solid #67d7ff;

      color: #67d7ff;

      padding: 14px 28px;

      border-radius: 999px;

      font-weight: 700;

    }

 

    section {

      padding: 90px 8%;

    }

 

    .section-title {

      font-size: 42px;

      margin-bottom: 18px;

      color: #ffffff;

    }

 

    .section-subtitle {

      font-size: 18px;

      color: #c5d6e7;

      max-width: 760px;

      margin-bottom: 48px;

    }

 

    .grid {

      display: grid;

      grid-template-columns: repeat(4, 1fr);

      gap: 24px;

    }

 

    .card {

      background: rgba(255, 255, 255, 0.06);

      border: 1px solid rgba(255, 255, 255, 0.12);

      border-radius: 22px;

      padding: 28px;

    }

 

    .card h3 {

      font-size: 21px;

      margin-bottom: 14px;

      color: #ffffff;

    }

 

    .card p {

      color: #c5d6e7;

      font-size: 16px;

    }

 

    .light {

      background: #f5f8fb;

      color: #07111f;

    }

 

    .light .section-title {

      color: #07111f;

    }

 

    .light .section-subtitle,

    .light p {

      color: #34495e;

    }

 

    .light .card {

      background: #ffffff;

      border: 1px solid #dbe7f1;

      box-shadow: 0 10px 30px rgba(7, 17, 31, 0.08);

    }

 

    .light .card h3 {

      color: #07111f;

    }

 

    .two-col {

      display: grid;

      grid-template-columns: 1fr 1fr;

      gap: 54px;

      align-items: start;

    }

 

    ul {

      list-style: none;

    }

 

    li {

      margin-bottom: 14px;

      padding-left: 28px;

      position: relative;

      color: #d8e6f3;

    }

 

    li::before {

      content: "";

      position: absolute;

      left: 0;

      color: #67d7ff;

      font-weight: bold;

    }

 

    .light li {

      color: #34495e;

    }

 

    .contact-box {

      background: linear-gradient(135deg, #0b2545, #123c69);

      border-radius: 30px;

      padding: 55px;

      text-align: center;

    }

 

    .contact-box h2 {

      font-size: 42px;

      margin-bottom: 18px;

    }

 

    .contact-box p {

      color: #d8e6f3;

      font-size: 18px;

      margin-bottom: 28px;

    }

 

    footer {

      padding: 38px 8%;

      background: #050b14;

      color: #9fb3c8;

      text-align: center;

      font-size: 14px;

    }

 

    @media (max-width: 900px) {

      h1 {

        font-size: 42px;

      }

 

      .grid {

        grid-template-columns: 1fr;

      }

 

      .two-col {

        grid-template-columns: 1fr;

      }

 

      .nav-links {

        display: none;

      }

 

      header {

        min-height: auto;

      }

 

      nav {

        margin-bottom: 70px;

      }

    }

  </style>

</head>

 

<body>

 

  <header>

    <nav>

      <div class="logo">SJ MedCom</div>

      <div class="nav-links">

        <a href="#services">Services</a>

        <a href="#expertise">Expertise</a>

        <a href="#founder">Founder</a>

        <a href="#contact">Contact</a>

      </div>

    </nav>

 

    <div class="hero">

      <div class="eyebrow">Oncology Development Communication Boutique</div>

      <h1>Where Clinical Science Meets Regulatory Insight</h1>

      <p>

        SJ MedCom helps biotechnology and pharmaceutical companies transform complex scientific data into clear regulatory and development strategies.

      </p>

      <a href="mailto:contact@sjmedcom.net" class="btn">Contact SJ MedCom</a>

      <a href="#services" class="btn-outline">View Services</a>

    </div>

  </header>

 

  <section id="services">

    <div class="eyebrow">Core Services</div>

    <h2 class="section-title">Scientific communication for oncology drug development</h2>

    <p class="section-subtitle">

      SJ MedCom supports early-stage biotech and pharmaceutical teams at the intersection of clinical pharmacology, oncology development, regulatory science, and medical writing.

    </p>

 

    <div class="grid">

      <div class="card">

        <h3>Oncology Dose Optimization</h3>

        <p>

          Dose rationale, exposure–response interpretation, Project Optimus alignment, and regulatory-facing dose justification.

        </p>

      </div>

 

      <div class="card">

        <h3>PK/PD Consulting</h3>

        <p>

          Clinical pharmacology strategy, PK/PD interpretation, PBPK support, and dose escalation review.

        </p>

      </div>

 

      <div class="card">

        <h3>Regulatory Medical Writing</h3>

        <p>

          Investigator¡¯s brochures, protocols, CSR sections, briefing documents, clinical summaries, and regulatory responses.

        </p>

      </div>

 

      <div class="card">

        <h3>Korea–Global Communication</h3>

        <p>

          Scientific and regulatory communication aligned with FDA, EMA, PMDA, and MFDS expectations.

        </p>

      </div>

    </div>

  </section>

 

  <section class="light" id="expertise">

    <div class="two-col">

      <div>

        <div class="eyebrow">Why SJ MedCom</div>

        <h2 class="section-title">From complex data to regulator-ready decisions</h2>

        <p class="section-subtitle">

          Many biotechnology companies generate strong scientific data but struggle to translate that evidence into a clear development narrative. SJ MedCom helps turn data into communication that supports clinical and regulatory decisions.

        </p>

      </div>

 

      <div>

        <div class="card">

          <h3>Key Questions We Help Answer</h3>

          <ul>

            <li>Is the selected dose scientifically defensible?</li>

            <li>Is toxicity likely to be exposure-driven?</li>

            <li>Does the dose rationale align with modern oncology expectations?</li>

            <li>Is the regulatory story clear for partners, investors, or agencies?</li>

            <li>Can complex PK/PD data support clinical decision-making?</li>

          </ul>

        </div>

      </div>

    </div>

  </section>

 

  <section id="founder">

    <div class="two-col">

      <div>

        <div class="eyebrow">Founder & Principal Consultant</div>

        <h2 class="section-title">Jungsin Park, Ph.D.</h2>

        <p class="section-subtitle">

          Clinical pharmacology, immunology, translational science, and regulatory communication consultant specializing in oncology development.

        </p>

      </div>

 

      <div>

        <ul>

          <li>15+ years across biomedical science, clinical pharmacology, and regulatory science</li>

          <li>Ph.D. in Clinical Pharmacy / Pharmaceutical Medicine & Regulatory Science</li>

          <li>M.S. in Immunology</li>

          <li>B.S. in Chemistry with biochemistry and biology focus</li>

          <li>Experience in Phase I study design, PIND documentation, IB/protocol/CSR writing, and PK/PD interpretation</li>

          <li>Specialized experience in oncology clinical development and dose optimization strategy</li>

        </ul>

      </div>

    </div>

  </section>

 

  <section class="light">

    <div class="eyebrow">Specialized Expertise</div>

    <h2 class="section-title">Built for early oncology development teams</h2>

    <p class="section-subtitle">

      SJ MedCom is positioned for biotech teams that need both scientific depth and communication precision.

    </p>

 

    <div class="grid">

      <div class="card">

        <h3>Exposure–Response</h3>

        <p>

          Interpretation of exposure, efficacy, safety, and dose relationships for clinical development decisions.

        </p>

      </div>

 

      <div class="card">

        <h3>Project Optimus</h3>

        <p>

          Strategic communication of oncology dose optimization aligned with evolving regulatory expectations.

        </p>

      </div>

 

      <div class="card">

        <h3>Translational Science</h3>

        <p>

          Connecting mechanism, biomarkers, PK/PD, efficacy, and safety into a coherent development narrative.

        </p>

      </div>

 

      <div class="card">

        <h3>Medical Writing</h3>

        <p>

          Clear, structured, and submission-ready documents for global biotech and pharmaceutical teams.

        </p>

      </div>

    </div>

  </section>

 

  <section id="contact">

    <div class="contact-box">

      <div class="eyebrow">Contact</div>

      <h2>Let¡¯s build a clearer clinical story.</h2>

      <p>

        For oncology dose rationale, PK/PD consulting, regulatory medical writing, or Korea–global scientific communication projects, contact SJ MedCom.

      </p>

      <a href="mailto:contact@sjmedcom.net" class="btn">contact@sjmedcom.net</a>

    </div>

  </section>

 

  <footer>

    <p>© 2026 SJ MedCom. All Rights Reserved.</p>

    <p>Scientific & Regulatory Communication for Oncology Development</p>

    <p>contact@sjmedcom.net</p>

  </footer>

 

</body>

</html>