: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;
}

.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%;
  }
}

.p-platform .mona-content h2 {
  margin-top: 6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 992px) {
  .p-platform .mona-content h2 {
    margin-top: 4rem;
  }
}
.p-platform .mona-content p {
  margin: 1.6rem 0;
}
@media screen and (min-width: 1200px) {
  .p-platform .m-postdt {
    margin: 6rem 0rem 10rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 992px) {
  .p-platform .m-postdt {
    margin: 6rem 0rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 576px) {
  .p-platform .m-postdt {
    margin: 4rem 0rem;
  }
}
.p-platform .m-postdt_left {
  row-gap: 6rem;
}
@media screen and (max-width: 992px) {
  .p-platform .m-postdt_left {
    row-gap: 4rem;
  }
}
/*# sourceMappingURL=platform.css.map */
