@charset "UTF-8";

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-weight: normal;
  background: transparent;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1;
  font-size: 1.2rem;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  font-size: 1.2rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-weight: normal;
  list-style: none;
  word-break: keep-all;
}

button,
input,
select,
textarea {
  font-family: "Pretendard", sans-serif;
}

button {
  background: inherit;
  border: none;
  cursor: pointer;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;

  &:hover {
    color: #000;
  }

  &:focus,
  &:active {
    outline: none;
  }
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;

  th,
  td {
    vertical-align: middle;
  }
}

input {
  appearance: none;
  border-radius: 0;
  padding: 0;
  margin: 0;

  &[type="text"],
  &[type="password"] {
    outline: 0;
  }
}

select {
  border: 1px solid #000;
  font-size: 1.2rem;
  cursor: pointer;
  appearance: none;
}

textarea {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 5px;
  resize: none;
}

legend,
caption,
.skip {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}
