|
|
|
.keyword-analysis-report { |
|
font-family: 'Pretendard', 'Noto Sans KR', sans-serif; |
|
line-height: 1.6; |
|
color: #333; |
|
margin: 0; |
|
padding: 0; |
|
background-color: #f8f9fa; |
|
} |
|
|
|
.report-container { |
|
max-width: 900px; |
|
margin: 20px auto; |
|
padding: 0; |
|
background: transparent; |
|
} |
|
|
|
.report-title { |
|
text-align: center; |
|
font-size: 2.2em; |
|
margin-bottom: 30px; |
|
color: #2c3e50; |
|
font-weight: 700; |
|
border-bottom: 3px solid #2ecc71; |
|
padding-bottom: 15px; |
|
} |
|
|
|
|
|
.analysis-section-block { |
|
background-color: #ffffff; |
|
padding: 25px 30px; |
|
margin-bottom: 25px; |
|
border-radius: 12px; |
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); |
|
border-left: 5px solid #2ecc71; |
|
} |
|
|
|
.analysis-section-block:nth-child(1) { border-left-color: #3498db; } |
|
.analysis-section-block:nth-child(2) { border-left-color: #e74c3c; } |
|
.analysis-section-block:nth-child(3) { border-left-color: #f39c12; } |
|
.analysis-section-block:nth-child(4) { border-left-color: #9b59b6; } |
|
.analysis-section-block:nth-child(5) { border-left-color: #1abc9c; } |
|
.analysis-section-block:nth-child(6) { border-left-color: #34495e; } |
|
.analysis-section-block:nth-child(7) { border-left-color: #e67e22; } |
|
|
|
.analysis-section-title { |
|
margin: 0 0 20px 0; |
|
color: #2c3e50; |
|
font-size: 1.6em; |
|
font-weight: 700; |
|
display: flex; |
|
align-items: center; |
|
border-bottom: 2px solid #ecf0f1; |
|
padding-bottom: 10px; |
|
} |
|
|
|
.section-icon { |
|
font-size: 1.3em; |
|
margin-right: 12px; |
|
vertical-align: middle; |
|
} |
|
|
|
|
|
.analysis-section-block:nth-child(1) .section-icon { color: #3498db; } |
|
.analysis-section-block:nth-child(2) .section-icon { color: #e74c3c; } |
|
.analysis-section-block:nth-child(3) .section-icon { color: #f39c12; } |
|
.analysis-section-block:nth-child(4) .section-icon { color: #9b59b6; } |
|
.analysis-section-block:nth-child(5) .section-icon { color: #1abc9c; } |
|
.analysis-section-block:nth-child(6) .section-icon { color: #34495e; } |
|
.analysis-section-block:nth-child(7) .section-icon { color: #e67e22; } |
|
|
|
.subsection-title { |
|
color: #34495e; |
|
margin: 20px 0 10px 0; |
|
font-size: 1.1em; |
|
font-weight: 600; |
|
} |
|
|
|
.key-insight { |
|
background-color: #e8f6f3; |
|
padding: 15px 20px; |
|
border-left: 5px solid #2ecc71; |
|
margin: 20px 0; |
|
border-radius: 5px; |
|
font-weight: 500; |
|
} |
|
|
|
|
|
.analysis-content { |
|
color: #333; |
|
font-weight: normal; |
|
line-height: 1.7; |
|
} |
|
|
|
.analysis-content strong { |
|
color: #2c3e50; |
|
font-weight: 600; |
|
} |
|
|
|
.analysis-content p { |
|
margin-bottom: 15px; |
|
font-weight: normal; |
|
} |
|
|
|
.analysis-list { |
|
list-style: none; |
|
padding: 0; |
|
margin-bottom: 20px; |
|
} |
|
|
|
.analysis-list li { |
|
position: relative; |
|
padding-left: 25px; |
|
margin-bottom: 12px; |
|
line-height: 1.8; |
|
font-weight: normal; |
|
} |
|
|
|
.analysis-list li:before { |
|
content: 'โถ'; |
|
color: #2ecc71; |
|
position: absolute; |
|
left: 0; |
|
font-weight: bold; |
|
font-size: 1.1em; |
|
} |
|
|
|
.concern-list { |
|
list-style: none; |
|
padding: 0; |
|
margin-bottom: 20px; |
|
} |
|
|
|
.concern-list li { |
|
position: relative; |
|
padding-left: 25px; |
|
margin-bottom: 12px; |
|
line-height: 1.8; |
|
font-weight: normal; |
|
} |
|
|
|
.concern-list li:before { |
|
content: 'โ ๏ธ'; |
|
position: absolute; |
|
left: 0; |
|
font-size: 1.1em; |
|
} |
|
|
|
.solution-list { |
|
list-style: none; |
|
padding: 0; |
|
margin-bottom: 20px; |
|
} |
|
|
|
.solution-list li { |
|
position: relative; |
|
padding-left: 25px; |
|
margin-bottom: 12px; |
|
line-height: 1.8; |
|
font-weight: normal; |
|
} |
|
|
|
.solution-list li:before { |
|
content: 'โ
'; |
|
position: absolute; |
|
left: 0; |
|
font-size: 1.1em; |
|
} |
|
|
|
.checklist { |
|
background-color: #fff3cd; |
|
padding: 20px; |
|
border-radius: 8px; |
|
border-left: 5px solid #ffc107; |
|
margin: 20px 0; |
|
} |
|
|
|
.checklist-title { |
|
font-weight: 700; |
|
color: #856404; |
|
margin-bottom: 15px; |
|
font-size: 1.2em; |
|
} |
|
|
|
.checklist-items { |
|
list-style: none; |
|
padding: 0; |
|
} |
|
|
|
.checklist-items li { |
|
position: relative; |
|
padding-left: 25px; |
|
margin-bottom: 10px; |
|
line-height: 1.6; |
|
font-weight: normal; |
|
} |
|
|
|
.checklist-items li:before { |
|
content: '๐'; |
|
position: absolute; |
|
left: 0; |
|
font-size: 1.1em; |
|
} |
|
|
|
.cross-sell-section { |
|
background-color: #f8f9fa; |
|
padding: 20px; |
|
border-radius: 8px; |
|
border-left: 5px solid #17a2b8; |
|
margin: 20px 0; |
|
} |
|
|
|
.cross-sell-title { |
|
font-weight: 700; |
|
color: #0c5460; |
|
margin-bottom: 15px; |
|
font-size: 1.2em; |
|
} |
|
|
|
.product-suggestion { |
|
background-color: white; |
|
padding: 15px; |
|
border-radius: 6px; |
|
margin-bottom: 15px; |
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1); |
|
} |
|
|
|
.product-name { |
|
font-weight: 600; |
|
color: #2c3e50; |
|
margin-bottom: 8px; |
|
font-size: 1.1em; |
|
} |
|
|
|
.product-reason { |
|
color: #6c757d; |
|
font-size: 0.95em; |
|
line-height: 1.5; |
|
font-weight: normal; |
|
} |
|
|
|
.final-recommendation { |
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
|
border-radius: 12px; |
|
color: white; |
|
padding: 25px; |
|
} |
|
|
|
.final-recommendation h3 { |
|
color: white; |
|
font-size: 1.8em; |
|
margin-bottom: 20px; |
|
font-weight: 700; |
|
} |
|
|
|
.recommendation-content { |
|
font-size: 1.1em; |
|
line-height: 1.7; |
|
text-align: left; |
|
font-weight: normal; |
|
} |
|
|
|
.recommendation-content strong { |
|
font-weight: 600; |
|
} |
|
|
|
.trend-insight { |
|
background-color: #e3f2fd; |
|
padding: 15px 20px; |
|
border-left: 5px solid #2196f3; |
|
margin: 20px 0; |
|
border-radius: 5px; |
|
} |
|
|
|
.market-metrics { |
|
display: grid; |
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); |
|
gap: 20px; |
|
margin: 20px 0; |
|
} |
|
|
|
.metric-card { |
|
background-color: #f8f9fa; |
|
padding: 20px; |
|
border-radius: 8px; |
|
text-align: center; |
|
border: 1px solid #dee2e6; |
|
} |
|
|
|
.metric-value { |
|
font-size: 2em; |
|
font-weight: 700; |
|
color: #2ecc71; |
|
margin-bottom: 5px; |
|
} |
|
|
|
.metric-label { |
|
color: #6c757d; |
|
font-size: 0.9em; |
|
font-weight: normal; |
|
} |
|
|
|
.highlight-text { |
|
background-color: #fff3cd; |
|
padding: 2px 6px; |
|
border-radius: 3px; |
|
font-weight: 600; |
|
} |