@charset "utf-8"; 
/** 폰트 **/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');



*,
*::before,
*::after { box-sizing: border-box; } 


/** 2025 09 메인 리뉴얼 (메인만 프리탠다드) **/
#header * ,
#main *,
#footer * {font-family:'Pretendard','Noto Sans KR', '맑은 고딕', sans-serif; color:#000; letter-spacing:-0.025em; }



.inner {max-width:1240px; margin: 0 auto; width:100%;}

@media screen and (max-width:1260px) { 
 .inner {padding-left:16px; padding-right:16px;}
} 
