@charset "utf-8";
/* O2948-V1936-N0255 일품떡볶이 상세페이지 스타일 */

/* 기본 스타일 초기화 */
.O2948-V1936-N0255-container * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
}

/* 컨테이너 스타일 */
.O2948-V1936-N0255-container {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    overflow: hidden !important;
}

/* 헤더 섹션 */
.tks-header {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    background-color: #FFF5F5 !important;
    padding: 30px 0 !important;
    border-radius: 20px !important;
}

.tks-header img {
    width: 80% !important;
    max-width: 600px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 제품 타이틀 */
.tks-product-title {
    font-size: 32px !important;
    color: #D94D45 !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 40px 0 20px 0 !important;
    line-height: 1.3 !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.tks-product-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 3px !important;
    background-color: #D94D45 !important;
    border-radius: 3px !important;
}

.tks-subtitle {
    font-size: 18px !important;
    color: #666666 !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}

/* 섹션 공통 스타일 */
.tks-section {
    margin: 50px 0 !important;
    padding: 20px !important;
}

/* 특징 카드 스타일 */
.tks-card-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin: 30px 0 !important;
}

.tks-card {
    flex: 1 1 calc(50% - 20px) !important;
    min-width: 250px !important;
    background-color: #FFF9F2 !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease !important;
}

.tks-card:hover {
    transform: translateY(-5px) !important;
}

.tks-card-icon {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FFEDEB !important;
    color: #D94D45 !important;
    font-size: 24px !important;
    border-radius: 50% !important;
    margin-bottom: 15px !important;
}

.tks-card-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #D94D45 !important;
    margin-bottom: 10px !important;
}

.tks-card-desc {
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

/* 스토리 섹션 스타일 */
.tks-story {
    background-color: #F0F7FF !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 40px 0 !important;
}

.tks-story-heading {
    font-size: 24px !important;
    color: #2D5F9E !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    position: relative !important;
    padding-bottom: 10px !important;
}

.tks-story-heading:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background-color: #2D5F9E !important;
    border-radius: 3px !important;
}

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

/* 하이라이트 박스 */
.tks-highlight {
    background-color: #FFECEC !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    position: relative !important;
}

.tks-highlight-title {
    font-size: 22px !important;
    color: #D94D45 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

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

.tks-highlight-item {
    font-size: 16px !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
    padding-left: 30px !important;
    position: relative !important;
}

.tks-highlight-item:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #D94D45 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

/* 이미지 스타일 */
.tks-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px 0 !important;
    border-radius: 10px !important;
}

.tks-img-caption {
    font-size: 14px !important;
    color: #666666 !important;
    text-align: center !important;
    margin-top: 10px !important;
    font-style: italic !important;
}

/* 조리법 섹션 */
.tks-cooking {
    background-color: #F0F7FF !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 40px 0 !important;
}

.tks-cooking-title {
    font-size: 24px !important;
    color: #2D5F9E !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.tks-steps {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
    margin: 30px 0 !important;
}

.tks-step {
    flex: 1 1 200px !important;
    max-width: 250px !important;
    margin: 0 10px 20px !important;
    text-align: center !important;
}

.tks-step-number {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-color: #2D5F9E !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border-radius: 50% !important;
    margin: 0 auto 15px !important;
}

.tks-step-text {
    font-size: 16px !important;
    color: #333333 !important;
}

/* 상품 정보 테이블 */
.tks-info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 30px 0 !important;
    border: 1px solid #dddddd !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.tks-info-table th, 
.tks-info-table td {
    border: 1px solid #dddddd !important;
    padding: 12px 15px !important;
    text-align: left !important;
}

.tks-info-table th {
    background-color: #F8F8F8 !important;
    font-weight: 700 !important;
    width: 30% !important;
    color: #333333 !important;
}

.tks-info-table td {
    background-color: #FFFFFF !important;
    color: #555555 !important;
}

/* 푸터 섹션 */
.tks-footer {
    margin-top: 50px !important;
    padding: 30px 20px !important;
    background-color: #F8F8F8 !important;
    border-top: 1px solid #EEEEEE !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #666666 !important;
    border-radius: 0 0 10px 10px !important;
}

.tks-company-info {
    margin-bottom: 15px !important;
}

.tks-company-info p {
    margin: 5px 0 !important;
}

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
    .tks-product-title {
        font-size: 28px !important;
    }
    
    .tks-subtitle {
        font-size: 16px !important;
    }
    
    .tks-card {
        flex: 1 1 100% !important;
    }
    
    .tks-steps {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .tks-step {
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }
}
