@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: inherit; 
  font-size: 0px;
  font-family: 'Noto Sans KR', Malgun Gothic, 돋움, DotumChe, Dotum, sans-serif;
  vertical-align: baseline; 
  -webkit-text-size-adjust: none; 
  box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div { 
  position:relative; 
  display: block; 
}
body { 
  line-height: 1; 
  font-family: 'Noto Sans KRc', Malgun Gothic, 돋움, DotumChe, Dotum, sans-serif;
  color:black; 
}
ol, ul { 
  list-style: none; 
}
blockquote, q { 
  quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after { 
  content: ''; 
  content: none; 
}
table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}
a { 
  text-decoration:none; 
}
label, button, input[type=submit], input[type=checkbox], input[type=radio], input[type=button] {
  padding:0px;
  -webkit-border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
}
input[type=text], input[type=password], input[type=number] {
  padding:0px;
  -webkit-border-radius:0;
  -webkit-appearance:none;
}
input, button, textarea, select { 
  font-family: 'Noto Sans KR', Malgun Gothic, 돋움, DotumChe, Dotum, sans-serif;
}
select {
  -webkit-appearance: none;
  background-image:url("../imgs/common/toggle_arrow.png");
  background-repeat: no-repeat;
  background-position:center right 12px;
  background-size:20px 20px;
}
select::-ms-expand {
  display: none;
}
select:focus{
  outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0;
}
button:focus, textarea:focus, input:focus{
  outline: none;
}
button, textarea, input, select, a, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
input::-ms-clear, input::-ms-reveal {
  display:none;
}
h1, h2, h3, h4, h5, h6 { 
  font-weight: normal; 
}
img {
  vertical-align:middle;
}

::placeholder {
  color:#000000;
  font-family: 'Noto Sans KR', Malgun Gothic, 돋움, DotumChe, Dotum, sans-serif;
}