/* purgecss start ignore */
.blog-post {
    border-top: 1px solid #e5e5de;
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
  .blog-post .article-text ul li:not(.check-list li),
  .blog-post .article-text ol li {
    padding: 7px 0;
    list-style: unset;
  }
  .blog-post .container.p10 {
    overflow-x: visible;
  }
  .blog-post .container.p10 .row {
    overflow-x: visible;
  }
  .blog-post .sidebar {
    position: sticky;
    top: 1.25rem;
    max-height: calc(100vh - 2.5rem);
    overflow-y: hidden;
    padding-left: 1.25rem;
  }
  .blog-post .post_title,
  .blog-post .post-excerpt {
    margin-bottom: 1.25rem;
  }
  .blog-post .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.5625rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #1b463b;
  }
  .blog-post .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    flex-wrap: wrap;
  }
  .blog-post .meta-icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #1b463b;
  }
  .blog-post .meta-icon svg {
    display: block;
  }
  .blog-post .meta-label {
    white-space: nowrap;
  }
  .blog-post .meta-link,
  .blog-post .meta-text {
    color: #0c1a12;
    font-weight: 600;
  }
  .blog-post .meta-link {
    text-decoration: none;
  }
  .blog-post .meta-link:hover {
    color: #1c8a47;
  }
  .blog-post .meta-separator {
    color: #c6c7c1;
    line-height: 1;
  }
  .blog-post .meta-item--category a {
    color: #1b463b;
    text-decoration: underline;
  }
  .blog-post .meta-item--category a:hover {
    color: #1c8a47;
  }
  .blog-post .article-image {
    margin-bottom: 1.5625rem;
  }
  .blog-post .article-image img {
    width: 100%;
    height: auto;
  }
  .blog-post .col-content a:not(.author-social a, .accordion-a, .btn-second a, .meta-link, .meta-item--category a) {
    text-decoration: underline;
  }
  .blog-post .article-text > p,
  .blog-post .article-text .wp-block-paragraph {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: #040707;
  }
  .blog-post .article-text > .wp-block-heading {
    font-family: "Fraunces", var(--support-font);
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0c1a12;
    margin-bottom: 2.5rem;
  }
  .blog-post .article-text > .wp-block-heading + .wp-block-heading {
    margin-top: -1.5rem;
  }
  .blog-post .article-text ul.wp-block-list.check-list > li strong {
    color: #0c1a12;
    font-weight: 600;
  }
  .blog-post .article-text .wp-block-table {
    margin-bottom: 2.5rem;
  }
  .blog-post .article-text .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .blog-post .article-text .wp-block-table thead {
    display: none;
  }
  .blog-post .article-text .wp-block-table tbody tr {
    background: #fff !important;
    border: 1px solid #e4e9e1;
  }
  .blog-post .article-text .wp-block-table tbody tr:nth-child(even) {
    background: #e4e9e1 !important;
  }
  .blog-post .article-text .wp-block-table tbody td {
    padding: 1.5625rem;
    border: 0;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: #0c1a12;
  }
  .blog-post .article-text .wp-block-table tbody td:first-child {
    width: 42%;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }
  .blog-post .col-content .wp-block-group {
    margin-bottom: 1.875rem;
  }
  .blog-post .col-content .wp-block-list {
    margin-bottom: 1.25rem;
  }
  .blog-post .col-content .divider-hor {
    padding-bottom: 3.4375rem;
    margin-top: 3.4375rem;
    display: block;
    border-top: 1px solid var(--color-second);
    position: relative;
  }
  .blog-post .col-content .divider-hor:before {
    content: "\e906";
    display: block;
    top: -9px;
    line-height: 1;
    position: absolute;
    font-family: "icon";
    font-size: 1.125rem;
    color: var(--color-second);
    background: #f8f9f1;
    width: 3.4375rem;
    height: 1.25rem;
    text-align: center;
    left: calc(50% - 1.6875rem);
  }
  .blog-post .col-content .post-author-box {
    position: relative;
    display: flex;
    background: #eaf3e9;
    padding: 2.1875rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5625rem;
  }
  .blog-post .col-content .post-author-box .author-social {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .blog-post .col-content .post-author-box h3.author-name {
    font-size: 1.5rem;
  }
  .blog-post .related-posts-section {
    margin-top: 5rem;
  }
  .blog-post .card-post {
    background: #eaf3e9;
    height: 100%;
  }
  .blog-post .card-post .card-body {
    padding: 1.875rem;
  }
  .blog-post .card-post .card-body .card-title a {
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-decoration: unset;
  }
  
  body .simpletoc {
    background: #eaf3e9;
    padding: 1.5rem;
    max-height: 320px;
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .simpletoc::-webkit-scrollbar {
    width: 6px;
  }
  .simpletoc::-webkit-scrollbar-track {
    background: transparent;
  }
  .simpletoc::-webkit-scrollbar-thumb {
    background: var(--color-second);
    border-radius: 5px;
    height: 3px;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .simpletoc::-webkit-scrollbar-thumb:hover {
    background: var(--color-second);
  }
  .simpletoc .simpletoc-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Fahkwang";
    font-weight: 300;
    margin-bottom: 0;
  }
  .simpletoc .simpletoc-title:before {
    content: "\e906";
    display: inline-block;
    line-height: 1;
    font-family: "icon";
    font-size: 1.125rem;
    color: var(--color-main);
    margin-right: 10px;
  }
  .simpletoc ul.simpletoc-list {
    padding-top: 1.25rem;
    padding-left: 1.75rem;
    position: relative;
  }
  .simpletoc ul.simpletoc-list > ul > li > a {
    text-decoration: none;
    font-size: 14Px;
    display: block;
    color: var(--color-main);
    line-height: 1.3;
    width: -moz-fit-content;
    width: fit-content;
  }
  .simpletoc ul.simpletoc-list > ul > li > a:hover {
    color: var(--color-second);
  }
  .simpletoc ul.simpletoc-list > ul > li > a.active {
    background: #eff4d2;
    font-Weight: 600;
    cursor: auto;
    pointer-events: none;
  }
  .simpletoc ul.simpletoc-list > ul > li > a.active:hover {
    color: var(--color-main);
  }
  .simpletoc ul.simpletoc-list:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    background: #C3C3C3;
    width: 1px;
    height: calc(100% - 24Px);
  }
  .simpletoc ul.simpletoc-list > li {
    padding: 6px 0;
  }
  .simpletoc ul.simpletoc-list > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    width: 8px;
    height: 5px;
    margin-top: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC41IDEuNVYwLjVIMS41VjEuNUMxLjUgMi44ODA3MSAyLjYxOTI5IDQgNCA0SDguNVY1SDRDMi4wNjcgNSAwLjUgMy40MzI5OSAwLjUgMS41WiIgZmlsbD0iI0MzQzNDMyIvPjwvc3ZnPgo=");
  }
  .simpletoc ul.simpletoc-list > li a {
    text-decoration: none;
    font-size: 14Px;
    display: block;
    color: var(--color-main);
    line-height: 1.3;
    width: -moz-fit-content;
    width: fit-content;
  }
  .simpletoc ul.simpletoc-list > li a:hover {
    color: var(--color-second);
  }
  .simpletoc ul.simpletoc-list > li a.active {
    background: #eff4d2;
    font-Weight: 600;
    cursor: auto;
    pointer-events: none;
  }
  .simpletoc ul.simpletoc-list > li a.active:hover {
    color: var(--color-main);
  }
  .simpletoc ul.simpletoc-list > li > ul {
    padding-left: 1.125rem;
    padding-top: 10px;
    position: relative;
  }
  .simpletoc ul.simpletoc-list > li > ul:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    background: #C3C3C3;
    width: 1px;
    height: calc(100% - 24Px);
  }
  .simpletoc ul.simpletoc-list > li > ul li {
    padding: 6px 0;
  }
  .simpletoc ul.simpletoc-list > li > ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    width: 8px;
    height: 5px;
    margin-top: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC41IDEuNVYwLjVIMS41VjEuNUMxLjUgMi44ODA3MSAyLjYxOTI5IDQgNCA0SDguNVY1SDRDMi4wNjcgNSAwLjUgMy40MzI5OSAwLjUgMS41WiIgZmlsbD0iI0MzQzNDMyIvPjwvc3ZnPgo=");
  }
  .simpletoc ul.simpletoc-list > li > ul li a {
    text-decoration: none;
    font-size: 14Px;
    display: block;
    color: var(--color-main);
    line-height: 1.3;
    width: -moz-fit-content;
    width: fit-content;
  }
  .simpletoc ul.simpletoc-list > li > ul li a:hover {
    color: var(--color-second);
  }
  .simpletoc ul.simpletoc-list > li > ul li a.active {
    background: #eff4d2;
    font-Weight: 600;
    cursor: auto;
    pointer-events: none;
  }
  .simpletoc ul.simpletoc-list > li > ul li a.active:hover {
    color: var(--color-main);
  }
  
  /* purgecss end ignore */