@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
 */
/* MaruBuri - 네이버 공식 CDN (webfontworld GitHub Pages 404 대체) */
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2) format('woff2');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2) format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
/* regist.css 호환: 'MaruBuriSemiBold' → MaruBuri SemiBold(600) 매핑 */
@font-face {
    font-family: 'MaruBuriSemiBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
}
/*@font-face {*/
/*    font-family: 'Noto Sans KR';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url('/font/NotoSansKR-Regular.woff') format('woff'),*/
/*}*/

/*@font-face {*/
/*    font-family: 'Noto Sans KR';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: url('/font/NotoSansKR-Medium.woff') format('woff'),*/
/*}*/

/*@font-face {*/
/*    font-family: 'Noto Sans KR';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url('/font/NotoSansKR-Bold.woff') format('woff'),*/
/*}*/
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: 500;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /*line-height: 1;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* { box-sizing: border-box; }
body, html { font-family: 'Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif; font-size:0.85rem; font-weight: 500; color:#2A303C; }

body { overflow-y: auto; width:100% !important; letter-spacing: -0.5px; }
* { box-sizing: border-box; outline:none !important; -webkit-tap-highlight-color: transparent; font-family: 'Roboto','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif !important; }
a, button, input, select { color:#2A303C; font-family: 'Roboto','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif !important; }
a, button { cursor:pointer; border:0; }
a { text-decoration: none; }
i,em { font-style: normal;  }

.header { }
.pagination .active
