/* J3134-L2927-D7415_style.css */
/* 모든 스타일에 !important 옵션 적용 */

/* 기본 스타일 초기화 */
.J3134-L2927-D7415-container * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

/* 컨테이너 스타일 */
.J3134-L2927-D7415-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* 헤더 스타일 */
.J3134-L2927-D7415-header {
    text-align: center !important;
    margin-bottom: 30px !important;
    border-bottom: 2px solid #f5f5f5 !important;
    padding-bottom: 20px !important;
}

.J3134-L2927-D7415-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    margin-bottom: 10px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.J3134-L2927-D7415-subtitle {
    font-size: 18px !important;
    color: #666666 !important;
    margin-bottom: 15px !important;
}

.J3134-L2927-D7415-price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #E91E63 !important;
    margin-bottom: 10px !important;
}

/* 섹션 스타일 */
.J3134-L2927-D7415-section {
    margin-bottom: 40px !important;
    padding: 20px !important;
    border-radius: 8px !important;
    background-color: #f9f9f9 !important;
}

/* 이미지 섹션 */
.J3134-L2927-D7415-image-section {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.J3134-L2927-D7415-main-image {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.J3134-L2927-D7415-second-image {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* 정보 섹션 */
.J3134-L2927-D7415-info-section {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    padding: 25px !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.J3134-L2927-D7415-info-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.J3134-L2927-D7415-info-content {
    margin-bottom: 15px !important;
}

.J3134-L2927-D7415-info-item {
    display: flex !important;
    margin-bottom: 12px !important;
    align-items: center !important;
}

.J3134-L2927-D7415-info-label {
    font-weight: 500 !important;
    color: #555555 !important;
    width: 120px !important;
    flex-shrink: 0 !important;
    font-size: 16px !important;
    position: relative !important;
    padding-left: 25px !important;
}

.J3134-L2927-D7415-info-label:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #E91E63 !important;
    font-weight: bold !important;
}

.J3134-L2927-D7415-info-value {
    flex: 1 !important;
    font-size: 16px !important;
    color: #333333 !important;
}

.J3134-L2927-D7415-highlight {
    color: #E91E63 !important;
    font-weight: 500 !important;
}

/* 특징 섹션 */
.J3134-L2927-D7415-features-section {
    margin-bottom: 30px !important;
}

.J3134-L2927-D7415-feature-card {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08) !important;
    border-left: 4px solid #E91E63 !important;
}

.J3134-L2927-D7415-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.J3134-L2927-D7415-feature-emoji {
    margin-right: 8px !important;
    font-size: 22px !important;
}

.J3134-L2927-D7415-feature-content {
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

/* 제품 사양 테이블 */
.J3134-L2927-D7415-spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.J3134-L2927-D7415-spec-table th {
    background-color: #E91E63 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 12px 15px !important;
    text-align: left !important;
    font-size: 16px !important;
}

.J3134-L2927-D7415-spec-table td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #eeeeee !important;
    font-size: 15px !important;
    color: #444444 !important;
}

.J3134-L2927-D7415-spec-table tr:last-child td {
    border-bottom: none !important;
}

.J3134-L2927-D7415-spec-table tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}

/* 스토리 섹션 */
.J3134-L2927-D7415-story-section {
    background-color: #ffffff !important;
    padding: 30px !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    border: 1px solid #eeeeee !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    margin-bottom: 20px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-story-text {
    font-size: 18px !important;
    color: #444444 !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

/* 팁 섹션 */
.J3134-L2927-D7415-tips-section {
    background-color: #FCE4EC !important;
    padding: 25px !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
}

.J3134-L2927-D7415-tips-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #E91E63 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.J3134-L2927-D7415-tip-item {
    display: flex !important;
    margin-bottom: 12px !important;
    align-items: flex-start !important;
}

.J3134-L2927-D7415-tip-icon {
    font-size: 18px !important;
    color: #E91E63 !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.J3134-L2927-D7415-tip-content {
    flex: 1 !important;
    font-size: 16px !important;
    color: #555555 !important;
    line-height: 1.5 !important;
}

/* 사용처 아이콘 */
.J3134-L2927-D7415-usage-icons {
    display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

.J3134-L2927-D7415-usage-icon {
    text-align: center !important;
    width: 30% !important;
    margin-bottom: 20px !important;
}

.J3134-L2927-D7415-icon-image {
    font-size: 40px !important;
    color: #E91E63 !important;
    margin-bottom: 10px !important;
}

.J3134-L2927-D7415-icon-text {
    font-size: 15px !important;
    color: #444444 !important;
    line-height: 1.4 !important;
}

/* 푸터 섹션 */
.J3134-L2927-D7415-footer {
    background-color: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #777777 !important;
    text-align: center !important;
    border-top: 1px solid #eeeeee !important;
}

.J3134-L2927-D7415-site-info {
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
}

.J3134-L2927-D7415-footer-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #555555 !important;
    margin-bottom: 10px !important;
}

/* 제품 수량 뱃지 */
.J3134-L2927-D7415-quantity-badge {
    display: inline-block !important;
    background-color: #E91E63 !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

/* 구성품 이미지 그리드 */
.J3134-L2927-D7415-package-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

.J3134-L2927-D7415-package-item {
    background-color: #ffffff !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
}

.J3134-L2927-D7415-package-icon {
    font-size: 32px !important;
    color: #E91E63 !important;
    margin-bottom: 10px !important;
}

.J3134-L2927-D7415-package-name {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333333 !important;
    margin-bottom: 5px !important;
}

.J3134-L2927-D7415-package-desc {
    font-size: 14px !important;
    color: #666666 !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .J3134-L2927-D7415-container {
        padding: 15px !important;
    }
    
    .J3134-L2927-D7415-title {
        font-size: 24px !important;
    }
    
    .J3134-L2927-D7415-subtitle {
        font-size: 16px !important;
    }
    
    .J3134-L2927-D7415-price {
        font-size: 20px !important;
    }
    
    .J3134-L2927-D7415-info-label {
        width: 100px !important;
        font-size: 14px !important;
    }
    
    .J3134-L2927-D7415-info-value {
        font-size: 14px !important;
    }
    
    .J3134-L2927-D7415-feature-title {
        font-size: 16px !important;
    }
    
    .J3134-L2927-D7415-feature-content {
        font-size: 14px !important;
    }
    
    .tks-story-heading {
        font-size: 24px !important;
    }
    
    .tks-story-text {
        font-size: 18px !important;
    }
    
    .J3134-L2927-D7415-spec-table th,
    .J3134-L2927-D7415-spec-table td {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }
    
    .J3134-L2927-D7415-usage-icon {
        width: 45% !important;
    }
    
    .J3134-L2927-D7415-package-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    }
}

@media screen and (max-width: 480px) {
    .J3134-L2927-D7415-container {
        padding: 10px !important;
    }
    
    .J3134-L2927-D7415-info-item {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .J3134-L2927-D7415-info-label {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    
    .J3134-L2927-D7415-usage-icon {
        width: 100% !important;
    }
    
    .J3134-L2927-D7415-package-grid {
        grid-template-columns: 1fr !important;
    }
}