:root {
  /* Typography */
  --font-pri: "Proxima Nova", sans-serif;
  /* Color Palette */
  --color-pri: #1d90c9;
  --color-sec: #001221;
  --color-third: #3b4044;
  --color-text: #888888;
  --color-text-2: #005491;
  --color-white: #fff;
  --color-black: #000;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --z-i-header: 100;
}

.related {
  margin: 10rem 0rem 0;
}
@media screen and (max-width: 992px) {
  .related {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .related {
    margin: 4rem 0rem;
  }
}
.related-wrap {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .related-wrap {
    gap: 2.4rem;
  }
}
.related-heading {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-heading .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .related-heading .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .related-heading .title-48 {
    font-size: 2.6rem;
  }
}
.related-heading .title-48 {
  color: var(--color-pri);
  line-height: 130%;
  letter-spacing: -0.096rem;
  text-transform: uppercase;
}
.related-swiper {
  position: relative;
}
.related-swiper .swiper {
  margin: 0 -0.8rem;
}
.related-swiper .swiper-slide {
  padding: 0 0.8rem;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .related-swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .related-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.related-swiper .swiper-navigation {
  --position: 9.6rem;
}
@media screen and (max-width: 1440px) {
  .related-swiper .swiper-navigation {
    --position: 5.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .related-swiper .swiper-navigation {
    --position: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .related-swiper .swiper-navigation {
    display: none;
  }
}
.related-swiper .swiper-navigation > * {
  top: 50%;
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 4.8rem;
  height: 4.8rem;
  background-color: white;
  transform: translateY(-50%);
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1201px) {
  .related-swiper .swiper-navigation > *:hover {
    border-color: var(--color-pri);
    background-color: var(--color-pri);
  }
  .related-swiper .swiper-navigation > *:hover img {
    filter: brightness(0) invert(1);
  }
}
.related-swiper .swiper-navigation .prev {
  left: calc(-1 * var(--position));
}
.related-swiper .swiper-navigation .prev img {
  transform: rotate(180deg);
}
.related-swiper .swiper-navigation .next {
  right: calc(-1 * var(--position));
}
.related-swiper .swiper-pagination {
  position: static;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .related-swiper .swiper-pagination {
    display: none;
  }
}

.article-item {
  gap: 3.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .article-item:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .article-item {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .article-item {
    gap: 1.2rem;
  }
}

.article-img .img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1.6rem;
  padding-top: 72.9166666667%;
}
.article-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}

.article-content {
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .article-content {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .article-content {
    gap: 1.2rem;
  }
}

.article-title {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .article-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .article-title {
    font-size: 1.6rem;
  }
}
.article-title {
  color: #082823;
  font-weight: 700;
  line-height: 120%;
  transition: 0.4s ease;
  letter-spacing: -0.04rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1201px) {
  .article-title:hover {
    color: var(--color-pri);
  }
}
@media screen and (max-width: 576px) {
  .article-title {
    font-size: 1.4rem;
  }
}

.article-desc {
  color: #667085;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  letter-spacing: -0.032rem;
}
@media screen and (max-width: 576px) {
  .article-desc {
    font-size: 1.2rem;
  }
}

.detail {
  margin: 6rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .detail {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .detail {
    margin: 4rem 0rem;
  }
}
.detail-inner, .detail-heading {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .detail-row {
    --row-gap: 0;
    --col-gap: 0;
  }
}
@media screen and (max-width: 1200px) {
  .detail-col {
    width: 100%;
  }
}
.detail-heading .title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .detail-heading .title-32 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .detail-heading .title-32 {
    font-size: 2rem;
  }
}
.detail-heading .title-32 {
  font-weight: 600;
  color: #082823;
  line-height: normal;
  letter-spacing: -0.064rem;
}
.detail-heading .author {
  flex-wrap: wrap;
  gap: 1.2rem 8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detail-heading .author {
    gap: 1.2rem 2.4rem;
  }
}
.detail-heading .author > .text-16 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .detail-heading .author > .text-16 {
    font-size: 1.4rem;
  }
}
.detail-heading .author > .text-16 {
  color: var(--color-pri);
  line-height: 130%;
  letter-spacing: -0.032rem;
}
.detail-heading .author .cate {
  gap: 1.2rem 8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detail-heading .author .cate {
    gap: 1.2rem 2.4rem;
  }
}
.detail-heading .author .cate-box {
  gap: 0.4rem;
  display: flex;
  align-items: center;
}
.detail-heading .author .cate-box img {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .detail-heading .author .cate-box img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.detail-heading .author .cate-box .text-14 {
  color: #667085;
  line-height: 150%;
  font-size: 1.4rem;
  letter-spacing: -0.028rem;
}
.detail-heading .desc .text-16 {
  color: #667085;
  line-height: 160%;
  letter-spacing: -0.032rem;
}
.detail-heading .img {
  overflow: hidden;
  position: relative;
  border-radius: 1.6rem;
  padding-top: 45%;
}
@media screen and (min-width: 1201px) {
  .detail-heading .img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.detail-heading .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.detail-row {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .detail-absolute {
    top: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    padding: 0 1.6rem;
    position: absolute;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1201px) {
  .detail-sticky {
    top: 12rem;
    position: sticky;
    height: fit-content;
  }
}
@media screen and (min-width: 1367px) {
  .detail-social {
    top: 0;
    z-index: 5;
    height: 100%;
    left: -4.8rem;
    width: fit-content;
    position: absolute;
  }
}
.detail-social_sticky {
  gap: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1367px) {
  .detail-social_sticky {
    top: 12rem;
    position: sticky;
    height: fit-content;
  }
}
.detail-social .social {
  gap: 0.8rem;
  display: flex;
}
@media screen and (min-width: 1367px) {
  .detail-social .social {
    flex-direction: column;
  }
}
@media screen and (max-width: 1366px) {
  .detail-social .social {
    flex-wrap: wrap;
  }
}
.detail-social .social-link {
  display: block;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.detail-social .social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-postdt .related-swiper .swiper-slide {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-postdt .related-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .p-postdt .related-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
/*# sourceMappingURL=post-detail.css.map */
