TIME INFO

MON-FRI · AM 09:00 ~ PM 06:00
LUNCH · PM 12:00 - PM 01:00
SAT.SUN.HOLIDAY OFF

COMPANY INFO


-업체명: Native

-사업자 번호: 771-36-01129

-통신판매신고번호:2023-전남해남-0086

-주소:전라남도 해남군 삼산면 가재길 56

-대표자명: 김성유

-메일:kimyuel7737@gmail.com

-대표 전화번호: 010-2445-7737


(function () { // 바꿀 표시명 const NEW_LABEL = '카드결제/토스/카카오페이 등등'; function replaceCardLabel(root=document) { // 결제수단 영역 안의 라벨만 스캔(오탐 최소화) const scopes = root.querySelectorAll( '[id*="pay"],[class*="pay"],[id*="order"],[class*="order"],fieldset' ); scopes.forEach(scope => { // 결제수단 라디오 라벨들 scope.querySelectorAll('label').forEach(label => { const hasRadio = !!label.querySelector('input[type="radio"]'); if (!hasRadio) return; // 라벨 내부에서 "신용카드"만 정확히 매칭 const textNode = Array.from(label.querySelectorAll('span,em,strong,b')) .find(el => el.textContent.trim() === '신용카드'); if (textNode && textNode.textContent.trim() !== NEW_LABEL) { textNode.textContent = NEW_LABEL; } // 혹시 span 없이 라벨 자체가 텍스트일 때 else if (!textNode && label.childNodes.length === 1 && label.textContent.trim() === '신용카드') { label.textContent = NEW_LABEL; } }); }); } // 초기 실행 + 동적 렌더링 대응 const runSafe = () => { try { replaceCardLabel(); } catch (e) {} }; document.addEventListener('DOMContentLoaded', runSafe); window.addEventListener('load', runSafe); runSafe(); // SPA/동적 갱신 대응(아임웹 일부 스킨은 결제 단계에서 DOM 재그림) const mo = new MutationObserver(muts => runSafe()); mo.observe(document.documentElement, { childList: true, subtree: true }); })(); 카카오톡 채널 채팅하기 버튼