.project_main {
  padding: 4.25rem 0 11.9rem;
}
.project_main .left {
  flex: 1;
  max-width: 84.4rem;
}
.project_main .left .img {
  margin-bottom: 5rem;
}
.project_main .postdetail {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #5b5245;
}
.project_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.project_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.project_main .postdetail em {
  font-size: 8.2rem;
  color: #000000;
  font-style: normal;
}
.project_main .postdetail h2 {
  font-size: 3rem;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  margin: 3rem 0 2rem;
}
.project_main .postdetail h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  margin: 2rem 0 1rem;
}
.project_main .postdetail p {
  hyphens: auto;
  margin: 1.8rem 0;
}
.project_main .postdetail img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  margin: 4rem 0;
}
.project_main .postdetail a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s;
}
.project_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.project_main .postdetail ul {
  margin: 2rem 0;
}
.project_main .postdetail ul li {
  position: relative;
  padding-left: 3rem;
}
.project_main .postdetail ul li::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1.4rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.project_main .postdetail .wp-block-columns {
  gap: 16px;
}
.project_main .tags-box {
  border-top: 1px solid rgba(25, 25, 30, 0.15);
  padding-top: 3rem;
  margin-top: 4.9rem;
}
.project_main .tags-box .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 0.3rem;
}
.project_main .tags-box .tags span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin-right: 2.7rem;
}
.project_main .tags-box .tags p {
  color: #4c4c4c;
  font-weight: 600;
  transition: all 0.3s;
  background-color: #fafbfb;
  line-height: 3.4rem;
  padding: 0 4.725rem;
}
.project_main .tags-box .tags p:hover {
  background-color: var(--primary);
}
.project_main .tags-box .share {
  gap: 2rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
.project_main .tags-box .share .active a {
  background-color: var(--primary);
  border-color: var(--primary);
}
.project_main .tags-box .share a {
  opacity: 1;
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(22, 22, 22, 0.14);
}
.project_main .tags-box .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.project_main .tags-box .share .facebook a::after {
  background-image: url(../img/facebook2.svg);
}
.project_main .tags-box .share .twitter a::after {
  background-image: url(../img/twitter2.svg);
}
.project_main .tags-box .share .pinterest a::after {
  background-image: url(../img/pinterest2.svg);
}
.project_main .info {
  width: 32.9375%;
  margin-top: 1.3rem;
}
.project_main .info li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2px;
}
.project_main .info span {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #000000;
  opacity: 0.54;
  padding: 1.5rem 0;
}
.project_main .info span:first-child {
  opacity: 1;
  font-weight: 400;
}
.project_related {
  background-color: #f6f4f2;
  padding: 11.7rem 0 12rem;
}
.project_related .project_related_swiper {
  margin-top: 4.7rem;
  overflow: hidden;
}
.project_related .project_related_swiper .swiper-slide {
  width: 51.4rem;
}
.project_related p.center:has(.btn_more) {
  margin-top: 6rem;
}
.project_related p.center:has(.btn_more) .btn_more {
  font-size: 1.8rem;
  line-height: 6.3rem;
  padding: 0 4.9rem;
}
@media screen and (max-width: 768px) {
  .project_main {
    padding: 1rem 0 4rem;
  }
  .project_main .left {
    max-width: unset;
    width: 100%;
  }
  .project_main .left .img {
    margin-bottom: 20px;
  }
  .project_main .info {
    order: -1;
    width: 100%;
    margin: 0;
  }
  .project_main .info li {
    gap: 0 1rem;
  }
  .project_main .info span {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
  }
  .project_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
  }
  .project_main .postdetail em {
    font-size: 22px;
  }
  .project_main .postdetail h2 {
    font-size: 18px;
    margin: 2rem 0 1rem;
  }
  .project_main .postdetail h3 {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .project_main .postdetail p {
    margin: 10px 0;
  }
  .project_main .postdetail img {
    margin: 3rem 0;
  }
  .project_main .postdetail ul {
    margin: 12px 0;
  }
  .project_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .project_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .project_main .tags-box {
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .project_main .tags-box .tags {
    padding: 0;
    gap: 12px;
  }
  .project_main .tags-box .tags span {
    font-size: 16px;
    margin-right: 4px;
  }
  .project_main .tags-box .tags p {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 2rem;
  }
  .project_main .tags-box .share {
    gap: 1rem;
    margin: 0;
  }
  .project_main .tags-box .share a {
    width: 40px;
    height: 40px;
  }
  .project_related {
    padding: 4rem 0;
    overflow: hidden;
  }
  .project_related .project_related_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .project_related .project_related_swiper .swiper-slide {
    width: 322px;
  }
  .project_related p.center:has(.btn_more) {
    margin-top: 2rem;
  }
  .project_related p.center:has(.btn_more) .btn_more {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
  .project_related .swiper_btns {
    display: none;
  }
}
/*# sourceMappingURL=project.css.map */