/* 2025.11. LHS */

.wp-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #eef1f6;
    z-index: 100000;
    display: flex;
    align-items: center;
}

.wp-header-bar-inner {
	max-width: 1440px;
	width: calc(100% - 20px);
	margin: 0 auto;
	height: 2rem;
	display: flex;
	align-items: center;
}
.wp-header-bar-text {
	margin-left: 8px;
	color: #0f0f0f;
}


/* ★★★ 모바일 숨김 ★★★ */
@media screen and (max-width: 1024px) {
    .wp-header-bar {
        display: none !important; 
    }
    #header2 {
        top: 0 !important;
    }
    .main-visual {
        margin-top: 126px !important;   
    }
}


/* #header2 {top: 32px !important;} */



  .lhs-gnb-spacer {
    height: 120px; /*슬라이드 상하 여백 조정 150px*/
    width: 100%;
    background: transparent;

  }

  .lhs-swiper {
    aspect-ratio: 16 / 10;
  }
  @media (max-width: 1024px) {
    .lhs-swiper { aspect-ratio: 4 / 3; }
  }
  @media (max-width: 640px) {
    .lhs-swiper { aspect-ratio: 1 / 1; }
  }

