

  .imweb-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #e0dbd4;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .imweb-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 16px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3a3530;
    line-height: 1.6;
    border-right: 1px solid #e0dbd4;
    border-bottom: 1px solid #e0dbd4;
    background: #ffffff;
    transition: background 0.2s ease, color 0.2s ease;
    word-break: keep-all;
    min-height: 78px;
    text-decoration: none;
  }
  .imweb-menu-item:nth-child(4n)        { border-right: none; }
  .imweb-menu-item:nth-last-child(-n+4) { border-bottom: none; }
  .imweb-menu-item:hover  { background: #f7f4f0; }
  .imweb-menu-item.active { background: #B3A087; color: #ffffff; font-weight: 500; }

  .imweb-menu-list-m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #e0dbd4;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .imweb-menu-item-m {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #3a3530;
    line-height: 1.6;
    border-right: 1px solid #e0dbd4;
    border-bottom: 1px solid #e0dbd4;
    background: #ffffff;
    transition: background 0.2s ease, color 0.2s ease;
    word-break: keep-all;
    min-height: 64px;
    text-decoration: none;
  }
  .imweb-menu-item-m:nth-child(2n)        { border-right: none; }
  .imweb-menu-item-m:nth-last-child(-n+2) { border-bottom: none; }
  .imweb-menu-item-m:hover  { background: #f7f4f0; }
  .imweb-menu-item-m.active { background: #B3A087; color: #ffffff; font-weight: 500; }
			
  .law-section-m {
    font-family: 'Noto Sans KR', sans-serif;
    color: #222;
    width: 100%;
  }
  .law-section-m .law-title-m {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
  }
  .law-section-m .law-divider-full-m {
    border: none;
    border-top: 1.5px solid #222;
    margin-bottom: 24px;
  }
  .law-section-m .law-intro-m {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 2.0;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }
  .law-section-m .law-divider-short-m {
    border: none;
    border-top: 2px solid #d9cfc4;
    width: 40px;
    margin: 0 0 32px 0;
  }
  .law-section-m .law-item-title-m {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
  }
  .law-section-m .law-item-title-m .num-badge-m {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #B3A087;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
  }
  .law-section-m .law-item-box-m {
    background: #f7f5f2;
    padding: 18px 20px;
    margin-bottom: 28px;
    line-height: 1.85;
    font-size: 13px;
    color: #333;
    letter-spacing: -0.01em;
    word-break: keep-all;
  }
  .law-section-m .law-item-box-m p {
    margin-bottom: 8px;
  }
  .law-section-m .law-item-box-m p:last-child {
    margin-bottom: 0;
  }
  .law-section-m .law-item-box-m a {
    color: #B3A087;
    text-decoration: underline;
  }
			
  .law-section {
    font-family: 'Noto Sans KR', sans-serif;
    color: #222;
    width: 100%;
  }

  .law-section .law-title {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }

  .law-section .law-divider-full {
    border: none;
    border-top: 1.5px solid #222;
    margin-bottom: 32px;
  }

  .law-section .law-intro {
    font-family: 'Noto Serif KR', serif;
    font-size: 21px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 2.0;
    margin-bottom: 28px;
    letter-spacing: -0.02em;
  }

  .law-section .law-divider-short {
    border: none;
    border-top: 2px solid #d9cfc4;
    width: 40px;
    margin: 0 0 48px 0;
  }

  .law-section .law-item-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    font-weight: 500;
    color: #111;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }

  .law-section .law-item-title .num-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #B3A087;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
  }

  .law-section .law-item-box {
    background: #f7f5f2;
    padding: 24px 28px;
    margin-bottom: 40px;
    line-height: 1.85;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.01em;
  }

  .law-section .law-item-box p {
    margin-bottom: 8px;
  }

  .law-section .law-item-box p:last-child {
    margin-bottom: 0;
  }

.original-practice {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 48px 100px;
}

.original-practice .oh-pc { display: block; }
.original-practice .oh-m { display: none; }

@media (max-width: 768px) {
  .original-practice {
    padding: 28px 20px 80px;
  }
  .original-practice .oh-pc { display: none; }
  .original-practice .oh-m { display: block; }
}
