table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
베스트 4 제품
한국타이어 키너지 EX H308 225/55R17, 4개, 출장장착
1위 상품 후기
품명 및 모델명 | 한국타이어 키너지 EX H308 225/55R17, 4개, 출장장착 |
---|---|
가격 | 403,200원 |
할인율 | 31% |
평점 | 5.0 (24명) |
적립금 | 최대 20,160원 적립 |
한국타이어 옵티모 H426 235/60R18, 2개, 출장장착
2위 상품 후기
품명 및 모델명 | 한국타이어 옵티모 H426 235/60R18, 2개, 출장장착 |
---|---|
가격 | 240,340원 |
할인율 | 17% |
평점 | 5.0 (52명) |
적립금 | 최대 12,017원 적립 |
지게차타이어 1200-20 국산 한국타이어 튜브 오비 포함 15톤 16톤 지게차 덤프타이어, 1개
3위 상품 후기
품명 및 모델명 | 지게차타이어 1200-20 국산 한국타이어 튜브 오비 포함 15톤 16톤 지게차 덤프타이어, 1개 |
---|---|
가격 | 760,000원 |
할인율 | 없음 |
평점 | 없음 (없음명) |
적립금 | 최대 38,000원 적립 |
한국타이어 옵티모 H426 245/45R18, 2개, 출장장착
4위 상품 후기
품명 및 모델명 | 한국타이어 옵티모 H426 245/45R18, 2개, 출장장착 |
---|---|
가격 | 215,800원 |
할인율 | 8% |
평점 | 5.0 (155명) |
적립금 | 최대 10,790원 적립 |
#alret-custom::after {
content: “이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.”;
white-space: pre-wrap;
font-family: ‘Noto Sans KR’, sans-serif;
font-size: 18px;
color: #d32f2f;
font-weight: 700;
text-align: center;
display: block;
margin-top: 40px;
padding: 10px;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 30px;
}
document.addEventListener(“DOMContentLoaded”, function() {
function getCoupangAffiliateId() {
const urlParams = new URLSearchParams(window.location.search);
return urlParams.get(‘coupang’);
}
function setCoupangAffiliateIdInCookie(id) {
document.cookie = “coupangAffiliateId=” + id + “; path=/; max-age=2592000”;
}
function getCoupangAffiliateIdFromCookie() {
const name = “coupangAffiliateId=”;
const decodedCookie = decodeURIComponent(document.cookie);
const ca = decodedCookie.split(‘;’);
for(let i = 0; i {
let url = new URL(link.href);
url.searchParams.set(‘coupang’, affiliateId);
link.href = url.toString();
});
}
}
updateCoupangLinks();
const observer = new MutationObserver(() => {
updateCoupangLinks();
});
observer.observe(document.body, { childList: true, subtree: true });
});