@charset "utf-8";

/* font - pretendard */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/*
  font-family: pretendard;
  thin
    font-weight: 100;
  regular
    font-weight: 400;
  bold
    font-weight: 700;
  black
    font-weight: 800;
*/

/* font - 고운바탕 */
@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
  font-family: 'GowunBatang-Regular';
*/

/* XEICON CDN */
@import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

/* reset */
*{
  margin:0;
  padding:0;
}
html, body, div, span, iframe, table, figure, p, a, b, u, i,
h1, h2, h3, h4, h5, h6,
ol, ul, li, dl, dt, dd,
header, footer, main, nav, aside, article, section,
audio, video, form, img, input, input::placeholder, select, button, textarea, label{
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border: 0;
  outline: none;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #1E2930;
  font: inherit;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  word-break: keep-all;
}
html{
  font-size: 20px;
}
a{
  text-decoration: none;
}
ol, ul, li, dl, dt, dd{
  list-style: none;
}
button{
  cursor: pointer;
}