/* =========================================================
  2021.02.25 롱고라이브 base.scss
  https://meyerweb.com/eric/tools/css/reset/ 기반 css 초기화
  ========================================================= */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
  font-size: 16px;
  color: #161616;
}

body {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  line-height: 1;
  letter-spacing: -0.02em;
}

a {
  /* // outline: none; 우선 보류 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ol,
ul,
dl {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

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

/* 화살표 우선 보류
  select::-ms-expand {
    display: none;
  } */

/* fieldset스타일 우선 보류
  fieldset {
    min-inline-size: auto;
  } */

input,
select,
textarea,
button {
  box-sizing: border-box;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  letter-spacing: -0.04em;
  line-height: 1;
}

/* =================== helper =================== */
.none {
  display: none;
}

/* =================== layout =================== */
/* @media all and (max-width: 350px) {
  html {
    font-size: 14px;
  }
}

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

#app {
  height: 100%;
}

body {
  width: 100%;
  min-width: 280px;
  max-width: 500px;
  margin: 0 auto;
} */
