/*
Theme Name: Kadence GK
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1777235963
Updated: 2026-04-27 05:39:23

*/

/* ============================
   Sticky Header — 모든 경우 대응
   ============================ */

/* 케이스 1: 메인 행 */
.site-header-row-main,
.site-header-main-section-wrap,
.site-main-header-wrap {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: #ffffff;
}

/* 케이스 2: 컨테이너 */
.site-header-row-container,
.site-header-row-container-inner {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
}

/* 케이스 3: 헤더 전체 */
header.site-header,
#masthead {
  position: sticky;
  top: 0;
  z-index: 999;
}

/* 본문이 헤더에 가려지지 않도록 */
body {
  scroll-padding-top: 80px;
}

/* 푸터 배경색 */
.site-footer {
  background-color: #1e3a5f;
  color: #cbd5e0;
}

.site-footer a {
  color: #90cdf4;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer .widget-title {
  color: #ffffff;
  border-bottom: 2px solid #2b6cb0;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.site-footer p,
.site-footer li {
  color: #cbd5e0;
}

/* Copyright 영역 */
.site-footer .site-info {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 16px 0;
  color: #a0aec0;
  font-size: 13px;
  text-align: center;
}






