.category {
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  width: 100px;
  text-align: center;
  padding: 2px 24px;
  color: #d9581f;
  background-color: #faeedf;
}

.sec-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.recreation-item-wrapper {
  background-color: #ebf6ff;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recreation-item-wrapper img {
  width: 600px;
  max-width: 100%;
}

.article_contents a.button-download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  max-width: 100%;
  height: 80px;
  padding: 0 24px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  background-color: #0379C4;
  border-radius: 48px;
  gap: 8px;
}

.article_contents a.button-download:hover {
  color: #ffffff;
  background-color: #02609c;
}

.article_contents a.button-download[target=_blank]::after {
  display: none;
}

.icon-download {
  width: 40px;
  height: 40px;
}
