<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: 'SUIT Variable';
  src: url('/fonts/SUIT-Variable.woff2') format('woff2');
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-style: normal italic oblique bold;
}
html, body,  ul,dl,dt,dd, li, div, p, h1, h2, h3, h5, h6, p, span, fieldset {
  border:0; margin:0; padding:0; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; 
}
ol { border:0; margin:0;  }
ul, ul&gt;li, li {list-style:none;}
li img { vertical-align:top;}

/* A태그 */
a:link { color:#444; text-decoration:none; }
a:visited { color:#444; text-decoration:none; }
a:active { color:#444; text-decoration:none; }
a:hover  { color:#444; text-decoration:none; }

html { background:#fff;
  text-decoration:none; 
  font-family: "Pretendard Variable", 'SUIT Variable','NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum'; 
  font-size:14px; color:#444; letter-spacing:0; line-height:1.3em; word-break:keep-all;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

ol { border:0; margin:0;  }
ul, ul&gt;li, li {list-style:none;}
li img { vertical-align:top;}
img { margin:0; padding:0;  vertical-align:top;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
</pre></body></html>