/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.archive-post .archive-cate {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-cate {
    margin-bottom: 1.875rem;
  }
}
.archive-post .archive-cate {
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-cate::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 10px;
    width: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%);
    pointer-events: none;
    z-index: 2;
  }
}
.archive-post .archive-cate .cate-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.archive-post .archive-cate .cate-tabs {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-cate .cate-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .archive-post .archive-cate .cate-tabs::-webkit-scrollbar {
    height: 6px;
    display: block;
  }
  .archive-post .archive-cate .cate-tabs::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 99px;
  }
  .archive-post .archive-cate .cate-tabs::-webkit-scrollbar-thumb {
    background: #223982;
    border-radius: 99px;
  }
  .archive-post .archive-cate .cate-tabs::-webkit-scrollbar-thumb:hover {
    background: #256aef;
  }
}
.archive-post .archive-cate .cate-tabs .cate-item {
  flex-shrink: 0;
}
.archive-post .archive-cate .cate-tabs .cate-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #f2f4f8;
  background-color: #ffffff;
  color: #223982;
  font-weight: 500;
  transition: all 0.2s;
}
.archive-post .archive-cate .cate-tabs .cate-item a {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .archive-post .archive-cate .cate-tabs .cate-item a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-cate .cate-tabs .cate-item a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 96rem) {
  .archive-post .archive-cate .cate-tabs .cate-item a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-cate .cate-tabs .cate-item a {
    height: 46px;
  }
}
.archive-post .archive-cate .cate-tabs .cate-item a svg {
  flex-shrink: 0;
  color: #223982;
  transition: color 0.2s;
}
.archive-post .archive-cate .cate-tabs .cate-item a svg * {
  stroke: currentColor !important;
  fill: none !important;
}
.archive-post .archive-cate .cate-tabs .cate-item:hover a, .archive-post .archive-cate .cate-tabs .cate-item.active a {
  background-color: #223982;
  border-color: #223982;
  color: #ffffff;
  text-decoration: none;
}
.archive-post .archive-cate .cate-tabs .cate-item:hover a svg, .archive-post .archive-cate .cate-tabs .cate-item.active a svg {
  color: #ffffff;
}
.archive-post .archive-list .posts-list {
  margin: 0 -10px;
}
@media only screen and (min-width: 96rem) {
  .archive-post .archive-list .posts-list {
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-list .posts-list {
    margin: 0 -5px;
  }
}
.archive-post .archive-list .posts-list .cell {
  width: 33.3333333333%;
  padding: 0 10px;
}
.archive-post .archive-list .posts-list .cell {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .posts-list .cell {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 96rem) {
  .archive-post .archive-list .posts-list .cell {
    padding: 0 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .archive-list .posts-list .cell {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list .posts-list .cell {
    padding: 0 5px;
    width: 100%;
  }
}

.single-post .wrapper-single .col-content {
  color: #3c3c3c;
  width: 70%;
}
.single-post .wrapper-single .col-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content {
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 96rem) {
  .single-post .wrapper-single .col-content {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .wrapper-single .col-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-post .wrapper-single .col-content .heading-title {
  line-height: normal;
  text-transform: unset;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
}
.single-post .wrapper-single .col-content .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .col-content .heading-title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content .heading-title {
    font-size: 2rem;
  }
}
.single-post .wrapper-single .col-content ._meta {
  color: #000000;
}
.single-post .wrapper-single .col-content ._meta {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content ._meta {
    margin-bottom: 1.875rem;
  }
}
.single-post .wrapper-single .col-content ._meta .item-meta {
  gap: 10px;
  font-weight: 500;
}
.single-post .wrapper-single .col-content ._meta .item-meta {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .col-content ._meta .item-meta {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content ._meta .item-meta {
    font-size: 1.125rem;
  }
}
.single-post .wrapper-single .col-content ._meta .item-meta {
  line-height: 1.4;
  color: #000000;
}
.single-post .wrapper-single .col-content ._meta ._author {
  padding-left: 30px;
  border-left: 0.5px solid #4b4b4b;
}
.single-post .wrapper-single .col-content article img {
  border-radius: 28px;
}
.single-post .wrapper-single .col-content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .wrapper-single .col-content .hashtags .text {
  padding-top: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content .hashtags .text {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .wrapper-single .col-content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  color: #223982;
  line-height: 21px;
  font-weight: 500;
  position: relative;
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a {
  font-size: 1rem;
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a::before {
  content: "#";
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a:hover {
  text-decoration: none;
  background: #223982;
  color: #ffffff;
}
.single-post .wrapper-single .col-content .suggestion-wrapper {
  background-color: #f7f1e0;
  border-radius: 12px;
  padding: 20px 16px;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .title {
  color: #256aef;
  font-weight: 500;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .suggestion-list {
  padding-left: 30px;
  margin-bottom: 0;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .suggestion-list li a {
  color: #223982;
  font-weight: 400;
}
.single-post .wrapper-single .sidebar {
  width: 30%;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .wrapper-single .sidebar {
    width: 100%;
  }
}
.single-post .wrapper-single .sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}
@media only screen and (min-width: 96rem) {
  .single-post .wrapper-single .sidebar .sidebar-inner {
    top: 85px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .wrapper-single .sidebar .sidebar-inner {
    position: relative;
    top: 0;
  }
}
.single-post .wrapper-single .sidebar .heading-title {
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
}
.single-post .wrapper-single .sidebar .heading-title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .sidebar .heading-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .sidebar .heading-title {
    font-size: 1.25rem;
  }
}
.single-post .wrapper-single .sidebar .sidebar-search-cats {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6901960784);
}
.single-post .wrapper-single .sidebar .sidebar-search-cats {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .sidebar .sidebar-search-cats {
    margin-bottom: 1.875rem;
  }
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #ededed;
  background-color: #ffffff;
  overflow: hidden;
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 14px 50px 14px 20px;
  font-weight: 500;
  outline: none;
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input {
    font-size: 1rem;
  }
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input::-webkit-input-placeholder {
  font-weight: 500;
  line-height: 100%;
  color: #575757;
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input::placeholder {
  font-weight: 500;
  line-height: 100%;
  color: #575757;
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input::-webkit-input-placeholder {
  font-size: 0.9375rem;
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input::placeholder {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search input::placeholder {
    font-size: 1rem;
  }
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  color: #575757;
  border: none;
  cursor: pointer;
  font-size: 0;
}
.single-post .wrapper-single .sidebar .sidebar-search-cats .inline-search .frm-search button::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat center;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.single-post .wrapper-single .sidebar .sidebar-posts {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6901960784);
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list {
  display: flex;
  flex-direction: column;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list {
  grid-gap: 0.875rem;
  gap: 0.875rem;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-cover {
  flex-shrink: 0;
  width: 95px;
  aspect-ratio: 95/80;
  min-height: 80px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content {
  flex: 1;
  min-width: 0;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-day {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #575757;
  margin-bottom: 10px;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title {
  margin: 0;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title {
    font-size: 1rem;
  }
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title a {
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .wrapper-single .sidebar .sidebar-posts .rp-list .rp-item .rp-content .rp-title a:hover {
  color: #223982;
}
.single-post .section-related-post {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.single-post .section-related-post .heading-title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .section-related-post .heading-title {
    margin-bottom: 1.5rem;
  }
}
.single-post .section-related-post .swiper-slide {
  padding-bottom: 10px;
}
.single-post .section-related-post .swiper-slide .item-posts:hover {
  box-shadow: none;
}
.single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
  left: -24px;
}
@media only screen and (min-width: 96rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: -30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next {
  right: -24px;
}
@media only screen and (min-width: 96rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: -30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.single-post .section-related-post .swiper-pagination {
  bottom: -60px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-pagination {
    bottom: -48px;
  }
}

#ez-toc-container {
  background: #e0dac9 !important;
}
#ez-toc-container .ez-toc-title {
  position: relative;
}
#ez-toc-container .ez-toc-title::before {
  content: "";
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #707070;
  margin-right: 5px;
  transform: translateY(2px);
}
#ez-toc-container .ez-toc-title::before {
  width: 1.25rem;
  height: 1.25rem;
}
#ez-toc-container nav li {
  margin-bottom: 8px;
}
#ez-toc-container nav li:last-child {
  margin-bottom: 0;
}
#ez-toc-container nav li ul.ez-toc-list-level-3 {
  margin-top: 8px;
}