.page {
  width: calc(100% - 260px);
  position: relative;
  top: 0;
  left: 260px;
  overflow: hidden;
}

.page .title h2 {
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 3em 0 0 0;
}

.lineImg {
  width: 30%;
  margin: 0 auto;
  display: block;
  margin: 1em auto 4em auto;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bg-footer);
  padding: 2em 0;  
}

.privacy a {
  color: var(--textColor);
}

.copyright {
  margin-top: 0;
}

.footerLogo {
  width: 160px;
  object-fit: contain;
}

article {
  width: 70%;
  margin: 2em auto;
  margin-bottom: 6em;
}

article img {
  object-fit: cover;
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

article h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--mainColor);
}

.titleDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content {
  color: #758c00;
  line-height: 1.8em;
  margin-top: 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
}

.content ~ p {
  margin-bottom: 2em;
}

.articleLink {
  background: var(--mainColor);
  color: #FFF;
  padding: .5em 2em;
  border-radius: 20px;
  font-weight: 700;
}

.articleLink:hover {
  background: #0B285B;
}

.dt_share {
  display: flex;
  align-items: center;
  justify-content: end;
}

.dt_share span {
  margin-right: 1em;
}

.zoomingClass {
  object-fit: contain;
}