/* G5814-F2811-U1090 상품 상세 페이지 스타일 */


.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;
}

.tks-header {
    text-align: center !important;
    padding: 50px 20px !important;
    background: linear-gradient(135deg, #e1f5fe, #b3e5fc) !important;
    margin-bottom: 40px !important;
    border-radius: 15px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-header:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%230277bd" opacity="0.1" /></svg>') !important;
    background-size: 20px 20px !important;
}

.tks-logo {
    width: 140px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tks-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #01579b !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
    z-index: 1 !important;
}

.tks-subtitle {
    font-size: 20px !important;
    color: #0277bd !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 1 !important;
}

.tks-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 60px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.tks-product-image {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 40px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tks-product-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.tks-product-image img:hover {
    transform: scale(1.05) !important;
}

.tks-product-details {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 40px !important;
    background-color: #f5f9fc !important;
    border-left: 1px solid #e1f5fe !important;
}

.tks-info-card {
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border-left: 4px solid #0288d1 !important;
}

.tks-info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.tks-card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #01579b !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-card-title span {
    margin-left: 10px !important;
}

.tks-card-content {
    font-size: 16px !important;
    color: #01579b !important;
}

.tks-section {
    margin: 60px 0 !important;
    padding: 50px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
}

.tks-feature-section {
    background: linear-gradient(to right, #e3f2fd, #fff) !important;
}

.tks-section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #01579b !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.tks-section-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background-color: #0288d1 !important;
}

.tks-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.tks-feature-card {
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
}

.tks-feature-card:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: linear-gradient(to right, #0288d1, #29b6f6) !important;
}

.tks-feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.tks-feature-icon {
    font-size: 40px !important;
    color: #0288d1 !important;
    margin-bottom: 20px !important;
}

.tks-feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #01579b !important;
    margin-bottom: 15px !important;
}

.tks-feature-desc {
    font-size: 16px !important;
    color: #0277bd !important;
    line-height: 1.7 !important;
}

.tks-usage-section {
    background: linear-gradient(to left, #e3f2fd, #fff) !important;
}

.tks-usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
    margin-top: 40px !important;
}

.tks-usage-card {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background-color: #fff !important;
}

.tks-usage-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.tks-usage-image {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
}

.tks-usage-content {
    padding: 25px !important;
    background-color: #fff !important;
}

.tks-usage-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #01579b !important;
    margin-bottom: 12px !important;
}

.tks-usage-desc {
    font-size: 16px !important;
    color: #0277bd !important;
    line-height: 1.7 !important;
}

.tks-compare-section {
    background: linear-gradient(135deg, #f1f8e9, #e8f5e9) !important;
}

.tks-compare-content {
    margin-top: 30px !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-compare-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 20px !important;
}

.tks-compare-table th, .tks-compare-table td {
    padding: 15px !important;
    text-align: center !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.tks-compare-table th {
    background-color: #e3f2fd !important;
    color: #01579b !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.tks-compare-table tr:nth-child(even) {
    background-color: #f5f9fc !important;
}

.tks-compare-table tr:hover {
    background-color: #e1f5fe !important;
}

.tks-compare-highlight {
    color: #0288d1 !important;
    font-weight: 700 !important;
}

.tks-storage-section {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9) !important;
}

.tks-storage-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    margin-top: 30px !important;
}

.tks-storage-icon {
    flex: 0 0 120px !important;
    text-align: center !important;
}

.tks-storage-icon img {
    max-width: 100px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
}

.tks-storage-icon img:hover {
    transform: scale(1.1) !important;
}

.tks-storage-info {
    flex: 1 !important;
    min-width: 300px !important;
}

.tks-storage-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 15px !important;
}

.tks-storage-desc {
    font-size: 16px !important;
    color: #33691e !important;
    line-height: 1.8 !important;
}

.tks-highlight {
    color: #2e7d32 !important;
    font-weight: 500 !important;
    background-color: rgba(129, 199, 132, 0.2) !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
}

.tks-tip-section {
    background: linear-gradient(135deg, #e1f5fe, #e3f2fd) !important;
}

.tks-tip-content {
    margin-top: 30px !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-tip-list {
    list-style-type: none !important;
}

.tks-tip-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px dashed #e0e0e0 !important;
}

.tks-tip-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.tks-tip-icon {
    flex: 0 0 40px !important;
    font-size: 24px !important;
    color: #0288d1 !important;
    margin-right: 15px !important;
}

.tks-tip-text {
    flex: 1 !important;
    font-size: 16px !important;
    color: #0277bd !important;
    line-height: 1.7 !important;
}

.tks-footer {
    margin-top: 60px !important;
    padding: 40px 30px !important;
    background: linear-gradient(135deg, #e3f2fd, #b3e5fc) !important;
    border-radius: 15px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-footer:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%230277bd" opacity="0.1" /></svg>') !important;
    background-size: 20px 20px !important;
}

.tks-company-info {
    font-size: 15px !important;
    color: #01579b !important;
    line-height: 1.8 !important;
    position: relative !important;
    z-index: 1 !important;
}

.tks-company-name {
    font-weight: 700 !important;
    color: #01579b !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.tks-tag {
    display: inline-block !important;
    background-color: #0288d1 !important;
    color: white !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
    letter-spacing: 0.5px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-product-info {
        flex-direction: column !important;
    }
    
    .tks-title {
        font-size: 28px !important;
    }
    
    .tks-subtitle {
        font-size: 18px !important;
    }
    
    .tks-feature-grid, .tks-usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-section {
        padding: 30px 20px !important;
    }
    
    .tks-compare-table th, .tks-compare-table td {
        padding: 10px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .tks-title {
        font-size: 24px !important;
    }
    
    .tks-subtitle {
        font-size: 16px !important;
    }
    
    .tks-info-card, .tks-feature-card, .tks-usage-card {
        padding: 20px !important;
    }
    
    .tks-section-title {
        font-size: 22px !important;
    }
    
    .tks-compare-table th, .tks-compare-table td {
        padding: 8px !important;
        font-size: 12px !important;
    }
}
