.post_main {
  overflow: hidden;
  padding: 9.8rem 0 4.4rem;
}
.post_main .head .metas {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  color: #3f3f3f;
  gap: 1rem;
}
.post_main .head .metas .cat {
  font-weight: 500;
  color: var(--primary);
}
.post_main .head h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
  max-width: 100rem;
  margin: 2.2rem auto 0;
  letter-spacing: 2px;
}
.post_main .head .pic {
  padding-top: 4.7rem;
  margin-top: 6.6rem;
  position: relative;
}
.post_main .head .pic::before {
  width: 100vw;
  height: 50%;
  background-color: #f5f5ed;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  pointer-events: none;
  z-index: -1;
}
.post_main .head .img {
  border-radius: 8px;
  width: 100%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.post_main .main {
  max-width: 103.4rem;
  margin: 0 auto;
}
.post_main .postdetail {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 7.3rem;
  margin-top: 6.3rem;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3rem;
  line-height: normal;
  font-weight: 600;
  color: var(--title);
  margin: 3.3rem 0 1.5rem;
  letter-spacing: 0.55px;
}
.post_main .postdetail h3 {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 500;
  color: var(--title);
  margin: 1.5rem 0;
}
.post_main .postdetail p {
  hyphens: auto;
  margin: 1rem 0;
}
.post_main .postdetail table{
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
  font-size: 1.6rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.post_main .postdetail table thead th{
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 1.4rem 1.8rem;
  letter-spacing: 0.5px;
}
.post_main .postdetail table tbody td{
  padding: 1.2rem 1.8rem;
  border-bottom: 1px solid #eaeaea;
  color: var(--text);
}
.post_main .postdetail table tbody tr:last-child td{
  border-bottom: none;
}
.post_main .postdetail table tbody tr:nth-child(even){
  background-color: #f9f9f6;
}
.post_main .postdetail table tbody tr:hover{
  background-color: #f0f0ea;
  transition: background-color 0.2s;
}
.post_main .postdetail ol li{
  margin-left: 20px;
}
.post_main .postdetail a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail ul {
  margin: 2rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 3rem;
}
.post_main .postdetail ul li::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 0.5rem;
}
.post_main .postdetail img {
  display: block;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  margin: 3rem 0;
}
.post_main .postdetail .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 4.2rem 0 4.5rem;
}
.post_main .postdetail .wp-block-columns .wp-block-column {
  flex: 1;
}
.post_main .postdetail .wp-block-columns img {
  margin: 0;
}
.post_main .tags-box {
  margin-top: 2.2rem;
}
.post_main .tags-box .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #222222;
  padding-top: 3px;
}
.post_main .tags-box .tags span {
  margin-right: 1.1rem;
}
.post_main .tags-box .tags p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #808080;
  transition: all 0.3s;
  border-radius: 100px;
  border: 1px solid #c5c5c5;
  padding: 0.7rem 4.8rem 0.8rem;
}
.post_main .tags-box .tags p:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.post_main .tags-box .share {
  gap: 2rem 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}
.post_main .tags-box .share .active a {
  background-color: var(--primary);
}
.post_main .tags-box .share .active a::after {
  filter: contrast(0) brightness(2);
}
.post_main .tags-box .share a {
  opacity: 1;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
  background-color: #efefef;
}
.post_main .tags-box .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.post_main .tags-box .share .facebook a::after {
  background-image: url(../img/facebook2.svg);
}
.post_main .tags-box .share .twitter a::after {
  background-image: url(../img/twitter2.svg);
}
.post_main .tags-box .share .pinterest a::after {
  background-image: url(../img/pinterest2.svg);
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main .head .metas {
    font-size: 14px;
    gap: 8px;
  }
  .post_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 10px;
  }
  .post_main .head .pic {
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .post_main .main {
    max-width: unset;
  }
  .post_main .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1rem;
    letter-spacing: unset;
  }
  .post_main .postdetail h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail ul {
    margin: 1rem 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail ul li + li {
    margin-top: 4px;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
    border-radius: 8px;
  }
  .post_main .postdetail .wp-block-columns {
    gap: 16px;
    margin: 2rem 0;
  }
  .post_main .tags-box {
    margin-top: 2rem;
  }
  .post_main .tags-box .tags {
    font-size: 16px;
    padding: 0;
    gap: 12px;
  }
  .post_main .tags-box .tags span {
    margin-right: 4px;
  }
  .post_main .tags-box .tags p {
    font-size: 14px;
    padding: 5px 2rem;
  }
  .post_main .tags-box .share {
    gap: 1rem;
    margin: 0;
  }
  .post_main .tags-box .share a {
    width: 40px;
    height: 40px;
  }
}
/*# sourceMappingURL=post.css.map */