/** @format */

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-family: "NanumSquareNeo", sans-serif;
  vertical-align: baseline;
  font-size: 16px;
  color: var(--wh-color);
  text-decoration: none;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0 auto;
  line-height: 1.2;
}
* {
  cursor: url("/assets/images/ico_cursor.svg"), auto; /* 16x16 크기로 설정 */
}

ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
button {
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  color: var(--wh-color);
}
:root {
  --font-64: 64px;
  --font-36: 36px;
  --font-32: 32px;
  --font-28: 28px;
  --font-24: 24px;
  --font-22: 22px;
  --font-20: 20px;
  --font-16: 16px;
  --font-13: 13px;
  --main-color: #1e1b19;
  --wh-color: #fff;
  --op-wh-color: #ffffff80;
  --op1-color: #ffffff80;
  --op2-color: #1e1b1980;
  --op3-color: #0000001a;
  --gy-color: #2e2e2e;
  --gy2-color: #2e2e2e;
  --gy3-color: #cecfd0;
  --filter: invert(0);
}
* {
  transition: all 0.5s;
}

input:focus {
  outline: none;
}
input {
  caret-color: var(--wh-color);
}
body {
  background-color: var(--main-color);
  color: var(--wh-color);
}
.theme-toggle-btn {
  cursor: pointer;
}
