@charset "UTF-8";

/* A0322-C3901-R1224 스타일 시트 */
/* 모든 CSS 속성에 !important 옵션 적용 */

/* 기본 스타일 초기화 */
.product-detail-A0322-C3901-R1224 * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
}

/* 컨테이너 스타일 */
.product-detail-A0322-C3901-R1224 {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 20px 0 !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* 헤더 섹션 */
.product-header-A0322-C3901-R1224 {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 20px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.product-header-A0322-C3901-R1224 .product-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

.product-header-A0322-C3901-R1224 .product-subtitle {
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 15px !important;
}

/* 제품 정보 카드 스타일 */
.product-info-card-A0322-C3901-R1224 {
    display: flex !important;
    flex-direction: column !important;
    background-color: #f8f8f8 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.product-info-row-A0322-C3901-R1224 {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px dashed #e0e0e0 !important;
}

.product-info-row-A0322-C3901-R1224:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.product-info-label-A0322-C3901-R1224 {
    width: 120px !important;
    font-weight: 500 !important;
    color: #555555 !important;
    padding-right: 15px !important;
}

.product-info-value-A0322-C3901-R1224 {
    flex: 1 !important;
    color: #333333 !important;
}

/* 제품 특징 섹션 */
.product-features-A0322-C3901-R1224 {
    margin-bottom: 40px !important;
}

.section-title-A0322-C3901-R1224 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #333333 !important;
    border-left: 4px solid #5d9cec !important;
    padding-left: 10px !important;
}

.feature-item-A0322-C3901-R1224 {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
    background-color: #ffffff !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.03) !important;
}

.feature-icon-A0322-C3901-R1224 {
    width: 40px !important;
    flex-shrink: 0 !important;
    text-align: center !important;
    font-size: 24px !important;
    color: #5d9cec !important;
}

.feature-text-A0322-C3901-R1224 {
    flex: 1 !important;
}

/* 제품 이미지 섹션 */
.product-image-section-A0322-C3901-R1224 {
    margin-bottom: 40px !important;
    text-align: center !important;
}

.product-main-image-A0322-C3901-R1224 {
    width: 100% !important;
    max-width: 800px !important;
    height: auto !important;
    margin: 0 auto 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1) !important;
}

.product-image-caption-A0322-C3901-R1224 {
    font-size: 16px !important;
    color: #666666 !important;
    margin-top: 10px !important;
    text-align: center !important;
}

/* 제품 사용법 섹션 */
.product-usage-A0322-C3901-R1224 {
    margin-bottom: 40px !important;
    background-color: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

.usage-item-A0322-C3901-R1224 {
    display: flex !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eeeeee !important;
}

.usage-item-A0322-C3901-R1224:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.usage-number-A0322-C3901-R1224 {
    width: 30px !important;
    height: 30px !important;
    background-color: #5d9cec !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    font-weight: 500 !important;
}

.usage-text-A0322-C3901-R1224 {
    flex: 1 !important;
}

/* 주의사항 섹션 */
.product-caution-A0322-C3901-R1224 {
    margin-bottom: 40px !important;
    background-color: #fff8f8 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border-left: 4px solid #ff6b6b !important;
}

.caution-title-A0322-C3901-R1224 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ff6b6b !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.caution-title-A0322-C3901-R1224:before {
    content: "⚠️" !important;
    margin-right: 10px !important;
}

.caution-item-A0322-C3901-R1224 {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.caution-item-A0322-C3901-R1224:before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #ff6b6b !important;
}

/* 스토리 섹션 */
.tks-story-section-A0322-C3901-R1224 {
    margin-bottom: 40px !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
}

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

/* 푸터 섹션 */
.product-footer-A0322-C3901-R1224 {
    margin-top: 50px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
    color: #777777 !important;
    text-align: center !important;
}

.footer-company-A0322-C3901-R1224 {
    margin-bottom: 5px !important;
    font-weight: 500 !important;
}

.footer-contact-A0322-C3901-R1224 {
    margin-bottom: 5px !important;
}

.footer-email-A0322-C3901-R1224 {
    margin-bottom: 0 !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .product-info-label-A0322-C3901-R1224 {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    
    .product-info-value-A0322-C3901-R1224 {
        width: 100% !important;
    }
    
    .product-header-A0322-C3901-R1224 .product-title {
        font-size: 24px !important;
    }
    
    .section-title-A0322-C3901-R1224 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 480px) {
    .product-header-A0322-C3901-R1224 .product-title {
        font-size: 20px !important;
    }
    
    .product-info-card-A0322-C3901-R1224,
    .product-features-A0322-C3901-R1224,
    .product-usage-A0322-C3901-R1224,
    .product-caution-A0322-C3901-R1224 {
        padding: 15px !important;
    }
    
    .section-title-A0322-C3901-R1224 {
        font-size: 20px !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
}
