? 엔캐리 트레이드 = 싸게 빌려서 비싸게 투자! 초등생도 이해
- { 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, #ffecd2 0%, #fcb69f 100%); padding: 20px; min-height: 100vh; }
.container { max-width: 1000px; margin: 0 auto; background: white; border-radius: 30px; box-shadow: 0 30px 60px rgba(0,0,0,0.15); overflow: hidden; }
.header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; padding: 60px 40px; }
.header h1 { font-size: 3em; font-weight: 900; margin-bottom: 20px; animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
.money-gift { font-size: 1.5em; background: #ffd700; color: #2c3e50; padding: 20px 40px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 25px rgba(255,215,0,0.4); margin-bottom: 15px; font-weight: bold; }
.content { padding: 60px 50px; }
.section { margin-bottom: 60px; animation: slideInUp 1s ease forwards; opacity: 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; }
@keyframes slideInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }
.section h2 { font-size: 2.5em; color: #2c3e50; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 5px solid #e74c3c; position: relative; }
.section h2::before { content: attr(data-emoji); font-size: 1.8em; margin-right: 20px; }
.carry-example { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 40px; border-radius: 25px; margin: 30px 0; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.1); border: 4px dashed #27ae60; }
.carry-example h3 { font-size: 2.2em; color: #27ae60; margin-bottom: 25px; }
.money-flow { display: flex; justify-content: space-between; align-items: center; margin: 30px 0; flex-wrap: wrap; gap: 20px; }
.money-box { background: white; padding: 25px 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); text-align: center; min-width: 200px; position: relative; transition: transform 0.3s; }
.money-box:hover { transform: translateY(-15px); }
.yen-box { border: 5px solid #4a90e2; color: #4a90e2; } .dollar-box { border: 5px solid #f39c12; color: #f39c12; } .profit-box { border: 5px solid #27ae60; color: #27ae60; }
.arrow { font-size: 2em; color: #e74c3c; animation: arrowMove 2s infinite; }
@keyframes arrowMove { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(20px); } }
.forward-contract { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); padding: 35px; border-radius: 20px; border-left: 8px solid #3498db; margin: 30px 0; }
.risk-warning { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); padding: 30px; border-radius: 20px; color: #c0392b; text-align: center; margin: 30px 0; border: 3px solid #e74c3c; }
.market-psychology { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px; border-radius: 25px; text-align: center; margin: 40px 0; }
.conclusion { background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%); color: #2c3e50; padding: 50px; border-radius: 30px; text-align: center; font-size: 1.3em; }
.highlight { background: #ffd700; padding: 5px 12px; border-radius: 20px; font-weight: bold; color: #2c3e50; display: inline-block; }
@media (max-width: 768px) { .header h1 { font-size: 2.2em; } .money-flow { flex-direction: column; } .content { padding: 40px 25px; } }
? 엔캐리 트레이드 완전 정복!
싸게 빌려서 비싸게 투자하는 마법! ?