@charset "utf-8";

html,
body {
  font-family: 'Pretendard', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  overflow-y: auto;
  overflow-x: hidden;
}

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,
input,
select,
textarea,
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: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* vertical-align: top; */
}

body {
  width: 100%;
}

ul,
ol,
dl {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

table th {
  font-weight: normal;
}

img,
button,
fieldset,
abbr,
acronym {
  border: 0;
}

label {
  cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
var {
  font-weight: normal;
}

em {
  font-style: normal;
}

caption,
legend {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  visibility: hidden;
}

img {
  max-width: 100%;
}

q:before,
q:after {
  content: '';
}

hr {
  display: none;
}

iframe {
  border: none;
  outline: none;
}

br {
  font-family: dotum;
}

fieldset {
  display: block;
  min-width: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

/*
*::selection {color:#fff; background:#f5cc00;}
*::-moz-selection {color:#fff; background:#f5cc00;}
*/

/* 입력 number 타입 화살표 제거 */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button,
textarea,
select,
input[type='text'],
input[type='radio'],
input[type='checkbox'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='file'],
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='file'],
input[type='image'],
input[type='reset'],
input[type='button'],
input[type='submit'] {
  padding: 0;
  font-family: 'Pretendard', sans-serif;
  border: none;
  outline: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: top;
  background: none;
}

input[type=checkbox]:focus{outline:none;}
input[type=radio]:focus{outline:none;}

input[type='file'],
input[type='image'],
input[type='reset'],
input[type='button'],
input[type='submit'],
button {cursor: pointer;}
/* button:focus {outline: -webkit-focus-ring-color auto 1px;} */

::-webkit-input-placeholder {
  color: #585858;
}

::-moz-placeholder {
  color: #585858;
}

:-ms-input-placeholder {
  color: #585858;
}

:-moz-placeholder {
  color: #585858;
}
