*, *::before, *::after {
    box-sizing: border-box;
}

/* Header */
.header.elma-4 {
  background-color: #E9E9E9;
}
.header__list.navi-elma4 a {
  color: #233255;
}

/* mobile menu */
.sidebar__close.elma4-close {
  background: url('./close-black.svg') no-repeat center center;
}
.table-of-contents.elma4-right .tocify-item.active a {
  color: #367EB2!important;
}
/* right menu */
.table-of-contents.elma4-right .tocify-item a {
  color: #0A141E;
}

.footer-copy {
    color: #9C9C9C;
    opacity: 0.8;
}