/* PC·모바일 쇼핑몰이 함께 사용하는 하단 정보 영역 */
#ft.store-footer {
    margin:0 auto;
    padding:64px 40px 28px;
    border-top:1px solid #f1f1f1;
    background:#fff;
    color:#969696;
    text-align:left;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;
    font-size:14px;
    line-height:1.85;
    letter-spacing:-0.025em;
}
#ft.store-footer .store-footer__inner {width:100%;max-width:1600px;margin:0 auto}
#ft.store-footer .store-footer__grid {display:grid;grid-template-columns:minmax(0,1.9fr) minmax(0,1fr) minmax(0,1fr);gap:64px}
#ft.store-footer section {min-width:0;overflow-wrap:anywhere}
#ft.store-footer h2 {position:static;margin:0 0 22px;padding:0;overflow:visible;color:#111;font-family:inherit;font-size:18px;font-weight:700;line-height:1.4;text-indent:0;letter-spacing:-0.04em}
#ft.store-footer b {font-weight:650}
#ft.store-footer a {color:inherit;text-decoration:none}
#ft.store-footer a:hover {color:#222}
#ft.store-footer a:focus-visible {outline:2px solid #666;outline-offset:4px}
#ft.store-footer .store-footer__line span {display:inline-block;margin-right:10px}
#ft.store-footer .store-footer__line b {margin-right:4px}
#ft.store-footer .store-footer__contact, #ft.store-footer .store-footer__payment {margin:0 0 16px}
#ft.store-footer .store-footer__contact b {margin-right:8px}
#ft.store-footer .store-footer__bottom {display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:44px;padding-top:22px;border-top:1px solid #f1f1f1;font-size:12px;color:#999}
#ft.store-footer .store-footer__links {display:flex;flex-wrap:wrap;gap:8px 22px}
#ft.store-footer small {font-size:inherit}
@media (max-width:1024px) {
    #ft.store-footer {padding:44px 28px 24px}
    #ft.store-footer .store-footer__grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 40px}
    #ft.store-footer .store-footer__company {grid-column:1/-1}
    #ft.store-footer .store-footer__bottom {align-items:flex-start;flex-direction:column;gap:12px;margin-top:32px}
}
@media (max-width:560px) {
    #ft.store-footer {padding:36px 20px 24px;font-size:13px}
    #ft.store-footer .store-footer__grid {grid-template-columns:minmax(0,1fr);gap:28px}
    #ft.store-footer h2 {margin-bottom:14px;font-size:16px}
    #ft.store-footer .store-footer__contact, #ft.store-footer .store-footer__payment {margin-bottom:10px}
    #ft.store-footer .store-footer__links {gap:8px 16px}
}
