@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css');
@import url('https://cdn.jsdelivr.net/npm/pretendard/dist/web/variable/pretendardvariable.css');

/* SUIT 폰트 최적화 적용 - 국문/숫자는 정적, 영문은 가변 */
body, td, th, input, select, textarea, button {
  font-family: 'SUIT', 'SUIT Variable', 'Pretendard', 'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', Arial, sans-serif !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    /* vertical-align: middle; */
    background:transparent;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select, textarea, a {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.5px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

html, body { width: 100%; height: 100%;}

nav, ul, li {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    text-decoration: none;
    vertical-align:middle;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}