.post_main {
  overflow: hidden;
  padding: 11.4rem 0 8.4rem;
}
.post_main .head {
  max-width: 103.4rem;
  margin: 0 auto;
}
.post_main .metas {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: rgba(63, 63, 63, 0.85);
}
.post_main .metas .cat {
  font-weight: 500;
  color: var(--title);
}
.post_main .metas i {
  margin: 0 5px;
}
.post_main h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
  margin-top: 2rem;
}
.post_main .pic {
  position: relative;
  z-index: 2;
  margin-top: 6.8rem;
}
.post_main .pic::before {
  content: '';
  display: block;
  width: 100vw;
  height: 73.289474%;
  background-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  pointer-events: none;
}
.post_main .pic .img {
  transform: translateY(4.8rem);
}
.post_main .post_detail {
  color: #3d3d3d;
  font-size: 1.8rem;
  line-height: 2.8rem;
  max-width: 103.4rem;
  margin: 10.8rem auto 0;
}
.post_main .post_detail .content > *:first-child {
  margin-top: 0;
}
.post_main .post_detail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .post_detail h2 {
  color: #161616;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 36px 0 16px;
}
.post_main .post_detail h3 {
  color: #161616;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 26px 0 16px;
}
.post_main .post_detail p {
  margin: 10px 0;
}
.post_main .post_detail .wp-block-columns {
  gap: 6px;
  display: flex;
}
.post_main .post_detail .wp-block-columns .wp-block-column {
  flex: 1;
}
.post_main .post_detail img {
  max-width: 100%;
  vertical-align: top;
  margin: 32px 0 10px;
}
.post_main .post_detail a {
  color: var(--primary);
  text-decoration: underline;
}
.post_main .post_detail a:hover {
  text-decoration: none;
}
.post_main .post_detail li {
  margin: 10px 0;
}
.post_main .post_detail ul {
  margin: 10px 0;
}
.post_main .post_detail ul li {
  padding-left: 18px;
  position: relative;
}
.post_main .post_detail ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 10px;
}
.post_main .post_detail ol {
  margin-left: 18px;
}
.post_main .bot {
  gap: 20px;
  padding-top: 2rem;
  max-width: 103.4rem;
  margin: 7.2rem auto 0;
  border-top: 1px solid #bcbcbc;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.post_main .tags {
  gap: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post_main .tags .label {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 1.2rem;
}
.post_main .tags p {
  font-size: 1.8rem;
  color: #808080;
  border: 1px solid #808080;
  line-height: 3.8rem;
  padding: 0 4.5rem;
  transition: all 0.3s;
}
.post_main .tags p:hover {
  color: var(--title);
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .share {
  align-self: start;
}
.post_main .share .social {
  gap: 18px;
  display: flex;
}
.post_main .share .social .active a {
  background-color: var(--primary);
}
.post_main .share .social a {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background: no-repeat center / contain #efefef;
}
.post_main .share .social .facebook a {
  background-image: url(../img/post-facebook.svg);
}
.post_main .share .social .twitter a {
  background-image: url(../img/post-twitter.svg);
}
.post_main .share .social .pinterest a {
  background-image: url(../img/post-pinterest.svg);
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main .metas {
    font-size: 14px;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .post_main .pic {
    margin-top: 20px;
  }
  .post_main .pic .img {
    transform: translateY(1rem);
  }
  .post_main .post_detail {
    margin-top: 3rem;
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .post_detail h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0 10px;
  }
  .post_main .post_detail h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 10px;
  }
  .post_main .post_detail img {
    margin: 10px 0;
  }
  .post_main .post_detail ul li {
    padding-left: 1rem;
  }
  .post_main .post_detail ul li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .post_main .post_detail ol {
    margin-left: 1rem;
  }
  .post_main .bot {
    display: block;
    margin-top: 2rem;
    padding-top: 20px;
  }
  .post_main .bot .tags {
    gap: 1rem;
  }
  .post_main .bot .tags .label {
    font-size: 1rem;
    margin-right: 5px;
  }
  .post_main .bot .tags p {
    font-size: 14px;
    line-height: 2rem;
    padding: 0 2rem;
  }
  .post_main .bot .social {
    margin-top: 2rem;
    gap: 1rem;
  }
  .post_main .bot .social a {
    width: 42px;
    height: 42px;
  }
}
