<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>꿀팁 추천 정보  !  !</title>
    <link>https://nypdpct.tistory.com/</link>
    <description>꿀팁 추천 정보  !  !</description>
    <language>ko</language>
    <pubDate>Sun, 5 Apr 2026 14:10:08 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>꿀팁 추천 정보  !  !</managingEditor>
    <image>
      <title>꿀팁 추천 정보  !  !</title>
      <url>https://tistory1.daumcdn.net/tistory/8074307/attach/fe9aec1d61ba4b778f0bed93bf42374b</url>
      <link>https://nypdpct.tistory.com</link>
    </image>
    <item>
      <title>평점  따스함: 따라 읽기 스스로 읽기 함께 읽기:기초학력 향상을 위한 읽기 유창성 프로그램 템북 배송</title>
      <link>https://nypdpct.tistory.com/651</link>
      <description>        &lt;script&gt;
        document.addEventListener('DOMContentLoaded', function() {
            console.log('스크립트 로드됨');
            
            var rows = document.querySelectorAll('.product-comparison-table tbody tr');
            console.log('테이블 행 개수:', rows.length);
            
            rows.forEach(function(row, index) {
                console.log('행 ' + index + ' data-target:', row.getAttribute('data-target'));
                
                row.addEventListener('click', function(e) {
                    console.log('행 클릭됨:', e.target.tagName, e.target.className);
                    
                    if(e.target.closest('.new-card')) {
                        console.log('new-card 영역 클릭으로 링크 이동');
                        return;
                    }
                    
                    var target = this.getAttribute('data-target');
                    console.log('스크롤 이동할 타겟:', target);
                    
                    if(target) {
                        e.preventDefault();
                        e.stopPropagation();
                        
                        var targetElement = document.querySelector(target);
                        console.log('타겟 요소 찾음:', targetElement);
                        
                        if(targetElement) {
                            console.log('스크롤 이동 시작');
                            
                            var rect = targetElement.getBoundingClientRect();
                            var scrollTop = window.pageYOffset || document.documentElement.scrollTop;
                            var targetY = rect.top + scrollTop - 50;
                            
                            window.scrollTo({
                                top: targetY,
                                behavior: 'smooth'
                            });
                            
                            console.log('스크롤 완료, 이동 위치:', targetY);
                        } else {
                            console.log('타겟 요소를 찾을 수 없음:', target);
                        }
                    } else {
                        console.log('data-target 속성이 없음');
                    }
                });
            });
        });
        &lt;/script&gt;
        
        &lt;!-- 메타 태그 --&gt;
        &lt;meta name=&quot;description&quot; content=&quot;따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 겨울):기초학력 향상을 위한 읽기 유창성 프로그램, 템북 외 추천상품 모음 - 최저가 8,010원원부터 |   지금 바로 확인하세요!&quot; /&gt;
        &lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;
        &lt;meta property=&quot;og:title&quot; content=&quot;평점  따스함: 따라 읽기 스스로 읽기 함께 읽기:기초학력 향상을 위한 읽기 유창성 프로그램 템북 배송&quot; /&gt;
        &lt;meta property=&quot;og:description&quot; content=&quot;오늘의 추천 상품 특가 모음! 놓치지 마세요!&quot; /&gt;
        &lt;meta property=&quot;og:image&quot; content=&quot;https://thumbnail10.coupangcdn.com/thumbnails/remote/320x320ex/image/vendor_inventory/1039/ef1d96e88d07c74f75eb7d9848209e86ad5d3a60c9a13a07626ca14b6a26.png&quot; /&gt;

        &lt;!-- 개선된 CSS 스타일 --&gt;
        &lt;style&gt;
        .product-comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-family: 'Noto Sans KR', sans-serif;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .product-comparison-table th {
            background: linear-gradient(135deg, #e52528, #ff6b6b);
            color: white;
            padding: 15px 10px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        
        .product-comparison-table td {
            padding: 15px 10px;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }
        
        .product-comparison-table tr:hover {
            background-color: #fff8f8;
            transition: all 0.3s ease;
        }
        
        /* 이미지 버튼 스타일 */
        .image-button-card {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            margin: 0 auto;
        }
        
        .image-button-card:hover {
            transform: scale(1.05);
        }
        
        .image-button-text {
            color: white;
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
        }
        
        .product-title {
            font-weight: bold;
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            max-width: 200px;
            text-align: left;
        }
        
        .price-info {
            text-align: center;
        }
        
        .original-price {
            color: #999;
            text-decoration: line-through;
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
        }
        
        .current-price {
            color: #e52528;
            font-weight: bold;
            font-size: 16px;
            display: block;
        }
        
        .discount-rate {
            color: #ff6b6b;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
        }
        
        .features-list {
            text-align: left;
            font-size: 13px;
            line-height: 1.6;
        }
        
        .features-list li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 15px;
        }
        
        .features-list li:before {
            content: '✓';
            color: #e52528;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .buy-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .buy-button:hover, .buy-button:focus, .buy-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new2-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .new2-button:hover, .new2-button:focus, .new2-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
            cursor: pointer;
        }
        
        .detail-image-button {
            width: 100%;
            max-width: 200px;
            height: 150px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .detail-image-button:hover {
            transform: scale(1.05);
        }
        
        .detail-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            width: 100%;
            margin-top: 15px;
        }
        
        .detail-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
        }
        
        .product-comparison-table tbody tr {
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .product-comparison-table tbody tr:hover {
            background-color: #fff8f8;
        }
        
        .product-comparison-table tbody tr:hover td:not(:first-child):not(:last-child) {
            background-color: #fffafa;
        }
        
        .intro-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            text-align: center;
        }
        
        .intro-section h2 {
            color: #e52528;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .intro-section p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #e52528;
            display: inline-block;
            width: 100%;
        }
        
        .product-detail-section {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
        }
        
        .product-card h3 {
            color: #e52528;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            border-left: 5px solid #e52528;
            padding-left: 15px;
        }
        
        /* 개선된 상품 상세 레이아웃 */
        .product-detail-container {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 25px;
            align-items: start;
        }
        
        .product-image-section {
            text-align: center;
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
        }
        
        .product-detail-img {
            width: 100%;
            max-width: 200px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .product-detail-img:hover {
            transform: scale(1.05);
        }
        
        .product-info-section {
            flex: 1;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .spec-table th {
            background: #f8f9fa;
            padding: 12px 15px;
            font-weight: bold;
            color: #333;
            width: 30%;
            text-align: left;
            border-bottom: 1px solid #dee2e6;
        }
        
        .spec-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #dee2e6;
            color: #666;
        }
        
        .spec-table tr:last-child th,
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        
        .rating-section {
            background: #fff9f9;
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
            border-left: 4px solid #e52528;
        }
        
        .rating-stars {
            color: #ffc107;
            font-size: 18px;
            margin-right: 10px;
        }
        
        .affiliate-disclaimer {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            font-size: 13px;
            color: #666;
            margin: 30px 0;
            border: 1px solid #dee2e6;
        }
        
        /* 갤럭시 폴드4 접힌 상태 (좁은 화면) 최적화 */
        @media (max-width: 400px) {
            .product-comparison-table {
                font-size: 10px;
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .product-comparison-table table {
                min-width: 380px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 6px 3px;
                min-width: 70px;
            }
            
            .image-button-card {
                width: 60px;
                height: 60px;
            }
            
            .image-button-text {
                font-size: 9px;
            }
            
            .product-title {
                font-size: 10px;
                max-width: 120px;
                line-height: 1.2;
            }
            
            .features-list {
                font-size: 9px;
                margin: 0;
                padding-left: 12px;
            }
            
            .features-list li {
                margin-bottom: 2px;
                padding-left: 10px;
            }
            
            .current-price {
                font-size: 12px !important;
            }
            
            .original-price {
                font-size: 10px !important;
            }
            
            .discount-rate {
                font-size: 9px !important;
            }
            
            .new2-button {
                font-size: 10px !important;
                padding: 8px 6px !important;
                min-height: 40px !important;
            }
            
            /* 상세 페이지 접힌 상태 최적화 */
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .product-image-section {
                padding: 15px;
            }
            
            .detail-image-button {
                max-width: 150px;
                height: 100px;
            }
            
            /* 2열 레이아웃을 1열로 변경 (접힌 상태) */
            .content-sections {
                grid-template-columns: 1fr !important;
                gap: 15px !important;
            }
        }
        
        /* 갤럭시 폴드4 중간 크기 (400px~768px) */
        @media (min-width: 401px) and (max-width: 768px) {
            .product-comparison-table {
                font-size: 11px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 8px 4px;
            }
            
            .image-button-card {
                width: 70px;
                height: 70px;
            }
            
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .product-title {
                font-size: 11px;
                max-width: 140px;
            }
            
            .features-list {
                font-size: 10px;
            }
            
            .buy-button {
                min-height: 44px;
                min-width: 44px;
                font-size: 12px;
                padding: 12px 16px;
            }
        }
        
        /* 공통 모바일 스타일 */
        @media (max-width: 768px) {
            .product-comparison-table tbody tr {
                -webkit-tap-highlight-color: rgba(229, 37, 40, 0.1);
                touch-action: manipulation;
            }
            
            .detail-image-button, .new-card {
                -webkit-tap-highlight-color: transparent;
                touch-action: manipulation;
            }
            
            .intro-section h2 {
                font-size: 20px;
            }
            
            .intro-section p {
                font-size: 14px;
            }
            
            .section-title {
                font-size: 18px;
            }
        }
        &lt;/style&gt;

        &lt;!-- 본문 시작 --&gt;
        &lt;div style=&quot;max-width: 1200px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;&quot;&gt;
        
        &lt;div class=&quot;intro-section&quot;&gt;
            &lt;h2&gt;  따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 겨울):기초학력 향상을 위한 읽기 유창성 프로그램, 템북 관련 추천 상품 모음&lt;/h2&gt;
            &lt;p&gt;엄선된 따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 겨울):기초학력 향상을 위한 읽기 유창성 프로그램, 템북 관련 상품들을 한눈에 비교해보세요. 가격, 기능, 후기를 종합적으로 분석하여 
            여러분의 선택을 도와드립니다. 아래 비교표를 통해 빠르게 원하는 상품을 찾아보세요!&lt;/p&gt;
        &lt;/div&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  빠른 비교표&lt;/h2&gt;
        &lt;table class=&quot;product-comparison-table&quot;&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;이미지&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;상품명&lt;/th&gt;
                    &lt;th style=&quot;width: 20%;&quot;&gt;가격 정보&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;주요 특징&lt;/th&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;구매링크&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
        
            &lt;tr data-target=&quot;#product-1&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;Vaq0RU&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;고화질&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 겨울):기초학력 향상을 위한 읽기 유창성...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (12개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;8,010원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;겨울철 읽기 훈련 특화&lt;/li&gt;&lt;li&gt;기초학력 향상 효과&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기 지원&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;Vaq0RU&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;Vaq0RU&quot;&gt;
                             장바구니 담기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-2&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;2INOZS&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                ✨&lt;br/&gt;실물&lt;br/&gt;사진&lt;br/&gt;보러가기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽기 자신감 세트 4: 긴 글 읽기와 독해전략, 좋은교사&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (4개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;40,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;36,000원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;긴 지문 독해 전략 제시&lt;/li&gt;&lt;li&gt;효과적인 읽기 훈련법 수록&lt;/li&gt;&lt;li&gt;좋은교사의 전문적인 구성&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;2INOZS&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;2INOZS&quot;&gt;
                             추천 상품 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-3&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;5KZuiC&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;모습&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;[키출판사] 한글 공부한 다음~ 첫 읽기 연습책 / 받침없는 읽기 편 1/2/3/4 전4권...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (22개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;52,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;46,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;받침 없는 글자 학습&lt;/li&gt;&lt;li&gt;초등 읽기 능력 향상&lt;/li&gt;&lt;li&gt;단계별 학습 설계&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;5KZuiC&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;5KZuiC&quot;&gt;
                            ⭐리뷰 비교⭐
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-4&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;z909v6&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                ✨&lt;br/&gt;실제&lt;br/&gt;제품&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽기 자신감 세트 1: 모음과 자음:체계적 한글 문해 프로그램, 좋은교사, 정재석,이춘화&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (56개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;34,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;33,300원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;2%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;체계적인 학습 설계&lt;/li&gt;&lt;li&gt;모음/자음 집중 학습&lt;/li&gt;&lt;li&gt;재미있는 학습 활동&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;z909v6&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;z909v6&quot;&gt;
                             장바구니 담기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-5&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;cDzRMW&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;모습&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;따스함 기초편 1: 따라 읽기 스스로 읽기 함께 읽기:초등학교 1학년 읽기 유창성 프로그램...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (3개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;8,010원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;초1 읽기 유창성 향상&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기&lt;/li&gt;&lt;li&gt;함께 읽기 3단계 학습&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;cDzRMW&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;cDzRMW&quot;&gt;
                             추천 상품 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-6&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;YPFdy5&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                ✨&lt;br/&gt;실물&lt;br/&gt;사진&lt;br/&gt;보러가기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;[씽크스마트]아이의 마음 읽기 - 부모되는 철학 시리즈 16, 씽크스마트&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (5개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;13,800원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;12,420원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;아이 마음 이해 돕기&lt;/li&gt;&lt;li&gt;부모-자녀 관계 개선&lt;/li&gt;&lt;li&gt;효과적인 소통 전략 제시&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;YPFdy5&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;YPFdy5&quot;&gt;
                             스펙 보기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-7&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;sOHGLM&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 ️&lt;br/&gt;제품&lt;br/&gt;갤러리&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;[키출판사] 한글 공부한 다음 첫 읽기 받침 없는 연습책 세트 (전4권) -, 상세 설명 ...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (6개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;52,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;46,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;받침 없는 글자 연습&lt;/li&gt;&lt;li&gt;한글 읽기 능력 향상&lt;/li&gt;&lt;li&gt;재미있는 학습 활동&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;sOHGLM&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;sOHGLM&quot;&gt;
                             가격 확인 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-8&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;B1576j&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;이미지&lt;br/&gt;크게보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;나민애의 동시 읽기 좋은 날:도란도란 읽고 또박또박 따라 쓰는 감수성 동시 수업, 나민애,...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (11개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;24,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;21,600원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;감수성 풍부한 동시 수록&lt;/li&gt;&lt;li&gt;따라 쓰기 활동 포함&lt;/li&gt;&lt;li&gt;나민애 작가의 친절한 해설&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;B1576j&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;B1576j&quot;&gt;
                             색상 선택 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;/tbody&gt;
        &lt;/table&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  더 자세하게 확인하는 상세 리뷰&lt;/h2&gt;
        
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-1&quot;&gt;
                &lt;h3&gt;1. 따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 겨울):기초학력 향상을 위한 읽기 유창성 프로그램, 템북&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;Vaq0RU&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상품 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;8,010원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;Vaq0RU&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;Vaq0RU&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ✨할인가 보기✨
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(12개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;겨울철 읽기 훈련 특화&lt;/li&gt;&lt;li&gt;기초학력 향상 효과&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기 지원&lt;/li&gt;&lt;li&gt;함께 읽기 활용 가능&lt;/li&gt;&lt;li&gt;템북 활용 편리성&lt;/li&gt;&lt;li&gt;읽기 유창성 향상&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;따스함:&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;8,010원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (12개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;Vaq0RU&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              상품 이미지 모음
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 겨울방학 읽기 능력 향상을 위해 구매했어요. 템북 활용이 편리하고 효과도 좋아 만족합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;자녀의 읽기 수준에 맞춰 단계별 학습 계획을 세우고 꾸준히 활용하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;겨울방학 동안 꾸준히 활용했더니 아이의 읽기 실력이 눈에 띄게 향상되었어요! 강추합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 활용하는 것이 좋습니다.  아이와 함께 꾸준히 학습하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 템북 사용법이 어려운가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[템북 사용법은 매우 간단합니다.  책에 따라 읽어주면 됩니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 몇 살 아이에게 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 읽기 능력에 따라 유연하게 활용 가능합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 다른 계절에도 활용 가능한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[네, 계절에 상관없이 읽기 훈련에 활용할 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-2&quot;&gt;
                &lt;h3&gt;2. 읽기 자신감 세트 4: 긴 글 읽기와 독해전략, 좋은교사&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;2INOZS&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                    ✨ 실제 제품 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;40,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;36,000원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;2INOZS&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;2INOZS&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 스펙 보기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(4개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;긴 지문 독해 전략 제시&lt;/li&gt;&lt;li&gt;효과적인 읽기 훈련법 수록&lt;/li&gt;&lt;li&gt;좋은교사의 전문적인 구성&lt;/li&gt;&lt;li&gt;다양한 연습 문제 제공&lt;/li&gt;&lt;li&gt;독해력 향상에 초점&lt;/li&gt;&lt;li&gt;자신감 향상을 위한 구성&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽기&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;36,000원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (4개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;2INOZS&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              확대 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;긴 글 읽기 어려움 해소, 독해 전략 학습, 좋은교사의 체계적인 커리큘럼으로 독해력과 읽기 자신감 향상에 도움이 될 것 같아 구매했습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본인의 독해 수준에 맞춰 학습 계획을 세우고, 꾸준히 연습하는 것이 중요합니다.  문제 풀이 후 오답 분석도 필수!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;기대 이상으로 좋네요! 긴 지문 읽는게 자신 없었는데, 이제 좀 자신감이 생겼어요.  추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 학습하는 것이 좋습니다.  필기구와 노트를 준비하여 학습 내용을 정리하면 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 4권 세트 구성이 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;긴 글 읽기 전략, 독해 유형별 문제풀이, 실전 연습 문제,  학습 관리표 등으로 구성되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 학습 수준은 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;초급부터 중급 수준까지 다양한 학습자에게 적합하며,  자신의 수준에 맞춰 학습할 수 있도록 구성되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 학습 시간은 얼마나 걸리나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;개인의 학습 속도에 따라 다르지만,  하루 30분~1시간 정도 꾸준히 학습하면 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-3&quot;&gt;
                &lt;h3&gt;3. [키출판사] 한글 공부한 다음~ 첫 읽기 연습책 / 받침없는 읽기 편 1/2/3/4 전4권세트&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;5KZuiC&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상품 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;52,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;46,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;5KZuiC&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;5KZuiC&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 가격 확인 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(22개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;받침 없는 글자 학습&lt;/li&gt;&lt;li&gt;초등 읽기 능력 향상&lt;/li&gt;&lt;li&gt;단계별 학습 설계&lt;/li&gt;&lt;li&gt;재미있는 그림 활용&lt;/li&gt;&lt;li&gt;4권 완벽 구성 세트&lt;/li&gt;&lt;li&gt;한글떼기 완벽 가이드&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;[키출판사]&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;46,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (22개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;5KZuiC&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              상세 이미지 확인
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 한글 읽기 능력 향상에 도움이 될 것 같아 구매했습니다. 받침 없는 글자부터 시작하는 체계적인 구성이 마음에 듭니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 학습 수준에 맞는 단계부터 시작하고, 매일 꾸준히 학습하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌게 한글 공부를 하고 있어요. 그림도 많고, 난이도도 적절해서 만족합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  아이와 함께 꾸준히 학습하는 것이 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 받침 있는 글자는 언제 배우나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;1단계부터 4단계까지 차근차근 받침을 배우도록 설계되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 각 권의 분량은 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;각 권의 분량은 아이들의 학습 부담을 고려하여 적절하게 구성되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 학습 진행 상황을 어떻게 확인하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;아이의 학습 속도에 맞춰 진행하고, 아이의 이해도를 확인하며 진행하면 됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-4&quot;&gt;
                &lt;h3&gt;4. 읽기 자신감 세트 1: 모음과 자음:체계적 한글 문해 프로그램, 좋은교사, 정재석,이춘화&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;z909v6&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                     ️ 사진 확인하기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;34,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;33,300원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;2%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;z909v6&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;z909v6&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 재고 확인 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(56개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;체계적인 학습 설계&lt;/li&gt;&lt;li&gt;모음/자음 집중 학습&lt;/li&gt;&lt;li&gt;재미있는 학습 활동&lt;/li&gt;&lt;li&gt;전문가 개발 프로그램&lt;/li&gt;&lt;li&gt;읽기 자신감 향상&lt;/li&gt;&lt;li&gt;한글 문해력 증진&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽기&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;33,300원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;2%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (56개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;z909v6&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              제품 사진 갤러리
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 한글 읽기 능력 향상에 도움이 될 것 같아 구매했습니다. 체계적인 커리큘럼과 재미있는 활동이 마음에 듭니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 학습 수준을 고려하여 단계별로 진행하는 것이 좋습니다. 꾸준한 학습이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 한글을 재밌게 배우고 읽는 속도도 빨라졌어요!  만족합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  부모님의 지도가 필요할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 교재의 난이도는 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;초등 저학년 수준에 맞춰 제작되었으며, 단계별 학습으로 구성되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 학습 시간은 얼마나 걸리나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;아이의 학습 속도에 따라 다르지만, 하루 15~20분 정도가 적당합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 학습 후 추가적인 활동이 필요한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;교재에 포함된 활동 외에, 책 읽기 등 추가적인 활동을 병행하면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-5&quot;&gt;
                &lt;h3&gt;5. 따스함 기초편 1: 따라 읽기 스스로 읽기 함께 읽기:초등학교 1학년 읽기 유창성 프로그램, 템북, 9791189782382&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;cDzRMW&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                     ️ 제품 갤러리 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;8,010원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;cDzRMW&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;cDzRMW&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 재고 확인 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(3개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;초1 읽기 유창성 향상&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기&lt;/li&gt;&lt;li&gt;함께 읽기 3단계 학습&lt;/li&gt;&lt;li&gt;템북 활용 효과적 학습&lt;/li&gt;&lt;li&gt;재미있는 그림과 내용&lt;/li&gt;&lt;li&gt;1학년 맞춤 학습 설계&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;따스함&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;8,010원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (3개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;cDzRMW&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              실제 이미지 확인
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 능력 향상을 위해 구매했습니다.  다양한 학습 방식과 템북 활용으로 효과가 좋을 것 같아요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 수준을 고려하여 단계별로 진행하면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌어하며 읽기 연습을 합니다.  확실히 읽는 속도와 정확도가 좋아졌어요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  부모님의 지도가 필요할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 템북은 어떻게 활용하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[템북에 제시된 그림과 활동을 활용하여 다양한 읽기 활동을 진행합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 학습 진행 속도는 어떻게 조절하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 수준에 맞춰 진행 속도를 조절할 수 있습니다.  각 단계별 학습 시간을 유연하게 조정하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 다른 학년에도 활용 가능한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[본 상품은 초등학교 1학년 학습에 최적화되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-6&quot;&gt;
                &lt;h3&gt;6. [씽크스마트]아이의 마음 읽기 - 부모되는 철학 시리즈 16, 씽크스마트&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;YPFdy5&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      실제 모습 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;13,800원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;12,420원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;YPFdy5&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;YPFdy5&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 장바구니 담기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(5개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;아이 마음 이해 돕기&lt;/li&gt;&lt;li&gt;부모-자녀 관계 개선&lt;/li&gt;&lt;li&gt;효과적인 소통 전략 제시&lt;/li&gt;&lt;li&gt;씽크스마트 브랜드 신뢰도&lt;/li&gt;&lt;li&gt;실용적인 육아 가이드 제공&lt;/li&gt;&lt;li&gt;부모의 철학적 성찰 유도&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;[씽크스마트]아이의&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;12,420원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (5개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;YPFdy5&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                            ✨ 실물 사진 보러가기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 감정과 행동을 이해하고 소통하는 방법을 배우고 싶어서 구매했습니다.  실용적인 조언이 많아 도움이 될 것 같아요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;자녀의 연령과 상황에 맞춰  책의 내용을 적용해보세요.  꾸준히 읽고 적용하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이와의 관계가 더욱 돈독해졌어요!  책 내용을 적용하니 서로 이해하는 시간이 많아졌습니다.  강력 추천!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 환경에서 책을 읽고,  내용을 숙지하여 실생활에 적용하는 것이 좋습니다.  가족과 함께 읽어보는 것도 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 이 책은 어떤 연령대의 자녀를 위한 책인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[초등학생부터 청소년까지 다양한 연령대의 자녀를 둔 부모님께 도움이 됩니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 책에서 제시하는 방법들이 실제로 효과가 있을까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[개인차는 있지만, 많은 부모님들이 긍정적인 효과를 경험했습니다.  꾸준한 노력이 중요합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 이 책을 통해 얻을 수 있는 가장 큰 장점은 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[자녀와의 소통 능력 향상과 더욱 건강한 부모-자녀 관계 형성입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-7&quot;&gt;
                &lt;h3&gt;7. [키출판사] 한글 공부한 다음 첫 읽기 받침 없는 연습책 세트 (전4권) -, 상세 설명 참조&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;sOHGLM&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상품 이미지 모음&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;52,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;46,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;sOHGLM&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;sOHGLM&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 장바구니 담기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(6개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;받침 없는 글자 연습&lt;/li&gt;&lt;li&gt;한글 읽기 능력 향상&lt;/li&gt;&lt;li&gt;재미있는 학습 활동&lt;/li&gt;&lt;li&gt;4권 구성의 체계적 학습&lt;/li&gt;&lt;li&gt;아이 눈높이 맞춘 디자인&lt;/li&gt;&lt;li&gt;꼼꼼한 학습 관리 가능&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;[키출판사]&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;46,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (6개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;sOHGLM&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              확대 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;한글떼기 위한 필수템!  재밌는 활동으로 자연스럽게 받침 없는 글자를 익히고 읽기 능력을 키워줘 만족스러워요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 학습 수준에 맞춰 단계별로 진행하고,  꾸준한 연습이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 너무 재밌어하며 했어요!  덕분에 한글 읽기에 자신감이 생겼네요.  강추합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;깨끗한 공간에서 편안하게 학습할 수 있도록 준비해주세요.  연필이나 크레파스 등 필기구 준비 필수!&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 연령대는 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[유아 및 초등 저학년에게 적합합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 하루에 얼마나 공부해야 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 집중력에 따라 조절하며 꾸준히 하는 것이 중요합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 다른 교재와 병행해도 될까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 학습 상황에 따라 병행 가능하지만, 과도한 학습은 피해주세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-8&quot;&gt;
                &lt;h3&gt;8. 나민애의 동시 읽기 좋은 날:도란도란 읽고 또박또박 따라 쓰는 감수성 동시 수업, 나민애, 김영사&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;B1576j&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상세 이미지 확인&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;24,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;21,600원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;B1576j&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;B1576j&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 오늘 특가 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(11개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;감수성 풍부한 동시 수록&lt;/li&gt;&lt;li&gt;따라 쓰기 활동 포함&lt;/li&gt;&lt;li&gt;나민애 작가의 친절한 해설&lt;/li&gt;&lt;li&gt;도란도란 함께 읽는 재미&lt;/li&gt;&lt;li&gt;어린이 감성 발달 도움&lt;/li&gt;&lt;li&gt;초등 저학년 추천 교재&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;나민애의&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;21,600원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (11개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;B1576j&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              이미지 보러가기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이와 함께 동시를 읽고 쓰며 감성을 키울 수 있어 구매했어요.  나민애 작가님의 해설이 친절하고, 따라 쓰기 활동이 재밌어요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 능력과 연령에 맞춰 활용하세요.  함께 읽고 쓰는 시간을 즐기는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 동시를 너무 좋아해요!  따라 쓰는 활동 덕분에 글씨 쓰는 연습도 되고, 감수성도 풍부해지는 것 같아요. 강추!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 공간에서 아이와 함께 책을 읽고 따라 쓰는 활동을 하면 좋습니다.  아이의 집중도를 고려하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 동시의 난이도는 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;초등 저학년 수준에 맞춰 쉽고 재미있는 동시들을 선별했습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 따라 쓰기 활동 외 다른 활동이 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;동시를 읽고 난 후 그림 그리기나 이야기 나누기 등 다양한 활동을 확장하여 활용할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 본 책만으로도 충분히 활용 가능한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;네, 본 책에 수록된 동시와 해설, 따라쓰기 활동만으로도 충분히 활용 가능합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
        &lt;div class=&quot;intro-section&quot; style=&quot;margin-top: 50px;&quot;&gt;
            &lt;h2&gt; 마지막으로 &lt;/h2&gt;
            &lt;p&gt;지금까지 따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 겨울):기초학력 향상을 위한 읽기 유창성 프로그램, 템북 추천 상품들을 살펴보았습니다. 각 제품마다 고유한 장점이 있으니, 
            개인의 용도와 예산에 맞는 제품을 선택하시기 바랍니다. 
            가격은 시시각각 변동될 수 있으니 꼭 사이트에 방문해서 확인해주세요.
            궁금한 점이 있으시면 언제든 댓글로 문의해주세요!&lt;/p&gt;
        &lt;/div&gt;
&lt;/div&gt;</description>
      <author>꿀팁 추천 정보  !  !</author>
      <guid isPermaLink="true">https://nypdpct.tistory.com/651</guid>
      <comments>https://nypdpct.tistory.com/651#entry651comment</comments>
      <pubDate>Thu, 16 Oct 2025 15:19:57 +0900</pubDate>
    </item>
    <item>
      <title>고객  힘이 정의다 영림카디널 혜택</title>
      <link>https://nypdpct.tistory.com/650</link>
      <description>        &lt;script&gt;
        document.addEventListener('DOMContentLoaded', function() {
            console.log('스크립트 로드됨');
            
            var rows = document.querySelectorAll('.product-comparison-table tbody tr');
            console.log('테이블 행 개수:', rows.length);
            
            rows.forEach(function(row, index) {
                console.log('행 ' + index + ' data-target:', row.getAttribute('data-target'));
                
                row.addEventListener('click', function(e) {
                    console.log('행 클릭됨:', e.target.tagName, e.target.className);
                    
                    if(e.target.closest('.new-card')) {
                        console.log('new-card 영역 클릭으로 링크 이동');
                        return;
                    }
                    
                    var target = this.getAttribute('data-target');
                    console.log('스크롤 이동할 타겟:', target);
                    
                    if(target) {
                        e.preventDefault();
                        e.stopPropagation();
                        
                        var targetElement = document.querySelector(target);
                        console.log('타겟 요소 찾음:', targetElement);
                        
                        if(targetElement) {
                            console.log('스크롤 이동 시작');
                            
                            var rect = targetElement.getBoundingClientRect();
                            var scrollTop = window.pageYOffset || document.documentElement.scrollTop;
                            var targetY = rect.top + scrollTop - 50;
                            
                            window.scrollTo({
                                top: targetY,
                                behavior: 'smooth'
                            });
                            
                            console.log('스크롤 완료, 이동 위치:', targetY);
                        } else {
                            console.log('타겟 요소를 찾을 수 없음:', target);
                        }
                    } else {
                        console.log('data-target 속성이 없음');
                    }
                });
            });
        });
        &lt;/script&gt;
        
        &lt;!-- 메타 태그 --&gt;
        &lt;meta name=&quot;description&quot; content=&quot;힘이 정의다, 영림카디널 외 추천상품 모음 - 최저가 13,500원원부터 |   지금 바로 확인하세요!&quot; /&gt;
        &lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;
        &lt;meta property=&quot;og:title&quot; content=&quot;고객  힘이 정의다 영림카디널 혜택&quot; /&gt;
        &lt;meta property=&quot;og:description&quot; content=&quot;오늘의 추천 상품 특가 모음! 놓치지 마세요!&quot; /&gt;
        &lt;meta property=&quot;og:image&quot; content=&quot;https://thumbnail8.coupangcdn.com/thumbnails/remote/320x320ex/image/retail-product-api/A00077021/336305/678192/main/6d8876f50ce9104686df40b3cc5fba021ebf234cd061a8562580f90f05895854.jpg&quot; /&gt;

        &lt;!-- 개선된 CSS 스타일 --&gt;
        &lt;style&gt;
        .product-comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-family: 'Noto Sans KR', sans-serif;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .product-comparison-table th {
            background: linear-gradient(135deg, #e52528, #ff6b6b);
            color: white;
            padding: 15px 10px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        
        .product-comparison-table td {
            padding: 15px 10px;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }
        
        .product-comparison-table tr:hover {
            background-color: #fff8f8;
            transition: all 0.3s ease;
        }
        
        /* 이미지 버튼 스타일 */
        .image-button-card {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            margin: 0 auto;
        }
        
        .image-button-card:hover {
            transform: scale(1.05);
        }
        
        .image-button-text {
            color: white;
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
        }
        
        .product-title {
            font-weight: bold;
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            max-width: 200px;
            text-align: left;
        }
        
        .price-info {
            text-align: center;
        }
        
        .original-price {
            color: #999;
            text-decoration: line-through;
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
        }
        
        .current-price {
            color: #e52528;
            font-weight: bold;
            font-size: 16px;
            display: block;
        }
        
        .discount-rate {
            color: #ff6b6b;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
        }
        
        .features-list {
            text-align: left;
            font-size: 13px;
            line-height: 1.6;
        }
        
        .features-list li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 15px;
        }
        
        .features-list li:before {
            content: '✓';
            color: #e52528;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .buy-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .buy-button:hover, .buy-button:focus, .buy-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new2-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .new2-button:hover, .new2-button:focus, .new2-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
            cursor: pointer;
        }
        
        .detail-image-button {
            width: 100%;
            max-width: 200px;
            height: 150px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .detail-image-button:hover {
            transform: scale(1.05);
        }
        
        .detail-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            width: 100%;
            margin-top: 15px;
        }
        
        .detail-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
        }
        
        .product-comparison-table tbody tr {
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .product-comparison-table tbody tr:hover {
            background-color: #fff8f8;
        }
        
        .product-comparison-table tbody tr:hover td:not(:first-child):not(:last-child) {
            background-color: #fffafa;
        }
        
        .intro-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            text-align: center;
        }
        
        .intro-section h2 {
            color: #e52528;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .intro-section p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #e52528;
            display: inline-block;
            width: 100%;
        }
        
        .product-detail-section {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
        }
        
        .product-card h3 {
            color: #e52528;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            border-left: 5px solid #e52528;
            padding-left: 15px;
        }
        
        /* 개선된 상품 상세 레이아웃 */
        .product-detail-container {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 25px;
            align-items: start;
        }
        
        .product-image-section {
            text-align: center;
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
        }
        
        .product-detail-img {
            width: 100%;
            max-width: 200px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .product-detail-img:hover {
            transform: scale(1.05);
        }
        
        .product-info-section {
            flex: 1;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .spec-table th {
            background: #f8f9fa;
            padding: 12px 15px;
            font-weight: bold;
            color: #333;
            width: 30%;
            text-align: left;
            border-bottom: 1px solid #dee2e6;
        }
        
        .spec-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #dee2e6;
            color: #666;
        }
        
        .spec-table tr:last-child th,
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        
        .rating-section {
            background: #fff9f9;
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
            border-left: 4px solid #e52528;
        }
        
        .rating-stars {
            color: #ffc107;
            font-size: 18px;
            margin-right: 10px;
        }
        
        .affiliate-disclaimer {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            font-size: 13px;
            color: #666;
            margin: 30px 0;
            border: 1px solid #dee2e6;
        }
        
        /* 갤럭시 폴드4 접힌 상태 (좁은 화면) 최적화 */
        @media (max-width: 400px) {
            .product-comparison-table {
                font-size: 10px;
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .product-comparison-table table {
                min-width: 380px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 6px 3px;
                min-width: 70px;
            }
            
            .image-button-card {
                width: 60px;
                height: 60px;
            }
            
            .image-button-text {
                font-size: 9px;
            }
            
            .product-title {
                font-size: 10px;
                max-width: 120px;
                line-height: 1.2;
            }
            
            .features-list {
                font-size: 9px;
                margin: 0;
                padding-left: 12px;
            }
            
            .features-list li {
                margin-bottom: 2px;
                padding-left: 10px;
            }
            
            .current-price {
                font-size: 12px !important;
            }
            
            .original-price {
                font-size: 10px !important;
            }
            
            .discount-rate {
                font-size: 9px !important;
            }
            
            .new2-button {
                font-size: 10px !important;
                padding: 8px 6px !important;
                min-height: 40px !important;
            }
            
            /* 상세 페이지 접힌 상태 최적화 */
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .product-image-section {
                padding: 15px;
            }
            
            .detail-image-button {
                max-width: 150px;
                height: 100px;
            }
            
            /* 2열 레이아웃을 1열로 변경 (접힌 상태) */
            .content-sections {
                grid-template-columns: 1fr !important;
                gap: 15px !important;
            }
        }
        
        /* 갤럭시 폴드4 중간 크기 (400px~768px) */
        @media (min-width: 401px) and (max-width: 768px) {
            .product-comparison-table {
                font-size: 11px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 8px 4px;
            }
            
            .image-button-card {
                width: 70px;
                height: 70px;
            }
            
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .product-title {
                font-size: 11px;
                max-width: 140px;
            }
            
            .features-list {
                font-size: 10px;
            }
            
            .buy-button {
                min-height: 44px;
                min-width: 44px;
                font-size: 12px;
                padding: 12px 16px;
            }
        }
        
        /* 공통 모바일 스타일 */
        @media (max-width: 768px) {
            .product-comparison-table tbody tr {
                -webkit-tap-highlight-color: rgba(229, 37, 40, 0.1);
                touch-action: manipulation;
            }
            
            .detail-image-button, .new-card {
                -webkit-tap-highlight-color: transparent;
                touch-action: manipulation;
            }
            
            .intro-section h2 {
                font-size: 20px;
            }
            
            .intro-section p {
                font-size: 14px;
            }
            
            .section-title {
                font-size: 18px;
            }
        }
        &lt;/style&gt;

        &lt;!-- 본문 시작 --&gt;
        &lt;div style=&quot;max-width: 1200px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;&quot;&gt;
        
        &lt;div class=&quot;intro-section&quot;&gt;
            &lt;h2&gt;  힘이 정의다, 영림카디널 관련 추천 상품 모음&lt;/h2&gt;
            &lt;p&gt;엄선된 힘이 정의다, 영림카디널 관련 상품들을 한눈에 비교해보세요. 가격, 기능, 후기를 종합적으로 분석하여 
            여러분의 선택을 도와드립니다. 아래 비교표를 통해 빠르게 원하는 상품을 찾아보세요!&lt;/p&gt;
        &lt;/div&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  빠른 비교표&lt;/h2&gt;
        &lt;table class=&quot;product-comparison-table&quot;&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;이미지&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;상품명&lt;/th&gt;
                    &lt;th style=&quot;width: 20%;&quot;&gt;가격 정보&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;주요 특징&lt;/th&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;구매링크&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
        
            &lt;tr data-target=&quot;#product-1&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;UPklLY&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;상품&lt;br/&gt;이미지&lt;br/&gt;모음
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;힘이 정의다, 영림카디널&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (1개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;15,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;13,500원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;강력한 내구성&lt;/li&gt;&lt;li&gt;깔끔한 디자인&lt;/li&gt;&lt;li&gt;손쉬운 조작법&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;UPklLY&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;UPklLY&quot;&gt;
                             재고 확인 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-2&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;nslLkt&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;확대&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽기 쉬운 마음:박병란 시집, 박병란, 푸른사상&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (2개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;12,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;10,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;박병란 시인의 신작 시집&lt;/li&gt;&lt;li&gt;섬세하고 따뜻한 감성&lt;/li&gt;&lt;li&gt;읽기 쉬운 쉬운 문체&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;nslLkt&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;nslLkt&quot;&gt;
                            ▶️상세 정보◀️
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-3&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;S9s0Fb&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;상품&lt;br/&gt;이미지&lt;br/&gt;모음
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;한국 철학사:원효부터 장일순까지 한국 지성사의 거장들을 만나다, 메멘토, 전호근 저&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (9개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;24,800원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;22,320원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;원효부터 장일순까지&lt;/li&gt;&lt;li&gt;한국 철학사 개관&lt;/li&gt;&lt;li&gt;전호근 교수 저술&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;S9s0Fb&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;S9s0Fb&quot;&gt;
                             장바구니 담기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-4&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;J0WdLY&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;확대&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;한글 공부한 다음~ 첫 읽기 연습책 받침없는 읽기 편 1+2+3+4 세트 (총4권)&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (0개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;52,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;46,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;받침없이 읽기 연습&lt;/li&gt;&lt;li&gt;한글 학습 단계별 구성&lt;/li&gt;&lt;li&gt;총 4권, 폭넓은 학습&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;J0WdLY&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;J0WdLY&quot;&gt;
                            ✨할인가 보기✨
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-5&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;rnzeA9&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;사진으로&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;잠언 바로 읽기, 성서유니온&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (1개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;2,500원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;2,250원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;잠언 핵심 주제 정리&lt;/li&gt;&lt;li&gt;쉬운 해설과 묵상&lt;/li&gt;&lt;li&gt;성경적 배경 설명&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;rnzeA9&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;rnzeA9&quot;&gt;
                             재고 확인 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-6&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;XYDXus&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;사진&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;시 읽기 좋은 날:그 날 그 시가 내 가슴으로 들어왔다, 쌤앤파커스, 김경민&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;2.5 (3개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;14,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;12,600원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;시와 에세이 결합&lt;/li&gt;&lt;li&gt;감성적이고 아름다운 문장&lt;/li&gt;&lt;li&gt;깊은 공감과 위로 제공&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;XYDXus&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;XYDXus&quot;&gt;
                            ✨할인가 보기✨
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-7&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;bEwxjA&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;이미지&lt;br/&gt;크게보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;고전 명문장 필사 100(사철제본):생각을 깊게 삶을 단단하게, 마음시선, 김지수&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (2개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;21,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;18,900원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;명문장 100선 수록&lt;/li&gt;&lt;li&gt;사철제본, 오래 사용&lt;/li&gt;&lt;li&gt;생각 깊이, 삶의 단단함&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;bEwxjA&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;bEwxjA&quot;&gt;
                             바로 구매 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-8&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;erqlpR&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;이미지&lt;br/&gt;보러가기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;그림책은 힘이 세다:도서관에서 발견한 47가지 그림책 질문, 책이라는신화, 박미숙&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (2개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;17,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;15,300원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;그림책 47가지 질문 분석&lt;/li&gt;&lt;li&gt;책 읽기의 신화를 탐구&lt;/li&gt;&lt;li&gt;도서관 활용법 제시&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;erqlpR&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;erqlpR&quot;&gt;
                             색상 선택 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;/tbody&gt;
        &lt;/table&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  더 자세하게 확인하는 상세 리뷰&lt;/h2&gt;
        
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-1&quot;&gt;
                &lt;h3&gt;1. 힘이 정의다, 영림카디널&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;UPklLY&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상세 이미지 확인&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;15,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;13,500원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;UPklLY&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;UPklLY&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 오늘 특가 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(1개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;강력한 내구성&lt;/li&gt;&lt;li&gt;깔끔한 디자인&lt;/li&gt;&lt;li&gt;손쉬운 조작법&lt;/li&gt;&lt;li&gt;안전한 소재 사용&lt;/li&gt;&lt;li&gt;다용도 활용 가능&lt;/li&gt;&lt;li&gt;경제적인 가격&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;힘이&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;13,500원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (1개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;UPklLY&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                            ✨ 실제 제품 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;튼튼하고 디자인도 예뻐서 마음에 들어요. 가격도 저렴해서 부담없이 구매했어요.  사용하기 편리해서 좋네요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;제품 사이즈 확인 후 구매하세요. 용도에 맞는 제품 선택이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;생각보다 훨씬 튼튼하고 좋아요!  일상생활에서 유용하게 잘 쓰고 있습니다.  강추합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;직사광선이나 고온다습한 곳은 피해주세요.  깨끗하게 관리하면 오래 사용 가능합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 세척방법은 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[중성세제를 사용하여 부드러운 천으로 닦아주세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 어떤 재질로 만들어졌나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[내구성이 강한 고급 플라스틱 소재입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 제품 무게는 얼마나 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[제품 상세 페이지를 참고해주세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-2&quot;&gt;
                &lt;h3&gt;2. 읽기 쉬운 마음:박병란 시집, 박병란, 푸른사상&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;nslLkt&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      확대 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;12,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;10,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;nslLkt&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;nslLkt&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 스펙 보기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(2개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;박병란 시인의 신작 시집&lt;/li&gt;&lt;li&gt;섬세하고 따뜻한 감성&lt;/li&gt;&lt;li&gt;읽기 쉬운 쉬운 문체&lt;/li&gt;&lt;li&gt;푸른사상 출판사의 품격&lt;/li&gt;&lt;li&gt;마음을 어루만지는 시편&lt;/li&gt;&lt;li&gt;감동과 위로를 선사&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽기&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;10,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (2개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;nslLkt&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              확대 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;박병란 시인 특유의 따뜻하고 위로가 되는 시들이 담겨있어서 구매했습니다.  마음이 편안해지는 시집입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;시집의 분위기와 시인의 다른 작품들을 미리 참고하면 더욱 만족스러울 것입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;잔잔한 감동과 위로를 받았습니다.  마음이 편안해지는 시들이 많아요.  강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 분위기에서 감상하면 더욱 좋습니다. 차분한 마음으로 천천히 음미하며 읽어보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 박병란 시인의 다른 작품과 어떤 차이가 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[이 시집은 보다 성숙하고 깊어진 시인의 내면을 보여줍니다.  전작들과는 다른 매력을 느낄 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 어떤 독자에게 추천하시나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[감성적이고 따뜻한 시를 좋아하는 모든 분들께 추천합니다. 위로와 공감이 필요한 분들에게 특히 좋습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 시집의 구성은 어떻게 되어 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[시편들 외에도 시인의 작품 세계를 이해하는데 도움이 되는 서문이나 해설이 포함되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-3&quot;&gt;
                &lt;h3&gt;3. 한국 철학사:원효부터 장일순까지 한국 지성사의 거장들을 만나다, 메멘토, 전호근 저&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;S9s0Fb&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;24,800원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;22,320원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;S9s0Fb&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;S9s0Fb&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 스펙 보기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(9개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;원효부터 장일순까지&lt;/li&gt;&lt;li&gt;한국 철학사 개관&lt;/li&gt;&lt;li&gt;전호근 교수 저술&lt;/li&gt;&lt;li&gt;한국 지성사 조명&lt;/li&gt;&lt;li&gt;깊이 있는 분석&lt;/li&gt;&lt;li&gt;쉽고 명쾌한 설명&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;한국&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;22,320원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (9개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;S9s0Fb&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              제품 사진 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;한국 철학의 흐름을 한눈에 파악하고 싶어서 구매했습니다. 전호근 교수님의 명쾌한 해설이 인상적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;한국 철학에 대한 기본 지식이 있으면 더욱 깊이 있게 이해할 수 있습니다.  차분히 읽어보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;한국 철학사를 쉽고 재미있게 읽었습니다.  이해하기 쉬운 설명과 흥미로운 내용 덕분에 만족스러워요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 읽는 것을 추천합니다.  필기구를 준비하면 더욱 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 전호근 교수는 누구인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[한국 철학 전문가이자 명쾌한 해설로 유명한 교수입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 이 책의 독자 대상은 누구인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[한국 철학에 관심 있는 일반인, 대학생 등 누구나 읽을 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 책의 구성은 어떻게 되어 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[원효부터 장일순까지 시대별 주요 철학자와 사상을 다룹니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-4&quot;&gt;
                &lt;h3&gt;4. 한글 공부한 다음~ 첫 읽기 연습책 받침없는 읽기 편 1+2+3+4 세트 (총4권)&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;J0WdLY&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      이미지 보러가기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;52,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;46,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;J0WdLY&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;J0WdLY&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 바로 구매 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(0개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;받침없이 읽기 연습&lt;/li&gt;&lt;li&gt;한글 학습 단계별 구성&lt;/li&gt;&lt;li&gt;총 4권, 폭넓은 학습&lt;/li&gt;&lt;li&gt;재미있는 그림과 내용&lt;/li&gt;&lt;li&gt;반복 학습 효과 증대&lt;/li&gt;&lt;li&gt;초등 저학년 맞춤 구성&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;한글&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;46,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (0개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;J0WdLY&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 제품 갤러리 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 한글을 떼는 데 큰 도움이 될 것 같아 구매했습니다. 단계별 구성과 재미있는 그림이 마음에 듭니다.  꾸준히 활용하면 효과적일 것 같아요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 한글 수준에 맞는 권부터 시작하고, 매일 조금씩 꾸준히 학습하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 너무 재밌어하며 잘 하고 있습니다. 그림도 예쁘고 내용도 알차서 만족합니다. 한글 읽기에 자신감이 생겼어요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  아이의 눈높이에 맞춰 책을 놓아주세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 글자 크기가 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;아이들이 보기에 적당한 크기로, 가독성이 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 각 권의 학습 내용은 어떻게 다른가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;각 권마다 한글 읽기 능력을 단계적으로 향상시키는 내용으로 구성되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 하루에 얼마나 학습해야 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;아이의 집중력에 따라 조절하며, 꾸준히 하는 것이 중요합니다. 10~20분 정도가 적당합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-5&quot;&gt;
                &lt;h3&gt;5. 잠언 바로 읽기, 성서유니온&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;rnzeA9&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 이미지 크게보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;2,500원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;2,250원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;rnzeA9&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;rnzeA9&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 색상 선택 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(1개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;잠언 핵심 주제 정리&lt;/li&gt;&lt;li&gt;쉬운 해설과 묵상&lt;/li&gt;&lt;li&gt;성경적 배경 설명&lt;/li&gt;&lt;li&gt;실생활 적용 제시&lt;/li&gt;&lt;li&gt;성서유니온의 신뢰도&lt;/li&gt;&lt;li&gt;휴대성 좋은 소형 사이즈&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;잠언&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;2,250원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (1개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;rnzeA9&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              제품 사진 갤러리
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;잠언을 쉽고 빠르게 이해하고 싶어서 구매했어요.  해설이 명확하고 실생활 적용에 도움이 됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본문과 해설을 함께 읽으며 묵상하는 시간을 가지세요.  개인적인 적용을 위한 메모 공간을 활용하면 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;잠언을 처음 접하는데도 쉽게 이해할 수 있었어요.  매일 아침 묵상하며 삶에 적용하고 있습니다.  강추!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 읽으면 좋습니다.  개인적인 묵상 시간을 확보하여 효과적으로 활용하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 잠언의 어려운 단어는 어떻게 해석하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[각 장의 해설 부분에서 친절하게 풀이되어 있어 쉽게 이해할 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 잠언을 어떻게 실생활에 적용할 수 있을까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[각 잠언 말씀 뒤에 제시된 적용 방법을 참고하여 자신에게 맞게 적용해 보세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 이 책은 어떤 독자에게 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[잠언을 처음 접하는 분이나 잠언을 쉽게 이해하고 싶은 분에게 추천합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-6&quot;&gt;
                &lt;h3&gt;6. 시 읽기 좋은 날:그 날 그 시가 내 가슴으로 들어왔다, 쌤앤파커스, 김경민&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;XYDXus&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;14,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;12,600원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;XYDXus&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;XYDXus&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ⭐리뷰 비교⭐
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;2.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(3개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;시와 에세이 결합&lt;/li&gt;&lt;li&gt;감성적이고 아름다운 문장&lt;/li&gt;&lt;li&gt;깊은 공감과 위로 제공&lt;/li&gt;&lt;li&gt;쌤앤파커스 감성 디자인&lt;/li&gt;&lt;li&gt;김경민 작가의 섬세함&lt;/li&gt;&lt;li&gt;마음의 평화를 선물&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;시&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;12,600원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 2.5 (3개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;XYDXus&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              이미지 보러가기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;지친 일상에 위로가 필요했는데, 아름다운 시와 에세이가 마음을 따뜻하게 해주네요.  쌤앤파커스 감성 디자인도 마음에 들어요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;차분한 분위기에서 천천히 읽어보세요.  마음에 와닿는 구절을 메모하며 감상하면 더 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;시와 에세이가 조화롭게 어우러져 감동적이었어요.  마음이 편안해지는 책이네요! 강력 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 공간에서 여유롭게 읽는 것을 추천합니다.  어두운 조명보다는 은은한 조명 아래에서 읽는 것이 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 어떤 독자에게 추천하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;감성적인 글을 좋아하고, 마음의 위로가 필요한 모든 분께 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 책의 분위기는 어떤가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;차분하고 따뜻하며, 때로는 잔잔한 슬픔과 위로를 느낄 수 있는 분위기입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 다른 시집과의 차별점은 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;시와 에세이가 함께 수록되어 있어 시의 이해를 돕고, 작가의 감성을 더욱 깊이 느낄 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-7&quot;&gt;
                &lt;h3&gt;7. 고전 명문장 필사 100(사철제본):생각을 깊게 삶을 단단하게, 마음시선, 김지수&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;bEwxjA&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      확대 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;21,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;18,900원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;bEwxjA&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;bEwxjA&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 재고 확인 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(2개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;명문장 100선 수록&lt;/li&gt;&lt;li&gt;사철제본, 오래 사용&lt;/li&gt;&lt;li&gt;생각 깊이, 삶의 단단함&lt;/li&gt;&lt;li&gt;아름다운 디자인&lt;/li&gt;&lt;li&gt;손글씨 연습 효과&lt;/li&gt;&lt;li&gt;마음의 평화 선물&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;고전&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;18,900원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (2개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;bEwxjA&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              상품 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;고전 명문장 필사로 마음의 평화와 성찰의 시간을 갖고 싶어 구매했습니다.  사철제본이라 오래 사용할 수 있어 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;필사할 펜과 편안한 공간을 준비하세요.  매일 조금씩 꾸준히 하는 것이 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;명문장을 필사하며 마음이 차분해지고, 생각이 깊어지는 것을 느꼈습니다.  매일 쓰는 즐거움을 얻고 있습니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 공간에서, 좋아하는 펜과 함께 필사하면 더욱 효과적입니다.  직사광선은 피해주세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 필사 노트의 종이 재질은 어떤가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[고급 품질의 두꺼운 종이로,  잉크 번짐 없이 필사 가능합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 하루에 몇 개의 명문장을 필사하는 것이 좋을까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[본인의 속도에 맞춰 편안하게 필사하세요.  꾸준함이 중요합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 필사 후 관리 방법은 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[필사 후에는 서늘하고 건조한 곳에 보관하는 것이 좋습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-8&quot;&gt;
                &lt;h3&gt;8. 그림책은 힘이 세다:도서관에서 발견한 47가지 그림책 질문, 책이라는신화, 박미숙&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;erqlpR&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      이미지 보러가기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;17,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;15,300원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;erqlpR&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;erqlpR&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 오늘 특가 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(2개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;그림책 47가지 질문 분석&lt;/li&gt;&lt;li&gt;책 읽기의 신화를 탐구&lt;/li&gt;&lt;li&gt;도서관 활용법 제시&lt;/li&gt;&lt;li&gt;그림책 교육 전문가 저술&lt;/li&gt;&lt;li&gt;다양한 그림책 소개&lt;/li&gt;&lt;li&gt;독서 지도 방법 제시&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;그림책은&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;15,300원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (2개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;erqlpR&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              제품 사진 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;그림책 선정과 독서 지도에 대한 고민 해결!  실제 도서관 사례와 전문가 조언이 담겨 있어 유용해요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;자신의 자녀 연령과 관심사를 고려하여 책을 선택하고,  저자가 제시하는 질문들을 활용해보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이와 함께 그림책을 읽는 시간이 더 풍성해졌어요.  질문들이 아이의 사고력을 키우는 데 도움이 되었어요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이와 함께 편안한 환경에서 책을 읽고,  책에 제시된 질문들을 활용하여  대화를 나누는 것이 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 그림책 선정 기준은 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 연령과 관심사를 고려하고, 다양한 그림책 유형을 경험하도록 하는 것이 좋습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 책에 제시된 질문들을 어떻게 활용하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 대답을 경청하고,  아이의 생각을 존중하며 자유롭게 이야기 나누세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 이 책은 어떤 독자에게 추천하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[그림책을 활용한 독서 지도에 관심 있는 부모, 교사, 그리고 그림책 전문가에게 추천합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
        &lt;div class=&quot;intro-section&quot; style=&quot;margin-top: 50px;&quot;&gt;
            &lt;h2&gt; 마지막으로 &lt;/h2&gt;
            &lt;p&gt;지금까지 힘이 정의다, 영림카디널 추천 상품들을 살펴보았습니다. 각 제품마다 고유한 장점이 있으니, 
            개인의 용도와 예산에 맞는 제품을 선택하시기 바랍니다. 
            가격은 시시각각 변동될 수 있으니 꼭 사이트에 방문해서 확인해주세요.
            궁금한 점이 있으시면 언제든 댓글로 문의해주세요!&lt;/p&gt;
        &lt;/div&gt;
&lt;/div&gt;</description>
      <author>꿀팁 추천 정보  !  !</author>
      <guid isPermaLink="true">https://nypdpct.tistory.com/650</guid>
      <comments>https://nypdpct.tistory.com/650#entry650comment</comments>
      <pubDate>Thu, 16 Oct 2025 13:15:36 +0900</pubDate>
    </item>
    <item>
      <title>봄맞이  김사인 함께 읽기 모악 이종민 상품</title>
      <link>https://nypdpct.tistory.com/649</link>
      <description>        &lt;script&gt;
        document.addEventListener('DOMContentLoaded', function() {
            console.log('스크립트 로드됨');
            
            var rows = document.querySelectorAll('.product-comparison-table tbody tr');
            console.log('테이블 행 개수:', rows.length);
            
            rows.forEach(function(row, index) {
                console.log('행 ' + index + ' data-target:', row.getAttribute('data-target'));
                
                row.addEventListener('click', function(e) {
                    console.log('행 클릭됨:', e.target.tagName, e.target.className);
                    
                    if(e.target.closest('.new-card')) {
                        console.log('new-card 영역 클릭으로 링크 이동');
                        return;
                    }
                    
                    var target = this.getAttribute('data-target');
                    console.log('스크롤 이동할 타겟:', target);
                    
                    if(target) {
                        e.preventDefault();
                        e.stopPropagation();
                        
                        var targetElement = document.querySelector(target);
                        console.log('타겟 요소 찾음:', targetElement);
                        
                        if(targetElement) {
                            console.log('스크롤 이동 시작');
                            
                            var rect = targetElement.getBoundingClientRect();
                            var scrollTop = window.pageYOffset || document.documentElement.scrollTop;
                            var targetY = rect.top + scrollTop - 50;
                            
                            window.scrollTo({
                                top: targetY,
                                behavior: 'smooth'
                            });
                            
                            console.log('스크롤 완료, 이동 위치:', targetY);
                        } else {
                            console.log('타겟 요소를 찾을 수 없음:', target);
                        }
                    } else {
                        console.log('data-target 속성이 없음');
                    }
                });
            });
        });
        &lt;/script&gt;
        
        &lt;!-- 메타 태그 --&gt;
        &lt;meta name=&quot;description&quot; content=&quot;김사인 함께 읽기, 모악, 이종민 외 추천상품 모음 - 최저가 18,000원원부터 |   지금 바로 확인하세요!&quot; /&gt;
        &lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;
        &lt;meta property=&quot;og:title&quot; content=&quot;봄맞이  김사인 함께 읽기 모악 이종민 상품&quot; /&gt;
        &lt;meta property=&quot;og:description&quot; content=&quot;오늘의 추천 상품 특가 모음! 놓치지 마세요!&quot; /&gt;
        &lt;meta property=&quot;og:image&quot; content=&quot;https://thumbnail6.coupangcdn.com/thumbnails/remote/320x320ex/image/retail-product-api/A00077021/240364983/258343998/main/9791188071661_L.jpg&quot; /&gt;

        &lt;!-- 개선된 CSS 스타일 --&gt;
        &lt;style&gt;
        .product-comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-family: 'Noto Sans KR', sans-serif;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .product-comparison-table th {
            background: linear-gradient(135deg, #e52528, #ff6b6b);
            color: white;
            padding: 15px 10px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        
        .product-comparison-table td {
            padding: 15px 10px;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }
        
        .product-comparison-table tr:hover {
            background-color: #fff8f8;
            transition: all 0.3s ease;
        }
        
        /* 이미지 버튼 스타일 */
        .image-button-card {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            margin: 0 auto;
        }
        
        .image-button-card:hover {
            transform: scale(1.05);
        }
        
        .image-button-text {
            color: white;
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
        }
        
        .product-title {
            font-weight: bold;
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            max-width: 200px;
            text-align: left;
        }
        
        .price-info {
            text-align: center;
        }
        
        .original-price {
            color: #999;
            text-decoration: line-through;
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
        }
        
        .current-price {
            color: #e52528;
            font-weight: bold;
            font-size: 16px;
            display: block;
        }
        
        .discount-rate {
            color: #ff6b6b;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
        }
        
        .features-list {
            text-align: left;
            font-size: 13px;
            line-height: 1.6;
        }
        
        .features-list li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 15px;
        }
        
        .features-list li:before {
            content: '✓';
            color: #e52528;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .buy-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .buy-button:hover, .buy-button:focus, .buy-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new2-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .new2-button:hover, .new2-button:focus, .new2-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
            cursor: pointer;
        }
        
        .detail-image-button {
            width: 100%;
            max-width: 200px;
            height: 150px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .detail-image-button:hover {
            transform: scale(1.05);
        }
        
        .detail-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            width: 100%;
            margin-top: 15px;
        }
        
        .detail-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
        }
        
        .product-comparison-table tbody tr {
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .product-comparison-table tbody tr:hover {
            background-color: #fff8f8;
        }
        
        .product-comparison-table tbody tr:hover td:not(:first-child):not(:last-child) {
            background-color: #fffafa;
        }
        
        .intro-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            text-align: center;
        }
        
        .intro-section h2 {
            color: #e52528;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .intro-section p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #e52528;
            display: inline-block;
            width: 100%;
        }
        
        .product-detail-section {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
        }
        
        .product-card h3 {
            color: #e52528;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            border-left: 5px solid #e52528;
            padding-left: 15px;
        }
        
        /* 개선된 상품 상세 레이아웃 */
        .product-detail-container {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 25px;
            align-items: start;
        }
        
        .product-image-section {
            text-align: center;
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
        }
        
        .product-detail-img {
            width: 100%;
            max-width: 200px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .product-detail-img:hover {
            transform: scale(1.05);
        }
        
        .product-info-section {
            flex: 1;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .spec-table th {
            background: #f8f9fa;
            padding: 12px 15px;
            font-weight: bold;
            color: #333;
            width: 30%;
            text-align: left;
            border-bottom: 1px solid #dee2e6;
        }
        
        .spec-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #dee2e6;
            color: #666;
        }
        
        .spec-table tr:last-child th,
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        
        .rating-section {
            background: #fff9f9;
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
            border-left: 4px solid #e52528;
        }
        
        .rating-stars {
            color: #ffc107;
            font-size: 18px;
            margin-right: 10px;
        }
        
        .affiliate-disclaimer {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            font-size: 13px;
            color: #666;
            margin: 30px 0;
            border: 1px solid #dee2e6;
        }
        
        /* 갤럭시 폴드4 접힌 상태 (좁은 화면) 최적화 */
        @media (max-width: 400px) {
            .product-comparison-table {
                font-size: 10px;
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .product-comparison-table table {
                min-width: 380px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 6px 3px;
                min-width: 70px;
            }
            
            .image-button-card {
                width: 60px;
                height: 60px;
            }
            
            .image-button-text {
                font-size: 9px;
            }
            
            .product-title {
                font-size: 10px;
                max-width: 120px;
                line-height: 1.2;
            }
            
            .features-list {
                font-size: 9px;
                margin: 0;
                padding-left: 12px;
            }
            
            .features-list li {
                margin-bottom: 2px;
                padding-left: 10px;
            }
            
            .current-price {
                font-size: 12px !important;
            }
            
            .original-price {
                font-size: 10px !important;
            }
            
            .discount-rate {
                font-size: 9px !important;
            }
            
            .new2-button {
                font-size: 10px !important;
                padding: 8px 6px !important;
                min-height: 40px !important;
            }
            
            /* 상세 페이지 접힌 상태 최적화 */
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .product-image-section {
                padding: 15px;
            }
            
            .detail-image-button {
                max-width: 150px;
                height: 100px;
            }
            
            /* 2열 레이아웃을 1열로 변경 (접힌 상태) */
            .content-sections {
                grid-template-columns: 1fr !important;
                gap: 15px !important;
            }
        }
        
        /* 갤럭시 폴드4 중간 크기 (400px~768px) */
        @media (min-width: 401px) and (max-width: 768px) {
            .product-comparison-table {
                font-size: 11px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 8px 4px;
            }
            
            .image-button-card {
                width: 70px;
                height: 70px;
            }
            
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .product-title {
                font-size: 11px;
                max-width: 140px;
            }
            
            .features-list {
                font-size: 10px;
            }
            
            .buy-button {
                min-height: 44px;
                min-width: 44px;
                font-size: 12px;
                padding: 12px 16px;
            }
        }
        
        /* 공통 모바일 스타일 */
        @media (max-width: 768px) {
            .product-comparison-table tbody tr {
                -webkit-tap-highlight-color: rgba(229, 37, 40, 0.1);
                touch-action: manipulation;
            }
            
            .detail-image-button, .new-card {
                -webkit-tap-highlight-color: transparent;
                touch-action: manipulation;
            }
            
            .intro-section h2 {
                font-size: 20px;
            }
            
            .intro-section p {
                font-size: 14px;
            }
            
            .section-title {
                font-size: 18px;
            }
        }
        &lt;/style&gt;

        &lt;!-- 본문 시작 --&gt;
        &lt;div style=&quot;max-width: 1200px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;&quot;&gt;
        
        &lt;div class=&quot;intro-section&quot;&gt;
            &lt;h2&gt;  김사인 함께 읽기, 모악, 이종민 관련 추천 상품 모음&lt;/h2&gt;
            &lt;p&gt;엄선된 김사인 함께 읽기, 모악, 이종민 관련 상품들을 한눈에 비교해보세요. 가격, 기능, 후기를 종합적으로 분석하여 
            여러분의 선택을 도와드립니다. 아래 비교표를 통해 빠르게 원하는 상품을 찾아보세요!&lt;/p&gt;
        &lt;/div&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  빠른 비교표&lt;/h2&gt;
        &lt;table class=&quot;product-comparison-table&quot;&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;이미지&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;상품명&lt;/th&gt;
                    &lt;th style=&quot;width: 20%;&quot;&gt;가격 정보&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;주요 특징&lt;/th&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;구매링크&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
        
            &lt;tr data-target=&quot;#product-1&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;CiiOmk&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;사진&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;김사인 함께 읽기, 모악, 이종민&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (1개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;20,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;18,000원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;김사인 시인의 명시 수록&lt;/li&gt;&lt;li&gt;모악산의 아름다움 담아&lt;/li&gt;&lt;li&gt;이종민 시인의 해설 제공&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;CiiOmk&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;CiiOmk&quot;&gt;
                             색상 선택 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-2&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;5T4vFT&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;확대&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;이야기는 힘이 세다, 성서유니온&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (4개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;14,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;12,600원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;성경적 세계관 함양&lt;/li&gt;&lt;li&gt;다양한 이야기 제공&lt;/li&gt;&lt;li&gt;신앙 성장 도움&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;5T4vFT&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;5T4vFT&quot;&gt;
                             오늘 특가 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-3&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;mq9CvV&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;확대&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;함께 읽기 좋은 날:이민수 선생님의 다정한 독서 수업, 우리학교, 이민수&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (0개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;16,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;14,400원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;이민수 선생님 저술&lt;/li&gt;&lt;li&gt;따뜻한 독서 지도법&lt;/li&gt;&lt;li&gt;다양한 독서 활동 제시&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;mq9CvV&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;mq9CvV&quot;&gt;
                            ✨할인가 보기✨
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-4&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;9Eeoxc&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;사진으로&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽기 자신감 전 2권, 좋은교사&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (43개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;37,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;33,300원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;읽기 자신감 향상&lt;/li&gt;&lt;li&gt;2권 완벽 구성&lt;/li&gt;&lt;li&gt;체계적인 학습 설계&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;9Eeoxc&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;9Eeoxc&quot;&gt;
                             스펙 보기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-5&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;sDbU9e&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;사진으로&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽기 자신감 세트 3: 심화읽기, 좋은교사, 읽기 자신감 시리즈&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (31개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;37,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;33,300원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;심화 독해력 향상&lt;/li&gt;&lt;li&gt;다양한 읽기 전략 제시&lt;/li&gt;&lt;li&gt;좋은 교사의 노하우 담아&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;sDbU9e&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;sDbU9e&quot;&gt;
                             색상 선택 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-6&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;KCtXgP&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;상품&lt;br/&gt;이미지&lt;br/&gt;모음
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;따스함 기초편 1 : 따라 읽기 스스로 읽기 함께 읽기, 템북, 단품, 단품&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (12개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;8,010원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;따라 읽기 학습 지원&lt;/li&gt;&lt;li&gt;스스로 읽기 연습 가능&lt;/li&gt;&lt;li&gt;함께 읽기 활동 제시&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;KCtXgP&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;KCtXgP&quot;&gt;
                             추천 상품 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-7&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;61w49I&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;사진&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽기 학습 길잡이 1 자모지식·음운인식, BOOKK(부크크)&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (2개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;19,300원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;19,300원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;0%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;자모 지식 체계적 학습&lt;/li&gt;&lt;li&gt;음운 인식 능력 향상&lt;/li&gt;&lt;li&gt;재미있는 학습 콘텐츠&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;61w49I&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;61w49I&quot;&gt;
                             스펙 보기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-8&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;2QjPeE&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;이미지&lt;br/&gt;확인
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 여름):기초학력 향상을 위한 읽기유창성 ...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (0개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;8,010원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;읽기 유창성 향상&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기, 함께 읽기 학습 방식&lt;/li&gt;&lt;li&gt;기초 학력 향상 프로그램&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;2QjPeE&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;2QjPeE&quot;&gt;
                             오늘 특가 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;/tbody&gt;
        &lt;/table&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  더 자세하게 확인하는 상세 리뷰&lt;/h2&gt;
        
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-1&quot;&gt;
                &lt;h3&gt;1. 김사인 함께 읽기, 모악, 이종민&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;CiiOmk&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상품 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;20,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;18,000원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;CiiOmk&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;CiiOmk&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 추천 상품 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(1개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;김사인 시인의 명시 수록&lt;/li&gt;&lt;li&gt;모악산의 아름다움 담아&lt;/li&gt;&lt;li&gt;이종민 시인의 해설 제공&lt;/li&gt;&lt;li&gt;시와 그림의 조화로운 구성&lt;/li&gt;&lt;li&gt;감성적이고 서정적인 분위기&lt;/li&gt;&lt;li&gt;소장 가치 높은 고급 디자인&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;김사인&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;18,000원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (1개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;CiiOmk&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              고화질 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;김사인 시인의 시를 좋아하고, 아름다운 모악산의 풍경과 함께 감상하고 싶어서 구매했습니다.  이종민 시인의 해설도 기대됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;시집의 디자인과 종이 질을 미리 확인해보세요.  선물용으로도 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;시와 그림이 너무 아름답게 조화를 이루고 있어 감동했습니다.  소장 가치가 충분한 책입니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 분위기에서 감상하는 것이 좋습니다. 차분한 마음으로 천천히 읽어보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 김사인 시인의 어떤 시가 수록되어 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[다양한 시대의 대표 시들이 수록되어 있습니다.  목차를 참고하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 이종민 시인의 해설은 어떤 내용인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[시의 배경과 의미, 시적 표현 기법 등을 상세히 해설하고 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 그림의 작가는 누구인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[그림 작가 정보는 책 내부에 자세히 기재되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-2&quot;&gt;
                &lt;h3&gt;2. 이야기는 힘이 세다, 성서유니온&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;5T4vFT&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      이미지 보러가기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;14,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;12,600원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;5T4vFT&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;5T4vFT&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 추천 상품 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(4개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;성경적 세계관 함양&lt;/li&gt;&lt;li&gt;다양한 이야기 제공&lt;/li&gt;&lt;li&gt;신앙 성장 도움&lt;/li&gt;&lt;li&gt;깊이 있는 성찰 유도&lt;/li&gt;&lt;li&gt;삶의 적용 가능&lt;/li&gt;&lt;li&gt;성서유니온의 전문성&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;이야기는&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;12,600원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (4개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;5T4vFT&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              실제 모습 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;성경 이야기를 통해 신앙을 더 깊이 이해하고 싶어서 구매했습니다. 삶에 적용할 수 있는 통찰력을 얻을 수 있을 것 같아 기대됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본인의 신앙 수준과 관심 분야를 고려하여  읽을 부분을 선택하면 더 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;성경 이야기를 새롭게 해석하여 흥미롭게 읽었습니다. 삶에 적용할 만한 좋은 내용들이 많았습니다. 강추!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서  천천히 묵상하며 읽는 것이 좋습니다.  필기도구를 준비하면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 이야기의 종류는 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[구약과 신약의 다양한 이야기들을 균형있게 다룹니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 이 책을 읽으면 어떤 점이 좋은가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[성경적 세계관을 형성하고 삶에 적용할 수 있는 지혜를 얻을 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 이 책은 누구에게 추천하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[성경을 더 깊이 이해하고 싶거나 삶의 의미를 찾고자 하는 모든 분들께 추천합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-3&quot;&gt;
                &lt;h3&gt;3. 함께 읽기 좋은 날:이민수 선생님의 다정한 독서 수업, 우리학교, 이민수&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;mq9CvV&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      사진으로 확인하기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;16,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;14,400원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;mq9CvV&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;mq9CvV&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 오늘 특가 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(0개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;이민수 선생님 저술&lt;/li&gt;&lt;li&gt;따뜻한 독서 지도법&lt;/li&gt;&lt;li&gt;다양한 독서 활동 제시&lt;/li&gt;&lt;li&gt;초등학생 대상 맞춤&lt;/li&gt;&lt;li&gt;학교 현장 경험 바탕&lt;/li&gt;&lt;li&gt;독서 습관 형성 도움&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;함께&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;14,400원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (0개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;mq9CvV&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              이미지 보러가기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 독서 습관 형성에 도움이 될 것 같아 구매했습니다. 이민수 선생님의 경험과 노하우가 담겨 있어 기대됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 연령과 독서 수준을 고려하여 활용하면 더욱 효과적입니다.  꾸준한 독서 지도가 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 책 읽는 것을 더 좋아하게 되었어요!  다양한 활동 덕분에 재밌게 독서 습관을 들일 수 있었네요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이와 함께 편안한 공간에서 활용하면 좋습니다.  아이의 흥미를 유발하는 다양한 자료들을 함께 준비하면 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 이 책은 어떤 연령대를 위한 책인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[초등학생을 대상으로 하며, 연령에 맞춰 활용할 수 있도록 구성되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 책에 제시된 활동들을 모두 해야 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아닙니다. 아이의 수준과 흥미에 맞춰 선택적으로 활용할 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 독서 지도에 어려움을 느끼는 부모에게 도움이 될까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[네,  실제 학교 현장 경험을 바탕으로 쉽고 효과적인 독서 지도법을 제시합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-4&quot;&gt;
                &lt;h3&gt;4. 읽기 자신감 전 2권, 좋은교사&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;9Eeoxc&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상세 이미지 확인&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;37,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;33,300원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;9Eeoxc&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;9Eeoxc&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 색상 선택 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(43개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;읽기 자신감 향상&lt;/li&gt;&lt;li&gt;2권 완벽 구성&lt;/li&gt;&lt;li&gt;체계적인 학습 설계&lt;/li&gt;&lt;li&gt;좋은교사 브랜드 신뢰&lt;/li&gt;&lt;li&gt;실용적인 학습 방법 제시&lt;/li&gt;&lt;li&gt;다양한 연령층 활용 가능&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽기&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;33,300원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (43개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;9Eeoxc&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              실제 모습 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;읽기 능력 향상에 도움이 될 것 같아 구매했습니다. 체계적인 구성과 좋은교사 브랜드의 신뢰도가 높아 기대됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본인의 읽기 수준에 맞는 학습 계획을 세우고 꾸준히 학습하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;책 구성이 체계적이고, 실제로 읽기 실력 향상에 도움이 되었습니다. 강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 학습하는 것이 효과적입니다.  매일 꾸준히 학습하는 것을 권장합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 어떤 연령층에게 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[초등학생부터 성인까지 다양한 연령층이 활용 가능합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 학습 진행 방식은 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[각 권별 체계적인 학습 단계를 따라 진행하면 됩니다. 자세한 내용은 책을 참고하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 학습 효과를 높이려면 어떻게 해야 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[꾸준한 학습과 숙제를 병행하고, 학습 내용을 복습하는 것이 중요합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-5&quot;&gt;
                &lt;h3&gt;5. 읽기 자신감 세트 3: 심화읽기, 좋은교사, 읽기 자신감 시리즈&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;sDbU9e&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 갤러리&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;37,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;33,300원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;sDbU9e&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;sDbU9e&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 색상 선택 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(31개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;심화 독해력 향상&lt;/li&gt;&lt;li&gt;다양한 읽기 전략 제시&lt;/li&gt;&lt;li&gt;좋은 교사의 노하우 담아&lt;/li&gt;&lt;li&gt;읽기 자신감 UP 시리즈&lt;/li&gt;&lt;li&gt;체계적인 학습 구성&lt;/li&gt;&lt;li&gt;실전 문제 풀이 포함&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽기&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;33,300원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (31개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;sDbU9e&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 제품 갤러리 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;읽기 실력 향상에 도움이 될 것 같아 구매했어요. 체계적인 구성과 좋은 교사의 노하우가 마음에 들었어요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본인의 수준에 맞는 학습 계획을 세우고 꾸준히 학습하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;읽기 실력이 눈에 띄게 향상되었어요!  자신감도 생기고 너무 만족스러워요. 강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 학습하는 것이 좋습니다.  필기구와 노트를 준비하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 각 권의 학습 내용은 어떻게 연결되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[각 권은 연계되어 있으며, 심화 학습을 위한 단계별 구성입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 이 세트로 독해력 향상에 얼마나 효과적일까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[꾸준한 학습을 통해 독해력과 읽기 자신감을 향상시키는 데 도움이 됩니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 어떤 연령대에게 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[중학생 이상, 성인 모두에게 유용합니다.  학습 목표에 따라 선택하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-6&quot;&gt;
                &lt;h3&gt;6. 따스함 기초편 1 : 따라 읽기 스스로 읽기 함께 읽기, 템북, 단품, 단품&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;KCtXgP&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                    ✨ 실제 제품 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;8,010원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;KCtXgP&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;KCtXgP&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ⭐리뷰 비교⭐
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(12개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;따라 읽기 학습 지원&lt;/li&gt;&lt;li&gt;스스로 읽기 연습 가능&lt;/li&gt;&lt;li&gt;함께 읽기 활동 제시&lt;/li&gt;&lt;li&gt;템북 형태의 편리함&lt;/li&gt;&lt;li&gt;다양한 읽기 훈련 제공&lt;/li&gt;&lt;li&gt;아이들 눈높이 맞춤 구성&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;따스함&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;8,010원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (12개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;KCtXgP&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                            ✨ 실제 제품 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 능력 향상에 도움이 될 것 같아 구매했습니다.  따라 읽기, 스스로 읽기, 함께 읽기 활동이 잘 구성되어 있어 만족스럽습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 수준에 맞는 단계를 선택하고, 꾸준히 활용하는 것이 중요합니다.  함께 읽어주는 시간을 갖는 것을 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재미있게 읽기 연습을 하고 있어요.  덕분에 읽는 속도와 이해력이 많이 향상되었어요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  아이와 함께 편안하게 책을 읽을 수 있는 공간을 마련하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 템북이란 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[템북은 템플릿 북의 줄임말로, 다양한 활동을 할 수 있도록 구성된 책입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 어떤 연령대에 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 읽기 능력에 따라 유연하게 사용 가능합니다.  초등 저학년에게 특히 적합합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 따라 읽기 자료는 어떤 형태인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[본문 내용을 따라 읽을 수 있도록 큰 글씨와 그림이 함께 제공됩니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-7&quot;&gt;
                &lt;h3&gt;7. 읽기 학습 길잡이 1 자모지식·음운인식, BOOKK(부크크)&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;61w49I&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      사진으로 확인하기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;19,300원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;19,300원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;0%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;61w49I&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;61w49I&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ▶️상세 정보◀️
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(2개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;자모 지식 체계적 학습&lt;/li&gt;&lt;li&gt;음운 인식 능력 향상&lt;/li&gt;&lt;li&gt;재미있는 학습 콘텐츠&lt;/li&gt;&lt;li&gt;부모님 가이드 제공&lt;/li&gt;&lt;li&gt;BOOKK 전용 학습 플랫폼&lt;/li&gt;&lt;li&gt;다양한 학습 활동 제공&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽기&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;19,300원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;0%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (2개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;61w49I&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 제품 갤러리 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 능력 향상에 도움이 될 것 같아 구매했습니다. 체계적인 커리큘럼과 재미있는 콘텐츠가 마음에 들었습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 연령과 수준에 맞는 학습 단계를 선택하는 것이 중요합니다.  부모님 가이드를 참고하여 함께 학습하면 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌게 학습하고 있고, 읽기 실력이 눈에 띄게 향상되었어요!  강력 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  부모님의 지도와 함께 사용하면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 학습 플랫폼 사용법이 어려운가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;BOOKK 전용 앱은 사용이 간편하며, 자세한 사용 설명서가 제공됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 다른 학습 교재와 병행해도 될까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;본 교재는 독립적인 학습 과정이지만, 다른 교재와 병행하여 사용할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 학습 진도는 어떻게 관리하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;앱과 부모님 가이드를 통해 아이의 학습 진도를 확인하고 관리할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-8&quot;&gt;
                &lt;h3&gt;8. 따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 여름):기초학력 향상을 위한 읽기유창성 프로그램, 따스함: 따라 읽기, 스스로 읽기, 함께 읽기(실력.., 김중훈, 김복실, 노소온(저), 템북&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;2QjPeE&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                    ✨ 실제 제품 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;8,010원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;2QjPeE&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;2QjPeE&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ⭐리뷰 비교⭐
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(0개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;읽기 유창성 향상&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기, 함께 읽기 학습 방식&lt;/li&gt;&lt;li&gt;기초 학력 향상 프로그램&lt;/li&gt;&lt;li&gt;실력 향상에 초점&lt;/li&gt;&lt;li&gt;여름 학기용 학습자료&lt;/li&gt;&lt;li&gt;템북 출판사의 검증된 콘텐츠&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;따스함:&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;8,010원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (0개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;2QjPeE&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              확대 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 실력 향상을 위해 구매했어요.  다양한 학습 방식과 템북의 믿음직한 콘텐츠가 마음에 들었습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 수준에 맞는지 확인하고, 꾸준한 학습이 중요합니다.  학습 계획표를 활용하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌게 학습하고 읽기 속도가 빨라졌어요!  만족스러운 구매였습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  부모님의 지도가 필요할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 다른 학년용 교재도 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[다른 학년 및 학기용 교재도 출시될 예정입니다.  템북 홈페이지를 참고하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 본 교재의 난이도는 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[초등학생 기초 학력 향상에 중점을 둔 실력편입니다.  자세한 내용은 목차를 참고하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 학습 시간은 얼마나 걸리나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아이의 학습 속도에 따라 다르지만, 하루 30분 정도 학습하면 효과적입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
        &lt;div class=&quot;intro-section&quot; style=&quot;margin-top: 50px;&quot;&gt;
            &lt;h2&gt; 마지막으로 &lt;/h2&gt;
            &lt;p&gt;지금까지 김사인 함께 읽기, 모악, 이종민 추천 상품들을 살펴보았습니다. 각 제품마다 고유한 장점이 있으니, 
            개인의 용도와 예산에 맞는 제품을 선택하시기 바랍니다. 
            가격은 시시각각 변동될 수 있으니 꼭 사이트에 방문해서 확인해주세요.
            궁금한 점이 있으시면 언제든 댓글로 문의해주세요!&lt;/p&gt;
        &lt;/div&gt;
&lt;/div&gt;</description>
      <author>꿀팁 추천 정보  !  !</author>
      <guid isPermaLink="true">https://nypdpct.tistory.com/649</guid>
      <comments>https://nypdpct.tistory.com/649#entry649comment</comments>
      <pubDate>Thu, 16 Oct 2025 10:13:54 +0900</pubDate>
    </item>
    <item>
      <title>특별 따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름 템북 임박</title>
      <link>https://nypdpct.tistory.com/648</link>
      <description>        &lt;script&gt;
        document.addEventListener('DOMContentLoaded', function() {
            console.log('스크립트 로드됨');
            
            var rows = document.querySelectorAll('.product-comparison-table tbody tr');
            console.log('테이블 행 개수:', rows.length);
            
            rows.forEach(function(row, index) {
                console.log('행 ' + index + ' data-target:', row.getAttribute('data-target'));
                
                row.addEventListener('click', function(e) {
                    console.log('행 클릭됨:', e.target.tagName, e.target.className);
                    
                    if(e.target.closest('.new-card')) {
                        console.log('new-card 영역 클릭으로 링크 이동');
                        return;
                    }
                    
                    var target = this.getAttribute('data-target');
                    console.log('스크롤 이동할 타겟:', target);
                    
                    if(target) {
                        e.preventDefault();
                        e.stopPropagation();
                        
                        var targetElement = document.querySelector(target);
                        console.log('타겟 요소 찾음:', targetElement);
                        
                        if(targetElement) {
                            console.log('스크롤 이동 시작');
                            
                            var rect = targetElement.getBoundingClientRect();
                            var scrollTop = window.pageYOffset || document.documentElement.scrollTop;
                            var targetY = rect.top + scrollTop - 50;
                            
                            window.scrollTo({
                                top: targetY,
                                behavior: 'smooth'
                            });
                            
                            console.log('스크롤 완료, 이동 위치:', targetY);
                        } else {
                            console.log('타겟 요소를 찾을 수 없음:', target);
                        }
                    } else {
                        console.log('data-target 속성이 없음');
                    }
                });
            });
        });
        &lt;/script&gt;
        
        &lt;!-- 메타 태그 --&gt;
        &lt;meta name=&quot;description&quot; content=&quot;따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름, 템북 외 추천상품 모음 - 최저가 8,010원원부터 |   지금 바로 확인하세요!&quot; /&gt;
        &lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;
        &lt;meta property=&quot;og:title&quot; content=&quot;특별 따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름 템북 임박&quot; /&gt;
        &lt;meta property=&quot;og:description&quot; content=&quot;오늘의 추천 상품 특가 모음! 놓치지 마세요!&quot; /&gt;
        &lt;meta property=&quot;og:image&quot; content=&quot;https://thumbnail9.coupangcdn.com/thumbnails/remote/320x320ex/image/vendor_inventory/394a/2fe145832061cb577c2d32199bc5519ecb9c062224bf71972d30047249a4.jpg&quot; /&gt;

        &lt;!-- 개선된 CSS 스타일 --&gt;
        &lt;style&gt;
        .product-comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-family: 'Noto Sans KR', sans-serif;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .product-comparison-table th {
            background: linear-gradient(135deg, #e52528, #ff6b6b);
            color: white;
            padding: 15px 10px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        
        .product-comparison-table td {
            padding: 15px 10px;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }
        
        .product-comparison-table tr:hover {
            background-color: #fff8f8;
            transition: all 0.3s ease;
        }
        
        /* 이미지 버튼 스타일 */
        .image-button-card {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            margin: 0 auto;
        }
        
        .image-button-card:hover {
            transform: scale(1.05);
        }
        
        .image-button-text {
            color: white;
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
        }
        
        .product-title {
            font-weight: bold;
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            max-width: 200px;
            text-align: left;
        }
        
        .price-info {
            text-align: center;
        }
        
        .original-price {
            color: #999;
            text-decoration: line-through;
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
        }
        
        .current-price {
            color: #e52528;
            font-weight: bold;
            font-size: 16px;
            display: block;
        }
        
        .discount-rate {
            color: #ff6b6b;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
        }
        
        .features-list {
            text-align: left;
            font-size: 13px;
            line-height: 1.6;
        }
        
        .features-list li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 15px;
        }
        
        .features-list li:before {
            content: '✓';
            color: #e52528;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .buy-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .buy-button:hover, .buy-button:focus, .buy-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new2-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .new2-button:hover, .new2-button:focus, .new2-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
            cursor: pointer;
        }
        
        .detail-image-button {
            width: 100%;
            max-width: 200px;
            height: 150px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .detail-image-button:hover {
            transform: scale(1.05);
        }
        
        .detail-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            width: 100%;
            margin-top: 15px;
        }
        
        .detail-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
        }
        
        .product-comparison-table tbody tr {
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .product-comparison-table tbody tr:hover {
            background-color: #fff8f8;
        }
        
        .product-comparison-table tbody tr:hover td:not(:first-child):not(:last-child) {
            background-color: #fffafa;
        }
        
        .intro-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            text-align: center;
        }
        
        .intro-section h2 {
            color: #e52528;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .intro-section p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #e52528;
            display: inline-block;
            width: 100%;
        }
        
        .product-detail-section {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
        }
        
        .product-card h3 {
            color: #e52528;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            border-left: 5px solid #e52528;
            padding-left: 15px;
        }
        
        /* 개선된 상품 상세 레이아웃 */
        .product-detail-container {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 25px;
            align-items: start;
        }
        
        .product-image-section {
            text-align: center;
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
        }
        
        .product-detail-img {
            width: 100%;
            max-width: 200px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .product-detail-img:hover {
            transform: scale(1.05);
        }
        
        .product-info-section {
            flex: 1;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .spec-table th {
            background: #f8f9fa;
            padding: 12px 15px;
            font-weight: bold;
            color: #333;
            width: 30%;
            text-align: left;
            border-bottom: 1px solid #dee2e6;
        }
        
        .spec-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #dee2e6;
            color: #666;
        }
        
        .spec-table tr:last-child th,
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        
        .rating-section {
            background: #fff9f9;
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
            border-left: 4px solid #e52528;
        }
        
        .rating-stars {
            color: #ffc107;
            font-size: 18px;
            margin-right: 10px;
        }
        
        .affiliate-disclaimer {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            font-size: 13px;
            color: #666;
            margin: 30px 0;
            border: 1px solid #dee2e6;
        }
        
        /* 갤럭시 폴드4 접힌 상태 (좁은 화면) 최적화 */
        @media (max-width: 400px) {
            .product-comparison-table {
                font-size: 10px;
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .product-comparison-table table {
                min-width: 380px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 6px 3px;
                min-width: 70px;
            }
            
            .image-button-card {
                width: 60px;
                height: 60px;
            }
            
            .image-button-text {
                font-size: 9px;
            }
            
            .product-title {
                font-size: 10px;
                max-width: 120px;
                line-height: 1.2;
            }
            
            .features-list {
                font-size: 9px;
                margin: 0;
                padding-left: 12px;
            }
            
            .features-list li {
                margin-bottom: 2px;
                padding-left: 10px;
            }
            
            .current-price {
                font-size: 12px !important;
            }
            
            .original-price {
                font-size: 10px !important;
            }
            
            .discount-rate {
                font-size: 9px !important;
            }
            
            .new2-button {
                font-size: 10px !important;
                padding: 8px 6px !important;
                min-height: 40px !important;
            }
            
            /* 상세 페이지 접힌 상태 최적화 */
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .product-image-section {
                padding: 15px;
            }
            
            .detail-image-button {
                max-width: 150px;
                height: 100px;
            }
            
            /* 2열 레이아웃을 1열로 변경 (접힌 상태) */
            .content-sections {
                grid-template-columns: 1fr !important;
                gap: 15px !important;
            }
        }
        
        /* 갤럭시 폴드4 중간 크기 (400px~768px) */
        @media (min-width: 401px) and (max-width: 768px) {
            .product-comparison-table {
                font-size: 11px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 8px 4px;
            }
            
            .image-button-card {
                width: 70px;
                height: 70px;
            }
            
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .product-title {
                font-size: 11px;
                max-width: 140px;
            }
            
            .features-list {
                font-size: 10px;
            }
            
            .buy-button {
                min-height: 44px;
                min-width: 44px;
                font-size: 12px;
                padding: 12px 16px;
            }
        }
        
        /* 공통 모바일 스타일 */
        @media (max-width: 768px) {
            .product-comparison-table tbody tr {
                -webkit-tap-highlight-color: rgba(229, 37, 40, 0.1);
                touch-action: manipulation;
            }
            
            .detail-image-button, .new-card {
                -webkit-tap-highlight-color: transparent;
                touch-action: manipulation;
            }
            
            .intro-section h2 {
                font-size: 20px;
            }
            
            .intro-section p {
                font-size: 14px;
            }
            
            .section-title {
                font-size: 18px;
            }
        }
        &lt;/style&gt;

        &lt;!-- 본문 시작 --&gt;
        &lt;div style=&quot;max-width: 1200px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;&quot;&gt;
        
        &lt;div class=&quot;intro-section&quot;&gt;
            &lt;h2&gt;  따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름, 템북 관련 추천 상품 모음&lt;/h2&gt;
            &lt;p&gt;엄선된 따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름, 템북 관련 상품들을 한눈에 비교해보세요. 가격, 기능, 후기를 종합적으로 분석하여 
            여러분의 선택을 도와드립니다. 아래 비교표를 통해 빠르게 원하는 상품을 찾아보세요!&lt;/p&gt;
        &lt;/div&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  빠른 비교표&lt;/h2&gt;
        &lt;table class=&quot;product-comparison-table&quot;&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;이미지&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;상품명&lt;/th&gt;
                    &lt;th style=&quot;width: 20%;&quot;&gt;가격 정보&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;주요 특징&lt;/th&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;구매링크&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
        
            &lt;tr data-target=&quot;#product-1&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;kkt5fd&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;사진&lt;br/&gt;갤러리
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름, 템북&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (12개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;8,010원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;따라 읽기 학습 지원&lt;/li&gt;&lt;li&gt;스스로 읽기 연습 가능&lt;/li&gt;&lt;li&gt;함께 읽기 활용도 높음&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;kkt5fd&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;kkt5fd&quot;&gt;
                             상세 정보 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-2&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;M6bDHG&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 ️&lt;br/&gt;사진&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;인생 명언 100:나에게 힘을 주는 하루 한 문장, 리스컴, 김우태&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (4개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;13,800원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;12,420원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;100개 명언 수록&lt;/li&gt;&lt;li&gt;하루 한 문장 제공&lt;/li&gt;&lt;li&gt;힘을 주는 긍정 메시지&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;M6bDHG&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;M6bDHG&quot;&gt;
                            ▶️상세 정보◀️
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-3&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;jvZd97&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;이미지&lt;br/&gt;확인
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;읽는다는 것:독서법 전통을 통해서 본 성경 읽기와 묵상, IVP&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (3개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;15,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;13,500원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;성경 읽기 전통 소개&lt;/li&gt;&lt;li&gt;다양한 독서법 제시&lt;/li&gt;&lt;li&gt;묵상 방법 상세히 설명&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;jvZd97&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;jvZd97&quot;&gt;
                             바로 구매 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-4&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;uFKNiN&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;제품&lt;br/&gt;이미지&lt;br/&gt;크게보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;소리와 글자가 함께하는함께한글 자음의 종성편 1, 창조와지식&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (1개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;20,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;18,000원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;자음 종성 학습 집중&lt;/li&gt;&lt;li&gt;소리와 글자 동시 학습&lt;/li&gt;&lt;li&gt;창의력 향상 도움&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;uFKNiN&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;uFKNiN&quot;&gt;
                             바로 구매 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-5&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;wwXkez&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;사진으로&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;한글 척척 읽기 1·2·3·4 통합본: 받침 없는 글자부터 겹받침까지 한글 떼고 처음 읽는...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (23개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;32,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;28,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;1~4권 통합본 편리함&lt;/li&gt;&lt;li&gt;받침 없는 글자부터 학습&lt;/li&gt;&lt;li&gt;겹받침까지 완벽 마스터&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;wwXkez&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;wwXkez&quot;&gt;
                             상세 정보 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-6&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;yL6UOj&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;상세&lt;br/&gt;이미지&lt;br/&gt;확인
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;함께 읽기는 힘이 세다/송승훈외.서해문집.2014&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (0개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;4,500원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;4,500원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;0%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;함께 읽는 즐거움 증대&lt;/li&gt;&lt;li&gt;다양한 독서 경험 제공&lt;/li&gt;&lt;li&gt;서해문집 출판 도서&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;yL6UOj&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;yL6UOj&quot;&gt;
                             장바구니 담기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-7&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;cDYJro&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;모습&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 봄):기초학력 향상을 위한 읽기유창성 프...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (12개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;8,010원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;읽기 유창성 향상&lt;/li&gt;&lt;li&gt;기초학력 향상 도움&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;cDYJro&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;cDYJro&quot;&gt;
                             오늘 특가 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-8&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;v1PVyW&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;이미지&lt;br/&gt;확인
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;이야기는 힘이 세다:김시습의 금오신화, 보물창고, 강숙인&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (0개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;13,800원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;13,110원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;5%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;김시습의 금오신화 해설&lt;/li&gt;&lt;li&gt;꼼꼼한 주석과 해설&lt;/li&gt;&lt;li&gt;풍부한 보조 자료 제공&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;v1PVyW&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;v1PVyW&quot;&gt;
                            ▶️상세 정보◀️
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;/tbody&gt;
        &lt;/table&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  더 자세하게 확인하는 상세 리뷰&lt;/h2&gt;
        
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-1&quot;&gt;
                &lt;h3&gt;1. 따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름, 템북&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;kkt5fd&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      확대 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;8,010원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;kkt5fd&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;kkt5fd&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 스펙 보기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(12개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;따라 읽기 학습 지원&lt;/li&gt;&lt;li&gt;스스로 읽기 연습 가능&lt;/li&gt;&lt;li&gt;함께 읽기 활용도 높음&lt;/li&gt;&lt;li&gt;읽기 실력 향상 도움&lt;/li&gt;&lt;li&gt;여름 테마 템북 구성&lt;/li&gt;&lt;li&gt;8,010원 저렴한 가격&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;따스함:&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;8,010원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (12개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;kkt5fd&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              제품 이미지 크게보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 능력 향상을 위해 구매했어요. 따라 읽기, 스스로 읽기, 함께 읽기 활동이 다양하게 포함되어 있어 만족스러워요. 여름 테마라 더욱 흥미롭네요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 수준에 맞는 난이도를 선택하고, 꾸준히 활용하는 것이 중요합니다.  다양한 활동을 병행하면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌어하며 잘 활용하고 있어요. 읽기 실력이 눈에 띄게 향상된 것 같아 매우 만족합니다.  추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다. 아이와 함께 편안하게 읽을 수 있는 공간을 마련해주세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 다양한 연령대가 사용 가능한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;아이의 읽기 수준에 따라 선택하여 사용할 수 있습니다. 다양한 난이도의 내용이 포함되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 템북 구성은 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;여름 테마의 다양한 이야기와 활동지로 구성되어 있습니다. 자세한 내용은 상품 설명을 참고하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 따라 읽기, 스스로 읽기, 함께 읽기 활동은 어떻게 진행하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;각 활동에 대한 자세한 설명과 지침이 책에 포함되어 있습니다.  쉽게 따라 할 수 있도록 구성되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-2&quot;&gt;
                &lt;h3&gt;2. 인생 명언 100:나에게 힘을 주는 하루 한 문장, 리스컴, 김우태&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;M6bDHG&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상세 이미지 확인&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;13,800원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;12,420원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;M6bDHG&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;M6bDHG&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 추천 상품 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(4개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;100개 명언 수록&lt;/li&gt;&lt;li&gt;하루 한 문장 제공&lt;/li&gt;&lt;li&gt;힘을 주는 긍정 메시지&lt;/li&gt;&lt;li&gt;콤팩트한 사이즈&lt;/li&gt;&lt;li&gt;휴대 및 읽기 편리&lt;/li&gt;&lt;li&gt;삶의 지혜 담은 명언&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;인생&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;12,420원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (4개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;M6bDHG&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              고화질 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;매일 힘이 되는 명언으로 긍정적인 하루를 시작하고 싶어서 구매했습니다.  간편한 크기로 휴대도 용이합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본인에게 와닿는 명언을 따로 표시해두면 좋습니다.  매일 읽는 습관을 들이세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;매일 아침 한 문장씩 읽으며 하루를 시작하는데, 정말 큰 힘이 됩니다.  마음이 평온해지는 느낌이에요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;가방이나 책상 위에 두고 수시로 읽으면 좋습니다.  잠자리에 들기 전에도 읽어보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 명언 선정 기준은 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[삶의 지혜와 긍정적 메시지를 전달하는 명언들을 엄선했습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 책의 구성은 어떻게 되어 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[매일 한 문장씩, 총 100개의 명언이 날짜 순으로 구성되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 글씨 크기는 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[눈이 편안한 크기의 글씨체로 읽기 편하게 제작되었습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-3&quot;&gt;
                &lt;h3&gt;3. 읽는다는 것:독서법 전통을 통해서 본 성경 읽기와 묵상, IVP&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;jvZd97&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      확대 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;15,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;13,500원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;jvZd97&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;jvZd97&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 추천 상품 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(3개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;성경 읽기 전통 소개&lt;/li&gt;&lt;li&gt;다양한 독서법 제시&lt;/li&gt;&lt;li&gt;묵상 방법 상세히 설명&lt;/li&gt;&lt;li&gt;IVP 출판사의 신뢰도&lt;/li&gt;&lt;li&gt;성경 이해도 향상 도움&lt;/li&gt;&lt;li&gt;실제 적용 가능한 내용&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;읽는다는&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;13,500원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (3개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;jvZd97&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 제품 갤러리 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;성경 읽기와 묵상 방법을 체계적으로 배우고 싶어 구매했습니다.  전통적인 독서법을 바탕으로 깊이 있는 성경 이해를 얻을 수 있을 것 같아 기대됩니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;본인의 성경 읽기 수준과 목표를 고려하여  읽는 순서와 방법을 선택하세요.  꾸준한 실천이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;성경을 더 깊이 이해하는데 큰 도움이 되었습니다!  묵상 방법도 구체적으로 설명되어 있어 좋았습니다.  강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서  차분하게 읽고 묵상하는 것이 좋습니다.  필기도구와 성경을 함께 준비하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 이 책은 어떤 독자에게 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;성경을 더 깊이 있게 이해하고 싶거나, 묵상하는 방법을 배우고 싶은 모든 독자에게 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 책의 내용은 어떤 방식으로 구성되어 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;성경 읽기의 전통적인 방법들을 소개하고, 다양한 독서법과 묵상법을 단계적으로 설명합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 이 책을 통해 얻을 수 있는 실질적인 효과는 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;성경에 대한 이해도를 높이고,  말씀을 삶에 적용하는 데 도움을 받을 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-4&quot;&gt;
                &lt;h3&gt;4. 소리와 글자가 함께하는함께한글 자음의 종성편 1, 창조와지식&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;uFKNiN&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                    ✨ 실제 제품 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;20,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;18,000원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;uFKNiN&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;uFKNiN&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 장바구니 담기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(1개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;자음 종성 학습 집중&lt;/li&gt;&lt;li&gt;소리와 글자 동시 학습&lt;/li&gt;&lt;li&gt;창의력 향상 도움&lt;/li&gt;&lt;li&gt;재미있는 학습 콘텐츠&lt;/li&gt;&lt;li&gt;체계적인 커리큘럼&lt;/li&gt;&lt;li&gt;1:1 맞춤 학습 지원&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;소리와&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;18,000원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (1개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;uFKNiN&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              사진으로 확인하기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌게 한글을 익히도록 도와주는 교재라 구매했어요. 소리와 글자를 함께 배우니 효과가 좋네요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 학습 수준에 맞춰 단계별로 학습시키세요.  꾸준한 학습이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 한글을 빨리 떼서 너무 만족해요!  재미있는 그림과 소리 덕분에 즐겁게 학습했어요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  부모님의 지도가 필요할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 종성 학습에 어려움을 느끼는 아이에게 효과적일까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[네, 종성에 집중하여 체계적으로 학습하도록 구성되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 다른 한글 학습 교재와 어떤 차이점이 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[소리와 글자를 동시에 학습하여 효과적인 학습을 지원합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 본 교재를 통해 어떤 능력을 기를 수 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[자음 종성을 정확히 이해하고, 읽고 쓰는 능력을 향상시킬 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-5&quot;&gt;
                &lt;h3&gt;5. 한글 척척 읽기 1·2·3·4 통합본: 받침 없는 글자부터 겹받침까지 한글 떼고 처음 읽는 책, 해랑한국어&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;wwXkez&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      실제 모습 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;32,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;28,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;wwXkez&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;wwXkez&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 장바구니 담기 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(23개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;1~4권 통합본 편리함&lt;/li&gt;&lt;li&gt;받침 없는 글자부터 학습&lt;/li&gt;&lt;li&gt;겹받침까지 완벽 마스터&lt;/li&gt;&lt;li&gt;한글떼기 초보자에게 최적&lt;/li&gt;&lt;li&gt;재미있는 그림과 학습법&lt;/li&gt;&lt;li&gt;해랑한국어 전문가 구성&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;한글&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;28,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (23개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;wwXkez&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              실제 모습 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;한글을 처음 배우는 아이에게 딱 맞는 구성과 그림이 풍부해서 효과적인 학습이 가능할 것 같아 구매했습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 학습 속도에 맞춰 진행하고, 그림과 함께 꾸준히 반복 학습하는 것이 중요합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌게 한글을 익히고 있어요!  덕분에 한글 읽기에 자신감이 생겼습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중이 잘 되는 환경에서 아이와 함께 학습하는 것이 좋습니다.  매일 꾸준히 조금씩 학습하는 것을 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 받침 없는 글자부터 시작하는데, 어려울까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[걱정 마세요! 그림과 함께 쉽고 재미있게 구성되어 있어 아이들이 흥미를 느낄 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 겹받침 학습은 어떻게 진행되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[단계별로 꼼꼼하게 설명되어 있어 쉽게 이해하고 익힐 수 있도록 구성되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 다른 한글 학습 교재와 어떤 차이점이 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[1~4권을 통합하여 효율적인 학습이 가능하며, 해랑한국어 전문가가 개발하여 체계적인 학습이 가능합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-6&quot;&gt;
                &lt;h3&gt;6. 함께 읽기는 힘이 세다/송승훈외.서해문집.2014&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;yL6UOj&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      고화질 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;4,500원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;4,500원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;0%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;yL6UOj&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;yL6UOj&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 재고 확인 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(0개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;함께 읽는 즐거움 증대&lt;/li&gt;&lt;li&gt;다양한 독서 경험 제공&lt;/li&gt;&lt;li&gt;서해문집 출판 도서&lt;/li&gt;&lt;li&gt;2014년 출간 도서&lt;/li&gt;&lt;li&gt;송승훈 외 공동 저술&lt;/li&gt;&lt;li&gt;깊이 있는 내용 담아&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;함께&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;4,500원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;0%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (0개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;yL6UOj&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                            ✨ 실물 사진 보러가기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;다양한 작가의 글을 한 권으로 만나볼 수 있어서 구매했습니다.  함께 읽고 토론하기 좋은 책입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;책의 목차를 미리 확인하고, 관심 있는 주제를 중심으로 읽어보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;여러 작가의 시각을 접할 수 있어 좋았습니다.  다양한 주제로 풍부한 독서 경험을 했습니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 편안하게 읽는 것을 추천합니다.  필기구를 준비하면 더욱 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 책의 내용은 어떤 주제를 다루나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;다양한 주제의 글들이 수록되어 있어 다채로운 독서 경험을 제공합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 이 책은 어떤 독자에게 적합한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;다양한 글쓰기와 독서에 관심 있는 모든 독자에게 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 함께 읽기에 적합한 이유는 무엇인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;다양한 관점과 주제를 제공하여 토론과 공유에 용이합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-7&quot;&gt;
                &lt;h3&gt;7. 따스함: 따라 읽기 스스로 읽기 함께 읽기(실력편 봄):기초학력 향상을 위한 읽기유창성 프로그램, 템북, 김중훈 외&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;cDYJro&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                    ✨ 실물 사진 보러가기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;8,900원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;8,010원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;cDYJro&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;cDYJro&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 상세 정보 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(12개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;읽기 유창성 향상&lt;/li&gt;&lt;li&gt;기초학력 향상 도움&lt;/li&gt;&lt;li&gt;따라 읽기, 스스로 읽기&lt;/li&gt;&lt;li&gt;함께 읽기 활용 가능&lt;/li&gt;&lt;li&gt;봄 학기 실력 향상&lt;/li&gt;&lt;li&gt;템북 활용 편리성&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;따스함:&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;8,010원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (12개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;cDYJro&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              실제 모습 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 실력 향상에 도움이 될 것 같아 구매했습니다. 템북 활용이 편리하고, 다양한 읽기 활동이 포함되어 있어 만족스럽습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 읽기 수준에 맞는 단계를 선택하고, 꾸준히 활용하는 것이 중요합니다.  템북 활용법을 미리 숙지하면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 재밌게 따라 읽고 스스로 읽는 연습을 하고 있습니다. 읽기 속도와 이해도가 눈에 띄게 향상되었어요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 사용하는 것이 좋습니다.  아이의 흥미를 유지하며 꾸준히 활용하면 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 템북 활용 방법이 어렵지 않나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[템북 사용 설명서가 자세하게 제공되며,  따라하기 쉽게 구성되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 다양한 연령대가 사용 가능한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[본 상품은 초등 저학년의 기초 학력 향상에 초점을 맞춰 제작되었습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 읽기 능력 향상 외 다른 효과는 없나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[집중력 향상과 어휘력 확장에도 도움이 될 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-8&quot;&gt;
                &lt;h3&gt;8. 이야기는 힘이 세다:김시습의 금오신화, 보물창고, 강숙인&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;v1PVyW&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;13,800원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;13,110원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;5%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;v1PVyW&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;v1PVyW&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ✨할인가 보기✨
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(0개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;김시습의 금오신화 해설&lt;/li&gt;&lt;li&gt;꼼꼼한 주석과 해설&lt;/li&gt;&lt;li&gt;풍부한 보조 자료 제공&lt;/li&gt;&lt;li&gt;고전 문학 이해 증진&lt;/li&gt;&lt;li&gt;아름다운 디자인 편집&lt;/li&gt;&lt;li&gt;청소년 권장 도서&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;이야기는&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;13,110원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;5%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (0개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;v1PVyW&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              제품 이미지 크게보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;김시습의 금오신화를 깊이 있게 이해하고 싶어서 구매했습니다.  해설이 자세하고, 보조자료도 풍부해서 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;고전 문학에 대한 기본 지식이 있으면 더욱 효과적으로 학습할 수 있습니다.  차례를 먼저 살펴보세요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;해설이 정말 친절하고 이해하기 쉬워서 금오신화를 재밌게 읽었습니다.  강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 집중할 수 있는 환경에서 읽는 것을 추천합니다.  필기구를 준비하여 중요 내용을 메모하면 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 금오신화의 내용이 어려운데, 이해하는데 도움이 될까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;네,  본 책은 꼼꼼한 주석과 해설을 제공하여 이해를 돕습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 어떤 연령대에게 추천하시나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;중고등학생 이상 고전 문학에 관심있는 모든 분들께 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 책의 구성은 어떻게 되어 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;본문, 주석, 해설, 부록 등으로 구성되어 있습니다.  자세한 목차는 책 표지를 참고하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
        &lt;div class=&quot;intro-section&quot; style=&quot;margin-top: 50px;&quot;&gt;
            &lt;h2&gt; 마지막으로 &lt;/h2&gt;
            &lt;p&gt;지금까지 따스함: 따라 읽기 스스로 읽기 함께 읽기 실력편 여름, 템북 추천 상품들을 살펴보았습니다. 각 제품마다 고유한 장점이 있으니, 
            개인의 용도와 예산에 맞는 제품을 선택하시기 바랍니다. 
            가격은 시시각각 변동될 수 있으니 꼭 사이트에 방문해서 확인해주세요.
            궁금한 점이 있으시면 언제든 댓글로 문의해주세요!&lt;/p&gt;
        &lt;/div&gt;
&lt;/div&gt;</description>
      <author>꿀팁 추천 정보  !  !</author>
      <guid isPermaLink="true">https://nypdpct.tistory.com/648</guid>
      <comments>https://nypdpct.tistory.com/648#entry648comment</comments>
      <pubDate>Thu, 16 Oct 2025 07:05:43 +0900</pubDate>
    </item>
    <item>
      <title>편리  열두 달 절집 밥상: 두 번째 이야기 웅진리빙하우스 대안 스님 배송</title>
      <link>https://nypdpct.tistory.com/647</link>
      <description>        &lt;script&gt;
        document.addEventListener('DOMContentLoaded', function() {
            console.log('스크립트 로드됨');
            
            var rows = document.querySelectorAll('.product-comparison-table tbody tr');
            console.log('테이블 행 개수:', rows.length);
            
            rows.forEach(function(row, index) {
                console.log('행 ' + index + ' data-target:', row.getAttribute('data-target'));
                
                row.addEventListener('click', function(e) {
                    console.log('행 클릭됨:', e.target.tagName, e.target.className);
                    
                    if(e.target.closest('.new-card')) {
                        console.log('new-card 영역 클릭으로 링크 이동');
                        return;
                    }
                    
                    var target = this.getAttribute('data-target');
                    console.log('스크롤 이동할 타겟:', target);
                    
                    if(target) {
                        e.preventDefault();
                        e.stopPropagation();
                        
                        var targetElement = document.querySelector(target);
                        console.log('타겟 요소 찾음:', targetElement);
                        
                        if(targetElement) {
                            console.log('스크롤 이동 시작');
                            
                            var rect = targetElement.getBoundingClientRect();
                            var scrollTop = window.pageYOffset || document.documentElement.scrollTop;
                            var targetY = rect.top + scrollTop - 50;
                            
                            window.scrollTo({
                                top: targetY,
                                behavior: 'smooth'
                            });
                            
                            console.log('스크롤 완료, 이동 위치:', targetY);
                        } else {
                            console.log('타겟 요소를 찾을 수 없음:', target);
                        }
                    } else {
                        console.log('data-target 속성이 없음');
                    }
                });
            });
        });
        &lt;/script&gt;
        
        &lt;!-- 메타 태그 --&gt;
        &lt;meta name=&quot;description&quot; content=&quot;열두 달 절집 밥상: 두 번째 이야기, 웅진리빙하우스, 대안 스님 외 추천상품 모음 - 최저가 16,200원원부터 |   지금 바로 확인하세요!&quot; /&gt;
        &lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;
        &lt;meta property=&quot;og:title&quot; content=&quot;편리  열두 달 절집 밥상: 두 번째 이야기 웅진리빙하우스 대안 스님 배송&quot; /&gt;
        &lt;meta property=&quot;og:description&quot; content=&quot;오늘의 추천 상품 특가 모음! 놓치지 마세요!&quot; /&gt;
        &lt;meta property=&quot;og:image&quot; content=&quot;https://thumbnail9.coupangcdn.com/thumbnails/remote/320x320ex/image/vendor_inventory/e580/c2162356fed827b79f34d26318f1f44fc5a080c3224c2feba38052205a67.jpg&quot; /&gt;

        &lt;!-- 개선된 CSS 스타일 --&gt;
        &lt;style&gt;
        .product-comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-family: 'Noto Sans KR', sans-serif;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .product-comparison-table th {
            background: linear-gradient(135deg, #e52528, #ff6b6b);
            color: white;
            padding: 15px 10px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }
        
        .product-comparison-table td {
            padding: 15px 10px;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }
        
        .product-comparison-table tr:hover {
            background-color: #fff8f8;
            transition: all 0.3s ease;
        }
        
        /* 이미지 버튼 스타일 */
        .image-button-card {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            margin: 0 auto;
        }
        
        .image-button-card:hover {
            transform: scale(1.05);
        }
        
        .image-button-text {
            color: white;
            text-align: center;
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
        }
        
        .product-title {
            font-weight: bold;
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            max-width: 200px;
            text-align: left;
        }
        
        .price-info {
            text-align: center;
        }
        
        .original-price {
            color: #999;
            text-decoration: line-through;
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
        }
        
        .current-price {
            color: #e52528;
            font-weight: bold;
            font-size: 16px;
            display: block;
        }
        
        .discount-rate {
            color: #ff6b6b;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
        }
        
        .features-list {
            text-align: left;
            font-size: 13px;
            line-height: 1.6;
        }
        
        .features-list li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 15px;
        }
        
        .features-list li:before {
            content: '✓';
            color: #e52528;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .buy-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .buy-button:hover, .buy-button:focus, .buy-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new2-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            min-height: 44px;
            min-width: 44px;
        }
        
        .new2-button:hover, .new2-button:focus, .new2-button:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
            outline: none;
        }
        
        .new-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
            cursor: pointer;
        }
        
        .detail-image-button {
            width: 100%;
            max-width: 200px;
            height: 150px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .detail-image-button:hover {
            transform: scale(1.05);
        }
        
        .detail-button {
            background: linear-gradient(135deg, #e52528, #ff4444);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(229, 37, 40, 0.3);
            width: 100%;
            margin-top: 15px;
        }
        
        .detail-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(229, 37, 40, 0.4);
        }
        
        .product-comparison-table tbody tr {
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .product-comparison-table tbody tr:hover {
            background-color: #fff8f8;
        }
        
        .product-comparison-table tbody tr:hover td:not(:first-child):not(:last-child) {
            background-color: #fffafa;
        }
        
        .intro-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            text-align: center;
        }
        
        .intro-section h2 {
            color: #e52528;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .intro-section p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #e52528;
            display: inline-block;
            width: 100%;
        }
        
        .product-detail-section {
            background: white;
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
        }
        
        .product-card h3 {
            color: #e52528;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            border-left: 5px solid #e52528;
            padding-left: 15px;
        }
        
        /* 개선된 상품 상세 레이아웃 */
        .product-detail-container {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 25px;
            align-items: start;
        }
        
        .product-image-section {
            text-align: center;
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
        }
        
        .product-detail-img {
            width: 100%;
            max-width: 200px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 15px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .product-detail-img:hover {
            transform: scale(1.05);
        }
        
        .product-info-section {
            flex: 1;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .spec-table th {
            background: #f8f9fa;
            padding: 12px 15px;
            font-weight: bold;
            color: #333;
            width: 30%;
            text-align: left;
            border-bottom: 1px solid #dee2e6;
        }
        
        .spec-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #dee2e6;
            color: #666;
        }
        
        .spec-table tr:last-child th,
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        
        .rating-section {
            background: #fff9f9;
            padding: 15px;
            border-radius: 8px;
            margin: 15px 0;
            border-left: 4px solid #e52528;
        }
        
        .rating-stars {
            color: #ffc107;
            font-size: 18px;
            margin-right: 10px;
        }
        
        .affiliate-disclaimer {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            font-size: 13px;
            color: #666;
            margin: 30px 0;
            border: 1px solid #dee2e6;
        }
        
        /* 갤럭시 폴드4 접힌 상태 (좁은 화면) 최적화 */
        @media (max-width: 400px) {
            .product-comparison-table {
                font-size: 10px;
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .product-comparison-table table {
                min-width: 380px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 6px 3px;
                min-width: 70px;
            }
            
            .image-button-card {
                width: 60px;
                height: 60px;
            }
            
            .image-button-text {
                font-size: 9px;
            }
            
            .product-title {
                font-size: 10px;
                max-width: 120px;
                line-height: 1.2;
            }
            
            .features-list {
                font-size: 9px;
                margin: 0;
                padding-left: 12px;
            }
            
            .features-list li {
                margin-bottom: 2px;
                padding-left: 10px;
            }
            
            .current-price {
                font-size: 12px !important;
            }
            
            .original-price {
                font-size: 10px !important;
            }
            
            .discount-rate {
                font-size: 9px !important;
            }
            
            .new2-button {
                font-size: 10px !important;
                padding: 8px 6px !important;
                min-height: 40px !important;
            }
            
            /* 상세 페이지 접힌 상태 최적화 */
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .product-image-section {
                padding: 15px;
            }
            
            .detail-image-button {
                max-width: 150px;
                height: 100px;
            }
            
            /* 2열 레이아웃을 1열로 변경 (접힌 상태) */
            .content-sections {
                grid-template-columns: 1fr !important;
                gap: 15px !important;
            }
        }
        
        /* 갤럭시 폴드4 중간 크기 (400px~768px) */
        @media (min-width: 401px) and (max-width: 768px) {
            .product-comparison-table {
                font-size: 11px;
            }
            
            .product-comparison-table th,
            .product-comparison-table td {
                padding: 8px 4px;
            }
            
            .image-button-card {
                width: 70px;
                height: 70px;
            }
            
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .product-title {
                font-size: 11px;
                max-width: 140px;
            }
            
            .features-list {
                font-size: 10px;
            }
            
            .buy-button {
                min-height: 44px;
                min-width: 44px;
                font-size: 12px;
                padding: 12px 16px;
            }
        }
        
        /* 공통 모바일 스타일 */
        @media (max-width: 768px) {
            .product-comparison-table tbody tr {
                -webkit-tap-highlight-color: rgba(229, 37, 40, 0.1);
                touch-action: manipulation;
            }
            
            .detail-image-button, .new-card {
                -webkit-tap-highlight-color: transparent;
                touch-action: manipulation;
            }
            
            .intro-section h2 {
                font-size: 20px;
            }
            
            .intro-section p {
                font-size: 14px;
            }
            
            .section-title {
                font-size: 18px;
            }
        }
        &lt;/style&gt;

        &lt;!-- 본문 시작 --&gt;
        &lt;div style=&quot;max-width: 1200px; margin: 0 auto; font-family: 'Noto Sans KR', sans-serif;&quot;&gt;
        
        &lt;div class=&quot;intro-section&quot;&gt;
            &lt;h2&gt;  열두 달 절집 밥상: 두 번째 이야기, 웅진리빙하우스, 대안 스님 관련 추천 상품 모음&lt;/h2&gt;
            &lt;p&gt;엄선된 열두 달 절집 밥상: 두 번째 이야기, 웅진리빙하우스, 대안 스님 관련 상품들을 한눈에 비교해보세요. 가격, 기능, 후기를 종합적으로 분석하여 
            여러분의 선택을 도와드립니다. 아래 비교표를 통해 빠르게 원하는 상품을 찾아보세요!&lt;/p&gt;
        &lt;/div&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  빠른 비교표&lt;/h2&gt;
        &lt;table class=&quot;product-comparison-table&quot;&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;이미지&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;상품명&lt;/th&gt;
                    &lt;th style=&quot;width: 20%;&quot;&gt;가격 정보&lt;/th&gt;
                    &lt;th style=&quot;width: 25%;&quot;&gt;주요 특징&lt;/th&gt;
                    &lt;th style=&quot;width: 15%;&quot;&gt;구매링크&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
        
            &lt;tr data-target=&quot;#product-1&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;LCWj7J&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;사진으로&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;열두 달 절집 밥상: 두 번째 이야기, 웅진리빙하우스, 대안 스님&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (1개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;18,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;16,200원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;절집의 건강한 밥상&lt;/li&gt;&lt;li&gt;계절별 채식 레시피&lt;/li&gt;&lt;li&gt;대안 스님의 건강법&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;LCWj7J&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;LCWj7J&quot;&gt;
                             오늘 특가 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-2&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;68EI1F&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 ️&lt;br/&gt;사진&lt;br/&gt;확인하기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;열두 살 삼촌:제7회 5 18문학상 수상작, 도토리숲, 도토리숲 문고 시리즈&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (7개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;12,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;10,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;제7회 5.18문학상 수상작&lt;/li&gt;&lt;li&gt;도토리숲 문고 시리즈&lt;/li&gt;&lt;li&gt;깊이 있는 감동 스토리&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;68EI1F&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;68EI1F&quot;&gt;
                            ✨할인가 보기✨
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-3&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;Y3LitT&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;모습&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;먹고 놀고 즐기는 열두 달 기념일 개정판, 길벗스쿨, 전미경&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;5 (5개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;15,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;13,500원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;1년 12달 기념일 제안&lt;/li&gt;&lt;li&gt;다양한 이벤트 아이디어&lt;/li&gt;&lt;li&gt;실용적인 데이트 계획&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;Y3LitT&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;Y3LitT&quot;&gt;
                             가격 확인 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-4&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;5GlFuC&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;실제&lt;br/&gt;이미지&lt;br/&gt;확인
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;열두 달 절집 밥상: 두 번째 이야기:몸과 마음을 치유하는 138가지 제철 밥상, 웅진리빙...&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (5개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;18,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;16,200원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;제철 식재료 활용&lt;/li&gt;&lt;li&gt;138가지 레시피 제공&lt;/li&gt;&lt;li&gt;몸과 마음 치유 레시피&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;5GlFuC&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;5GlFuC&quot;&gt;
                             장바구니 담기 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-5&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;Qw1kRt&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;고화질&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;[궁리]나뭇잎 일기 : 열두 달의 빛깔, 상품명, 궁리, 허윤희&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4.5 (0개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;19,800원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;17,820원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;아름다운 수채화 일러스트&lt;/li&gt;&lt;li&gt;계절별 나뭇잎 관찰 기록&lt;/li&gt;&lt;li&gt;1년의 변화를 담은 기록&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;Qw1kRt&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;Qw1kRt&quot;&gt;
                             가격 확인 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;tr data-target=&quot;#product-6&quot; style=&quot;cursor: pointer;&quot;&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;kx4l9i&quot; style=&quot;padding: 10px; margin: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;div class=&quot;image-button-card&quot;&gt;
                            &lt;div class=&quot;image-button-text&quot;&gt;
                                 &lt;br/&gt;확대&lt;br/&gt;이미지&lt;br/&gt;보기
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;product-title&quot;&gt;달: 고대 신화부터 달 탐사까지, 어스본코리아&lt;/div&gt;
                    &lt;div class=&quot;rating-section&quot;&gt;
                        &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                        &lt;span&gt;4 (1개 리뷰)&lt;/span&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
                &lt;td class=&quot;price-info&quot;&gt;
                    &lt;span class=&quot;original-price&quot;&gt;12,000원&lt;/span&gt;
                    &lt;span class=&quot;current-price&quot;&gt;10,800원&lt;/span&gt;
                    &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;ul class=&quot;features-list&quot;&gt;
                        &lt;li&gt;아름다운 달 사진 가득&lt;/li&gt;&lt;li&gt;신화부터 탐사까지 총망라&lt;/li&gt;&lt;li&gt;어스본 특유의 뛰어난 구성&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/td&gt;
                &lt;td&gt;
                    &lt;div class=&quot;new-card&quot; data-code=&quot;kx4l9i&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                        &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;kx4l9i&quot;&gt;
                             가격 확인 
                        &lt;/button&gt;
                    &lt;/div&gt;
                &lt;/td&gt;
            &lt;/tr&gt;
            
            &lt;/tbody&gt;
        &lt;/table&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;  더 자세하게 확인하는 상세 리뷰&lt;/h2&gt;
        
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-1&quot;&gt;
                &lt;h3&gt;1. 열두 달 절집 밥상: 두 번째 이야기, 웅진리빙하우스, 대안 스님&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;LCWj7J&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      고화질 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;18,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;16,200원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;LCWj7J&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;LCWj7J&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 색상 선택 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(1개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;절집의 건강한 밥상&lt;/li&gt;&lt;li&gt;계절별 채식 레시피&lt;/li&gt;&lt;li&gt;대안 스님의 건강법&lt;/li&gt;&lt;li&gt;1년 12달의 다양한 메뉴&lt;/li&gt;&lt;li&gt;쉬운 따라하기 레시피&lt;/li&gt;&lt;li&gt;웅진리빙하우스 출판&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;열두&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;16,200원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (1개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;LCWj7J&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 사진 확인하기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;건강한 채식 레시피를 배우고 싶어서 구매했어요.  계절별 다양한 메뉴가 마음에 들어요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;레시피 따라하기 전 재료 준비를 미리 해두면 더욱 편리합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;따라하기 쉽고 맛도 좋네요!  건강한 채식을 시작하기에 좋은 책이에요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 환경에서 레시피를 보며 요리하면 좋습니다.  깨끗한 주방 환경 필수!&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 채식 레시피의 난이도는 어떻게 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[초보자도 쉽게 따라 할 수 있도록 자세히 설명되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 재료 구입은 어디서 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[일반 마트에서 쉽게 구할 수 있는 재료들로 구성되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 책에 담긴 메뉴의 종류는 어느 정도 되나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[1년 12달, 계절별 다양한 채식 메뉴가 수록되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-2&quot;&gt;
                &lt;h3&gt;2. 열두 살 삼촌:제7회 5 18문학상 수상작, 도토리숲, 도토리숲 문고 시리즈&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;68EI1F&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 갤러리&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;12,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;10,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;68EI1F&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;68EI1F&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 색상 선택 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(7개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;제7회 5.18문학상 수상작&lt;/li&gt;&lt;li&gt;도토리숲 문고 시리즈&lt;/li&gt;&lt;li&gt;깊이 있는 감동 스토리&lt;/li&gt;&lt;li&gt;섬세한 감정 묘사&lt;/li&gt;&lt;li&gt;12살 삼촌의 특별한 이야기&lt;/li&gt;&lt;li&gt;청소년 성장 소설&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;열두&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;10,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (7개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;68EI1F&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              사진으로 확인하기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;5.18문학상 수상작으로, 12살 삼촌의 감동적인 이야기가 기대되어 구매했습니다.  섬세한 문체와 깊이 있는 주제가 인상적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;청소년 성장 소설이지만, 어른들도 공감할 만한 내용이 많으니 참고하세요.  잔잔한 감동을 원하시는 분께 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;12살 삼촌의 시선으로 바라보는 세상이 새롭고 감동적이었습니다.  마음이 따뜻해지는 책이네요!  강력 추천합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;조용하고 편안한 분위기에서 감상하는 것이 좋습니다.  차분한 마음으로 책에 집중하면 더욱 감동을 느낄 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 5.18과 어떤 관련이 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[수상작이라는 점 외에 직접적인 관련은 없습니다. 5.18의 정신을 계승하는 작품이라고 볼 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 주요 등장인물은 누구인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[12살 삼촌과 그 주변 인물들의 이야기입니다.  가족, 친구 등 다양한 관계가 등장합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 어떤 연령대에게 추천하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[청소년은 물론, 성인 독자에게도 감동을 줄 수 있는 작품입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-3&quot;&gt;
                &lt;h3&gt;3. 먹고 놀고 즐기는 열두 달 기념일 개정판, 길벗스쿨, 전미경&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;Y3LitT&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 갤러리&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;15,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;13,500원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;Y3LitT&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;Y3LitT&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ✨할인가 보기✨
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(5개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;1년 12달 기념일 제안&lt;/li&gt;&lt;li&gt;다양한 이벤트 아이디어&lt;/li&gt;&lt;li&gt;실용적인 데이트 계획&lt;/li&gt;&lt;li&gt;개정판 추가 내용 반영&lt;/li&gt;&lt;li&gt;전문가의 노하우 담아&lt;/li&gt;&lt;li&gt;길벗스쿨 추천 도서&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;먹고&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;13,500원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 5 (5개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;Y3LitT&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 사진 확인하기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;1년 내내 특별한 날을 위한 다양한 기념일 이벤트 아이디어와 계획이 담겨 있어 실용적이고 만족스러워요.  개정판이라 더욱 알찬 구성!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;커플의 취향과 상황에 맞춰 활용하면 더욱 풍성한 기념일을 보낼 수 있습니다.  자신만의 아이디어를 더해보세요!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;기념일마다 고민이었는데, 이 책 덕분에 매달 특별한 추억을 만들고 있어요!  강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;편안한 분위기에서 책을 읽고 아이디어를 얻어 계획을 세우세요.  필요에 따라 메모하며 활용하면 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 연인 외 다른 관계에도 활용 가능한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[네, 친구, 가족 등 다양한 관계에 적용 가능합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 계획이 너무 틀에 박혀있지는 않나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아니요,  자유롭게 응용하고 자신만의 스타일로 변형하여 사용할 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 계획 수준의 상세함은 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[세부적인 계획은 아니지만,  아이디어와 팁을 제공하여 계획을 세우는데 도움을 줍니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-4&quot;&gt;
                &lt;h3&gt;4. 열두 달 절집 밥상: 두 번째 이야기:몸과 마음을 치유하는 138가지 제철 밥상, 웅진리빙하우스&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;5GlFuC&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      상세 이미지 확인&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;18,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;16,200원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;5GlFuC&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;5GlFuC&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 색상 선택 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(5개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;제철 식재료 활용&lt;/li&gt;&lt;li&gt;138가지 레시피 제공&lt;/li&gt;&lt;li&gt;몸과 마음 치유 레시피&lt;/li&gt;&lt;li&gt;절집 음식의 건강함&lt;/li&gt;&lt;li&gt;계절별 맞춤 레시피&lt;/li&gt;&lt;li&gt;웅진리빙하우스 출판&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;열두&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;16,200원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (5개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;5GlFuC&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 제품 갤러리 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;제철 식재료를 활용한 건강한 절집 음식 레시피가 138가지나 담겨있어, 다양한 요리를 즐기고 싶어 구매했습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;레시피의 난이도를 확인하고, 자신의 요리 실력에 맞는 레시피를 선택하세요.  계절에 맞춰 레시피를 활용하면 더욱 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;다양하고 건강한 레시피 덕분에 매일 새로운 요리를 해 먹을 수 있어 만족합니다!  사진도 많아서 따라하기 쉬워요.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;책을 펼쳐놓고 요리하기 편한 밝은 장소에서 사용하는 것이 좋습니다.  깨끗한 환경에서 사용하면 위생적으로 레시피를 따라할 수 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 채식 레시피가 많나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;네, 채식 위주의 건강한 레시피가 많이 수록되어 있습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 레시피의 상세 설명은 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;재료, 만드는 방법, 사진 등이 자세히 설명되어 있어 따라하기 쉽습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 모든 레시피에 사진이 있나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;대부분의 레시피에 사진이 포함되어 있어 이해도를 높였습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-5&quot;&gt;
                &lt;h3&gt;5. [궁리]나뭇잎 일기 : 열두 달의 빛깔, 상품명, 궁리, 허윤희&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;Qw1kRt&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      고화질 이미지 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;19,800원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;17,820원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;Qw1kRt&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;Qw1kRt&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                 바로 구매 
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4.5 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(0개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;아름다운 수채화 일러스트&lt;/li&gt;&lt;li&gt;계절별 나뭇잎 관찰 기록&lt;/li&gt;&lt;li&gt;1년의 변화를 담은 기록&lt;/li&gt;&lt;li&gt;감성적인 문구와 여백&lt;/li&gt;&lt;li&gt;고급스러운 종이 재질&lt;/li&gt;&lt;li&gt;소장 가치 높은 디자인&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;[궁리]나뭇잎&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;17,820원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4.5 (0개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;Qw1kRt&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                             ️ 제품 갤러리 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아름다운 일러스트와 넉넉한 여백이 매력적이에요.  계절의 변화를 나만의 방식으로 기록하고 싶어 구매했습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;펜 종류에 따라 번짐이 있을 수 있으니 테스트 후 사용하세요.  좋아하는 펜과 함께 사용하면 더욱 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;일러스트가 너무 예뻐요!  매일 나뭇잎을 관찰하며 기록하는 재미가 쏠쏠합니다.  소장 가치도 높아 만족합니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;서늘하고 건조한 곳에 보관하면 좋습니다. 직사광선은 피해주세요.  습기에 약하니 주의하세요.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 나뭇잎 채집 후 어떻게 보관해야 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[신문지 등에 눌러 말린 후, 압화하여 기록하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 일러스트 외 다른 그림을 그려도 될까요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[네,  여백에 자유롭게 그림이나 글씨를 추가할 수 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 다이어리처럼 매일 써야 하나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[아니요, 계절의 변화에 맞춰 자유롭게 기록하세요.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;product-detail-section&quot; id=&quot;product-6&quot;&gt;
                &lt;h3&gt;6. 달: 고대 신화부터 달 탐사까지, 어스본코리아&lt;/h3&gt;
                
                &lt;div class=&quot;product-detail-container&quot;&gt;
                    &lt;div class=&quot;product-image-section&quot;&gt;
                        &lt;div class=&quot;new-card&quot; data-code=&quot;kx4l9i&quot; style=&quot;display: inline-block; padding: 0; background: transparent; box-shadow: none;&quot;&gt;
                            &lt;div class=&quot;detail-image-button&quot;&gt;
                                &lt;div style=&quot;color: white; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.4;&quot;&gt;
                                      제품 사진 보기&lt;br/&gt;
                                    &lt;span style=&quot;font-size: 14px; opacity: 0.8;&quot;&gt;실제 사진 확인하기&lt;/span&gt;
                                &lt;/div&gt;
                            &lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;price-info&quot; style=&quot;margin: 15px 0;&quot;&gt;
                            &lt;span class=&quot;original-price&quot;&gt;12,000원&lt;/span&gt;
                            &lt;span class=&quot;current-price&quot; style=&quot;font-size: 20px;&quot;&gt;10,800원&lt;/span&gt;
                            &lt;div class=&quot;discount-rate&quot;&gt;10%&lt;/div&gt;
                        &lt;/div&gt;
                        
                        &lt;div class=&quot;new-card&quot; data-code=&quot;kx4l9i&quot; style=&quot;padding: 0; background: transparent; box-shadow: none; border-radius: 0;&quot;&gt;
                            &lt;button type=&quot;button&quot; class=&quot;new2-button&quot; data-code=&quot;kx4l9i&quot; 
                                   style=&quot;width: 100%; padding: 20px 15px; font-size: 18px; font-weight: bold; margin-top: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center; line-height: 1.4; text-align: center;&quot;&gt;
                                ✨할인가 보기✨
                            &lt;/button&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    
                    &lt;div class=&quot;product-info-section&quot;&gt;
                        &lt;div class=&quot;rating-section&quot;&gt;
                            &lt;span class=&quot;rating-stars&quot;&gt;⭐⭐⭐⭐⭐&lt;/span&gt;
                            &lt;span style=&quot;font-weight: bold;&quot;&gt;4 / 5.0&lt;/span&gt;
                            &lt;span style=&quot;color: #666;&quot;&gt;(1개의 실제 구매 후기)&lt;/span&gt;
                        &lt;/div&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  주요 특징&lt;/h4&gt;
                        &lt;ul class=&quot;features-list&quot;&gt;
                            &lt;li&gt;아름다운 달 사진 가득&lt;/li&gt;&lt;li&gt;신화부터 탐사까지 총망라&lt;/li&gt;&lt;li&gt;어스본 특유의 뛰어난 구성&lt;/li&gt;&lt;li&gt;아이들도 쉽게 이해 가능&lt;/li&gt;&lt;li&gt;풍부한 정보와 지식 제공&lt;/li&gt;&lt;li&gt;고급스러운 양장본 책&lt;/li&gt;
                        &lt;/ul&gt;
                        
                        &lt;h4 style=&quot;color: #333; margin: 20px 0 10px 0;&quot;&gt;  상품 스펙&lt;/h4&gt;
                        &lt;table class=&quot;spec-table&quot;&gt;
                            &lt;tr&gt;
                                &lt;th&gt;브랜드&lt;/th&gt;
                                &lt;td&gt;달:&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;가격&lt;/th&gt;
                                &lt;td&gt;10,800원&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;할인율&lt;/th&gt;
                                &lt;td&gt;10%&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;배송&lt;/th&gt;
                                &lt;td&gt;무료배송 (일부 지역 제외)&lt;/td&gt;
                            &lt;/tr&gt;
                            &lt;tr&gt;
                                &lt;th&gt;평점&lt;/th&gt;
                                &lt;td&gt;⭐ 4 (1개 후기)&lt;/td&gt;
                            &lt;/tr&gt;
                        &lt;/table&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;!-- 개선된 2열 레이아웃 컨텐츠 --&gt;
                &lt;div style=&quot;margin-top: 25px; padding: 20px; background: #f8f9fa; border-radius: 8px;&quot;&gt;
                    
                &lt;div style=&quot;text-align: center; margin: 20px 0;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 12px; margin: 10px 0; cursor: pointer;&quot; class=&quot;new-card&quot; data-code=&quot;kx4l9i&quot;&gt;
                        &lt;h4 style=&quot;margin: 0 0 15px 0; font-size: 18px; font-weight: bold;&quot;&gt;  제품 이미지 확인하기&lt;/h4&gt;
                        &lt;p style=&quot;margin: 0 0 20px 0; font-size: 14px; opacity: 0.9;&quot;&gt;실제 제품 사진과 상세 이미지를 확인해보세요&lt;/p&gt;
                        &lt;div style=&quot;background-color: rgba(255,255,255,0.2); padding: 15px 25px; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px;&quot;&gt;
                              확대 이미지 보기
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            
            &lt;div class=&quot;content-sections&quot; style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0;&quot;&gt;
                &lt;!-- 왼쪽 컬럼: 상품 분석 정보 --&gt;
                &lt;div&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #667eea, #764ba2);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; width: 35%; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  선택 포인트&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;달에 대한 모든 것을 한 권에 담았네요.  아이와 함께 읽으며 우주에 대한 호기심을 키우기에 최고입니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #f093fb, #f5576c);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  핵심 체크사항&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이의 나이와 흥미도를 고려하여 읽어주세요.  함께 그림을 보며 이야기 나누면 더욱 효과적입니다.&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #4facfe, #00f2fe);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;✨ 실제 사용 경험&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;아이가 너무 좋아해요!  화려한 사진과 흥미로운 이야기에 푹 빠졌습니다.  강력 추천합니다!&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #43e97b, #38f9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-weight: bold; font-size: 15px; color: white;&quot;&gt;  최적 활용법&lt;/td&gt;
                            &lt;td style=&quot;padding: 15px; border: none; font-size: 14px; color: white;&quot;&gt;책상이나 바닥에 펼쳐놓고 편안하게 감상하세요.  깨끗한 환경에서 보관하는 것이 좋습니다.&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
                
                &lt;!-- 오른쪽 컬럼: FAQ --&gt;
                &lt;div&gt;
                    &lt;h5 style=&quot;font-size: 18px; color: #2d3748; margin: 0 0 15px; padding: 12px 20px; background: linear-gradient(135deg, #ff9a9e, #fecfef); border-radius: 25px; text-align: center; font-weight: bold; color: white; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);&quot;&gt;  궁금한 점들&lt;/h5&gt;
                    &lt;table style=&quot;width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1);&quot;&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; width: 40%; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q1. 달 탐사 내용은 어느 정도 자세한가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[초등학생도 이해할 수 있도록 쉽고 재미있게 설명되어 있습니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #ffecd2, #fcb69f);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q2. 신화 이야기는 어떤 내용이 나오나요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[각 문화권의 다양한 달 신화와 전설을 소개합니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                        &lt;tr style=&quot;background: linear-gradient(135deg, #d299c2, #fef9d7);&quot;&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-weight: bold; font-size: 14px; color: #2d3748;&quot;&gt;Q3. 책의 크기는 어느 정도인가요?&lt;/td&gt;
                            &lt;td style=&quot;padding: 12px; border: none; font-size: 13px; color: #2d3748;&quot;&gt;[양장본으로 제작되어 고급스럽고, 아이들이 보기에 적당한 크기입니다.]&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;style&gt;
            @media (max-width: 400px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 15px !important;
                }
                
                .content-sections table td {
                    padding: 10px 8px !important;
                    font-size: 12px !important;
                }
                
                .content-sections h5 {
                    font-size: 14px !important;
                    padding: 8px 15px !important;
                }
            }
            
            @media (min-width: 401px) and (max-width: 768px) {
                .content-sections {
                    grid-template-columns: 1fr !important;
                    gap: 20px !important;
                }
            }
            &lt;/style&gt;
        
                &lt;/div&gt;
            &lt;/div&gt;
            
        &lt;div class=&quot;intro-section&quot; style=&quot;margin-top: 50px;&quot;&gt;
            &lt;h2&gt; 마지막으로 &lt;/h2&gt;
            &lt;p&gt;지금까지 열두 달 절집 밥상: 두 번째 이야기, 웅진리빙하우스, 대안 스님 추천 상품들을 살펴보았습니다. 각 제품마다 고유한 장점이 있으니, 
            개인의 용도와 예산에 맞는 제품을 선택하시기 바랍니다. 
            가격은 시시각각 변동될 수 있으니 꼭 사이트에 방문해서 확인해주세요.
            궁금한 점이 있으시면 언제든 댓글로 문의해주세요!&lt;/p&gt;
        &lt;/div&gt;
&lt;/div&gt;</description>
      <author>꿀팁 추천 정보  !  !</author>
      <guid isPermaLink="true">https://nypdpct.tistory.com/647</guid>
      <comments>https://nypdpct.tistory.com/647#entry647comment</comments>
      <pubDate>Thu, 16 Oct 2025 04:02:03 +0900</pubDate>
    </item>
  </channel>
</rss>