/* BASIC css start */
/* =========================================================
   MO 기본 하단 — 상단·메뉴와 톤 통일
   ========================================================= */
#footer{width:100%; min-width:320px; max-width:850px; margin:80px auto 0; padding:40px 20px 32px; box-sizing:border-box; background:#f7f7f7; color:#111;}
#footer *{box-sizing:border-box;}

/* 고객센터 */
#footer .ft_label{font-size:11px; font-weight:800; color:#999; letter-spacing:1.5px; margin-bottom:8px;}
#footer .ft_tel{display:inline-block; font-size:24px; font-weight:800; color:#111; letter-spacing:-0.5px;}
#footer .ft_hours{margin-top:8px; font-size:12.5px; line-height:1.7; color:#888;}
#footer .ft_btns{display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-top:18px;}
#footer .ft_btns a{display:block; height:40px; line-height:38px; text-align:center; border:1px solid #e0e0e0; border-radius:8px; background:#fff; font-size:12px; font-weight:700; color:#111; letter-spacing:.5px;}

/* 약관 링크 */
#footer .ft_links{display:flex; flex-wrap:wrap; align-items:center; margin-top:28px; padding-top:24px; border-top:1px solid #e8e8e8;}
#footer .ft_links li+li:before{content:""; display:inline-block; width:1px; height:10px; background:#ccc; margin:0 10px; vertical-align:middle;}
#footer .ft_links a{font-size:12.5px; color:#666;}
#footer .ft_links a strong{font-weight:700; color:#111;}

/* 사업자 정보 (접이식) */
#footer .ft_info{margin-top:16px;}
#footer .ft_toggle{display:inline-flex; align-items:center; gap:6px; padding:0; border:none; background:none; font-size:12.5px; font-weight:600; color:#666; cursor:pointer;}
#footer .ft_toggle i{display:inline-block; width:6px; height:6px; border-right:1.5px solid #888; border-bottom:1.5px solid #888; transform:rotate(45deg); margin-top:-3px; transition:transform .25s, margin .25s;}
#footer .ft_info.open .ft_toggle i{transform:rotate(-135deg); margin-top:3px;}
#footer .ft_detail{display:none; margin-top:10px;}
#footer .ft_info.open .ft_detail{display:block;}
#footer .ft_detail li{font-size:12px; line-height:1.8; color:#999; word-break:keep-all;}
#footer .ft_detail li a{color:#666; text-decoration:underline; text-underline-offset:2px; margin-left:4px;}

/* 패밀리 사이트 */
#footer .ft_family{margin-top:24px;}
#footer .ft_family select{width:100%; height:44px; padding:0 40px 0 14px; border:1px solid #e0e0e0; border-radius:8px; background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.8'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center / 16px; -webkit-appearance:none; appearance:none; font-size:13px; font-weight:700; color:#111; letter-spacing:.5px;}

/* 저작권 */
#footer .ft_copy{margin-top:20px; font-size:11px; color:#aaa; letter-spacing:.3px;}
/* BASIC css end */

