?️ 원유 선물곡선 = 전쟁 끝 시점 예측기! 초등생도 이해
- { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans KR', sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); padding: 20px; min-height: 100vh; }
.container { max-width: 1100px; margin: 0 auto; background: white; border-radius: 35px; box-shadow: 0 35px 70px rgba(0,0,0,0.2); overflow: hidden; }
.header { background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%); color: white; text-align: center; padding: 70px 50px; }
.header h1 { font-size: 3.2em; font-weight: 900; margin-bottom: 25px; animation: oilFlow 3s infinite; }
@keyframes oilFlow { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(10px); } }
.oil-drop { font-size: 1.8em; background: #2c3e50; color: #f1c40f; padding: 25px 45px; border-radius: 50px; display: inline-block; box-shadow: 0 15px 40px rgba(44,62,80,0.4); margin-bottom: 20px; font-weight: bold; }
.content { padding: 70px 60px; }
.section { margin-bottom: 70px; animation: riseUp 1.2s ease forwards; opacity: 0; }
@keyframes riseUp { from { opacity: 0; transform: translateY(60px); } to { opacity: 1; transform: translateY(0); } }
.section h2 { font-size: 2.8em; color: #2c3e50; margin-bottom: 35px; padding-bottom: 25px; border-bottom: 6px solid #e67e22; position: relative; }
.section h2::before { content: attr(data-emoji); font-size: 2em; margin-right: 25px; }
.curve-graph { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 50px; border-radius: 30px; margin: 40px 0; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border: 5px solid #3498db; position: relative; overflow: hidden; }
.future-curve { position: relative; height: 300px; margin: 40px auto; width: 90%; max-width: 800px; }
.month-labels { display: flex; justify-content: space-between; margin-bottom: 20px; font-weight: bold; color: #2c3e50; }
.month { flex: 1; text-align: center; font-size: 1.4em; }
.curve-line { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(90deg, #e67e22 0%, #f39c12 50%, #27ae60 100%); border-radius: 30px; transform: skewY(-20deg); animation: curveFlow 4s infinite; }
@keyframes curveFlow { 0% { transform: skewY(-20deg) translateX(0); } 50% { transform: skewY(-20deg) translateX(20px); } 100% { transform: skewY(-20deg) translateX(0); } }
.price-tags { position: absolute; top: -30px; left: 5%; right: 5%; display: flex; justify-content: space-between; font-size: 1.6em; font-weight: bold; }
.near-future { color: #e67e22; } .far-future { color: #27ae60; }
.oil-story { background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%); padding: 45px; border-radius: 25px; color: #2c3e50; margin: 40px 0; text-align: center; box-shadow: 0 20px 50px rgba(241,196,15,0.3); }
.battle-warning { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); padding: 40px; border-radius: 25px; color: white; text-align: center; margin: 40px 0; border: 5px solid #c0392b; }
.conclusion { background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%); color: white; padding: 70px; border-radius: 35px; text-align: center; font-size: 1.5em; }
.highlight-oil { background: #f39c12; color: white; padding: 10px 20px; border-radius: 30px; font-weight: bold; display: inline-block; box-shadow: 0 5px 15px rgba(243,156,18,0.4); }
@media (max-width: 768px) { .header h1 { font-size: 2.3em; } .month-labels { font-size: 1.1em; } .content { padding: 50px 30px; } }
?️ 원유 선물곡선 = 전쟁 끝 예측기!
전쟁 뉴스 ❌ 원유 그래프가 답! ?️