@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 400;
  font-family: Pretendard;
  word-break: keep-all;
  word-wrap: break-word;
  letter-spacing: 0;
}

body {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #3C3C3B;
  background-color: #ffffff;
}

img,
picture {
  /* max-width: 100%; */
  display: block;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

button,
input,
select,
optgroup,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: Pretendard;
}

button,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

legend {
  color: #000;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.4;
}

caption,
hr,
legend {
  width: 0px;
  height: 0px;
  font-size: 1px;
  text-indent: -9999em;
  line-height: 0;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:visited span {
  border: Pretendard;
}

/* Forms
  ========================================================================== */
/*

/*
 * CiOS 및 Safari에서 클릭 가능한 유형에 스타일을 지정할 수 없는 문제 수정.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/*
 * 1. Chrome 및 Safari에서 이상한 모양 수정하기.
 * 2. Safari에서 윤곽선 스타일 수정하기.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
 * macOS의 Chrome 및 Safari에서 내부 패딩 제거하기.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}