
select{
  /*ios대응*/
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
  /*화살표 배경 넣기*/
  background: url('../img/notice-arrow.png') no-repeat 98% 50% #fff; /*화살표 select박스 오른쪽 중앙 배치,배경 흰색*/
  color: #222;
  }
  select::-ms-expand{ 
  display:none; /* 화살표 없애기 for IE10, 11*/
  }
* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}
/* body {
  overflow-x: hidden;
} */

body,
table,
th,
td,
button,
select,
input,
textarea {
    font-family: 'pretendard'
}

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;
}


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

/* SETTING */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

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

i,
em {
    font-style: normal;
}

button {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'pretendard';
    letter-spacing: -0.02em;
    font-weight: 500;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li {
    word-break: keep-all;
}