@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@600&family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('default_normal.css?v=240903') screen and (min-width:1200px), print;
@import url('default_mobile.css?v=240903') screen and (max-width:1199px);
@media print {
    #wrap {min-width:1080px;}
}

@font-face {
    font-family: 'SUIT-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body, input, textarea, button, select, pre {font-family:'Noto Sans KR';}
