/* 스타일 리셋 */


/* 전체 컨테이너 스타일 */
.tks-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    overflow-x: hidden !important;
}

/* 헤더 스타일 */
.tks-header {
    width: 100% !important;
    padding: 20px 0 !important;
    text-align: center !important;
    border-bottom: 2px solid #f1f1f1 !important;
}

.tks-header-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #222 !important;
}

.tks-header-subtitle {
    font-size: 16px !important;
    color: #888 !important;
    margin-bottom: 15px !important;
}

/* 제품 정보 섹션 */
.tks-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 30px 15px !important;
    margin-bottom: 20px !important;
}

.tks-product-image {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto 30px !important;
}

.tks-product-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.tks-product-details {
    width: 100% !important;
    padding: 0 15px !important;
}

/* 제품 설명 카드 스타일 */
.tks-info-card {
    background-color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    border-left: 5px solid #ff9800 !important;
}

.tks-info-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #ff9800 !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-title:before {
    content: '✓' !important;
    margin-right: 10px !important;
    color: #ff9800 !important;
    font-weight: bold !important;
}

.tks-info-content {
    display: flex !important;
    flex-wrap: wrap !important;
}

.tks-info-item {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding-left: 15px !important;
    position: relative !important;
}

.tks-info-item:before {
    content: '•' !important;
    position: absolute !important;
    left: 0 !important;
    color: #ff9800 !important;
}

.tks-info-label {
    font-weight: 600 !important;
    margin-right: 5px !important;
}

.tks-info-value {
    color: #555 !important;
}

/* 보관 방법 강조 섹션 */
.tks-storage-method {
    background-color: #fff8e1 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin: 30px 0 !important;
    border: 2px dashed #ff9800 !important;
}

.tks-storage-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ff9800 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-storage-title:before {
    content: '🌡️' !important;
    margin-right: 10px !important;
}

.tks-storage-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #444 !important;
}

.tks-highlight {
    font-weight: 700 !important;
    color: #ff9800 !important;
    background-color: rgba(255, 152, 0, 0.1) !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
}

/* 제품 설명 섹션 */
.tks-description {
    padding: 20px 15px !important;
    margin-bottom: 30px !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #f1f1f1 !important;
}

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

/* 푸터 스타일 */
.tks-footer {
    background-color: #f8f9fa !important;
    padding: 30px 15px !important;
    margin-top: 50px !important;
    border-top: 1px solid #eee !important;
    text-align: center !important;
}

.tks-footer-logo {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

.tks-footer-info {
    font-size: 14px !important;
    color: #777 !important;
    line-height: 1.8 !important;
}

.tks-footer-item {
    margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media (min-width: 768px) {
    .tks-product-info {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    
    .tks-product-image {
        width: 50% !important;
        margin-right: 30px !important;
    }
    
    .tks-product-details {
        width: 50% !important;
    }
    
    .tks-info-item {
        width: 50% !important;
    }
}

/* 강조 요소 스타일 */
.tks-emphasis {
    display: inline-block !important;
    padding: 5px 10px !important;
    background-color: #ff9800 !important;
    color: white !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    margin: 5px 0 !important;
}

.tks-tag {
    display: inline-block !important;
    padding: 3px 8px !important;
    background-color: #f1f1f1 !important;
    color: #666 !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

/* 이모지 스타일 */
.tks-emoji {
    font-size: 20px !important;
    margin-right: 5px !important;
    vertical-align: middle !important;
}

/* 배지 스타일 */
.tks-badge {
    display: inline-block !important;
    padding: 2px 8px !important;
    background-color: #ff9800 !important;
    color: white !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
    font-weight: bold !important;
}

/* 특별 구성품 스타일 */
.tks-package-list {
    list-style: none !important;
    margin: 15px 0 !important;
}

.tks-package-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    padding: 8px 12px !important;
    background-color: #f9f9f9 !important;
    border-radius: 6px !important;
}

.tks-package-icon {
    margin-right: 10px !important;
    font-size: 18px !important;
    color: #ff9800 !important;
}

.tks-package-text {
    flex: 1 !important;
}

.tks-package-quantity {
    font-weight: bold !important;
    color: #ff9800 !important;
    padding: 0 8px !important;
}
