.chapter .chapter-title {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.9375rem; }

.chapter .chapter-content {
  color: #3B3F47;
  font-size: 1rem;
  line-height: 2; }
  .chapter .chapter-content p + p {
    margin-top: 0.5rem; }

.chapter .next-chapter-btn {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  align-items: center; }

.bottom-guide {
  box-shadow: 0 4px 24px var(--black-32);
  background: var(--background-bw-white); }
  .bottom-guide .btn-normal {
    width: 1.25rem;
    padding: 0.25rem;
    border-radius: 2rem; }
  .bottom-guide .bottom-guide-title:before {
    content: '\6253\5f00\0041\0070\0070';
    display: block; }
  .bottom-guide .bottom-guide-desc {
    position: absolute;
    top: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0.1rem 0.2rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    border-radius: 0.4rem 0.4rem 0.4rem 0;
    background: var(--yellow-50);
    color: var(--orange-500);
    border: 1px solid var(--bw-white);
    transform: scale(0.75, 0.75);
    transform-origin: right; }

.link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding: 0.75rem 1rem; }
  .link-list .link-item {
    font-size: 0.875rem;
    line-height: 1.2;
    color: var(--surface-gray-700);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
