title: "야놀자 10월 할인코드 모음! 2024년 숙소 예약 최대 15% 프로모션"
description: "2024년 숙소 예약 최대 15% 프로모션"
ogImage: "<https://i.postimg.cc/dVXBX9my/image.png>"
<aside> 1️⃣
할인코드 확인 버튼 클릭
</aside>
<aside> 2️⃣
코드 복사 후 사이트로 이동하여 사용
</aside>
<aside> ⚠️
아래 전용 링크를 통해 접속해야 할인이 적용됩니다.
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" width="40px" />
최대 10% 할인쿠폰
최대 5만원 할인
호텔, 펜션, 리조트 등 적용 가능
D-15 미리 예약 시 최대 10%
D-1 미리 예약 시 최대 5%
쿠폰 발급 기간 : 24.10.02 - 10.31
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>할인 코드 버튼</title>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 45px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #0E4194;
border-color: #0E4194;
transition: 300ms;
border-radius: 10px; /* 스타일에서 반영한 부분 */
}
.hello-world:hover {
background-color: #f4f4f4;
color: #0E4194;
}
.hello-world.clicked {
background-color: #f4f4f4; /* 클릭 후 버튼 색상 변경 */
color: #0E4194;
}
</style>
</head>
<body style="background-color: transparent;">
<button class="hello-world" id="discountButton"><span>할인코드 확인</span></button>
<script>
const button = document.getElementById('discountButton');
const code = "ABCDE";
button.addEventListener('click', async () => {
// 텍스트 복사
await navigator.clipboard.writeText(code);
// 버튼 상태 변경
button.classList.add('clicked');
// 할인코드 표시
button.querySelector('span').textContent = code;
// 팝업창 표시
alert('코드 복사가 완료되었습니다. 붙여넣기하여 사용하세요.');
// 새로운 탭으로 이동
window.open('<https://www.naver.com>', '_blank');
});
</script>
</body>
</html>
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" width="40px" />

숙박페스타 3만원 할인
매일 오전 10시 선착순 발급
쿠폰 발급 기간 : 24.08.27 - 11.17
숙박 가능 기간 : 24.09.09 - 11.24
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>프로모션 바로가기 버튼</title>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 45px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #0E4194;
border-color: #0E4194;
transition: 300ms;
border-radius: 10px; /* 스타일에서 반영한 부분 */
}
.hello-world:hover {
background-color: #f4f4f4;
color: #0E4194;
}
.hello-world.clicked {
background-color: #f4f4f4; /* 클릭 후 버튼 색상 변경 */
color: #0E4194;
}
</style>
</head>
<body style="background-color: transparent;">
<button class="hello-world" id="promotionButton"><span>프로모션 확인</span></button>
<script>
const button = document.getElementById('promotionButton');
// 클릭 이벤트 추가
button.addEventListener('click', function() {
// 버튼 상태 변경
button.classList.add('clicked');
// 새로운 탭으로 이동
window.open('<https://www.naver.com>', '_blank');
});
</script>
</body>
</html>
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" width="40px" />
가을 단풍 여행 10% 할인
추가 결제 할인 + 코인 페이백
쿠폰 발급 기간 : 24.10.02 - 10.31
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>프로모션 바로가기 버튼</title>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 45px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #0E4194;
border-color: #0E4194;
transition: 300ms;
border-radius: 10px; /* 스타일에서 반영한 부분 */
}
.hello-world:hover {
background-color: #f4f4f4;
color: #0E4194;
}
.hello-world.clicked {
background-color: #f4f4f4; /* 클릭 후 버튼 색상 변경 */
color: #0E4194;
}
</style>
</head>
<body style="background-color: transparent;">
<button class="hello-world" id="promotionButton"><span>프로모션 확인</span></button>
<script>
const button = document.getElementById('promotionButton');
// 클릭 이벤트 추가
button.addEventListener('click', function() {
// 버튼 상태 변경
button.classList.add('clicked');
// 새로운 탭으로 이동
window.open('<https://www.naver.com>', '_blank');
});
</script>
</body>
</html>
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" width="40px" />
신규 회원 전용 할인
국내 숙박 10% 할인 쿠폰
유효기간 : 발급일로부터 30일
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>프로모션 바로가기 버튼</title>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 45px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #0E4194;
border-color: #0E4194;
transition: 300ms;
border-radius: 10px; /* 스타일에서 반영한 부분 */
}
.hello-world:hover {
background-color: #f4f4f4;
color: #0E4194;
}
.hello-world.clicked {
background-color: #f4f4f4; /* 클릭 후 버튼 색상 변경 */
color: #0E4194;
}
</style>
</head>
<body style="background-color: transparent;">
<button class="hello-world" id="promotionButton"><span>프로모션 확인</span></button>
<script>
const button = document.getElementById('promotionButton');
// 클릭 이벤트 추가
button.addEventListener('click', function() {
// 버튼 상태 변경
button.classList.add('clicked');
// 새로운 탭으로 이동
window.open('<https://www.naver.com>', '_blank');
});
</script>
</body>
</html>
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" width="40px" />

겨울 얼리버드 10% 할인
최대 15만원 할인 쿠폰
쿠폰 발급 기간 : 24.08.27 - 10.31
숙박 가능 기간 : 24.09.09 - 12.31
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>프로모션 바로가기 버튼</title>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 45px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #0E4194;
border-color: #0E4194;
transition: 300ms;
border-radius: 10px; /* 스타일에서 반영한 부분 */
}
.hello-world:hover {
background-color: #f4f4f4;
color: #0E4194;
}
.hello-world.clicked {
background-color: #f4f4f4; /* 클릭 후 버튼 색상 변경 */
color: #0E4194;
}
</style>
</head>
<body style="background-color: transparent;">
<button class="hello-world" id="promotionButton"><span>프로모션 확인</span></button>
<script>
const button = document.getElementById('promotionButton');
// 클릭 이벤트 추가
button.addEventListener('click', function() {
// 버튼 상태 변경
button.classList.add('clicked');
// 새로운 탭으로 이동
window.open('<https://www.naver.com>', '_blank');
});
</script>
</body>
</html>
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/69c37447-edcf-4757-815a-0036546f86c9/bafb4d55-d1fe-4990-a764-549416e7cb86/대지_3.png" width="40px" />
결제 추가 10% 할인
토스머니: 최대 5,000원 할인
네이버페이: 최대 1,000원 할인
카카오페이머니: 최대 5,000원 할인
카카오페이xNH농협카드: 4,000원 할인
PAYCO: 3,000원 할인
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>프로모션 바로가기 버튼</title>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 45px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #0E4194;
border-color: #0E4194;
transition: 300ms;
border-radius: 10px; /* 스타일에서 반영한 부분 */
}
.hello-world:hover {
background-color: #f4f4f4;
color: #0E4194;
}
.hello-world.clicked {
background-color: #f4f4f4; /* 클릭 후 버튼 색상 변경 */
color: #0E4194;
}
</style>
</head>
<body style="background-color: transparent;">
<button class="hello-world" id="promotionButton"><span>프로모션 확인</span></button>
<script>
const button = document.getElementById('promotionButton');
// 클릭 이벤트 추가
button.addEventListener('click', function() {
// 버튼 상태 변경
button.classList.add('clicked');
// 새로운 탭으로 이동
window.open('<https://www.naver.com>', '_blank');
});
</script>
</body>
</html>
</aside>