/* =================== base =================== */
html,
body,
a,
abbr,
address,
area,
article,
aside,
audio,
b,
base,
bdi,
bdo,
blockquote,
button,
canvas,
caption,
center,
circle,
cite,
clipPath,
code,
col,
colgroup,
cursor,
data,
datalist,
dd,
defs,
del,
desc,
details,
dfn,
dialog,
div,
dl,
dt,
ellipse,
em,
embed,
fieldset,
figcaption,
figure,
filter,
footer,
foreignObject,
form,
g,
h1,
h2,
h3,
h4,
h5,
h6,
hatch,
hatchpath,
head,
header,
hgroup,
hr,
i,
iframe,
image,
img,
input,
ins,
kbd,
keygen,
label,
legend,
li,
line,
link,
main,
map,
mark,
marker,
mask,
menu,
menuitem,
mesh,
meshpatch,
meshrow,
nav,
object,
ol,
optgroup,
option,
output,
p,
param,
path,
pattern,
picture,
pre,
progress,
q,
rb,
rect,
rp,
rt,
rtc,
ruby,
s,
samp,
section,
select,
set,
small,
source,
span,
strike,
strong,
sub,
summary,
svg,
symbol,
sup,
table,
tbody,
td,
template,
text,
textarea,
textPath,
tfoot,
th,
thead,
time,
title,
tr,
tspan,
u,
ul,
use,
video,
view,
wbr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  font-family: "Pretendard", "Noto Sans KR";
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
}

html,
body,
a,
address,
article,
aside,
b,
button,
dd,
div,
dl,
dt,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
input,
ins,
label,
legend,
li,
main,
menu,
menuitem,
nav,
ol,
optgroup,
option,
output,
p,
section,
select,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tspan,
u,
ul {
  stroke-width: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
  font-size: inherit;
}

a {
  outline: 0;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ol,
ul,
dl {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

/* ie 화살표 제거 */
select::-ms-expand {
  display: none;
}

select {
  outline: none;
  border: none;
  appearance: none;
  border-radius: 0;
}

select:focus {
  outline: none;
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
  box-shadow: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  outline: none;
  border: none;
  appearance: none;
  border-radius: 0;
}

input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input[type="text"]:focus {
  outline: none;
  border: inherit !important;
  border-bottom: 1px solid #dddddd !important;
  box-shadow: none;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff; /* color(wh) 대체 */
  -webkit-box-shadow: 0 0 0px 1000px #000 inset; /* color(bk) 대체 */
  box-shadow: 0 0 0px 1000px #000 inset; /* color(bk) 대체 */
  transition: background-color 5000s ease-in-out 0s;
}

input::placeholder {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #a4a4a4;

  @media (max-width: 1600px) {
    font-size: 14px;
  }
}

button {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
}
