/* COOKZZANG Mall Detail Page CSS - G2527-M5973-O0743 대도 콩국수용가루 */
/* 모든 스타일은 프로젝트 요소에만 적용되며 다른 웹페이지에 영향주지 않음 */

/* 기본 래퍼 및 컨테이너 */
.G2527_M5973_O0743_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
}

.G2527_M5973_O0743_wrapper * {
    box-sizing: border-box !important;
}

.G2527_M5973_O0743_container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 메인 헤더 스타일 */
.G2527_M5973_O0743_main-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 60px 0 !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3) !important;
}

.G2527_M5973_O0743_product-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 15px 0 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}
.G2527_M5973_O0743_subtitle {
    font-size: 20px !important;
    color: #e8eaf6 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* 이미지 섹션 스타일 */
.G2527_M5973_O0743_image-section {
    margin-bottom: 50px !important;
}

.G2527_M5973_O0743_image-gallery {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 20px !important;
    align-items: start !important;
}

.G2527_M5973_O0743_main-image {
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    background: #fff !important;
}

.G2527_M5973_O0743_sub-image {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    background: #fff !important;
}

.G2527_M5973_O0743_product-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.G2527_M5973_O0743_product-image:hover {
    transform: scale(1.05) !important;
}

/* 제품 정보 카드 그리드 */
.G2527_M5973_O0743_product-info {
    margin-bottom: 50px !important;
}

.G2527_M5973_O0743_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.G2527_M5973_O0743_info-card {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid transparent !important;
}
.G2527_M5973_O0743_info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
    border-color: #667eea !important;
}

.G2527_M5973_O0743_card-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.G2527_M5973_O0743_card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 10px 0 !important;
}

.G2527_M5973_O0743_card-content {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #667eea !important;
    margin: 0 0 8px 0 !important;
}

.G2527_M5973_O0743_card-detail {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
}

/* 스토리 섹션 */
.G2527_M5973_O0743_story-section {
    margin-bottom: 50px !important;
}

.G2527_M5973_O0743_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    font-family: 'Noto Serif KR', serif !important;
}
.G2527_M5973_O0743_story-content {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.G2527_M5973_O0743_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin: 0 0 20px 0 !important;
    color: #444 !important;
}

.G2527_M5973_O0743_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 보관 방법 섹션 */
.G2527_M5973_O0743_storage-section {
    margin-bottom: 50px !important;
}

.G2527_M5973_O0743_storage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.G2527_M5973_O0743_storage-card {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(116, 185, 255, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.G2527_M5973_O0743_storage-card:hover {
    transform: translateY(-5px) !important;
}
.G2527_M5973_O0743_storage-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.G2527_M5973_O0743_storage-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
}

.G2527_M5973_O0743_storage-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    opacity: 0.95 !important;
}

/* 사용법 섹션 */
.G2527_M5973_O0743_usage-section {
    margin-bottom: 50px !important;
}

.G2527_M5973_O0743_usage-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

.G2527_M5973_O0743_step {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    transition: transform 0.3s ease !important;
}

.G2527_M5973_O0743_step:hover {
    transform: translateY(-3px) !important;
}
.G2527_M5973_O0743_step-number {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.G2527_M5973_O0743_step-content h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
}

.G2527_M5973_O0743_step-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin: 0 !important;
}

/* 리뷰 섹션 */
.G2527_M5973_O0743_review-section {
    margin-bottom: 50px !important;
}

.G2527_M5973_O0743_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.G2527_M5973_O0743_review-card {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid transparent !important;
}

.G2527_M5973_O0743_review-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
    border-color: #667eea !important;
}

.G2527_M5973_O0743_review-stars {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1 !important;
}

.G2527_M5973_O0743_review-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 500 !important;
}

.G2527_M5973_O0743_review-author {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .G2527_M5973_O0743_wrapper {
        padding: 15px !important;
    }
    
    .G2527_M5973_O0743_container {
        padding: 0 15px !important;
    }
    
    .G2527_M5973_O0743_product-title {
        font-size: 28px !important;
    }
    
    .G2527_M5973_O0743_subtitle {
        font-size: 16px !important;
    }
    
    .G2527_M5973_O0743_image-gallery {
        grid-template-columns: 1fr !important;
    }
    
    .G2527_M5973_O0743_review-grid {
        grid-template-columns: 1fr !important;
    }
}
/* 푸터 스타일 */
.G2527_M5973_O0743_footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    padding: 40px 0 !important;
    margin-top: 50px !important;
    border-radius: 20px 20px 0 0 !important;
}

.G2527_M5973_O0743_footer-content {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    gap: 30px !important;
    align-items: center !important;
}

.G2527_M5973_O0743_footer-logo h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.G2527_M5973_O0743_footer-info {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.G2527_M5973_O0743_company-info p {
    font-size: 14px !important;
    color: #ecf0f1 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.6 !important;
}

.G2527_M5973_O0743_company-info p:last-child {
    margin-bottom: 0 !important;
}

.G2527_M5973_O0743_footer-desc p {
    font-size: 14px !important;
    color: #bdc3c7 !important;
    margin: 0 0 5px 0 !important;
}

.G2527_M5973_O0743_footer-desc p:last-child {
    margin-bottom: 0 !important;
}

/* 모바일 푸터 반응형 */
@media (max-width: 768px) {
    .G2527_M5973_O0743_footer-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .G2527_M5973_O0743_footer-info {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}