#contents .reporter-page {
  padding-top: 24px;
}
#contents .reporter-page .reporter-information-introduce {
  width: 1280px;
  height: 130px;
  margin: 0 auto;
  padding: 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("/resource/image/pc/reporter-bg.png");
  border-radius: 10px;
}
#contents .reporter-page .reporter-information-introduce .reporter-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .image-wrapper .default-image {
  width: 100%;
  height: 100%;
  background: url("/resource/image/pc/ico/reporterProfile02.svg") center center no-repeat;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .image-wrapper .image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .name-mail-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .name-mail-button .reporter-name {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-right: 12px;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .name-mail-button .reporter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .name-mail-button .reporter-button .mail-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url("/resource/image/pc/ico/reporterMail02.svg") center center no-repeat;
  margin-right: 6px;
  position: relative;
  top: 1.5px;
}
#contents .reporter-page .reporter-information-introduce .reporter-information .name-mail-button .reporter-button .text {
  color: #fff;
}
#contents .reporter-page .reporter-information-introduce .reporter-introduce {
  width: 300px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#contents .reporter-page .article-list-area {
  padding: 0 24px 24px 24px;
}
#contents .reporter-page .article-list-area .search-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  margin-bottom: 14px;
}
#contents .reporter-page .article-list-area .search-box-wrapper .total-article {
  font-size: 18px;
  line-height: 22px;
}
#contents .reporter-page .article-list-area .search-box-wrapper .total-article .number {
  font-weight: 500;
}
#contents .reporter-page .article-list-area .box-contents {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contents .reporter-page .article-list-area .box-contents .box-content {
  width: calc(25% - 13.5px);
  margin-right: 18px;
}
#contents .reporter-page .article-list-area .box-contents .box-content:nth-child(4n) {
  margin-right: 0;
}
#contents .reporter-page .article-list-area .box-contents .box-content .txt-wrapper .date {
  padding: 0 4px;
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}
#contents .reporter-page .article-list-area .box-contents .box-content:nth-child(n+5) {
  margin-top: 32px;
}