#pageWhitepaper {
  margin-top: 60px;
}
#pageWhitepaper .p-whitepaper * {
  box-sizing: border-box;
}
#pageWhitepaper .p-whitepaper__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
#pageWhitepaper .p-whitepaper__search {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 20px;
  justify-content: center;
  gap: 10px;
}
#pageWhitepaper .p-whitepaper__search-input {
  width: 300px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  height: auto;
}
#pageWhitepaper .p-whitepaper__search-btn {
  padding: 10px 20px;
  background-color: var(--color_primary);
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid var(--color_primary);
}
#pageWhitepaper .p-whitepaper__search-btn:hover {
  background-color: #fff;
}
#pageWhitepaper .p-whitepaper__description {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}
#pageWhitepaper .p-whitepaper__search-result p {
  font-size: 14px;
  background-color: #E9ECEF;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
#pageWhitepaper .p-whitepaper__articles {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
#pageWhitepaper .p-whitepaper__article {
  background: #fff;
  border: 5px solid #e0e0e0;
  padding: 30px;
  display: flex;
  gap: 30px;
}
#pageWhitepaper .p-whitepaper__article-image {
  flex: 0 0 300px;
}
#pageWhitepaper .p-whitepaper__article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pageWhitepaper .p-whitepaper__article-category {
  margin-bottom: 10px;
}
#pageWhitepaper .p-whitepaper__category {
  display: inline-block;
  background: #B5B5B5;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}
#pageWhitepaper .p-whitepaper__article-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
#pageWhitepaper .p-whitepaper__article-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
#pageWhitepaper .p-whitepaper__article-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 40px;
  background-color: var(--color_primary);
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 100vmax;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid var(--color_primary);
}
#pageWhitepaper .p-whitepaper__article-btn:hover {
  background-color: #fff;
}
#pageWhitepaper .p-whitepaper .yu-gothic-ui {
  font-family: Yu Gothic UI;
  text-spacing-trim: space-all;
}/*# sourceMappingURL=whitepaper.css.map */