.articleDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.articleDetail__heading__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 1024px) {
  .articleDetail__heading__top {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.articleDetail__heading__date {
  border-top: 1px solid #282828;
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  .articleDetail__heading__date {
    padding: 4px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.articleDetail__heading__date span {
  display: inline-block;
  padding-left: 16px;
  font-weight: normal;
}
.articleDetail__heading .feature-dete {
  border: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: right;
  color: #8E8E8E;
}
@media screen and (max-width: 1024px) {
  .articleDetail__heading .feature-dete {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .articleDetail__heading .shareButton {
    padding-bottom: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.articleDetail__heading__title {
  font-size: 22px;
  line-height: 52px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 98%, #000 0%);
  display: inline;
  padding: 0 0 12px;
}
.articleDetail__heading__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px 24px;
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .articleDetail__heading__tag {
    gap: 8px 12px;
  }
}
.articleDetail__heading__tag a {
  font-size: 12px;
  color: #8E8E8E;
}
.articleDetail .main-slider li img {
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section__inner {
  background-color: #F0F0F0;
}
.section .articleSection__topImage {
  width: 100%;
  margin-bottom: 24px;
}
.section .articleSection p {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 24px;
}

.snsShare__wrap {
  margin-top: 0;
  padding: 0;
  background: none;
}

.pickup {
  padding-top: 64px;
}
.pickup .section__heading {
  padding-bottom: 24px;
}
.pickup .card {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .pickup .card .three_column {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

.sub-area .button {
  margin-top: 40px;
  margin-bottom: 8px;
}