김준송-한국 환율 1500 넘김...

·3 min read

? 한국 환율 1500원 뚫는다! 초등생도 이해하는 이유

  • { 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, #ff416c 0%, #ff4b2b 100%); min-height: 100vh; padding: 20px; }

.container { max-width: 900px; margin: 0 auto; background: white; border-radius: 25px; box-shadow: 0 25px 50px rgba(0,0,0,0.2); overflow: hidden; }

.header { background: linear-gradient(135deg, #ff6b6b, #ee5a24); color: white; text-align: center; padding: 50px 20px; }

.header h1 { font-size: 2.8em; font-weight: 900; margin-bottom: 15px; text-shadow: 3px 3px 6px rgba(0,0,0,0.4); animation: pulse 2s infinite; }

@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }

.header p { font-size: 1.3em; opacity: 0.95; }

.content { padding: 40px; }

.section { margin-bottom: 45px; animation: slideInUp 0.8s ease-out; }

.section h2 { color: #2c3e50; font-size: 2em; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 4px solid #f39c12; position: relative; }

.section h2::after { content: '?'; position: absolute; right: 0; top: 0; font-size: 1.5em; }

.warning-box { background: linear-gradient(120deg, #ffecd2 0%, #fcb69f 100%); padding: 25px; border-radius: 20px; border-left: 8px solid #e74c3c; margin: 25px 0; box-shadow: 0 8px 25px rgba(231,76,60,0.3); }

.warning-box strong { color: #c0392b; font-size: 1.3em; }

.good-box { background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%); padding: 25px; border-radius: 20px; border-left: 8px solid #27ae60; margin: 25px 0; }

.good-box strong { color: #27ae60; font-size: 1.3em; }

.danger-box { background: linear-gradient(120deg, #ff9a9e 0%, #fecfef 100%); padding: 25px; border-radius: 20px; border-left: 8px solid #e74c3c; margin: 25px 0; animation: shake 0.5s infinite; }

@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-8px); } 75% { transform: translateX(8px); } }

.example { background: #f8f9fa; padding: 25px; border-radius: 15px; border-left: 6px solid #3498db; margin: 20px 0; font-size: 1.1em; }

.dollar-count { font-size: 3em; color: #f1c40f; text-align: center; margin: 30px 0; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }

.policy-list { list-style: none; padding-left: 0; }

.policy-list li { padding: 15px; margin: 10px 0; background: #ecf0f1; border-radius: 12px; border-left: 5px solid #95a5a6; font-size: 1.1em; }

.policy-list li::before { content: '❌'; margin-right: 12px; font-size: 1.3em; }

.policy-list .good-policy::before { content: '✅'; color: #27ae60; }

.conclusion { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 40px; border-radius: 20px; text-align: center; margin-top: 40px; }

.prediction { font-size: 4em; color: #f39c12; margin: 20px 0; font-weight: 900; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); }

@keyframes slideInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 768px) { .header h1 { font-size: 2.2em; } .content { padding: 25px; } .section h2 { font-size: 1.6em; } .prediction { font-size: 2.5em; } }

? 실탄 바닥! 한국 환율 1500원 뚫는다!

사과 100개 = 100,000원? 달러 1개 = 1500원! 초등생도 이해하는 이유