@media screen and (max-width: 765px) {
  body {
    background-color: rgb(255, 255, 255) !important;
  }

  /* new header */
  .new-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    height: 56px;
    margin: 0;
    padding: 0 16px;
    box-shadow: 0 1px 2px rgba(2, 6, 23, 0.04);
  }

  .new-header .homerry-logo-link {
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #3e8bff;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
  }

  .new-header .homerry-logo-link img {
    width: auto;
    height: 28px;
    min-width: 114px;
  }

  /* blog content body */
  .new_blog_detail_body {
    margin: 0 auto;
    padding: 10px 20px 5px;
    display: block;
  }

  .new_blog_detail_body_main {
    margin-right: 0;
  }

  .new_blog_detail_title {
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    position: relative;
    font-size: 27px;
    color: #0b1021;
    line-height: 1.3;
    margin-bottom: 18px;
    border-bottom: 2px solid #7c3aed;
    padding-bottom: 14px;
  }

  .new_hmr_blog_detail_content > p:first-of-type {
    background: #f3f4f6;
    padding: 16px;
    border-left: 4px solid #22d3ee;
    border-radius: 8px;
    margin-bottom: 24px;
    color: #334155;
    font-style: italic;
  }

  .new_hmr_blog_detail_content > p:first-of-type strong {
    font-weight: normal;
  }

  .new_hmr_blog_detail_content p {
    font-weight: 400;
    font-size: 16px;
    color: #334155;
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
  }

  .new_hmr_blog_detail_content h2 {
    margin: 10px 0;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    word-break: break-word;
  }

  .new_hmr_blog_detail_content h3 {
    margin: 10px 0;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    word-break: break-word;
  }

  .new_hmr_blog_detail_content table {
    border-spacing: 0;
    border: 1px solid rgba(124, 58, 237, 0.35);
    border-right: none;
    border-bottom: none;
  }

  .new_hmr_blog_detail_content table thead tr {
    background-color: rgba(124, 58, 237, 0.15);
  }

  .new_hmr_blog_detail_content table th {
    border-right: 1px solid rgba(124, 58, 237, 0.25);
    border-bottom: 1px solid rgba(124, 58, 237, 0.25);
    padding: 5px;
  }

  .new_hmr_blog_detail_content table td {
    border-right: 1px solid rgba(124, 58, 237, 0.25);
    border-bottom: 1px solid rgba(124, 58, 237, 0.25);
    padding: 5px;
  }

  .new_hmr_blog_detail_content table tbody tr:nth-child(2n) {
    background: #fff;
  }

  .new_hmr_blog_detail_content icon {
    display: none;
  }

  .new_hmr_blog_detail_content a {
    color: #3e8bff;
    text-decoration: none;
  }

  .new_hmr_blog_detail_content ol > li::before,
  .new_hmr_blog_detail_content icon.num-icon {
    background-color: rgba(124, 58, 237, 0.3);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }

  /* footer */
  .mob-footer {
    margin-top: auto;
    width: 100%;
    padding: 28px 0 22px;
    background: linear-gradient(
      180deg,
      rgba(11, 16, 33, 0.7),
      rgba(11, 16, 33, 0.9)
    );
    border-top: 1px solid rgba(124, 58, 237, 0.25);
    backdrop-filter: blur(6px);
    margin-top: 0;
  }

  .homerry-footer-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    gap: 10px;
  }
  .homerry-footer-top {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    grid-gap: 8px;
    gap: 8px;
    text-align: center;
    justify-items: center;
  }

  .homerry-footer-brand {
    font-size: 16px;
    font-weight: 700;
    color: #e5e7eb;
    letter-spacing: 0.4px;
  }

  .homerry-footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 8px;
    gap: 8px;
    justify-content: center;
  }

  .homerry-footer-link {
    font-size: 13px;
    font-weight: 600;
    color: #a1a1aa;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 8px;
    transition:
      color 0.2s ease,
      background 0.2s ease,
      border-color 0.2s ease;
    border: 1px solid hsla(0, 0%, 100%, 0.06);
    background: hsla(0, 0%, 100%, 0.03);
  }

  .homerry-footer-divider {
    display: none;
  }

  .homerry-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    padding-top: 12px;
  }

  .homerry-footer-copy p {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .homerry-footer-copy p strong {
    color: #cbd5e1;
    font-weight: 600;
  }
}
