/* COOKZZANG Mall Detail Page CSS - I4624-H0663-L0983 */
/* 종이용기 520/750 겸용 투명뚜껑 */

/* 기본 리셋 및 전체 래퍼 스타일 */
.I4624-H0663-L0983_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.I4624-H0663-L0983_wrapper * {
    box-sizing: border-box !important;
}

/* 메인 헤더 섹션 */
.I4624-H0663-L0983_hero-section {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    padding: 60px 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 20px !important;
    margin: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.I4624-H0663-L0983_hero-content {
    flex: 1 !important;
}

.I4624-H0663-L0983_product-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #ff6b6b, #ee5a52) !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3) !important;
}

.I4624-H0663-L0983_product-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.2 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.I4624-H0663-L0983_product-subtitle {
    font-size: 18px !important;
    color: #7f8c8d !important;
    margin-bottom: 30px !important;
    font-weight: 500 !important;
}

.I4624-H0663-L0983_price-section {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-left: 5px solid #3498db !important;
}

.I4624-H0663-L0983_price-container {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
}

.I4624-H0663-L0983_price-label {
    font-size: 16px !important;
    color: #7f8c8d !important;
    font-weight: 500 !important;
}

.I4624-H0663-L0983_price-value {
    font-size: 32px !important;
    color: #e74c3c !important;
    font-weight: 700 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.I4624-H0663-L0983_price-unit {
    font-size: 14px !important;
    color: #95a5a6 !important;
}

.I4624-H0663-L0983_unit-info {
    display: flex !important;
    gap: 10px !important;
}

.I4624-H0663-L0983_unit-badge {
    background: #3498db !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.I4624-H0663-L0983_hero-image {
    flex: 1 !important;
    text-align: center !important;
}

.I4624-H0663-L0983_main-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}

.I4624-H0663-L0983_main-image:hover {
    transform: scale(1.05) !important;
}

/* 섹션 공통 스타일 */
.I4624-H0663-L0983_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin: 50px 0 30px 0 !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.I4624-H0663-L0983_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(45deg, #3498db, #2980b9) !important;
    border-radius: 2px !important;
}
/* 특징 섹션 */
.I4624-H0663-L0983_features-section {
    padding: 40px 20px !important;
    background: #fff !important;
}

.I4624-H0663-L0983_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.I4624-H0663-L0983_feature-card {
    background: white !important;
    padding: 30px 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.I4624-H0663-L0983_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
    border-color: #3498db !important;
}

.I4624-H0663-L0983_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.I4624-H0663-L0983_feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 0 0 15px 0 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.I4624-H0663-L0983_feature-desc {
    font-size: 16px !important;
    color: #7f8c8d !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* 호환성 섹션 */
.I4624-H0663-L0983_compatibility-section {
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

.I4624-H0663-L0983_compatibility-section .I4624-H0663-L0983_section-title {
    color: white !important;
}

.I4624-H0663-L0983_compatibility-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    margin: 40px 0 !important;
    flex-wrap: wrap !important;
}

.I4624-H0663-L0983_size-item {
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    transition: all 0.3s ease !important;
    min-width: 120px !important;
}

.I4624-H0663-L0983_size-item:hover {
    background: rgba(255,255,255,0.3) !important;
    transform: scale(1.05) !important;
}

.I4624-H0663-L0983_size-number {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.I4624-H0663-L0983_size-label {
    font-size: 14px !important;
    opacity: 0.9 !important;
    font-weight: 500 !important;
}

.I4624-H0663-L0983_compatibility-arrow {
    font-size: 24px !important;
    color: rgba(255,255,255,0.8) !important;
    font-weight: bold !important;
}

.I4624-H0663-L0983_compatibility-note {
    background: rgba(255,255,255,0.15) !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 30px auto 0 auto !important;
    max-width: 600px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

/* 사용 용도 섹션 */
.I4624-H0663-L0983_usage-section {
    padding: 40px 20px !important;
    background: #f8f9fa !important;
}

.I4624-H0663-L0983_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.I4624-H0663-L0983_usage-card {
    background: white !important;
    padding: 25px 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
}

.I4624-H0663-L0983_usage-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

.I4624-H0663-L0983_usage-emoji {
    font-size: 40px !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.I4624-H0663-L0983_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin: 0 0 8px 0 !important;
}

.I4624-H0663-L0983_usage-desc {
    font-size: 14px !important;
    color: #7f8c8d !important;
    margin: 0 !important;
}
/* 상세 정보 섹션 */
.I4624-H0663-L0983_details-section {
    padding: 40px 20px !important;
    background: white !important;
}

.I4624-H0663-L0983_details-grid {
    max-width: 800px !important;
    margin: 0 auto !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.I4624-H0663-L0983_detail-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.I4624-H0663-L0983_detail-row:last-child {
    border-bottom: none !important;
}

.I4624-H0663-L0983_detail-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    min-width: 140px !important;
}

.I4624-H0663-L0983_detail-value {
    font-size: 16px !important;
    color: #2c3e50 !important;
    font-weight: 500 !important;
    text-align: right !important;
    flex: 1 !important;
}

/* 갤러리 섹션 */
.I4624-H0663-L0983_gallery-section {
    padding: 40px 20px !important;
    background: #f8f9fa !important;
}

.I4624-H0663-L0983_gallery-container {
    text-align: center !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.I4624-H0663-L0983_gallery-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}

.I4624-H0663-L0983_gallery-image:hover {
    transform: scale(1.02) !important;
}

/* 혜택 섹션 */
.I4624-H0663-L0983_benefits-section {
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

.I4624-H0663-L0983_benefits-section .I4624-H0663-L0983_section-title {
    color: white !important;
}

.I4624-H0663-L0983_benefits-container {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.I4624-H0663-L0983_benefit-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 15px 20px !important;
    border-radius: 25px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    transition: all 0.3s ease !important;
}

.I4624-H0663-L0983_benefit-item:hover {
    background: rgba(255,255,255,0.3) !important;
    transform: translateY(-2px) !important;
}

.I4624-H0663-L0983_benefit-icon {
    font-size: 24px !important;
}

.I4624-H0663-L0983_benefit-text {
    font-size: 16px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

/* 푸터 섹션 */
.I4624-H0663-L0983_footer-section {
    background: #2c3e50 !important;
    color: white !important;
    padding: 40px 20px 20px 20px !important;
    margin-top: 40px !important;
}

.I4624-H0663-L0983_footer-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    max-width: 800px !important;
    margin: 0 auto 30px auto !important;
}

.I4624-H0663-L0983_footer-logo {
    text-align: left !important;
}

.I4624-H0663-L0983_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    color: #3498db !important;
    font-family: 'Noto Serif KR', serif !important;
}

.I4624-H0663-L0983_footer-slogan {
    font-size: 16px !important;
    color: #bdc3c7 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

.I4624-H0663-L0983_footer-info {
    text-align: right !important;
}

.I4624-H0663-L0983_footer-row {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
    margin-bottom: 8px !important;
    align-items: center !important;
}

.I4624-H0663-L0983_footer-label {
    font-size: 14px !important;
    color: #95a5a6 !important;
    font-weight: 500 !important;
    min-width: 60px !important;
}

.I4624-H0663-L0983_footer-value {
    font-size: 14px !important;
    color: white !important;
    font-weight: 600 !important;
}

.I4624-H0663-L0983_footer-bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid #34495e !important;
}

.I4624-H0663-L0983_footer-copyright {
    font-size: 14px !important;
    color: #95a5a6 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}
/* 반응형 디자인 */
@media (max-width: 768px) {
    .I4624-H0663-L0983_hero-section {
        flex-direction: column !important;
        text-align: center !important;
        gap: 30px !important;
        padding: 40px 15px !important;
    }

    .I4624-H0663-L0983_product-title {
        font-size: 28px !important;
    }

    .I4624-H0663-L0983_product-subtitle {
        font-size: 16px !important;
    }

    .I4624-H0663-L0983_price-value {
        font-size: 26px !important;
    }

    .I4624-H0663-L0983_section-title {
        font-size: 24px !important;
        margin: 40px 0 25px 0 !important;
    }

    .I4624-H0663-L0983_features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .I4624-H0663-L0983_compatibility-container {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .I4624-H0663-L0983_compatibility-arrow {
        transform: rotate(90deg) !important;
        font-size: 20px !important;
    }

    .I4624-H0663-L0983_usage-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .I4624-H0663-L0983_detail-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    .I4624-H0663-L0983_detail-value {
        text-align: left !important;
    }

    .I4624-H0663-L0983_benefits-container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .I4624-H0663-L0983_footer-content {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        text-align: center !important;
    }

    .I4624-H0663-L0983_footer-info {
        text-align: center !important;
    }

    .I4624-H0663-L0983_footer-row {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .I4624-H0663-L0983_wrapper {
        margin: 0 !important;
    }

    .I4624-H0663-L0983_hero-section {
        margin: 10px !important;
        padding: 30px 15px !important;
        border-radius: 15px !important;
    }

    .I4624-H0663-L0983_product-title {
        font-size: 24px !important;
    }

    .I4624-H0663-L0983_price-value {
        font-size: 22px !important;
    }

    .I4624-H0663-L0983_usage-grid {
        grid-template-columns: 1fr !important;
    }

    .I4624-H0663-L0983_feature-card {
        padding: 20px 15px !important;
    }

    .I4624-H0663-L0983_benefit-text {
        white-space: normal !important;
        text-align: center !important;
    }

    .I4624-H0663-L0983_compatibility-note {
        padding: 15px !important;
        font-size: 14px !important;
    }

    .I4624-H0663-L0983_details-grid {
        padding: 20px !important;
    }
}

/* 스크롤 스무스 효과 */
.I4624-H0663-L0983_wrapper {
    scroll-behavior: smooth !important;
}

/* 애니메이션 효과 */
@keyframes I4624-H0663-L0983_fadeInUp {
    from {
        opacity: 0 !important;
        transform: translateY(30px) !important;
    }
    to {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.I4624-H0663-L0983_feature-card,
.I4624-H0663-L0983_usage-card,
.I4624-H0663-L0983_benefit-item {
    animation: I4624-H0663-L0983_fadeInUp 0.6s ease-out !important;
}

/* 호버 효과 강화 */
.I4624-H0663-L0983_size-item:hover,
.I4624-H0663-L0983_benefit-item:hover {
    cursor: pointer !important;
}

/* 프린트 스타일 */
@media print {
    .I4624-H0663-L0983_wrapper {
        background: white !important;
        box-shadow: none !important;
    }
    
    .I4624-H0663-L0983_hero-section,
    .I4624-H0663-L0983_compatibility-section,
    .I4624-H0663-L0983_benefits-section {
        background: white !important;
        color: black !important;
    }
}