카테고리 없음

하이마트 해운대점 오픈임박 D-8!!

조불이 2025. 5. 28. 14:41
반응형
<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>🎉 롯데하이마트 해운대점 드디어 D-8! 6월 6일 정식 오픈 임박 🎉</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <style>
        .gradient-bg {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        .countdown-box {
            background: linear-gradient(45deg, #ff6b6b, #feca57);
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        .brand-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .brand-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .price-highlight {
            background: linear-gradient(45deg, #ff9a9e, #fecfef);
        }
    </style>
</head>
<body class="bg-gray-50 font-sans">
    <div class="max-w-4xl mx-auto bg-white shadow-lg">
        <!-- Header -->
        <div class="gradient-bg text-white p-8 text-center">
            <h1 class="text-4xl font-bold mb-4">
                <i class="fas fa-store mr-3"></i>
                롯데하이마트 해운대점 드디어 오픈!
            </h1>
            <div class="countdown-box text-black p-4 rounded-lg inline-block mb-4">
                <span class="text-3xl font-bold">D-8</span>
                <span class="text-lg ml-2">남았습니다!</span>
            </div>
            <p class="text-xl">6월 6일 정식 오픈 🎊</p>
        </div>

        <!-- Main Content -->
        <div class="p-8">
            <!-- Opening News -->
            <section class="mb-8">
                <h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
                    <i class="fas fa-bullhorn text-red-500 mr-3"></i>
                    드디어 해운대에 가전쇼핑의 성지가 온다!
                </h2>
                <p class="text-gray-700 leading-relaxed mb-4">
                    부산 해운대 지역 주민 여러분들이 그토록 기다려온 롯데하이마트 해운대점이 드디어 6월 6일 정식 오픈을 앞두고 있습니다! 
                    오픈을 일주일 앞둔 지금, 벌써부터 뜨거운 관심을 받고 있는 이유가 무엇일까요? 바로 역대급 할인 혜택과 전국 최초로 선보이는 
                    특별한 서비스들 때문입니다.
                </p>
                <div class="bg-blue-50 border-l-4 border-blue-400 p-4 rounded">
                    <p class="text-blue-800 font-semibold">
                        <i class="fas fa-map-marker-alt mr-2"></i>
                        위치: 부산 해운대구 해운대로 767번길 8 (장산역 14번 출구 도보 2분)
                    </p>
                </div>
            </section>

            <!-- Special Benefits -->
            <section class="mb-8">
                <h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
                    <i class="fas fa-gift text-purple-500 mr-3"></i>
                    오픈 기념 역대급 혜택 라인업
                </h2>
                
                <div class="grid md:grid-cols-2 gap-6 mb-6">
                    <div class="brand-card bg-gradient-to-r from-blue-500 to-purple-600 text-white p-6 rounded-lg">
                        <h3 class="text-xl font-bold mb-3">
                            <i class="fas fa-shield-alt mr-2"></i>
                            전국최저가 보장
                        </h3>
                        <p class="text-sm">다른 매장보다 비싸면 차액을 돌려드립니다! 구매 후 3일 이내 동일 모델 더 저렴한 견적서 제시 시 할인 혜택을 받으실 수 있습니다.</p>
                    </div>
                    
                    <div class="brand-card bg-gradient-to-r from-red-500 to-pink-500 text-white p-6 rounded-lg">
                        <h3 class="text-xl font-bold mb-3">
                            <i class="fas fa-tags mr-2"></i>
                            히든프라이스 행사
                        </h3>
                        <p class="text-sm">오픈 기념 특별가로만 만날 수 있는 숨겨진 가격! 일반 매장에서는 절대 볼 수 없는 파격적인 할인가를 제공합니다.</p>
                    </div>
                </div>
            </section>

            <!-- Brand Packages -->
            <section class="mb-8">
                <h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
                    <i class="fas fa-star text-yellow-500 mr-3"></i>
                    브랜드별 오픈 특가 패키지
                </h2>
                
                <div class="bg-gray-50 p-6 rounded-lg mb-4">
                    <div class="grid md:grid-cols-2 gap-4">
                        <div class="bg-white p-4 rounded border-2 border-blue-200">
                            <h4 class="font-bold text-lg text-blue-600 mb-2">
                                <i class="fab fa-samsung mr-2"></i>삼성전자 패키지
                            </h4>
                            <p class="text-sm text-gray-600">비스포크 냉장고, 세탁기, 에어드레서 등 프리미엄 라인업을 오픈 특가로 만나보세요.</p>
                        </div>
                        <div class="bg-white p-4 rounded border-2 border-red-200">
                            <h4 class="font-bold text-lg text-red-600 mb-2">
                                <i class="fas fa-tv mr-2"></i>LG전자 패키지
                            </h4>
                            <p class="text-sm text-gray-600">오브제 컬렉션, 올레드 TV, 트롬 세탁기까지 LG 대표 제품들의 특별 혜택.</p>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Service Centers -->
            <section class="mb-8">
                <h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
                    <i class="fas fa-tools text-green-500 mr-3"></i>
                    해운대 최초! 프리미엄 서비스센터 입점
                </h2>
                
                <div class="grid md:grid-cols-2 gap-4 mb-4">
                    <div class="price-highlight p-4 rounded-lg">
                        <h4 class="font-bold text-lg mb-2">
                            <i class="fas fa-wind mr-2"></i>다이슨 서비스센터
                        </h4>
                        <ul class="text-sm space-y-1">
                            <li>• 다이슨 에어랩 오픈 초특가</li>
                            <li>• 무선청소기 V15 시리즈 할인</li>
                            <li>• 현장 A/S 및 무료 점검 서비스</li>
                        </ul>
                    </div>
                    
                    <div class="price-highlight p-4 rounded-lg">
                        <h4 class="font-bold text-lg mb-2">
                            <i class="fas fa-robot mr-2"></i>로보락 서비스센터
                        </h4>
                        <ul class="text-sm space-y-1">
                            <li>• 로봇청소기 S8 시리즈 특가</li>
                            <li>• 물걸레 로봇청소기 체험존</li>
                            <li>• 전문 기사 현장 설치 서비스</li>
                        </ul>
                    </div>
                </div>
            </section>

            <!-- Premium Products -->
            <section class="mb-8">
                <h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
                    <i class="fas fa-crown text-yellow-600 mr-3"></i>
                    프리미엄 브랜드 오픈 초특가
                </h2>
                
                <div class="bg-gradient-to-r from-purple-100 to-pink-100 p-6 rounded-lg">
                    <div class="grid md:grid-cols-3 gap-4 text-center">
                        <div>
                            <h4 class="font-bold text-purple-700 mb-2">코지마 안마의자</h4>
                            <p class="text-sm text-gray-600">일본 프리미엄 안마의자<br>오픈 특가 진행</p>
                        </div>
                        <div>
                            <h4 class="font-bold text-purple-700 mb-2">세라젬 안마의자</h4>
                            <p class="text-sm text-gray-600">온열 마사지의 선두주자<br>체험 후 구매 가능</p>
                        </div>
                        <div>
                            <h4 class="font-bold text-purple-700 mb-2">다이슨 에어랩</h4>
                            <p class="text-sm text-gray-600">헤어 스타일링의 혁신<br>런칭 기념 할인가</p>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Contact Information -->
            <section class="mb-8">
                <h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
                    <i class="fas fa-phone text-blue-500 mr-3"></i>
                    매장 정보 및 문의
                </h2>
                
                <div class="bg-blue-50 p-6 rounded-lg">
                    <div class="grid md:grid-cols-2 gap-6">
                        <div>
                            <h4 class="font-bold text-lg mb-3 text-blue-700">매장 정보</h4>
                            <p class="mb-2">
                                <i class="fas fa-map-marker-alt text-red-500 mr-2"></i>
                                <strong>주소:</strong> 부산 해운대구 해운대로 767번길 8
                            </p>
                            <p class="mb-2">
                                <i class="fas fa-phone text-green-500 mr-2"></i>
                                <strong>매장 전화:</strong> 051-743-0018
                            </p>
                            <p class="mb-2">
                                <i class="fas fa-calendar text-purple-500 mr-2"></i>
                                <strong>정식 오픈:</strong> 2025년 6월 6일
                            </p>
                        </div>
                        <div>
                            <h4 class="font-bold text-lg mb-3 text-blue-700">상담 문의</h4>
                            <p class="mb-2">
                                <i class="fas fa-user-tie text-blue-500 mr-2"></i>
                                <strong>조현보 팀장</strong>
                            </p>
                            <p class="mb-2">
                                <i class="fas fa-mobile-alt text-green-500 mr-2"></i>
                                <strong>직통 연락처:</strong> 010-3185-0294
                            </p>
                            <p class="text-sm text-gray-600 mt-3">
                                사전 상담 및 예약 구매 문의 환영합니다!
                            </p>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Closing -->
            <section class="text-center bg-gradient-to-r from-green-400 to-blue-500 text-white p-6 rounded-lg">
                <h3 class="text-2xl font-bold mb-3">
                    <i class="fas fa-rocket mr-2"></i>
                    가전구매의 새로운 패러다임이 시작됩니다!
                </h3>
                <p class="text-lg mb-4">
                    해운대 최초의 프리미엄 가전 복합 매장으로 태어나는 롯데하이마트 해운대점에서 
                    특별한 쇼핑 경험을 만나보세요. 6월 6일, 여러분을 기다리고 있겠습니다!
                </p>
                <div class="text-sm opacity-90">
                    "가전구매의 성지에서 만나는 진짜 혜택, 놓치지 마세요! 🎯"
                </div>
            </section>
        </div>

        <!-- Footer -->
        <div class="bg-gray-800 text-white text-center p-4">
            <p class="text-sm">
                <i class="fas fa-heart text-red-400 mr-1"></i>
                롯데하이마트 해운대점과 함께하는 특별한 가전 쇼핑의 시작
            </p>
        </div>
    </div>
</body>
</html>
반응형