/* BASIC css start */
#footer .partners{width:1200px; margin:17px auto 0;}
/* 기존 상단 링크·삼각형 TOP 영역 전체 삭제 */
#footer .tail_link {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#footer .tail_link .goTop {
    display: none !important;
}
/* 기존 테마의 진한 푸터 선 제거 */
#footer {
    border-top: 0 !important;
}

#footer::before,
#footer::after {
    border: 0 !important;
}

/* 푸터 상단 전체 너비 연한 구분선 */
#footer .inner {
    position: relative;
    padding-top: 10px;
    border-top: 0 !important;
}

#footer .inner::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #eeeeee;
    content: "";
    transform: translateX(-50%);
}

/* 회색 배경 제거 */
#footer .inner,
#footer .xans-layout-footer,
#footer .footer-renew {
    background: #fff !important;
}

/* 전체 푸터 */
#footer .footer-renew {
    display: flex;
    justify-content: space-between;
    width: 1400px !important;
    min-height: 410px;
    margin: 0 auto !important;
    padding: 35px 0px 55px;
    box-sizing: border-box;
    color: #707070;
}

/* 왼쪽 */
#footer .footer-renew-left {
    width: 650px;
}

/* 푸터 전체 프리텐다드 적용 */
#footer,
#footer * {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, "Noto Sans KR",
                 sans-serif !important;
}

/* OBELEE 텍스트 로고 */
#footer .footer-text-logo {
    margin: 0 0 28px;
    color: #222;
    font-family: "Pretendard", sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
}

#footer .footer-return {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 1.7;
}

#footer .footer-return p {
    margin: 0 0 3px;
}

#footer .footer-heading {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

#footer .footer-small {
    color: #888;
}

/* 반품 주소 아래 약관 메뉴 */
#footer .footer-policy-menu {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

#footer .footer-policy-menu a {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#footer .footer-policy-menu a + a::before {
    display: inline-block;
    margin: 0 15px;
    color: #ccc;
    content: "|";
}

/* 회사 정보 */
#footer .footer-company {
    font-size: 12px;
    line-height: 1.8;
}

#footer .footer-company p {
    margin: 0;
}

#footer .footer-company a {
    color: inherit;
}

#footer .footer-divider {
    padding: 0 9px;
    color: #aaa;
}

#footer .footer-copyright {
    margin-top: 8px !important;
    font-size: 10px;
    color: #999;
}

/* 오른쪽 전체 */
#footer .footer-renew-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 680px;
}

/* SHOP MENU는 고정하고 반품 주소·입금계좌 간격 넓히기 */
#footer .footer-right-top {
    display: grid !important;
    grid-template-columns: 280px 225px 120px !important;
    justify-content: space-between !important;
    align-items: start !important;

    width: 680px !important;
margin-left: 0 !important;
    column-gap: 0 !important;
}

/* 1800-9577 왼쪽으로 이동한 반품 주소 */
#footer .footer-right-top .footer-return {
    width: 280px;
    margin: 0;
}

#footer .footer-customer {
    width: 225px;
    font-size: 12px;
    line-height: 1.7;
}

#footer .footer-tel {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

/* MENU */
#footer .footer-menu {
    display: flex;
    flex-direction: column;
    width: 100px;
}

#footer .footer-menu-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

#footer .footer-menu a {
    display: block;
    margin-bottom: 9px;
    color: #707070;
    font-size: 12px;
    text-decoration: none;
}

#footer .footer-menu a:hover,
#footer .footer-policy-menu a:hover {
    color: #222;
}


/* 푸터 글씨 전체 검정색 */
#footer .footer-renew,
#footer .footer-renew p,
#footer .footer-renew span,
#footer .footer-renew a,
#footer .footer-renew div {
    color: #111 !important;
}

/* 1800-9577 아래 안내 글씨 */
#footer .footer-customer {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

/* MENU 아래 HOME, 공지사항, 이벤트, Q&A */
#footer .footer-menu a {
    margin-bottom: 11px;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.5;
}

/* 작은 회사정보와 저작권도 검정색 */
#footer .footer-small,
#footer .footer-company,
#footer .footer-copyright {
    color: #111 !important;
}
/* '반품 주소' 제목 크게 */
#footer .footer-return .footer-heading {
    font-size: 16px !important;
    line-height: 1.5 !important;
}


/* '반품이나 교환을 원하실 경우' 문구는 기존 크기 유지 */
#footer .footer-return .footer-small {
    font-size: 12px !important;
    line-height: 1.7 !important;
}
#footer .footer-return > p:not(.footer-heading):not(.footer-small) {
    margin-bottom: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
}
/* 위·아래 이동 버튼 전체 위치 */
.page-scroll-buttons {
    position: fixed !important;
    right: 28px !important;
    bottom: 45px !important;
    z-index: 99999 !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

/* 원형 버튼 */
.page-scroll-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;
    background: #222 !important;

    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;

    cursor: pointer !important;
    overflow: visible !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease !important;
}

/* SVG 화살표 */
.page-scroll-button svg {
    display: block !important;
    position: static !important;

    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
}

.page-scroll-button svg path {
    display: block !important;
    stroke: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 마우스 효과 */
.page-scroll-button:hover {
    background: #000 !important;
    transform: translateY(-2px);
}

.page-scroll-button:focus-visible {
    outline: 2px solid #111 !important;
    outline-offset: 3px;
}
/* 반품 주소 / 1800-9577 / MENU 윗선 정렬 */
#footer .footer-right-top {
    align-items: start !important;
}

#footer .footer-right-top .footer-return,
#footer .footer-right-top .footer-customer,
#footer .footer-right-top .footer-menu {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#footer .footer-return .footer-heading,
#footer .footer-customer .footer-tel,
#footer .footer-menu .footer-menu-title {
    margin-top: 0 !important;
}


/* 회사 정보와 약관 메뉴 사이 간격 */
#footer .footer-renew-left .footer-policy-menu {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
/* 왼쪽 입금계좌 영역 */
#footer .footer-bank-info {
    margin: 0 0 30px;
}

/* 입금계좌 대문구 */
#footer .footer-bank-title {
    margin: 0 0 14px !important;
    color: #111 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

/* 은행명과 계좌번호 */
#footer .footer-bank-account {
    margin: 0 0 6px !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 예금주 */
#footer .footer-bank-owner {
    margin: 0 !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
/* ==================================================
   입금계좌 / 반품 주소 / 고객센터 공통 정렬
================================================== */

/* 세 구좌 위쪽 시작선 통일 */
#footer .footer-renew {
    align-items: flex-start !important;
}

#footer .footer-bank-info,
#footer .footer-right-top .footer-return,
#footer .footer-right-top .footer-customer {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 세 구좌 대문구 통일 */
#footer .footer-bank-title,
#footer .footer-return .footer-heading,
#footer .footer-customer .footer-tel {
    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #111 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
}

/* 계좌번호와 반품 실제 주소: 강조 문구 */
#footer .footer-bank-account,
#footer .footer-return > p:not(.footer-heading):not(.footer-small) {
    margin: 0 0 7px !important;

    color: #111 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    letter-spacing: -0.2px !important;
}

/* 기본 안내 문구 통일 */
#footer .footer-bank-owner,
#footer .footer-return .footer-small,
#footer .footer-customer > p:not(.footer-tel) {
    margin: 0 !important;

    color: #111 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    letter-spacing: -0.1px !important;
}

/* 반품 주소의 강제 줄바꿈 간격 정상화 */
#footer .footer-return p br,
#footer .footer-customer p br {
    line-height: inherit !important;
}
/* 고객센터와 회사 정보 사이 간격 */
#footer .footer-renew-left .footer-company {
    margin-top: 60px !important;
}
/* 왼쪽으로 이동한 고객센터 */
#footer .footer-renew-left .footer-customer {
    position: relative !important;
    top: 0 !important;
    width: 225px !important;
    margin: 0 !important;
}

/* 오른쪽으로 이동한 입금계좌 */
#footer .footer-right-top .footer-bank-info {
    width: 225px !important;
    margin: 0 !important;
}
/* 반품 주소·입금계좌 제목만 작게 */
#footer .footer-return .footer-heading,
#footer .footer-bank-info .footer-bank-title {
    font-size: 20px !important;
}
/* 네 구좌 제목 아래 문구 시작선 통일 */
#footer .footer-customer .footer-tel,
#footer .footer-return .footer-heading,
#footer .footer-bank-info .footer-bank-title,
#footer .footer-menu .footer-menu-title {
    display: block !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
}

/* 제목 바로 아래 첫 문구의 기본 여백 제거 */
#footer .footer-customer > p:not(.footer-tel),
#footer .footer-return > p:not(.footer-heading),
#footer .footer-bank-info > p:not(.footer-bank-title),
#footer .footer-menu > a:first-of-type {
    margin-top: 0 !important;
}
/* 오른쪽 아래 SNS 위치 기준 */
#footer .footer-renew {
    position: relative !important;
}

/* 푸터 오른쪽 아래 끝에 배치 */
#footer .footer-corner-sns {
    position: absolute !important;
    right: 0 !important;
    bottom: 45px !important;
    z-index: 2;

    display: flex !important;
    align-items: center;
    gap: 8px;

    margin: 0 !important;
    padding: 0 !important;
}

/* 검은색 원형 아이콘 */
#footer .footer-corner-sns__button {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50%;
    background: #111;
    color: #fff !important;
    text-decoration: none;
}

/* 아이콘 SVG */
#footer .footer-corner-sns__button svg {
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    color: #fff !important;
}

/* 블로그 B */
#footer .footer-corner-sns__blog span {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

/* 마우스 효과 */
#footer .footer-corner-sns__button:hover {
    opacity: 0.65;
}


/* MENU 제목 */
#footer .footer-menu .footer-menu-title {
    width: auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

/* HOME, 공지사항, 이벤트, Q&A */
#footer .footer-menu > a {
    width: auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}
/* SHOP MENU와 아래 카테고리 왼쪽 정렬 */
#footer .footer-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 120px !important;
    text-align: left !important;
}

#footer .footer-menu .footer-menu-title {
    width: 100% !important;
    margin: 0 0 12px !important;
    text-align: left !important;
    white-space: nowrap;
}

#footer .footer-menu > a {
    width: 100% !important;
    margin: 0 0 9px !important;
    text-align: left !important;
}
/* SHOP MENU는 고정하고 앞의 두 구좌만 왼쪽으로 이동 */
#footer .footer-right-top .footer-return {
    transform: translateX(-50px) !important;
}

#footer .footer-right-top .footer-bank-info {
    transform: translateX(-25px) !important;
}

#footer .footer-right-top .footer-menu {
    transform: none !important;
}
/* BASIC css end */

