@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

body {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.background-gray{
  background-color: #454545;
}
.background-default{
  background-color: #391c49;
}

/* 메인 메뉴 (최상위 네비게이션) */
.uk-scrollspy-nav > li.uk-active {
  position: relative;
}


.uk-scrollspy-nav > li.uk-active ::before {
  content: "";
  position: absolute;
  left: -10px; /* 바 위치 */
  top: 3px;
  height: 26px;
  width: 3px; /* 바의 두께 */
  background-color: #a300a3;
  border-radius: 2px;
}

.uk-scrollspy-nav li li.uk-active {
  position: relative;
}

.uk-scrollspy-nav li li.uk-active ::before {
  content: "";
  position: absolute;
  left: -10px; /* 바 위치 */
  top: 2px;
  bottom: 2px;
  width: 3px; /* 바의 두께 */
  background-color: #a300a3;
  border-radius: 2px;
}

@media (max-width: 640px) {
  .uk-logo {
    font-size: 1.3rem; /* 원하는 크기로 조절 */
  }
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* 고정 높이 설정 (필요 시 조절) */
  padding: 10px;
  box-sizing: border-box;
}

.logo-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}


.uk-icon {
    vertical-align: text-bottom; /* middle, top, or text-bottom 중 하나로 조정 */
}

.uk-link-underline-slide {
  position: relative;
  text-decoration: none !important;
}

.uk-link-underline-slide:hover {
  text-decoration: none !important; /* hover 시에도 underline 제거 */
}

.uk-link-underline-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.uk-link-underline-slide:hover::after {
  width: 100%;
}












.winter-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.1;
}

/* 2026 크게 */
.winter-logo .year {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

/* 오른쪽 텍스트는 세로로 */
.winter-logo .title {
  display: flex;
  flex-direction: column;
  font-size: 1.05rem;
  font-weight: 500;
}