원·달러 환율 1500원 갈까? 전망과 분석
📅 2025년 12월 현재, 원·달러 환율이 1,470원을 돌파하며 시장의 불안감이 커지고 있습니다. 전문가들은 "원·달러 환율 1,500원" 돌파 가능성을 조심스럽게 예측하고 있으며, 이는 수출기업, 해외투자자, 일반 소비자 모두에게 중요한 변수로 작용하고 있습니다. 이번 글에서는 2026년 환율 전망, 주요 요인 분석, 환율 1,500원 가능성, 그리고 현실적인 달러 투자 전략까지 총정리합니다.📈 원·달러 환율이 1,500원으로 향하는 이유는?🔍 글로벌 달러 강세와 연준 정책2025년 하반기부터 미국 연방준비제도(Fed)는 **기준금리 5.25%**를 고수하고 있으며, 내년 상반기까지도 금리 인하가 어려울 것이라는 전망이 지배적입니다. 이러한 고금리 기조는 글로벌 달러 강세를 유도하며, 원화는 ..
2025. 12. 14.
2026 장애인 복지 완벽 가이드 | 활동지원·일자리 3만6천개·장애인연금
2026년 장애인 복지정책이 전면 강화됩니다.활동지원 14만 명, 장애인일자리 3만 6,000개, 장애인연금 인상 등 확실한 정보를 안내합니다.💰 활동지원 서비스 전면 확대2026년 규모: 대상 14만 명 (7,000명 증가), 예산 2조 8,102억 원 (2,779억 원 증가, 11%) 시간당 단가: 1만 7,270원 (650원 인상, 3.9%) 최중증 가산급여: 월 258시간 (53시간 증가, 25.9%)시간당 1만 7,270원 적용 시 월 약 445만 6,660원의 추가 지원을 받습니다. 최중증 돌봄 전문수당: 월 15만 원 (기존 5만 원 → 200% 인상)활동지원사 전문수당이 3배 인상되어 돌봄 서비스 질이 향상됩니다. 국가보훈대상자: 2026년 9월부터 전체 등급 신청 가능 (기존 3~7급 ..
2025. 12. 14.
2026 노인 복지 완벽 가이드 | 기초연금·노인일자리 115만개·장기요양보험
2026년 노인 복지정책이 전면 개편됩니다.기초연금 인상, 역대 최대 115만 2,000개 노인일자리, 장기요양보험 개선 등 어르신들의 경제적 안정과 건강한 노후를 위한 핵심 정책을 상세히 안내합니다.💰 기초연금 2026년 인상 및 신청 방법2026년 기초연금 지급액2026년 기초연금 기준액은 물가상승률을 반영하여 월 최대 34만 9,360원으로 확정되었습니다. 이는 2025년 34만 2,510원에서 6,850원 인상된 금액입니다. 수급 자격 요건만 65세 이상: 신청일 기준 주민등록상 생년월일로 판단 소득 하위 70%: 소득인정액이 선정기준액 이하인 경우 재산 기준: 대도시 기준 1억 3,500만 원 이하 (중소도시 8,500만 원, 농어촌 7,250만 원) 2026년 예상 수급자: 약 736만 명 ..
2025. 12. 14.
CSS 코드
/* Sliding Banner */
.customBannerArea {
position: relative;
overflow: hidden;
margin: 20px auto;
padding: 0 20px;
text-align: center;
}
.customBox {
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
.customBox iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.customBox .backward {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
object-fit: cover;
}
.customBanner {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.customBanner img.cover {
width: 100%;
height: 100% !important;
object-fit: cover;
opacity: 0.93;
}
.customBanner.active img {
box-shadow: none !important;
}
.customBanner.active a {
height: 100% !important;
}
/* ✅ 수정된 화살표 스타일 */
.customBanner .arrow {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
background-color: #2196f3;
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
font-weight: bold;
z-index: 10;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
cursor: pointer;
}
.banner-bubble {
position: absolute;
top: 10px;
background-color: #bd0000;
height: 24px;
width: 77px;
color: white !important;
font-size: 0.75em !important;
border-radius: 5px;
padding-top: 2px;
line-height: 1.2rem !important;
}
.sliding-banner-300 .banner-bubble:after,
.sliding-banner-150 .banner-bubble:after,
.sliding-banner-250 .banner-bubble:after {
content: "";
position: absolute;
bottom: 0;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #bd0000;
border-bottom: 0;
border-left: 0;
margin-left: -2.5px;
margin-bottom: -5px;
}
.sliding-banner-280 .banner-bubble:after {
content: "";
position: absolute;
bottom: 0;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #bd0000;
border-bottom: 0;
border-right: 0;
margin-left: -45.5px;
margin-bottom: -5px;
}
.customBanner.active {
animation: customMv1 1.2s ease-out infinite;
}
@keyframes customMv1 {
0% {
transform: translate3d(-7%, 0, 0);
}
20% {
transform: translate3d(-10%, 0, 0);
}
40% {
transform: translate3d(-5%, 0, 0);
}
60% {
transform: translate3d(-10%, 0, 0);
}
80% {
transform: translate3d(-5%, 0, 0);
}
100% {
transform: translate3d(-7%, 0, 0);
}
}
@media (min-width: 1200px) {
.customBannerArea {
background-color: #ffffffc9;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 0px;
z-index: 1000;
text-align: center;
}
}
/* ✅ 반응형 대응 */
@media (max-width: 768px) {
.customBanner .arrow {
width: 28px;
height: 28px;
font-size: 18px;
right: 8px;
}
}