* {
  color: #505050;
}

a {
  text-decoration: none;
  color: #505050;
}

.sp {
  display: none;
}

.body {
  width: 100%;
  margin: 0 auto;
}

.fv {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.fv .fv-img {
  width: 100%;
  height: auto;
}
.fv .fv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.fv .fv-content .page-title {
  color: #3c4d69;
  font-size: 56px;
  line-height: 2;
  font-weight: bold;
}
.fv .fv-content .page-subtitle {
  color: #3c4d69;
  font-weight: bold;
  font-size: 14px;
}

.mainwrapper {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.mainwrapper .maincontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainwrapper .maincontent::after {
  width: calc(33.3333333333% - 1px);
  content: "";
  display: block;
}
.mainwrapper .maincontent .media-card {
  max-width: 325px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1);
  margin: 0 12px 36px 12px;
}
.mainwrapper .maincontent .media-card .media-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mainwrapper .maincontent .media-card .media-link .img-title-content .media-img-wrap {
  overflow: hidden;
  aspect-ratio: 200/120;
  max-width: 100%;
  height: 195px;
}
.mainwrapper .maincontent .media-card .media-link .img-title-content .media-img-wrap .media-img {
  width: 100%;
}
.mainwrapper .maincontent .media-card .media-link .img-title-content .media-title {
  font-size: 20px;
  font-weight: bold;
  padding: 24px 16px;
}
.mainwrapper .maincontent .media-card .media-link .text-content {
  min-height: 84px;
}
.mainwrapper .maincontent .media-card .media-link .text-content .post-data {
  font-size: 12px;
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
}
.mainwrapper .maincontent .media-card .media-link .text-content .media-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 16px 16px;
}
.mainwrapper .maincontent .media-card .media-link .text-content .media-card-footer .post-tag {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  min-height: 84px;
}
.mainwrapper .maincontent .media-card .media-link .text-content .media-card-footer .post-tag .post-tag-p {
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #505050;
  color: #FFFFFF;
  margin-top: 6px;
  max-height: 36px;
}
.mainwrapper .maincontent .media-card .media-link .text-content .media-card-footer .post-link-icon {
  display: block;
  width: 36px;
  height: 36px;
}
.mainwrapper .sidebar {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1);
  width: 332px;
  padding: 24px;
  height: 100%;
}
.mainwrapper .sidebar .category-name {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mainwrapper .sidebar .category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mainwrapper .sidebar .category-list .category-tag {
  padding: 10px 16px;
  background-color: #505050;
  color: #FFFFFF;
  margin-left: 8px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
}
.mainwrapper .sidebanner {
  width: 300px !important;
  height: auto;
  position: sticky;
  top: 110px;
}
.mainwrapper .sidebanner .sidebanner-link {
  width: 100% !important;
}
.mainwrapper .sidebanner .sidebanner-link img {
  display: block;
  width: 300px !important;
}

.pagination .current {
  background-color: #505050 !important;
  color: #FFFFFF !important;
}

.page-numbers {
  background-color: #f0f0f0 !important;
  color: #505050 !important;
}/*# sourceMappingURL=style_pc.css.map */