/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/post-content/post-content.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #141414;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
.post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-content .pc_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  will-change: opacity;
  transition: 1s opacity;
}
.post-content .pc_inner.show {
  opacity: 1;
}
.post-content .pc_inner .pc_date {
  display: flex;
  margin-top: 70px;
  margin-bottom: 15px;
  width: 114px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: #3990ff;
  color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner .pc_date {
    width: 104px;
    height: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .post-content .pc_inner .pc_date {
    width: 92px;
    height: 32px;
  }
}
.post-content .pc_inner .pc_title {
  padding-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_title {
    max-width: 600px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_title {
    max-width: 400px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 460px) {
  .post-content .pc_inner .pc_title {
    max-width: 300px;
  }
}
.post-content .pc_inner .pc_text {
  padding-top: 30px;
  width: 100%;
  max-width: 1102px;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner .pc_text {
    max-width: 800px;
  }
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_text {
    max-width: 600px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_text {
    max-width: 400px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  .post-content .pc_inner .pc_text {
    max-width: 300px;
  }
}
.post-content .pc_inner img {
  margin: 30px 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner img {
    max-width: 800px;
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner img {
    max-width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner img {
    max-width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .post-content .pc_inner img {
    max-width: 300px;
  }
}
.post-content .pc_inner .pc_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1102px;
  opacity: 0;
  will-change: opacity;
  transition: 1s opacity;
}
.post-content .pc_inner .pc_content.show {
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner .pc_content {
    padding-top: 20px;
    max-width: 800px;
  }
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_content {
    max-width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_content {
    max-width: 400px;
    padding-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .post-content .pc_inner .pc_content {
    max-width: 300px;
  }
}
.post-content .pc_inner .pc_content h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  color: #141414;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner .pc_content h2 {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_content h2 {
    font-size: 26px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_content h2 {
    font-size: 22px;
    padding-top: 10px;
  }
}
.post-content .pc_inner .pc_content h3 {
  margin: 40px 0 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #141414;
}
@media screen and (max-width: 1677px) {
  .post-content .pc_inner .pc_content h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1615px) {
  .post-content .pc_inner .pc_content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1550px) {
  .post-content .pc_inner .pc_content h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1260px) {
  .post-content .pc_inner .pc_content h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1250px) {
  .post-content .pc_inner .pc_content h3 {
    font-size: 18px;
  }
}
.post-content .pc_inner .pc_content ul {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #141414;
  width: 100%;
  max-width: 1102px;
  padding-left: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_content ul {
    font-size: 14px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_content ul {
    padding-top: 10px;
  }
}
.post-content .pc_inner .pc_content ul li {
  list-style: disc;
}
.post-content .pc_inner .pc_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #141414;
  width: 100%;
  max-width: 1102px;
  padding-top: 40px;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner .pc_content p {
    padding-top: 25px;
  }
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_content p {
    padding-top: 10px;
  }
}
.post-content .pc_inner .pc_content p:last-child {
  padding-bottom: 48px;
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .pc_content p:last-child {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .pc_content p:last-child {
    padding-bottom: 10px;
  }
}
.post-content .pc_inner .blog-underline {
  width: 100%;
  border-bottom: 2px solid #3990ff;
  padding-top: 64px;
  margin-bottom: 10px;
  opacity: 0;
  will-change: opacity;
  transition: 1s opacity;
}
.post-content .pc_inner .blog-underline.show {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .blog-underline {
    border-bottom: 1.2px solid #3990ff;
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .blog-underline {
    border-bottom: 0.8px solid #3990ff;
    padding-top: 10px;
  }
}
.post-content .pc_inner .video_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1102px;
}
.post-content .pc_inner .video_box video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .post-content .pc_inner .video_box video {
    max-width: 800px;
  }
}
@media screen and (max-width: 950px) {
  .post-content .pc_inner .video_box video {
    max-width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .post-content .pc_inner .video_box video {
    max-width: 400px;
  }
}
@media screen and (max-width: 460px) {
  .post-content .pc_inner .video_box video {
    max-width: 300px;
  }
}
.post-content .pc_inner .video_box .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.post-content .pc_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 128px;
  opacity: 0;
  will-change: opacity;
  transition: 1s opacity;
}
.post-content .pc_bottom.show {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  .post-content .pc_bottom {
    padding-bottom: 50px;
  }
}
.post-content .pc_bottom .pc_share-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-content .pc_bottom .pc_share-links a {
  width: 100%;
  height: 100%;
  margin-right: 20px;
}
.post-content .pc_bottom .pc_share-links a:last-child {
  margin: 0;
}
.post-content .pc_bottom .pc_share-links a svg {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1921px) {
  .post-content .pc_inner .pc_date {
    margin-top: 3.64583vw;
    margin-bottom: 0.78125vw;
    width: 5.9375vw;
    height: 2.23958vw;
    border-radius: 1.5625vw;
  }
  .post-content .pc_inner .pc_title {
    padding-bottom: 2.08333vw;
  }
  .post-content .pc_inner .pc_text {
    padding-top: 1.5625vw;
    max-width: 57.39583vw;
  }
  .post-content .pc_inner img {
    margin: 1.5625vw 0 0;
  }
  .post-content .pc_inner .pc_content {
    max-width: 57.39583vw;
  }
  .post-content .pc_inner .pc_content h2 {
    font-size: 1.875vw;
    padding-top: 3.33333vw;
    padding-bottom: 2.08333vw;
  }
  .post-content .pc_inner .pc_content h3 {
    margin: 2.08333vw 0 0;
    font-size: 1.25vw;
  }
  .post-content .pc_inner .pc_content ul {
    font-size: 1.04167vw;
    max-width: 57.39583vw;
    padding-left: 1.04167vw;
    padding-top: 2.08333vw;
  }
  .post-content .pc_inner .pc_content p {
    font-size: 1.04167vw;
    max-width: 57.39583vw;
    padding-top: 2.08333vw;
  }
  .post-content .pc_inner .pc_content p:last-child {
    padding-bottom: 2.5vw;
  }
  .post-content .pc_inner .blog-underline {
    border-bottom: 0.10417vw solid #3990ff;
    padding-top: 3.33333vw;
    margin-bottom: 0.52083vw;
  }
  .post-content .pc_inner .video_box {
    max-width: 57.39583vw;
  }
  .post-content .pc_inner .video_box .video_btn {
    height: 4.16667vw;
    width: 4.16667vw;
  }
  .post-content .pc_bottom {
    padding-bottom: 6.66667vw;
  }
  .post-content .pc_bottom .pc_share-links a {
    margin-right: 1.04167vw;
  }
  .post-content .pc_bottom .pc_share-links a svg {
    width: 1.25vw;
    height: 1.25vw;
  }
}
