.elementor-kit-2607{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#68BDCB;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:capitalize;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;background-color:#FFFFFF;}.elementor-kit-2607 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2607 h1{color:#000000;font-family:"Open Sans", Sans-serif;font-size:24px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;}.elementor-kit-2607 h2{color:#000000;font-family:"Open Sans", Sans-serif;font-size:24px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;}.elementor-kit-2607 h3{color:#000000;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 부모 래퍼는 내용 잘림(클리핑) 금지 */
.post-wrap { overflow: visible !important; }

/* TOC 고정 */
.toc-sticky{
  position: sticky;
  top: 96px;           /* 헤더 높이만큼(앞서 측정한 95~96px) */
  align-self: flex-start;
  z-index: 5;
}

/* 관리자바 있을 때 보정(로그인 상태 프리뷰) */
body.admin-bar .toc-sticky{ top: 128px; } /* 96 + 32 */

/* 모바일/태블릿에서 숨기기(데스크톱만 보이게) */
@media (max-width:1024px){
  .toc-sticky{ display:none !important; }
}

/* 앵커 점프 시 헤더에 제목 가려지지 않게 */
.article-wrap h2[id], .article-wrap h3[id], .article-wrap h4[id]{
  scroll-margin-top: 96px;
}





.toc-none .elementor-toc__list-item-marker{ display:none !important; }
.toc-none .elementor-toc__list-item-text { padding-left:0 !important; }
.toc-none .elementor-toc__list-wrapper,
.toc-none .elementor-toc__list-wrapper > ul,
.toc-none .elementor-toc__list-wrapper > ol{
  margin-left:0 !important; padding-left:0 !important;
}
.toc-none .elementor-toc__list-wrapper{ margin-left:-6px; }





html, body { height:100%; margin:0; padding:0; }

#page { 
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

#content { flex:1 0 auto; }           /* 본문 */
.site-footer, 
.elementor-location-footer { 
  margin-top:auto; 
  margin-bottom:0 !important; 
  border:none !important;
}/* End custom CSS */