:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

.mona-content > * {
  color: #404040;
  line-height: 160%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  color: #262626;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 1.9rem;
  }
}
.mona-content h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.5rem;
  }
}
.mona-content h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.4rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  max-width: 100% !important;
  border-radius: var(--radius);
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  gap: 3.2rem;
  display: flex;
  margin: 3.2rem 0;
  padding: 0.8rem 2rem;
  flex-direction: column;
  border-left: 0.2rem solid #DA1F27;
}
@media screen and (max-width: 767px) {
  .mona-content blockquote {
    gap: 1.6rem;
  }
}
.mona-content blockquote p {
  margin: 0;
}
.mona-content blockquote .author-title {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content blockquote .author-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content blockquote .author-title {
    font-size: 1.6rem;
  }
}
.mona-content blockquote .author-title {
  color: #DA1F27;
  font-weight: 600;
  line-height: 150%;
}
.mona-content table {
  max-width: 100%;
  margin: 3.2rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .mona-content table {
    margin: 2.4rem 0;
  }
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  color: #666;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-top: 0.8rem;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #FE7A15;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #0F00B8;
}
.mona-content li {
  margin: 0.4rem 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}
.mona-content .post-crit {
  padding: 3.2rem;
  margin: 3.2rem 0;
  border-radius: var(--radius);
  background: rgba(255, 125, 68, 0.1);
}
@media screen and (max-width: 767px) {
  .mona-content .post-crit {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.mona-content .post-author {
  gap: 2.4rem;
  display: flex;
  padding: 3.2rem;
  border-radius: var(--radius-l);
  border: 0.1rem solid #FE7A15;
}
@media screen and (max-width: 767px) {
  .mona-content .post-author {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .mona-content .post-author {
    flex-direction: column;
  }
}
.mona-content .post-author * {
  margin: 0;
}
.mona-content .post-author_title .title-24 {
  color: #1A1A1A;
}
.mona-content .post-author_img {
  flex-shrink: 0;
  user-select: none;
  width: 8rem;
  height: 8rem;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 767px) {
  .mona-content .post-author_img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.mona-content .post-author_desc .text-14 {
  line-height: 150%;
  color: #737373;
}

#ez-toc-container {
  width: 100% !important;
}
@media screen and (min-width: 1201px) {
  #ez-toc-container {
    top: 10rem;
    position: sticky !important;
  }
}

.reln {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .reln {
    margin: 6rem 0rem;
  }
}
.reln-swiper {
  position: relative;
}
.reln-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-12));
}
.reln-swiper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 var(--pi-12);
}
@media screen and (max-width: 767px) {
  .reln-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .reln-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.reln-swiper .swiper-pagination {
  position: static;
}
.reln-swiper .swiper-pagination-bullet {
  background: #242424;
}
@media screen and (min-width: 768px) {
  .reln-swiper > .btn {
    display: none;
  }
}
.reln-heading {
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .reln-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .reln-heading {
    text-align: center;
  }
  .reln-heading .text-20 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .reln-heading > .btn {
    display: none;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .article {
    gap: 1.6rem;
  }
}
.article-img .img {
  border-radius: 0.8rem;
  padding-top: 74.8717948718%;
}
@media screen and (max-width: 767px) {
  .article-content {
    gap: 1.2rem;
  }
}
.article-content_cate {
  display: flex;
  align-items: center;
}
.article-content_cate > * {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
.article-content_cate > *:not(:last-child)::after {
  content: "|";
  margin: 0 0.4rem;
}
.article-content_title .title-24 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-content_title .title-24:hover, .article-content_title .title-24:focus-visible {
    color: #FE7A15;
  }
}

.post {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .post {
    margin: 6rem 0rem;
  }
}
.post-wrap {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .post-row {
    --rg: 0;
    --cg: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .post-col {
    width: 100%;
  }
}
.post-heading_title .text-16 {
  line-height: 160%;
  color: #525252;
}
.post-heading_author, .post-heading_author .author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.post-heading_author .author {
  color: #525252;
}
.post-heading_author .author img {
  object-fit: contain;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: var(--radius-circle);
}
.post-heading_author .time {
  color: #737373;
}
.post-heading_author > *:not(:last-child):after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: var(--radius-circle);
}
.post-heading_link {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .post-content_absolute {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 1.6rem;
    position: absolute;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1201px) {
  .post-content_sticky {
    top: 10rem;
    position: sticky;
    transition: 0.4s ease-in-out;
  }
}
.post-content .mona-content {
  margin: 0;
}

.p-blog-detail .hero-bg::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 58.59%, rgba(0, 0, 0, 0.8) 100%);
}
.p-blog-detail .hero-content {
  gap: 1.2rem;
}
.p-blog-detail .hero-content_time {
  display: none;
}
/*# sourceMappingURL=page-blog-detail.css.map */
