투자 세금, 초등생도 쉽게 알기!
- { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; padding: 20px; }
.container { max-width: 900px; margin: 0 auto; background: white; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); overflow: hidden; }
.header { background: linear-gradient(135deg, #ff6b6b, #feca57); color: white; text-align: center; padding: 40px 20px; position: relative; }
.header h1 { font-size: 2.5em; font-weight: 800; margin-bottom: 10px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.header p { font-size: 1.2em; opacity: 0.95; }
.content { padding: 40px; }
.section { margin-bottom: 40px; animation: fadeInUp 0.8s ease-out; }
.section:last-child { margin-bottom: 0; }
.section h2 { color: #2c3e50; font-size: 1.8em; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 3px solid #3498db; position: relative; }
.section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 50px; height: 3px; background: #e74c3c; }
.section h3 { color: #34495e; font-size: 1.4em; margin: 25px 0 15px 0; display: flex; align-items: center; }
.section h3::before { content: '?'; margin-right: 10px; font-size: 1.5em; }
.highlight { background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%); padding: 20px; border-radius: 15px; border-left: 6px solid #ff6b6b; margin: 20px 0; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.highlight strong { color: #e74c3c; font-size: 1.1em; }
.warning { background: linear-gradient(120deg, #ffecd2 0%, #fcb69f 100%); padding: 20px; border-radius: 15px; border-left: 6px solid #e67e22; margin: 20px 0; }
.warning strong { color: #c0392b; }
.good { background: linear-gradient(120deg, #d299c2 0%, #fef9d7 100%); padding: 20px; border-radius: 15px; border-left: 6px solid #27ae60; margin: 20px 0; }
.good strong { color: #27ae60; font-size: 1.1em; }
.example { background: #f8f9fa; padding: 20px; border-radius: 12px; border-left: 5px solid #3498db; margin: 15px 0; font-style: italic; }
.emoji-list { list-style: none; padding-left: 0; }
.emoji-list li { padding: 12px 0; font-size: 1.1em; border-bottom: 1px solid #ecf0f1; }
.emoji-list li:last-child { border-bottom: none; }
.emoji-list li strong { color: #e74c3c; }
.emoji-list li::before { content: '✅'; margin-right: 10px; font-size: 1.2em; }
.conclusion { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 15px; text-align: center; margin-top: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.conclusion h3 { font-size: 1.6em; margin-bottom: 15px; }
.conclusion strong { font-size: 1.2em; display: block; margin-top: 10px; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.section:nth-child(1) { animation-delay: 0.1s; } .section:nth-child(2) { animation-delay: 0.2s; } .section:nth-child(3) { animation-delay: 0.3s; } .section:nth-child(4) { animation-delay: 0.4s; } .section:nth-child(5) { animation-delay: 0.5s; }
@media (max-width: 768px) { .header h1 { font-size: 2em; }
.content { padding: 20px; }
.section h2 { font-size: 1.5em; } }
.bomb { font-size: 2em; animation: shake 0.5s infinite; }
@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
? 투자 세금, 초등생도 쉽게 알기! ?
사과 사는 것처럼 투자할 때 세금이 어떻게 다른지 알려줄게!