@charset "utf-8";
/* CSS Document */
/**
 * custom css 입니다. 추가적인 css 는 여기에 작성을 해주세요.
 */

/* ✅ 메인 배너 & WHAT WE DO만 1600px 풀폭 */
.slider_wrap,
.main-wide-bn {
    width: 1600px !important;
    max-width: none !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

/* ✅ 배너 이미지가 잘리지 않도록 */
.slider_wrap img,
.main-wide-bn img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* ✅ 카테고리 메뉴 줄바꿈 방지 */
#category .cate-main > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

/* ✅ 사이트 전체는 기존 레이아웃 유지 */
html, body {
    overflow-x: hidden !important;
}