.bl_customData h2 {
  background: #def2d4;
  font-size: clamp(1.125rem, 1.081rem + 0.1878vw, 1.25rem);
  padding-block: 4px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block: 16px;
}

.bl_customData h2:before {
  content: '';
  width: 5px;
  border-radius: 4px;
  height: 46px;
  background-color: #3a7d44;
}

.bl_customData h3 {
  margin-block: 20px;
  font-weight: 700;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
}

.bl_customData h3::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background: #3a7d44;
  border-radius: 4px;
}

.bl_customData h4 {
  margin-block: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem) !important;
}

.bl_columnItem_category {
  font-weight: 700;
  font-size: 14px;
  color: #f38353;
}

.ly_subpCont {
  padding-block: 40px !important;
}

.ly_subpCont .bl_customData h4::before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a7d44;
  flex-shrink: 0;
}

.bl_columnItem_content h1 {
  margin-bottom: 8px;
}

.ly_subpCont a {
  justify-content: center;
  margin-top: 40px;
}

.ly_subpCont a svg {
  transform: rotate(180deg);
}

.bl_columnItem {
  border-bottom: 0;
}

.bl_columnItem_thumbnail {
  aspect-ratio: 1120 / 740;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-accent);
}

.bl_columnItem_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_columnItem_meta {
  padding-bottom: 12px;
  margin-bottom: 40px;
}

#toc_container {
  margin-block: 40px;
  margin-inline: auto;
}

.bl_columnAuthor {
  background: #f8f5e9;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  margin-top: 40px;
}

.bl_columnAuthor_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl_columnAuthor_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.bl_columnAuthor_info small {
  font-size: 12px;
  font-weight: 700;
}

.bl_columnAuthor_info strong {
  font-size: 20px;
  font-weight: 700;
}

.bl_columnAuthor_info p {
  font-size: 16px;
}

.bl_columnClinics .bl_secHeader {
  align-items: center;
}

.bl_columnClinics .bl_secHeader > span {
  left: 50%;
  transform: translateX(-50%);
}

.bl_columnClinics .bl_subpCont {
  background: #fff;
}

.bl_columnClinics_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 40px 20px;
}

.ly_columnOther {
  padding-block: 40px;
  background: #f8f5e9;
}

.ly_columnOther h3 {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
}

.ly_columnOther h3 span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-base);
}

.bl_columnSwiper .swiper-slide {
  max-width: 335px;
}

.bl_columnOther_thumb {
  width: 100%;
  aspect-ratio: 335 / 190;
  margin-bottom: 20px;
}

.bl_columnOther_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_columnOther_ttl {
  font-weight: 700;
  font-size: clamp(1rem, 0.8214rem + 0.8929vw, 1.25rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bl_columnOther_category {
  color: #f38353;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .ly_subpCont {
    max-width: 1120px !important;
    padding-bottom: 120px !important;
  }

  .bl_columnAuthor {
    flex-direction: row;
    gap: 40px;
    margin-top: 80px;
    padding: 40px 80px;
    max-width: 890px;
    margin-inline: auto;
  }

  .bl_columnAuthor_img {
    flex-shrink: 0;
    max-width: 160px;
  }

  .bl_columnAuthor_info small {
    font-size: 14px;
  }

  .bl_columnAuthor_info strong {
    font-size: 24px;
  }

  .bl_columnAuthor_info p {
    font-size: 18px;
  }

  .bl_columnClinics_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding: 80px 20px;
    max-width: 1120px;
    margin-inline: auto;
  }
}
