@charset "UTF-8";
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-family: "AppleSDGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul li {
  list-style: none;
}

dt {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: black;
  display: inline-block;
}

span {
  display: inline-block;
}

img {
  vertical-align: middle;
}

button {
  background: white;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  border: 0;
}

textarea {
  outline: none;
  -webkit-appearance: none;
}

/* 아이폰 input 둥근테두리 그림자 제거 */
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* select 화살표 없애기 */
select {
  outline: none;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/*# sourceMappingURL=reset.css.map */
