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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color: unset;
  border: 0;
  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,
input,
textarea {
  font-family: 'Paperlogy', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  line-height: 1.2;
  font-size: 14px;
}
ol,
ul {
  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;
}
a {
  text-decoration: unset;
}
/* 250610 수정 */
a:visited,
a:-webkit-any-link {
  color: unset;
}
button {
  cursor: pointer;
  white-space: nowrap;
}
.blind {
  width: 0;
  height: 0;
  font-size: 0;
  color: transparent;
}
input[type='text'],
input[type='number'],
input[type='password'] {
  padding: 0 10px;
}
textarea {
  padding: 10px 10px;
  resize: none;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-2ExtraLight.woff2') format('woff2'), url('../fonts/Paperlogy-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: light;
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-4Regular.woff2') format('woff2'), url('../fonts/Paperlogy-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-5Medium.woff2') format('woff2'), url('../fonts/Paperlogy-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2'), url('../fonts/Paperlogy-6SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: semi-bold;
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-7Bold.woff2') format('woff2'), url('../fonts/Paperlogy-7Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
